.search-icon {
    height: 34px;
    background-color: #068cb0;
    border-radius: 0 100px 100px 0;
    width: 50px;
    cursor: pointer;
    padding: 5px;
}
.search-icon > img {
  /*  margin-right: auto;*/
    display: block;
    width: 19px;
    margin-left: 3px;
    margin:auto !important;
}
/*Summary Text*/
.text-subheadExa {
    color: #07a0d4;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
}
.maintext-history {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.since-summarytext {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;    
}
.remarks-textsummary {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #9d9d9d;
    margin-bottom: 0;
    margin-top: 10px;
}
/*.Newconsult-summary > li {
    padding: 5px 10px !important;
}*/
/*1. Accordion */
/*Work Start*/
.text-new {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*1. Accordion*/
.tableAccordion {
    margin-bottom: 0;
    border-spacing: 0 5px;
    border-collapse: separate;
    table-layout: fixed;
}

    .tableAccordion > thead > tr > th:first-child,
    .tableAccordion > tbody > tr.accotab-head > td:first-child {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .tableAccordion > thead > tr > th:last-child,
    .tableAccordion > tbody > tr.accotab-head > td:last-child {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .tableAccordion > thead > tr > th:after,
    .tableAccordion > tbody > tr.accotab-head > td:after {
        border-right: 1px solid #d2d2d2;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 15px;
        margin: auto 0;
    }

    .tableAccordion > tbody > tr.accotab-head > td:after {
        height: 20px !important;
    }

    .tableAccordion > thead > tr > th:last-child:after,
    .tableAccordion > tbody > tr.accotab-head > td:last-child:after {
        border: none;
    }

    .tableAccordion > thead > tr > th {
        /*background-color: #1D5558;*/
        background-color: #07a0d4;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
    }

    .tableAccordion > tbody > tr.accotab-head > td:first-child {
        border-left: 1px solid #d2d2d2;
    }

    .tableAccordion > tbody > tr.accotab-head > td:last-child {
        border-right: 1px solid #d2d2d2;
    }

    .tableAccordion > tbody > tr.accotab-head > td {
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        background-color: #fff;
        color: #000;
        font-size: 12px;
    }

    .tableAccordion > tbody > tr.accotab-body > td {
        border: none;
        top: -12px;
    }

        .tableAccordion > tbody > tr.accotab-body > td > div {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            width: 100%;
            padding: 7px;
        }

/*Accordion End*/
grammarly-extension {
    display: none !important;
}

.b-radius {
    border-radius: 10px;
}
/*New COnsultation*/
.drawpad-head {
    background-color: #f9f9f9;
    display: flex;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ap-buttons,
.ap-buttons-new {
    border: 2px solid #d2d2d2;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.ap-buttons > li {
    display: inline-block;
    background-color: #fff;
    color: #1d5558;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}
.ap-buttons-new > li {
    display: inline-block;
    color: #1d5558;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
   /* padding: 5px 15px;*/
    padding: 2px 10px;
    cursor: pointer;
    background-color: none !important;
}

.ap-buttons > li.active {
    background-color: #008b86;
    color: #fff;
    cursor: default;
}
.ap-buttons-new > li.active {
    background-color: #1d5558;
    color: #fff;
    cursor: default;
    border-radius:20px;
}

.ap-buttons > li:first-child {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}

.ap-buttons > li:last-child {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.total-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .total-current > li,
    .total-currentHVR > li {
        display: inline-block;
        position: relative;
        flex: 1;
    }

        .total-current > li:first-child:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            border-right: 1px solid #d1d1d1;
            margin-right: 10px;
        }

        .total-current > li > span,
        .total-currentHVR > li > span {
            font-size: 9px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: 0.75px;
            text-align: left;
            color: #d2d2d2;
            text-transform: uppercase;
        }

        .total-currentHVR > li > label {
            display: inline-block;
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-right: 20px;
            margin-left: 20px;
            position: relative;
            margin-bottom: 5px;
        }

            .total-currentHVR > li > label:before {
                content: "";
                position: absolute;
                left: -21px;
                width: 15px;
                height: 15px;
                color: #fff;
                border-radius: 100px;
            }

.currentHVR-HR:before {
    background-color: #ff404b;
}

.currentHVR-VIP:before {
    background-color: #ffba00;
}

.currentHVR-Research:before {
    background-color: #4cadff;
}

.total-current > li > p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 5px;
}

.total-currentHVR > li > b {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 0;
}

.HS-buttons > li, .header-buttons > li {
    display: inline-block;
    text-align: center;
    padding-right: 3px;
    position: relative;
    cursor: pointer;
}
/*.header-buttons > li {
    padding-right: 12px !important;
    padding-left: 12px !important;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}*/

.header-buttons > li {
    /*padding-right: 8px !important;
    padding-left: 8px !important;*/
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.HS-buttons > li > a,
.header-buttons > li > a {
    cursor: pointer;
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: normal;
}

.header-buttons > li > a {
    color: #fff !important;
    font-weight: normal !important;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.HS-buttons > li > a > i.a-icon,
.header-buttons > li > a > i.a-icon,
.biling-buttons > li > a > i.a-icon {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 16px;
    height: 16px; 
/*    width: 24px;
    height: 24px;*/
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.biling-buttons  {
    display: flex;
}
.biling-buttons > li {
    flex: 1;
    list-style: none;    
}
.biling-buttons > li > a {
    border-radius: 8px;
    height: 58px;
    background-color: #f6f6f6;
    margin: 0 5px;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 8px 0;
}
.head-border-after:before {
    opacity: 0.25;
    border-left: solid 1px #ffffff;
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.head-border-after:after {
    content: "";
    right: 0;
    opacity: 0.25;
    border-left: solid 1px #ffffff;
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.HS-buttons > li > label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}

.header-buttons > li:hover {
    background-color: #07a0d4;
    cursor: pointer
}
    .HS-buttons > li > a > span{
        display:none;
        position:absolute;
    }
.HS-buttons > li:hover > a > span {
    display: block;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 6px;
}

    .HS-buttons > li > a > i.HistorySegment {
        background-image: url(../img/consultation-icons/history-icon.svg);
    }

.HS-buttons > li > a > i.SummarySegment {
    background-image: url(../img/consultation-icons/summary-icon.svg);
}

.HS-buttons > li > a > i.TemplateD {
    background-image: url(../img/consultation-icons/template-icon.svg);
}

.HS-buttons > li > a > i.selectfileD {
    background-image: url(../img/consultation-icons/selectfile-icon.svg);
}

.HS-buttons > li > a > i.syncfileD {
    background-image: url(../img/consultation/sync-icon.svg);
}

.HS-buttons > li > a > i.doctor-notes-impo {
    background-image: url(../img/consultation/doctor-notes.svg);
}

.HS-buttons > li > a > i.opton-notes-impo {
    background-image: url(../img/consultation/optom-notes.svg);
}

.HS-buttons > li > a > i.clinical-notes-impo {
    background-image: url(../img/consultation/clinical-notes.svg);
}

.HS-buttons > li > a > i.patient-notes-impo {
    background-image: url(../img/consultation/patient-notes.svg);
}


.HS-buttons > li > a > i.Diagnosis-pcare {
    background-image: url(../img/consultation/Diagnosis-pcare.svg);
}

.HS-buttons > li > a > i.Investigations-pcare {
    background-image: url(../img/consultation/Investigations-pcare.svg);
}

.HS-buttons > li > a > i.Treatments-pcare {
    background-image: url(../img/consultation/Treatments-pcare.svg);
}

.HS-buttons > li > a > i.Procedures-pcare {
    background-image: url(../img/consultation/Procedures-pcare.svg);
}

.HS-buttons > li > a > i.Surgery-pcare {
    background-image: url(../img/consultation/Surgery-pcare.svg);
}

.HS-buttons > li > a > i.ContactLens-pcare {
    background-image: url(../img/consultation/ContactLens-pcare.svg);
}

.HS-buttons > li > a > i.MedicalRX-pcare {
    background-image: url(../img/consultation/MedicalRX-pcare.svg);
}

.HS-buttons > li > a > i.GlassRX-pcare {
    background-image: url(../img/consultation/GlassRX-pcare.svg);
}
.HS-buttons > li > a > i.historyD {
    background-image: url('../images/historyD.svg');
}
    /*------------------------------------------------*/
    .HS-buttons > li.active > a > i.doctor-notes-impo,
    .HS-buttons > li:hover > a > i.doctor-notes-impo {
        background-image: url(../img/consultation/doctor-notes-active.svg);
    }

.HS-buttons > li.active > a > i.opton-notes-impo,
.HS-buttons > li:hover > a > i.opton-notes-impo {
    background-image: url(../img/consultation/optom-notes-active.svg);
}

.HS-buttons > li.active > a > i.clinical-notes-impo,
.HS-buttons > li:hover > a > i.clinical-notes-impo {
    background-image: url(../img/consultation/clinical-notes-active.svg);
}

.HS-buttons > li.active > a > i.patient-notes-impo,
.HS-buttons > li:hover > a > i.patient-notes-impo {
    background-image: url(../img/consultation/patient-notes-active.svg);
}
/*------------------------------------------------*/
/*.header-buttons > li > a > i.FollowUp-hicn {
    background-image: url(../img/header/FollowUp-hicn.svg);
}*/

.header-buttons > li > a > i.Referral-hicn {
    background-image: url(../img/header/Referral-hicn.svg);
}

.header-buttons > li > a > i.SendTo-hicn {
    background-image: url(../img/header/SendTo-hicn.svg);
}

.header-buttons > li > a > i.TagPatient-hicn {
    background-image: url(../img/header/TagPatient-hicn.svg);
}

.header-buttons > li > a > i.Save-hicn {
    background-image: url(../img/header/Save-hicn.svg);
}

.header-buttons > li > a > i.save-send {
    background-image: url(../img/header/save-send.svg);
}
.header-buttons > li > a > i.Summary-hicn {
    background-image: url(../img/header/Summary-hicn.svg);
}

.header-buttons > li > a > i.CompPrint-hicn {
    background-image: url(../img/header/CompPrint-hicn.svg);
}

.header-buttons > li > a > i.ClearAll-hicn {
    background-image: url(../img/header/ClearAll-hicn.svg);
}
/*------------------------------------------------*/
.header-buttons > li > a > i.appts-hicn {
    background-image: url(../img/appt-list/appts-hicn.svg);
}
.header-buttons > li > a > i.tele-appts {
    background-image: url(../img/appt-list/tele-appts.svg);
}
.header-buttons > li > a > i.appts-investigations {
    background-image: url(../img/appt-list/appts-investigations.svg);
}
.header-buttons > li > a > i.appt-all-patient {
    background-image: url(../img/appt-list/appt-all-patient.svg);
}
.header-buttons > li > a > i.appts-dilation {
    background-image: url(../img/appt-list/appts-dilation.svg);
}
.header-buttons > li > a > i.appts-followup {
    background-image: url(../img/appt-list/appts-followup.svg);
}
.header-buttons > li > a > i.appts-quickreg {
    background-image: url(../img/appt-list/appts-quickreg.svg);
}
.header-buttons > li > a > i.appts-reg-patient {
    background-image: url(../img/appt-list/appts-reg-patient.svg);
}
.header-buttons > li > a > i.appts-book-appt {
    background-image: url(../img/appt-list/appts-book-appt.svg);
}
.header-buttons > li > a > i.appts-billing-icon {
    background-image: url(../img/appt-list/appts-billing-icon.svg);
}
/*------------------------------------------------*/
.biling-buttons > li > a > i.pay-icon-bill {
    background-image: url(../img/new-icons/pay-icon-bill.svg);
}
.biling-buttons > li > a > i.payPrint-icn {
    background-image: url(../img/new-icons/payPrint-icn.svg);
}
.biling-buttons > li > a > i.PayPrintA5-icn {
    background-image: url(../img/new-icons/PayPrintA5-icn.svg);
}
/*------------------------------------------------*/
.optabsnavigations > ul > li:hover > a > i.Appts-iconA,
.optabsnavigations > ul > li:hover > a > i.Tele-iconA,
.optabsnavigations > ul > li:hover > a > i.Investigations-iconA,
.optabsnavigations > ul > li:hover > a > i.Patients-iconA,
.optabsnavigations > ul > li:hover > a > i.Dilation-iconA,
.optabsnavigations > ul > li:hover > a > i.Follow-iconA,
.optabsnavigations > ul > li > a > i.Appts-iconAhover,
.optabsnavigations > ul > li > a > i.Tele-iconAhover,
.optabsnavigations > ul > li > a > i.Investigations-iconAhover,
.optabsnavigations > ul > li > a > i.Patients-iconAhover,
.optabsnavigations > ul > li > a > i.Dilation-iconAhover,
.optabsnavigations > ul > li > a > i.Follow-iconAhover,
.optabsnavigations > ul > li > a > i.Follow-Tvhovericon,
.optabsnavigations > ul > li > a.activenav > i.Appts-iconA,
.optabsnavigations > ul > li > a.activenav > i.Tele-iconA,
.optabsnavigations > ul > li > a.activenav > i.Investigations-iconA,
.optabsnavigations > ul > li > a.activenav > i.Patients-iconA,
.optabsnavigations > ul > li > a.activenav > i.Dilation-iconA,
.optabsnavigations > ul > li > a.activenav > i.Follow-iconA,
.optabsnavigations > ul > li > a.activenav > i.Follow-Tvicon {
    display: none;
}
.optabsnavigations > ul > li:hover > a > i.Appts-iconAhover,
.optabsnavigations > ul > li:hover > a > i.Tele-iconAhover,
.optabsnavigations > ul > li:hover > a > i.Investigations-iconAhover,
.optabsnavigations > ul > li:hover > a > i.Patients-iconAhover,
.optabsnavigations > ul > li:hover > a > i.Dilation-iconAhover,
.optabsnavigations > ul > li:hover > a > i.Follow-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Appts-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Tele-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Investigations-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Patients-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Dilation-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Follow-iconAhover,
.optabsnavigations > ul > li > a.activenav > i.Follow-Tvhovericon {
    display: inline-block;
}
.Appts-iconA {
    background-image: url(../img/appt-list/nav-appt-dark.svg);
}
.Appts-iconAhover {
    background-image: url(../img/appt-list/nav-appt-white.svg);
}
.Follow-Tvicon {
    background-image: url(../img/appt-list/Follow-Tv.svg);
}
.Follow-Tvhovericon {
    background-image: url(../img/appt-list/Follow-Tvhover.svg);
}
.Tele-iconA {
    background-image: url(../img/appt-list/nav-tele-dark.svg);
}
.Tele-iconAhover {
    background-image: url(../img/appt-list/nav-tele-white.svg);
}
.Investigations-iconA {
    background-image: url(../img/appt-list/nav-investigation-dark.svg);
}
.Investigations-iconAhover {
    background-image: url(../img/appt-list/nav-investigation-white.svg);
}
.Patients-iconA {
    background-image: url(../img/appt-list/nav-patients-dark.svg);
}
.Patients-iconAhover {
    background-image: url(../img/appt-list/nav-patients-white.svg);
}
.Dilation-iconA {
    background-image: url(../img/appt-list/nav-dilation-dark.svg);
}
.Dilation-iconAhover {
    background-image: url(../img/appt-list/nav-dilation-white.svg);
}
.Follow-iconA {
    background-image: url(../img/appt-list/nav-followup-dark.svg);
}
.Follow-iconAhover {
    background-image: url(../img/appt-list/nav-followup-white.svg);
}
.Quick-iconA {
    background-image: url(../img/appt-list/nav-quickreg-white.svg);
}
.RegPatient-iconA {
    background-image: url(../img/appt-list/nav-register-white.svg);
}
.BookAppt-iconA {
    background-image: url(../img/appt-list/nav-bookappt-white.svg);
}
.Billing-iconA {
    background-image: url(../img/appt-list/nav-billing-white.svg);
}
/*------------------------------------------------*/
.ehA {
    width: 12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
i.fa-down-alt {
    background-image: url(../img/ascending-icon.svg);
}
i.fa-up-alt {
    background-image: url(../img/descending-icon.svg);
}
/*------------------------------------------------*/
.lcscaip-list > li {
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
}

    .lcscaip-list > li.active {
        background-color: #008b86;
        color: #fff !important;
        border-radius: 5px;
        cursor: pointer;
    }

    .lcscaip-list > li > a {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #008b86;
        cursor: pointer;
        padding: 3px 20px;
    }

    .lcscaip-list > li:after,
    .lcscaip-list > li.active:hover:after {
        content: "|";
        position: absolute;
        right: 0;
        color: #000000;
    }

    .lcscaip-list > li.active > a {
        color: #000000;
    }


    .lcscaip-list > li:hover:after {
        content: "";
    }

    .lcscaip-list > li:hover > a {
        background-color: #008b86;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    .lcscaip-list > li.active:hover > a {
        background-color: transparent;
        color: #000000;
        cursor: default;
    }

.panel-drawpad {
    border: 1px solid #d2d2d2;
    border-radius: 5px 5px 0 0;
}

.drawpad-header {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #d2d2d2;
}

.DrawPanel-colors > li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

    .DrawPanel-colors > li > i {
        border-radius: 5px;
        width: 15px;
        height: 15px;
        display: block;
        position: relative;
        top: 4px;
        cursor: pointer;
    }

.Drawpaditems {
    border-radius: 10px;
    border: 1px solid #d2d2d2;
}

    .Drawpaditems > .drawpad-body {
        border-radius: 10px;
    }

.DrawPanel-colors > li:nth-child(1) > i {
    background-color: #ff5757
}

.DrawPanel-colors > li:nth-child(2) > i {
    background-color: #55d655;
}

.DrawPanel-colors > li:nth-child(3) > i {
    background-color: #3170ff;
}

.DrawPanel-colors > li:nth-child(4) > i {
    background-color: #ffd800;
}

.DrawPanel-colors > li:nth-child(5) > i {
    background-color: #212121;
}

.DrawPanel-colors > li.active > i:after {
    content: "*";
    color: #000;
    position: absolute;
    top: -14px;
    margin: 0 auto;
    font-size: 15px;
    left: 0;
    right: 0;
}

.drawpad-body {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.draw-padthumb {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .draw-padthumb > li {
        height: 60px;
        width: 60px;
        display: block;
        border-radius: 5px;
        border: 1px solid #d2d2d2;
        margin-bottom: 5px;
    }

        .draw-padthumb > li > img {
            background-size: contain;
            padding: 5px;
            width: 100%;
            height: 100%;
            background-position: center center;
            object-fit: contain;
            background-repeat: no-repeat;
            cursor: pointer;
            background-color: #fff;
        }

.drawpad-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.button-drawpad {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
}

    .button-drawpad > li {
        display: inline-block;
        position: relative;
        padding: 0 10px;
        cursor: pointer;
    }

        .button-drawpad > li:first-child:after {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "|";
            color: #d2d2d2;
        }

        .button-drawpad > li > i {
            width: 18px;
            height: 18px;
            display: block;
            background-size: contain;
            background-repeat: no-repeat;
            line-height: 7px;
            margin: auto;
            text-align: center;
            background-position: center center;
        }

.draw-actionb {
    display: flex;
    align-items: center;
}

.button-drawpad > li > i.draw-zoom-out {
    background-image: url(../img/consultation-icons/draw-zoom-out.svg);
}

.button-drawpad > li > i.draw-zoom-in {
    background-image: url(../img/consultation-icons/draw-zoom-in.svg);
}

.button-drawpad > li > i.undo-left {
    background-image: url(../img/consultation-icons/undo-left.svg);
}

.button-drawpad > li > i.undo-right {
    background-image: url(../img/consultation-icons/undo-right.svg);
}

.draw-actionb > li > button.draw-save > i {
    background-image: url(../img/consultation-icons/draw-save.svg);
}

.draw-actionb > li > button.draw-clear > i {
    background-image: url(../img/consultation-icons/draw-clear.svg);
}

.img-drawD {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.btn-Draw {
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.6px;
    text-align: center;
    color: #ffffff;
    padding: 10px 8px;
    border: none;
}

.btn-summary {
    background-color: #ffba00;
}

.btn-pnotes {
    background-color: #008b86;
}

.tableDrawPad > tbody > tr > td {
    border-top: none !important;
    border-bottom: 0.6px solid #d1d1d1 !important;
}

.tableDrawPad > tbody > tr:last-child > td {
    border: none !important;
}

.tableDrawPad > tbody > tr > td > span {
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.draw-actionb > li > button > i {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 7px;
    margin: auto;
    text-align: center;
    background-position: center center;
    margin-right: 5px;
}

.draw-actionb > li {
    display: inline-block;
}

    .draw-actionb > li > button {
        border-radius: 6px;
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.2;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

        .draw-actionb > li > button:hover,
        .draw-actionb > li > button:focus {
            color: #fff;
        }

        .draw-actionb > li > button.draw-save {
            background-color: #008b86;
        }

        .draw-actionb > li > button.draw-clear {
            background-color: #e86868;
        }

.DrawPad-h1 > h1 {
    margin-top: 0;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #008b86;
}

.DrawPad-h1 > select {
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0 !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.DrawPad-h1 > textarea {
    border: none;
    width: 100%
}
/*----------------------*/
.print-button {
    background-color: #fff;
    border: 2px solid #e67e22;
    color: #e67e22;
    opacity: 1;
    border-radius: 100px;
    padding: 15px 35px;
    font-size: 12px;
    line-height: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

.pay-head {
    color: #000000;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px
}

.text-redeem {
    letter-spacing: 0.75px;
    color: #0C8986 !important;
    text-transform: uppercase;
    font-weight: bold
}

.text-clear {
    letter-spacing: 0.75px !important;
    color: #ff0000 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.offer-applied {
    background-color: #E8FAFA;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
    height: 45px;
    text-align: center;
}

    .offer-applied > span {
        text-align: center;
        letter-spacing: 0px;
        color: #0C8986;
        font-size: 10px;
        line-height: 1.5;
        font-weight: bold;
    }
/*Quick Registration*/
.etn {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100px;
    position: relative;
    opacity: .999;
    height: 37px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins-Bold';
}

.btn-ehnote {
    background: #0C8986 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    opacity: 1;
}

.btn-ehnote-outline {
    border: 3px solid #0C8986;
    color: #0C8986;
    background-color: #fff;
    opacity: 1;
}

.ehnote-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E2;
    display: block;
    letter-spacing: inherit;
    width: 100%;
    height: 35px;
    min-height: 35px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000;
    background-image: none;
    border-radius: 100px;
    box-shadow: none;
    font-family: 'Poppins-Medium';
    -webkit-appearance: textfield;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.namedrop-text {
    font-family: 'Poppins-bold';
    color: #000000;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}

.detailsdrop-text {
    color: #707070;
    font-size: 12px;
    font-family: 'Poppins-bold';
    margin-bottom: 6px;
}
/*Section*/
.section-ehnote {
    border-radius: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #00000008;
    opacity: 1;
    padding: 0px 4px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    border: 1px solid #d2d2d2;
}

.section-blue {
    background-color: #edfaff;
}

.ehnote-header {
    display: block;
    position: relative;
    padding: 8px 7px;
}
/*.ehnote-header {
    position: relative;
    padding: 8px 7px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}*/

.ehnote-header > h1 {
    font-size: 16px;
    text-align: left;
    color: #07a0d4;
    line-height: 0px;
    font-family: 'Poppins-SemiBold';
    padding: 0;
    margin: 0;
    display: inline-block;
}

.vitals-pos > input {
    padding-right: 50px !important;
}

.vitals-pos > span {
    position: absolute;
    right: 5px;
    bottom: 6px;
    margin: auto 0;
    display: block;
    color: #6f6f6f;
    font-size: 10px;
}

.min-header {
    display: block;
}

    .min-header > h1 {
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: normal;
        text-align: left;
        color: #068cb0;
        margin: 0;
        display: inline-block;
        margin-left: 4px;
    }

.black-main,
.black-body {
    display: block;
}

.black-head {
    display: flex;
    animation: relative;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .black-head > h1 {
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        display: inline-block;
        display: flex;
        align-items: center;
        margin: 0;
        grid-gap: 5px;
    }

        .black-head > h1:before {
            content: "";
            width: 23px;
            height: 23px;
            display: inline-block;
            background-size: contain !important;
            background-repeat: no-repeat !important;
         /*   position: absolute;*/
            left: 0;
            top: 0px;
        }

        .black-head > h1.h-mhistory:before {
            background: url("../img/consultation/h-mhistory.svg");
        }

        .black-head > h1.h-RefractionFnd:before {
            background: url("../img/consultation/h-RefractionFnd.svg");
        }

        .black-head > h1.h-examinations:before {
            background: url("../img/consultation/h-examinations.svg");
        }

        .black-head > h1.h-PlanfCare:before {
            background: url("../img/consultation/h-PlanfCare.svg");
        }
        .black-head > h1.h-impnotes:before {
            background: url("../img/consultation/h-impnotes.svg");
        }

.ehnote-body {
    position: relative;
    padding: 0px 5px;
}
.btn-cancel {
    color: #0C8986;
    background-color: #FFFFFF;
    border: 2px solid #0C8986;
    border-radius: 25px;
}
/*.md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    font-size:14px;
    color:#000;
}*/
.label-rpatient {
    font-family: 'Poppins-Medium';
    font-size: 14px;
    color: #000000;
}

.paymentlist-summary > li {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
   /* font-family: 'Poppins-Regular';*/
    border: none;
    font-size: 12px;
    line-height: 19px;
    padding: 3px 0;
}

.paymentlist-summary > li > span {
    font-family: 'Poppins-SemiBold';
    color: #000000;
    background-color: transparent;
    font-size: 12px !important;
}

.search-dropdown-icn {
    background-image: url("../img/main/drp-search.svg");
    content: "";
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    background-size: contain;
    bottom: 9px;
}
/*.md-select-value .md-select-icon:after {
    background-image: url("../img/main/expand_arrow.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    content: '' !important;
}*/
.input-calc-md {
    background-image: url("../img/main/drp-calendar.svg");
    content: "";
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 18px;
    background-size: contain;
    bottom: 9px;
}
/*--------------------MD------------------------------*/
md-input-container > label {
    color: #D2D2D2;
    font-family: 'Poppins-Bold';
    font-size: 12px;
    text-transform: uppercase;
}

md-input-container > input {
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

md-select-menu.md-default-theme md-content md-option, md-select-menu md-content md-option {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

md-input-container.md-default-theme .md-input, md-input-container .md-input, md-select.md-default-theme .md-select-value, md-select .md-select-value {
    color: #000;
    border-color: #d4d9e2;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #D2D2D2 !important;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: #D2D2D2 !important;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

md-input-container label, md-select .md-select-value.md-select-placeholder, md-tabs .md-tab {
    color: #D2D2D2;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.75px;
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder, md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: #D2D2D2;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-color: #D2D2D2 !important;
}

md-input-container {
    margin-top: 14px !important;
    margin-bottom: 0px !important;
    /*margin-bottom: 14px !important;*/
    padding:3px !important;
}
/*------------------------MD----------------------------*/
.margin-md-set > md-input-container {
    margin-left: 8px;
    margin-right: 8px;
}

.margin-md-set > md-input-container:first-child {
    margin-left: 0px !important;
}

.margin-md-set > md-input-container:last-child {
    margin-right: 0px !important;
}

.eh-dropdown {
    position: relative;
    display: block;
}

.eh-dropdown > .dropdown-menu {
    text-align: left;
}

.eh-dropdown > .caret {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.eh-dropdown > .dropdown-menu {
    width: 100%;
    margin-top: 7px !important;
    max-height: 250px;
    overflow-y: auto;
}

.table-responsive-web {
    overflow-y: scroll;
}

.table-responsive-web > table > tbody > tr > td,
.table-responsive-web > table > thead > tr > th {
    white-space: nowrap;
}

.canvas_color1 {
    list-style: none;
}

.vendor-img > img {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
/*Consultation Start*/

.controls-cons {
    float: right;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap:5px;
}

    .controls-cons > li {
        list-style: none;
        outline-style: none;
        display: inline-block;
        border: none !important;
        padding: 0 0px !important;
    }

.eh-icon {
    width: auto;
    min-width: 1.2em;
    height: 1.2em;
    display: block;
    background-repeat: no-repeat;
    margin: 0 5px;
    background-size: contain;
    object-fit: contain;
}
.eh-message-circle {
    background-image: url(../img/consultation/message-circle.svg);
}
.eh-plus {
    background-image: url(../img/consultation/plus-icon.svg);
}

.eh-back {
    background-image: url(../img/consultation/back-icon.svg);
}

.eh-history {
    background-image: url(../img/consultation/history-icon.svg);
}

.eh-print {
    background-image: url(../img/consultation/print-icon.svg);
}

.eh-a5print {
    background-image: url(../img/consultation/a5-print.png);
}

.eh-save {
    background-image: url(../img/consultation/save-icon.svg);
}

.eh-info {
    background-image: url(../img/consultation/info-icon.svg);
}

.eh-close {
    background-image: url(../img/consultation/close-icon.svg);
}

.eh-edit {
    background-image: url(../img/consultation/edit-icon.svg);
}

.eh-delete-icon {
    background-image: url(../img/consultation/delete-icon.svg);
}

.auto-fill-icon {
    background-image: url(../img/consultation/auto-fill-icon.svg);
}

.a6-print-icon {
    background-image: url(../img/consultation/a6-print.svg);
}

.eh-refresh {
    background-image: url(../img/consultation/refresh-icon.svg);
}
.more-horizontal {
    background-image: url(../img/consultation/more-horizontal.svg);
}
/*New Icons FOr NC*/
.nc-history {
    background-image: url(../img/new-icons/nc-history.svg);
}
.nc-print {
    background-image: url(../img/new-icons/nc-print.svg);
}
.nc-add {
    background-image: url(../img/new-icons/nc-add.svg);
}
.nc-autofill {
    background-image: url(../img/new-icons/nc-autofill.svg);
}
.nc-addmore {
    background-image: url(../img/new-icons/nc-addmore.svg);
}
.nc-icons {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin:auto;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 4px;
}
/*New Icons FOr NC*/
.eye-head {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.eye-since {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #969696;
}

.eye-desc {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.76;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-bottom: 0;
}

.actions-icon > li {
    display: inline-block;
}

.actions-icon {
    text-align: right;
}

.input-color {
    background-color: #fff9d6 !important;
    border: 1px solid #e5dcad !important;
}

    .input-color::-webkit-input-placeholder,
    .input-color::-moz-placeholder,
    .input-color:-ms-input-placeholder,
    .input-color:-moz-placeholder {
        color: #ac9750 !important;
    }

.btn-muted {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #adadad !important;
}

.text-instructions {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    text-align: center;
    color: #07a0d4;
}

.tablespacing {
    border-spacing: 0px 3px;
    border-collapse: separate;
}

.consultation-table {
    border-spacing: 5px 3px;
    border-collapse: separate;
    margin-bottom: 0px;
}

.Retinoscopy-table {
    border-spacing: 0 !important;
    border-collapse: inherit !important;
}

.consultation-table > tbody > tr > th,
.bg-consultation {
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.80;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    border: none !important;
    vertical-align: middle;
}

.consultation-table > tbody > tr > td {
    padding: 3px 0px;
    border-radius: 5px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    border: none !important;
    vertical-align: middle;
}
/*Radio*/
.ocular-radio > input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.ocular-radio {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    vertical-align: middle;
    height: 29px;
}

    .ocular-radio > input[type='radio']:after {
        display: inline-block;
        text-align: center;
        font-size: 10px;
        line-height: 17px;
        border: 2px solid #d2d2d2;
        width: 20px;
        height: 20px;
        margin: 0 0 0 5px;
        border-radius: 100px;
        color: rgba(0, 0, 0, 0.4);
        transition: box-shadow 1s, color 1s;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        cursor: pointer;
    }

    .ocular-radio > .ocular-plusRad:after {
        content: "\f067";
    }

    .ocular-radio > .ocular-minusRad:after {
        content: "\f068";
    }

    .ocular-radio > input[type='radio']:checked:after {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        color: #008b86;
        border: 2px solid #008b86;
    }

/*Radio*/
/*Check Box*/
.ocular-upload {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #FFFFFF;
    overflow: hidden;
    background: transparent;
    background-size: 100% 200%;
    transition: all 1s;
    color: #FFFFFF;
    font-size: 100px;
}

    .ocular-upload > input {
        height: 30px;
        width: 30px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }
/*Check Box*/
.text-indent-50 {
    text-indent: 50px;
}

.consultation-tabs {
    background-color: #fff;
    padding: 2px 5px;
    position: fixed;
    width: 68%;
    bottom: 0;
    -webkit-box-shadow: 0px -4px 3px rgba(241, 241, 241, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(241, 241, 241, 0.75);
    box-shadow: 0px -4px 3px rgba(241, 241, 241, 0.75);
    border-bottom: none !important;
}

    .consultation-tabs > ul > li {
        display: inline-block;
    }

        .consultation-tabs > ul > li:hover a,
        .consultation-tabs > ul > li:focus a,
        .consultation-tabs > ul > li.active a {
            background-color: #008b86;
            color: #fff;
        }

        .consultation-tabs > ul > li:before {
            content: "";
            position: absolute;
            left: 0;
            border: none;
        }

        .consultation-tabs > ul > li > a {
            font-size: 13px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            border-radius: 100px;
            padding: 5px 10px;
            border: solid 1px #d2d2d2;
            background-color: #ffffff;
            margin: 5px 15px;
        }

.ConsultationTemplate {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.7px;
    text-align: left;
    color: #d2d2d2;
    margin-bottom: 3px;
}

.right-panel {
    border: none !important;
}

.right-panel-main > .panel-group {
    margin-bottom: 0 !important;
}

.right-panel > .panel-heading {
    background-color: transparent !important;
    padding: 4px !important;
}

    .right-panel > .panel-heading > h4 > .accordion-toggle > span > span {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }

    .right-panel > .panel-heading > h4 > .accordion-toggle > span > i {
        color: #d2d2d2 !important;
        font-size: 14px;
        position: relative;
        top: 3px;
    }

.right-panel > .panel-collapse > .panel-body {
    border: none !important;
    padding: 0;
}

.rightsidenav {
    width: 100%;
}

    .rightsidenav > li {
        width: 100%;
        margin-bottom: 5px;
    }

        .rightsidenav > li > a {
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
            padding: 5px 30px 5px 10px;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            background-color: #fff;
            border-radius: 100px;
            display: block;
            position: relative;
            margin-bottom: 0px;
        }

        .rightsidenav > li.active > a > i {
            color: #fff;
        }

        .rightsidenav > li > a > i {
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            color: #d2d2d2;
            font-size: 18px;
            width: 30px;
            line-height: 34px;
        }

        .rightsidenav > li:hover > a,
        .rightsidenav > li.active > a {
            background-color: #07a0d4;
            color: #fff;
        }

.colla-rnavinsi {
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    border: 1px solid #008b86;
    border-top: none !important;
    margin-bottom: 5px;
    width: 93%;
    margin: 0 auto;
}

    .colla-rnavinsi > li {
        list-style: none;
        padding: 5px 10px;
    }

        .colla-rnavinsi > li > a {
            font-size: 12px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.41;
            letter-spacing: normal;
            text-align: left;
            color: #000;
        }

.Important-Notes > li > a {
    background-color: transparent !important;
    border: none !important;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px !important
}

    .Important-Notes > li.active > a,
    .Important-Notes > li > a:hover {
        color: #008b86 !important;
    }

.general-pre-post {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
/*Consultation END*/
/*Profile*/
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.main-item-profile {
    display: flex;
    align-items: center;
}

.main-details {
    padding-right: 10px;
    border-right: solid 1px rgba(255, 255, 255, 0.25);
}

/*.main-profile > span {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    color: #fff;
    font-size: 25px;
    background-color: #008b86;
    border-radius: 100px;
    padding: 10px;
    line-height: 33px;
    display: block;
    text-transform: uppercase;
    margin-left: 5px;
}*/
.main-profile > span {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    color: #fff;
    font-size: 25px;
    background-color: #008b86;
    border-radius: 100px;
    padding: 5px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
}

.main-details > label {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.main-details > p > span {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #f6f6f6;
}

.status-icons {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 3px;
    position: relative;
    top: 2px;
}
.cs__status__icons-- {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 3px;
    position: relative;
    top: 2px;
}

.ststus-vip {
    background-image: url(../img/header/king-crone.svg)
}

.status-emergency {
    background-image: url(../img/header/emergency-status.svg)
}

.status-search {
    background-image: url(../img/header/search-profile.svg)
}
.status-sero {
    background-image: url(../img/header/status-sero.svg)
}

.timeicon-consultation {
    position: absolute;
    background-image: url(../img/consultation/time-icon.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 8px;
    top: 0;
    margin: auto 0;
    bottom: 0;
    cursor: pointer;
}

.AddNewValue {
    font-size: 14px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: right;
    color: #008b86 !important;
}

.blue-remarks {
    border: solid 1px #b2e7ff;
    background-color: #edfaff;
    line-height: 23px;
}

.gray-heading {
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
    margin-bottom: 5px;
}

.bg-tdf9f9f9 {
    background-color: #f9f9f9;
    color: #000;
    font-size: 13px;
    padding: 5px;
}

.CornealReflex-icn:before {
    content: "";
    position: absolute;
    background-image: url(../img/consultation/CornealReflex-icn.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.CornealReflex-icn:after {
    content: "0";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
    cursor: pointer;
}

.blue-remarks::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #66afe9;
    font-weight: 600;
}

.mm-in-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    margin: 0 5px;
    color: #000;
}

.blue-remarks::-moz-placeholder { /* Firefox 19+ */
    color: #66afe9;
    font-weight: 600;
}

.blue-remarks:-ms-input-placeholder { /* IE 10+ */
    color: #66afe9;
    font-weight: 600;
}
.regsiter-tablespan > tbody > tr > td > span, .text-registerptnt {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.text-details-a {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px !important;
    letter-spacing: 0.7px;
    text-align: left;
    color: #b6b6b6;
    text-transform: uppercase;
}

.patienttext-tag {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.blue-remarks:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-weight: 600;
}

.text-consultation {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: right;
    color: #068cb0;
}

.default-value-text {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4;
    position: absolute;
    left: 0;
    padding: 0;
    bottom: -12px;
}

.text-vigomex-5ml {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

.text-times-a-day {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: right;
    color: #969696;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 2px;
    bottom: 0;
    margin: auto 0;
}
/*Profile End*/
#container-conslt {
    overflow-y: scroll;
    overflow-x: hidden;
}

.template-dropdown-con > li {
    position: relative;
}

    .template-dropdown-con > li > a {
        display: block;
        padding: 5px 30px 5px 0px;
        color: #07a0d4;
        font-size: 12px;
        background-color: #f9f9f9;
        margin-bottom: 2px;
        margin-top: 5px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 1.1px;
    }

    .template-dropdown-con > li > i {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        cursor: pointer;
    }

.addasnew-pos {
    position: absolute;
    margin: auto 0;
    display: block;
    bottom: 0px;
    right: 35px;
    height: 18px;
    cursor: pointer;
   /* background-color: #fff;*/
    border-radius: 5px;
}

.text-apsegment {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    word-break:break-all;
    font-weight: 500;
    text-transform: uppercase;
}

.Profileuipopover {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main-item-profile > .popover,
.ProfileuipopoverFollow > .popover {
    margin-top: 10px !important;
    max-width: 280px;
    width: 280px;
}

.ProfileuipopoverSearch > .popover {
    margin-top: 20px !important;
    max-width: 380px;
    width: 380px;
}

.count-profiletext {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.RightMenuStrip {
    background-color: #e5e5e5;
    padding: 0 6px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.consultation-header {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 9999;
    width: 100%;
}

.examination-popover {
    width: 320px;
    border-radius: 5px;
    height: 305px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-color: #fff;
}
/*.examinashow > li > a:hover + .examination-popover {
    display: block;
}*/

.HS-buttons > li.POCDisabled:hover {
    background-color: transparent !important
}

.POCEnabled {
    padding: 0 !important;
}

.POCDisabled,
.POCDisabled > a,
.POCDisabled > i {
    color: #d2d2d2 !important;
    cursor: no-drop !important;
    padding: 0 !important
}
/*-------------Examination---------------*/
.template-dropdown-con {
    padding: 5px 10px;
    background-color: #f9f9f9;
}
.biling-buttons {
    
}
.insurance-image > li {
    display: inline-block;
    position: relative;
}
.insurance-image > li > div > a {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
    margin: auto 0;
}
.profileRegister {
    width: 70px;
    height: 70px;
}
.profileRegister > img {
    width: 100%;
    height: 100%;
}
.avatar-picture {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}
.avatar-picture > img {
    width: 100%;
    height: 100%;    
    border-radius: 100px;
    border: 1px solid #d2d2d2;
}
.avatar-picture > i {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.text-registerP {
    font-size: 13px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
/*Responsive Table*/
.responsive-scroll {
     overflow-x:auto;
     white-space: nowrap;   
     display:block;
}

.responsive-scroll > table > thead > tr > th,
.responsive-scroll > table > tbody > tr > td { 
    width:100px;
    text-overflow: ellipsis;
    overflow: hidden;    
    white-space: nowrap;  
}
.responsive-text > table > thead > tr > th {
    background-color: transparent;
    color:#adadad !important;
        font-weight: 100;
}
.responsive-text > table > tbody > tr > td {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000;

}
/*Responsive Table END*/
.History {
    color:#07a0d4;
}
/*Appointment List*/
/*.popover-zindex > .popover-inner,*/
.popover-zindex {
    z-index: 99999999 !important;
    display: block;
}
.QuickAccess-oldCons {
    clear: both;
    display: block;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 3px;
    padding: 2px;
}
.btn-shortcuts {
    border-radius: 4px;
    border: 0.8px solid #2D2D47;
    background: #fff;
    color: #2D2D47;
    padding:2px 10px;
}
.btn-choose-template {
    border-radius: 4px;
    border: 0.8px solid #1D5558;
    background: #fff;
    color: #1d5558;
    padding: 2px 10px;
}
.clinical-notes-bg {
    border-radius: 4px !important;
    margin-bottom:10px !important;
    border: 0.6px solid #07A0D4;
    background: rgba(7, 160, 212, 0.10);
}
.popup-btn-close {
    border-radius: 5px;
    border: 1px solid #E84A4A;
    color: #E84A4A;
    background: #fff;
    padding: 1px 25px;
}
.btn-tally-clear {
    background-color: rgb(255, 255, 255);
    border: 2px solid #E23741 !important;
    color: #BE1D27;
}
.btn-nc-autofill,
.btn-nc-autofill:active {
    border-radius: 2.667px;
    border: 0.667px solid #E57100;
    color: #E57100;
    background:#fff;
}