﻿/*@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;*/
/*font: 14px / 1.8 Arial, 'Helvetica Neue', Helvetica, sans-serif;*/ /* commented on 14-Dec-2020 by Aesha */
/*}

a {
    text-decoration: none;
}

p {
    margin: 0;
    margin-bottom: 10px;
}

h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #eef7ff;
}

.main-box {
    height: 100vh;
    width: 100%;
    background: url(../../assets/images/body-bg.png) left top no-repeat;
    background-size: cover;
    text-align: center;
}

.navbar-header {
    width: 100%;
}

.login-box {
    width: 33%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

span.logo-text img {
    width: 250px;
}

.EHR-Pat-Details {
    margin-top: 3.4%;
}

.login-box form {
    float: left;
    width: 100%
}

    .login-box form .limiter {
        background: #fff;
        box-shadow: 0px 0px 14px -5px #333;
        border-radius: 12px;
        padding: 20px 50px 47px;
        display: inline-block;
    }

.wrap-input100 {
    float: left;
    width: 100%;
    position: relative;
    margin: 8px 0;
}

    .wrap-input100 input {
        width: 100%;
        background: #ededed;
        border: none;
        padding: 0 18px;
        height: 46px;
        border-radius: 12px;
        padding-left: 75px;
        font-size: 13px;
        color: #979797;
        transition: 500ms all ease-in-out 0s;
        font-weight: 300;
        padding-right: 75px;
    }

        .wrap-input100 input:focus {
            outline: none;
            box-shadow: 0 0 15px rgb(144 181 111);
            border: 1px solid rgb(204 228 191);
            transition: 500ms all ease-in-out 0s;
        }

    .wrap-input100 span {
        position: absolute;
        left: 0;
        top: 0px;
        height: 100%;
        width: 60px;
        line-height: 44px;
        border-right: 1px solid #c6c6c6;
    }*/

/*Added by Vaibhavi Soni (06-Jan-2021)*/
/*.wrap-input100 label {
        position: absolute;
        right: 0;
        top: 0px;
        height: 100%;
        width: 60px;
        line-height: 44px;
        border-left: 1px solid #c6c6c6;
    }

.login-box form .limiter span.login100-form-title {
    font-size: 24px;
    color: #2E1F6E;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

.p-t-13.p-b-23 {
    float: left;
    width: 100%;
    padding-top: 5px;
}

    .p-t-13.p-b-23 .check-boxes {
        float: left;
    }

    .p-t-13.p-b-23 .forgot-password {
        float: right;
        font-size: 15px;
        color: #000;
        letter-spacing: 1px;
        font-weight: 400;
        color: #2E1F6E;
        cursor: pointer;
    }

        .p-t-13.p-b-23 .forgot-password:hover {
            color: #417a00;
        }

.container-login100-form-btn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 14px;
}

.login100-form-btn {
    background: #2E1F6E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    border: none;
    padding: 12px 0;
    border-radius: 10px;
    letter-spacing: 1px;
    width: 152px;
}

    .login100-form-btn:hover {
        background: #386900;
    }

    .login100-form-btn:focus {
        outline: none;
    }

.check-boxes {
    position: relative;
}

    .check-boxes input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .check-boxes label {
        font-size: 13px;
        color: #000;
        letter-spacing: 1px;
        font-weight: 400;
        position: relative;
        padding-left: 28px;
        user-select: none;
        cursor: pointer;
    }

        .check-boxes label:after {
            position: absolute;
            content: "";
            height: 19px;
            width: 19px;
            background: #2E1F6E;
            left: 0;
            top: 0px;
        }

    .check-boxes input[type="checkbox"]:checked + label:after {
        position: absolute;
        content: "\f00c";
        height: 21px;
        width: 21px;
        background: #2E1F6E;
        left: 0;
        top: 2px;
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 20px;
    }

.flex-col-c.p-t-70 {
    float: left;
    width: 100%;
    margin-top: 35px;
}

    .flex-col-c.p-t-70 span.txt1.p-b-9 {*/
/*font-size: 21px;*/
/*font-size: 13px;
        font-weight: bold;
        color: #000;
    }

        .flex-col-c.p-t-70 span.txt1.p-b-9 p {
            margin: 0 !important;
            padding: 0 !important;
        }

    .flex-col-c.p-t-70 .Appversion {
        font-size: 13px;
        font-weight: 300;
    }

.forgot-pass button {
    width: 140px;
}

.main-box2 {
    width: 100%;
    background: url(../../assets/images/body-bg.png) left top no-repeat;
    background-size: cover;
}

.header {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px -4px #000;
    padding: 4px 0;
    position: relative;
    z-index: 9999;
}

    .header .logo-igm {
        float: left;
        width: 140px;
    }

    .header .dropdown {
        float: right;
        margin-top: 10px;
    }

        .header .dropdown button {
            background: none;
            border: none;
            font-size: 17px;
            color: #000;
            font-weight: 300;
        }

            .header .dropdown button span {
                color: #74b31c;
            }

                .header .dropdown button span.arrow {
                    margin-left: 11px;
                }

        .header .dropdown .dropdown-menu {
            padding: 0;
            top: 35px;
        }

            .header .dropdown .dropdown-menu a {
                display: inline-block;
                width: 100%;*/
/*padding: 7px 11px;*/
/*padding: 7px 7px;*/ /* Added by Vaibhavi 11/12/2020 */
/*font-size: 13px;
                color: #000;
                border-bottom: 1px solid #ccc;
                font-weight: 300;
            }

                .header .dropdown .dropdown-menu a:hover {
                    background: #74b31c;
                    color: #fff;
                    text-decoration: none;
                }

                .header .dropdown .dropdown-menu a i.fa {
                    width: 23px;
                    text-align: center;
                }

                .header .dropdown .dropdown-menu a:last-child {
                    border: none;
                }

.contain-section {
    float: left;
    width: 100%;*/
/*padding-top: 47px;*/
/*padding-top: 20px;
}

.color-box {
    float: left;
    width: 100%;
    background: linear-gradient(102deg, #9a35cc 0%, #b36fd5 35%, #caa3dd 71%);
    text-align: center;
    border-radius: 10px;
    padding: 41px 0;
    transition: 500ms all ease-in-out 0s;
}

    .color-box.nur {
        background: linear-gradient(102deg, #4c8ffe 0%, #6ba1fa 35%, #87b2f6 71%);
    }

    .color-box.pra {
        background: linear-gradient(102deg, #ffbe07 0%, #ffc932 35%, #ffd86a 71%);
    }

    .color-box.bill {
        background: linear-gradient(102deg, #70de18 0%, #93f644 35%, #9cfc4f 71%);
    }

    .color-box span {
        height: 100px;
        width: 100px;
        background: #fff;
        display: inline-block;
        border-radius: 100%;
        line-height: 93px;
        transition: 500ms all ease-in-out 0s;
    }

    .color-box:hover span {
        transform: scale(1.2);
        transition: 500ms all ease-in-out 0s;
    }

    .color-box span img {
        height: 60px;
    }

    .color-box.ehr span img {
        height: 50px;
    }

    .color-box.bill span {
        line-height: 100px !important;
    }

    .color-box a {
        text-decoration: none;
    }

        .color-box a h4 {
            color: #fff;
            font-size: 17px;
            font-weight: bold;
            margin: 13px 0 0;
        }

.footer-box {
    float: left;
    text-align: center;
    background: linear-gradient(0deg, #9a35cc 0%, #b36fd5 35%, #c290da 71%);
    padding: 10px 0 8px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

    .footer-box span {
        color: #fff !important;
    }

    .footer-box .flex-col-c.p-t-70 {
        margin-top: 0 !important;
    }*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    margin-bottom: 10px;
}

h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    /*background-color: #eef7ff;*/
    background: linear-gradient(180deg, #f8f6fc 0%, #f2eef9 100%);
}

/*.main-box {
    height: 100vh;
    width: 100%;
    background: url(../../assets/images/body-bg-zen.png) center/cover no-repeat;
    text-align: center;
}*/

.main-box {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(../../assets/images/body-bg-zen.png) center / cover no-repeat;
    text-align: center;
    z-index: 1;
}

    .main-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 16%); /* adjust opacity here */
        z-index: -1;
    }

.navbar-header {
    width: 100%;
}

