﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFFFFF !important;
    color: #333333;
    font-family: Lato-Regular;
    font-size: 14px;
}

form {
    background: #FFFFFF;
    color: #333333;
}

input[type='hidden'] {
    background: #FFFFFF;
    color: #333333;
}


html {
    overflow: auto !important;
}

.login-bg {
    width: 100%;
    height: 385px;
    background: url('../Images/login-bg.jpg') no-repeat right #FFFFFF;
    border-top: 2px solid #f8df4a;
    border-bottom: 2px solid #f8df4a;
    /*margin-top: 50px;*/
    color: #333333;
    background-size: 100%;
    background-position-x: 600px;
}

.login-logo {
    width: 620px;
    height: 140px;
    background: url('../Images/login-logo.png') left;
    float: left;
    margin: 35px 0px 0px 35px;
    color: #333333;
}

.login-box {
    width: 400px;
    border: 1px solid #222222;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    top: -200px;
    background: #FFFFFF;
    box-shadow: 6px 6px 0px 1px #7f7f7f;
    padding: 30px;
    min-height: 295px;
    display: inline-block;
    color: #333333;
}

    .login-box h1 {
        font-size: 1.7em;
        font-weight: normal !important;
        margin-bottom: 20px;
        margin-top: 0px;
        color: #000000;
    }



.login-input-box {
    width: 100%;
    float: left;
    margin: 20px 0px;
    position: relative;
    text-align: center;
    color: #333333;
}

.caption-box.login-input-box input[type='text'], .caption-box.login-input-box input[type='password'] {
    border-left: 3px solid #35aa47;
    padding: 8px 8px 8px 30px;
    position: relative;
}

.login-input-box input[type='text'], .login-input-box input[type='password'] {
    width: 92%;
    border: 1px solid #CCCCCC;
    padding: 5px;
    font-size: 1em;
    float: left;
    color: #333333;
}

.login-input-username-box {
    width: 100%;
    float: left;
    margin: 20px 0px;
    position: relative;
    text-align: center;
    color: #333333;
}

.caption-box.login-input-username-box input[type='text'], .caption-box.login-input-username-box input[type='password'] {
    /*border-left: 3px solid #35aa47;*/
    padding: 8px 8px 8px 30px;
    position: relative;
}

.login-input-username-box input[type='text'], .login-input-username-box input[type='password'] {
    width: 92%;
    border: 1px solid #CCCCCC;
    padding: 5px;
    font-size: 1em;
    float: left;
    color: #333333;
}


.login-wrapper {
    width: 550px;
    height: auto;
    margin: 60px auto 0px auto;
}

.offline-error .login-wrapper {
    width: 700px;
}


.offline-error .login-logo {
    /*background: url("../Images/login-logo.png") no-repeat 8px center;*/
}


.logout-logo {
    width: 350px;
    height: 140px;
    background: url("../Image/login-logo.png") no-repeat center center;
    margin: 10px auto;
}

.login-contents {
    width: 550px;
    background: #eae7e2;
}

.offline-error .login-contents {
    width: 700px;
}

.login-inner-wrapper {
    width: 425px;
    margin: 0px auto;
    padding-top: 50px;
}

.padding-top-none {
    padding-top: 0px !important;
}

.login-link a {
    color: #cd9212;
    font-weight: bold;
}

.LoginBg {
    background: #005581;
    clear: none;
}

.login-note {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    text-align: center;
    width: 100%;
    color: #333;
}

.icon_username {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../Images/login-username.png');
    left: 10px;
    top: 9px;
    color: #333333;
}

.icon_password {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../Images/login-password.png');
    left: 10px;
    top: 9px;
    color: #333333;
}

.login-next-btn {
    background: #01A1DD; /* background: #1f92b8; */
    padding: 10px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 1em;
    cursor: pointer;
    display: block; /* Changed from inline-block to block */
    margin-bottom: 8px;
    margin-left: 0; /* Ensure left alignment */
    width: 312px; /* Increased width */
}

