<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
.tdpaddingbottom
{padding-bottom:15px;}

/*form styles*/
.e-prescription {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 20px;
}

    .e-prescription fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        /*stacking fieldsets above each other*/
        /*position: absolute;*/

        position: relative;
    }

.ePrescForm {
    margin: 0 !important;
    text-align: left !important;
}

.marginLeft15 {
   margin-left:15px;
}

.width50to100 {
    width:50%;
}

.e-prescription label {
    font-size: 14px;
    float: left;
    text-align: left;
    width: 100%;
}

.width90 {
    float: left;
    width: 90%;
    margin-bottom: 10px;
}

.width10 {
    float: left;
    width: 10%;
}

span.eyeChbk input[type=checkbox] {
    width: 20px;
    height: 20px;
}




    .e-prescription .form-label {
        font-size: 14px;
        float: left;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    /*Hide all except first fieldset*/
    .e-prescription fieldset:not(:first-of-type) {
        display: none;
        min-width: 100%;
    }
    
    /*inputs*/
    .e-prescription input[type="text"], .e-prescription textarea {
        padding: 15px;
        border: 1px solid #ccc;
        /* border-radius: 3px; */
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 20px;
        background: #e1e1e1;
    }
    .e-prescription input[type="text"] {
        width: 100%;
        height: 40px;
        border: none;
        background-color: #eaeaea;
        padding-left: 10px;
    }

    .e-prescription select {
        width: 100%;
        height: 40px;
        border: none;
        background-color: #eaeaea;
        padding-left: 10px;
    }

.time-control select { width: 100%; height: 40px; border: none; background-color: #eaeaea; padding-left: 10px; float: left; }

.e-prescription #wifi input { height: 25px; }

.wid {
    width: auto;
}
/*buttons*/
.e-prescription .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.prescription-form-button {
    padding: 8px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    background: #006a92;
    float: right;
    margin-left: 10px !important;
}
.centerTxt {
text-align:center !important;
}
.prescription-form-button-disable {
    padding: 8px 25px;
    font-size: 16px;
    color: #989898;
    font-weight: 700;
    border: 1px solid #c1c1c1;
    background-color: #e6e6e6;
    float: left !important;
    margin-left: 10px !important;
    width: 200px;
}

div#signature {
    width: 85%;
    float: left;
    border: 1px solid #989898;
    margin: 10px;
}

img.bg_logo {
    width: 50%;
    position: relative;
}

#signedBySignature, #ctl00_MainContent_signedBySignature {
    /* background: url(../images/nv_blur.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    height: 200px;
    float: left;
    margin-left: 15px;
    padding: 40px 0;
    border: 1px solid #e1e1e1; */
}
#signedBySignature, #ctl00_MainContent_signedBySignature {
    float: left;
    width: 50%;
    border: 1px solid rgba(230, 230, 230, 0.8823529411764706);
    border-radius: 3px;
    padding: 25px;
    height: auto;
    position: relative;
    background-color: #ffffff;
    margin-left: 15px;
}
img.bg_logo {
    width: 100%;
    position: relative;
}

.signatureTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 88%;
}
.rightyWidth50 label {
    font-size: 18px;
}

.leftyWidth50 {
    float: left;
    width: 43%;
    font-size: 30px;
    font-weight: 800;
    text-align: left;
    word-wrap: break-word;
}

.rightyWidth50 {
    width: 50%;
    float: right;
}


.signatureLblDiv {
    float: left;
    width: 50%;
    background: url(../images/nv_blur.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
}

.backgroundlogo {
    background: url(../images/nv_blur.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

.warningmsg {
    float: left;
    width: 100%;
    text-align: left;
    margin: 20px 10px;
}

.sign-lbl {
    margin-left: 15px;
    margin-top: 10px;
    width: 50%;
    text-align: left;
}

.clearSignature {
    float: left;
    font-size: 15px;
    color: #006a92;
    border-bottom: 1px solid;
    cursor: pointer;
    margin: 0 5px;
    margin-top: 8px;
}

span#ctl00_MainContent_signatureLblErr {
    float: left;
    width: 50%;
    text-align: left;
    color: red;
    margin: 15px;
}

div#signatureDiv {
    float: left;
    width:100%;
}
.outer-signatureDiv {
    width: 50%;
    float: left;
}

span#datespan {
    width: 100%;
    margin: 10px;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
span#ctl00_MainContent_userWarningText {
    width: 97%;
    float: left;
    text-align: center;
    color: red;
    padding: 0;
    margin: 15px;
    font-size: 15px;
}

.signaturePreview {
 width:100%;
    float: left;
}

.prescription-form-button {
    width: 200px;
}

input#ctl00_MainContent_btnPersonalNext {
    margin: 0;
}

    .e-prescription .action-button:hover, .e-prescription .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
    }