.login-box {
    width: 33%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

span.logo-text img {
    width: 250px;
}

.login-box form {
    float: left;
    width: 100%
}

    .login-box form .limiter {
        background: #fff;
        box-shadow: 0px 0px 14px -5px #333;
        border-radius: 12px;
        padding: 20px 50px 47px;
        display: inline-block;
    }

.wrap-input100 {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
}

    .wrap-input100 input {
        width: 100%;
        background: #ededed;
        border: none;
        padding: 0 18px;
        height: 46px;
        border-radius: 12px;
        padding-left: 75px;
        font-size: 15px;
        color: #979797;
        transition: 500ms all ease-in-out 0s;
        font-weight: 300;
    }

        .wrap-input100 input:focus {
            outline: none;
            box-shadow: 0 0 15px rgb(46 31 110);
            border: 1px solid rgb(209 204 231);
            transition: 500ms all ease-in-out 0s;
        }

    .wrap-input100 span {
        position: absolute;
        left: 0;
        top: 0px;
        height: 100%;
        width: 60px;
        line-height: 44px;
        border-right: 1px solid #c6c6c6;
    }

.login-box form .limiter span.login100-form-title {
    font-size: 24px;
    color: #2E1F6E;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

/*Added by Vaibhavi Soni (06-Jan-2021)*/
.wrap-input100 label {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 60px;
    line-height: 44px;
    border-left: 1px solid #c6c6c6;
}

.p-t-13.p-b-23 {
    float: left;
    width: 100%;
    padding-top: 5px;
}

    .p-t-13.p-b-23 .check-boxes {
        float: left;
    }

    .p-t-13.p-b-23 .forgot-password {
        float: right;
        font-size: 15px;
        color: #000;
        letter-spacing: 1px;
        font-weight: 400;
        color: #2E1F6E;
        cursor: pointer;
    }

        .p-t-13.p-b-23 .forgot-password:hover {
            color: #e8434b;
        }

.container-login100-form-btn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 14px;
}

.login100-form-btn {
    background: #2E1F6E;
    text-transform: uppercase;
    font-weight: bold;
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    color: #fff;
    border: none;
    padding: 12px 0;
    border-radius: 10px;
    letter-spacing: 1px;
    width: 152px;
}

    .login100-form-btn:hover {
        background: linear-gradient(125deg, #e8434b, #ff6a75);
    }

    .login100-form-btn:focus {
        outline: none;
    }

.check-boxes {
    position: relative;
}

    .check-boxes input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .check-boxes label {
        font-size: 15px;
        color: #000;
        letter-spacing: 1px;
        font-weight: 400;
        position: relative;
        padding-left: 28px;
        user-select: none;
        cursor: pointer;
    }

        .check-boxes label:after {
            position: absolute;
            content: "";
            height: 19px;
            width: 19px;
            background: #2E1F6E;
            left: 0;
            top: 0px;
        }

    .check-boxes input[type="checkbox"]:checked + label:after {
        position: absolute;
        content: "\f00c";
        height: 21px;
        width: 21px;
        background: #2E1F6E;
        left: 0;
        top: 2px;
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 20px;
    }

.flex-col-c.p-t-70 {
    float: left;
    width: 100%;
    margin-top: 35px;
}

    .flex-col-c.p-t-70 span.txt1.p-b-9 {
        /*font-size: 30px;*/
        /*  font-size: 13px;*/
        /* AE-925  */
        font-size: 12px;
        font-weight: bold;
        color: #000;
    }

        .flex-col-c.p-t-70 span.txt1.p-b-9 p {
            margin: 0 !important;
            padding: 0 !important;
        }

    .flex-col-c.p-t-70 .Appversion {
        /*   font-size: 16px;*/
        /* AE-925  */
        font-size: 13px;
        font-weight: 300;
    }

    .flex-col-c.p-t-70 .all-rights {
        /*   font-size: 16px;*/
        /* AE-925  */
        font-size: 13px;
        font-weight: 300;
        float: left;
        padding-left: 40px;
    }

    .flex-col-c.p-t-70 .powered-by {
        font-size: 13px;
        font-weight: 300;
        float: right;
        padding-right: 40px;
    }

.footer-row-span {
    color: #fff !important;
}

.forgot-pass button {
    width: 140px;
}

.main-box2 {
    width: 100%;
    /*background: url(../images/body-bg.png) left top no-repeat;*/
    background-size: cover;
}

.header {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px -4px #000;
    padding: 4px 0;
}

    .header .logo-igm {
        float: left;
        /*width: 180px;*/
        width: 140px;
    }

    .header .dropdown {
        float: right;
        margin-top: 14px;
    }

        .header .dropdown button {
            background: none;
            border: none;
            font-size: 17px;
            color: #000;
            font-weight: 300;
        }

            .header .dropdown button span {
                color: #5F3DC4;
            }

                .header .dropdown button span.arrow {
                    margin-left: 11px;
                }

        .header .dropdown .dropdown-menu {
            padding: 0;
            /*top: 45px;*/
            top: 30px;
        }

            .header .dropdown .dropdown-menu a {
                display: inline-block;
                width: 100%;
                /*padding: 7px 11px;*/
                padding: 7px 7px;
                /*  font-size: 13px;*/
                /* AE-925  */
                font-size: 12px;
                color: #000;
                border-bottom: 1px solid #ccc;
                font-weight: 300;
            }

                .header .dropdown .dropdown-menu a:hover {
                    background: #B57BE3;
                    color: #fff;
                    text-decoration: none;
                }

                .header .dropdown .dropdown-menu a i.fa {
                    width: 23px;
                    /*text-align: center;*/
                    /*commented by khushbu on 1-Nov-2023 -AE-1268 */
                }

                .header .dropdown .dropdown-menu a:last-child {
                    border: none;
                }

.contain-section {
    float: left;
    width: 100%;
    padding-top: 47px;
}

/* Vaibhavi Soni (20-Jul-21) :: Jira Ticket No: AE-606 */
.contain-section-alder {
    float: left;
    width: 100%;
    padding-top: 10px !important;
}
/* ---------------------------------------------------- */

.color-box {
    float: left;
    width: 100%;
    background: linear-gradient(102deg, #9a35cc 0%, #b36fd5 35%, #caa3dd 71%);
    text-align: center;
    border-radius: 10px;
    padding: 41px 0;
    transition: 500ms all ease-in-out 0s;
}

    .color-box.nur {
        background: linear-gradient(90deg, #2E1F6E 0%, #5F3DC4 60%, #B57BE3 100%);
    }

    .color-box.pra {
        background: linear-gradient(102deg, #ffbe07 0%, #ffc932 35%, #ffd86a 71%);
    }

    .color-box.bill {
        background: linear-gradient(102deg, #70de18 0%, #93f644 35%, #9cfc4f 71%);
    }

    .color-box span {
        height: 100px;
        width: 100px;
        background: #fff;
        display: inline-block;
        border-radius: 100%;
        line-height: 93px;
        transition: 500ms all ease-in-out 0s;
    }

    .color-box:hover span {
        transform: scale(1.2);
        transition: 500ms all ease-in-out 0s;
    }

    .color-box span img {
        height: 60px;
    }

    .color-box.ehr span img {
        height: 50px;
    }

    .color-box.bill span {
        line-height: 100px !important;
    }

    .color-box a {
        text-decoration: none;
    }

        .color-box a h4 {
            color: #fff;
            font-size: 17px;
            font-weight: bold;
            margin: 13px 0 0;
        }

.footer-box {
    /*float: left;*/
    width: 100%;
    /*text-align: center;*/
    background: linear-gradient(90deg, #2E1F6E 0%, #5F3DC4 60%, #B57BE3 100%);
    padding: 10px 0 8px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

    .footer-box span {
        color: #fff !important;
    }

    .footer-box .flex-col-c.p-t-70 {
        margin-top: 0 !important;
    }

.alternet-strip:nth-child(odd) {
    background: #e4e4e4;
}

.alternet-strip {
    padding: 7px;
}

.pat-inq-vitals-textbox.text-box {
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    width: 82%;
    height: 41px;
    text-align: left;
}

.bhoechie-tab-content label.small-strip {
    margin: 0;
}

tr.dr-note-tr {
    border-bottom: 1px solid #dcdcdc;
}

.EHR-module-List tbody tr.dr-note-tr td {
    padding: 5px;
}

.EHR-module-List tbody tr:nth-child(even), .EHR-module-table tbody tr:nth-child(even) {
    background: #f5f2fd;
}

.pt-check-list .card.bg-search input[type=checkbox], .pt-check-list .card.bg-search input[type=radio] {
    margin: 10px 5px 0;
    line-height: normal;
}

input[type=radio]:checked, input[type=checkbox]:checked {
}

input[type="checkbox"]:checked#chkCLUSelectAll {
    accent-color: #F2545B !important;
    background: #F2545B !important;
}

input[type="checkbox"]:checked#chkBPHSelectAll {
    accent-color: #F2545B !important;
    background: #F2545B !important;
}

input[type="checkbox"]:checked#chkADJSelectAll {
    accent-color: #F2545B !important;
    background: #F2545B !important;
}

span.pt-check-list {
    margin: 13px 2px 0;
    line-height: normal;
}

.custom-list .small-row input[type="button"] {
    padding: 0 5px;
    font-size: 11px;
    height: auto;
}

.custom-list .small-row .patlist-table td {
    padding: 5px 5px;
}

.custom-list .small-row .patlist-table th {
    padding: 10px 5px;
    white-space: nowrap;
}

table.patlist-table.no-margin.full-width {
    width: 100%;
}

.btn-action a {
    display: inline-block;
}

.btn-action a {
    display: inline-block;
    width: auto;
    border: none;
    box-shadow: none;
    background: transparent;
}

.right-vertical-scroll {
    height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-inv-rep-vh .sub-inv-rep-vh {
    height: 41vh;
}

.checkout-right-vertical-scroll {
    height: 20vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.past-medical-history .right-vertical-scroll {
    height: 67vh;
}

.patient-prescription-history .right-vertical-scroll {
    height: 58vh;
}

.nurse-note-list .EHR-module-List tbody tr td {
    padding: 5px 5px;
}

.nurse-note-list .EHR-module-List tbody tr {
    border-bottom: 1px solid #5F3DC4;
}

.note-text-area textarea.form-control {
    height: 115px;
    margin: 20px 0 0;
}

.labrotary-foot-btn {
    text-align: right;
    width: 86%;
    float: left;
    margin: 7% 2%;
}

.custom-list .labrotary-foot-btn input[type="button"] {
    background: #1595ff;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.bhoechie-tab-content #dvPatientServicesList input[type="text"] {
    border: 1px solid #dcdcdc;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.right-vertical-scroll table.EHR-module-List {
    margin: 0;
    width: 100%;
    border-top: none;
}

.labrotary-foot-btn input[type="button"] {
    background: #5F3DC4;
}

.margin-top {
    margin: 20px 0 0;
}

.EHR-module-List .radiology-box thead tr th {
    position: sticky;
    top: 0;
    background: #2E1F6E;
    position: -webkit-sticky;
}

#dvDetails .right-vertical-scroll table.EHR-module-List-bordr {
    border-top: 5px solid #5F3DC4;
}

.pt-check-list .btn-default:focus, .btn:focus {
    border: none;
    outline: none !important;
}

.EHR-module-List tbody tr td.client-note input {
    border: 1px solid #5F3DC4;
}

.EHR-module-List tbody tr td a#btnEdit, .EHR-module-List tbody tr td a#btnDelete {
    /*   font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
}

.prescription-patient-edit {
    text-align: right;
}

    .prescription-patient-edit input[type="button"] {
        background: #dcdcdc;
        color: #000;
    }

    .prescription-patient-edit button[type="button"] {
        background: #1595ff;
        color: #FFF;
    }

.patient-prescription-history h3 {
    padding: 15px;
}

.patient-prescription-history .col-md-8.col-sm-12.col-lg-8 {
    padding: 0 15px 10px 15px;
}

.right-vertical-scroll table.EHR-module-List thead td {
    position: sticky;
    top: 0;
    background: #2E1F6E;
}

.bhoechie-tab-content .doctor-first-report-page input[type="text"], .bhoechie-tab-content .doctor-first-report-page select {
    border: 1px solid #ccc;
}

.bhoechie-tab-content .doctor-first-report-page .gj-datepicker span.input-group-append {
    z-index: 99 !important;
}

.doctor-first-report-page {
    padding-top: 15px;
}

    .doctor-first-report-page .row {
        padding: 0 0 10px 0;
    }

.bhoechie-tab-content #dvDoctorFirstReport input[type="text"] {
    border: 1px solid #cccccc;
}

.spacing-10 {
    padding: 0 0 10px 0;
}
/*.no-padding {
    padding: 0 !important;
}

    .no-padding .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }*/
.contract-package-left-column .right-vertical-scroll {
    height: 86vh;
}

.employedit-contact-detail .right-vertical-scroll {
    height: 57vh;
}

.all-searches .right-vertical-scroll {
    width: 100%;
}

.small-card-box {
    background: #5F3DC4;
    padding: 15px;
    margin: 15px 0 0;
    min-height: 38vh;
    border: 1px solid #dcdcdc;
    color: #fff;
}

    .small-card-box label {
        margin: 10px 0;
    }

.search-ctract-lists {
    background: #dcdcdc;
    margin: 10px 0;
    padding: 5px;
}

    .search-ctract-lists .form-group.col-md-2 {
        margin: 25px 0 0;
    }

        .search-ctract-lists .form-group.col-md-2.margin-small {
            margin: 5px 0 0;
        }



#dvAllergy .right-vertical-scroll {
    height: 48vh !important;
}

#dvPatientAllergyList .right-vertical-scroll {
    height: 51vh !important;
}
/*added by khushbu on 3-Nov-2023 AE-1268*/
.h-left {
    height: 40vh !important;
}

/*for cursor:pointer(mouse pointer)*/
.cur-pointer {
    cursor: pointer
}

/* Added by Vaibhavi on 10/21/2020 for EHR Design */
.navigation-btn img {
    float: left;
    margin: 20px 35px 0 0;
}

.page-title {
    padding: 0 0 0 25px;
    border-left: 1px solid #000;
    float: left;
    margin: 8px 0 0 70px;
}

    .page-title h3 {
        color: #6f6f6f;
    }

.pt-check-list h2 {
    color: #000;
    padding: 0 0 25px 0;
}

.pt-check-list select {
    background: #FFF;
    padding: 8px;
    /*border: none;*/
    width: 100%;
    border-radius: 5px;
    height: auto;
    color: initial;
}

.pt-check-list input[type="text"] {
    background: #FFF;
    padding: 10px;
    /*border: none;*/
    width: 100%;
    border-radius: 5px;
    height: 34px;
}

.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group.input-group-sm {
    display: inline;
}

.check-list-box {
    margin: 15px 0 0 20px;
}

.pt-check-list .btn-default {
    background: #ececec;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    width: 100%;
    font-weight: bold;
}

.pt-check-list .btn-default, .custom-list input#btnNext {
    /*background: #1595ff;*/
    background: #ececec;
    /*color: #FFF;*/
    padding: 8px;
}

    /*.pt-check-list .btn-default.blue-btn, .custom-list input#btnNext {
        background: #1595ff;
        color: #FFF;
        padding: 10px;
    }*/
    .pt-check-list .btn-default, .custom-list input#btnNext:hover {
        background: #2E1F6E !important;
        color: #FFF !important;
    }

.custom-list input[type="button"]:hover {
    background: #F2545B;
    color: #fff;
}

.p-10 {
    padding: 10px !important;
}

.check-list-box input[type=checkbox], .check-list-box input[type=radio] {
    margin: 2px 10px 0 15px;
    display: inline-block;
    vertical-align: top;
}

select:focus, input:focus, textarea:focus {
    outline: none;
}

input, select {
    color: initial;
}

div.custom-list {
    /*margin: 15px 0 0;*/
    margin: 10px 0 0;
}

.custom-list .patlist-table {
    margin: 0;
}

.custom-list .patlist-table {
    margin: 0 0 0 0;
    border: 1px solid #B57BE3;
    height: auto;
    width: 100%;
    float: left;
    /*    border-collapse: separate;
*/
}

    .custom-list .patlist-table th {
        background: #2E1F6E;
        color: #fff;
        padding: 10px 16px 11px 2px;
        /*  font-size: 13px;*/
        /* AE-925  */
        font-size: 12px;
        font-weight: bold;
    }

    .custom-list .patlist-table td {
        color: #000;
        padding: 3px;
        /*padding: 10px 10px; */
        /*     font-size: 13px;*/
        /* AE-925  */
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .custom-list .patlist-table tr {
        background: #ffffff;
    }

        .custom-list .patlist-table tr:nth-child(even) {
            background: #f5f2fd;
        }

.custom-list input[type="button"] {
    background: #ececec;
    border: none;
    border-radius: 5px;
    /*padding: 10px 30px;*/
    padding: 10px 20px;
    font-weight: bold;
}

.custom-list input[title="Modify"] {
    background: #1595ff;
    color: #FFF;
}

.blue-bg {
    background: #1595ff;
}

.header .dropdown .user-dropdown {
    width: auto;
}

.service-list {
    background: #FFF;
    padding: 40px;
    margin: 0 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 9px #e0e0e0;
    display: inline-block;
    width: 100%;
}

.pt-check-list .service-list input[type="text"] {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    text-transform: uppercase;
    color: #353535;
    border: none;
    box-shadow: none;
}

.pt-check-list .service-list select {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    text-transform: uppercase;
    color: #353535;
    border: none;
    box-shadow: none;
}

.EHR-module-box input[type="text"] {
    background: #f7f7f7;
    /*padding: 15px;*/
    padding: 4px; /* Added by Vaibhavi: 10/22/2020 */
    border-radius: 3px;
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    text-transform: uppercase;
    color: #353535;
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
}

.EHR-module-box select {
    background: #f7f7f7;
    /*padding: 15px;*/
    padding: 8px 8px 8px 0px; /* Added by Vaibhavi: 10/22/2020 */
    border-radius: 3px;
    /*   font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    text-transform: uppercase;
    color: #353535;
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
}

.EHR-module-box input[type="number"] {
    background: #f7f7f7;
    /*padding: 15px;*/
    padding: 8px 8px; /* Added by Vaibhavi: 10/22/2020 */
    border-radius: 3px;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    text-transform: uppercase;
    color: #353535;
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
}

.EHR-module-box .col-md-2.col-sm-12 {
    margin: 0 0 10px 0;
}

.pt-check-list .service-list input[type="number"] {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
    color: #353535;
    border: none;
    box-shadow: none;
}

.pt-check-list .service-list input[type="checkbox"] {
    width: auto;
    float: left;
    margin: 4px 10px 0 0;
    height: auto;
}

.pt-check-list .service-list .form-group.last {
    margin: 45px 0 0;
}

.pt-check-list .service-list label {
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    color: #353535;
    font-weight: normal;
}

    .pt-check-list .service-list label em {
        color: #FF0000;
    }

.service-list .form-group {
    margin: 0 0 30px 0;
}

.walk-in-patient {
    background-color: #FF7A85 !important;
}

.btns input[type="button"],
.btns button[type="button"],
.btns input[type="submit"],
.btns button[type="submit"] {
    background: #2E1F6E;
    border: none;
    border-radius: 5px;
    /*padding: 15px 30px;*/
    padding: 8px 16px;
    font-weight: bold;
    /*    font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    margin: 0;
    height: 36px;
    color: #fff;
}

.btns input[title="Modify"],
.btns button[title="Modify"],
.btns input[title="Print"],
.btns button[title="Print"],
.btns input[title="Save"],
.btns button[title="Save"],
.btns input[title="Yes"],
.btns button[title="Yes"],
.btns input[title="Upload"],
.btns button[title="Upload"],
.btns input[title="Add"],
.btns button[title="Add"],
.btns input[title="Next"],
.btns button[title="Next"],
.btns input[title="Search"],
.btns button[title="Search"],
.btns button[title="Payment"],
.btns a[title="Print"],
.btns a[title="Yes"],
.btns a[title="Advance Payment History"] {
    background: #2E1F6E;
    color: #FFF;
}

/* Added by Vaibhavi 10/30/2020 */
/*--------------------------------------------*/

.btns a {
    background: #ececec;
    border: none;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: bold;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    margin: 0 10px 0 0;
    text-align: center;
}
/*--------------------------------------------*/

.EHR-module {
    background: #FFF;
    float: left;
    width: 100%;
    /*padding: 10px 40px 0;*/
    padding-top: 10px; /* Added by Vaibhavi: 10/22/2020 */
    box-shadow: 0 0 9px #dcdcdc;
}

    .EHR-module .pat-label {
        font-weight: normal;
        /*  font-size: 13px;*/
        /* AE-925  */
        font-size: 12px;
        margin-top: 4px; /* Added by Vaibhavi: 10/21/2020 */
    }

.container-tab-section {
    /*padding: 0 80px;*/
    padding: 0 15px; /* Added by Vaibhavi: 10/22/2020 */
    /*margin: 15px 0;*/
    margin: 0;
    display: inline-block;
    width: 100%;
}
/* tab css start*/

/* Added by Vaibhavi: 10/22/2020 */
div.bhoechie-tab-menu {
    width: 20%;
}

div.bhoechie-tab {
    width: 80%;
}

div.bhoechie-tab-container {
    background-clip: padding-box;
    /*opacity: 0.97;
    filter: alpha(opacity=97);*/
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
        padding-top: 5px;
        border-radius: 10px;
        background-color: #1595ff;
    }

.longEnough {
    height: 52vh;
    width: 100%;
    overflow: auto;
}

.longEnough-height {
    height: 55vh;
}

    .longEnough-height .same-height {
        min-height: 55vh;
    }

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group > a:first-child {
        border-top-right-radius: 0;
    }

    div.bhoechie-tab-menu div.list-group > a:last-child {
        border-bottom-right-radius: 0;
    }

    div.bhoechie-tab-menu div.list-group > a.active,
    div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
    div.bhoechie-tab-menu div.list-group > a.active .fa {
        color: #ffffff;
        background: #007ce2;
    }
/*div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #007ce2;
}*/

div.bhoechie-tab-content {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0 0 5px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    /*height: auto;*/
}

.bhoechie-tab-content h1 {
    color: #1595ff;
    margin: 0;
    margin-left: 1%;
    padding: 0;
    font-size: 23px;
    line-height: 40px;
}

.bhoechie-tab-content input[type="text"] {
    /*background: #f7f7f7;*/
    /*border: none;*/
    height: auto;
    /*box-shadow: 0 0 black;*/
    padding: 8px;
}

.bhoechie-tab-content label em {
    color: #FF0000;
}

.bhoechie-tab-content label {
    margin: 15px 0;
    margin-top: 5px; /* Added by Vaibhavi 11/02/2020 */
}

.bhoechie-tab-content .form-group {
    margin: 0 0 -10px 0;
    display: inline-block;
    width: 100%;
}

.bhoechie-tab-content .btns {
    text-align: right;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.bhoechie-tab-container a.list-group-item {
    color: #FFF;
    background: none;
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
}

.bhoechie-tab-container .list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    border: none;
}

.bhoechie-tab-container a.list-group-item:hover {
    background: #007ce2;
}

.height-90 {
    height: auto;
}

.EHR-module-List {
    margin: 10px 0 0;
    border: 1px solid #5F3DC4;
    height: auto;
    width: 100%;
    float: left;
}

.EHR-module-table {
    margin: 1%;
    border: 1px solid #5F3DC4;
    height: auto;
    width: 98%;
    float: left;
}

    .EHR-module-table thead tr {
        /*background: rgb(201,231,255);*/
        background: linear-gradient(90deg, rgba(201,231,255,1) 50%, rgba(247,247,247,1) 50%);
    }

.EHR-module-List thead tr {
    background: #2E1F6E;
    /*background: linear-gradient(90deg, rgba(201,231,255,1) 50%, rgba(247,247,247,1) 50%);*/
    border: 1px solid #5F3DC4 !important;
    color: #fff;
}

    .EHR-module-table thead tr th,
    .EHR-module-List thead tr th {
        /*padding: 20px;*/
        padding: 10px 5px;
        /*font-size: 16px;*/
    }

.EHR-module-table tbody tr td,
.EHR-module-List tbody tr td {
    padding: 5px 5px;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    color: #000;
}

.EHR-module-table thead tr th, .EHR-module-List thead tr th {
    /*  font-size: 13px !important;*/
    /* AE-925  */
    font-size: 12px !important;
    padding: 10px 5px;
}

#tblPatientICDCodesList td {
    padding: 5px 5px;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
}

label.blue-square {
    background: #1b98ff;
    width: 10px;
    height: 10px;
    margin: 5px 12px 0 0;
    float: left;
}

.bottom-btn-EHR.pt-check-list {
    text-align: right;
    width: 100%;
    float: left;
    margin: 20px 0 0;
    /*background-color: #eef7ff;
    z-index: 1205;
    height: 85px;*/
}

    .bottom-btn-EHR.pt-check-list .form-group {
        margin: 0 0 6px 0;
        padding: 0;
        width: auto;
        display: inline-block;
    }

.modal {
    background: rgba(0,0,0,0.7);
}

input#btnAdd {
    background: #1c98ff;
    color: #FFF;
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    font-weight: bold;
    /*margin: 20px 0 0;*/
}

.modal-backdrop.fade.in {
    display: none !important;
}

body.modal-open {
    background: #ffffff;
}

#tblPatientICDCodesList td i {
    font-family: 'FontAwesome';
    /* font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    font-style: normal;
    font-weight: lighter !important;
}

    #tblPatientICDCodesList td i.fas.fa-long-arrow-right:before {
        transform: rotate(-90deg);
        display: inline-block;
        position: relative;
        top: -4px;
        left: 0;
    }

    #tblPatientICDCodesList td i.fas.fa-long-arrow-left:before {
        transform: rotate(-90deg);
        display: inline-block;
        position: relative;
        top: -2px;
        left: 0;
    }

.white-bg {
    background: #FFF;
    padding: 10px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 14px -5px #333;
    border-radius: 5px;
}

table.patlist-table.no-margin {
    margin: 0;
    border-bottom: none;
    width: 96.2%;
}

label.file-name {
    word-break: break-all;
    line-height: 20px;
}

table.patlist-table.no-margin th {
    padding: 10px 16px 11px 2px;
}

table.patlist-table.no-margin-content {
    margin: 0;
    border-bottom: none;
    width: 100%;
}

table.patlist-table.no-margin th:last-child {
    text-align: right;
}

.custom-list .no-padding .patlist-table {
}

.white-card-bg {
    width: 100%;
    background: #FFF;
    margin: 0 15px;
    padding: 14px 0;
    box-shadow: 0px 0px 14px -5px #333;
    border-radius: 12px;
}
/*added by khushbu on 1-Nov-2023 AE-1268*/
/*.main-dashboard .dashboard-h-common {
    min-height: 75vh;
}
*/
/*removed by khushbu on 6-dec-2023 AE-1290*/


#dvPatientDetailsRadiology {
    overflow-x: hidden;
}
    /* width */
    #dvPatientDetailsRadiology::-webkit-scrollbar {
        width: 5px;
        margin: 0 20px
    }

    /* Track */
    #dvPatientDetailsRadiology::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #dvPatientDetailsRadiology::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        #dvPatientDetailsRadiology::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.clsBrowse {
    /* font-size: 13px !important;*/
    /* AE-925  */
    font-size: 12px !important;
    margin: 0 !important;
    padding: 8px 8px !important;
    font-weight: normal !important;
    background: none !important;
}