.login-btn {
    background: #1f92b8;
    padding: 10px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
}

    .login-btn:disabled {
        background: #dddddd;
        padding: 10px 15px;
        border: 0;
        color: black;
        font-size: 1em;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 5px;
    }

    .login-btn:hover {
        background: #127ea1;
    }


        .login-btn:hover:disabled {
            background: #127ea1;
        }

.remember-text {
    margin-left: 5px;
    margin-right: 10px;
    font-size: 1em;
    color: #333333;
}

.login-links {
    list-style-type: none;
    float: left;
    width: calc(100% - 25px);
    text-align: center;
    position: relative;
    bottom: 10px;
}



    .login-links li {
        display: inline-block;
    }

        .login-links li a, .login-links a {
            display: block;
            font-size: 1em;
            text-decoration: underline;
            padding: 6px 10px;
            color: #00475f;
            border-right: 1px solid #1f92b8;
            line-height: 0px;
        }





        .login-links li:last-child a {
            border-right: 0px;
        }

    .login-links a:last-child {
        border-right: 0px;
    }


.login-bg {
    list-style-type: none;
    float: left;
    width: calc(100% - 25px);
    text-align: center;
    position: relative;
    bottom: 10px;
}

/* constrain the UL to match the button width */
/* Make the link row the same width and position as the Next button */
.login-MSS-links {
    display: flex;
    justify-content: space-between; /* Register left, Forgot Username right */
    list-style: none;
    padding: 0;
    margin: 8px 0 0; /* center the row like the button */
    width: 312px; /* EXACT match to .login-next-btn */
}

    .login-MSS-links li {
        margin: 0;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}


.login-footer {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -175px;
}


    .login-footer ul {
        list-style-type: none;
    }

        .login-footer ul li {
            display: inline-block;
            font-size: 1em;
            color: #4d4d4d;
            border-right: 1px solid #1f92b8;
            line-height: 0px;
            padding: 8px 12px;
        }

            .login-footer ul li:last-child {
                border-right: 0px;
            }

            .login-footer ul li a {
                text-decoration: underline;
                color: #4d4d4d;
            }

.login-tips {
    width: auto;
    height: auto;
    padding: 14px;
    background: #f2f2f2;
    position: relative;
    float: left;
    left: 50%;
    margin-top: -140px;
    transform: translateX(-50%);
    color: #555;
    margin-bottom: 15px;
}

    .login-tips a:hover {
        color: #ffd200 !important;
    }

    .login-tips .header-field {
        font-size: 1.15em !important;
        margin-bottom: 5px;
        margin-top: 0px;
        font-weight: bold !important;
        color: #9b1515;
    }

    .login-tips ul {
        padding-left: 15px;
    }

        .login-tips ul li {
            font-size: 1em;
            margin-bottom: 5px;
            white-space: normal !important;
        }

/*.select-member-box input[type='text'] {
    width: 290px !important;
}*/


.select-member-icon {
    border: 0;
    float: left;
    width: 37px;
    height: 37px;
    position: relative;
    left: -1px;
    background: url('../Images/select-member-icon.png') no-repeat center;
}

.login-caption {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1em;
    font-family: Lato-Bold;
}

.login-req-field {
    color: #FF0000 !important;
    ;
    font-size: 1em;
    position: absolute;
    margin: 0px 5px !important;
}


@font-face {
    /*src: url('../font/kievit-regular.ttf') format('truetype');
    src: url(../font/kievit-regular.eot) format("embedded-opentype");
    src: url(../font/kievit-regular.woff) format('woff');*/
    /*src: url('../font/KievitPro-Book.ttf') format('truetype');
    src: url('../font/KievitPro-Book.eot') format('embedded-opentype');
    src: url('../font/KievitPro-Book.woff') format('woff');
    src: url('../font/KievitPro-Bold.ttf') format('truetype');
    src: url('../font/KievitPro-Bold.eot') format('embedded-opentype');
    src: url('../font/KievitPro-Bold.woff') format('woff');*/
}