/*headings*/
.fs-title {
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    border-bottom: 3px double #63a945;
    font-size: 20px;
    font-weight: bolder;
    /* text-align: -webkit-left; */
    padding-bottom: 5px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #111;
        text-transform: uppercase;
        font-size: 16px;
        width: 33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 25px;
            line-height: 25px;
            display: block;
            font-size: 14px;
            color: #333;
            background: #27AE60;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #111;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #27AE60;
            color: white;
        }

.insuranceDetailSection .row img {
    display: none;
    height: 100px;
    width: 200px;
}

.insuranceDetailSection .row .insuranceText_preview {
    display: none;
}

.secondaryIns-Container {
    display: none;
}

.primaryIns-ManualSection {
    display: none;
}


.previewInput {
    padding: 10px;
    border: 1px solid rgba(153, 153, 153, 0.55);
    /* border-radius: 3px; */
    /* margin-bottom: 10px; */
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 14px;
    border: none;
    background: #e9e9e9;
    float: left;
    height: 35px;
}

.previewLabel {
    color: #58595b;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    float: left;
}

input[type=file] {
    display: block;
    font-size: 15px !important;
    height: 50px !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
}

.secondaryIns-DisplaySection {
    display: none;
}

.prev_heading {
    font-size: 18px;
    font-weight: bolder;
    text-align: -webkit-left;
    border-bottom: 1px dashed #63a945;
    padding: 20px 0px;
}

.prev-insurance-type-heading {
    padding: 10px;
    border-bottom: 1px solid #63a945;
    width: 33%;
    margin: 0 auto;
}

.secondaryIns-ManualSection {
    display: none
}
span.textBoxes {
    text-align: left;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    background-color: #eaeaea;
    cursor: not-allowed;
}
.multiStep-SelectBox {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #e6e6e6;
    padding-left: 10px;
}

#step1 {
    /*min-height: 800px;*/
}

#step2 {
    /*min-height: 500px;*/
}

#step3 {
    /*min-height: 600px;*/
}

#step4 {
    /*min-height: 1200px;*/
}


.prev-img-text {
    font-size: 16px !important;
    height: 290px !important;
    background: #fff !Important;
}

/*.secondaryIns-ImagePreview textarea , .primaryIns-ImagePreview textarea {
    height: 100px;
    line-height: 1.3;
    resize: none;
}*/

.img-preview-text {
    font-size: 16px !important;
    height: 320px !important;
    background: #fff !Important;
    line-height: 1.2;
}

.signCbkDiv input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.signCbkDiv {
    width: 5%;
    float: left;
}
.signedBy {
    margin: 10px 0;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold;
    width: 100%;
}

.signChbkLblDiv {
    width: 95%;
    float: left;
    padding: 3px 10px;
    text-align: left;
}

.prescription-validation-errors {
    border: 0;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #f37021;
    float: left;
}

.signedByUserDiv {
    float: left;
    width: 50%;
    padding: 10px;
}

    .signedByUserDiv label {
        width: 100%;
        text-align: left;
    }

span#ctl00_MainContent_LoginName2 {
    text-align: left;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    background-color: #eaeaea;
    cursor: not-allowed;
}

.signedByUserDateDiv {
    float: left;
    width: 50%;
    padding: 10px;
}

    .signedByUserDateDiv label {
        width: 100%;
        text-align: left;
    }

.signedbyUserDate, #SignedByPrescriber, #UserFullName {
    text-align: left;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    background-color: #eaeaea;
    cursor: not-allowed;
}

input#ctl00_MainContent_SignedByPrescriber, input#ctl00_MainContent_UserFullName {
    background-color: #eaeaea;
    font-size: 16px;
    font-family: serif;
}

.signed {
    width: 100%;
    float: left;
    margin: 10px;
    margin-top: 25px;
}

    .signed span {
        float: left;
        margin-left: 0;
        width: 75%;
        text-align: left;
    }

    .signed label {
        width: 25% !important;
    }

label#ctl00_MainContent_datespan {
    width: 100%;
}

.manualInsQuest {
    display: inline-block;
    width: 100%;
}

.left {
    float: left;
}

.textLeft {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.radioPadding {
    float: left;
    padding: 5px 5px 0px 0px;
}

.min-width-200 {
    min-width: 200px;
}

/* loading wheel CSS start */
.loadingWheelWrapper {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(224, 222, 222, 0.35);
    position: absolute;
    padding-top: 10%;
    margin-left: -3%;
    margin-top: -2%;
    z-index: 9;
}

.loader {
    font-size: 10px;
    margin: 30% auto;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #63a945;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loading wheel CSS End*/

/* iPad */
@media screen and (min-width: 2000px) and (min-height: 1000px) {
}
/* iPad Pro */

@media screen and (max-width: 1024px) {
}
/* iPad  */
@media screen and (max-width: 768px) {
    #ctl00_MainContent_signedBySignature {
        width:100% !important;
    }
    #languageLB {
        width: 100%;
    }

    .e-prescription .col-sm-4 {
        width: 100% !important;
    }

    #primary-selectInsType {
        display: flex !important;
    }

    .primaryIns-ImageSection {
        width: 100% !important;
    }

    #select-SecondInsType {
        display: flex;
    }

    .secondaryIns-ImageSection {
        width: 100% !important;
    }
}