.small-box {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #000;
    min-height: 130px;
}

.patient-illiness .btns input[type="button"] {
    width: 100%;
}

.past-medical-history .input-group-append {
    z-index: 99 !important;
}

.template-page-scroller {
    width: 100%;
}

    .template-page-scroller div.custom-list {
        margin: 0;
    }

#delete-confirmation .modal-dialog.modal-xl {
    width: 100%;
}

.custom-list.patient-checkout-pop {
    margin: 0;
    width: 100%;
    display: inline-block;
}

.textarea-spacing textarea {
    padding: 15px;
}

#delete-confirmation .modal-dialog.modal-xl .modal-content {
    /*width: 100% !important;*/
    width: 50% !important; /*Changed by Vaibhavi Soni as Vighnesh Sir told on 31-Dec-2020*/
}

    #delete-confirmation .modal-dialog.modal-xl .modal-content table td,
    #delete-confirmation .modal-dialog.modal-xl .modal-content table th {
        white-space: nowrap;
    }

    #delete-confirmation .modal-dialog.modal-xl .modal-content .right-vertical-scroll {
        height: 15vh;
    }

/*added by khushbu on 8-Nov-2023 AE-1273*/
.btn-flex {
    display: flex;
}
/*----------------------------------------------------------------------*/

.allargy-page .right-vertical-scroll {
    height: 50vh;
}

