﻿body {
    background-color: #fff;
    color: #333;
    max-width: 980px; /*Remove this to make it full screen*/
    margin: 1em auto;
}

button, input[type=submit] {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar-fixed-bottom .text-right a {
    color: #6161FF;
}

.standardLoginSubtitle a {
    color: #6161FF;
}

.demoLoginSubtitle a {
    color: #6161FF;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px;
}

img.ltaCaption {
    max-width: 293px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
    img.ltaCaption {
        width: 100vw;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    .nav > li > a {
        padding: 0 0;
    }
    .nav > li > span {
        padding: 0 0 !important;
    }
}

/*#region Header */

        header {
    margin: 0 .7em;
    position: relative;
    z-index: -1;
}

    header p {
        font-size: 2.5em;
        margin: 0;
    }

#userSettings {
    float: right;
}

    #userSettings > form:before {
        content: ' | ';
    }

    #userSettings form {
        display: inline;
    }

#menu {
    list-style-type: none;
    padding: 0;
}

    #menu li {
        display: inline-block;
    }

        #menu li:not(:first-child) {
            margin-left: .8em;
        }

#login-label {
    font-size: 24px;
}
/*#endregion */

/*#region forms */

#changePasswordForm input,
#registerForm input,
#loginForm input {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #changePasswordForm input[type=text], #changePasswordForm input[type=password],
    #registerForm input[type=text], #registerForm input[type=password] {
        background: white;
        width: 220px;
    }

    #loginForm input[type=checkbox] {
        border: none;
    }

    #changePasswordForm input[type=submit] {
        margin-bottom: .8em;
    }

#registerPanel {
    display: none;
    position: relative;
    float: left;
    text-align: left;
    padding: 25px;
}

#loginPanel {
    display: block;
    position: relative;
    float: left;
    text-align: left;
    padding: 25px;
    width: 600px;
}

    #registerPanel h2,
    #loginPanel h2 {
        padding-bottom: .5em;
        margin: 0;
    }

    #registerPanel a,
    #loginPanel a {
        color: navy;
        font-weight: bold;
        cursor: pointer;
    }

    #registerPanel p,
    #loginPanel p {
        clear: both;
    }

#localLoginPanel {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
    text-align: left;
}

#socialLoginPanel {
    margin-left: 40px;
    float: left;
    width: 45%;
    text-align: left;
}

    #socialLoginPanel h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#externalLogins {
    text-align: left;
    padding-left: 25px;
}

fieldset {
    border: none;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    display: inline;
}

    fieldset legend {
        display: none;
    }

    fieldset label:not(.checkbox) {
        display: block;
        text-align: left;
    }

    fieldset ol {
        padding: 0;
        margin: 0 0 8px 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

ol.round {
    list-style-type: none;
    padding-left: 0;
}

/*#endregion */

#main-content {
    min-height: 400px;
    text-align: center;
}

/*#region info and errors */
.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.validation-summary-errors {
    color: red;
    list-style: none;
    width: 220px;
    font-size: .8em;
}

    .validation-summary-errors ul {
        padding: 0 !important;
        margin: 0 !important;
    }

/*#endregion */

/*#region Unauthorized */

#unauthorized {
    margin: 3em 0;
    text-align: center;
}

    #unauthorized ul {
        list-style: none;
        padding: 0;
        margin: 3em 0;
    }

    #unauthorized li {
        display: inline-block;
        padding: 6px 20px;
        background-color: #dedede;
        border: 1px solid gray;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #unauthorized li:first-child {
            margin-right: 2em;
        }

/*#endregion */

/*#region Footer */

footer {
    clear: both;
    margin: 5em 5em .7em 0;
}
@media only screen and (max-width: 800px) {
    footer {
        margin:0;
    }
    footer > hr {
        margin:0;
    }
}

/*#endregion */

@media only screen and (max-width: 600px) {

    body {
        margin: .2em 0;
    }

    header {
        text-align: center;
        clear: both;
    }
}


/*
@media only screen and (min-width:630px) and (max-width:780px) {
    .img-responsive {
        display: none !important;
    }

    hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .login-form {
        margin-top: 10px !important;
    }
}*/
.form-control {
    position: relative;
    height: auto;
    padding: 10px;
}

.login-form {
    margin-top: 60px;
}

.role-login img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.role-login input, .role-login button {
    margin: 16px 0;
}

.role-login > div {
    margin: -12px 0px;
}

.role-login label {
    font-weight: normal;
}

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

.center-block {
    margin: 18px 0;
}

#standardLoginSubmitButton, #demoLoginSubmitButton {
    width: 120px;
    background-color: #0A5E8D !important;
    background-image: none !important;
}

    #standardLoginSubmitButton:hover, #demoLoginSubmitButton:hover {
        background-color: #0A4C72 !important;
        background-image: none !important;
    }
a {
    color: #0A5E8D !important;
}


#Email::placeholder,
#DemoCodeId::placeholder,
#Password::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #595959;
    opacity: 1; /* Firefox */
}

#Email:-ms-input-placeholder,
#DemoCodeId:-ms-input-placeholder,
#Password:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #595959;
}

#Email::-ms-input-placeholder,
#DemoCodeId::-ms-input-placeholder,
#Password::-ms-input-placeholder { /* Microsoft Edge */
    color: #595959;
}

.bigButton {
    width: 250px;
}

a.forceCursor {
    text-decoration: none;
    cursor: pointer;
}

section#confirmEmailSection {
    margin: 60px 0px 180px 0px;
}

    section#confirmEmailSection div#confirmEmailHeader {
        margin-bottom: 40px;
    }

    section#confirmEmailSection div#confirmEmailBody .userValidation hr {
        width: 50%;
        margin: 25px 0px;
    }

    section#confirmEmailSection div#confirmEmailBody .userValidation input[type=password] {
        width: 250px;
        display: inline;
        margin: 0px 10px 10px 0px;
    }

    section#confirmEmailSection div#confirmEmailBody .dataProtectionPolicy hr {
        width: 50%;
        margin: 20px 0px 25px 0px;
    }

    section#confirmEmailSection div#confirmEmailBody .dataProtectionPolicy input[type=checkbox] {
        margin: 0px;
        margin-right: 7px;
    }

    section#confirmEmailSection div#confirmEmailFooter {
        margin-top: 20px;
    }

