﻿@charset "utf-8";
/* Start of Common CSS */
@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,600,700');



* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

    a:visited, a:hover {
        color: inherit;
        text-decoration: none;
    }

body {
    font-family: 'Overpass', sans-serif;
    background: #f9f9f9;
    width: 100%;
    float: left;
}

.custom-container {
    width: 1140px;
    float: left;
    margin-left: calc((100% - 1140px) / 2);
}

.container-inner-row {
    width: 100%;
    float: left;
    position: relative;
}

.body_container {
    width: 96%;
    margin: 0 auto;
}
.help-icon {
    display:none;
}
#TechnicalSupport_TechnicalSupportPanel .fa.fa-times { cursor: pointer; }
a#TechnicalSupport_lnkTechnicalSupport {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 76%;
}
a#Login1_PasswordRecoveryLink {
    position: absolute !important;
    top: 81% !important;
}
.login-forgetUsername {
    position: absolute;
    top: 85%;
}

.patient-registration {
    position: absolute;
    top: 89%;
}
#google_translate_element {
    position: absolute;
    top: 95%;
}
div#TechnicalSupport_TechnicalSupportPanel {
    background-color: #fff;
    border: 1px solid grey;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50% !important;
}
#TechnicalSupport_TechnicalSupportPanel .sr-popup-header {
    background-color: #ddd;
    float: left;
    width: 100%;
}
#TechnicalSupport_TechnicalSupportPanel .srph-title {
    padding: 10px 0;
    width: 92%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight:bold;
}
i.fa.fa-times {
    font-size: 30px;
    margin-right: 10px;
    margin-top: 6px;
    color: grey;
}
.sr-popup-content {
    float: left;
    padding: 10px;
}
.sr-popup-content sup.red {
    color: red;
    font-size: 17px;
    top: -2px;
}
textarea#TechnicalSupport_txtComments { color: grey; font-size: 16px; font-weight: bold; padding-left: 5px; font-size: 15px; width: 200px !important;min-height:100px;max-height:100px;min-width:200px;max-width:200px;border: 1px solid; }
input#TechnicalSupport_txtPhoneNumber {
    width: 200px !important;
    height: 35px;
    border: 1px solid #b5acac;
    box-shadow: none;
    border-radius: 0;
    color: grey;
    padding-left: 5px;
    font-size: 15px;
}
input#TechnicalSupport_txtname { width: 200px !important; height: 35px; border: 1px solid #b5acac; box-shadow: none; border-radius: 0; color: grey; padding-left: 5px; font-size: 15px; }
input#TechnicalSupport_txtusername { width: 200px !important; height: 35px; border: 1px solid #b5acac; box-shadow: none; border-radius: 0; color: grey; padding-left: 5px; font-size: 15px; }
input#ctl00_TechnicalSupport_btnTechSupportSubmit {
    background-color: #5ab54b;
}
/*span#TechnicalSupport_rfvphonenumber { float: right; margin: 0; padding: 0; margin-right: 12%; margin-top: -5px; margin-bottom: 10px; }
*/
input#TechnicalSupport_txtPhoneNumber { width: 200px !important; height: 35px; border: 1px solid #b5acac; box-shadow: none; border-radius: 0; color: grey; padding-left: 5px; font-size: 14px; }
input#TechnicalSupport_btnTechSupportSubmit {
    width: 90px;
    background-color: #5ab54b;
    height: 35px;
    color: #fff;
    border: none;
}
.body_fulldiv {
    width: 100%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
    min-height: 70vh;
}

ul, ol, p {
    margin: 0;
    padding: 0;
}
/* End of Common CSS */

/* Start Of Header Part CSS */
.loginpage-section {
    width: 100%;
    float: left;
    /*height: calc(100vh - 80px);*/
    height: 100%;
}