.btn-right {
    float: left;
    text-align: right;
    width: 100%;
}

#dvCotractPackageAdd .all-searches .row {
    margin: 0;
}

.role-master-page .right-vertical-scroll {
    height: 65vh;
    float: left;
}

/*@media only screen and (max-width: 1420px) {
    .check-list-box {
        margin: 15px 0 0 0;
    }

        .check-list-box input[type=checkbox], .check-list-box input[type=radio] {
            margin: 2px 5px 0 5px;
        }

    .pt-check-list .btn-default {
        padding: 8px 0;
    }

    .custom-list .patlist-table th {
        padding: 5px 5px;
    }

    .contain-section {*/
/*padding-bottom: 100px;*/
/*padding-bottom: 0px;
    }

    .pt-check-list .btn-default.blue-btn, .custom-list input#btnNext {
        padding: 10px 0;*/
/* font-size: 13px;*/
/* AE-925  */
/*font-size: 12px ;
    }

    .custom-list input[type="button"] {
        padding: 10px 0;
    }

    .custom-list input.btnEHR {
        padding: 10px 30px;
    }
}*/
/* Added by Vaibhavi 10/29/2020 */
.HeaderEHRRow {
    height: 30px !important;
}

.EHRCSS {
    width: 100%;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.width-150-per {
    width: 150% !important;
}

.readmore .expand-box {
    position: relative;
    /*max-height: 60px;*/
    max-height: 25px;
    overflow: hidden;
    transition: 500ms all ease-in-out 0s;
}

.readmore.expand .expand-box {
    max-height: 200px !important;
    transition: 500ms all ease-in-out 0s;
}

/*.contain-section {
    padding-bottom: 17px;
    margin-bottom: 30px;
}*/

.readmore-link {
    position: absolute;
    bottom: -37px;
    right: 0;
    display: block;
    width: 100%;
    /* height: 60px; */
    text-align: center;
    color: blue;
    font-weight: bold;
    /*  font-size: 13px;*/
    /* AE-925  */
    font-size: 12px;
    padding-top: 0;
    cursor: pointer;
}

    .readmore-link:after {
        content: "\f175";
        font: normal normal normal 14px/1 FontAwesome;
        background: #1595ff;
        height: 40px;
        width: 40px;
        display: inline-block;
        color: #fff;
        border-radius: 100px;
        border: 5px solid #fff;
        box-shadow: 0px 0px 20px -5px #000;
        line-height: 30px;
    }

    .readmore-link.expand:after {
        content: "\f176";
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 30px;
    }

/*.gj-datepicker span.input-group-append {
    display: inherit;
    position: absolute;
    right: 0px;
    z-index: 99;
}*/


.PatientProfile-class {
    width: 90%;
    margin-left: 20px;
}

    .PatientProfile-class tbody tr td {
        float: left;
        padding: 0px;
    }

        .PatientProfile-class tbody tr td label {
            float: left;
        }

element.style {
}

input[type=checkbox][disabled] {
    background-color: #eee;
    opacity: .5;
    cursor: not-allowed;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

input[type=checkbox][disabled] {
    background-color: #eee;
    opacity: .5;
    cursor: not-allowed;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type=checkbox][disabled], .small-checkbox-profile {
    height: 20px !important;
    width: 20px !important;
    /* outline: 1px solid #1595ff !important;*/
}

#model-profile .modal-dialog {
    margin-left: 14%;
}
/* Added by Vaibhavi (14/Dec/2020) */
.gj-datepicker span.input-group-append {
    display: inherit;
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 0;
}


.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button:focus, .gj-datepicker-bootstrap.input-group-sm [role=right-icon] button:active {
    outline: none;
    background: none;
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button {
    width: 40px;
    padding: 0;
    height: 40px;
    /*height: 28px;*/
    background: transparent;
    float: left;
    border: none;
}

    .gj-datepicker-bootstrap.input-group-sm [role=right-icon] button i.gj-icon {
        margin: 5px 0 0;
        /*margin: -2px 5px 0 5px;*/
        color: #1595ff;
        font-size: 21px;
        font-weight: normal;
    }

.radiology-page h2 {
    padding: 10px 15px 15px;
}

.radiology-page input#btnSearch {
    background: #1595ff;
    color: #FFF;
    font-weight: bold;
}

.EHR-module-List td.radiology-box {
    padding: 0;
    vertical-align: top;
}

    .EHR-module-List td.radiology-box table {
        width: 100%;
    }

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button i.gj-icon {
    margin: 5px 0 0;
    /*margin: -2px 5px 0 5px;*/
    color: #1595ff;
    font-size: 21px;
    font-weight: normal;
}

.radiology-page h2 {
    padding: 10px 15px 15px;
}

.radiology-page input#btnSearch {
    background: #1595ff;
    color: #FFF;
    font-weight: bold;
}

