﻿/*   
    LOGIN CSS
*/

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Graphik-Regular.eot");
    src: url("/fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/Graphik-Regular.woff") format("woff"),url("/fonts/Graphik-Regular.ttf") format("truetype"),url("/fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/Graphik-Light.eot");
    src: url("/fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"),url("/fonts/Graphik-Light.woff") format("woff"),Modern Browsers url("/fonts/Graphik-Light.ttf") format("truetype"),url("/fonts/Graphik-Light.svg#Graphik-Light") format("svg");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: bold;
    src: url("/fonts/Graphik-Medium.eot");
    src: url("/fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"),url("/fonts/Graphik-Medium.woff") format("woff"),url("/fonts/Graphik-Medium.ttf") format("truetype"),url("/fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
    text-rendering: optimizeLegibility;
}

.mfaLabel {
    height: 13px;
    width: 100%;
    color: #003D50;
    font: Graphik Medium !important;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-transform: uppercase;
}

.loginText {
    height: 16px;
    width: 100%;
    color: #003D50;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
}

.loginHint {
    font-weight: normal;
    font-size: 12px;
}

.login-input {
    width: 100%;
    border-width: .5px;
}

.login-error-messaging {
    width: 100%;
    border-width: .5px;
    display:flex;
}
a.hidden-button {
    display: none;
}

.eto-password-popup {
    padding: 25px;
    font-family: Graphik;
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px 1px 1px 1px;
    border-color: #003D50;
    background-color: #ffffff;
    color: #003D50;
}

a.login-eto-button-cancel, .cancel-eto-button {
    display: inline-block;
    padding: 8px 7px 6px 7px;
    margin: 2px;
    background-color: white;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #20907F !important;
    border: solid 1px #20907F;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    height: 36px;
    width: 94px;
    font-weight: normal;
}

    a.login-eto-button-cancel:hover, a.login-eto-button-cancel:active, .cancel-eto-button:hover, .cancel-eto-button:active {
        height: 36px;
        width: 94px;
        padding: 8px 7px 6px 7px;
        background-color: #DEEFEC !important;
        border: none !important;
        text-decoration: none;
        border: solid 1px #20907F !important;
        font-weight: normal;
    }

.login-eto-button, a.login-eto-button, .accept-eto-button {
    height: 36px;
    width: 94px;
    display: inline-block;
    padding: 8px 7px 6px 7px;
    margin: 2px;
    background-color: #20907F;
    text-decoration: none !important;
    color: #ffffff !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    border: none !important;
}

    a.login-eto-button:hover, a.login-eto-button:active, .login-eto-button:hover, .login-eto-button:active, .accept-eto-button:hover, .accept-eto-button:active {
        padding: 8px 7px 6px 7px;
        height: 36px;
        width: 94px;
        background-color: #145C51 !important;
        border: none !important;
        text-decoration: none;
    }

/*input[type="checkbox"] {
    border: 2px solid #003D50;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    appearance: none;
    width: 13px !important;
    height: 13px !important;
    background: white;
    border-radius: 2px;
    border: 2px solid #555;
    padding: 2px;
}

    input[type="checkbox"]:checked {
        border: 2px solid #003D50;
        -webkit-appearance: none!important;
        -moz-appearance: none!important;
        appearance: none!important;
        width: 13px !important;
        height: 13px !important;
        background-image: url(../images_login/Check.svg);
        background-repeat: repeat-x;
        border-radius: 2px;
        border: 2px solid #555;
    }

    input[type="checkbox"]:focus, input[type="checkbox"]:active {
        border: 2px solid #003D50;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        width: 13px !important;
        height: 13px !important;
        background-image: url(../images_login/Check.svg);
        background-repeat: repeat-x;
        border-radius: 2px;
        border: 2px solid #555;
    }
*/

.login-container {
    min-height: 80%;
    position: absolute;
    overflow-x: hidden;
    width: 100%;
}