.loginbox-div {
    width: 360px;
    float: left;
    /*padding: 50px 30px 0;*/
    padding: 35px 30px 0;
    background: #006a92;
    /*height: 100%;
    height: 580px;*/
    height: calc(100vh - 80px);
    -webkit-box-shadow: 7px 0 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 7px 0 10px 1px rgba(0,0,0,0.2);
    box-shadow: 7px 0 10px 1px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

.res-forseeHome-logo-div {
    display: none;
    float: left;
    padding: 25px 0 25px 20px;
}

.loginbox-device-logo {
    width: 100%;
    float: left;
    text-align: center;
}

    .loginbox-device-logo a {
        width: 100%;
        float: left;
    }

        .loginbox-device-logo a img {
            max-width: 200px;
            width: 150px;
        }

.login-box {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .login-box table {
        width: 100%;
        line-height: 15px;
    }

    .login-box input[type="text"] {
        width: 100% !important;
        float: left;
        border-radius: 7px;
        /* height: 50px;*/
        height: 40px;
        border: none;
        /* margin-bottom: 20px;*/
        margin-bottom: 10px;
        padding-top: 5px;
        padding-left: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        -webkit-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
        -moz-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
        box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
    }

        .login-box input[type="text"]:hover, .login-box input[type="text"]:focus, .login-btn:hover, .login-btn:focus {
            outline: none;
        }

    .login-box input[type="password"] {
        width: 100%;
        float: left;
        border-radius: 7px;
        /* height: 50px;*/
        height: 40px;
        border: none;
        /* margin-bottom: 20px;*/
        margin-bottom: 10px;
        padding-top: 5px;
        padding-left: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        -webkit-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
        -moz-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
        box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
    }

        .login-box input[type="password"]:hover, .login-box input[type="text"]:focus, .login-btn:hover, .login-btn:focus {
            outline: none;
        }

.login-btn {
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 2px 20px 0;
    font-size: 20px;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    background: #5ab54b;
    letter-spacing: 1px;
    border: none;
    -webkit-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
    -moz-box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
    box-shadow: 0 2px 12px 1px rgba(92,92,92,0.6);
}

a.forgot-password-link {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
}

.checkbox-div {
    float: left;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 14px;
}

    .checkbox-div span {
        float: left;
        margin-top: -3px;
        margin-left: 5px;
    }

    .checkbox-div input[type="checkbox"] {
        float: left;
        margin: 0;
    }

.notal-vision-logo-div {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

    .notal-vision-logo-div img {
        width: 200px;
    }

.loginpage-content {
    float: left;
    width: calc(100% - 360px);
    background: url(images/Login-Page-Banner1.png);
    /*height: 100%;
    height: 580px;*/
    height: calc(100vh - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.forseeHome-logo-div {
    float: right;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 2px rgba(92,92,92,0.6);
    -moz-box-shadow: 0 0 15px 2px rgba(92,92,92,0.6);
    box-shadow: 0 0 15px 2px rgba(92,92,92,0.6);
}

    .forseeHome-logo-div img {
        width: 200px;
    }

a#TechnicalSupport_lnkTechnicalSupport:hover {
    border-bottom: 1px solid #fff;
}

a#Login1_PasswordRecoveryLink:hover {
    border-bottom: 1px solid #fff;
}

.login-forgetUsername:hover {
    border-bottom: 1px solid #fff;
}

.patient-registration:hover {
    border-bottom: 1px solid #fff;
}

.login-page-title-steps-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
}

    .login-page-title-steps-div h1 {
        margin: 0 0 50px;
        width: 100%;
        text-align: center;
        color: #fff;
    }

.login-page-steps {
    width: 100%;
    float: left;
    padding: 0 30px;
}

    .login-page-steps li {
        width: 33.33%;
        float: left;
        display: inline-block;
    }

.lps-image-step-box {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.lps-image {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    overflow: hidden;
    background: #e2e2e2;
    display: inline-block;
    -webkit-box-shadow: 0 0 15px 2px rgba(92,92,92,0.6);
    -moz-box-shadow: 0 0 15px 2px rgba(92,92,92,0.6);
    box-shadow: 0 0 15px 2px rgba(92,92,92,0.6);
}

    .lps-image img {
        height: 100%;
        width: 100%;
    }

.lps-step {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: calc((100% - 40px) / 2);
    bottom: -15px;
    background: #246990;
    border-radius: 100%;
    border: 0;
    color: #fff;
    font-size: 17px;
    padding: 9px 0;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.52);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.52);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.52);
    border: 1px solid #fff;
}

.lps-content-box {
    width: 100%;
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    position: relative;
    text-align: center;
}

    .lps-content-box:before {
        content: ">";
        position: absolute;
        color: #51b84b;
        font-size: 24px;
        font-weight: bold;
        left: 15px;
    }

.footer, footer {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 10px 0;
    height: 80px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    overflow: hidden;
}

.footer-logo {
    width: 30%;
    float: left;
    text-align: center;
    padding: 10px;
}

    .footer-logo img {
        width: 150px;
    }

.ValidationMessages {
    color:#f00;
    width: auto;
    list-style: none;
    position: absolute;
    top: 213px;
    left: 40px;
}

    .ValidationMessages ul {
        list-style: none;
    }