.EHR-module-List td.radiology-box {
    padding: 0;
    vertical-align: top;
}

    .EHR-module-List td.radiology-box table {
        width: 100%;
    }

        .EHR-module-List td.radiology-box table tr {
            border: none !important;
        }

        .EHR-module-List td.radiology-box table tbody tr:nth-child(even) {
            background: #f5f2fd;
        }

        .EHR-module-List td.radiology-box table tr td {
            padding: 5px;
        }

.bhoechie-tab-content .radiology-page input[type="text"] {
    border: 1px solid #dcdcdc;
}

.patient-prescription-history .pat-prsc-dose-txt {
    /* width: 100%;*/ /*commentted by Aesha Patel on 08-Nov-2023. Jira Ticket No - AE-1273*/
    height: 30px;
    text-align: right;
}

.EHR-module-List td.radiology-box table tr {
    border: none !important;
}

.EHR-module-List td.radiology-box table tbody tr:nth-child(even) {
    background: #f5f2fd;
}

.EHR-module-List td.radiology-box table tr td {
    padding: 5px;
}

.bhoechie-tab-content .radiology-page input[type="text"] {
    border: 1px solid #dcdcdc;
}

.patient-prescription-history .pat-prsc-dose-txt {
    width: 100%;
    height: 30px;
    text-align: right;
}

.patient-prescription-history textarea {
    overflow: auto;
    width: 100%;
    height: 90px;
}

.patient-prescription-history input[type=checkbox] {
    margin: 0 0 0;
    display: inline-block;
    vertical-align: bottom;
}

.right-vertical-scroll table.EHR-module-List thead tr th {
    position: sticky;
    top: 0;
    background: #2E1F6E;
    border-top: 1px solid #5F3DC4;
    z-index: 99;
    color: #fff;
}

.textbox-form-control.Quantity.pat-prsc-qty-txt, .textbox-form-control.pat-prsc-qty-txt.Refill {
    text-align: right;
}

/*Design changes and correction By Shubham Dubey Instructed By Tejas Sir 11-Apr-2022*/
/*.textbox-form-control {
    height: 40px !important;*/
/*  font-size: 13px !important;*/
/* AE-925  */
/*font-size: 12px !important;
   
}*/

.btn-properties {
    height: 34px !important;
}
/*Added By Sarang Salunhe on 10-Nov-2025 Jira Titcket: AE:1640*/
.billing-btn-gap {
    column-gap: 1rem;
}

.custom-list-Navigations {
    margin-top: 8px;
}

    .custom-list-Navigations .form-group {
        margin-bottom: 0px;
    }

.dropdown-form-control {
    height: 34px !important;
    padding: 6px 12px;
    /*  font-size: 13px !important;*/
    /* AE-925  */
    font-size: 12px !important;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 4px;
}

    .dropdown-form-control:focus {
        border-color: #2E1F6E !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(147 129 201);
    }
/* contract package css by rishi raj on 12/12/2020 */
ul.tabs {
    margin: 15px 0 0;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: #dedede;
        color: #000;
        display: inline-block;
        padding: 9px 20px;
        cursor: pointer;
        font-weight: bold;
        /*   font-size: 13px;*/
        /* AE-925  */
        font-size: 12px;
        border-radius: 5px;
        margin: 0 10px 10px 0;
        position: relative;
    }

        ul.tabs li.current::before {
            content: "";
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #1595ff;
            position: absolute;
            bottom: -9px;
            left: 40%;
        }

        ul.tabs li:hover, ul.tabs li.current {
            background: #1595ff;
            color: #FFF;
        }

/*.tab-content {
    display: none;
    background: #FFF;
    padding: 0;
    margin: 0 0 30px 0;
    border: 5px solid #1595ff;
}

    .tab-content.current {
        display: inherit;
    }*/

.employe-document-tab {
    padding: 20px;
}

.tab-content {
    border: 2px solid #B57BE3;
}

.contact-details {
    padding: 20px;
}

ul.tabs li:hover, ul.tabs li.current {
    background: #1595ff;
    color: #FFF;
}

.contract-list-box {
    background: #f7f7f7;
    border-right: 1px solid #a1a1a1;
}

.contrat-title {
    background: #5F3DC4;
    padding: 10px 4px;
    display: inline-block;
    width: 100%;
}

    .contrat-title h3 {
        color: #FFF;
        float: left;
        font-size: 13px;
        margin: 9px 0 0;
    }

    .contrat-title .grey-btn {
        background: #2E1F6E;
        border: none;
        float: right;
        padding: 4px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 12px;
        color: #fff;
    }

.tblContact {
    width: 100%;
}

    .tblContact tr td {
        padding: 5px 5px;
    }

        .tblContact tr td a {
            /*  font-size: 13px;*/
            /* AE-925  */
            font-size: 12px;
            color: #337ab7;
            text-decoration: none;
            margin-left: 0px !important
        }
/*.employe-document-tab .content-short-table table {
        margin: 0 0 20px 0;
    }

    .content-short-table tbody tr:nth-child(even) {
        background: #f2f2f2;
    }*/



.document-left-panel {
    background: #f7f7f7;
    padding: 20px;
    min-height: 450px;
}

    .document-left-panel .form-group {
        position: relative;
    }

span.plus-icon {
    background: #2E1F6E;
    position: absolute;
    right: 0;
    top: 24px;
    font-size: 20px;
    color: #FFF !important;
    width: 44px;
    height: 34px;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    text-align: center;
    line-height: 34px; /*Vaibhavi Soni (02-Mar-2021)*/
}

    span.plus-icon a {
        font-size: 27px !important;
    }


/* For modal popup */
/* ---------------------------------------------------------- */
/*body[data-theme="dark"] .modal-content {
    background-color: #243242;


}

body[data-theme="dark"] .modal-header,
body[data-theme="dark"] .modal-footer {
    border-color: #243242 !important;
}

.modal-open {
    overflow: hidden;

}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;




}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1140px;
    }
}

html[dir="rtl"] .modal-header .close {
    float: left;
    margin: -1rem auto -1rem -1rem;
}

html[dir="rtl"] .modal-footer > :not(:last-child) {
    margin-left: 0.25rem;
    margin-right: 0;
}*/
/* ---------------------------------------------------------- */

/* Vaibhavi Soni (25-Nov-21) :: css for send Mail/Fax view (Jira Ticket No: AE-799) */

.bg-other {
    background: #FF7A85;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
}

.bg-patient {
    background: #FF7A85;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
}

.bg-employer {
    background: #FF7A85;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
}

.bg-insurance {
    background: #FF7A85;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
}

.toast {
    /* font-size: 14px !important;*/
    /* AE-925  */
    font-size: 12px !important;
}

#toast-container > .toast-info {
    background-size: 16px 16px !important;
}

#toast-container > .toast-error {
    background-size: 16px 16px !important;
}

#toast-container > .toast-success {
    background-size: 16px 16px !important;
}

#toast-container > .toast-warning {
    background-size: 16px 16px !important;
}

.textbox-form-control[disabled], .textbox-form-control[readonly], fieldset[disabled] .textbox-form-control {
    background-color: #eee !important;
    cursor: not-allowed;
}

.textbox-form-control100[disabled], .textbox-form-control100[readonly], fieldset[disabled] .textbox-form-control100 {
    background-color: #eee !important;
    cursor: not-allowed;
}

/* -------------------------------------------------------------- */

.white-bg-appointment {
    background: #FFF;
    padding: 10px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 14px -5px #333;
    border-radius: 12px;
}

.blue-bg-appointment {
    background: #4fc3f7;
    /* padding: 10px;*/
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 14px -5px #333;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}

/*Shubham Dubey AE-915*/
.cursor-not-allowed {
    cursor: not-allowed;
}

/*Neelima Patel AE-925*/
#ulApptProvider .dropdown-menu {
    font-size: 12px !important;
}

/* added  by Aesha Patel on 08-Feb-2023. Jira Ticket No - AE-1130 */
.login-ddl {
    width: 100%;
    height: 46px;
    float: right;
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: #ededed;
    font-size: medium;
    color: #979797;
    padding-left: 10px;
    margin: 10px 0;
}
/* ******************************************************************************************** */
/* new css added for Template Plan. by Aesha Patel on 16-Feb-2023. Jira Ticket No - AE-1132 **/
/* ******************************************************************************************** */


.TTPM-module-List tbody tr.dr-note-tr td {
    padding: 5px;
}

.TTPM-module-List tbody tr:nth-child(even), .TTPM-module-table tbody tr:nth-child(even) {
    background: #e4e4e4;
}

.TTPM-module-List tbody tr td {
    padding: 5px 5px;
}

.TTPM-module-List tbody tr {
    border-bottom: 1px solid #dcdcdc;
}

.right-vertical-scroll table.TTPM-module-List {
    margin: 0;
    width: 100%;
    border-top: none;
}

.TTPM-module-List .radiology-box thead tr th {
    position: sticky;
    top: 0;
    background: #c5e5ff;
    position: -webkit-sticky;
}

#dvDetails .right-vertical-scroll table.TTPM-module-List-bordr {
    border-top: 5px solid #1595ff;
}

.TTPM-module-List tbody tr td.client-note input {
    border: 1px solid #dcdcdc;
}

.TTPM-module-List tbody tr td a#btnEdit, .TTPM-module-List tbody tr td a#btnDelete {
    font-size: 12px;
}

.right-vertical-scroll table.TTPM-module-List thead td {
    position: sticky;
    top: 0;
    background: #c9e7ff;
}