.forgot-password-error {
    margin-top: 5px;
    padding: 0px 5px 0px 25px;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 14px;
    color: #CC0000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

.mfaError {
    display: block;
    margin-top: 5px;
    padding: 0px 5px 5px 25px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-image: url(../images_login/Alert_Icon.svg);
    height: 14px;
    color: #CC0000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

.forgot-password-error {
    display: block;
    margin-top: 5px;
    padding: 0px 5px 5px 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 14px;
    color: #CC0000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

#login-right-div {
    background-color: #F4F4F2;
}

.login-right-col {
    background-color: white;
    min-width: 600px;
}

.login-half-div {
    height: 100vh;
    min-width: 600px;
}

.login-right-top-div {
    height: 90vh !important;
    background-color: #ffffff;
    min-width: 600px;
}

.login-right-bottom-div {
    height: 10vh;
    min-width: 600px;
    padding-top: 2vh;
    min-height: 95px;
}

.login-content-container {
    position: relative;
    z-index: 1;
}

.login-top-right-header-div {
    height: 25vh;
    min-width: 600px;
}

.continue-button-cell {
    height: 80px!important;
    margin: 0px!important;
    padding-top: 30px!important;
    padding-bottom: 0px!important;
}

.login-bottom-logo-div {
    position: relative;
    text-align: center;
    font-size: 12px;
    height: 14px;
    color: #999999;
    letter-spacing: 0;
    font-size: 14px;
    min-width: 600px;
}



.login-cred-div {
    position: relative;
    top: 25vh;
    width: 100%;
    float: left;
}

.guest-entity-check {
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    height: 14px;
    color: #003D50;
    font: Graphik Medium !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
}

    .guest-entity-check > label {
        padding-left: 10px;
    }

/*
    Concurrent login

*/

.concurrent-sessions-header {
    height: 22px;
    color: #003D50;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.concurrent-sessions-body {
    height: 44px;
    color: #003D50;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.continue-cancel-div {
    padding-top: 20px;
    margin-left: -5px;
}

/*
    CDCR View

*/

.legal-agreement-text {
    color: #003D50;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 15px;
}

.legal-confirmation-div {
    padding: 10px;
    border-radius: 5px;
    background-color: #F9ECC8;
}

.legal-checkbox {
    padding-left: 20px;
}

.legal-confirmation-text {
    color: #003D50;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
    padding-left: 15px;
}


/*
    Forgot Password View

*/

#ForgotPassword {
    margin-top:40px!important;
}
.forgot-password-header {
    color: #003D50;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}


.reset-password-body {
    color: #003D50;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

.challenge-question-text {
    margin: 14px 0 20px 0;
    height: 25px;
}

.challenge-question-input {
    height: 40px;
    margin: 14px 0 20px 0;
}

.challenge-question-body {
    color: #003D50;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}

.challenge-question-txt {
    width: 100% !important;
}

.site-table-div {
    padding: 15px;
    border-radius: 5px;
    background-color: #EBF3F6;
    max-height: 65vh;
    overflow-y: scroll;
}

.footerText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}

.homePageHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white;
    padding: 2px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white;
    padding: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.updateText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

.timezone-dropdownlist {
    border: .3px solid #CCCCCC !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom:5px;
    padding-left: 10px;
    text-align: left;
    height: 32px !important;
    width: 220px;
    color: #003D50;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
}

.mfaTxt {
    border: .3px solid #CCCCCC !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom:5px;
    padding-left: 10px;
    text-align: left;
    height: 16px;
    color: #003D50;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
}

.mfaTxt:focus {
    outline: none !important;
}


.txt {
    border: .3px solid #CCCCCC !important;
    border-radius: 5px;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    height: 16px;
    color: #003D50;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
}

.txt:focus {
    outline: none !important;
}

#txtUsername {
    width: 100% !important;
    position: relative;
}

.loginInfo {
    position: absolute;
    top: 0%;
    right: 0%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #F4F4F2;
    z-index: 1;
}

.loginInfoTopImage {
    position: relative;
    top: 0%;
    left: 0%;
    width: 30%;
    transform: translate(0%, 0%);
}

.loginInfoDiv {
    position: relative;
    top: 10%;
    left: 10%;
    z-index: 2;
}

.loginInfoIcon {
    height: 70px;
    width: 66px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.loginInfoHeader {
    height: 96.78px;
    width: 398.29px;
    color: #003D50;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
}

.loginInfoHeadline {
    width: 473px;
    color: #003D50;
    font-family: Graphik;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.loginInfoText {
    width: 80%;
    color: #003D50;
    font-family: Graphik;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.loginInfoBotImage {
    position: relative;
    bottom: 0%;
    right: 0%;
    width: 80%;
    transform: translate(20%, 0%);
}

.loginInputHeader {
    color: #003D50;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.loginInputInfo {
    color: #003D50;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.link {
    font-size: 12px;
    width: 200px;
    text-align: left;
    padding-left: 5px;
    color: #333333;
}

.select-site-main-title {
    height: 22px;
    color: #003D50;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.select-site-sub-title {
    padding-left: 5px;
    height: 17px;
    color: #003D50;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
}

.login-link:hover, .login-link {
    height: 14px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #20907F;
    text-align: right;
    padding-right: 5px;
    color: #20907F !important;
}

    .login-link:hover {
        text-decoration: none !important;
    }

.login-link-div {
    padding: 5px;
}

.RequriedError {
    display: inline-block;
    margin-top:5px;
    padding: 0px 10px 0px 25px;
    background-repeat: no-repeat;
    color: Red;
    text-decoration: none;
    background-image: url(../images_login/Alert_Icon.svg);
    height: 14px;
    color: #CC0000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
}

.login-error-text {
    margin-top:5px;
    display: inline-block;
    padding: 0px 10px 0px 25px;
    background-repeat: no-repeat;
    color: Red;
    background-image: url(../images_login/Alert_Icon.svg);
    text-decoration: none;
    color: #CC0000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
}

.dropdown {
    font-family: Graphik;
    font-size: 12px;
    border: 1px solid #33357B;
    text-align: left;
    color: #33357B;
}

.ErrorText {
    font-size: 12px;
    width: 200px;
    text-align: left;
    color: Red;
}




.ac {
    font-family: Tahoma;
    font-size: 11px;
    width: 200px;
    padding: 0px;
    margin: 0px;
    border-right: #33357B 1px solid;
    border-top: #33357B 1px solid;
    border-left: #33357B 1px solid;
    border-bottom: #33357B 1px solid;
    border-collapse: collapse;
}

.acNormal {
    font-family: Tahoma;
    font-size: 11px;
    background-color: #efffe1;
}

.acHover {
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    background-color: DarkSeaGreen;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}





a.SecondaryButton {
    display: inline-block;
    padding: 1px 7px 1px 7px;
    margin: 2px;
    background-color: rgb(99, 114, 79);
    background-repeat: no-repeat;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border: solid 1px #5b6c4d;
    font-family: Graphik;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

.container {
    overflow-x: hidden;
}

/*.container 
{
    display: table;
    min-height: 80%;
    position: absolute;
    overflow: hidden;
    width: 90%;
}*/


/*.helper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}*/

.center_div {
    padding: 10px 40px;
    width: 900px;
    -ms-border-radius: 25px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    left: 5%;
}


p.detail {
    color: #92ad2e;
    font-weight: bold;
    font-size: 25px;
}

span.title {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.navbar {
    overflow: hidden;
}

.container {
    margin: 0 auto;
}

#footer {
    margin: auto;
    width: 50%;
    height: 20px;
}

#header {
    top: 0;
    height: 100px;
    width: 100%;
}

#body {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 800px) {
    #body {
        background: white;
    }

    #slideshow, #login-right-div {
        display: none;
    }

    .center_div {
        padding: 10px 40px;
        width: 250px;
        -ms-border-radius: 25px;
        border-radius: 5px;
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        left: 5%;
    }

    .col-xs-8.col-xs-offset-2,
    .row,
    .container-fluid, 
    .login-right-col,
    .login-bottom-logo-div {
        margin: 0;
        padding: 0;
        width: auto;
        min-width: auto;
        float: none;
    }

    .container-fluid {
        margin-left: 15px;
        margin-right: 15px;
    }

    .login-right-col {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .login-right-top-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto !important;
        flex: 1 1 0;
    }

    .login-right-bottom-div {
        height: auto !important;
        min-height: auto;
        flex: 0 0 auto;
        padding-bottom: 15px;
    }

    .login-cred-div {
        top: auto;
    }

    .login-link,
    .txt,
    .login-link:hover {
        font-size: 16px;
    }

    label,
    .login-error-text {
        font-size: 14px;
    }

    .site-table-div {
        max-height: initial;
        overflow-y: scroll;
    }

    .login-link-div {
        padding: 10px;
    }

    .concurrent-sessions-body {
        height: auto;
        font-size: 16px;
    }

    .legal-agreement-text {
        font-size: 16px;
    }

    .legal-confirmation-text {
        font-size: 16px;
    }

    .mfaLabel {
        font-size: 14px;
    }

    .mfa-header-div span,
    .mfaTxt,
    .mfaError {
        font-size: 16px;
    }

    .timezone-dropdownlist,
    .timezone-dropdownlist > option {
        width: auto !important;
        max-width: 100%;
        font-size: 16px;
        font-family: Graphik;
    }

    .reset-password-body {
        font-size: 16px;
        font-family: Graphik;
    }

    .eto-password-popup {
        position: fixed;
        left: 5px !important;
        right: 5px !important;
        font-size: 16px;
        text-align: center;
    }

    .cancel-eto-button,
    .accept-eto-button {
        -webkit-appearance: none;
        appearance: none;
    }
}

@media screen and (min-width: 800px) {
    .container-fluid {
        overflow: hidden;
        min-width:1200px;
    }
}