@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../font/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.ttf') format('truetype');
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    /*font-family: "Roboto", sans-serif !important;*/
    font-family: 'Roboto-Regular';
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #000;
    font-size: 16px;
}

.loginbg {
    background: url(../Images/login-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.Loginhead,
.login-caption {
    color: #333;
}

.Title {
    font-weight: normal;
    padding: 13px 0px 0px 15px;
    color: #333;
}

.login-contents {
    background: #fff;
    height: auto;
    float: left;
    padding: 30px 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.login-logo {
    text-align: center;
}

    .login-logo img {
        width: 75%;
    }

.loginimg {
    width: 249px;
    height: 335px;
}

.login-header {
    height: 50px;
    width: 100%;
    background-color: #3d4d00;
}

.login-footer {
    height: 50px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background-color: #3d4d00;
}

.footer-content {
    color: #ffffff;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    margin: 12px;
}

    .footer-content span {
        padding: 0px 10px 0px 10px;
    }

.txt-sm {
    font-size: 0.750em !important;
}

.login-wrapper {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.login-inner-wrapper {
    width: 387px;
    float: left;
    margin-top: 40px;
    margin-left: 24px;
    padding-right: 25px;
    font-weight: normal;
}

.login-row {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.login-caption {
    width: 35%;
    float: left;
    line-height: 30px;
    font-size: 0.875em;
    font-weight: normal;
    text-align: left;
}

.Loginhead {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

.login-textboxes {
    width: 100%;
    float: right;
    position: relative;
    margin-top: 10px;
    margin-bottom:15px;
}

.control-label {
    width: 100px;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 2px;
}


.login-textboxes input[type='text'],
.login-textboxes input[type='password'],
.login-box input[type='text'] {
    display: inline-block;
    width: 100% !important;
    padding: 5px;
    font-size: 0.875em;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 35px;
}

.alert-danger {
    color: red;
    font-size: 0.875em;
    text-align: right;
}

.remember-check {
    float: right;
    font-size: 0.875em;
    margin-top: 10px;
}

.login-footer {
    float: right;
    font-size: 0.750em;
    display:none;
}

    .login-footer a {
        color: #0e2738;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        float: right;
        clear: both;
        margin-top: 5px;
    }

.login-neospin-logo {
    float: right;
    clear: both;
    margin-top: 20px;
}

.login-cotent {
    width: 100%;
    float: left;
}

.remember-me {
    float: left;
    padding: 10px 0px 10px 0px;
    font-size: 0.750em;
    display: block;
    width: 100%;
}

.register-now-link {
    color: #ffffff;
    line-height: 35px;
}

    .register-now-link a,
    .register-now-link a:active {
        color: #333;
        text-decoration: none;
    }

.field-validation-error,
.logerror {
    font-size: 0.875em;
    color: red;
    float: left;
    margin-top: 0px;
    font-weight: 600;
}

.field-validation-error,
.logerrorMSS {
    font-size: 0.875em;
    color: red;
}

.field-validation-error {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.btnLogin,
#Submit1,
.btnselectmember,
#btnselmember {
    background-color: #F18200 !important;
    font-weight: bold;
    border-radius: 5px;
    color: #fff !important;
    width: 90px;
    padding: 10px 20px;
    float: right;
    font-size: 0.875em;
    border: 1px solid #F18200 !important;
    cursor: pointer;
    -webkit-appearance: button;
}

    .btnLogin:hover,
    #Submit1:hover,
    .btnselectmembe:hover:hover,
    #btnselmember:hover {
        background: #fff !important;
        border: 1px solid #F18200 !important;
        color: #F18200 !important;
        cursor: pointer;
        -webkit-appearance: button;
    }

.selectsearch {
    position: absolute !important;
    top: 7px !important;
    right: 10px;
    display: none;
}

select {
    width: 100%;
    padding: 8px;
}

.login-footer {
    float: right;
    font-size: 0.750em;
}

    .login-footer a {
        color: #0e2738;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        float: right;
        clear: both;
        margin-top: 5px;
    }

.login-neospin-logo {
    float: right;
    clear: both;
    margin-top: 20px;
}

.login-links {
    text-align: right;
    font-size: 0.875em;
}

    .login-links a {
        color: #333;
        margin-left: 10px;
        text-decoration: none;
    }

.language-input select {
    display: inline-block;
    width: 375px;
    padding: 2px;
    font-size: 0.875em;
    border: 1px solid #3c6e7a;
    height: 35px;
}

.logn-box-info h3 {
    text-align: center;
    padding: 10px 0px;
}

.select-employer-wrapper .login-caption {
    width: 100%;
    text-align: left;
    padding: 10px 0px;
}

.termsbtninactive {
    background-color: #616060;
    color: #000000;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 0.875em;
    border: 1px solid #616060 !important;
    cursor: pointer;
}

    .termsbtninactive:hover {
        background: #fff;
        border: 1px solid #D6D6D6;
        color: #616060;
    }

div.scrollBar {
    padding: 4px;
    height: 580px;
    margin: auto;
    width: 50%;
    overflow-x: hidden;
    text-align: justify;
    align-content: center;
}

.termsbutton {
    display: block;
    position: relative;
    top: 50px;
    text-align: right;
    margin-right: 70px;
}

li.a {
    list-style-type: disc;
}

.login-inner-wrapper .login-error-absolute span {
    position: absolute;
    left: 25px;
    display: block;
    white-space: nowrap;
}
.login-error-absolute {
    width: auto;
    position: absolute;
    bottom: 70px;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}



    .login-inner-wrapper .login-error-absolute span:first-child {
        bottom: 118px;
    }

    .login-inner-wrapper .login-error-absolute span + span {
        bottom: 60px;
    }

.login-username::after {
    position: absolute;
    width: 35px;
    height: 35px;
    content: " ";
    bottom: 0px;
    left: 0px;
    background: url("../Images/login-email.svg") no-repeat center;
    background-size: 17px;
}

.login-password::after {
    position: absolute;
    width: 35px;
    height: 35px;
    content: " ";
    bottom: 0px;
    left: 0px;
    background: url("../Images/login-password.svg") no-repeat center;
    background-size: 17px;
}

.logintxt::before {
    content: " ";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #f00;
}

.actionBar {
    margin-bottom: 50px !important;
}

.input-type-checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.label-checkbox {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.select-member-box {
    width: 75% !important;
}

.select-search-btn {
    background-image: url(../Images/login-search.svg) !important;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    height: auto;
    width: 40px;
    line-height: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer !important;
    position: absolute;
    left: 10px;
    top: 5px;
}

.selectmem {
    margin-bottom: -5px !important;
}

    .selectmem label {
        line-height: 28px;
    }

.selpanel {
    border: 1px solid #adadad !important;
}

.login-footer-links {
    list-style: none;
    margin: 0 auto;
    width: 90%;
}

    .login-footer-links li {
        width: 33%;
        float: left;
        border-right: 1px solid #fff;
        text-align: center;
    }

        .login-footer-links li:last-child {
            border-right: 0;
        }

        .login-footer-links li a {
            color: #fff !important;
            text-decoration: none;
            text-align: center;
            font-size: 0.750em
        }

            .login-footer-links li a:hover {
                text-decoration: underline;
            }

.remember-me,
.forgot_username {
    width: 50%;
    float: left;
    font-size: 0.875em;
    font-weight: 600;
}

.forgot_username {
    text-align: right;
    color: #333 !important;
    text-decoration: underline;
    line-height: 35px;
}

.first-time-user {
    display: inline;
    font-size: 0.875em;
    font-weight: 600;
}

    .first-time-user .register_now a {
        color: #526E1F !important;
        text-decoration: underline;
    }

.register_now,
.forgot_username {
    line-height: 30px;
}


/****/

.terms-and-condition {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 20px !important;
    border-radius: 5px !important;
    width: 80% !important;
    height: auto !important;
    margin: 20px auto 20px !important;
}

    .terms-and-condition br {
        display: none;
    }

    .terms-and-condition li {
        margin-bottom: 10px;
        font-size: 0.875em;
    }

    .terms-and-condition h4 {
        font-family:'Roboto-Medium';
        font-size: 1em;
    }

.button-center {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    
}

.login-btn {
    background-color: #F18200 !important;
    font-weight: 500;
    border-radius: 5px;
    color: #fff !important;
    width: 90px;
    padding: 10px 20px;
    font-size: 0.875em;
    border: 1px solid #F18200 !important;
    cursor: pointer;
}

    .login-btn:hover {
        background-color: #fff !important;
        color: #F18200 !important;
        border: 1px solid #F18200 !important;
    }
.terms-condition-bg {
    /*background: url(../Images/background.png);*/
    background: #e6e6e6;
    min-height: 100%;
    min-width: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.Terms-Condition-wrapper {
    background: #fff;
}
    .Terms-Condition-wrapper input[value="Disagree"],
    .Terms-Condition-wrapper input[value="Accept"] {
        
        font-size: 0.875em !important;
        font-weight: 400 !important;
    }
.terms-and-logo {
    width: 100%;
    background: #fff;
    height: 70px;
    box-shadow: 0px 0px 10px 0px #464646;
}
.login-greenbar {
    background: #556B00;
    height: 40px;
}
.terms-and-condition-content {
    margin-top: 30px;
    float: left;
    background: #fff;
    width: 80%;
    margin: 20px 10% 0;
    padding: 10px;
}
.terms-and-logo div {
    background: url(../Images/heb-mss-logo.svg);
    background-repeat: no-repeat;
    width: 325px;
    float: left;
    height: 57px !important;
    margin: 7px 15px !important;
}
.terms-contion-heading h3 {
    font-family: "Roboto Slab", serif;
    font-size: 1.625em !important;
    line-height: normal;
    font-weight: 500;
    padding: 0 20px;
}
.terms-and-condition h4 {
    font-weight: 500;
    font-size: 1em;
    border-bottom: 2px solid #555;
    color: #333;
    padding-bottom: 10px;
}

input[value="Disagree"] {
    color: #fff;
}

.k-widget.k-window {
    width: 84% !important;
}

.personlookup-btns {
    text-align: right;
}
.login-inner-wrapper {
    position: relative;
}
.login-error-absolute {
    bottom: 0px;
    left: 34%;
}
.terms-and-condition p {
    margin: 0 0 10px;
    font-size: .875em;
}
.heading3-text {
    border-bottom: 0 !important;
    background-color: transparent !important;
    color: #3A5A00 !important;
    border: 0 !important;
    font-family: "Roboto-Medium";
    font-size: 1.250em !important;
    width: 100% !important;
    margin-bottom: 10px;
    padding-top: 5px;
}
.terms-and-condition .hypens {
    margin-top: 10px;
}
.terms-and-condition .hypens li {
    list-style-type: "-";
    list-style-position: outside;
    padding-left: 10px;
    font-size: 14px;
}
.list-style-disc {
    margin-left: 0px;
}
.list-style-disc li {
    list-style-type: disc;
    font-size: 0.875em;
    list-style-position: outside;
    font-weight: 400 !important;
    margin-left: 25px;
    margin-bottom: 5px;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.padding-left-25 {
    padding-left: 25px !important;
}
.list-style-circle1 {
    margin-top: 5px;
}
.list-style-circle1 li {
    list-style-type: circle;
    margin-bottom: 5px;
    font-size: 14px;
}
.terms-and-condition.width-100 {
    width: 100% !important;
}
.fakelink {
    color: #00f !important;
}
.forgetpass_sec #ForgotPassword {
    border: 0px;
    background: transparent;
    text-decoration: underline;
    outline: none;
    font-size: 0.875em;
    font-weight: 600;
    color: #333;
    float: right;
    font-family: 'Roboto-Regular';
    cursor: pointer;
}


@media only screen and (max-width:768px) {
    .loginbg {
        background: url(../Images/login-mobile-bg.svg) right top no-repeat, url(../Images/login-mobile-bg.svg) left bottom no-repeat;
    }

    .login-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
    }

    .login-inner-wrapper {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        padding-right: 0;
    }

    .login-contents {
        background: transparent;
        margin-bottom: 0px;
        padding: 10px 5px;
        float: none;
        clear: both;
    }

    .login-footer-links li {
        width: 100%;
        border-right: 0;
        margin: 6px 0;
    }
        
    .login-footer-links li a {
        color: #000 !important;
        margin: 5px 0;
    }

    .btnLogin, #Submit1, .btnselectmember, #btnselmember {
        width: 100%;
    }

    .login-inner-wrapper .login-error-absolute span {
        left: 0
    }

    /*.login-inner-wrapper .login-error-absolute span:first-child {
        bottom: 194px;
    }

    .login-inner-wrapper .login-error-absolute span + span {
        bottom: 133px;
    }*/

    input[type='text'], input[type='password'], .hasDatepicker{
        width: 100%;
    }
    .login-error-absolute {
        bottom: -3px;
        left: 10%;
        transform: translateX(0px);
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .loginbg {
        /*background: url(../Images/login-mobile-bg.svg) right top no-repeat, url(../Images/login-mobile-bg.svg) left bottom no-repeat;*/
        background: none;
    }

    .login-wrapper {
        margin: 80px 0 30px 0;
    }
}

@media only screen and (max-width: 600px) {
    .login-contents {
        background: transparent;
        margin-bottom: 0px;
        padding: 10px 5px;
        float: none;
        clear: both;
    }

    .loginbg {
        background: url(../Images/login-mobile-bg.svg) right top no-repeat, url(../Images/login-mobile-bg.svg) left bottom no-repeat;
    }

    .login-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .login-inner-wrapper .login-error-absolute span {
        left: -8px;
    }

    /*.login-inner-wrapper .login-error-absolute span:first-child {
        bottom: 145px;
    }

    .login-inner-wrapper .login-error-absolute span + span {
        bottom: 85px;
    }*/

    .field-validation-error, .logerror {
        margin-top: -8px;
    }

    .k-widget.k-window {
        width: 90% !important;
    }
    .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item{
        padding: 0 !important;
    }

    .personlookup-btns {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
    }

    .my-2{
        margin: 2px 0;
    }

    .button {
        margin-right: 0;
    }

    /*terms conditions*/

    .terms-and-condition-content {
        width: 98%;
        margin: 6px 1%;
    }

    .terms-and-condition {
        padding: 0 0px !important;
        width: 100% !important;
    }

    .terms-contion-heading h3 {
        padding: 0 0;
    }

    .button-center {
        flex-direction: column;
    }

    input#Cancel {
        margin-right: 0 !important;
        margin-bottom: 6px;
    }

}
@media only screen and (max-width: 480px) {
    .login-error-absolute {
        left: 3%;
        font-size: 0.688em;
    }
    .login-inner-wrapper .login-error-absolute span {
        left: 0px;
    }
    .login-inner-wrapper .login-error-absolute span:first-child {
        bottom: 125px;
    }
    .login-inner-wrapper .login-error-absolute span + span {
        bottom: 63px;
    }
}
@media only screen and (max-width: 340px) {
    .login-error-absolute {
        bottom: -12px;
    }
    .login-inner-wrapper .login-error-absolute span:first-child {
        bottom: 130px;
    }
    .login-inner-wrapper .login-error-absolute span + span {
        bottom: 70px;
    }
}

.error_wrapper {
    width: 100%;
    height: 100%;
}

    .error_wrapper .error-page {
        width: 100%;
        height: 100%;
    }

        .error_wrapper .error-page .error-inner-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

            .error_wrapper .error-page .error-inner-wrapper .sub-head {
                font-weight: 700;
                font-size: 18px;
                text-align: left;
                margin-bottom: 20px;
                font-family: "Roboto",sans-serif;
                line-height: 30px;
            }

            .error_wrapper .error-page .error-inner-wrapper .Log-Container {
                float: left;
                width: 100%;
                border-top: 1px solid #58595B;
                border-bottom: 1px solid #58595B;
                padding: 20px 0px;
                max-width: 840px;
            }

            .error_wrapper .error-page .error-inner-wrapper .Log-Holder {
                max-width: 450px;
                display: table;
                background: blue;
                color: #FFFFFF;
                position: absolute;
                left: 2%;
                transform: translateY(-50%);
                top: 50%;
                border-radius: 7px;
                padding: 40px 25px;
            }

            .error_wrapper .error-page .error-inner-wrapper .link {
                font-size: 14px;
                margin-bottom: 5px;
            }

                .error_wrapper .error-page .error-inner-wrapper .link a {
                    color: #1170d6 !important;
                }

            .error_wrapper .error-page .error-inner-wrapper .login-page.Log-Holder .logo img {
                max-width: 200px;
            }

@media screen and (max-width: 568px) {
    .error_wrapper .error-page .error-inner-wrapper .login-page.Log-Holder .logo img {
        max-width: 150px;
    }
}

.error_wrapper .error-page .error-inner-wrapper .Log-Holder {
    background: #ffffff;
    color: #58595B;
}

    .error_wrapper .error-page .error-inner-wrapper .Log-Holder .logo {
        float: right;
        max-width: 200px;
    }

.error_wrapper .error-page .error-inner-wrapper .Log-New-User .logo {
    float: right;
    max-width: 200px;
}

.error_wrapper .error-page .error-inner-wrapper .Log-Wrapper {
    float: left;
    width: 100%;
    max-width: 845px;
}

.error_wrapper .error-page .error-inner-wrapper .Log-Head {
    float: left;
    width: 56%;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .error_wrapper .error-page .error-inner-wrapper .Log-Head {
        width: 100%;
    }
}

.error_wrapper .error-page .error-inner-wrapper .Log-Head h3 {
    font-family: 'Segoe UI';
    font-size: 25px;
    font-weight: normal;
}

.error_wrapper .error-page .error-inner-wrapper .Log-Head h1 {
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin-right: 15px;
}

@media screen and (max-width: 480px) {
    .error_wrapper .error-page .error-inner-wrapper .Log-Head h1 {
        text-align: center;
        margin-right: 0px;
        font-size: 18px;
    }
}

.error_wrapper .error-page .error-inner-wrapper .Log-Container {
    float: left;
    width: 100%;
    border-top: 1px solid #58595B;
    border-bottom: 1px solid #58595B;
    padding: 20px 0px;
    max-width: 840px;
}

.error_wrapper .error-page .error-inner-wrapper .Log-Container {
    border-top: 0px solid #595959;
    border-bottom: 0px solid #595959;
}

.error_wrapper .error-page .error-inner-wrapper .Log-Content {
    border-right: 1px solid #595959;
}

.error_wrapper .error-page .error-inner-wrapper .logo_inner_sec {
    margin-bottom: 35px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .error_wrapper .error-page .error-inner-wrapper .logo_inner_sec {
        justify-content: center;
        flex-direction: column-reverse;
    }
}