.TTPM-module-List {
    margin: 10px 0 0;
    border: 1px solid #2E1F6E;
    height: auto;
    width: 100%;
    float: left;
}

    .TTPM-module-List thead tr {
        background: #2E1F6E;
        border: 1px solid #2E1F6E !important;
        color: #fff;
    }

        .TTPM-module-table thead tr th,
        .TTPM-module-List thead tr th {
            padding: 10px 5px;
            font-size: 12px !important;
            padding: 10px 5px;
        }

    .TTPM-module-table tbody tr td,
    .TTPM-module-List tbody tr td {
        padding: 5px 5px;
        font-size: 12px;
        color: #000;
    }

    .TTPM-module-List td.radiology-box {
        padding: 0;
        vertical-align: top;
    }

        .TTPM-module-List td.radiology-box table {
            width: 100%;
        }

            .TTPM-module-List td.radiology-box table tr {
                border: none !important;
            }

            .TTPM-module-List td.radiology-box table tbody tr:nth-child(even) {
                background: #e4e4e4;
            }

            .TTPM-module-List td.radiology-box table tr td {
                padding: 5px;
            }

.right-vertical-scroll table.TTPM-module-List thead tr th {
    position: sticky;
    top: 0;
    background: #2E1F6E;
    border-top: 1px solid #2E1F6E;
    z-index: 99;
    color: #fff;
}

.TTPM-module-table {
    margin: 1%;
    border: 1px solid #1595ff;
    height: auto;
    width: 98%;
    float: left;
}

    .TTPM-module-table thead tr {
        background: linear-gradient(90deg, rgba(201,231,255,1) 50%, rgba(247,247,247,1) 50%);
    }

.TTPM-module-table {
    margin: 1%;
    border: 1px solid #1595ff;
    height: auto;
    width: 98%;
    float: left;
}

    .TTPM-module-table thead tr {
        background: linear-gradient(90deg, rgba(201,231,255,1) 50%, rgba(247,247,247,1) 50%);
    }

#dvTTPMMedicationList .right-vertical-scroll {
    height: 43vh !important;
}

/*added by Dimpy on 24-Apr-2023 Jira Ticket No AE-1154*/
.footer-row-span-dashboard {
    color: white !important;
}

.text-upper-transform {
    text-transform: uppercase;
}

div.pt-check-list {
    padding-top: 0px;
}

#checkout-confirmation .modal-dialog.modal-xl .modal-content {
    width: 100% !important; /*Created by Rishi Raj as Aesha told on 20-Jan-2021*/
}