@media screen and (min-width:1600px) {
    .loginbox-div {
        height: calc(100vh - 80px);
    }

    .loginpage-content {
        height: calc(100vh - 80px);
    }
}

@media screen and (max-width:1280px) and (min-width:1190px){
    .loginbox-device-logo a img{
        width:120px;
    }
    .loginbox-div{
        padding:25px 35px 0;
        min-height:600px;
    }
    .login-box input[type="text"] {
        height: 30px;
    }
    .login-btn {
        height: 30px;
    }

    .loginpage-content{
        min-height:600px
    }
}


@media screen and  (max-width:1024px) and (max-height:1366px) {
    .loginbox-div {
        width: 100% !important;

    }
  
    .login-box {
        max-width: 300px;
        float: none !important;
        margin: auto !important;
    }
    .loginpage-content {
        width: 100% !important;
       
    }

    .loginbox-device-logo {
        margin-bottom:20px;
    }
    .ValidationMessages {
        top: 68%;
    }
}
/*
@media screen and (max-height:700px) {
    .login-page-title-steps-div {
        bottom: 6vh;
    }
}
@media screen and (min-height:800px) and (max-height:1280px) {
    

    a#Login1_PasswordRecoveryLink {
        top: 82% !important;
    }

    .login-forgetUsername {
        position: absolute;
        top: 84% !important;
    }

    #google_translate_element {
        top: 87% !important;
    }

    a#TechnicalSupport_lnkTechnicalSupport {
        top: 80% !important;
    }
    div#TechnicalSupport_TechnicalSupportPanel { background-color: #fff; border: 1px solid grey; top: 10%; left: 18% !important; }
}
@media screen and (min-height:631px) and (max-height:768px) {
    .loginbox-device-logo a img {
        max-width: 140px;
    }

    .loginbox-div {
        width: 300px;
        padding: 40px 20px 0;
    }

    .loginpage-content {
        width: calc(100% - 300px);
    }
}
@media screen and (min-height:600px) and (max-height:620px) {
    .loginbox-device-logo a img {
        max-width: 100px;
    }
    .login-box {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
    a#TechnicalSupport_lnkTechnicalSupport {
        top: 77% !important;
    }
    .login-forgetUsername {
        position: absolute;
        top: 85% !important;
    }
    #google_translate_element {
        top: 90% !important;
    }
}
        */
    @media screen and (max-width:768px) {
        .loginpage-section {
            height: auto
        }

        .loginbox-div {
            width: 100%;
            padding: 20px;
            /*height: auto;
            padding: calc((100vh - 500px) / 2) calc((100% - 300px) / 2);*/
            height: 600px;
        }

        .loginbox-device-logo {
            margin-top: 20px;
            margin-bottom: 10px;
        }

            .loginbox-device-logo a img {
                max-width: 150px;
            }

        .loginpage-content {
            width: 100%;
            height: 1040px !important;
        }

        .forseeHome-logo-div {
            width: 100%;
            float: left;
            padding: 15px;
            text-align: center;
        }

        .login-page-title-steps-div {
            position: relative;
            bottom: auto;
            margin-top: 30px;
        }

            .login-page-title-steps-div h1 {
                margin: 0 0 30px;
                font-size: 24px;
            }

        .login-page-steps {
            padding: 0 15px;
        }

            .login-page-steps li {
                width: 100%;
                margin-bottom: 30px;
            }

        .footer, footer {
            height: auto;
        }

        .footer-logo {
            width: 100%;
            padding: 0
        }

        footer p {
            width: 100%;
            padding: 0 !important;
            margin-top: 20px;
            float: left;
        }

        div#TechnicalSupport_TechnicalSupportPanel {
            background-color: #fff;
            border: 1px solid grey;
           
        }
    }

    @media screen and (min-width:1101px) and (max-width:1200px) {
        .lps-image {
            height: 140px;
            width: 140px;
        }
        
        .lps-content-box:before {
            font-size: 20px;
            left: 7px;
        }

        .lps-content-box {
            padding: 0 15px;
            font-size: 15px;
            line-height: 17px;
        }

        div#TechnicalSupport_TechnicalSupportPanel {
          
        }

        .loginbox-div {
            /*width: 300px;*/
            width: 100%;
            padding: 40px 20px 0;
            height: 600px;
        }

        .loginpage-content {
            /*width: calc(100% - 300px);*/
            width: 100%;
            height: 700px;
        }

        .loginbox-device-logo {
            margin-bottom:15px;
        }
        
        .login-box {
            width: 300px;
            float: none;
            margin: auto;
        }
    }



    @media screen and (min-width:769px) and (max-width:1100px) {
        .loginbox-device-logo a img {
            width: 120px;
        }
        .loginbox-div {
            /*width: 300px;*/
            width:100%;
            padding: 40px 20px 0;
            height: 600px;
        }
        .loginbox-device-logo {
            margin-bottom: 20px;
        } 
        .loginpage-content {
            /*width: calc(100% - 300px);*/
            width: 100%;
            height: 100%;
        }
        .login-box {
            width:300px;
            float:none;
            margin:auto;
        }
        .forseehome-logo-div {
            width: 100%;
            padding: 15px;
            text-align: center
        }

        .login-page-title-steps-div {
            position: relative;
            bottom: auto;
            padding: 20px;
            height: 100%;
            overflow: hidden !important;
        }

        .login-page-steps li {
            width: 100%;
        }

        a#Login1_PasswordRecoveryLink {
            top: 79% !important;
        }

        .login-forgetUsername {
            position: absolute;
           top: 82%;
        }

        .patient-registration {
            position: absolute;
            top: 85.5%;
        }

        #google_translate_element {
            top: 90%;
        }

        div#TechnicalSupport_TechnicalSupportPanel {
         
        }

        a#TechnicalSupport_lnkTechnicalSupport {
            top: 75%;
        }

        div#ValidationSummary1 {
            top: 65%;
        }

        .sr-popup-content .col-md-5 {
            width: 50%;
            float: left;
        }
        .sr-popup-content .col-md-7 {
            width: 50%;
            float: left;
        }

        .sr-popup-content .col-md-7 input{
            height:30px !important;
           margin-bottom:0;
        }

        .textarea#TechnicalSupport_txtComments {
            height: 40px !important;
            min-height: 40px !important;
        }
    }

    @media screen and (min-width:415px) and (max-width:768px) {
        .sr-popup-content {
            width: 100%;
            text-align: center;
        }

        input#TechnicalSupport_txtPhoneNumber, input#TechnicalSupport_txtname, input#TechnicalSupport_txtusername {
            float: none;
        }
        .login-box {
            width: 100%;
            float: left;
            margin-top: 15px;
            margin-bottom: 28px;
        }

        .sr-popup-content .col-md-7 input {
           height:20px !important;
           margin-bottom:0 !important;
           padding-bottom:0 !important;
        }

        .sr-popup-content .col-md-5 {
            width: 50% !important;
            float: left !important;
            text-align: left;
        }

        .sr-popup-content .col-md-7 {
            width:50% !important;
            float:left !important;
        }
        div#TechnicalSupport_TechnicalSupportPanel {
            background-color: #fff;
            border: 1px solid grey;
           
        }
        .textarea#TechnicalSupport_txtComments {
            height: 40px !important;
            min-height: 40px !important;
        }
    }

    @media screen and (min-width:320px) and (max-width:414px) {
        a#Login1_PasswordRecoveryLink {
            top: 79% !important;
        }

        .login-forgetUsername {
            top: 83% !important;
        }

        #google_translate_element {
            top: 91% !important;
        }

        a#TechnicalSupport_lnkTechnicalSupport {
            top: 74% !important;
        }

        .patient-registration {
            top: 87% !important;
        }

        div#TechnicalSupport_TechnicalSupportPanel {
            width: 250px !important;
          
            text-align: center;
        }

        input#TechnicalSupport_txtPhoneNumber, input#TechnicalSupport_txtname, input#TechnicalSupport_txtusername {
            margin-left: 10px;
        }

        #TechnicalSupport_TechnicalSupportPanel .srph-title {
            width: 85% !important;
        }

        div#ValidationSummary1 {
            position: absolute;
            top: 72%;
        }

        .loginbox-div {
            /*padding: calc((100vh - 385px) / 2) calc((100% - 300px) / 2);*/
        }

        span#TechnicalSupport_rfvphonenumber {
            float: right;
            margin: 0;
            padding: 0;
            margin-right: 0;
            margin-top: -5px;
            margin-bottom: 10px;
        }

        textarea#TechnicalSupport_txtComments {
            height: 40px !important;
            min-height: 40px !important;
        }

        .lps-image {
            height: 150px;
            width: 150px;
        }
    }

    @media screen and (min-width:320px) and (max-width:375px) {
        .login-box table {
            margin-bottom: 30px;
        }

    }




.ValidationMessages ul li {
    line-height: 51px;
}