@font-face {
    src: url('../font/Lato-Regular.ttf') format('eot');
    src: url('../font/Lato-Regular.ttf');
    font-family: Lato-Regular;
    font-style: normal;
}


@font-face {
    src: url('../font/Lato-Bold.ttf');
    font-family: Lato-Bold;
}


.datepicker-box {
    width: calc(100% - 30px) !important;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

.fleft {
    float: left;
}

.paswrd-strength-meter {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 0.9em;
    padding: 3px;
}


.login-text {
    font-size: 1em;
}


.secure-question-box td label {
    font-size: 1em;
    padding-left: 5px;
}

.bold-font {
    font-weight: bold;
}


input[type='checkbox'] {
    margin-right: 5px;
    width: 15px;
}


.error-login-link {
    display: block;
    color: #fdb416;
    text-decoration: underline;
    margin-top: 10px;
}

.e-sign-pdf {
    width: 100%;
    margin: 20px 0px;
    height: 500px;
}


.e-sign-login-box {
    width: 900px !important;
}

    .e-sign-login-box .login-error {
        width: 100%;
        float: left;
    }

.e-sign-name {
    width: 300px !important;
    margin-right: 20px;
    display: flex;
}

.eSignResponsive .e-sign-name {
    width: 100% !important;
}

.e-sign-req-label {
    color: #FF0000 !important;
    font-size: 1em;
    margin-right: 5px;
}

.e-sign-name-label {
    width: 32%;
}

.e-sign-top-margin {
    margin-top: -5px;
}

.e-sign-date {
    width: 150px !important;
}


.field-validation-error {
    float: left;
    display: block;
    color: red;
    font-size: 1em;
    margin-bottom: 5px;
    width: 100%;
}


.login-error {
    float: left;
    display: block;
    color: #a70000;
    font-size: 1em;
    margin-bottom: 15px;
    outline: none !important;
}


.full-width {
    width: 100%;
}


.login-input-box.caption-box {
    text-align: left !important;
}

.login-input-username-box.caption-box {
    text-align: left !important;
}

.forgot-username-checkbox-text {
    display: inline-block;
    float: right;
    width: calc(100% - 25px);
}

.forgot-password-radio-text {
    display: inline-block;
    width: calc(100% - 20px);
    margin-left: 5px;
}


.pull-left {
    float: left;
}


.login-datepicker {
    width: calc(100% - 1.875em) !important;
}

.login-input-box .ui-datepicker-trigger {
    float: left;
    margin-top: 6px;
}

.question-survey {
}

    .question-survey input[type="radio"] {
        vertical-align: -2px;
        margin: 0px 5px !important;
    }

    .question-survey .col-md-8 > label {
        margin-right: 5px;
    }

        .question-survey .col-md-8 > label:after {
            content: ".";
        }

    .question-survey .col-md-4 > textarea {
        padding: 5px;
        margin-left: 4px;
    }

.contactrasc input[type="text"], input[type="date"], input[type="password"], .contactrasc select {
    border: 1px solid #CCCCCC;
    width: 200px;
}

.contactrasc textarea {
    border: 1px solid #CCCCCC;
}

.contactrasc .col-md-6 {
    text-align: right !important;
}

    .contactrasc .col-md-6 .login-btn {
        float: left !important;
    }

.contactrasc label:after:not(.astrack) {
    content: "*";
    color: red;
}

.astrack label:before {
    content: "*";
    color: red;
}

.contactrasc .login-input-box {
    margin-bottom: 0px !important;
}

.contactrasc input:focus, .contactrasc select:focus, .contactrasc textarea:focus {
    outline: 1px solid #4d90fe;
}

.contactrasc a:focus {
    outline: 1px solid #4d90fe;
    padding: 5px;
}

table caption {
    display: none;
    color: #333333;
    background: #FFFFFF;
}

.thead-hidden thead {
    display: none;
}

.thead-hidden th {
    color: #333333;
    background: #FFFFFF;
}

.hidden {
    display: none;
    color: #333333;
}

label {
    color: #333333;
}

.eSignResponsive label {
    font-weight: normal !important;
}

input[type='checkbox'] {
    color: #333333;
}

.header-text {
    background-color: #EEEEEE;
    color: #333333;
}

@media screen and (max-width:800px) {
    .login-tips {
        width: auto;
    }

    .login-logo {
        width: 100%;
        height: 140px;
        background: url(../Images/login-logo.png) left no-repeat;
        float: left;
        margin: 35px 0px 0px 35px;
        color: #333333;
        background-size: 80%;
    }
}

@media screen and (max-width:425px) {
    .login-box {
        width: 100%;
    }
}

.login-pwd-instructions {
    width: 100%;
    height: auto;
    padding: 15px;
    float: left;
    color: #555;
}

    .login-pwd-instructions p {
        font-size: 1em;
    }

    .login-pwd-instructions ul {
        padding-left: 25px;
    }

        .login-pwd-instructions ul li {
            font-size: 1em;
            margin-bottom: 5px;
            white-space: normal !important;
            list-style-type: none;
        }

.text-center {
    text-align: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted blue;
    color: blue;
}

    .tooltip .tooltiptext {
        /*visibility: hidden;*/
        width: 220px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 2s;
    }

    .tooltip:hover .tooltiptext {
        /*visibility: visible;*/
        opacity: 1;
    }


@media(max-width:550px) {
    .e-sign-box {
        width: 100% !important;
    }
}

.e-sign-box {
    width: 500px;
}

    .e-sign-box .privacyAgreement {
        height: 250px;
    }

    .e-sign-box h1, .e-sign-box h2 {
        margin: 10px 0px;
    }

    .e-sign-box h1, .e-sign-box h3 {
        margin: 10px 0px;
    }

.login-footer ul li a:focus {
    padding: 3px;
    outline: 1px solid #4d90fe !important;
}

.login-links a:focus, .login-input-box a:focus {
    padding: 8px !important;
    outline: 1px solid #4d90fe !important;
}

.login-tips li a {
    text-decoration: underline !important;
}

.forgotUsernameLink {
    color: #00475f;
    font-family: Lato-Regular;
}
/*.abc {
    background: #fff;
    padding: 20px;
    width: 350px !important;
    border: 1px solid #ccc;
    word-break: break-word;
    line-height: 20px;
    left: 39% !important;
}*/

.LoginCustomPopup {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px;
    width: 500px !important;
    /*height: 170px !important;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    float: left;
}

    .LoginCustomPopup div {
        background: #FFF8D9;
        padding: 5px;
        position: relative;
    }

        .LoginCustomPopup div span {
            position: absolute;
            right: 5px;
            top: 5px;
        }

    .LoginCustomPopup .popup-content {
        display: block;
        padding: 20px;
    }

.fullscreen-container {
    position: fixed;
    background: rgba(123, 116, 116, 0.5);
    /* opacity: 0.5; */
    width: 100vw;
    height: 100vh;
    z-index: 1;
    top: 0;
    left: 0 !important;
}

.ForgotUsernameMaintenance .ui-dialog {
    outline: none;
}

.accessibility-mode {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
}

.login-required {
    float: left;
    display: block;
    width: 100%;
}

.hideControl {
    display: none;
}

.input-validation-error {
    border: 1px solid red !important;
}

.login-pwd-instructions ul li:before {
    content: "";
    background-image: url(../Images/bullet.png);
    height: 5px;
    width: 5px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    background-size: 100%;
    background-repeat: no-repeat;
}

.showPassword {
    height: 15px;
    width: 15px;
    right: 35px;
    top: 32px;
    position: absolute;
    float: left;
    cursor: pointer;
    background-image: url(../images/password.svg);
    opacity: 0.5;
}

input::-ms-reveal {
    display: none;
}

.forgot-password-radio-text a:focus {
    padding: 2px !important;
}

.forgot-password-radio-text a:active {
    color: #00f !important;
}

.showPassword-mobile {
    display: none;
}

.showPassword-desktop {
    display: block;
}



@media (max-width:768px) {
    .showPassword-mobile {
        display: block;
    }

    .eSignResponsive {
        width: 100% !important;
    }

    .eSignResponsive .form-control {
        width: auto !important;
        float:left;
    }

    .showPassword-desktop {
        display: none;
    }

    .login-box .e-sign-login-box .eSignResponsive {
        width: 100% !important;
    }

    .EnrolleeOrARSection div:first-child {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 10px;
    }

    .eSignAlignField {
        width: 100% !important;
        display: block;
    }

        .eSignAlignField div {
            width: 100%;
            display: block;
            float: left;
            margin-bottom: 10px;
        }
}

.header-field {
    font-size: 1.15em !important;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: bold !important;
    color: #9b1515;
}


@media (max-width:768px) {
    .ui-dialog {
        width: 100% !important;
        padding: 10px;
    }

    .LoginCustomPopup {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        background: #fff;
        border-radius: 5px;
        width: 90% !important;
    }
}

.usageTipsColor {
    color: #a51717;
}

.esign-aligned-left {
    width: 100%;
    float: left;
    margin: 20px 0px;
    position: relative;
    text-align: left !important;
    color: #333333;
}

.esign-req-field {
    color: #FF0000 !important;
    font-size: 1em;
    margin: 0px 5px !important;
}

.label-bold-underline {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.AuthorizedTextboxes {
    margin-left: auto;
    height: 25px;
}

.EnrolleeOrARSection {
    margin-left: 30px !important;
}

.EsignInsuranceRequired {
    color: #FF0000 !important;
    font-size: 1em;
}

.Esign-Insurance-box {
    width: 1000px;
    border: 1px solid #222222;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    top: -200px;
    background: #FFFFFF;
    box-shadow: 6px 6px 0px 1px #7f7f7f;
    padding: 30px;
    min-height: 295px;
    display: inline-block;
    color: #333333;
}

.table-grid {
    border-collapse: collapse;
    border: 1px solid #aaa !important;
}

    .table-grid th {
        background: #cbcbcc;
        color: #333;
        border: 1px solid #aaa !important;
    }

    .table-grid td {
        color: #333333;
        font-size: 12px;
        padding: 5px !important;
        background-color: #FFFFFF;
        border: 1px solid #aaa !important;
        width: 200px;
    }

        .table-grid td label, .table-grid td span {
            font-size: 12px;
        }

        .table-grid td.captionTd {
            padding-left: 5px !important;
            text-align: left;
            font-weight: normal;
        }

.LoadingCustomPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
}

.PopupLoadingImage {
    margin: auto;
    text-align: center !important;
    width: 650px;
    position: relative;
    transition: all 5s ease-in-out;
    top: 50%;
    transform: translateY(-40%);
}

.e-sign-name input[type="text"] {
    border: 1px solid #CCCCCC;
}

.eSignAlignField div {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.eSignResponsive {
    width: 65%;
}

.cookie_enable_box {
    width: 600px;
    border: 1px solid #222222;
    position: relative;
    transform: translateX(5%);
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 6px 6px 0px 1px #7f7f7f;
    padding: 30px;
    min-height: 50px;
    display: inline-block;
    color: #333333;
}

cookie_enable_box.hide{
    display:none;
}

.cookie_enable_box h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 30px;
}

.cookie_enable_box button {
    background: #1f92b8;
    padding: 10px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
 }

.cookie_enable_box p {
    padding: 10px 15px;
    font-size: 1em;
    display: inline-block;
}

.cookie_enable_box h1 {
    font-size: 1.7em;
    font-weight: normal !important;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000000;
}

.login-input-box-caption-notice {
    text-align: left !important;
    white-space: pre-line; /* shows \n as breaks */
    line-height: 1.25rem; /* define line height */
    min-height: calc(5 * 1.25rem); /* always reserve at least 5 lines */
}