.right-vertical-scroll-patientProfile {
    height: 16vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.right-vertical-scroll-patientProfile-Right {
    overflow-y: auto;
    overflow-x: hidden;
}

.provider-right .ehr {
    /*min-height: 70vh !important;*/
    max-height: 71vh !important;
    width: 100% !important; /*changed by khushbu on 17-nov-2023 AE-1275*/
}

.vital-scroll {
    max-height: 60vh !important;
    min-height: 68vh !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main-pat-list-vh .sub-pat-list-vh {
    height: 37vh !important; /*changed by khushbu on 18-nov-2023 AE-1277*/
}


.main-ser-vh .sub-ser-vh {
    height: 44vh !important; /*changed by khushbu on 21-nov-2023 AE-1277*/
}

.radio-galaxy { /*changed by khushbu on 22-nov-2023 AE-1277*/
    width: 250px;
}

.dr-note-scroll {
    height: 29vh; /*changed by khushbu on 22-nov-2023 AE-1278*/
}

.ser-vh {
    height: 500px !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
}

.icd-vh {
    height: 70vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
}

.icd-tbl-vh {
    height: 43vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
}

.chart-tbl-vh {
    height: 54vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
}

.role-hv {
    height: 44vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
}

.splash-vh {
    height: 56vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
}

.tab-role-width {
    width: 48% !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.merge-pat-vh {
    height: 68vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.lab-left-vh {
    height: 52vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.lab-right-vh {
    height: 46vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.Two-fa-vh {
    height: 56vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.tab-vh {
    height: 53vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.batch-bill-hv {
    height: 51vh !important; /*changed by khushbu on 27-nov-2023 AE-1283    */
}

.model-batch-bill {
    width: 100%; /*changed by khushbu on 27-nov-2023 AE-1283*/
}

.model-vh-inner-scroll {
    height: 77vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    width: 100% !important;
}

.icd-modal-vh {
    height: 52vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
}

.outer-modal-icd {
    height: 52vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
}

.outer-modal-icd {
    height: 620px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
}

.icd-add-modal {
    height: 380px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
}
/*199*/
.vh-outer {
    height: 635px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
}

.modifier-modal-vh {
    height: 78vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    width: 100% !important;
}

.modal-hcfa-vh {
    height: 84vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    width: 900px !important;
}

.hcfa-scroll-vh {
    height: 63vh !important; /*changed by khushbu on 28-nov-2023 AE-1283*/
}

.s-bill-hv {
    height: 31vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
}

.inner-hv-bill {
    height: 35vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
}

.single-bill-pop-vh {
    height: 73vh !important; /*changed by khushbu on 29-nov-2023 AE-1284*/
}

.pop-width {
    width: 100% !important; /*changed by khushbu on 29-nov-2023 AE-1284*/
}

.s-bill-vh {
    height: 71vh !important; /*changed by khushbu on 29-nov-2023 AE-1284*/
}

.adj-his-vh-scroll {
    height: 48vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
}

.pay-his-hv {
    height: 45vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
}

.pay-vh-scroll {
    height: 34vh; /*changed by khushbu on 30-nov-2023 AE-1286*/
}

.pay-view-vh-modal {
    height: 56vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
}

.pay-modal-vh-view {
    height: 85vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    width: 100% !important;
}

.lab-user-right-vh {
    height: 46vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
}

.lab-user-left-vh {
    height: 54vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
}

.hv-macro {
    height: 79vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    width: 100% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
}

.cke_contents {
    height: 26vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
}

.print-vh {
    height: 89vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    width: 104% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
}

#LBDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
    width: 800px !important;
    height: 78vh !important;
}

#RAUDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
    width: 800px !important;
    height: 78vh !important;
}
/*changed by khushbu on 7-Dec-2023 AE-1290*/
.recheck-width {
    width: 80% !important;
    margin-left: 3%;
}
/*-----------------media query start------------------------------------------------*/
@media only screen and (max-width: 370px) {
    .p-t-13.p-b-23 .forgot-password {
        width: 100%;
        text-align: left;
    }

    .login-box form .limiter span.login100-form-title {
        font-size: 24px;
    }
    /*by khushbu content 28-aug 2023*/
    .right-vertical-scroll {
        height: 25vh;
    }
}

@media only screen and (max-width: 480px) {
    .login-box form .limiter {
        padding: 20px 38px 47px;
    }

    .login100-form-btn {
        width: 100%;
    }

    .login-box form .limiter span.login100-form-title {
        font-size: 28px;
    }

    .flex-col-c.p-t-70 span.txt1.p-b-9 {
        font-size: 23px;
    }

    .flex-col-c.p-t-70 .Appversion {
        font-size: 13px;
        font-weight: 300;
    }

    .login-box form .limiter {
        padding: 20px 23px 25px;
    }

    .flex-col-c.p-t-70 {
        margin-top: 35px;
    }

    .forgot-pass button {
        width: 100%;
        margin-top: 5px;
    }

    .header {
        text-align: center;
    }

        .header .dropdown {
            float: none;
            margin-top: 14px;
            width: auto;
            /*            display: inline-block;
*/
        }

        .header .logo-igm {
            float: none;
            width: 140px;
        }

        .header .dropdown .dropdown-menu {
            padding: 0;
            top: 26px;
        }

    /*by khushbu content 28-aug 2023*/
    .right-vertical-scroll {
        height: 20vh;
    }
}

/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (max-height:601px) {
    .modal .modal-main .modal-sub { /*changed by khushbu on 20-nov-2023 AE-1277*/
        height: 93vh !important;
        width: 843px !important;
        margin: 11px auto !important;
    }

    .main-pat-rep-vh .sub-pat-rep-vh {
        height: 30vh !important;
    }


    .main-inv-rep-vh .sub-inv-rep-vh {
        height: 32vh !important;
    }

    .main-ser-vh .sub-ser-vh {
        height: 35vh !important;
    }

    .main-pat-list-vh .sub-pat-list-vh {
        height: 46vh !important;
    }

    .summary_medium {
        min-height: 72vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .summary-right-panel {
        min-height: 72vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .info_upper {
        min-height: 74vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .ser-vh {
        height: 67vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .icd-tbl-vh {
        height: 38vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .chart-tbl-vh {
        height: 47vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .role-hv {
        height: 36vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .splash-vh {
        height: 50vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .tab-role-width {
        width: 62% !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .merge-pat-vh {
        height: 79vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-left-vh {
        height: 47vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-right-vh {
        height: 38vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .Two-fa-vh {
        height: 51vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .tab-vh {
        height: 46vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 44vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .model-vh-inner-scroll {
        height: 81vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .outer-modal-icd {
        height: 572px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .icd-add-modal {
        height: 334px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    icd-add-outer-modal {
        height: 568px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .vh-outer {
        height: 95vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .modifier-modal-vh {
        height: 93vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .modal-hcfa-vh {
        height: 86vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 800px !important;
    }

    .hcfa-scroll-vh {
        height: 63vh !important; /*changed by khushbu on 28-nov-2023 AE-1283*/
    }

    .inner-hv-bill {
        height: 44vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 19vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 38vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 38vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-vh-scroll {
        height: 16vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .pay-modal-vh-view {
        height: 87vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        width: 95% !important;
    }

    .pay-view-vh-modal {
        height: 53vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .lab-user-right-vh {
        height: 37vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-user-left-vh {
        height: 47vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
    }

    .hv-macro {
        height: 90vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 100% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    .cke_contents {
        height: 35vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    .print-vh {
        height: 88vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 95% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    #LBDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 730px !important;
        height: 72vh !important;
    }

    #RAUDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 730px !important;
        height: 72vh !important;
    }

    .recheck-width {
        width: 79% !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        margin-left: 3%;
    }
}


@media only screen and (max-width: 640px) {
    img.dark-logo.alder-logo-login {
        width: 208px;
        margin-top: 31px;
    }

    .forgot-pass form .limiter span.login100-form-title {
        color: #0881f9;
        font-size: 30px;
    }
    /*by khushbu content 28-aug 2023*/
    .right-vertical-scroll {
        height: 25vh;
    }
}

@media only screen and (max-width: 767px) {

    /*by khushbu content 28-aug 2023*/
    .logo-responsive {
        display: flex;
        justify-content: center;
    }

    .space-label {
        margin-top: 5px;
        padding-left: 0;
    }

    .login-box {
        width: 94%;
    }

    .header .col-sm-12.col-lg-6.col-lg-6 {
        width: 100%;
    }
    /*by khushbu content 28-aug 2023*/
    .right-vertical-scroll {
        height: 28vh;
    }
}

/*changed by khushbu on 27-nov-2023 AE-1283*/
@media only screen and (max-height: 821px) {
    .model-batch-bill {
        width: 80% !important;
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 767px)and (max-height:799px) {
    .main-pat-list-vh .sub-pat-list-vh {
        height: 36vh !important;
    }

    .summary_medium {
        min-height: 60vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .summary-right-panel {
        min-height: 60vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .ser-vh {
        height: 70vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .icd-tbl-vh {
        height: 45vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .dr-note-scroll {
        height: 32vh !important;
    }

    .chart-tbl-vh {
        height: 54vh; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .role-hv {
        height: 46vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .tab-vh {
        height: 54vh !important; /*changed by   khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 52vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .model-vh-inner-scroll {
        height: 75vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 83% !important;
    }

    .modifier-modal-vh {
        height: 73vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .modal-hcfa-vh {
        height: 84vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 800px !important;
    }

    .hcfa-scroll-vh {
        height: 63vh !important; /*changed by khushbu on 28-nov-2023 AE-1283*/
    }

    .inner-hv-bill {
        height: 45vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 33vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 49vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 51vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-vh-scroll {
        height: 29vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .recheck-width {
        width: 79% !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        margin-left: 3%;
    }
}

@media only screen and (min-height: 799px)and (max-height:801px) {
    .role-hv {
        height: 47vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .tab-vh {
        height: 55vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .inner-hv-bill {
        height: 46vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 33vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 49vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 49vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-vh-scroll {
        height: 31vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .recheck-width {
        width: 81% !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        margin-left: 3%;
    }

    .provider-right .ehr {
        width: 100% !important;
    }
}

/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 799px)and (max-height:821px) {
    .main-pat-list-vh .sub-pat-list-vh {
        height: 35vh !important;
    }

    .summary_medium {
        min-height: 60vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .summary-right-panel {
        min-height: 60vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .ser-vh {
        height: 70vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .icd-tbl-vh {
        height: 45vh; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .chart-tbl-vh {
        height: 55vh; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .lab-right-vh {
        height: 48vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 52vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .model-vh-inner-scroll {
        height: 77vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .vh-outer {
        height: 87vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .modifier-modal-vh {
        height: 73vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .modal-hcfa-vh {
        height: 84vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 800px !important;
    }

    .hcfa-scroll-vh {
        height: 63vh !important; /*changed by khushbu on 28-nov-2023 AE-1283*/
    }

    .pay-vh-scroll {
        height: 29vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .recheck-width {
        width: 81% !important;
        margin-left: 3%;
    }
}

/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 764px)and (max-height:800px) {
    .main-inv-rep-vh .sub-inv-rep-vh {
        height: 41vh !important;
    }

    .dr-note-scroll {
        height: 32vh; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .chart-tbl-vh {
        height: 56vh; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .splash-vh {
        height: 56vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .tab-role-width {
        width: 62% !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-right-vh {
        height: 47vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .Two-fa-vh {
        height: 57vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .vh-outer {
        height: 95vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .pay-modal-vh-view {
        height: 85vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        width: 95% !important;
    }

    .pay-view-vh-modal {
        height: 60vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 819px)and (max-height:821px) {
    .provider-right .ehr {
        width: 100% !important;
    }

    .main-pat-list-vh .sub-pat-list-vh {
        height: 34vh !important;
    }

    .splash-vh {
        height: 58vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .lab-right-vh {
        height: 49vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .Two-fa-vh {
        height: 57vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .inner-hv-bill {
        height: 47vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 35vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 48vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 53vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }


    .dr-note-scroll {
        height: 35vh !important;
    }

    .role-hv {
        height: 48vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .tab-role-width {
        width: 54% !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .pay-view-vh-modal {
        height: 60vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .pay-modal-vh-view {
        height: 85vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        width: 95% !important;
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 800px)and (max-height:820px) {
    .main-inv-rep-vh .sub-inv-rep-vh {
        height: 44vh !important;
    }

    .main-ser-vh .sub-ser-vh {
        height: 47vh !important;
    }

    .pay-vh-scroll {
        height: 34vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .recheck-width {
        width: 81% !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        margin-left: 3%;
    }
}

/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 767px)and (max-height:821px) {
    .main-pat-rep-vh .sub-pat-rep-vh {
        height: 43vh !important;
    }

    .info_upper {
        min-height: 66vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .lab-left-vh {
        height: 54vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-user-right-vh {
        height: 48vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-user-left-vh {
        height: 55vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
    }

    .print-vh {
        height: 83vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 100% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    #LBDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 780px !important;
        height: 72vh !important;
    }

    #RAUDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 780px !important;
        height: 72vh !important;
    }
}

/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 821px)and (max-height:912px) {
    .main-pat-rep-vh .sub-pat-rep-vh {
        height: 43vh !important;
    }

    .main-inv-rep-vh .sub-inv-rep-vh {
        height: 47vh !important;
    }

    .summary_medium {
        min-height: 60vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .summary-right-panel {
        min-height: 60vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .info_upper {
        min-height: 66vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .dr-note-scroll {
        height: 39vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .ser-vh {
        height: 70vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .icd-tbl-vh {
        height: 47vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .chart-tbl-vh {
        height: 59vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .role-hv {
        height: 50vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .lab-left-vh {
        height: 57vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }
}

/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 911px)and (max-height:913px) {
    .main-ser-vh .sub-ser-vh {
        height: 50vh !important;
    }

    .main-pat-list-vh .sub-pat-list-vh {
        height: 31vh !important;
    }

    .Two-fa-vh {
        height: 61vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .tab-vh {
        height: 58vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-right-vh {
        height: 54vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 56vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .modifier-modal-vh {
        height: 62vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .vh-outer {
        height: 730px !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .inner-hv-bill {
        height: 44vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 39vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 53vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 52vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-vh-scroll {
        height: 37vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .lab-user-right-vh {
        height: 53vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-user-left-vh {
        height: 58vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
    }

    .hv-macro {
        height: 90vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 112% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    .cke_contents {
        height: 53vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    .print-vh {
        height: 83vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 100% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    #LBDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 730px !important;
        height: 72vh !important;
    }

    #RAUDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 730px !important;
        height: 72vh !important;
    }

    .recheck-width {
        width: 81% !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        margin-left: 3%;
    }

    .provider-right .ehr {
        width: 100% !important;
    }
}

@media only screen and (min-height: 821px)and (max-height:1201px) {
    .modal .modal-main .modal-sub { /*changed by khushbu on 20-nov-2023 AE-1277*/
        height: 68vh !important;
        width: 1000px !important;
        margin: 100px auto !important;
    }
}

/*added by khushbu on 4 nov-2023 AE-1268*/
@media only screen and (max-width: 991px)and (min-width:420px) {
    .m-top-r-panel {
        margin-top: 20px;
    }

    /* .main-dashboard .dashboard-h-common {
        min-height: 30vh !important;
    }*/
    /*   removed khushbu patel on 6-dec-2023 AE-1290
*/
}

@media only screen and (max-width: 991px) {
    .color-box {
        margin-bottom: 21px;
    }

    .footer-box {
        position: relative;
        margin-top: 48px;
    }

    .header .col-sm-12.col-lg-6.col-lg-6 {
        display: flex;
        justify-content: center;
        width: 50%;
    }
    /*by khushbu content 28-aug 2023*/
    .right-vertical-scroll {
        height: 30vh;
    }
}

@media only screen and (min-height: 1023px)and (max-height:1025px) {
    .splash-vh {
        height: 61vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .lab-left-vh {
        height: 60vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .tab-vh {
        height: 60vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 56vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .modifier-modal-vh {
        height: 60vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .pay-vh-scroll {
        height: 38vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .provider-right .ehr {
        width: 100% !important;
    }
}

@media only screen and (max-width:1024px) and (max-height:600px) {
    .provider-right .ehr {
        max-height: 83vh !important;
        /*width: 126% !important;*/ /*changed by khushbu on 17-nov-2023 AE-1275*/
        width: 100% !important;
    }

    .vital-scroll {
        max-height: 60vh !important;
        min-height: 81vh !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .tab-content tab-content-parent {
        height: 100vh !important;
    }

    .body-scroll .white-bg {
        overflow-y: auto;
        height: 76vh !important;
    }

    .facilitie-multiselect-dropdown .dropdown-menu {
        height: 128px !important;
    }
}

@media only screen and (max-width: 1024px) { /* iPad */
    #delete-confirmation .modal-dialog.modal-xl .modal-content {
        width: 65% !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 2360px) {
    .pt-check-list select option {
        font-size: 10px !important;
    }
}

@media only screen and (min-height: 1024px) {
    .right-vertical-scroll-patientProfile {
        height: 13vh;
    }
}

@media only screen and (max-width: 1024px) { /* iPad Screen */
    /*added by khushbu on 3-Nov-2023 AE-1268*/
    .h-left {
        height: 35vh !important;
    }


    .login-box {
        width: 60%;
    }

    .EHR-Pat-Details {
        margin-top: 5%;
    }

    .longEnough {
        height: 68vh !important;
    }

    .small-box {
        min-height: 170px;
    }

    .pt-check-list .btn-default.blue-btn, .custom-list input#btnNext {
        padding: 10px 0;
        font-size: 12px;
        font-weight: normal;
    }

    .pt-check-list .btn-default {
        padding: 10px 0;
        font-size: 12px;
        font-weight: normal;
    }

    .pt-check-list .card bg-search input[type=checkbox], .pt-check-list .card bg-search input[type=radio] {
        margin: 13px 2px 0;
        line-height: normal;
    }

    #dvAllergy .right-vertical-scroll {
        height: 42vh !important;
    }

    #dvPatientAllergyList .right-vertical-scroll {
        height: 51vh !important;
    }

    #dvBookingAppointment {
        height: 413px;
    }
}
/*Changed by Vaibhavi Soni as Vighnesh Sir told on 19-Feb-2020*/



@media only screen and (min-width: 1023px) and (max-width:1025) {
    .tab-content {
        height: 100vh !important;
    }

    .dvEHRSections {
        height: 0px !important;
    }

    .provider-right .ehr {
        height: 94vh !important;
    }

    .summary_medium {
        height: 75vh !important;
    }
}

@media only screen and (max-width:1024px) {
    .vital-scroll {
        max-height: 60vh !important;
        min-height: 68vh !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}



/*changed by khushbu on 17-nov-2023 AE-1275*/
@media only screen and (max-width:1024px) and (max-height:768px) {
    .provider-right .ehr {
        width: 100% !important;
    }
}
/*
@media only screen and (min-height: 600px)and (max-height: 768px) {
    .tab-content {
        height: 80vh !important;
    }

    .summary_medium {
        height: 80vh !important;
    }

    .summary_lower {
        height: 80vh !important;
    }

    .tab-panel-grey .tab-content {
        min-height: 95vh !important;
    }
}*/



@media only screen and (max-width: 1024px) {
    #model-profile .modal-dialog {
        margin-left: 4%;
    }
}

@media only screen and (min-width: 1180px)and (max-width: 3000px) {

    .ehr {
        min-height: 70vh !important;
    }

    .summary_upper {
        min-height: 60px !important;
    }


    .vital_upper {
        min-height: 55vh !important;
    }

    .family_history_upper {
        min-height: 65vh !important;
    }

    .vital-scroll {
        max-height: 60vh !important;
        min-height: 68vh !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .body-scroll .white-bg {
        height: 69vh !important
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 1199px)and (max-height: 1201px) {

    .main-inv-rep-vh .sub-inv-rep-vh {
        height: 56vh !important;
    }

    .main-ser-vh .sub-ser-vh {
        height: 57vh !important;
    }

    .main-pat-list-vh .sub-pat-list-vh {
        height: 23vh !important;
    }

    .summary_medium {
        min-height: 63vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .summary-right-panel {
        min-height: 63vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .info_upper {
        min-height: 69vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .dr-note-scroll {
        height: 49vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .ser-vh {
        height: 72vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .icd-tbl-vh {
        height: 51vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .chart-tbl-vh {
        height: 63vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .role-hv {
        height: 58vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .splash-vh {
        height: 65vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .lab-left-vh {
        height: 63vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-right-vh {
        height: 60vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .Two-fa-vh {
        height: 65vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .tab-vh {
        height: 63vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 62vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .model-vh-inner-scroll {
        height: 70vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .vh-outer {
        height: 74vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .modifier-modal-vh {
        height: 50vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .modal-hcfa-vh {
        height: 86vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 1200px !important;
    }

    .hcfa-scroll-vh {
        height: 75vh !important; /*changed by khushbu on 28-nov-2023 AE-1283*/
    }

    .inner-hv-bill {
        height: 57vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 47vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 60vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 59vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-vh-scroll {
        height: 49vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .pay-view-vh-modal {
        height: 68vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .pay-modal-vh-view {
        height: 85vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
        width: 100% !important;
    }

    .lab-user-right-vh {
        height: 62vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-user-left-vh {
        height: 66vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
    }

    .hv-macro {
        width: 150% !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
        height: 72vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
    }

    .cke_contents {
        height: 47vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
        overflow: auto;
    }

    .print-vh {
        height: 86vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 100% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    #LBDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 1000px !important;
        height: 79vh !important;
    }

    #RAUDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 1000px !important;
        height: 79vh !important;
    }

    .recheck-width {
        width: 83% !important;
        margin-left: 3%;
    }
}

@media only screen and (min-height: 1201px)and (max-height:1641px) {
    .modal .modal-main .modal-sub { /*changed by khushbu on 20-nov-2023 AE-1277*/
        height: 50vh !important;
        width: 1200px !important;
        margin: 100px auto !important;
    }

    .summary_medium {
        min-height: 63vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .summary-right-panel {
        min-height: 63vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }
}

@media screen and (max-width:1025px) and (min-width:1366px) { /* iPad Pro */
    #delete-confirmation .modal-dialog.modal-xl .modal-content {
        width: 70% !important;
    }

    .EHR-Pat-Details {
        margin-top: 4%;
    }

    .longEnough {
        height: 59vh !important;
    }

    #dvAllergy .right-vertical-scroll {
        height: 39vh !important;
    }

    #dvPatientAllergyList .right-vertical-scroll {
        height: 45vh !important;
    }
}

/*added by khushbu on 7-nov-2023 AE-1271*/

@media only screen and (max-width: 1280px) {
    .login-box {
        width: 43%;
        display: inline-block;
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }

        .login-box form .limiter span.login100-form-title {
            font-size: 34px;
        }
}



@media only screen and (min-width: 1420px) {
    .readmore-link:after {
        line-height: 35px;
    }
}

@media only screen and (max-width: 1420px) {
    .check-list-box {
        margin: 15px 0 0 0;
    }

        .check-list-box input[type=checkbox], .check-list-box input[type=radio] {
            margin: 2px 5px 0 5px;
        }

    .pt-check-list .btn-default {
        padding: 8px 0;
    }
    /*change padding by khushbu on 4-nov-2023 AE-1268 */
    .custom-list .patlist-table th {
        padding: 10px 16px 11px 2px !important;
    }

    .contain-section {
        /*padding-bottom: 100px;*/
        padding-bottom: 0px;
    }

    /*.contain-section {
        padding-bottom: 17px;
        margin-bottom: 30px;
    }*/

    .pt-check-list .btn-default.blue-btn, .custom-list input#btnNext {
        padding: 10px 0;
        /*   font-size: 13px;*/
        /* AE-925  */
        font-size: 12px;
    }

    .custom-list input[type="button"] {
        padding: 10px 0;
    }

    .custom-list input.btnEHR {
        padding: 10px 30px;
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-height: 1599px)and (max-height: 1640px) {
    .main-pat-rep-vh .sub-pat-rep-vh {
        height: 60vh !important;
    }

    .main-inv-rep-vh .sub-inv-rep-vh {
        height: 61vh !important;
    }

    .main-ser-vh .sub-ser-vh {
        height: 63vh !important;
    }

    .main-pat-list-vh .sub-pat-list-vh {
        height: 17vh !important;
    }

    .info_upper {
        min-height: 71vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .dr-note-scroll {
        height: 55vh !important; /*changed by khushbu on 22-nov-2023 AE-1278*/
    }

    .ser-vh {
        height: 74vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .icd-tbl-vh {
        height: 54vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .chart-tbl-vh {
        height: 67vh !important; /*changed by khushbu on 23-nov-2023 AE-1279*/
    }

    .role-hv {
        height: 63vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .splash-vh {
        height: 68vh !important; /*changed by khushbu on 24-nov-2023 AE-1281*/
    }

    .lab-left-vh {
        height: 68vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-right-vh {
        height: 64vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .Two-fa-vh {
        height: 68vh; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .tab-vh {
        height: 67vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .batch-bill-hv {
        height: 66vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .model-vh-inner-scroll {
        height: 65vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .vh-outer {
        height: 69vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
    }

    .modifier-modal-vh {
        height: 37vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 100% !important;
    }

    .modal-hcfa-vh {
        height: 86vh !important; /*changed by khushbu on 27-nov-2023 AE-1283*/
        width: 1300px !important;
    }

    .hcfa-scroll-vh {
        height: 73vh !important; /*changed by khushbu on 28-nov-2023 AE-1283*/
    }

    .inner-hv-bill {
        height: 64vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .s-bill-hv {
        height: 56vh !important; /*changed by khushbu on 28-nov-2023 AE-1284*/
    }

    .adj-his-vh-scroll {
        height: 65vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-his-hv {
        height: 64vh !important; /*changed by khushbu on 30-nov-2023 AE-1285*/
    }

    .pay-vh-scroll {
        height: 57vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .pay-view-vh-modal {
        height: 71vh !important; /*changed by khushbu on 30-nov-2023 AE-1286*/
    }

    .lab-user-right-vh {
        height: 67vh !important; /*changed by khushbu on 25-nov-2023 AE-1282*/
    }

    .lab-user-left-vh {
        height: 71vh !important; /*changed by khushbu on 6-Dec-2023 AE-1290*/
    }

    .hv-macro {
        width: 150% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        height: 65vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    .cke_contents {
        height: 49vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        overflow: auto;
    }

    .print-vh {
        height: 84vh !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 125% !important; /*changed by khushbu on 7-Dec-2023 AE-1290*/
    }

    #LBDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 1200px !important;
        height: 79vh !important;
    }

    #RAUDBPDFViewModal object { /*changed by khushbu on 7-Dec-2023 AE-1290*/
        width: 1200px !important;
        height: 79vh !important;
    }

    .recheck-width {
        width: 84% !important;
        margin-left: 3%;
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media all and (max-width: 1800px) and (min-width: 1367px) {
    .longEnough {
        height: 68vh !important;
    }

    .EHR-Pat-Details {
        margin-top: 3.5%;
    }

    div.bhoechie-tab-content {
        /*height: 100%;*/
    }

    .bottom-btn-EHR.pt-check-list {
        margin: 15px 0 0 0;
    }
}

@media all and (max-width: 2200px) and (min-width: 1820px) {
    .longEnough {
        height: 80vh;
    }

    .EHR-Pat-Details {
        margin-top: 3%;
    }

    div.bhoechie-tab-menu .longEnough div.list-group, .longEnough div.bhoechie-tab-content {
        height: 79vh;
    }
}
/*changed by khushbu on 22-nov-2023 AE-1277*/
@media only screen and (min-width: 2559px)and (max-height: 2561px) {
    .radio-galaxy {
        width: 272px !important;
    }
}


/*preloader by khushbu on 09- Oct-2023 AE-1252*/

/*  temp added by Aesha Patel on 28-Nov-2023. */

.loader {
    background: rgba(0, 0, 0, 0.8); /*added by khushbu on 5-march-2024 jira ticket not created*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loading:before,
.loading:after {
    position: absolute;
    top: 0;
    content: '';
}

.loading:before {
    left: -19.992px;
}

.loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.loading:before,
.loading:after,
.loading {
    background: #ffffff; /*added by khushbu on 5-march-2024 jira ticket not created*/
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

/*added by khushbu on 08- Dec-2023 
*/
@-webkit-keyframes loading-keys-app-loading {

    0%, 80%, 100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%, 80%, 100% {
        opacity: .75;
        box-shadow: 0 0 #fff; /*added by khushbu on 5-march-2024 jira ticket not created*/
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #fff; /*added by khushbu on 5-march-2024 jira ticket not created*/
        height: 40px;
    }
}