@media screen and (max-width:640px){
    div#signature{
        width:100%;
    }

    span#datespan {
        float: left !important;
    }

    .outer-signatureDiv {
        width: 100%;
        float: left;
    }

    .signatureLblDiv {
        float: left;
        width: 100%;
        background: url(../images/notal-vision.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 90px;
    }

    .sign-lbl {
        width: 100%;
        margin-left:0;
    }
   
    label.signedBy {
        width: 100%;
    }
    span#ctl00_MainContent_signatureLblErr{
        width:100%;
    }

    span#ctl00_MainContent_signedSubmittedby {
        font-size: 15px;
    }

    .rightyWidth50 label {
        font-size: 15px !important;
    }

    span#ctl00_MainContent_signatureLblErr {
        float: left;
        width: 50%;
        text-align: left;
        color: red;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 414px) {
    /* .e-prescription{
        width: 90%;
    }   */
    .width50to100{
        width:100%;
    }
    #ctl00_MainContent_signedBySignature {
        margin-left:0;
    }
    
    .marginLeft15 {
        margin-left: 0;
    }

    span#ctl00_MainContent_userWarningText{
        width:100%;
        margin:15px 0;
    }
    
    #languageLB {
        display: -webkit-inline-box;
    }

    .primaryInsType {
        padding: 22px;
    }
    /* .e-prescription label {
        font-size: 18px;
        
    }    */
    .template_div {
        margin-left: 25px;
        margin-right: 10px;
    }

    #progressbar li {
        font-size: 10px;
    }

    #progressbar {
        margin-left: 20px;
        margin-right: 10px;
    }

    /* .primaryIns-Container .col-sm-5{
        height: 102px !important;
    } */

    .primaryIns-ManualSection .col-sm-6 {
        height: 62px !important;
    }

    /* .secondaryIns-Container .col-sm-7{
        width: 60% !important;
    } */

    #select-SecondInsType {
        float: left;
        margin-top: 12px;
    }

    #isSecondaryInsurance {
        width: -webkit-fill-available !important;
    }

    .secondaryIns-ManualSection {
        margin-top: 53px;
    }

    .primaryIns-ImageSection {
        margin-top: 20px;
    }

    .prev-insurance-type-heading {
        width: 100%;
    }

    .prev-insurance-type-heading {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .personalDetailsInput p {
        display: grid;
    }

    .primaryIns-Container .col-sm-5 {
        height: 132px !important;
    }
    /* .ManualSection{
        margin-top: 55px;
    } */

    /* .insuranceDetailSection .col-sm-12{
        margin-top: 262px;
    }
    */
    .primaryIns-ManualSectionDiv12 {
        float: left;
    }
}

@media screen and (max-width: 320px) {

    .primaryIns-ManualSectionDiv12 {
        float: left;
    }

    .secondaryIns-ManualSection {
        float: left;
        margin-top: 0px !important;
    }

    .Secondarylb {
        float: left;
    }

    .ManualSection {
        margin-top: 0px !important;
    }

    #progressbar li {
        font-size: 10px;
    }

    .e-prescription input[type="radio"] {
        float: left !important;
        display: flex;
    }

    .e-prescription label {
        font-size: 15px !important;
        float: left;
    }

    .e-prescription p {
        width: -webkit-fill-available !important;
        display: inline-grid;
    }

    #progressbar {
        margin-left: 12px;
        margin-right: 18px;
    }

    #languageLB {
        width: -webkit-fill-available;
        padding-bottom: 5px;
        float: left !important;
        display: -webkit-inline-box;
    }

    #ff {
        display: -webkit-box !important;
        float: left !important;
        width: 100% !important;
    }

    #id {
        float: left !important;
        width: 100% !important;
    }
    /* .e-prescription span{
        margin-bottom: 5px;
    } */

    .e-prescription .row {
        margin-bottom: 5px;
        margin-top: 8px;
    }

    #isSecondaryInsurance {
        display: flex;
    }

    #ctl00_MainContent_signedBySignature{
        padding:10px;
    }

    .rightyWidth50 label{
        font-size:10px;
    }
    .eRxSuccessPopupBox .eRxSuccessPopupBox-PopupLayout {
        width: 95% !important;
        left: 50% !important;
        top: 50% !important;
        position: absolute;
        transform: translate(-50%,50%);
    }
    .e-prescription label {
        font-size: 12px !important;
    }
        span #ctl00_MainContent_signedSubmittedby {
        font-size: 15px;
    }

    span#ctl00_MainContent_signedSubmittedbyp {
        font-size: 15px;
    }
}

.successButtons {
    display: inline-block;
    text-align: center !important;
    width: 100%;
    margin: 40px 0;
}

.successButtons .table_button {
    float: none !important;
    min-width: 100px;
    padding: 8px;
    border: none;
    border-radius: 3px;
}</pre></body></html>