html {
    font-family: Calibri, Fallback, sans-serif;
    background: url("..\\img\\containervessel.jpg");
    background-size: 100%;
    color: #333;
    font-weight: lighter;
}

body {
    margin: 0px;
}

nav, #menu {
    display: none;
}

.noedit {
    margin-top: 11.5px;
}

.noedit, #threedots {
    background-color: transparent;
    color: white;
    border: none;
    cursor: default;
}

#usernameLabel {
    margin-left: 14px;
    background-color: #0c436e;
}

.profile {
    margin-left: 5px;
}

.storageLabel {
    color: white;
    font-size: larger;
}

.noedit, #threedots {
    background-color: transparent;
    border: none;
    cursor: default;
}

#threedots {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

input {
    font-size: larger;
    font-weight: default;
}

.login.menu.bar {
    display: inline-block;
    height: 80px;
    width: 100%;
    min-width: 1024px;
    top: 0px;
    background-color: #eaeaea;
    margin-bottom: 65px;
}

    .login.menu.bar * {
        display: inline-grid;
    }

.nav {
    display: block !important;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}

    .nav > :not(:first-child) {
        float: right;
        display: block;
    }

        .nav > :not(:first-child) * {
            display: block;
        }

main {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

    main input {
        width: 94%;
        display: block;
        margin: 0 auto;
        height: 25px;
        margin-top: 16px;
    }

.login.menu.bar input#menuusername, .login.menu.bar input#menupassword, .login.menu.bar input#menuinstallation {
    width: initial;
    max-width: 210px;
    padding: 0px;
    margin: 5px;
}

.login.menu.bar input#menuloginbtn {
    width: 128px;
    padding: 0px;
    margin: 5px;
}

#menuusername, #menupassword, #menuinstallation {
    color: initial;
}

.hasimg {
    float: right;
    width: 80%;
}

.login.menu.bar label {
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
}

main input#menuloginbtn {
    color: white;
}

main input[type="submit"] {
    width: 40%;
    color: white;
    background-color: #007dc4;
    height: 30px;
    border: none;
}

.signintitle, .signuptitle {
    text-align: left;
    font-size: 18pt;
    margin-top: 5px;
    margin-bottom: 5px;
}

#signupbtn {
    display: block !important;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    float: right;
}

.container {
    background-color: #0c436e;
    margin: 0px;
    max-width: 512px;
    width: 350px;
    padding: 16px;
    border: 1px solid #c4c4c4;
}


.floatr {
    margin-top: 30px;
    display: inline !important;
    float: right;
}

    .floatr > * > * {
        display: block !important;
    }

.logo img {
    margin-top: 14px;
    display: inline-grid;
    position: sticky;
}

.Div.Image {
    height: 48px;
    width: 48px;
    float: left;
}

.Div.Page.login {
    display: block !important;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.recentlogins {
}

.login > .loginbox {
    padding: 16px;
    max-width: 350px;
    background-color: #0c436e;
    border: 1px solid #c4c4c4
}

div.password {
    margin-top: 16px;
    padding-top: 20px;
    border-top: 1px solid #c4c4c4;
}

.Div.SubGroup.colored {
    /*margin: 0 -16px -16px -16px;*/
    padding-bottom: 16px;
    background-color: #0c436e;
    overflow: hidden;
    clear: both;
}

    .Div.SubGroup.colored label {
        color: white;
    }

div.password > *:not(.login.menu.bar *) {
    margin-left: 16px;
    margin-right: 16px;
}

div.password * {
    margin-top: 0px;
}

div.password label {
    margin-left: 15px;
}

div.password {
    border-top: 1px solid #c4c4c4;
    margin-top: 16px;
}

.login.menu.bar .login.logo {
    padding: 10px;
    margin: 0 auto;
    max-width: 175px;
    position: sticky;
}

.login.menu.bar div.password {
    border: none;
    margin-top: 0px;
    padding-top: 15px;
}
/*input#password{
	width:95%;
}*/
.registration.right {
    width: 50%;
    float: right;
    padding: 14 0 18 0;
}

.registration > .Div.Group {
    padding: 14 0 18 0;
    max-width: 350px;
    margin: 0 auto;
    background-color: #0c436e;
    color: white;
    border: 1px solid #c4c4c4
}

.nexttolabel {
    margin-left: 0.3em;
    color: white;
}

.starttomove {
    display: block;
    padding: 16px;
    overflow: hidden;
}

    .starttomove > * {
        display: block;
    }

    .starttomove > label {
        margin-top: 5px;
    }

    .starttomove > input {
    }

.contextmenu {
    background-color: white;
    border: 1px solid #c4c4c4;
    list-style-type: none;
    padding: 0px;
    cursor: pointer;
}

.contextitem {
    padding: 5px;
    font-size: 10pt;
}

    .contextitem:hover {
        background-color: #cccccc
    }
/* Set Buttons */
input[type=submit] {
    color: white;
}

    input[type=submit]:hover, input[type=submit]:active {
        background-color: #0095dd;
    }

.hidden {
    display: none;
}
/* Default Values */
h1 {
    cursor: default;
}

a, label {
    display: inline-block !important;
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderFrame {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 25%;
    left: 50%;
    position: absolute;
}