﻿:root {
    --primary-color: 13, 110, 253;
    --header-bg-color: #ffffff;
    --site-menu: #15558d;
    --footer-bg-color: #0097FF;
    --btn-primary-bg-color: #15558d;
    --btn-primary-border: 1px solid #15558d;
    --site-menu-active: #0C3354;
    --border-left: 4px solid #15558d;
    --color: #3276b1;
    --box-shadow-hover: 0 2px 2px #15558d;
    --txt-color-bell: #15558d !important;
    --drop-profile: #223e72 !important;
    --status-color: #15558d;
    --border-left-color: #3276b1;
    --border-right: 3px solid #15558d;
}

.ks-nav > ul > li a.active {
    border-right: var(--border-right) !important;
}

body.smart-style-6 .btn-primary:active, body.smart-style-6 .btn-primary:focus, body.smart-style-6 .btn-primary:hover {
    background: #15558d !important;
}

body {
    overflow-x: hidden !important
}

    body.smart-style-6 #header {
        /*background-color: teal;*/
        /*background-color: #68BFDB;*/
        /*background: linear-gradient(45deg,#8ccbf0,#019ea1);*/
        /*  background: linear-gradient(45deg,#708088,#455A64);*/
        background: var(--header-bg-color);
        border-bottom: 1px solid #15558d !important;
        margin-bottom: 13px;
    }

    body.smart-style-6 .page-footer {
        background: #455A64;
        z-index: 1 !important;
    }

div#mainNav {
    background: var(--site-menu);
}

body.smart-style-6 #savemomheader {
    /*background-color: teal;*/
    /*background-color: #68BFDB;*/
    background: linear-gradient(45deg,#708088,#455A64);
}

body.smart-style-6 .btn-primary {
    background-color: var(--btn-primary-bg-color);
}

body.smart-style-6 #content {
    margin: 0;
}

body.smart-style-6 .btn-primary {
    background-color: var(--btn-primary-bg-color);
}

.menu-on-top #header {
    height: 66px;
    box-shadow: -11px 12px 23px rgb(0 0 0 / 10%) !important;
}

.fixed-header #header {
    box-shadow: none;
}

.menu-on-top #main {
    margin-top: 17px !important;
    padding-bottom: 15px;
    /*  height: 89vh;*/
}

.menu-on-top aside#left-panel {
    width: auto !important;
    left: auto;
    padding: initial;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.smart-style-6.menu-on-top nav ul li a {
    color: #fff !important;
}

.menu-on-top .menu-item-parent {
    min-width: 80px;
    font-size: 13px;
    font-weight: 500;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.btn-header > :first-child > a {
    min-width: 35px;
    height: 35px;
    padding: 5px;
}

.btn-header.pull-right {
    margin-right: 30px;
    /*border:1px solid red;*/
}

.txt-color-green {
    color: green;
}


/*For input styles*/
.input-mini, .input-small, .input-medium, .input-large, .input-xlarge {
    max-width: 100%;
    display: inline;
}

.input-mini {
    width: 150px;
}

.input-small {
    width: 92px !important;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.custom-scroll {
    overflow: auto;
}

.row.horizontal {
    margin-right: 0;
}

.horizontal-header {
    padding-right: 0px;
    font-weight: bold;
    white-space: nowrap;
}

.horizontal-body {
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 10px;
}

    .horizontal-header > div, .horizontal-body .horizontal-table-col > div {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .horizontal-body .horizontal-table-col > div {
        border-bottom-style: dotted;
    }

    .horizontal-body .horizontal-table-col {
        width: auto;
        display: inline-block;
    }

label input[type=checkbox].checkbox + span, label input[type=radio].radiobox + span, input[type=checkbox].checkbox, input[type=radio].radiobox {
    z-index: auto;
}

.smart-timeline-icon {
    z-index: 2;
}


.bg-light-gray {
    background-color: #f0f0f0;
}

.bg-dark-grey {
    background-color: #A9A9A9;
}

.bg-light-grey {
    background-color: #d3d3d3;
}

.bg-light-florest {
    background-color: #d381de;
}


.light-gray {
    color: #D4CECE;
}

[class*="border-left-"] {
    padding: 8px;
    line-height: 17px;
    /*background-color: #fbfbfb;*/
    display: inline-block;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
    box-shadow: 0px 1px 0px rgba(0,0,0,.15);
    margin-bottom: 10px;
}

.color {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    line-height: 1.428571429;
    background-color: #e40d0d;
    margin: 2px;
}

.overview .border-left-red, .overview .border-left-blue, .overview .border-left-lightgreen, .overview .border-left-lightyellow, .overview .border-left-pink {
    margin-left: -4px;
}

[class*="border-left-"] {
    float: left;
    border-left: #808080 4px solid;
    /*margin-left: -24px;
    margin-top: -10px;*/
}

.border-left-red, .border-left-a, .border-left-f, .border-left-k, .border-left-p, .border-left-u {
    border-left-color: #ff0000;
    color: #ff0000;
}

.border-left-blue, .border-left-b, .border-left-g, .border-left-l, .border-left-q, .border-left-v {
    border-left-color: #2dc3e8;
    color: #2dc3e8;
}

.border-left-lightgreen, .border-left-c, .border-left-h, .border-left-m, .border-left-r, .border-left-w, .border-left-z {
    border-left-color: #a0d468;
    color: #a0d468;
}

.border-left-lightyellow, .border-left-d, .border-left-i, .border-left-n, .border-left-s, .border-left-x {
    border-left-color: #ffce55;
    color: #ffce55;
}

.border-left-pink, .border-left-e, .border-left-j, .border-left-o, .border-left-t, .border-left-y {
    border-left-color: #f118d2;
    color: #f118d2;
}

.user-photo {
    border-radius: 100%;
}

@media only screen and (min-width: 992px) {
    .skin-1 .h-sidebar.sidebar-fixed + .main-content {
        padding-top: 65px;
    }
}
/*@media only screen and (max-width: 991px){

}*/

@media (max-width: 768px) {
    .side-modal {
        width: 100%;
        right: -700px;
        top: 45px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
    }

    .pad-10-resp {
        padding-left: 0px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        color: #d68273;
    }

    .leftsidebar-fixed {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .side-modal {
        width: 70%;
        right: -700px;
        top: 45px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 2;
        background-color: #fff;
        min-height: 100%;
    }

    .pad-10-resp {
        padding-left: 10px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        position: absolute;
        left: 200px;
        margin-top: -41px;
        color: #d68273;
    }

    .leftsidebar-fixed {
        position: fixed;
        width: 24%;
    }

    .pat_list_view {
        overflow: auto;
    }

        .pat_list_view .row-flex {
            display: unset;
        }

    .pat-profile p.dob {
        margin-left: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .side-modal {
        width: 60%;
        right: -700px;
        top: 45px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 2;
        background-color: #fff;
        min-height: 100%;
    }

    .pad-10-resp {
        padding-left: 10px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        position: absolute;
        left: 200px;
        margin-top: -41px;
        color: #d68273;
    }

    .leftsidebar-fixed {
        position: fixed;
        width: 24%;
    }

    .hidden-menu #left-panel {
        left: 210px !important;
        z-index: 903;
    }
    .tagcolor {
        float: right;
        margin-left: 300px;
        margin-top: -45px;
    }
}

@media (min-width: 1200px) {
    .side-modal {
        width: 700px;
        right: -700px;
        top: 65px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 3;
        background-color: #fff;
    }

    .modal-body {
        /*min-height: 444px;*/
    }

    .pad-10-resp {
        padding-left: 10px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        position: absolute;
        left: 200px;
        margin-top: -41px;
        color: #d68273;
    }

    .leftsidebar-fixed {
        position: fixed;
        width: 24%;
    }

    .hidden-menu #left-panel {
        left: 210px !important;
        z-index: 903;
    }
    .tagcolor {
        float: right;
        margin-left: 300px;
        margin-top: -45px;
    }
}

.modal.aside-vc .modal-dialog, .slider-buttons {
    width: 550px;
}

@media (max-width: 768px) {
    .lgside-modal {
        width: 100%;
        right: -1075px;
        top: 45px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
    }

    .pad-10-resp {
        padding-left: 0px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        color: #d68273;
    }

    .leftsidebar-fixed {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .lgside-modal {
        width: 90%;
        right: -1075px;
        top: 45px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 2;
        background-color: #fff;
        min-height: 100%;
    }

    .pad-10-resp {
        padding-left: 10px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        position: absolute;
        left: 200px;
        margin-top: -41px;
        color: #d68273;
    }

    .leftsidebar-fixed {
        position: fixed;
        width: 24%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .side-modal {
        width: 60%;
        right: -950px;
        top: 45px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 2;
        background-color: #fff;
        min-height: 100%;
    }

    .pad-10-resp {
        padding-left: 10px;
    }

    .text-error {
        position: absolute;
        left: 258px;
        margin-top: -39px;
        color: #d68273;
    }

    .textmsg-error {
        position: absolute;
        left: 135px;
        margin-top: 5px;
        color: #d68273;
    }

    .visittext-error {
        position: absolute;
        left: 200px;
        margin-top: -41px;
        color: #d68273;
    }

    .leftsidebar-fixed {
        position: fixed;
        width: 24%;
    }

    .hidden-menu #left-panel {
        left: 210px !important;
        z-index: 903;
    }
    .tagcolor {
        float: right;
        margin-left: 300px;
        margin-top: -45px;
    }
}



@media (min-width: 1200px) {
    .lgside-modal {
        width: 1075px;
        right: -1075px;
        top: 65px;
        bottom: 0px;
        float: right;
        position: fixed;
        z-index: 3;
        background-color: #fff;
    }

    /*Added by manjith*/

    /*Menu*/
    .ace-nav > li > span > .ace-icon {
        color: #FFF;
    }

    .ace-nav > li {
        border-left: 1px solid #414B51;
        height: 69px;
        padding: 14px;
    }

    .user-info {
        top: 7px;
    }

    .navbar-brand {
        width: 300px;
    }

    /*Profile*/
    .profile {
        padding: 10px;
        border: 1px solid #ccc;
        position: fixed;
        margin-top: -14px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .profile-small .profile {
        left: auto;
        right: auto;
        width: 72.5%;
        margin-top: -9px;
        margin-left: -10px;
    }

    .profile-small .min-profile {
        margin-top: -24px !important;
        width: 73%;
        margin-left: -10px;
    }

    .profile h2 {
        margin: 0;
        margin-bottom: 10px;
    }

    .profile p {
        margin-bottom: 5px;
    }

    .profile div.border-right {
        border-right: 1px solid #f0f0f0;
    }

    .profile div.pull-left {
        padding: 5px 25px;
    }

    .profile-photo {
        width: 125px;
        height: 125px;
        /*-webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;*/
        border-radius: 50%;
        background-clip: padding-box;
        border: 5px solid #f5f5f5;
        /*-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);*/
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin: 0px;
        display: inline;
    }

    .min-profile {
        Padding: 5px;
        position: fixed;
    }

        .min-profile .profile-photo {
            width: 50px;
            height: 50px;
        }

        .min-profile h2 {
            font-size: 13px;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .min-profile p {
            margin-bottom: 0px;
            font-size: 9px;
        }

        .min-profile .hide-min-profile {
            display: none;
        }

        .min-profile div.pull-left {
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .min-profile .min-buttons {
            padding-top: 10px;
        }

    .min-profile-height {
        min-height: 55px;
    }

    .modal.aside-vc.navbar-offset .modal-dialog {
        top: 69px;
    }

    .modal.aside.in {
        z-index: 999;
    }

    .navbar-fixed-bottom {
        z-index: 2;
    }
    /*Added by dhaya*/
    .slider-buttons {
        position: fixed;
        bottom: 0;
        margin-bottom: 0px;
    }

    .carousel-control {
        right: auto;
        right: 0;
        background: none;
        top: 100%;
    }

    .carousel-indicators {
        bottom: -17px;
        z-index: 0;
    }

    span.margin-left-25px {
        margin-left: -25px;
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background: none;
        top: 95%;
    }

    .carousel-control.left {
        left: 0;
        right: 0;
        background: none;
        top: 95%;
    }

    .border-right {
        border-right: 1px solid #DCEBF7;
    }

    .list-view {
       /* padding-top: 10px;*/
        padding-bottom: 8px;
        border-bottom: 1px solid #d5e3ef;
    }
    .tag-list-view {
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d5e3ef;
    }

        .list-view:hover {
        }

        .list-view ul.sub-list {
            list-style: none;
            border-left: 1px dotted #CCC;
            margin: 0;
            margin-left: 16px;
            padding: 0;
            padding-top: 15px;
        }

            .list-view ul.sub-list li {
                border-top: 1px solid #ddd;
                padding: 10px;
            }


                .list-view ul.sub-list li:hover {
                    border-top: 1px solid #ddd;
                    padding: 10px;
                    background: linear-gradient(to left top, #f5f5f5, #ecfcfc);
                }

                .list-view ul.sub-list li:before {
                    font-family: FontAwesome;
                    content: "\f105";
                    font-size: 1em;
                    line-height: 1em;
                    vertical-align: middle;
                    padding: 30px 0 0 0;
                    position: absolute;
                    left: 15px;
                    color: #CCC;
                }

                .list-view ul.sub-list li.active {
                    border-right: teal 3px solid;
                }

        .list-view .main-list {
            position: relative;
        }

        .list-view .list-badge {
            border-radius: 50%;
            width: 20px;
            height: 20px;
            position: absolute;
            background: radial-gradient(circle, white, #F0F0F0, #736e6e);
            background-color: white;
            text-align: center;
            /* vertical-align: middle; */
            line-height: 20px;
            color: grey;
            font-size: 10px;
            padding: 0;
            margin: 0;
            left: 5px;
            top: 40px;
            cursor: pointer;
        }
    /*.searchlightblue:hover{
   background: rgba(222, 232, 243, 0.92);
}
.border-bottom-search
{
   border-bottom: 1px solid #d5e3ef;
}
*/
    .border-multiselect {
        border-bottom: 1px solid #ccc;
        margin-left: 20px;
    }

    .searchblue:hover {
        background: #E6E6FA;
    }

    .carousel-dot li {
        border: 1px solid #2E8965;
    }

    .carousel-dot .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: rgb(23, 142, 95);
    }

    .search:hover {
        background: rgba(222, 232, 243, 0.92);
    }

    span[role=alert] {
        color: #d68273;
    }

    .profile-photo-small, .profile-photo-xs {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
    }



    .profile-info-small, .profile-info-xs {
        display: inline-block;
        margin-left: 80px;
    }

    .profile-info-consult {
        display: inline-block;
        margin-left: 70px;
    }

    /*.search-list .profile-photo-small {
    margin-left: 5px;
}
.search-list .profile-info-small {
    margin-left: 70px;
}*/

    .profile-photo-xs {
        width: 40px;
        height: 40px;
    }

    .profile-photo-lg {
        width: 95px;
        height: 95px;
    }

    .profile-info-xs {
        margin-left: 50px;
    }

    .profile-sch-xs {
        margin-left: 65px !important;
    }

    .profile-border-a {
        border-left-color: #356e35;
    }

    .profile-border-b {
        border-left-color: #a65858;
    }

    .profile-border-c, .profile-border-w {
        border-left-color: #404040;
    }

    .profile-border-d {
        border-left-color: #496949;
    }

    .profile-border-e {
        border-left-color: #a90329;
    }

    .profile-border-f {
        border-left-color: #4c4f53;
    }

    .profile-border-g {
        border-left-color: #71843f;
    }

    .profile-border-h {
        border-left-color: #b6841e;
    }

    .profile-border-i {
        border-left-color: #57889c;
    }

    .profile-border-j, .profile-border-v {
        border-left-color: #6e587a;
    }

    .profile-border-k, .profile-border-u {
        border-left-color: #c79121;
    }

    .profile-border-l {
        border-left-color: #568a89;
    }

    .profile-border-m, .profile-border-t {
        border-left-color: #6e3671;
    }

    .profile-border-n {
        border-left-color: #b09b5b;
    }

    .profile-border-o {
        border-left-color: #ac5287;
    }

    .profile-border-p {
        border-left-color: #a8829f;
    }

    .profile-border-q {
        border-left-color: forestgreen;
    }

    .profile-border-r {
        border-left-color: gold !important;
    }

    .profile-border-s {
        border-left-color: #f118d2 !important
    }

    .pendding-wedget-height {
        height: 358px;
    }

    .ace-nav > li:hover {
        background-color: #515256;
        cursor: pointer;
    }


    body.smart-style-6 .txt-color-magenta, body.smart-style-6 nav ul li.active > a:before {
        color: #d6dada !important;
    }

    input[type=radio].ace + .lbl, input[type=checkbox].ace + .lbl {
        line-height: 33px;
    }

    .skin-1 .navbar.navbar-collapse {
        background-color: #222A2D;
    }

    .changepassword-bg {
        background-color: rgba(247, 247, 247, 0.29);
        color: #31708f;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    }

    .table-vertical-header thead {
        float: left;
    }

        .table-vertical-header thead th {
            display: block;
            border-width: 1px !important;
        }

    .table-vertical-header tbody {
        float: left;
    }

    .table-vertical-header {
        border: none !important;
    }

        .table-vertical-header > tbody > tr > td {
            border: none;
            border-bottom: 1px dotted #ddd;
            padding-bottom: 15px !important;
        }

    .note-collapse {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 150px;
    }

    body.smart-style-6 #logo-group > span#logo:before {
        content: none;
    }

    #logo {
        font-size: 17px;
        font-weight: 300;
        color: #15558d;
        display: inline-block;
        width: 350px;
        margin-top: 9px;
        margin-left: 5px
    }

    tbody.lighter.tbody-top-line-hide {
        border-top: none;
    }

    tbody.lighter.tbody-top-line-hide-view {
        border-top: none;
        margin-top: 3px;
    }

    .multi_lines_text {
        white-space: pre-line;
    }

    .inline.padding-left20 {
        padding-left: 10px;
    }

    .padding-left-20 {
        padding-left: 20px;
    }

    .angucomplete-holder {
        position: relative;
    }

    .angucomplete-dropdown {
        border-color: #ececec;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        width: 100%;
        padding: 6px;
        cursor: pointer;
        z-index: 9999;
        position: absolute;
        max-height: 200px;
        overflow-y: auto;
        /*top: 32px;
    left: 0px;
    */
        margin-top: -6px;
        background-color: #ffffff;
    }

    .angucomplete-searching {
        color: #acacac;
        font-size: 14px;
    }

    .angucomplete-description {
        font-size: 14px;
    }

    .angucomplete-row {
        padding: 5px;
        color: #000000;
        margin-bottom: 4px;
    }

        .angucomplete-selected-row, .angucomplete-row:hover {
            background-color: lightblue;
            color: #ffffff;
        }

    .todo > li {
        display: block;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e7e7e7;
        margin: 0 5px;
        background: white;
    }

        .todo > li > p {
            height: 100%;
            margin-left: 20px;
            border-left: 1px solid #FFE1EB;
            display: inline-block;
            padding: 8px 0 6px 7px;
            margin-bottom: 0;
            min-height: 37px;
            line-height: normal;
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }

            .todo > li > p.todo-date {
                width: 86%;
                height: 100%;
                margin-left: 71px;
                border-left: 1px solid #FFE1EB;
                display: inline-block;
                padding: 8px 0 6px 10px;
                margin-bottom: 0;
                min-height: 37px;
                line-height: normal;
                font-size: 14px;
                font-weight: 500;
                color: #333;
            }

    .content-space10 {
        height: 10px;
    }

    ul.todo.bg-white {
        border-top: 1px solid #e7e7e7;
    }

    .app-mtop {
        margin-top: 7px;
    }
    /*.profile-photo-small-table
{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-clip: padding-box;
    border: 3px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-left: 10px;
    display: inline-block;
}*/
    /*.arrow-font{
    font-size: 54px;
    color:#DDD;
    margin-top: 38px;
}*/

    .list-calendar .list-calendar-event {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0 5px;
    }

    .list-calendar .list-calendar-date {
        display: block;
        border-right: 1px solid #ddd;
        height: 100%;
        padding: 6px 11px 6px 18px;
        width: 124px;
        vertical-align: top;
        position: absolute;
    }

    .list-calendar .list-calendar-info {
        height: 100%;
        margin-left: 125px;
        padding: 8px 0 13px 7px;
        margin-bottom: 0;
        min-height: 37px;
        line-height: normal;
        font-weight: 500;
        color: #333;
    }

        .list-calendar .list-calendar-info > .row > :first-child {
            max-width: 500px !important;
            width: 500px;
        }

        .list-calendar .list-calendar-info > .row i.fa-2x.text-muted {
            color: #e9e9e9;
        }

    /* setting menu css*/
    .setting-menu {
    }

        .setting-menu .setting-menu-row {
        }

        .setting-menu .setting-menu-col {
            cursor: pointer;
            height: 160px;
            vertical-align: middle;
            padding: 10px;
        }
            /*.setting-menu .setting-menu-selected, .setting-menu .setting-menu-selected i.txt-color-teal {
    background-color:teal;
    color:#FFF!important;
}*/
            .setting-menu .setting-menu-col:hover, .setting-menu .setting-menu-selected {
                border: 1px solid #15558d;
            }

        .setting-menu .setting-menu-selected {
            position: relative;
        }

            .setting-menu .setting-menu-selected:after, .setting-menu .setting-menu-selected:before {
                bottom: -1%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .setting-menu .setting-menu-selected:after {
                border-color: rgba(224, 242, 241, 0);
                border-bottom-color: #E0F2F1;
                border-width: 15px;
                margin-left: -15px;
            }

            .setting-menu .setting-menu-selected:before {
                border-color: rgba(0, 128, 128, 0);
                border-bottom-color: teal;
                border-width: 17px;
                margin-left: -17px;
            }

        /*.setting-menu .setting-submenu:before {
    font-family: FontAwesome;
    content:"\f0d8";
    position:absolute;
    margin-top:-17px;
    margin-left:-4px;
    z-index:101;
    color:#E0E0E0;
    font-size:48px;
    line-height:0;
}*/
        .setting-menu .setting-submenu {
            border: 1px solid #15558d;
            padding: 10px;
            background-color: #E0F2F1;
            margin-bottom: 20px;
            /*display:none;*/
            /*margin-top:9px;*/
        }

            .setting-menu .setting-submenu i.fa {
                /*color: #26A69A;*/
                color: #02AAAD;
            }

    .logo-Size {
        width: 146px;
        height: 64px;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
    }

    .angular-ui-tree-handle {
        font-weight: inherit;
    }

    .list-style-none {
        list-style: none;
    }

    .nowrap {
        white-space: nowrap;
    }

    .limited-words {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
    }

    .ks-widget div.padding-10 {
        padding-top: 0px !important;
    }

    .ks-widget h5 {
        margin: 1px 0;
    }

    .todo > li > span.todo-time {
        width: 75px;
        font-size: 10px;
        color: #0c0c0c;
        padding: 6px 11px 6px 6px;
    }

    .widget-body.no-padding.invoice-header {
        min-height: 53px;
    }

    .dashboard-scroll {
        max-height: 263px;
        border: 1px solid #fff;
        border-top: none;
        overflow: auto;
    }

    .CanvasChart-scroll {
        display: block !important;
        width: 500px !important;
        height: 350px !important;
    }

    .CanvasChart {
        display: block;
        width: 865px;
        height: 432px;
    }

    .Chart-scroll {
        max-height: 663px;
        border: 1px solid #fff;
        border-top: none;
        overflow: auto;
    }

    @media only screen and (min-width: 550px) {
        .infoheight {
            height: 160px;
        }
    }

    @media only screen and (min-width:342px) and (max-width: 550px) {

        .infoheight {
            height: 250px;
        }
    }

    @media only screen and (min-width:0px) and (max-width: 342px) {
        .infoheight {
            height: 380px;
        }
    }

    .widget-body.no-padding.custom-scroll.dashboard-scroll {
        /*min-height: 26px;*/
        position: relative;
        padding-bottom: 13px;
    }

    body.smart-style-6.menu-on-top nav > ul > li.active > a {
        color: #A7FFEB !important;
    }

    @media only screen and (min-width:0px) and (max-width: 980px) {
        body.smart-style-6 aside#left-panel {
            background: teal;
            margin-top: 65px;
        }

        .no-padding-xs {
            padding: 0px;
        }
    }

    @media only screen and (min-width:980px) and (max-width: 1200px) {
        .no-padding-xs {
            padding: 0px;
        }
    }

    body.smart-style-6 #header > :first-child, aside {
        width: 45px;
    }

    @media only screen and (min-width:980px) and (max-width: 1500px) {
        body.smart-style-6.menu-on-top.hidden-menu #left-panel {
            /*left: 188px;*/
            left: 320px;
            /*left:250px;*/
        }
    }




    @media only screen and (min-width:0px) and (max-width: 770px) {
        .infoheight {
            height: 160px;
        }

        .min-profile-height {
            min-height: 0px;
        }

        .profile-small .profile {
            left: 15px;
            right: 0px;
            top: 90px;
            width: 98.5%;
            position: fixed;
        }

        #sidebar {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99;
            min-height: 700px;
            width: 300px;
        }

        #icon {
            position: fixed;
            left: 1%;
            top: 84%;
            z-index: 999;
        }

        .sidebar-scroll {
            max-height: 238px;
            border: 1px solid #fff;
            border-top: none;
            overflow: auto;
        }
        .maintenance_message {
            margin-bottom: -24px;
        }
    }

    @media only screen and (min-width:750px) and (max-width: 970px) {
        .infoheight {
            height: 160px;
        }

        .min-profile-height {
            min-height: 0px;
        }

        .profile-small .profile {
            top: 89px;
            width: 71.5%;
            position: fixed;
        }
    }

    @media only screen and (min-width:970px) and (max-width: 1170px) {
        .infoheight {
            height: 160px;
        }

        .min-profile-height {
            min-height: 0px;
        }

        .profile-small .profile {
            top: 89px;
            width: 72.5%;
            position: fixed;
        }
    }

    .close-icon {
        margin-top: 10px;
    }

    span.close-icon {
        margin-top: 8px;
        color: #9e8f8f;
        font-size: 21px;
    }

    .gridheader {
        background: teal;
        color: white;
    }

    .gridborder {
        border-right: 1px solid #10a2a2;
    }

    .col-50 {
        width: 50px;
    }

    .col-100 {
        width: 100px;
    }

    .no-padding-right {
        padding-right: 0;
    }

    .no-padding-top {
        padding-top: 0 !important;
    }

    .ks-invoice tr .col-50 {
        width: 30px;
    }

    .ks-invoice tr .col-100 {
        width: 100px;
    }

    .ks-invoice .table-condensed.table > tbody > tr > td,
    .ks-invoice .table-condensed.table > thead > tr > th {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .table-condensed.table > thead > tr > th.col-50, .table-condensed.table > tbody > tr > td.col-50 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .popup-modal-body {
        min-height: 250px;
        position: relative;
        padding: 20px;
    }

    .margin-top-5 {
        margin-top: -5px !important;
    }

    .margin-top-20 {
        margin-top: 20px !important;
        margin-right: 12px;
    }

    .margin-top-15 {
        margin-top: 15px !important;
    }

    body.smart-style-6 tooltip tip {
        background: teal !important;
        padding: 8px 8px !important;
    }

    body.smart-style-6 tooltip._left tip tip-arrow {
        border-left: 6px solid teal !important;
    }

    .padding-left-10 {
        padding-left: 10px;
    }

    .padding-right-10 {
        padding-right: 10px;
    }

    .padding-right-6 {
        padding-right: 6px;
    }

    .padding-right-22 {
        padding-right: 22px;
    }

    .txt-color-dark {
        color: #000;
    }

    h6 {
        line-height: 20px;
        font-weight: 200;
    }

        h5 small, h6 small {
            color: #888;
        }

    .content-left {
        margin-top: 0px;
    }

        .content-left .well {
            border-style: none;
            padding-right: 0;
            padding-left: 0;
        }

        .content-left ul.content-list, .content-left ul.content-list ul.content-sub-list {
            padding: 0;
            list-style: none;
        }

            .content-left ul.content-list > li {
                padding: 10px 0px 10px 0px;
            }

    ul.content-list.active {
        background: #f4ffff;
        border-top: #D9FCFC solid 1px;
        border-bottom: #D9FCFC solid 1px;
        border-right: #00bbbb solid 3px;
    }

    .content-left ul.content-list > li.active {
        background: #fff;
        border-top: #fff solid 1px;
        border-bottom: #fff solid 1px;
        border-right: #fff solid 3px;
    }

        .content-left ul.content-list > li.active h6 {
            /*color:#009688; font-weight:500;*/
        }

    /*.content-left ul.content-list > li:hover, .content-left ul.content-list > li > ul.content-sub-list > li:hover {
                background-color: #DDEDED;
            }*/
    .content-left ul.content-list > li > ul.content-sub-list > li:hover {
        background-color: #DDEDED;
    }

    .content-left ul.content-list > li > ul.content-sub-list > li {
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 8px;
    }

    .content-left ul.content-list ul.content-sub-list > li.active {
        background: #c5e6e6;
    }

        .content-left ul.content-list ul.content-sub-list > li.active h6 {
            color: #008080;
            font-weight: 500;
        }

    .smart-icon {
        border-radius: 50%;
        position: absolute;
        width: 35px;
        height: 35px;
        line-height: 32px;
        font-size: 16px;
        text-align: center;
        padding: 2px;
    }

    .smart-icon-greenDark {
        color: #2E7D32;
        border: 1px solid #2E7D32 !important;
    }

    .smart-icon-blueLight {
        color: #03A9F4 !important;
        border: 1px solid #03A9F4 !important;
    }

    .smart-icon-orangeDark {
        color: #E65100 !important;
        border: 1px solid #E65100 !important;
    }

    .smart-timeline-icon-greenDark {
        background: #2E7D32 !important;
        border: 1px solid #2E7D32 !important;
    }

    .smart-timeline-icon-blueLight {
        background: #03A9F4 !important;
        border: 1px solid #03A9F4 !important;
    }

    .smart-timeline-icon-orangeDark {
        background: #E65100 !important;
        border: 1px solid #E65100 !important;
    }

    .margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .margin-bottom-8 {
        margin-bottom: 8px !important;
    }

    .margin-bottom-14 {
        margin-bottom: 14px !important;
    }

    .margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .margin-bottom-32 {
        margin-bottom: 32px !important;
    }

    .jarviswidget {
        margin: 0 0 14px !important;
    }

    .smart-icon-purple {
        color: #9C27B0 !important;
        border: 1px solid #9C27B0 !important;
    }

    div.active {
        background: #c5e6e6;
        padding-top: 10px;
    }

    body.smart-style-6 .txt-color-lightteal {
        color: rgba(0, 128, 128, 0.4) !important;
    }

    .margin-top-6 {
        margin-top: 5px;
    }

    .margin-top-8 {
        margin-top: 7px;
    }

    .margin-top-7 {
        margin-top: 6px;
    }

    .box-border {
        border-bottom: 1px solid #f0f0f0;
    }

    .btn-small-circle {
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 3px 0;
        font-size: 9px;
        line-height: 18px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .no-padding-left {
        padding-left: 0px !important;
    }

    .content-height {
        min-height: 516px;
    }

    .border-right-none {
        border-right: none !important;
    }

    td.border-bottom-lightgray {
        border-bottom: 1px solid #efefef;
    }

    td.grid-bg-gray {
        background: #f3f3f5 !important;
        border-bottom: 1px solid #f3f3f5 !important;
        border-left: 1px solid #efefef !important;
    }

    .border-right-1px {
        border-right: 1px solid #efefef;
    }

    .borderleft-1px {
        border-left: 1px solid #efefef;
    }

    item.div.active {
        background: red;
    }

    .item.active {
        background: #fff;
    }

    .carousel-indicators li {
        border: 1px solid #ced5d9;
        border-radius: 10px;
    }

    .chart-marker {
        width: 10px;
        height: 10px;
        background: #97bbcd;
        border: 1px solid #e5e3e3;
        float: left;
        margin-top: 3px;
        margin-right: 5px;
    }

    .next-link {
        float: left;
        width: 52px;
        height: 25px;
        background: rgba(151, 187, 205, 0.29);
        margin: 5px;
        padding: 2px;
        border: 1px solid #d6dde1;
    }

        .next-link.active {
            width: 52px;
            height: 25px;
            padding: 2px;
            background: teal;
            margin-top: 5px;
            color: white;
            border: 1px solid #96efef;
        }

    .content-left ul.content-list > li > ul.content-sub-list > li:hover {
        background-color: #c5e6e6;
    }

    .content-left ul.content-list > li > ul.content-sub-list > li.active {
        background-color: rgba(197, 230, 230, 0.45);
        text-shadow: 0 0 black;
        border-right: 3px solid teal;
        padding-bottom: 10px;
    }
    /*Print style*/
    .print-footer {
        position: fixed;
        left: 0px;
        bottom: 0px;
        right: 0px;
        font-size: 10px;
        border-top: 2px solid #323333;
    }

    .print-border-bottom {
        border-bottom: 1px solid #efefef;
        width: 100%;
    }

    .print-content {
        margin-top: 10px;
        bottom: 100px;
    }

    .print-header {
        width: 50%;
        float: left;
    }

    .print-title {
        border-bottom: 1px solid #efefef;
        width: 100%;
        padding-bottom: 10px;
    }

    .print-no-margin {
        margin: 0px;
    }

    .strike {
        text-decoration: line-through;
        color: grey;
        color: #999;
        cursor: not-allowed;
        pointer-events: none;
    }

    .notstrike {
        text-decoration: none;
        color: grey;
        color: #999;
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd !important;
        background: #f4ffff !important;
    }

    body.smart-style-6 .nav-tabs > li.active > a {
        -webkit-box-shadow: 0 -2px 0 #008080;
        -moz-box-shadow: 0 -2px 0 #57889c;
        box-shadow: 0 -2px 0 #008080;
        border-top-width: 0 !important;
        margin-top: 1px !important;
        font-weight: 700;
        height: 60px;
    }

    body.smart-style-6 .nav-tabs > li > a:hover {
        text-decoration: none;
        background-color: #f4ffff;
        border: none;
    }

    .text-teal {
        color: teal !important;
    }

    #external-events > li > :first-child {
        cursor: inherit !important;
        width: 125px !important;
        padding: 5px 0px 0px 0px;
    }

    .pad-submenu {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/*Custom CSS*/
.Summaryheading {
    font-size: 11px;
    font-weight: bold
}

.Summarysubheading {
    font-size: 11px;
}

.input-tags-width {
    width: 67% !important;
    left: 28% !important;
}

tags-input .tags .tag-item {
    border: 1px solid #e1e1e1 !important;
    border-radius: 20px;
    background: #ffffff !important;
    color: #6e6e6e !important;
    margin: 2px;
    font-size: 12px !important;
    padding: 0 10px;
}

tags-input .host {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .round-icon-xs {
        width: 30px;
        height: 30px;
        background: teal;
        padding: 5px;
        color: #fff;
        padding-left: 9px;
        float: right;
        margin-left: 13px;
        border-radius: 100%;
    }

        .round-icon-xs:hover {
            color: #fff;
        }

    .content-height {
        min-height: 108px;
    }

    .no-padding-xs {
        padding: 0px;
    }
}

.padding-left-38 {
    padding-left: 38px !important;
}

body.smart-style-6.menu-on-top aside#left-panel nav > ul > li:hover > a, body.smart-style-6.menu-on-top nav ul li a:hover, body.smart-style-6.menu-on-top nav ul ul li a:hover, body.smart-style-6.menu-on-top nav ul ul li:hover > a, body.smart-style-6.menu-on-top nav ul ul ul li a:hover, body.smart-style-6.menu-on-top nav ul > a:hover {
    color: none !important;
    background-color: none !important;
}

.pad-left-txtbox {
    padding-left: 14px !important;
}
/* user management add page */
.padding-top-15 {
    padding-top: 15px;
}

.jarviswidget .widget-body {
    min-height: 324px !important;
}

.well-widget {
    height: 263px !important;
}

@media (min-width: 425px) and (max-width: 1200px) {
    .margin-aside {
        margin-top: 20px !important;
    }
}

.input-width {
    width: 96px;
}

.time-font-size {
    font-size: 13px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.padding-7 {
    padding: 7px;
}

.padding-11 {
    padding: 13px !important;
}

.icon-25px {
    height: 25px !important;
    width: 25px !important;
    font-size: 10px;
    line-height: 12px !important;
}

body.smart-style-6 .bg-red {
    background: #d01400 !important;
}

.activeicon::after {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    z-index: 100;
    font-size: 79px;
    bottom: 10px;
    color: #fff;
}

.left-active {
    background: #E0F2F1 !important;
    cursor: pointer;
}

/* user management page */
.wait {
    /*margin-top: 165px !important;*/
    font-size: 158% !important;
    position: absolute;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
}
/*   please wait in login page      */
.sign-text {
    padding-top: 5px;
    background: white !important;
    text-align: center !important;
}

.pad-ten {
    padding-bottom: 15px !important;
}

.login-mb {
    margin-bottom: 0px;
}

/*  karesmart logo  */
.logo-font {
    height: 43px;
    margin-left: 13px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-right: 95px;
}

.layout-color {
    background: #fff !important;
}

.text-middle-add {
    text-align: center !important;
}

.text-middle {
    text-align: center !important;
}

/*doctor available time view in dashboard widget*/

.time-height {
    max-height: 200px;
    width: 286px;
    z-index: 4;
    border: 1px solid lightgrey;
}

.text-identification-error {
    position: absolute;
    left: 311px;
    margin-top: -39px;
    color: #d68273;
}

.dashboard-dropdown-scroll {
    max-height: 130px;
    border: 1px solid #fff;
    border-top: none;
    overflow: auto;
}

.sparks-info-size {
    font-size: 11px !important;
    font-weight: 400 !important;
}

.sparks-dotted-line {
    border-left: 1px dotted #c7c7c7 !important;
    padding: 0 10px !important;
}

.dashboard-dropdown-scroll {
    max-height: 130px;
    border: 1px solid #fff;
    border-top: none;
    overflow: auto;
}

#text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}

.text-overflow-contentellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
    display: inline-block;
}


.contentSmall {
    width: 90%;
    margin-right: 80px;
}

.contentScrool {
    overflow-x: hidden;
}

.accContent {
    line-height: 11px;
}

#text-overflow-ellipsisext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 270px;
    display: inline-block;
}

.sparks-info-size {
    font-size: 11px !important;
    font-weight: 400 !important;
}

#name-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 83px;
    display: inline-block;
}

.pin-icon {
    position: absolute;
    right: 0px;
    color: green;
    padding-right: 10px;
}

.sparks-dotted-line {
    border-left: 1px dotted #c7c7c7 !important;
    padding: 0 10px !important;
}

.margin-dashboard {
    margin-top: -20px;
}

}

.profile-photo-verysmall {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-left: 10px;
    position: absolute;
    display: inline-block;
}

#text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.shadow {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(7,33,75,0.15 );
    -moz-box-shadow: 0px 0px 25px 0px rgba(7,33,75,0.15);
    box-shadow: 0px 0px 25px 0px rgba(7,33,75,0.15);
}

.progress-teal {
    height: 10px !important;
    border-radius: 10px !important;
}

.progress-bar-teal {
    height: 10px;
    border-radius: 10px;
}

.font-25px {
    font-size: 25px !important;
}

.more-circle-btn {
    position: absolute;
    bottom: -13px;
    right: 46%;
}

.profile-fade-half-xs {
    height: 12px;
    width: 39px;
    left: 29px;
    border-radius: 0 0 90px 90px;
    background: #6f6f6f85;
    position: absolute;
    bottom: 4px;
    color: #fff;
    font-size: 10px;
}

.check-element {
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

.text-overflow-Widget {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
}
/*.text-overflow-show {
   overflow: hidden;
    white-space:inherit;
    text-overflow:ellipsis;
    max-width:100%;
    display:inline-block;
}*/

#slider {
    overflow-y: hidden;
    max-height: 200px;
    -webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    background: pink;
    height: inherit;
    width: inherit;
}

#toggle {
    display: none;
}

    #toggle + label {
        padding: 1px 6px;
        text-align: center;
        border-radius: 2px;
        background: rgb(221, 221, 221);
        border: 1px outset buttonface;
        margin-bottom: 2px;
        display: inline-block;
        cursor: pointer;
    }
    /* most important part is here: */
    #toggle:checked ~ #wrap > #slider {
        max-height: 0;
    }


.overview-profile .profile {
    padding: 15px 10px;
    border-width: 0;
    position: inherit;
    margin-top: inherit;
    left: inherit;
    right: inherit;
    z-index: auto;
}

    .overview-profile .profile .profile-photo {
        width: 85px;
        height: 85px;
        float: left;
        margin-right: 15px;
    }

    .overview-profile .profile .profile-description {
    }


.overview-stat {
    padding: 20px 30px;
    min-height: 118px;
    border-radius: 5px;
    color: #ffffff;
}

    .overview-stat.stat-red {
        background: #f2536e;
    }

    .overview-stat.stat-cyan {
        background: #21c5db;
    }

    .overview-stat .title-num {
        margin-top: 5px;
    }

    .overview-stat h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .overview-stat h2, .overview-stat h5 {
        padding: 0;
        margin: 0;
        font-weight: 300;
    }

    .overview-stat h5 {
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .overview-stat a {
        color: #ffffff;
        float: right;
    }

        .overview-stat a:hover {
            text-decoration: underline;
        }

PageLeftPanel {
    float: left;
    position: absolute;
    margin-left: -13px;
    height: auto;
    width: 400px;
    z-index: 1;
    background-color: #FFF;
    transition: 0.5s;
}


    PageLeftPanel .well {
        margin-bottom: 0;
    }

    PageLeftPanel .left-panel-toggle {
        float: right;
        border: 1px solid gainsboro;
        margin-top: -20px;
        margin-right: -15px;
        /*border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;*/
        padding: 5px 2px;
        background-color: #fbfbfb;
    }

    PageLeftPanel.panel-close .left-panel-toggle {
        background-color: teal;
        color: var(--color);
    }

        PageLeftPanel.panel-close .left-panel-toggle .fa-angle-left:before {
            content: "\f105";
            transition: content .5s;
        }

#PageContentPanel, .module-title .module-search {
    margin-left: 413px;
}


    #PageContentPanel.panel-close {
        margin-left: 0px;
        transition: margin-left .5s;
    }

    #PageContentPanel.panel-open {
        margin-left: 413px;
        transition: margin-left .5s;
    }

pageleftpanel.panel-open {
    margin-left: 0px;
}

pageleftpanel.panel-close {
    margin-left: -413px;
}

.module-title {
    margin: 4px 0 15px;
    background-color: #FFF;
    padding: 13px;
}

    .module-title h1 {
        float: left;
        color: #1565C0;
        margin: 7px 0;
    }

.new-heading h1 {
    font-size: 19px;
    font-weight: 400;
    color: #333 !important;
    text-transform: capitalize !important;
}

.widget-item {
    padding-bottom: 10px;
}
/*@media only screen and (max-width: 768px) {
    PageLeftPanel {
    display:none;
    }
    .module-title h1 {
        float: none;
    }

    .module-title .module-stat, #PageContentPanel {
        margin-left: 0;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    PageLeftPanel {
        display: none;
    }

    .module-title h1 {
        float: none;
    }

    .module-title .module-stat, #PageContentPanel {
        margin-left: 0;
    }
}*/

.patient-prfile {
}

.overview-stat .photo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    display: inline-block;
}


@media only screen and (max-width : 1280px) /*and (orientation : landscape)*/ {
    .module-title h1 {
        float: none;
    }

    .module-title .module-stat, #PageContentPanel, .module-title .module-search {
        margin-left: 0;
    }

        /*#PageContentPanel.panel-close {
            margin-left: 13px;
            transition: margin-left .5s;
        }*/

        #PageContentPanel.panel-open {
            margin-left: 0px;
            transition: margin-left .5s;
        }

    pageleftpanel.panel-close {
        margin-left: -13px;
    }

    pageleftpanel.panel-open {
        margin-left: -413px;
    }

        PageLeftPanel.panel-open .left-panel-toggle .fa-angle-left:before {
            content: "\f105";
            transition: content .5s;
        }

    PageLeftPanel.panel-close .left-panel-toggle {
        background-color: #fbfbfb;
        color: #3276b1;
    }

    PageLeftPanel.panel-open .left-panel-toggle {
        background-color: teal;
        color: #FFF;
    }

    PageLeftPanel.panel-close .left-panel-toggle .fa-angle-left:before {
        content: "\f104";
        transition: content .5s;
    }
}

.panel-toggle {
    border: 1px solid grey;
    color: red;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    word-wrap: break-word;
}

    .truncate.open {
        width: 100%;
        white-space: normal;
        text-overflow: inherit;
    }

.border-light-gray {
    border-bottom: 1px solid #dad6d6;
    margin-top: 5px;
    margin-bottom: 5px;
}

.note-truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    word-wrap: break-word;
}

    .note-truncate.open {
        width: 100%;
        white-space: normal;
        text-overflow: inherit;
    }

.table-truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    word-wrap: break-word;
}

.padding-left-hide {
    padding-left: 50px !important;
}

/*Customized Color*/
.badge-a {
    background-color: #356e35 !important;
}

.badge-b {
    background-color: #a65858 !important;
}

.badge-c, .badge-w {
    background-color: #404040 !important;
}

.badge-d {
    background-color: #496949 !important;
}

.badge-e {
    background-color: #a90329 !important;
}

.badge-f {
    background-color: #4c4f53 !important;
}

.badge-g {
    background-color: #71843f !important;
}

.badge-h {
    background-color: #b6841e !important;
}

.badge-i {
    background-color: #57889c !important;
}

.badge-j, .badge-v {
    background-color: #6e587a !important;
}

.badge-k, .badge-u {
    background-color: #c79121 !important;
}

.badge-l {
    background-color: #568a89 !important;
}

.badge-m, .badge-t {
    background-color: #6e3671 !important;
}

.badge-n {
    background-color: #b09b5b !important;
}

.badge-o {
    background-color: #ac5287 !important;
}

.badge-p {
    background-color: #a8829f !important;
}

.badge-q {
    background-color: forestgreen !important;
}

.badge-r {
    background-color: gold !important;
}

.badge-s {
    background-color: #f118d2 !important;
}

.badge-t {
    background-color: red !important;
}

.badge-u {
    background-color: orange !important;
}

#text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}

#text-overflow-ellipsisext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 270px;
    display: inline-block;
}

#ellipsis175 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 175px;
    display: inline-block;
    margin-bottom: -17px;
}


#name-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 83px;
    display: inline-block;
}

.pin-icon {
    position: absolute;
    right: 0px;
    color: green;
    padding-right: 10px;
}

.profile-photo-verysmall {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-left: 10px;
    position: absolute;
    display: inline-block;
}

#text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.shadow {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(7,33,75,0.15 );
    -moz-box-shadow: 0px 0px 25px 0px rgba(7,33,75,0.15);
    box-shadow: 0px 0px 25px 0px rgba(7,33,75,0.15);
}

.progress-teal {
    height: 10px !important;
    border-radius: 10px !important;
}

.progress-bar-teal {
    height: 10px;
    border-radius: 10px;
}

.font-25px {
    font-size: 25px !important;
}

.more-circle-btn {
    position: absolute;
    bottom: -13px;
    right: 46%;
}

.profile-fade-half-xs {
    height: 12px;
    width: 39px;
    left: 29px;
    border-radius: 0 0 90px 90px;
    background: #6f6f6f85;
    position: absolute;
    bottom: 4px;
    color: #fff;
    font-size: 10px;
}

.check-element {
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

.text-overflow-Widget {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
}
/*.text-overflow-show {
   overflow: hidden;
    white-space:inherit;
    text-overflow:ellipsis;
    max-width:100%;
    display:inline-block;
}*/

#slider {
    overflow-y: hidden;
    max-height: 200px;
    -webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    background: pink;
    height: inherit;
    width: inherit;
}

#toggle {
    display: none;
}

    #toggle + label {
        padding: 1px 6px;
        text-align: center;
        border-radius: 2px;
        background: rgb(221, 221, 221);
        border: 1px outset buttonface;
        margin-bottom: 2px;
        display: inline-block;
        cursor: pointer;
    }
    /* most important part is here: */
    #toggle:checked ~ #wrap > #slider {
        max-height: 0;
    }

.overview-stat {
    padding: 20px 30px;
    min-height: 118px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #21c5db;
}

.stat-red {
    background: #f2536e;
}

.stat-cyan {
    background: #21c5db;
}

.stat-icon {
    font-size: 36px;
    float: left;
    color: white;
    margin-right: 30px;
    padding-top: 5px;
}

    .stat-icon i {
        border: 1px solid #ffffff;
        padding: 15px 22px 11px;
        border-radius: 50%;
    }

.title-num {
    float: left;
    margin-top: 5px;
}

.stat .description {
    float: right;
    border-left: 1px solid #ffffff;
    padding-left: 30px;
    margin-top: 14px;
}

    .stat .description a {
        min-width: 100px;
    }


.stat h2 {
    font-weight: 300;
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    padding: 0;
    margin: 0;
}

.stat h5 {
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.stat .description p {
    max-width: 188px;
    color: #ffffff;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    word-wrap: break-word;
    cursor: pointer;
}

    .truncate.open {
        width: 100%;
        white-space: normal;
        text-overflow: inherit;
    }

.text-overflow-note {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    line-height: normal;
}

.badge-small-green {
    position: absolute;
    left: 44px;
    height: 10px;
    width: 10px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 100%;
    background: #fff;
    color: green;
}

.badge-small-skyblue {
    position: absolute;
    left: 44px;
    height: 10px;
    width: 10px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 100%;
    background: #fff;
    color: #f11212;
}

.leftsidebar-scroll {
    border: 1px solid #fff;
    border-top: none;
    overflow: auto;
}

.left-top {
    left: 14px;
    margin-top: 20px;
}

pre {
    background: none;
    border: none;
    font-family: RobotoDraft,Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.badge-Queue {
    margin-top: 40px !important;
    margin-left: 35px !important;
    font-size: 10px !important;
    position: absolute !important;
    display: inline-block !important;
    color: white !important;
    background-color: #ff0000 !important;
}

.list-overflow {
    overflow: auto;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}


.medi-width {
    width: 22px !important;
}

.medi-pad {
    padding: 5px 0px !important;
}

.margin-15 {
    margin: 15px;
    margin-top: 30px;
}


.input-group_doctor_search {
    margin: 5px 0px !important;
}

    .input-group_doctor_search span {
        border: none !important;
        padding: 0px !important;
    }

    .input-group_doctor_search input {
        border: none !important;
        box-shadow: none !important;
        font-size: 13px;
        font-weight: 600;
        padding: 12px 3px;
    }

    .input-group_doctor_search select {
        border: none !important;
        box-shadow: none !important;
        font-size: 13px;
        font-weight: 600;
        padding: 12px 3px;
    }

.pad-20 {
    padding: 20px;
}

.sub-list1 {
    display: block !important;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 25px;
}

.dark-red {
    color: #b94a48 !important;
}

.btn-bottom-right {
    position: fixed !important;
    right: 16px;
    bottom: 54px;
    z-index: 2;
}

label.has-error span, label.has-error span {
    color: #b94a48;
}

.margin-top-10 {
    margin-top: 10px !important;
}


.drop-box {
    background: #f8f8f854;
    border: 1px dashed #ccc;
    min-height: 100px;
    margin: 0px;
}

.dragover {
    border: 1px dashed teal;
}

.imgtxt-overflw-ellipsis {
    text-overflow: ellipsis;
    max-width: 305px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    height: 15px;
}

.imgtxt-view-overflw-ellipsis {
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
}

.imgbox {
    width: 70px;
    height: 70px;
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #b6cacc;
    margin-top: 10px;
}

    .imgbox:hover {
        opacity: 0.5;
    }

        .imgbox:hover a.imgdelete {
            display: block;
            top: -44px;
            left: 18px;
            position: relative;
            color: red;
            font-size: 16px;
            transition: background 0.5s ease;
        }

a.imgdelete {
    display: none;
}

.color-red-dark {
    color: rgba(247, 70, 74, 0.73);
}

.color-gray-lighter {
    color: #b7b1b1;
}

.color-green-lighter {
    color: rgba(76, 175, 80, 0.64);
}

.color-blue-lighter {
    color: rgba(61, 87, 230, 0.6);
}

.btn-upload {
    right: 10px;
    bottom: 40px;
}

.upload-text-grey {
    color: #e8e8e8;
}

.btn-upload-circle {
    margin-top: -40px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.bold {
    font-weight: bold;
}



/*css for close button inside search box*/

.redfamily {
    color: red;
}

.search-box, .close-icon-search, .search-wrapper {
    position: relative;
    padding: 10px;
}

.search-wrapper {
    margin: auto;
}

.search-box {
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 15px;
}

    .search-box:focus {
        box-shadow: 0 0 15px 5px #b0e0ee;
        border: 2px solid #bebede;
    }

.close-icon-search {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    float: right;
    margin-top: -32px;
    margin-right: -20px;
}

    .close-icon-search:after {
        content: "X";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        background-color: #8080808f;
        z-index: 1;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
        box-shadow: 0 0 2px #999;
        cursor: pointer;
    }

.search-box:not(:valid) ~ .close-icon-search {
    display: none;
}

.text-overflow-singleline {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 950px;
    display: inline-block;
}

@media (max-width: 1200px) {
    .table-overflow {
        overflow: auto;
    }

    .pad-left-10-resp {
        padding-left: 10px !important;
    }

    .no-pad-right-resp {
        padding-right: 0px !important;
    }
}
/*top-menu*/
@media (min-width: 980px) and (max-width: 2000px) {
    .top-dropdown-menu {
        margin-top: 0px !important;
        overflow: auto !important;
        padding-top: 6px !important;
        width: 1750% !important;
        max-height: 200px !important;
        background-color: #08a0a5 !important;
    }

        .top-dropdown-menu > li {
            text-align: center;
            width: 103px;
            margin-left: 2px;
            margin-bottom: 2px;
            float: left;
        }

            .top-dropdown-menu > li > a {
                text-align: center !important;
                min-height: 60px !important;
                color: #fff;
                padding: 0px 20px;
                white-space: unset !important;
                padding-top: 4px;
                text-transform: uppercase;
            }

                .top-dropdown-menu > li > a > i {
                    font-size: 24px !important;
                }

                .top-dropdown-menu > li > a > span {
                    padding-top: 4px !important;
                }

    .top-menu-text {
        line-height: 27px;
        font-size: 10px;
        font-family: RobotoDraft,Roboto,sans-serif;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
    }


    li.dropbtn {
        display: inline-block;
    }

    .menu-on-top nav ul ul {
        background: linear-gradient(45deg,#8ccbf0,#019ea1) !important;
        border-bottom-style: none;
    }

    .open > .dropdown-menu {
        display: block !important;
    }

    .menu-on-top nav > ul > li:last-child.open {
        background-color: #2196F3 !important;
    }
}


#afileUploadDelete.imgdelete {
    top: -70px !important;
}

.progress-bar-upload {
    height: 4px !important;
}

.progressbar-upload {
    background-color: rgba(76, 175, 80, 0.64) !important;
    height: 4px !important;
}

.doc-view {
    border: 1px solid #bdcfd0;
    max-height: 48%;
    overflow: auto;
}


.imgbox-view {
    width: 295px !important;
    height: 50px !important;
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #b6cacc;
    margin-top: 10px;
}

    .imgbox-view:hover {
        border-color: #1ea8b2;
    }

.doc-box {
    margin-left: -10px;
}

.imgdelete-view {
    top: -10px;
    position: relative;
    color: red;
    font-size: 16px;
    float: right;
    padding-right: 20px;
}

.imgdownload-view {
    top: -8px !important;
    float: right;
    position: relative;
    font-size: 16px;
    padding-right: 20px;
    color: #1ba6b0 !important;
}

    .imgdownload-view:hover {
        color: #3276b1 !important;
    }
/*tab button*/
.nav-pills > li > a {
    border-radius: 0px;
    border: 1px solid #ded7d7;
}

.nav-pills > li.active > a {
    background-color: #02AAAD;
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #02AAAD;
    }

.Well-position {
    position: absolute;
    top: -1px;
    padding-top: 10px;
}

/*Top menu tab responsive*/

@media (max-width: 979px) {

    .menu-on-top nav ul ul {
        background: teal !important;
        border-bottom-style: none;
    }

    .hide-mobile {
        display: none !important;
    }

    .menu-on-top aside#left-panel nav > ul > li > ul {
        display: block !important;
    }

        .menu-on-top aside#left-panel nav > ul > li > ul > li > a {
            height: auto;
            display: block;
            padding: 8px 9px !important;
            border-bottom: 1px dotted #585858;
            font-weight: 400;
            text-transform: uppercase;
        }

    .nav > ul ul li ul > li > a {
        font-size: 20px;
    }

    .nav > ul ul li ul {
        box-shadow: none;
    }

    .fixed-navigation nav {
        padding-bottom: 2px !important;
    }

    body.smart-style-6.menu-on-top aside#left-panel nav > ul > li:hover {
        background: #008080 !important;
    }

    .menu-on-top nav > ul > li.active {
        background: linear-gradient(to bottom,#92cef2 0,#6ab5d3 66%) !important;
    }
}

@media (min-width: 979px) and (max-width: 1024px) {
    .top-dropdown-menu {
        width: 550px !important;
    }
}

.well-mh {
    min-height: 110px !important;
}

.well-lmh {
    min-height: 80px;
}


/*used in appointment add page*/
th.col-45 {
    width: 20px;
    font-size: 10px;
}

.ks-table {
    border: none;
    border-right: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

    .ks-table thead th {
        border: none;
        color: #336B6B;
        padding: 10px 5px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
        /* white-space: nowrap; */
        text-align: center;
        border-left: 1px solid #DDEFEF;
        border-top: 1px solid #DDEFEF;
        border-bottom: 1px solid #DDEFEF;
        border-left: 1px solid #DDEFEF;
    }

    .ks-table > tbody > td {
        border-bottom: solid 1px #DDEFEF;
        color: #333;
        padding: 10px;
        text-shadow: 1px 1px 1px #fff;
        white-space: nowrap;
    }

.ks-wrapper {
    position: relative;
}

.ks-scroller {
    /*margin-left: 141px;*/
    /* overflow-x: auto; */
    padding-bottom: 5px;
    height: 360px;
    /* width: 200px; */
}

.ks-table .ks-sticky-col {
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    border-bottom: solid 1px #DDEFEF;
    position: relative;
    border-top: solid 1px #DDEFEF;
    top: auto;
    width: 140px;
    padding: 0px 0px 0px 10px;
    height: 49px;
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1;
}

#ks-text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
    display: inline-block;
    line-height: normal;
}

.profile-info-medium {
    display: inline-block;
    margin-left: 90px;
}

.profile-photo-medium {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-clip: padding-box;
    border: 3px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-left: 10px;
    position: absolute;
    display: inline-block;
}

.photohover:hover {
    opacity: 0.5;
}

.hoverWrapper:hover #hoverShow {
    display: block;
}

.hoverWrapper #hoverShow {
    display: none;
    position: absolute;
    background-color: #ffffffcc;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    left: 29px;
    top: 42px;
    z-index: 3;
}

.headerdropdown {
    background: white !important;
    margin-top: 20px;
    border-radius: 4px !important;
    height: 22px;
    font-size: 11px;
    padding: 0px 12px;
}

.checkbox-scroll {
    padding: 9px;
    max-height: 200px;
    overflow: visible;
}

.border-p {
    border-color: #ddd;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 50px;
}

.border-p-ch {
    border-color: #ddd;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 100px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-100 {
    margin-left: 100px;
}

.photo-box {
    width: 230px;
    height: 170px;
}

.icon-box {
    position: absolute;
    bottom: 3px;
    left: 50%;
    padding: 5px;
    border-radius: 5px;
}

.delete-box {
    position: absolute;
    bottom: 3px;
    left: 45%;
    padding: 5px;
    border-radius: 5px;
}

.camera-box {
    position: absolute;
    bottom: -52px;
    left: 80%;
    padding: 5px;
    border-radius: 5px;
}

.profile-photo-sq {
    width: 245px;
    height: 245px;
    background-clip: padding-box;
    border: 3px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-left: 10px;
    position: absolute;
    display: inline-block;
}

.profile-photo-sqImg {
    width: 205px;
    height: 205px;
    background-clip: padding-box;
    border: 3px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-left: 10px;
    position: absolute;
    display: inline-block;
}

/*.profile-photo-350 {
    width: 350px;
    left: -72px;
    top: 19px;
    height: 265px;
    background-clip: padding-box;
    border: 3px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
 
    position: absolute;
    display: inline-block;
}*/

.profile-photo-350 {
    height: auto;
    background-clip: padding-box;
    border: 3px solid #f5f5f5;
    box-shadow: 0 0 6px #e7e7e7;
    width: 100%;
    padding-bottom: 37px;
}

.file-input-wrapper {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    /*margin-top: -3px;*/
    left: -67%;
    cursor: pointer;
}

    .file-input-wrapper > input[type="file"] {
        position: absolute;
        top: 0px;
        height: 30px;
        width: 30px;
        opacity: 0;
        cursor: pointer;
    }

.webcamclose {
    position: absolute;
    right: 7px;
    top: 7px;
}

.fileupload {
    opacity: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 0;
    position: absolute;
}

.blankimag-profile {
    height: 245px;
    width: 245px;
}



.blankimg {
    height: 265px;
    max-width: 100%;
    width: 100%;
}

.tb-overflow {
    position: absolute;
    margin-top: 10px;
}

@supports (-ms-ime-align: auto) {
    .profile-photo-350 {
        width: 350px;
        left: -72px;
        top: 19px;
        height: 200px;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        /* margin-left: -50px; */
        position: absolute;
        display: inline-block;
    }

    .profile-photo-sq {
        width: 405px;
        height: 225px;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
    }

    .profile-photo-sqImg {
        width: 205px;
        height: 205px;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
    }

    .blankimag-profile {
        height: 225px;
        width: 400px;
    }

    .blankimg {
        width: 350px;
        height: 200px;
    }

    .icon-box {
        position: absolute;
        bottom: 9px;
        left: 45%;
        padding: 5px;
        border-radius: 5px;
    }
}

.error-overflow {
    position: absolute;
    left: 160px;
    margin-top: -7px;
    color: #d68273;
}

.linkDisabled {
    cursor: not-allowed;
    pointer-events: none;
    color: grey;
}

.frmMember .ng-invalid-required {
    border-bottom: 1px solid #b94a48 !important;
}

.frmPurchaseOrder .ng-invalid-required {
    border-bottom: 1px solid #b94a48 !important;
}

.list-group-item {
    padding: 0px;
}

.purchaseform fieldset {
    padding: inherit !important;
}

@supports (-ms-ime-align:auto) {
    .tb-overflow {
        position: relative;
        margin-top: 20px !important;
        margin-right: 20px !important;
    }
}

/*.widget-body.no-padding.dashboard-scroll.widget0 {
    min-height: 576px !important;
}*/

.btn-height-45 {
    height: 45px !important;
}

#trBillSort:hover {
    cursor: n-resize !important;
    background-color: #ecf3f8 !important;
}

.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: absolute;
    margin: 0 auto;
    margin-top: 10%;
    left: 45%;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-circle {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

@keyframes play {

    0% {
        transform: scale(2);
    }

    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }

    40% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    40% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }



.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switchslider:before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .switchslider {
    background-color: var(--status-color);
}

input:focus + .switchslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switchslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switchslider.round {
    border-radius: 34px;
}

    .switchslider.round:before {
        border-radius: 50%;
    }

.videocontrols {
    bottom: 35px !important;
    left: 37% !important;
    right: 40% !important;
    z-index: 1 !important;
}

.name-truncate {
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.autowidth {
    width: 230px !important;
}

.bar-code {
    font-family: 'Libre-Barcode-39-Ext';
    /*font-family: 'IDAutomation';*/
    font-size: 18px;
}

.bar-code-notext {
    font-family: 'Libre Barcode 39';
    font-size: 18px;
}

.chkbxfocus input[type="checkbox"]:focus {
    outline: 2px solid #3276b1 !important;
}

.rdobtnfocus input[type="radio"]:focus {
    outline: 2px solid #3276b1 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: auto !important;
}

.space {
    margin-left: 20px;
}

.space1 {
    margin-right: 5px;
}

.mousetxt:hover {
    text-decoration: underline;
}

.otherepisode > .active > a {
    background-color: rgba(197, 230, 230, 0.45) !important;
    color: #333 !important;
}

.otherepisode > li > a:hover {
    background-color: #c5e6e6 !important;
    color: #333 !important;
}

.trbordered {
    border: 3px dashed darkgray !important;
    background-color: whitesmoke;
}

.tdno-border {
    border-left: hidden !important;
    border-top: hidden !important;
    border-bottom: hidden !important;
    background-color: whitesmoke;
}

.tableheader-padding {
    padding: 10px 7px !important;
}


.notificationmultiselect .multiSelect .multiSelectItem {
    min-width: 140px !important;
}

.notificationmultiselect .multiSelect .checkboxLayer {
    min-width: 140px !important;
}

.notificationmultiselect .multiSelect > button {
    min-width: 160px !important;
    background-image: none !important;
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    min-height: 32px !important;
    text-align: left !important;
}

    .notificationmultiselect .multiSelect > button:focus {
        border-color: #66afe9;
    }

.notificationmultiselect .caret {
    float: right;
}

#Remotepatient .popover {
    border: 3px solid lightgrey !important;
    color: black;
}

#Remotepatient .popover-title, #Remotepatient popover-content {
    text-align: center !important;
    color: black;
}

#Remotepatient .custompopovertable {
    width: 150px !important;
}

.RiskPatientContainer {
    max-height: 450px !important;
    overflow: auto !important
}

.HighRisk {
    color: white;
    padding: 2px;
}

table#Remotepatient table:not(#Risk) tr td.HighRisk {
    background: #ff2500 !important;
}

table#Remotepatient table:not(#Risk) tr td a.HighRisk {
    color: #fff !important;
}

table#Remotepatient table:not(#Risk) tr td.MediumRisk {
    background: Yellow !important;
}

table#Remotepatient table:not(#Risk) tr td a.MediumRisk {
    color: black !important;
    padding: 2px;
}

table#Remotepatient table:not(#Risk) tr td a.Normal {
    color: black !important;
    padding: 2px;
}

table#Remotepatient table:not(#Risk) tr td {
    border-top: 0px solid #dee2e6;
    text-align: center;
    padding-left: 8px !important;
    border-radius: 5px;
}

span.HighRisk {
    background: red !important;
    color: white;
    border-top: 0px solid #dee2e6;
    text-align: center;
    padding: 2px !important;
    border-radius: 5px;
}

span.MediumRisk {
    background: yellow !important;
    color: black;
    border-top: 0px solid #dee2e6;
    text-align: center;
    padding: 2px !important;
    border-radius: 5px;
}

table#Risk table tr td a {
    color: #3276b1 !important;
    text-decoration: none !important;
}

.playlist ul {
    list-style-type: none;
}

    .playlist ul a {
        cursor: pointer;
        color: #428bca;
        text-decoration: none;
    }

        .playlist ul a:visited {
            color: #428bca;
        }

        .playlist ul a:hover {
            color: #428bca;
            text-decoration: underline;
        }

.videogular-container {
    width: 100%;
    height: 320px;
    margin: auto;
    overflow: hidden;
}

    .videogular-container .skipButton {
        position: absolute;
        padding: 10px;
        top: 10px;
        right: 10px;
        z-index: 99999;
        color: white;
        cursor: pointer;
        background-color: #666666;
        border: 2px #FFFFFF solid;
        display: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

@media (min-width: 1200px) {
    .videogular-container {
        /*width: 85%;
        height: 85%;*/
    }

        .videogular-container.audio {
            width: 1170px;
            height: 50px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .videogular-container {
        width: 940px;
        height: 528.75px;
    }

        .videogular-container.audio {
            width: 940px;
            height: 50px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .videogular-container {
        width: 728px;
        height: 409.5px;
    }

        .videogular-container.audio {
            width: 728px;
            height: 50px;
        }
}

.vmodal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    padding: 30px;
}

.vmodal-body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.cancel_button_border {
    background: none;
    color: #4b4848;
    font-weight: 500;
    border-radius: 15px !important;
    border: 1px #959595 solid;
}

/**
 * @license videogular v1.4.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
    font-family: 'videogular';
    src: url("fonts/videogular.eot");
    src: url("fonts/videogular.eot?#iefix") format("embedded-opentype"), url("fonts/videogular.woff") format("woff"), url("fonts/videogular.ttf") format("truetype"), url("fonts/videogular.svg#videogular") format("svg");
    font-weight: normal;
    font-style: normal;
}

videogular, [videogular] {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000000;
    display: block;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    /*****************/
    /* Poster plugin */
    /*****************/
    /**********************/
    /* OverlayPlay plugin */
    /**********************/
    /*********************/
    /* Controlbar plugin */
    /*********************/
    /* IE10 hack */
    /* Controlbar icons */
    /********************/
    /* Buffering plugin */
    /********************/
    /* Loading Spinner
   * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
   */
    /**********************/
    /* IMA ads plugin */
    /**********************/
}

    videogular button, [videogular] button {
        cursor: pointer;
    }

    videogular.fullscreen, [videogular].fullscreen {
        position: fixed;
        left: 0;
        top: 0;
    }

    videogular vg-media, [videogular] vg-media {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

        videogular vg-media video, [videogular] vg-media video {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
        }

    videogular .iconButton, [videogular] .iconButton {
        color: #FFFFFF;
        font-family: 'videogular';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        background: none;
        padding: 6px;
        border: none;
    }

        videogular .iconButton:focus, [videogular] .iconButton:focus {
            border: 1px solid white;
        }

    videogular vg-poster, [videogular] vg-poster {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        z-index: 1;
        top: 0;
        pointer-events: none;
    }

        videogular vg-poster img, [videogular] vg-poster img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            position: absolute;
        }

            videogular vg-poster img.pause,
            videogular vg-poster img.play, [videogular] vg-poster img.pause,
            [videogular] vg-poster img.play {
                display: none;
            }

            videogular vg-poster img.stop, [videogular] vg-poster img.stop {
                display: block;
            }

    videogular vg-overlay-play, [videogular] vg-overlay-play {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
    }

        videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
            content: "\e000";
        }

        videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
            font-size: 100px;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            display: table;
            cursor: pointer;
            zoom: 1;
            filter: alpha(opacity=60);
            opacity: 0.6;
        }

            videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
                vertical-align: middle;
                text-align: center;
                display: table-cell;
            }

    videogular vg-controls, [videogular] vg-controls {
        width: 100%;
        height: 50px;
        display: block;
        position: absolute;
        z-index: 3;
        bottom: 0;
    }

        videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
            width: 100%;
            height: 50px;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            display: table;
            zoom: 1;
        }

    videogular vg-play-pause-button, [videogular] vg-play-pause-button {
        display: table-cell;
        width: 50px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

    videogular vg-time-display, [videogular] vg-time-display {
        color: #FFFFFF;
        display: table-cell;
        font-family: Arial;
        font-size: 18px;
        width: 75px;
        vertical-align: middle;
        text-align: center;
        cursor: default;
    }

    videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
        display: table-cell;
        font-family: Arial;
        font-size: 18px;
        width: auto;
    }

    videogular vg-scrub-bar, [videogular] vg-scrub-bar {
        width: auto;
        display: table-cell;
        cursor: pointer;
        vertical-align: middle;
        position: relative;
    }

        videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
            margin-top: 24px;
            margin-bottom: 24px;
            height: 2px;
            background-color: black;
            position: relative;
        }

        videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
            position: absolute;
            width: 100%;
            height: 2px;
            top: 24px;
            padding-left: 0;
        }

        videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
            border-right: 6px black groove;
        }

    videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    videogular vg-scrub-bar-buffer, [videogular] vg-scrub-bar-buffer {
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }

        videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
            color: #FFFFFF;
            padding-top: 3px;
        }

            videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
                position: absolute;
                height: 3px;
                background-color: #FFFFFF;
            }

    videogular vg-scrub-bar-thumbnails, [videogular] vg-scrub-bar-thumbnails {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        bottom: 24px;
        z-index: 1;
    }

        videogular vg-scrub-bar-thumbnails .vg-thumbnails, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
            position: absolute;
            top: -20px;
            margin-top: -40px;
            width: 80px;
            height: 60px;
            overflow: hidden;
        }

            videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
                height: 60px;
                background-repeat: no-repeat;
            }

        videogular vg-scrub-bar-thumbnails .background, [videogular] vg-scrub-bar-thumbnails .background {
            width: 100%;
            height: 50px;
        }

    videogular vg-playback-button, [videogular] vg-playback-button {
        display: table-cell;
        width: 50px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

    videogular vg-volume, [videogular] vg-volume {
        display: table-cell;
        width: 50px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

    videogular vg-volume-bar, [videogular] vg-volume-bar {
        width: 50px;
        height: 100px;
        top: -100px;
        margin-left: -25px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        cursor: pointer;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    videogular vg-volume-bar, [videogular] vg-volume-bar {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
    width: 50px;
    height: 100px;
    background-color: #000000;
    position: absolute;
}

videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
    width: 20px;
    height: 70px;
    left: 15px;
    top: 15px;
    background-color: #222222;
    position: absolute;
}

videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
    width: 20px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
}

videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
    width: 20px;
    height: 100%;
    position: absolute;
}

videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
    animation: hideControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: hideControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes hideControlsAnimationFrames {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hideControlsAnimationFrames {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes hideControlsAnimationFrames {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hideControlsAnimationFrames {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes hideControlsAnimationFrames {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
    animation: showControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: showControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: showControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: showControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes showControlsAnimationFrames {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@-moz-keyframes showControlsAnimationFrames {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@-webkit-keyframes showControlsAnimationFrames {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@-o-keyframes showControlsAnimationFrames {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@-ms-keyframes showControlsAnimationFrames {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
    content: "\e000";
}

videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
    content: "\e001";
}

videogular vg-mute-button, [videogular] vg-mute-button {
    width: 50px;
    display: block;
}

    videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
        content: "\e002";
    }

    videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
        content: "\e003";
    }

    videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
        content: "\e004";
    }

    videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
        content: "\e005";
    }

    videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
        content: "\e006";
    }

videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
    content: "\e007";
}

videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
    content: "\e008";
}

videogular vg-buffering, [videogular] vg-buffering {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
}

    videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
        width: 100%;
        position: absolute;
        cursor: pointer;
        top: 50%;
        margin-top: -50px;
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

    videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
        background-color: transparent;
        border: 5px solid white;
        opacity: .9;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-radius: 50px;
        box-shadow: 0 0 35px #FFFFFF;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        -moz-animation: spin .5s infinite linear;
        -webkit-animation: spin .5s infinite linear;
    }

        videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
        }

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

videogular vg-ima-ads, [videogular] vg-ima-ads {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    display: none;
}

/*# sourceMappingURL=videogular.css.map */
.forgot-password-link {
    color: #3276b1 !important;
}

.maksing_lable {
    border: none !important;
}

/*.flex-container {
    display: flex;
    flex-wrap: nowrap;
}*/

.flex-container > div {
    margin: 10px;
    text-align: center;
    font-size: 30px;
    background-color: white;
    font-family: 'Heebo','Roboto','Segoe UI';
    padding: 10px 0px;
}

.recordings {
    color: #2dc3e8;
}

.input-md {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.no-z-index {
    z-index: 0 !important;
}

.calredpop {
    line-height: 35px;
}

.fs-15 {
    font-size: 15px;
}

.no-margin {
    margin: 0px;
}

.disabled, .disabled:hover {
    color: black;
    cursor: unset;
}

.fs-14 {
    font-size: 14px !important;
}
/*message css*/
.msg-list {
    border-bottom: 1px solid #c3c3c3;
    padding: 15px 0px;
    margin: 0px 10px;
}

p.dr-name, p.msg-content, .pat-name {
    margin: 0px;
}

.profile-info-small h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    line-height: normal;
}

    .profile-info-small h5 a {
        color: var(--color);
    }

img.dr-img {
    width: 65px;
}

.full-right span {
    color: #999;
}

.profile-info-small h5 a:hover {
    text-decoration: none;
}

.full-right {
    text-align: right;
}

.dr-names, .pats-name {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
}

.msg-deatil-head {
    padding: 15px 0px;
    margin: 0px 0px 0 10px;
}

.send-btn {
    text-align: end;
}

.msg-deatil-head {
    border-bottom: 1px solid #c3c3c3;
}

p.dr-name, p.msg-content, .pat-name {
    margin: 0px;
}

.modelcustomclose {
    position: absolute;
    right: -9px;
    top: -11px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 21px;
    opacity: 1;
}

.fullsize {
    width: 100%;
    height: 100%;
}



img.dr-img {
    width: 65px;
}


.incomming_call {
    bottom: 20px;
    right: 25px;
    z-index: 9;
    background: #d0d0d0 !important;
    position: fixed;
    text-align: center;
    padding: 4px 61px;
    color: #000;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600;
    padding-top: 15px;
}

.devicekey-color-size {
    color: grey;
    font-size: 2em;
}


.incomming_call .fa-video-camera {
    font-size: 70px;
    padding: 30px 0px;
    color: #036f01;
}

.joincall {
    color: #fff;
    background-color: #5bc0de;
    float: right;
    border-radius: 20px !important;
}

.newmessagetext {
    max-height: 150px !important;
    overflow: auto !important;
}

.padding-top-4 {
    padding-top: 4px !important;
}

.left1 {
    margin-left: 27px
}

.overflow-hidden {
    overflow: hidden
}

.padding-0 {
    padding: 0px;
}

.margin-right {
    margin-right: 0px;
}

.padding-13 {
    padding: 13px;
}

.NotificationMessagebadge {
    padding: 2px 5px 3px;
    position: absolute;
    top: 5px;
    left: 50px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.-top2 {
    top: -2px !important;
}
/*muthuraj css 8-3-21*/
/*patient list*/
.search-box {
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 0;
    padding: 10px;
}

section.patient_list {
    padding-left: 10px;
}

.pull-right {
    float: right !Important;
}

.patient-search {
    padding-bottom: 10px;
}

.pat_list_view {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    padding: 8px 13px;
    border-left: var(--border-left);
    margin-bottom: 10px;
}

    .pat_list_view:hover {
        box-shadow: var(--box-shadow-hover) !important;
    }

.cal-schedule .well:hover {
    box-shadow: var(--box-shadow-hover) !important;
}

.pat-profile h5 {
    font-size: 17px;
    font-family: "Open Sans",Sans-Serif;
    font-weight: normal;
    margin: 0;
}

    .pat-profile h5 a {
        padding-right: 5px;
        color: var(--color);
    }

        .pat-profile h5 a:hover {
            color: #214e75;
        }

.pat-profile p {
    margin: 0;
}

.pat-profile h5 a:hover, .vital-right table tr th a:hover {
    text-decoration: none;
}

.vital-right table tr th {
    min-width: 90px;
    text-align: center;
}

.pat-profile p {
    color: #999;
}

.pat_list_view .pull-right .input-sm {
    padding: 10px 0px;
}

.patient-search .top-search .btn-primary {
    background: #02AAAD;
}

    .patient-search .top-search .btn-primary:hover {
        background: #0c7cd5;
    }

.pat_list_view .pat-img {
    float: left;
    padding-right: 10px;
}

    .pat_list_view .pat-img img {
        width: 40px;
    }

.pat-profile p.dr_name {
    color: #333;
}

.pat-profile .op {
    color: var(--color);
    font-weight: 500;
}

.pat_list_view .app-left p {
    margin: 0;
}

.app-date .btn-primary {
    background: #65c2dd;
    border-color: #65c2dd;
    border-radius: 50px;
}

.pat-profile h5.monitor {
    font-weight: 500;
}

.app-left .monitor {
    background: #2E7D32;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500 !important;
}

.patient-search .monitor.device span {
    padding: 5px 17px;
    line-height: 63px;
}

.top-search .inputdate {
    display: flex;
}

.vital.device ul, .vital-left ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0;
}

    .vital.device ul li {
        display: inline-block;
    }

    .vital.device ul li {
        display: inline-block;
    }

        .vital.device ul li a {
            padding: 14px 14px 7px;
        }

        .vital.device ul li i {
            font-size: 25px;
            line-height: 35px;
            color: #333;
        }

        .vital.device ul li a.active i {
            color: #fff;
        }

        .vital.device ul li a.active {
            background: teal;
        }

.top-search .inputdate input {
    text-align: center;
}

.vital-right table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 0;
    padding: 10px;
}

.vital-charts .chart p {
    font-size: 15px;
    font-weight: 600;
}

.vital-right th, td {
    text-align: left;
    padding: 8px;
}

.vital-charts .chart img {
    width: 100%;
    max-width: 100%;
}

.vital-right tr:nth-child(odd), .vital-left ul li:nth-child(odd) {
    background-color: #f3f3f3;
}

.vital-left ul li:first-child {
    padding: 18px 10px;
}

.vital-body .vit_left {
    padding-right: 0;
}

.vital-left ul li {
    color: #333;
    padding: 8px 10px;
    font-weight: 600;
}

.vital-body .vit_left {
    padding-right: 0;
}

.vital-body .vit_right {
    padding-left: 0px;
}

.vital-right table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.allpatientvitals .vital-right th, .allpatientvitals td {
    text-align: left;
    padding: 8px;
}

.vital-right table tr th a {
    font-weight: normal;
}

.vital-left ul li:first-child {
    padding: 18px 10px;
}

.vital-right span.yellow {
    background: yellow;
    padding: 3px;
}

.vital-right span.red {
    background: red;
    padding: 3px;
    color: #fff;
}

.vital-charts .chart img {
    width: 100%;
    max-width: 100%;
}

.vital-right table tr th {
    min-width: 90px;
    text-align: left;
}

.pd-10 {
    padding: 10px !important;
}

.mh-100 {
    min-height: 100px !important;
}

.pd-b-10 {
    padding-bottom: 10px !important;
}

.pd-b-20 {
    padding-bottom: 20px !important;
}

.float-right {
    float: right !important;
}

/*op*/
.search-box {
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 0;
    padding: 10px;
}

section.patient_list {
    padding: 0px 10px 10px 10px;
}

.patient-search {
    padding-bottom: 0px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}

.pat_list_view {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    padding: 13px 0px;
    border-left: var(--border-left);
    margin-bottom: 10px;
}

.pat-profile h5.monitor {
    font-weight: 500;
    padding: 1px 0px;
}

.pat-profile h5 {
    font-size: 17px;
    font-family: "Open Sans",Sans-Serif;
    font-weight: normal;
    margin: 0;
}

.pat_list_view .app-left p {
    margin: 0;
}

.app-left .monitor {
    background: #2E7D32;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500 !important;
}

.app-left .accountmonitor {
    background: #c984da;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500 !important;
}


.pat-profile p {
    margin: 0;
}

.pat-profile h5 a:hover, .vital-right table tr th a:hover {
    text-decoration: none;
}

.pat-profile p {
    color: #999;
    padding: 1px 0px;
    font-size: 13px;
}

.pat_list_view .pull-right span b {
    color: #999;
}

.pat_list_view:hover {
    box-shadow: var(--box-shadow-hover) !important;
}

.pat_list_view .op-pat-img {
    float: left;
    padding-right: 10px;
}

/*.pat_list_view .op-pat-img img {
        width: 100%;
    }*/

.pr-20 {
    padding-right: 25px;
}

.op-pat-list .app-left {
    text-align: right;
}

/*.pat-profile {
    padding-left: 25px;
}*/

.h-per-100 {
    height: 100% !important;
}

.h-min-300 {
    min-height: 300px !important;
}


@media only screen and (min-width:1024px) and (max-width:1100px) {
    .profile-border-r {
        border-left-color: gold !important;
    }

    .profile-border-s {
        border-left-color: #f118d2 !important;
    }

    .profile-photo-small {
        height: 55px;
        border-radius: 50%;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-left: 0px;
        position: absolute;
        display: inline-block;
    }

    .pat_list_view .op-pat-img img {
        width: auto;
    }

    .pat-profile {
        padding-left: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .profile-border-r {
        border-left-color: gold !important;
    }

    .profile-border-s {
        border-left-color: #f118d2 !important;
    }

    .profile-photo-small, .profile-photo-xs {
        height: 55px;
        border-radius: 50%;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
        width: 55px;
    }

    .pat_list_view .op-pat-img img {
        width: auto;
    }

    .site_menus {
        z-index: 9;
    }

    .mob-insura .input-group-btn:last-child > .btn {
        z-index: 0;
    }

    .mob_f-left {
        text-align: left !important;
    }

    .tab-abso {
        position: absolute;
        left: 13px;
    }

    .tab-flex {
        display: flex;
        padding-left: 0px !important;
    }

        .tab-flex button:last-child {
            padding: 10px 10px;
        }

    .dashboard .widget-body .margin_top div {
        width: 96vw !important;
    }

    .dash-mt-10 {
        padding: 0px 10px;
    }

    .new-heading h1.page-title.mob_block {
        margin-top: 0px;
    }

    .mob-tel-app .widget-body .list-view {
        border-bottom: 1px solid #d5e3ef;
    }

        .mob-tel-app .widget-body .list-view img.profile-photo-small {
            width: 70px;
            height: 70px;
        }

    .w-103 {
        width: 100% !important;
    }

    .todo > li > :first-child {
        width: 18px;
        border-right: 1px solid transparent;
        background: #fff;
    }

    .todo > li > p {
        margin-left: 0px;
        width: 100%;
    }

    .btn-checkin {
        margin-top: 10px;
        margin-right: 0;
    }

    .todo-group-title, .tab-clear {
        clear: both;
    }

    .tel-med-app .list-view .profile-info-small {
        margin-left: 100px;
        display: inline-block;
    }
    .tel-med-app .tag-list-view .profile-info-small {
        margin-left: 100px;
        display: inline-block;
    }
    span.tab-radio-align {
        left: 20px;
        top: 156px;
    }
}

.vital-charts .chart p {
    font-size: 15px;
    font-weight: 600;
}



.ks-left-panel {
    height: 100vh !important;
}

section.patient_list .pat-list {
    margin-bottom: 55px;
}

.patient-search .row, .pat-list .vital-body .row, .row-flex {
    display: flex;
}



.op-profile {
    position: unset !important;
    margin-bottom: 20px;
}


.op-pro-bottom hr {
    margin-top: 31px;
}

.ks-right-panel.ks {
    height: auto;
}

.ks-right-panel .ks-right-panelheader {
    padding: 0px 10px;
    margin-bottom: 0px;
}

.lab-list-ht {
    /*min-height: 85px;*/
    margin-bottom: 15px;
    height: auto;
}

.menu-on-top nav ul ul li a i {
    display: block !important;
    margin: 1px 0 4px;
    margin-bottom: 2px;
    width: 100% !important;
}

.menu-on-top nav ul ul li a {
    padding: 5px 2px 6px 0px !important;
}

.photo-32 {
    width: 32px !important;
    height: 32px !important;
}

.floor .room .room-no {
    margin-top: 0px !important;
}

.floor.multi-bed .room {
    min-height: 55px;
}

.vital-bmi {
    width: max-content;
}

.text-align-center {
    text-align: center !important;
}

.scroll-align .form-group {
    margin-right: 0px;
}

.heightpatient-100vh {
    height: 100vh;
    background: #fff;
}



.vital.device {
    margin-top: 15px;
}

.pl-15 {
    padding-left: 26px;
}

.pl-12 {
    padding-left: 12px;
}



.vital.device {
    margin-top: 15px;
}

.pl-12 {
    padding-left: 12px;
}

.vital.device {
    margin-top: 8px;
}

.ks-right-panel {
    /*height: 100vh !important;*/
    /*overflow: auto;*/
}
/*OP page*/
.pat_list_view .op-pat-img {
    float: left;
    padding-right: 15px;
}

/*.pat_list_view .op-pat-img img {
        width: 100%;
    }*/

.pr-20 {
    padding-right: 18px;
}

.op-pat-list .app-left {
    text-align: right;
}

.sche_top {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

    .sche_top .btn-group {
        margin-top: 4px;
    }



.ks-nav .text-center hr {
    margin-top: 4px;
}

.ks-right-panel .pat-app-top {
    margin-left: 8px;
    margin-right: 0px;
}

.row.pat-app-top .ks-right-panel-content {
    padding: 0;
}

.row.pat-app-top .jarviswidget > div {
    border: 1px solid #eaeaea !important;
}

.row.pat-app-top h4.form-header {
    padding: 5px 0px 7px 15px;
    border: none;
}

.mt-15 {
    margin-top: 15%;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.text-overflow-contentellips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 128px;
    display: inline-block;
    font-weight: 500;
}


.text-align-center {
    text-align: center !important;
}
/*26-5-21*/
.op-pat-img .profile-photo-small {
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: 0;
}

.patient-search h3 {
    margin: 10px 0px;
}

.patient-search .top-search {
    padding-bottom: 10px;
}

.in-patient-list {
    border-left: var(--border-left);
    margin-bottom: 10px;
}

    .in-patient-list img.profile-photo-small {
        width: 60px !important;
        height: 60px !important;
    }

    .in-patient-list .no-margin a {
        font-size: 17px;
        font-weight: 700;
    }

    .in-patient-list .no-margin, .in-patient-list .epi-head.ng-binding {
        font-weight: 500;
        font-size: 17px;
    }

    .in-patient-list small, .in-patient-list span.text-muted, h6.pati-pro-detail small {
        color: #999;
        font-size: 13px;
        font-family: RobotoDraft, Roboto, sans-serif;
        font-weight: normal !important;
    }

    .in-patient-list span.badge {
        background: #2E7D32;
        padding: 7px 11px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 500 !important;
        margin-right: 5px;
    }

section.patient_list .ks-right-panelheader {
    padding: 0px;
}

.op-top-search form {
    padding: 10px 0px;
}

.patient-search.pat-add-style form {
    padding: 10px 0px;
}

.patient-search.pat-add-style {
    border-bottom: none;
}

.pat-profile a {
    font-size: 17px;
    font-weight: 700;
}

.widget-body .ali-center {
    text-align: center;
}

.ks-right-panel-content.in-pat-detailalign {
    padding: 0px 0px;
}

h6.pati-pro-detail b, h5.pat-pro-detail strong {
    color: var(--color);
    font-size: 17px;
}

h6.pati-pro-detail {
    font-size: 17px;
    font-weight: 500;
}

h5.pat-pro-detail span.text-muted {
    font-size: 17px;
    font-weight: 500;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
}

h3.pati-other-datail, h5.pat-pro-detail span {
    font-family: RobotoDraft, Roboto, sans-serif;
}

h3.pati-other-datail {
    margin: 0px 0px !important;
}

.pad-le-0 {
    padding: 10px 0px !important;
}

.ks-right-panelheader .pati-act-btn span {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500 !important;
    background: #2E7D32 !important;
}

.mar-bo-30 {
    margin-bottom: 30px;
}

.pad-bt-0 {
    padding: 0px 10px;
}

.mar-top-3 {
    margin: 3px 0px;
}

.in-patient-list .no-padding-left p.no-margin small.epi-list-head {
    font-size: 17px;
    color: #000;
}

.sche_top {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

    .sche_top .btn-group {
        margin-top: 4px;
    }

    .sche_top .form-inline {
        text-align: left;
    }

.ks-nav .text-center hr {
    margin-top: 4px;
}

.ks-right-panel .pat-app-top {
    margin-left: 8px;
    margin-right: 0px;
}

.row.pat-app-top .ks-right-panel-content {
    padding: 0;
}

.row.pat-app-top .jarviswidget > div {
    border: 1px solid #eaeaea !important;
}

.row.pat-app-top h4.form-header {
    padding: 5px 0px 7px 15px;
    border: none;
}

.mt-15 {
    margin-top: 15%;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.text-overflow-contentellips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 128px;
    display: inline-block;
    font-weight: 500;
}


.text-align-center {
    text-align: center !important;
}

}

.in-patient-list .epi-head.ng-binding {
    margin-top: -6px;
}

    .in-patient-list .epi-head.ng-binding h6.no-margin {
        margin-top: -4px !important;
    }

.epi-device {
    margin-top: -2px;
}

.mar-rig-left-10 {
    margin: 0px 5px 0px 7px;
}

.pat-list.moni-ml-10 {
    height: unset !important;
    overflow: unset !important;
}

    .pat-list.moni-ml-10 .pat_list_view {
        height: 85px;
    }

.top-width.mb-10 {
    margin-bottom: -10px;
}

span.pat-add-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #018080;
}

span.menu-add-icon {
    margin-right: 10px;
    color: var(--color);
    float: right;
    margin-top: -31px;
}

.ml-10 {
    margin-left: 10px;
}

.new-heading1 {
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 0px;
}

.mar-bot-15 .fc-view {
    margin-bottom: 15px;
}

.new-heading1 h2 {
    font-weight: 500;
    letter-spacing: -1px !important;
}

.appt {
    max-height: 140px;
    overflow: auto;
}

    .appt ul li p strong {
        color: #999;
    }

span.tdy-check a {
    margin-top: 10px;
}

.dash-mt-10 {
    background: #edecec;
    margin-top: -10px;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 20px;
    margin-bottom: -5px !important;
}

.w-98 {
    width: 98%;
    margin-left: 10px;
    /* height: 83vh;
    overflow: auto;*/
    margin-bottom: 20px;
}

.contain {
    contain: content;
}

.mb-40 {
    margin-bottom: 40px;
}

.lab_order_view, .drug_order_view, .pha-purch, .phar-dis, .pharmacy-request {
    overflow: auto;
}

.pha-req-icon {
    margin-left: 15%;
}

.finance-height {
    /* height: 585px;*/
    /*overflow: auto;*/
}

.lab_search {
    /*height: 585px;*/
    overflow: auto;
}

.fin-left-menu ul li b {
    margin-left: 5px;
}

.min-he-93 {
    min-height: 100px;
    padding-bottom: 0px;
    height: 100px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ks-nav > ul > li b {
    padding-left: 5px;
}
/*RPM height alignmnet*/
.epo-patient {
    /* height: 570px;
    overflow: auto;*/
    padding-bottom: 30px;
    padding-top: 20px;
    margin-left: 10px;
}

.op-patient {
    /* height: 517px;
    overflow: auto;*/
    padding-bottom: 30px;
    padding-top: 0px;
    margin-left: 10px;
}

.mar-bott-25 {
    margin-bottom: -25px;
}

.finance-height-545 {
    height: 546px;
    overflow: auto;
}

.pl-10 {
    padding-left: 10px;
}

.min-hei-80 {
    min-height: 82px;
}

.pl-20 {
    padding-left: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.sch-flex {
    display: flex;
}

.sch-wrap {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.sch-wraps {
    display: inline-block;
    width: 175px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.wraps {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px !important;
}

.pat_overview .jarviswidget, .inpat-admin-detail .jarviswidget {
    margin: 0 0 26px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.rpm_vital-528 .pat-list {
    margin-bottom: 0px !important;
}

.rpm_vital-528 .vit_right {
    padding-left: 15px !important;
}

.epi_assessment {
    padding-left: 10px;
}

.rpm_vital-528 .vital-body .vit_right {
    padding-left: 15px !important;
}

.rpm_vital-528 {
    height: 528px;
    overflow: auto;
}
/*schedule*/
.bg_white section.patient_list {
    padding: 0px 0px 10px 0px;
}

    .bg_white section.patient_list .well {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        padding: 0;
    }

.eventName {
    padding-left: 12% !important;
}

.epi_document .widget-body.no-padding.dashboard-scroll.widget0 {
    min-height: unset !important;
}

.head-capitalize {
    text-transform: capitalize !important;
}


/*Using the style affecting form schedule menu - Calendar -add*/
body.smart-style-6 ::-webkit-scrollbar {
    background: transparent;
    width: 0px;
}

.sched-popup::-webkit-scrollbar {
    background: transparent;
    width: 0px;
}
/*Using the style affecting form admin-user -add*/
.add-view-scroll .modal-body.custom-scroll::-webkit-scrollbar, .sch-dropdown::-webkit-scrollbar,
.tel-med-app::-webkit-scrollbar {
    background: transparent !important;
    width: 10px !important;
}

.vital-scroll::-webkit-scrollbar {
    background: #000 !important;
    width: 10px !important;
}

.margin-right-6 {
    margin-right: 6px !important;
}

.sch-flex a.sch-wrap {
    width: unset;
    margin-right: 6px;
}

.sch-bord-btm {
    border-bottom: 1px solid #eee;
    margin: 0px 13px;
}

    .sch-bord-btm .new-heading1 {
        border-bottom: none;
        margin-bottom: 14px;
    }

.sch-dropdown {
    overflow-y: overlay;
    max-height: 175px;
}

span.ot_span {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/*8-10-21*/
.start_time {
    display: flex;
}

    .start_time select {
        width: 73px;
        border-bottom: 1px solid #ccc !important;
        border: none;
        margin-bottom: 5px;
        height: 25px;
    }

.sch_p-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px,1px,1px,1px)
}

.copybutton {
    background-color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 9;
    border-radius: 24px
}

.button-tooltip-container {
    display: flex;
    align-items: center;
    margin-top: 16px;
    min-height: 30px;
}

#custom-tooltip {
    display: none;
    margin-left: 40px;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
    /*float: right;*/
}

#customs-tooltips {
    display: none;
    margin-left: 40px;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
    float: right;
}

.doc-border {
    margin-bottom: 20px;
}

.doc_content {
    color: #999;
}

.doc_heading {
    font-weight: 600;
    font-size: 15px;
}

.doc_pad {
    padding-left: 10px;
    height: 81vh;
    overflow: auto;
    margin-bottom: 50px;
}

.height_555 {
    margin-bottom: 30px;
}

/*.height_500 {
    height: 500px;
}*/

@media only screen and (min-width:1920px) {
    .lab_search {
        height: 95vh;
        overflow: auto;
    }

    .right-width {
        width: 89%;
    }

    .finance-height-545 {
        height: 87vh;
    }

    /*.height_555 {
        height: 90vh;
    }*/

    .height_500 {
        height: 87vh;
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .incomming_call .fa-video-camera {
        padding: 15px 0px;
    }

    #logo {
        margin-left: 35px !important;
    }

    .lab_mob-left {
        text-align: left !important;
        float: left !important;
    }

    .incomming_call {
        padding: 4px 40px;
        right: 60px;
    }

    #dMobile-menu {
        width: auto !important;
    }

    div#logo-group {
        width: 60px !important;
    }

    .logo-font {
        height: 50px;
        margin-left: 30px;
        padding-right: 0px;
        width: 140px;
    }

    a.nav-top-search {
        line-height: 18px !important;
    }

    nav.Mobilemenu ul li a, nav.Mobilemenu ul li a span {
        text-align: center !important;
    }

    nav.Mobilemenu ul li a {
        border-bottom: 1px solid #afafaf !important;
    }
}



@media only screen and (min-width:768px) and (max-width:1023px) {
    .dash-pinned .list-view .profile-info-small {
        margin-left: 80px;
    }

    form.con-form ul.dropdown-menu input {
        border: 1px solid rgba(0,0,0,.15);
    }

    .Consul-list .profile-photo-small {
        margin-left: -20px !important;
    }

    .input-small, .input-xlarge, .input-medium, .notificationmultiselect .multiSelect > button {
        width: 100% !important;
    }

    .pat-consultation .pat-profile h5.op {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 110px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .doc-timimg .modal-body {
        height: 500px !important;
    }

    .photo-box.profile-photo-350 .blankimg.add-pat-profile {
        height: 180px !important;
    }

    .patient-add {
        overflow: unset !important;
    }

    .input-small, .input-xlarge, .input-medium {
        width: 100% !important;
    }

    a.badge.bad-followup {
        margin-bottom: 2px;
    }

    .pat-en-con span.pat-entype {
        left: -30px;
        top: 30px;
        width: 80px;
    }

    .no-padding-left {
        padding-left: 0px;
    }

    .enc-detail-page .pat-en-con .badge-group a.badge {
        padding: 2px 8px;
    }

    .dash-my-pat .list-view {
        margin-bottom: 10px;
    }

    #logo-group > span {
        color: var(--txt-color-bell) !important;
        font-size: 15px !important;
    }

    body.smart-style-6 #logo-group > span#logo:before {
        display: none;
    }

    .menu-on-top #header {
        height: 68px;
        box-shadow: -11px 12px 23px rgb(0 0 0 / 10%);
    }

    .mlab-flex {
        display: flex;
    }



    .mlab-p-10 {
        margin: 10px 0px 0px;
    }

    .ks-nav.mob-left img.profile-photo-lg {
        width: 130px;
    }

    .dash-my-pat .no-padding-xs, .dash-pinned .no-padding-xs {
        padding: 0px;
    }

    span#logo {
        position: absolute;
        left: 40px;
    }

    .pat-add-deta .profile-info-small {
        margin-left: 0px !important;
    }

    .pat-en-con .pat-profile {
        margin-left: 14px !important;
    }

    .pat-profile {
        margin-left: 0px !important;
    }

    .ref-btn {
        bottom: 0px;
    }

        .ref-btn a {
            display: block;
            margin-bottom: 2px;
        }

    .pat-consultation .pat-profile p.dob, .pat-consultation .pat-profile p.dr_name {
        margin-left: 50px !important;
    }

    header#header i.fa.fa-bars {
        padding: 5px 4px;
        font-size: 23px;
    }

    ul#mobile-profile-img li a::after {
        font-size: 16px;
    }

    form .input-group .input-group-btn {
        z-index: 0;
    }

    .in-patient-list.h-87 {
        height: auto !important;
    }

    .consul-left.tab-ml-0 {
        margin-left: 0px !important;
    }

    .tab-pending {
        margin-left: 80px;
    }

    div#dfooter {
        width: 100% !important;
    }

    .ass-mob-margin table.table.border {
        margin-left: 10px;
    }

    .tab-pr-10 {
        padding-right: 10px;
    }

    .tab-dis-unset {
        display: unset !important;
    }

    .pat_list_view .pat-profile p.dob {
        margin-left: 0px;
    }

    .mob-ml-0 {
        margin-left: 0px !important;
    }

        .mob-ml-0 .ks-right-panel-content {
            padding: 0px !important;
        }

    .ass-mob-margin {
        margin: 10px 0px 0px;
    }

    .login_form {
        height: 89vh !important;
    }

    .pat-consultation h5.op a {
        display: block;
    }

    .mob-rad-top .input-group-btn, form .search-wrapper .input-group-btn {
        z-index: 0;
    }

    form .search-wrapper .input-group-btn {
        z-index: 1 !important;
    }

    .profile-info-consult {
        margin-left: 40px;
    }

    .pha-purch .op-pat-list .pro-list p.dob {
        margin-left: 0px;
    }

    .pha-purch .op-pat-list .pro-list {
        height: auto;
    }

    span.tdy-check a {
        margin-top: 10px;
        margin-right: 29px;
    }

    h5.no-margin.tab-radi {
        clear: both;
    }

    .tab-radi .tab-abso {
        position: unset !important;
    }

    span[role=alert] {
        color: #d68273;
    }

    .btn-bottom-right {
        z-index: 0 !important;
    }

    .tab-ali-left .text-align-right {
        text-align: left !important;
    }

    .overview-stat {
        padding: 20px 10px;
    }

    .tab-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .tab-paid_bill {
        padding-left: 0px !important;
    }

        .tab-paid_bill .text-align-right {
            text-align: left !important;
        }

    .tab-bil-left span.badge {
        margin-left: 40px;
    }

    .tab-bil-left a {
        position: absolute;
        left: 10px;
    }

    .mob_f-left span.text-muted {
        position: absolute;
        left: 12px;
    }

    .search-wrapper input {
        padding: 10px 10px !important;
    }

    .tab-lab-nopadding {
        padding-left: 0px;
    }

    .mob-rad-top .search-wrapper {
        z-index: 9;
    }

    .mob-insura {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .dash-top {
        padding-left: 10px;
    }
}

@media only screen and (min-width:2560px) {
    .finance-height-545, .patient-add .form-width {
        /* height: 90vh;*/
    }

    .right-width {
        width: 92%;
    }

    .list-calendar .list-calendar-date {
        padding: 10px 18px 6px 18px;
        width: 150px;
    }

    .list-calendar .list-calendar-info {
        margin-left: 160px;
    }

    .ks-right-panel.ks.ml-394.ex-large {
        /* margin-left: 56vh !important;*/
    }
}

@media only screen and (min-width:1250px) and (max-width:140px) {
    .fa-barcode {
        margin-right: 15px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {

    .profile-info-small {
        margin-left: 65px;
    }

    .doc-file-drog .imgbox {
        margin: 35px 0px 0px 0px !important;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 0 !important;
    }

    .btn-checkin {
        margin-right: 5px !important;
        margin-top: 5px !important;
    }

    .pat_list_view.pat-consultation .pat-profile span.text-muted {
        display: inline-block;
        width: 146px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .todo > li > p {
        margin-left: 0px;
    }

    i .fa.fa-2x.fa-barcode {
        margin-right: 12px;
    }

    .ks-right-panelheader form .input-group-btn {
        z-index: 0;
    }

    .con-form .dropdown-backdrop {
        position: unset;
    }

    .Consul-list {
        padding: 19px 5px !important;
    }

    .menu-on-top #header {
        box-shadow: -11px 12px 23px rgb(0 0 0 / 6%) !important;
        height: 67px;
    }

    #logo-group > span {
        color: var(--txt-color-bell) !important;
        font-size: 20px !important;
    }

    body.smart-style-6 #logo-group > span#logo:before {
        display: none;
    }

    .row.pat-app-top .enc-detail-page .pat-en-con span.badge.bg-color-greenDark,
    .row.pat-app-top .enc-detail-page .pat-en-con .badge-group {
        margin-right: 10px;
    }

    .row.pat-app-top .enc-detail-page .pat-profile {
        margin: 8px 12px 8px !important;
    }

    .row.pat-app-top .enc-detail-page span.pat-entype {
        left: -27px !important;
        top: 25px !important;
        width: 35% !important;
    }

    .ks-nav.mob-left img.profile-photo-lg {
        width: 100%;
    }

    .lt-pr-0 {
        padding-right: 0px;
    }

    .lt-mw-100 {
        max-width: 100% !important;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .dash-my-pat .tab-pending {
        margin-left: 70px;
    }

    .dash-my-pat {
        max-height: 250px;
    }

    .dash-op-check .todo > li > :first-child {
        border-right: none;
        width: 100px !important;
    }

    .dash-op-check .todo > li > p {
        margin-left: 90px;
        width: 70%;
    }

    .tel-med-app .list-view .profile-info-small {
        margin-left: 65px;
    }
    .tel-med-app .tag-list-view .profile-info-small {
        margin-left: 65px;
    }
    .lt-mb-20 {
        margin-bottom: 20px;
    }

    span.badge.pa-mo-btn {
        padding: 7px 10px;
        font-size: 12px;
    }

    .lt-ml-0 {
        margin-left: 0px !important;
        padding-left: 25px;
    }

    .in-patient-list .pat-ad-detail h6, .in-patient-list .pat-ad-detail h6 a {
        font-size: 14px;
    }

    .lt-no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .in-patient-list.h-87 .profile-border-r {
        width: 50px !important;
        height: 50px !important;
    }

    .btn-bottom-right {
        z-index: 0 !important;
    }

    .in-patient-list.h-87, .min-he-93 {
        height: auto !important;
    }

    .in-patient-list {
        padding: 10px 14px !important;
    }

        .in-patient-list span.badge {
            padding: 6px 7px;
            font-size: 10px
        }

    .right-width {
        width: 81%;
    }

    .list-calendar .list-calendar-date {
        display: block;
        border-right: 1px solid #ddd;
        height: 100%;
        padding: 5px 3px 4px 4px;
        width: 100px;
        vertical-align: top;
        position: absolute;
    }

    .list-calendar .list-calendar-info {
        height: 100%;
        margin-left: 105px;
        padding: 8px 0 13px 7px;
        margin-bottom: 0;
        min-height: 37px;
        line-height: normal;
        font-weight: 500;
        color: #333;
    }

    .profile-photo-xs {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
    }

    .profile-sch-xs {
        margin-left: 65px !important;
    }

    .list-calendar .list-calendar-info > .row i.fa-2x.text-muted {
        position: absolute;
        top: 0;
        right: 15px;
        color: #e9e9e9;
    }


    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
        width: 156px;
    }

    .ks-right-panel.ks.ml-394.tab {
        margin-left: 31vh !important;
    }

    .ml-225.tab, .ks-right-panel.ks.lab-394 {
        margin-left: 180px !important;
    }

    section.patient_list .pat-list {
        /*height: 89vh !important;*/
    }

    .finance-height-545 {
        /*  height: 92vh;*/
    }

    .ks-right-panel.ks.ml-394.lab {
        /* margin-left: 337px !important;*/
    }

    /*.ks-right-panel.ks.ml-394 .op-patient {
        height: 90vh;
        overflow: auto;
        margin-bottom: 30px;
    }*/
    .vital.device ul li a {
        padding: 14px 8px 7px;
    }

    .msg-deatil-head {
        margin-right: 31px;
    }

    .module-search.consul-left {
        margin-left: 200px !important;
    }

    .profile-info-small .no-padding-left {
        margin-left: 30px;
    }

    .list-calendar .list-calendar-info > .row > :first-child {
        max-width: 500px !important;
        width: 500px;
    }

    .dashboard .widget-body .margin_top div {
        width: 36vw !important;
    }

    .pat-en-con .pat-profile {
        margin-left: 10px !important;
    }

        .pat-en-con .pat-profile h5, .pat-en-con .pat-profile h5 a {
            font-size: 12px !important;
            margin-top: 0px !important;
        }

    .pat-en-con p.app-date, .pat-app-top .appt ul.todo li p a {
        font-size: 12px !important;
    }

    .pat-en-con .mt-10 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pat-en-con span.badge {
        font-size: 11px;
        padding: 6px 6px;
    }

    .pat-en-con span.pat-entype {
        left: -28px !important;
        top: 27px !important;
        width: 48% !important;
    }

    .mob-ec-width {
        height: 287px !important;
    }

    .doc-timimg .modal-body.popup_overflow .ks-scroller {
        height: 290px;
    }

    .pat-app-top .appt span.handle {
        width: 0px;
    }

    .pat-app-top .appt ul.todo li p span.tdy-check a {
        font-size: 10px;
    }

    p.pat-et-btn button {
        padding: 3px 10px;
        font-size: 12px;
    }

    .form-width img.blankimg.add-pat-profile {
        height: 160px !important;
    }

    .ref-btn a {
        display: block;
        padding: 1px 5px !important;
        margin: 3px 0px;
        font-size: 11px;
    }

    .ref-referred {
        display: flex;
    }

    .pat-consultation .pat-profile p.dob {
        width: unset;
    }

    .ref-btn {
        bottom: -8px !important;
    }

    .pat-profile h5 a, .pat-profile h5 {
        font-size: 13px;
    }

    .profile-info-consult {
        display: inline-block;
        margin-left: 40px;
    }

    .pat-profile {
        margin-left: 40px !important;
    }

    .pat_list_view .pat-img img {
        width: 35px;
    }

    .pat_list_view .pat-img {
        padding-right: 0px;
    }

    .pat-consultation p.dr_name {
        margin-left: 0px !important;
    }
}








/*document module*/
.doc-table table tr th {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px;
    font-size: 14px;
}

.doc-table span.doc-dot {
    font-size: 15px;
    float: right;
    color: #fff;
}

.doc-file-drog label.input.input-file span.button {
    position: unset;
    height: 26px;
    width: 65px;
    text-align: center;
}

.doc-file-drog {
    border: 1px solid #dfdfdf;
    padding: 45px 0px 10px;
    overflow: auto;
    margin: 10px 0px;
}

    .doc-file-drog label.input.input-file input#dinput-file {
        border-bottom: none;
    }

.doc-table i {
    font-size: 16px;
}

.doc-table table tr:hover {
    background: #f3f2f1;
}

.doc-table table tr:first-child:hover {
    background: unset;
}

.doc-file-drog .d-flex {
    margin-top: -35px;
    border-bottom: 1px solid #d9d9d9;
}

    .doc-file-drog .d-flex p {
        font-size: 20px;
    }

.doc-file-drog .imgbox {
    width: 92%;
    display: block;
    height: 33px;
    border: transparent;
    display: flex;
    margin: 0px 0px 0px 20px;
}

    .doc-file-drog .imgbox i {
        font-size: 18px;
        padding-right: 5px;
    }

.mb-4 {
    margin-bottom: 35px;
}

.doc-file-drog .imgtxt-overflw-ellipsis {
    width: auto;
    text-align: left;
}

td.doc-icon .btn-group {
    position: absolute;
    right: 0;
    top: 10px;
}

td.doc-icon {
    position: relative;
}

    td.doc-icon .btn-group i.fa.fa-ellipsis-v.btn {
        box-shadow: unset;
        color: #fff;
    }

.doc-table table tr:hover .doc-icon i {
    color: #000 !important;
}

.doc-table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}

.doc-file-drog .drop-box {
    border: 1px dashed #fff;
    background: #fff;
}

.doc-file-drog .dashboard-scroll {
    margin-top: 5px;
}

.NotificationBellbadge {
    top: -2px !important;
    right: -10px !important;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

ul.navbar-nav.left-new-menu {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.left-new-menu li.nav-item a {
    font-size: 16px;
    color: #fff;
    display: block;
}

    .left-new-menu li.nav-item a i {
        margin-right: 5px;
    }

.left-new-menu li.nav-item {
    padding: 7px 10px;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
}

.dropdown-submenu a::after {
    transform: rotate( 90deg);
    position: absolute;
    right: 19px;
    top: 5px;
    border-width: 7px 0 7px 7px;
}

.left-new-menu .sub-menu {
    margin-left: 20px;
    border: 1px solid transparent;
    box-shadow: none;
    background: transparent;
}

.left-new-menu .child_menu {
    position: unset;
    margin-left: 33px;
    margin-top: 4px;
    border: none;
    box-shadow: none;
    border-top: 1px solid #d1d1d1;
    background: transparent;
}

.ks-left-panel {
    display: none;
}

.left-new-menu .child_menu li a {
    color: #fff;
}

.pad-left {
    padding-left: 0px;
    padding-right: 0;
}

section.patient_list.right-width {
    /*width: 83% !important;*/
    width: 100% !important;
    /*padding: 0px 0px 0px 0px !important;*/
}


@media only screen and (min-width:320px) and (max-width:640px) {

    .site_menus {
        z-index: 9;
    }

    .left-new-menu .child_menu {
        margin-left: 0px;
    }

    .mob-block {
        display: block !important;
        max-height: 100vh !important;
    }

    .left-new-menu .sub-menu {
        margin-left: 0px;
    }

    ul.navbar-nav.left-new-menu {
        margin: 8px 0px !important;
    }

    .sub-menu li a {
        padding: 5px 5px 5px 20px !important;
    }

    section.patient_list.right-width {
        width: 100% !important;
    }

    .mob-mt {
        margin-top: 5px;
    }
}

.left-new-menu ul.dropdown-menu.sub-menu {
    position: relative;
}

.left-new-menu li a span.arrow {
    position: absolute;
    right: 0;
}



div#content {
    padding: 0;
}

section.patient_list .pat-list {
    margin-bottom: 0 !important;
    /*height: 70vh;
    overflow: auto;*/
    padding-bottom: 20px;
}

section.patient_list .height-75 {
    margin-bottom: 0 !important;
    /*  height: 100vh;*/
    overflow: auto;
}
/*11-12-21*/
#mainNav .navbar-collapse {
    overflow: auto;
    max-height: 75vh;
}

    #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
        float: right;
        content: '\f107';
        font-family: 'FontAwesome';
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
        content: '\f105';
    }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level,
    #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
        padding-left: 0;
    }

        #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a,
        #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
            display: block;
            padding: 0.5em 0;
        }

            #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:hover,
            #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:focus,
            #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:hover {
                text-decoration: none;
            }

        #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a {
            padding-left: 1em;
        }

        #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
            padding-left: 2em;
        }

    #mainNav .navbar-collapse .sidenav-toggler {
        display: none;
    }

    #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
        position: relative;
        min-width: 45px;
    }

        #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
            float: right;
            width: auto;
            content: '\f105';
            border: none;
            font-family: 'FontAwesome';
        }

        #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link .indicator {
            position: absolute;
            top: 5px;
            left: 21px;
            font-size: 10px;
        }

    #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown.show > .nav-link:after {
        content: '\f107';
    }

    #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
        overflow: hidden;
        max-width: none;
        text-overflow: ellipsis;
    }

.sidenav-third-level li a {
    color: #fff;
    font-size: 12px;
}

.site_menus {
    height: 100vh;
    position: fixed;
    width: 200px;
    overflow: auto;
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link i {
    margin-right: 10px;
    font-size: 18px;
    width: 16px;
}

div#dfooter {
    border-top: 1px solid transparent;
    font-size: 14px;
}

/*div#bodyheight {
    padding-left: 0;
    padding-right: 27px;
}*/
.pat-search-txt {
    display: inline-table !important;
}

.pat-search, .pat-reset {
    border: 1px solid #ccc !important;
}

aside#left-panel ul.pull-left {
    display: none !important;
}

#mainNav .navbar-collapse .navbar-sidenav > .active {
    background: #035a5b;
}

@media (min-width: 992px) {

    #mainNav .navbar-collapse {
        overflow: visible;
        max-height: none;
    }

        #mainNav .navbar-collapse .navbar-sidenav {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            /* margin-top: 15px;*/
        }

            #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
                /*width: 216px;*/
                padding: 0;
                width: 100%;
            }

                #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
                    padding: 12px 18px;
                }

                #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
                #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
                    padding-left: 0;
                    list-style: none;
                }

                    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li,
                    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
                        width: 200px;
                    }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
                            padding: 1em;
                        }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
                            padding-left: 50px;
                            color: #ffffff;
                            font-size: 12px;
                            font-weight: 400;
                            text-transform: capitalize;
                        }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
                            padding-left: 65px;
                        }

        #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
            min-width: 0;
        }

            #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
                width: 24px;
                text-align: center;
            }

        #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
            max-width: 300px;
        }
}


@media only screen and (min-width:768px) and (max-width:900px) {
    header#header a.icon {
        display: block !important;
    }

    .logo-font {
        margin-left: 40px;
    }

    div #dMobile-menu {
        display: none !important;
    }

    .pat-tab {
        margin-left: 0px;
    }

    div#bodyheight {
        padding-left: 27px;
        padding-right: 27px;
    }


    #mainNav .navbar-collapse .navbar-sidenav > .nav-item,
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li,
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
        width: 100%;
        padding: 0;
    }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
            padding-left: 30px;
            color: #ffffff;
            font-size: 12px;
            text-transform: capitalize;
        }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
            padding-left: 43px;
        }

    .sidenav-third-level li a {
        color: #fff;
        font-size: 12px;
    }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
        list-style: none;
    }

    #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link i {
        margin-right: 8px;
        font-size: 18px;
        width: 14px;
    }

    .ks-right-panel.ks.pat-overview {
        margin-left: 200px !important;
    }

    .ks-nav.mob-left {
        /* width: 200px !important;*/
        margin-left: 0 !important;
    }

    .ks-right-panel .pat-app-top {
        margin-left: 0px !important;
    }

    .ks-right-panel.ks .finance-height-545 {
        height: 100vh;
        overflow: auto;
    }

    .patient-search .row {
        display: inline-block;
    }

    .well.in-patient-list .profile-info-small {
        margin-left: 80px;
    }

    .mob_response {
        margin-left: 0px;
    }

    .ks-right-panel .ks-right-content.top-width {
        width: 100% !important;
    }

    section.patient_list.right-width {
        width: 100% !important;
    }

    .middle-menu {
        width: calc(100% - 0px) !important;
        margin-left: auto;
    }

    .sch-mob .form-inline .search-wrapper .dropdown-toggle {
        padding: 10px 12px;
        font-size: 14px;
    }

    .mob_left .list-calendar-date {
        text-align: left !important;
    }

    .width-full {
        width: 100%;
    }

    .mob_left .list-calendar-info .dis-flex .profile-photo-xs {
        position: relative;
        margin-right: 15px;
    }

    .mob_left .list-calendar-info .mob-sec-profile .profile-info-xs {
        margin-left: 90px;
    }

    .ks-right-panel {
        width: 100%;
    }

    section.lab_search {
        height: auto;
    }

    .tab-height {
        height: auto;
        overflow: auto;
    }

    .ks-nav {
        border-right: 1px solid rgba(60,64,67,.08);
    }

    /* .ks-right-panel.ks.ml-394 {
        width: calc(100% - 0px) !important;
        display: block !important;
    }*/

    .lab_order_view {
        padding-left: 10px;
    }

    .tab-mb-10 {
        margin-bottom: 10px;
    }

    .ks-right-content.tab-w-52 {
        width: 52% !important;
    }

    .tab-height .profile-info-small .text-center {
        text-align: left !important;
    }

    .main-left-menu {
        width: 100% !important;
        max-width: 100% !important;
    }
}


@media only screen and (min-width:320px) and (max-width:640px) {
    .pat_list_view.pat-consultation {
        height: auto;
        min-height: 200px;
    }

    ul.dash-mob-op span.todo-time {
        width: 100px !important;
    }

    ul.dash-mob-op p.todo-date {
        margin-left: 100px !important;
    }

    .pat-profile.mob-lef-0 {
        margin-left: 0px !important;
    }

    .in-patient-list.mob-h-auto {
        height: 176px;
    }

    .mob-device-left i.fa {
        margin-left: 0px !important;
    }

    .mob-device-left {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .mob-h-auto {
        height: auto;
    }

    .mob-mt-20 {
        margin-top: 20px;
    }

    .mob-ip-height .mob-align-right {
        text-align: right;
    }

    .mob-ip-height {
        height: auto !important;
    }

    .mob-op-consult a.btn.lar-scr-padd {
        margin-top: 0px !important;
        margin-right: 30px !important;
    }

    .mob-op-consult .font-size-12 {
        margin-left: 0px !important;
    }

    .mob-op-consult .con-wraps {
        display: block;
    }

    .mob-op-consult .mob-con-req ul.dropdown-menu {
        padding: 0px 0px;
        margin: -2px 0 0;
    }

        .mob-op-consult .mob-con-req ul.dropdown-menu li a {
            padding: 2px 20px;
        }

    .mob-op-consult {
        padding: 10px 0px;
    }

    .m-con-text {
        float: left;
        width: 59%;
    }

    .mob-con-width {
        display: inline-block;
        width: 100% !important;
    }

    .m-w-100 {
        width: 100%;
    }

    .mob-d-block {
        display: block !important;
    }

    .doc-file-drog .d-flex p {
        font-size: 13px;
    }

    .doc-file-drog .d-flex .doc-browse {
        margin-left: 15%;
        margin-bottom: 10px;
    }

    .pat-print button {
        padding: 6px 10px;
    }

    .pat-consultation .pat-profile {
        margin-left: 0px !important;
    }

    .enc_detail .ref-referred {
        text-align: left;
    }

    .enc-detail-page .pat-en-con .badge-group {
        margin-bottom: 7px;
    }

    .enc-detail-page .pat-en-con span.pat-entype {
        left: -61px !important;
        top: 60px !important;
        padding: 3px !important;
        color: #ec479a;
        width: 66% !important;
    }

    .btn-checkin {
        margin-right: 0px;
    }

    .margin-bottom-0 .pull-right {
        float: unset !important;
        text-align: center;
    }

    .pagination {
        padding-bottom: 0px !important;
        margin: 5px 0 !important;
    }

    .margin-bottom-0 .text-muted.Bold {
        margin-top: -30px !important;
        text-align: center;
        margin-right: 100px;
    }

    .pat-en-con span.pat-entype {
        left: -78px !important;
        top: 77px !important;
        padding: 3px;
        color: #ec479a;
        width: 90% !important;
    }

    .pat-profile {
        margin-left: 15px !important;
    }

    .mob-ec-width .pat-en-con .app-left {
        margin-left: 15px;
        margin-top: 0px;
    }

    .dash-my-pat table tr a {
        overflow: hidden !important;
    }

    .pat-consultation div .op {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
    }

    .pat-consultation {
        padding: 5px 5px 5px 5px;
    }

        .pat-consultation .pat-profile {
            margin-left: 0px;
        }

        .pat-consultation div {
            padding-left: 0;
            padding-right: 0;
        }

        .pat-consultation span.badge, .pat-ipconsult .mob-no-padding span.badge, .mlab-flex span.badge,
        .pat-consultation .mob-join-btn span {
            float: left !important;
        }

        .pat-consultation div .op, .pat-consultation div .text-muted {
            font-size: 14px;
        }

        .pat-consultation .pat-profile p.dob {
            width: auto;
        }

    .mob-ec-width {
        height: 100% !important;
    }

    .mob-d-flex {
        display: flex;
    }

    .moni-ml-10 .pat_list_view .pat-profile {
        margin-left: 0px;
    }

    .joincall {
        margin-top: 10px;
    }

    .moni-ml-10 .pat_list_view .pat-img {
        height: unset !important;
    }

    .pat-consultation .mob-join-btn span a.btn {
        margin: 5px 8px 5px 5px !important;
    }

    .mob-3btn span.text-muted {
        display: block;
        width: 100%;
        margin-top: 5px !important;
    }

    .mob-3btn span {
        float: left !important;
        display: block;
    }

    select.input-medium, input.input-medium, input.input-small, select.input-small, .input-large,
    .input-xlarge {
        width: 100% !important;
    }

    .profile-photo-350 img.blankimg.add-pat-profile {
        height: 100% !important;
    }

    .mob-no-padding {
        padding-right: 0px;
        padding-left: 0;
    }

    .mob-3btn .pull-right a.btn {
        padding: 6px 10px !important;
        margin-left: 0px !important;
    }

    a.btn.ng-scope.ng-isolate-scope {
        margin-top: 6px !important;
        margin-bottom: -20px;
    }

    .mob-3btn .pull-right {
        float: left !important;
    }

    .row.tab-dis-unset {
        display: block !important;
    }

    .pat-ipconsult {
        padding-right: 0px !important;
    }

    span.or {
        width: 100%;
        text-align: center;
        display: block;
        position: unset !important;
    }

    div#dProfile {
        display: flex;
    }

    .patient-add {
        overflow: unset !important;
    }

    .dash-my-pat .list-view {
        margin-bottom: 10px;
    }

    #text-overflow-ellipsis {
        overflow: unset;
    }

    .profile-photo-small, .profile-photo-xs {
        height: 55px !important;
        border-radius: 50%;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-left: 0px;
        position: absolute;
        display: inline-block;
        width: 55px !important;
    }

    .dash-my-pat .list-view .profile-info-small, .dash-pinned .profile-info-small,
    .mob-tel-app .profile-info-small {
        margin-left: 70px;
    }

    .dash-top {
        padding-left: 10px;
    }

    #logo-group > span {
        color: var(--txt-color-bell) !important;
        font-size: 14px !important;
        left: 35px;
        position: absolute;
        top: 10px;
    }

    .menu-on-top #header {
        box-shadow: -11px 12px 23px rgb(0 0 0 / 6%) !important;
        height: 67px;
    }

    body.smart-style-6 #logo-group > span#logo:before, .mob-d-none {
        display: none;
    }

    .multifacility, .singlefacility {
        position: absolute;
        margin-top: 0Px;
    }

    .pat-list.moni-ml-10 .pat_list_view {
        height: auto !important;
    }

    .pat_overview .row.pat-app-top .mt_15 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .pat-en-con span.badge {
        margin-bottom: 10px;
        margin-left: 15px;
    }

    div#dfooter {
        width: 100% !important;
    }

    div#mainNav ul#exampleAccordion {
        width: auto !important;
    }

    .ks-nav {
        width: 133px !important;
    }

    .ks-right-panel.ks.ml-394 {
        width: calc(100% - 133px) !important;
    }

    .tab-height .profile-info-small .col-lg-3 h5.no-margin, .profile-info-small .col-lg-3 h5.no-margin {
        clear: both;
    }

    .tab-height .profile-info-small {
        margin-left: 50px !important;
    }

    #header > div {
        height: 20px;
    }

    header#header a.icon {
        display: block !important;
    }

    .logo-font {
        display: inline-block;
    }

    .top-search.mob-space .btn-default {
        padding: 10px 4px;
    }

    .pat-list.moni-ml-10 {
        margin: 0px 0px 0px 0px;
    }

    .ml-0 {
        padding-right: 0px;
    }

    .mob-block .row-flex {
        display: block !important;
    }

    .pat-consul {
        height: unset !important;
    }

    .ks-right-panel .ks-right-panelheader .pull-right.mt-30 {
        margin-top: 9px;
    }

    .ml-160, .pat-history, .mob-ml-0 {
        margin-left: 0px !important;
    }

        .mob-ml-0 .ks-right-panel-content {
            padding: 0px !important;
        }

    .ass-mob-margin {
        margin: 10px 0px 0px;
    }

    #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
        padding: 10px 10px;
    }

    img {
        max-width: 200%;
    }

        img.profile-photo-small {
            width: 125px;
        }

    .pat_list_view .pull-right {
        float: left !important;
        margin-left: 5px;
        margin-top: 10px !important;
    }

        .pat_list_view .pull-right a.pull-right {
            display: none;
        }

    #mainNav .navbar-collapse .navbar-sidenav > .nav-item,
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li,
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
        width: 100%;
        padding: 0;
    }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
            padding-left: 44px;
            color: #ffffff;
            font-size: 12px;
            text-transform: capitalize;
        }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link i {
            margin-right: 10px;
            font-size: 18px;
            width: 11px;
            margin-left: 3px;
        }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
            padding-left: 60px;
        }

    .ks-right-panel.ks.pat-overview, .ks-right-panel.ks.ml-400.mob-130 {
        margin-left: 130px !important;
    }

    .ks-nav.mob-left {
        width: 130px !important;
        margin-left: 0 !important;
    }

    .ks-right-panel .pat-app-top {
        margin-left: 0px !important;
    }

        .ks-right-panel .pat-app-top .col-lg-6 {
            padding-left: 0;
            padding-right: 0;
        }

    .ks-right-panel .ks-right-content.top-width, .rw-100 {
        width: 100% !important;
    }

    .pat_list_view {
        /*overflow: auto;*/
        margin-left: 0;
        padding: 10px 10px 10px 10px;
    }

        .pat_list_view .input-sm {
            height: 20px;
        }

    section.patient_list .pat-list .pat_list_view .row-flex, .patient-search .row {
        display: inline-block;
    }

    .pat-profile p.dr_name {
        margin-left: 0px !important;
    }

    .mob_response {
        margin-left: 0px;
    }

    .middle-menu {
        width: calc(100% - 0px) !important;
        margin-left: auto;
    }

    .head-capitalize {
        display: block;
    }

    .sch-mob {
        padding-left: 0px;
        padding-right: 0px;
    }

        .sch-mob .form-inline, .sch-mob .form-inline .search-wrapper {
            display: block;
            padding: 0;
        }

            .sch-mob .form-inline .search-wrapper .dropdown-toggle {
                padding: 10px 12px;
                font-size: 14px;
            }

            .sch-mob .form-inline .search-wrapper #search-project {
                width: 68%;
                float: left;
            }

    .mob_left .list-calendar-date, .mob_f-left {
        text-align: left !important;
    }

    .mob_left .list-calendar-info .dis-flex .profile-border-a {
        border-left-color: #356e35;
    }

    .mob_left .list-calendar-info .dis-flex .profile-photo-xs {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-right: 10px;
    }

    .mob_left .list-calendar-info .mob-sec-profile img.profile-photo-xs {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-left: 10px;
        position: absolute;
    }

    .mob_left .list-calendar-info .mob-sec-profile .profile-info-xs {
        margin-left: 65px;
    }

    .ks-right-panel, .lab-header .input-group .input-group-btn .dropdown-toggle {
        width: 100%;
    }

    .lab-header .input-group #search-project {
        width: 63%;
        float: left;
    }

    .mob_block {
        display: block;
    }

    .mob-wid-auto {
        width: auto !important;
    }

    .mob-fl {
        float: left !important;
    }

    .tab-height .profile-info-small .text-center {
        text-align: left !important;
    }

    .main-left-menu {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mob-bill-width {
        display: block;
        width: 59%;
        float: left;
    }

    .unbill-service, .mob-insurance {
        padding: 0 !important;
    }

    .overview-stat {
        padding: 13px 1px;
    }

    .mob-insurance .no-padding {
        display: block;
        width: 100%;
    }

    .mob-insurance:first-child {
        border-right: 1px solid #ccc !important;
    }

    .mob-insura button.close-icon-search {
        display: none;
    }

    .mob-rad-top {
        width: 100%;
        margin: 0 !important;
    }

        .mob-rad-top h3 {
            margin-left: 15px !important;
        }

        .mob-rad-top form .input-group {
            display: block;
        }

            .mob-rad-top form .input-group input#search-project {
                width: 65%;
                float: left;
            }

    .mob-mr-0 {
        margin-right: 0;
    }

    .mob-profile {
        width: 100px;
        height: 100px;
        margin-left: -130px !important;
    }

    .tab-flex {
        padding-left: 0px;
        padding-right: 0;
        display: flex;
    }

    .mob-maintenance .col-lg-2, .mob-maintenance .col-lg-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-flex button:last-child {
        padding: 10px 5px;
    }

    ul#external-events {
        float: left !important;
        padding-left: 0;
        margin-bottom: 0px;
    }

    .dashboard .widget-body .margin_top div {
        width: 94vw !important;
    }

    .dash-mt-10 {
        padding: 0px 10px;
    }

    .new-heading h1.page-title.mob_block {
        margin-top: 10px;
    }

    .mob-tel-app .widget-body .list-view {
        border-bottom: 1px solid #d5e3ef;
        margin-bottom: 10px;
    }

        .mob-tel-app .widget-body .list-view img.profile-photo-small {
            height: 55px !important;
            border-radius: 50%;
            background-clip: padding-box;
            border: 3px solid #f5f5f5;
            box-shadow: 0 0 10px rgb(0 0 0 / 15%);
            margin-left: 0px;
            position: absolute;
            display: inline-block;
            width: 55px !important;
        }

    .w-103 {
        width: 100% !important;
    }

    .todo > li > :first-child {
        width: 0px;
    }

    .todo > li > p {
        margin-left: 0px;
        border: 1px solid #ffffff;
        background: #fff;
    }

    .btn-checkin {
        margin-right: 0px !important;
        margin-top: 10px !important;
    }

    .todo-group-title {
        clear: both;
    }

    .mob-center {
        float: unset !important;
        text-align: center;
    }

    span[role=alert] {
        color: #d68273;
    }

    div#clearHeaderSearch .consul-left {
        margin-left: 0 !important;
    }

    .mob-m-0-10 {
        margin: 0px 10px;
    }

    .mob-w-auto {
        width: 100%;
        overflow: auto;
    }
}



@media only screen and (min-width:1920px) {
    a.lar-scr-padd {
        margin-top: 0px !important;
    }

    .pat-con-right-btn {
        top: 10px !important;
        left: 50px !important;
    }

    .mt-7 {
        margin-top: 0px !important;
    }

    .login_form {
        height: 89vh !important;
    }

    #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
        /*width: 300px;*/
        width: 100%;
    }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
            /*width: 287px;*/
            width: 100%;
        }

            #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
                padding-left: 70px;
            }

            #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
                padding-left: 90px;
            }

    .ks-right-panel.ks.ml-394.large {
        /*margin-left: 52vh !important;*/
    }

    .ml-225 {
        /* margin-left: 324px !important;*/
    }

    section.patient_list .pat-list {
        /* height: 86vh !important;*/
    }

    section.patient_list .height-75, .epo-patient.large {
        /*height: 100vh;*/
    }

    .pati-pad-left-10 {
        padding-bottom: 30px !important;
    }
    /*.consul-left.ml-320, .radio-search.ml-320, .finance-bill.ml-320 {
        margin-left: 320px !important;
        height: 100vh;
        overflow: auto;
    }*/
    .insurance-95 {
        /* height: 95vh;*/
    }

    .op-patient, .canteen-menulist {
        /* height: 100vh;*/
    }



    .inp-admin {
        /*height: 83vh;*/
    }

    .patient-add .form-width {
        /* height: 100vh !important;*/
    }

    .mob-profile {
        width: 100px;
        height: 100px;
        margin-left: -155px !important;
    }

    #exampleAccordion > li:nth-child(2) ul.sidenav-second-level li a {
        padding-left: 47px !important;
    }

    .profile-photo-350 img.blankimg.add-pat-profile {
        height: auto !important;
    }
}

@media only screen and (min-width:2160px) {
    .ks-right-panel.ks.ml-394.large {
        /*margin-left: 39vh !important;*/
    }
    /*.consul-left.ml-365, */ .radio-search.ml-365 /*, .finance-bill.ml-365*/ {
        /* margin-left: 365px !important;*/
        /* height: 98vh;
        overflow: auto;*/
    }
}



@media only screen and (min-width:2560px) {
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
        width: 400px;
    }

        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
            width: 387px;
        }

            #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
                padding-left: 100px;
            }

            #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
                padding-left: 120px;
            }

    .ml-225 {
        /*margin-left: 180px !important;*/
    }

    section.patient_list .pat-list {
        /* height: 87vh !important;*/
    }

    .ks-right-panel.ml-225.ex-large {
        margin-left: 17% !important;
    }

    .msg-deatil-head {
        padding-bottom: 30px;
    }
}

header#header a.icon {
    position: absolute;
    font-size: 20px;
    color: var(--txt-color-bell) !important;
    left: 10px;
    top: 20px;
    width: 20px;
}

header#header a.icon {
    display: none;
}

.ks-right-panel .ks-right-content {
    width: 84% !important;
}

.ks-right-panel.ks {
    margin-left: 240px !important;
}

.ks-nav {
    margin-left: 16px !important;
}

    .ks-nav ul.nav {
        display: block;
    }

    .ks-nav .text-center .btn {
        color: #fff;
    }

.ks-right-panel .pat-app-top {
    display: block;
}

div#content {
    position: unset;
}

.patient-add .page-header {
    margin: 0px;
}

.patient-add {
    overflow: auto;
}

    .patient-add .form-width {
        /*min-height: 500px;
        overflow: auto;
        height: 550px;*/
    }
/*
    .patient-add .navbar-fixed-bottom {
        left: 16.5%;
    }*/

.pat-consul .row-flex, .pat_list_view .row-flex {
    display: unset;
}

.pat-consul {
    height: 90px;
}

.pat-list.moni-ml-10 .pat_list_view {
    margin-left: 5px;
}

.ks-right-panel.ks.ml-400 {
    margin-left: 409px !important;
    margin-bottom: 20px;
}

.ml-160, .pat-history {
    margin-left: 160px;
}

.ks-right-panel .ks-right-panelheader {
    margin-bottom: 0px !important;
}

.pat_vital {
    overflow: auto;
    margin-top: -10px;
}

.ml-3 {
    margin-left: 3px;
}

.pat-consul .pat-profile p.dr_name.ng-binding {
    margin-top: 20px;
    margin-left: 50px;
}

.pat-consul .pat-profile p.dob.sch-wraps {
    position: absolute;
    margin-left: 0px;
}

.modal-header h4.modal-title {
    position: absolute;
}

.pat-pharmacy {
    margin-left: 225px !important;
    height: 100vh;
    overflow: auto;
}

.consul-left {
    margin-left: 200px !important;
}

    .consul-left .slider {
        margin-top: 20px;
        border-top: solid 1px #ddd;
        padding-top: 15px !important;
        margin-bottom: 0px;
    }

.mb-10 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.ip_admission .search-result, .pat-pharmacy .search-result, .mt_15 {
    margin-top: 15px;
}

.ip_admission .ks-right-panelheader, .ks-nav.epi-monitor {
    padding-top: 10px;
}

div#mainNav ul#exampleAccordion {
    /* height: 100vh;
    overflow: auto;*/
    padding-bottom: 100px;
    width: 100%;
    /*margin-top: 15px;*/
}

.pat-pharmacy .table-responsive {
    margin-top: 15px;
    border: 1px solid #ddd;
}

.ks-nav.ml-0, .ks-nav.mob-left, .ks-nav.epi-monitor, .ks-nav.inpat_admin {
    margin-left: 0px !important;
}



.ks-right-panel.ks {
    margin-left: 390px !important;
}

.ks-right-panel .ks-right-content {
    width: 100% !important;
    overflow: unset !important;
    margin-bottom: 20px;
}

.padding-13 {
    padding-bottom: 20px !important;
}

.inpat-admin-detail {
    height: 79vh;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ks-right-panel-content.in-pat-detailalign .pat-app-top {
    display: flex;
}

.ks-right-panel-content.in-pat-detailalign {
    /*  height: 80vh;*/
    overflow: auto;
}

.cal-schedule {
    float: inherit;
}

.dash-mt-10 {
    padding-top: 20px;
    /* height: 100vh;
    overflow: auto;*/
}

.w-100 {
    width: 100%;
}

.w-103 {
    width: 50%;
}

.mr-10 {
    margin-right: 10px;
}

h3.lab-pack-head {
    margin: 7px 0px;
}

.phar-request /*, .ml-225*/ {
    margin-left: 225px !important;
}

.radio-search, .finance-bill {
    /*margin-left: 200px !important;*/
    margin-left: 0px !important;
}

.unbill-service {
    /* height: 85vh;*/
    overflow: auto;
}

.phar-request .search-result {
    height: 82vh;
    overflow: auto;
}

.finance-bill .search-result {
    /* height: 90vh;*/
    overflow: auto;
    padding-bottom: 30px;
}

.border-none {
    border-bottom: none !important;
    padding-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.fin-maintainence {
    /*height: 91vh;*/
    overflow: auto;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 9px) !important;
}

.p-0 .pha-purch, .p-0 section.patient_list {
    padding: 0px 0px 10px 0px;
}

.ml-225 .page-header {
    margin: 0px 0 15px;
}

i.fa.fa-caret-down {
    display: none;
}

.widget .min-heght-260 {
    min-height: 260px !important
}

.ks-nav {
    padding-top: 10px;
    /* width: 169px !important;*/
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level li a {
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

select.top-select:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px) !important;
}

.ks-right-panel.ks.ml-394 {
    /*margin-left: 62vh !important;*/
    /*  margin-left: 394px !important;*/
    margin-left: 0 !important;
    width: calc(100% - 165px);
    display: inline-block;
}

.middle-menu {
    width: calc(100% - 200px);
    margin-left: auto;
}

.main-left-menu {
    width: 200px;
    max-width: 200px;
}

.ks-nav {
    display: inline-block;
}

.ks-right-panel.ks.ml-406 {
    margin-left: 406px !important;
}

.ks-right-panel.ks.ml-409 {
    margin-left: 409px !important;
}

.add_newbrowse {
    margin-top: 0px;
    /*position: absolute;*/
    right: 0;
}

.pat-ref-consult .pat_list_view {
    margin-top: 69px;
    height: 73px;
}

a.btn.joincall {
    color: #fff;
}
/*.ks-nav {
    width: 25vh !important;
}*/
.doc-browse {
    margin-left: 30%;
}

.con-wraps {
    display: inline-block;
    width: 146px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.in-patient-list.h-87 {
    height: 88px;
    padding: 13px 17px !important;
}

/*.charges-height, */ /*.ward.pat-overview.ml-394*/ /*, .ks-right-panel.ks.inpat-ward*/

{
    /* height: 99vh;
    overflow: auto;*/
}

.m-10 {
    margin: 0px 10px;
}

.pop-drop::after {
    display: none;
}

.fa-3x {
    font-size: 2.5em;
}

.pop-dats ul.dropdown-menu {
    left: 10px !important;
}

.pop-dates ul.dropdown-menu {
    left: -30px !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid transparent;
}
.table-borderedd th, .table-borderedd td {
    border: 1px solid #DDD;
    width: 20%;
}

.table-borderedd th {
    background-color: #EEE;
}

.dis-flex {
    display: inherit;
}

.list-calendar-info .dis-flex i.fa.fa-long-arrow-right {
    right: 0;
    position: absolute;
}

.btn-circle i.fa.fa-plus {
    color: #fff;
}
/*slider model message showing*/
.modal-footer {
    display: unset;
}

@media only screen and (min-width:1440px) and (max-width:1600px) {
    .ml-225 {
        /* margin-left: 241px !important;*/
    }

    section.patient_list .pat-list {
        /* height: 94vh !important;*/
    }

    .patient-add .form-width {
        /* height: 92vh;*/
    }

    .Consultation.finance-height {
        /* height: 100vh;*/
    }
}

.Pro_Page {
    margin-left: 200px;
    /*position: absolute;
    overflow: auto;
    height: 100vh;*/
}

.sidemenuactive {
    background: var(--site-menu-active);
}

.pati-pad-left-10 {
    margin-top: -10px;
}

.pat_vital .mar-rig-left-10 {
    margin: 0px 5px 0px 7px;
}

.head-capitalize, .consul-left h1 {
    margin-top: 0 !important;
}

.inpat-admin-detail .jarviswidget > div {
    border: 1px solid #ccc;
}

.sch-bord-btm .new-heading1 {
    padding: 10px 0px 10px 0px;
}

.pro-list {
    height: 70px;
}

    .pro-list .pat-profile {
        padding-left: 15px;
    }

.sett-alergy div {
    padding-left: 15px;
}

/*.pat-consultation {
        height: 97px;
    }*/
.pat-consultation .row-flex {
    display: flex;
}

.h-100 {
    height: 100vh !important;
}

.insurance-body {
    /* height: 84vh;*/
    overflow: auto;
    margin-bottom: 30px;
}

.pat_form {
    /* height: 87vh;
    overflow: auto;*/
}

.cal-schedule .well {
    /* height: 100vh;*/
    margin-bottom: 0;
    /*overflow: auto;*/
    border-left: var(--border-left);
}

.Consul-list {
    /* height: 100vh;*/
    margin-bottom: 0;
    /*overflow: auto;*/
    border-left: var(--border-left);
}

    .Consul-list:hover {
        box-shadow: var(--box-shadow-hover) !important;
    }

.h-100 .pb_30 {
    padding-bottom: 30px !important;
}

/*.pat-ipconsult {
    height: 85vh;
    overflow: auto;
}
*/
.inp-admin {
    margin: 15px;
}

.doc-table.pat_document {
    padding-bottom: 40px;
}

.doc-table.enc_document {
    padding-bottom: 0px;
}


.concult-list .op-pat-img {
    padding-right: 0px;
    padding-left: 10px;
}

img.blankimg.add-pat-profile {
    height: 240px !important;
}
/*.patient_list.right-width.cal-schedule {
    width: 85% !important;
}*/
.msg_content {
    /* height: 86vh;*/
    overflow: auto;
}


.row.dis-block, .dis-block {
    display: block;
}

.singlefacility {
    position: absolute;
    margin-top: 4Px;
}

.multifacility {
    position: absolute;
    margin-top: 4Px;
}

.ad-pharamacy {
    /* height: 94vh;*/
    overflow: auto;
    padding-bottom: 40px;
}

.ks-right-panel.ks.ward.pat-rule {
    margin-left: 0px !important;
}


.right-width {
    width: 85%;
    float: right;
    /* overflow: auto;
    height: 100vh;*/
}

.pt-0 {
    padding-top: 0px !important;
}

.pri_info .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

body.smart-style-6 ::-webkit-scrollbar {
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #fff;
}

.dr_time {
    min-width: 270px !important;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

span.tdy-check {
    position: absolute;
    right: 0;
}

.epi_document {
    /* height: 84vh;*/
    /*overflow: auto;*/
    padding-bottom: 40px;
}

.ml-200 {
    margin-left: 200px !important;
}

.epi-rule {
    /* height: 94vh;*/
    overflow: auto;
}

.pt-15 {
    margin-top: 15px;
}

@media only screen and (min-width: 576px) {
    .con-popup .modal-dialog, .call-popup, .doc-timimg {
        max-width: unset !important;
    }
}

.font-image {
    color: green;
    font-size: 15px;
}

.drug-table {
    height: 100vh;
    overflow: auto;
}

.pharmacy-purch {
    /*  height: 90vh;*/
    overflow: auto;
}

.canteen-menulist {
    /* height: 88vh;*/
    overflow: auto;
    margin-bottom: 30px;
}

.highrisk-bmi {
    background-color: red !important;
    color: white;
    padding: 2px;
    display: inline-block;
}

.mediumrisk-bmi {
    background-color: yellow !important;
    padding: 2px;
}


.doc-timimg .popup_overflow .sched-popup table.ks-table {
    width: 100%;
}

.cons-copy {
    position: absolute;
    margin-left: 0px !important;
    top: 40px;
    bottom: 0px;
    right: -54px;
}

.mb-35 {
    margin-bottom: 35px;
}

.z-index-1 ul.pagination li a, .dashboard-dropdown-scroll {
    z-index: 1;
}


.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

.mob-profile {
    width: 100px;
    height: 100px;
    margin-left: -130px !important;
}

.pagination {
    padding-bottom: 30px;
}

.top-menu_scrl {
    max-height: 450px;
    height: 450px;
    overflow: auto;
    z-index: 1;
}

    .top-menu_scrl::-webkit-scrollbar {
        background: #ffffff !important;
        width: 10px !important;
    }

.pages_load {
    text-align: center;
}

.dash-mt-10, body {
    background: #fff !important;
}

div#clearHeaderSearch, .cal-schedule .well {
    box-shadow: none;
}

.login_form {
    /*background: #edecec;*/
    height: 82vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login_form .client-form header {
        font-size: 25px;
        font-weight: 400;
        color: #455a64;
    }

.enc_font {
    color: #3276b1;
    font-size: 13px;
}

.enc-header {
    margin-bottom: 13px;
    color: teal;
    font-weight: bold;
}

.pro-print .well, .pat-print .well {
    border: none;
    box-shadow: none;
    background: #fbfbfb;
}

.pro-print .well {
    margin-bottom: 30px !important;
}

.pat-print .well {
    background: #fff !important;
}

    .pro-print .well button, .pat-print .well button {
        margin-right: 10px;
    }

.ks-nav {
    border-right: 1px solid rgba(60,64,67,.08);
}

.ks-right-panel {
    border-right: 1px solid transparent;
}

.pro-gender .form-group label span {
    margin-top: 7px !important;
}

.input-group-btn ul.dropdown-menu, form ul.dropdown-menu {
    z-index: 1;
}

.asset-mar-right {
    margin-right: 10px;
}

.pro-print .well {
    box-shadow: none;
    background: transparent;
    border: none;
}

    .pro-print .well button {
        margin-right: 10px;
    }

#exampleAccordion > li:nth-child(2) > a:after {
    display: none;
}

ul#exampleAccordion i.fa.fa-caret-down {
    display: unset;
    position: absolute;
    right: 16px;
    font-size: 17px;
}

span.or {
    position: absolute;
    right: 38%;
    top: 62px;
}

.pat_menu-drop {
    padding: 0px;
}

    .pat_menu-drop::after {
        margin-top: -25px;
        padding: 5px;
    }

#exampleAccordion > li:nth-child(2) ul.sidenav-second-level li a {
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-right: 18px !important;
}
/*footer*/
div#dfooter {
    width: calc(100% - 200px);
    position: absolute;
    right: 0;
    background: var(--footer-bg-color);
}

    div#dfooter span, div#dfooter p, div#dfooter a {
        color: white !important;
    }

.con-pagination ul.pagination {
    padding-bottom: 0px !important;
}

.pat-en-con .no-padding {
    border: 1px solid #fbdaeb;
}

p.pat_en_type span {
    position: absolute;
    left: -28px;
    top: -50px;
    font-size: 11px;
    background: #c0c0c0;
    padding: 1.5px;
}

p.pat_en_type {
    position: relative;
    transform: rotate(-90deg);
}

.pat-profile {
    margin-left: 20px;
}

.pat-en-con span.pat-entype {
    position: absolute;
    transform: rotate(-90deg);
    left: -22px;
    background: #fbdaeb;
    top: 20px;
    font-size: 10px;
    padding: 3px;
    color: #ec479a;
    text-align: center;
    width: 62px;
    display: inline-block;
}

.pat-en-con .pat-profile h5, .pat-en-con .pat-profile h5 a {
    font-size: 15px;
    margin-top: 2px;
}

.pat-en-con .pat-profile p {
    font-size: 12px;
}

.pat-en-con .pat-profile h5 a {
    font-weight: normal;
    color: #999;
}

.pat-en-con .pat-profile h5 {
    color: #3276b1;
    font-weight: 600;
}

.mtb-5 {
    margin: 5px 0px;
}

.p-o-admission span.pat-entype {
    background: #d4e0fb;
    color: #2663eb;
}

.p-o-admission .no-padding {
    border: 1px solid #d4e0fb;
}

.p-o-Monitoring .no-padding {
    border: 1px solid #fdecce;
}

.p-o-Monitoring span.pat-entype {
    background: #fdecce;
    color: #f59e0a;
}

.pat-en-con.p-o-Surgery span.pat-entype {
    background: #e5d8fb;
    color: #7b3aed;
}

.p-o-Surgery .no-padding {
    border: 1px solid #e5d8fb;
}

.pat-app-top h4.form-header {
    margin-bottom: 0px;
}

p.pat-et-btn {
    text-align: right;
}

.patient-add .well {
    background: #fff !important;
}

.mt-7 {
    margin-top: 7px;
}

.pat-con-right-btn {
    position: absolute;
    top: 20px;
    margin-left: 0px !important;
    left: 100px;
}

.dash-tel-copy {
    position: absolute;
    margin-left: 0px !important;
    right: 180px;
}

.ref-btn {
    position: absolute;
    right: 10px;
    bottom: 2px;
}

    .ref-btn a {
        border: 1px solid #0c4748;
        padding: 5px 10px;
        color: #fff;
        background: #02AAAD;
        border-radius: 4px;
    }

        .ref-btn a:after {
            content: '\f107';
            font-family: 'FontAwesome';
            padding-left: 7px;
        }

.ref-detail {
    margin: 10px 5px;
    border-top: 1px solid #ddd;
    padding: 10px 0px 0px;
}

.pat-add-deta .profile-info-small {
    margin-left: 0px;
}

.mar-left-30 {
    margin-left: 30px !important;
}

.appt ul.todo span.tdy-check a {
    position: absolute;
    right: 20px;
}

.appt ul li p strong {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pat-list.moni-ml-10 .pat_list_view .pat-img {
    height: 70px;
}

.multifacility, .singlefacility {
    position: absolute;
    margin-top: 0Px;
}

.enc-detail-page .pat-en-con span.badge {
    padding: 5px 10px;
    margin-bottom: 4px;
}

.enc-detail-page .pat-en-con .badge-group a.badge {
    border: 1px solid #004D40;
    background-color: #02AAAD;
    font-weight: normal;
    border-radius: 4px;
    padding: 3px 8px;
}

.enc-detail-page .pat-en-con .badge-group {
    margin-bottom: 3px;
}

.p-o-Surgery .ref-referred .no-padding {
    border: none;
}

.enc-detail-page .pat-en-con .badge-group a.badge::after {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 13px;
    margin: 0px 0px 0px 4px;
}

.reff-icon::after {
    font-family: 'FontAwesome';
    content: '\f106';
}

table.p_sum-vital + .slimScrollBar {
    opacity: 0 !important;
}

@media only screen and (min-width:744px) and (max-width:760px) {
    .patient-add {
        overflow: unset !important;
    }

    .input-small, .input-xlarge, .input-medium, .notificationmultiselect .multiSelect > button {
        width: 100% !important;
    }

    a.badge.bad-followup {
        margin-bottom: 2px;
    }

    .pat-en-con span.pat-entype {
        left: -30px;
        top: 30px;
        width: 80px;
    }

    .no-padding-left {
        padding-left: 0px;
    }

    .enc-detail-page .pat-en-con .badge-group a.badge {
        padding: 2px 8px;
    }

    .fa-barcode {
        margin-right: 10px;
    }

    .tel-med-app .list-view .profile-info-small {
        margin-left: 80px;
    }

    .btn-checkin {
        margin-right: 60px !important;
        margin-top: 10px;
    }

    .dash-my-pat .list-view {
        margin-bottom: 10px;
    }

    #text-overflow-ellipsis {
        overflow: unset;
    }

    #logo-group > span {
        color: #fff !important;
        font-size: 20px !important;
        left: 35px;
        position: absolute;
        top: 10px;
    }

    body.smart-style-6 #logo-group > span#logo:before {
        display: none;
    }

    .logo-font {
        position: absolute;
        top: -12px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        max-height: 100vh !important;
    }

    #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
        padding: 12px 18px;
    }

    div#mainNav ul#exampleAccordion {
        width: unset;
    }

    .side-modal {
        right: -754px;
    }

    .dashboard.bg_ex-light .margin_top div {
        width: 68vw !important;
    }

    .jarviswidget header h2 {
        width: 155px;
    }

    header#header i.fa.fa-bars {
        padding: 5px 4px;
        font-size: 23px;
    }

    header#header a.icon {
        position: absolute;
        font-size: 20px;
        color: var(--txt-color-bell) !important;
        left: 10px;
        top: 20px;
        width: 20px;
    }

    header#header a.icon {
        display: block !important;
    }

    .container {
        width: 746px;
    }

    .main-left-menu {
        width: 100% !important;
        max-width: 100% !important;
    }

    .site_menus {
        z-index: 9;
    }

    .dashboard .widget-body .margin_top div {
        width: 96vw !important;
        margin-left: 2% !important;
    }

    .w-100 {
        padding-left: 10px;
    }

    .w-103 {
        padding-left: 10px;
        width: 100%;
    }

    .profile-photo-small, .profile-photo-xs {
        height: 55px !important;
        border-radius: 50%;
        background-clip: padding-box;
        border: 3px solid #f5f5f5;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        margin-left: 10px;
        position: absolute;
        display: inline-block;
        width: 55px !important;
    }
    .tel-med-app .list-view .profile-info-small {
        margin-left: 100px;
        display: inline-block;
    }

    .tel-med-app .tag-list-view .profile-info-small {
        margin-left: 100px;
        display: inline-block;
    }
    .dash-my-pat .list-view .profile-info-small {
        margin-left: 80px;
    }

    section.patient_list.right-width {
        width: 100% !important;
    }

    .middle-menu {
        width: calc(100% - 0px) !important;
        margin-left: auto;
    }

    .pat-profile {
        margin-left: 75px;
    }

    .pat-en-con .pat-profile {
        margin-left: 10px;
    }

    .pat-profile h5 a, .lt-pr-0 {
        padding-right: 0px;
    }

    .over-app-add .form-group {
        display: flex;
    }

        .over-app-add .form-group label {
            text-align: right;
        }

    .pat-consultation .pat-profile {
        margin-left: 0px;
    }

        .pat-consultation .pat-profile p.dob.sch-wraps, .pat-consultation .pat-profile p.dr_name {
            padding-left: 50px;
            margin-left: 0px !important;
        }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level {
        padding-left: 39px;
        list-style: none;
    }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
        list-style: none;
    }

    .m-10-0 {
        margin: 15px 0px;
    }

    .mb-35 .table-hover.mt_15, .ad-pharamacy.mt_15 {
        margin-top: 0px;
    }

    .consul-left {
        margin-left: 0px !important;
    }

    .profile-info-consult {
        margin-left: 40px;
    }

    .mlab-p-10 {
        margin: 10px 0px 0px;
    }

        .mlab-p-10 .ad-pharamacy {
            padding-bottom: 0px;
        }

    div#dfooter {
        width: calc(100% - 0px);
        position: absolute;
        right: 0;
        background: var(--footer-bg-color);
    }

    .mlab-ml-15 {
        margin-left: 25px;
    }

    .mlab-flex {
        display: flex;
    }

    span#logo {
        position: absolute;
        left: 40px;
    }

    .ks-nav.mob-left img.profile-photo-lg {
        width: 130px;
    }

    .pat-consultation .pat-profile h5.op {
        word-wrap: break-word;
    }
}

.w-0 {
    width: 0% !important;
}

.btn-checkin {
    margin-right: 20px;
    margin-top: 10px;
}

.con-form button {
    font-size: 17px;
    padding: 6px 10px;
    margin-left: -1px;
}

.dropdown-backdrop {
    position: unset !important;
}

.header-dropdown-list > li {
    display: block;
    margin-right: 40px;
}

li.head-name {
    margin-left: 40px;
    top: 1%;
}

li.head-langu-name {
    position: fixed;
    top: 5px;
    right: 1%;
}

.freepayment {
    left: 50px;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #00c853;
    padding: 3px 20px;
    border-radius: 3px;
}

.prb-wraps {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: -7px;
}

.consp-wraps {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.ks-nav {
    height: 100vh;
}

.form-horizontal .control-label {
    text-align: right !important;
}

.over-pri-dr {
    min-height: 273px;
}

.ove-wraps {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: -7px !important;
}

.responsive-iframe {
    margin-top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 74vh;
}

.margin-left-800 {
    margin-left: 840px !important;
}

@media only screen and (min-width:768px) and (max-width:2559px) {
    .btn-cir-message {
        margin-top: -125px;
        margin-left: 35px;
        background-color: dodgerblue;
    }
}

@media only screen and (min-width:0px) and (max-width: 767px) {
    .btn-cir-message {
        margin-left: -20px;
        margin-top: -40px;
        background-color: dodgerblue;
    }

    .loginform {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


        .loginform .client-form header {
            font-size: 25px;
            font-weight: 400;
            color: #455a64;
        }
    /* img.img-fluid {
        display: none;
    }*/
    .maintenance_message {
        margin-bottom: -24px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .btn-cir-message {
        margin-top: -125px;
        margin-left: 35px;
        background-color: dodgerblue;
    }

    /* img.img-fluid {
        display: block;
    }*/

    .loginform {
        margin-top: -400px !important;
        margin-left: 110px;
        height: auto !important;
        width: 55% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .loginform .client-form header {
            font-size: 25px;
            font-weight: 400;
            color: #455a64;
        }
}

@media only screen and (min-width:1024px) and (max-width: 2559px) {
    .btn-cir-message {
        margin-top: -125px;
        margin-left: 35px;
        background-color: dodgerblue;
    }

    /*img.img-fluid {
        display: block;
    }*/

    .loginform {
        margin-top: -580px !important;
        margin-left: 40px;
        height: auto !important;
        width: 90% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


        .loginform .client-form header {
            font-size: 25px;
            font-weight: 400;
            color: #455a64;
        }
}


@media only screen and (min-width:2560px) and (max-width: 3000px) {
    .btn-cir-message {
        margin-left: -20px;
        margin-top: -40px;
        background-color: dodgerblue;
    }

    /* img.img-fluid {
        display: block;
    }*/

    .loginform {
        margin-top: -800px !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .loginform .client-form header {
            font-size: 25px;
            font-weight: 400;
            color: #455a64;
        }
}

@media only screen and (min-width:1560px) and (max-width: 2600px) {
    .margin-left-800 {
        margin-left: 1090px !important;
    }
}

@media only screen and (min-width:0px) and (max-width: 1550px) {
    .margin-left-800 {
        margin-left: 840px !important;
    }
}

.ks-menuicon {
    margin-left: -30px;
    margin-right: 10px;
}

.visitdetail_header_border {
    margin-left: -4px !important;
    border-left-color: var(--border-left) !important;
    color: var(--border-left-color) !important;
}

.copybtn {
    color: #fff;
    background-color: #15558d;
    float: right;
    border-radius: 20px !important;
    margin-right: 50px;
    margin-top: 7px !important;
    width: 85px;
}

.mar-left-0 {
    margin-left: 0px !important;
}

.txt-color-bell {
    color: var(--txt-color-bell) !important;
}

.dropdown-profile {
    background-color: var(--drop-profile) !important;
    color: var(--txt-color-bell) !important;
}

.bg-color-custom {
    background-color: #15558d !important
}

.ks-right-panel .search-result .well:hover {
    box-shadow: var(--box-shadow-hover) !important;
    -webkit-box-shadow: var(--box-shadow-hover) !important;
    -moz-box-shadow: var(--box-shadow-hover) !important;
}

.actionbutton {
    background-color: var( --btn-primary-bg-color) !important;
}

.joincallbtn {
    color: #fff;
    background-color: #15558d !important;
    float: right;
    border-radius: 20px !important;
    display: inline;
    padding: 10px;
    margin-top: 5px;
    margin-right: 2px;
}

.copybtn {
    color: #fff;
    background-color: #15558d !important;
    float: right;
    border-radius: 20px !important;
    margin-right: 50px;
    margin-top: 7px !important;
    width: 85px;
}

.vital-my-det {
    max-height: 850px;
}

#logo {
    display: inline-block;
    width: 500px;
    margin-top: 23px;
    margin-left: 9px;
    color: var(--txt-color-bell) !important;
}
.alert-danger {
    padding: 5px !important;
    line-height: 1.1 !important;
}

.footer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 200px;
    padding: 5px;
    background-color: var( --btn-primary-bg-color) !important;
    text-align: center;
    font-size: 10px;
}
.Pat-list-view {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5e3ef;
}
.tag-list-view {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5e3ef;
}
.tag-green {
    height: 25px !important;
    width: 25px !important;
    background-color: green !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px
}

.tag-yellow {
    height: 25px !important;
    width: 25px !important;
    background-color: yellow !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px
}

.tag-orange {
    height: 25px !important;
    width: 25px !important;
    background-color: Orange !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px
}

.tag-red {
    height: 25px !important;
    width: 25px !important;
    background-color: red !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px
}

.tag-pink {
    height: 25px !important;
    width: 25px !important;
    background-color: hotpink !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px
}

.tag-purple {
    height: 25px !important;
    width: 25px !important;
    background-color: purple !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px
}

.tag-blue {
    height: 25px !important;
    width: 25px !important;
    background-color: blue !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px;
}

.tag-turquoise {
    height: 25px !important;
    width: 25px !important;
    background-color: #30D5C8 !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px;
}

.tag-gray {
    height: 25px !important;
    width: 25px !important;
    background-color: gray !important;
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 5px;
}
.tagmultiselect .multiSelect > button {
    min-width: 70px !important;
    background-image: none !important;
    border-radius: 0px !important;
    min-height: 45px !important;
    text-align: left !important;
    font-size: 17px;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;
}

.tagmultiselect .multiSelect .caret {
    display: inline-block;
    margin: 5px 0px 5px 12px !important;
    border-top: 5px solid #333 !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;
}

.tagmultiselect .multiSelect .checkBoxContainer {
    display: block;
    padding: 8px;
    overflow: scroll;
    max-height: 250px;
}

.tagmultiselect .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background-image: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.tagmultiselect .multiSelect .multiSelectItem:hover {
    color: #444;
    background: #2196F3;
}
.custom-tooltip {
    display: none;
    margin-left: 35px;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
    /*float: right;*/
}

.Ricon {
    cursor: pointer;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle; /* Aligns icon vertically with text */
}

    .Ricon.Rcancel {
        color: red;
    }

    .Ricon.Renabled {
        color: green;
    }

.Rhighlight {
    background-color: yellow; /* Highlight color */
}

.Rdisabled {
    background-color: #f5f5f5; /* Light gray background */
    color: #a1a1a1; /* Gray text */
}

    .Rdisabled td {
        pointer-events: none; /* Disable interactions */
        cursor: not-allowed; /* Show that interaction is not allowed */
    }

        .Rdisabled td[contenteditable] {
            background-color: #e9ecef; /* Light gray background for contenteditable elements */
            color: #a1a1a1; /* Gray text */
        }
/*Mobile responsive for schedule module*/
.dash-custom-tooltip {
    display: none;
    margin-left: 40px;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
    /*float: right;*/
}

@media only screen and (min-width:1100px) {
    .action-dropdown {
        margin-left: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:389px) {
    .appoint-doctor {
        display: table-cell !important;
        /*width: 100px !important;*/
    }

    .appoint-doctor-btn {
        width: 100px !important;
        overflow-x: hidden !important;
    }

    .appoint-type-btn {
        width: 339px !important;
        overflow: hidden;
    }

    .bell-notification {
        top: 5px !important;
        right: 65% !important;
    }

    .head-acc-username {
        margin-right: 35px !important;
    }

    .acc-username {
        top: 5px !important;
        right: 20% !important;
        padding-right: 20px !important;
        font-size: 12px;
    }
}

@media only screen and (min-width:390px) and (max-width: 767px) {
    .appoint-doctor-btn {
        width: 150px !important;
        overflow-x: hidden !important;
    }

    .acc-logo {
        display: none !important;
    }

    .bell-notification {
        top: 5px !important;
        right: 65% !important;
    }

    .head-acc-username {
        margin-right: 60px !important;
    }

    .acc-username {
        top: 5px !important;
        right: 20% !important;
    }

    .appoint-doctor {
        display: table-cell !important;
        /*width: 150px !important;*/
    }

    .appoint-type-btn {
        width: 375px !important;
        overflow: hidden;
    }

    .dash-custom-tooltip {
        margin-top: 42px !important;
    }
}

@media only screen and (min-width:320px) and (max-width: 767px) {
    .acc-logogroup {
        width: 100px !important;
    }

    .head-accatag-name {
        width: 80px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        margin-right: 20px !important;
    }

    .head-acc-name {
        margin-right: 40px !important;
    }

    .profile-img {
        width: 80px !important;
        height: 80px !important
    }

    .profile-name {
        padding-left: 35px !important;
    }

    .joincallbtn {
        width: 80px !important;
        float: left !important;
        margin-top: 5px !important;
        margin-left: 10px !important;
    }

    .copybtn {
        width: 80px !important;
        float: left !important;
        margin-left: 10px !important;
    }

    .actionbutton {
        margin-top: 5px !important;
    }

    .op-details {
        padding-top: 25px !important;
    }

    .appoint-details {
        padding-top: 25px !important;
    }

    .appoint-status {
        margin-top: 5px !important;
    }

    .pagination {
        display: inline-flex !important;
        margin-right: -45px;
    }

    .con-pagination {
        overflow: scroll;
    }

    .pagination-page {
        margin-top: 0px !important;
        padding-left: 120px !important;
    }

    .con-wraps {
        width: 100px !important;
    }

    .appoint-cancel {
        margin-left: -105px !important;
    }

    .appoint-type-btn {
        width: 330px !important;
        overflow: hidden;
    }


    .appoint-patient-search {
        width: 113px !important;
    }

    .appoint-view {
        display: none !important;
    }

    .custom-tooltip {
        margin-left: 17px !important;
    }
}

@media only screen and (min-width:768px) and (max-width: 1099px) {
    .profile-name {
        padding-left: 35px !important;
    }

    .appoint-type-btn {
        width: 220px !important;
        overflow: hidden;
    }

    .appoint-doctor-btn {
        width: 150px !important;
        overflow-x: hidden !important;
    }

    .profile-img {
        width: 70px !important;
        height: 70px !important
    }

    .appoint-joincopy {
        margin-top: 100px !important;
        margin-left: -75px !important;
    }

    .appoint-assign {
        margin-left: 90px !important;
    }

    .con-wraps {
        width: 150px !important;
    }

    .appoint-cancel {
        margin-left: -100px !important;
    }

    .appoint-search {
        width: 250px !important;
    }

    .con-pagination {
        float: right;
    }

    .appoint-reason {
        width: 100px !important;
    }

    .custom-tooltip {
        margin-left: 35px !important;
    }

    .dash-custom-tooltip {
        margin-top: 42px !important;
    }

    .admin-copy-tooltip {
        margin-left: -23px !important;
        margin-top: 93px;
    }

    .visit-doc-tooltip {
        margin-left: -45px !important;
    }
  
}

@media only screen and (min-width:991px) and (max-width: 1099px) {
    .profile-img {
        width: 80px !important;
        height: 80px !important
    }

    .profile-name {
        padding-left: 40px !important;
    }

    .appoint-search {
        width: 250px !important;
    }

    .con-pagination {
        float: right;
    }

    .dash-custom-tooltip {
        margin-top: 50px !important;
    }
    .admin-copy-tooltip {
        margin-left: -20px !important;
        margin-top: 93px;
    }
}

@media only screen and (min-width:1100px) and (max-width: 1300px) {
    .appoint-joincopy {
        padding-left: 50px !important;
    }

    .profile-img {
        width: 80px !important;
        height: 80px !important;
    }

    .profile-name {
        padding-left: 40px !important;
    }

    .joincallbtn {
        width: 80px !important;
        float: left !important;
        margin-top: 5px !important;
        margin-left: 10px !important;
    }

    .copybtn {
        width: 80px !important;
        float: left !important;
        margin-left: 10px !important;
    }

    .appoint-assign {
        margin-left: -40px !important;
    }

    .appoint-search {
        width: 250px !important;
    }

    .con-pagination {
        float: right;
    }

    .appoint-type-btn {
        width: 220px !important;
        overflow-x: hidden !important;
    }

    .custom-tooltip {
        margin-left: 20px !important;
    }

   
    .admin-copy-tooltip {
        margin-left: -230px !important;
        margin-top: 93px !important;
    }

    .visit-doc-tooltip {
        margin-left: -22px !important;
    }
}

@media only screen and (min-width:1301px) and (max-width: 3000px) {
    .appoint-search {
        width: 250px !important;
    }

    .appoint-type-btn {
        width: 220px !important;
        overflow-x: hidden !important;
    }

    .con-pagination {
        float: right;
    }

    .searchdate-btn {
        width: 130px !important;
        padding: 5px !important;
    }

    
    .admin-copy-tooltip {
        margin-top: 95px !important;
        margin-left: 65px !important;
    }

    .visit-doc-tooltip {
        margin-left: -20px !important;
    }  
}

/*mobile responsive*/
.dicomrole {
    border: none !important;
}

.monitor-profile {
    margin-left: 0px !important;
    padding-left: 10px !important;
}

.admission-profile {
    margin-left: 0px !important;
    padding-left: 10px !important;
}

@media only screen and (min-width:320px) and (max-width:399px) {
    .btn-dicom {
        margin-left: 190px !important;
    }

    .visit-doc-tooltip {
        margin-left: 40px !important;
    }

    .doc-visit-tooltip {
        margin-top: 60px !important;
        margin-left: 10px !important;
    }
}

@media only screen and (min-width:1281px) and (max-width: 3000px) {
    .monitor-profile {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .admission-profile {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .consult-wraps {
        display: inline-block;
        width: 200px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .visit-doc-tooltip {
        margin-left: 10px !important;
    }

    .admin-visit-tooltip {
        z-index: 5 !important;
        margin-top: 85px !important;
        margin-left: 65px !important;
    }
}

@media only screen and (min-width:767px) and (max-width: 1024px) {
    .admission-profile {
        margin-left: 0px !important;
        padding-left: 20px !important;
    }

    .consult-wraps {
        display: inline-block;
        width: 120px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .visit-doc-tooltip {
        margin-left: 10px !important;
    }

    .csthumbnail canvas {
        width: 400px !important;
        height: 400px !important;
    }

    .jarviswidget .widget-body {
        min-height: 400px !important;
    }

    .thumbnailSelector {
        width: 400px !important;
        height: 400px !important;
    }

    .doc-visit-tooltip {
        margin-left: -100px !important;
        margin-top: 83px !important;
    }

    .admin-visit-tooltip {
        margin-left: -30px !important;
        margin-top: 85px !important;
    }

    .detail-join {
        display: flex;
        flex-direction: row-reverse;
    }

    .doc-wraps {
        margin-left: 0px !important;
        display: inline-block;
        width: 230px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .mob-docview {
        margin-top: 30px;
    }
}



@media only screen and (min-width:320px) and (max-width:767px) {
    .mob-docview {
        margin-top: 10px;
    }

    .mob-docview-font {
        font-size: smaller !important;
    }

    .mob-vital-view {
        float: right;
    }

    .monitor-badge {
        float: right !important;
    }

    .csthumbnail canvas {
        width: 200px !important;
        height: 200px !important;
    }

    .jarviswidget .widget-body {
        min-height: 200px !important;
    }

    .thumbnailSelector {
        width: 200px !important;
        height: 200px !important;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .m-con-text {
        float: left;
        width: 59%;
    }

    .admission-badge {
        margin-top: 10px !important;
    }

    .admission-profile {
        margin-left: 0px !important;
        padding-left: 10px !important;
    }

    .consult-wraps {
        margin-left: 0px !important;
        display: inline-block;
        width: 150px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .visit-doc-tooltip {
        margin-left: -80px !important;
        margin-top: 40px !important;
        position: absolute;
        z-index: 10;
    }

    .visuallyhidden {
        margin-left: -100px;
    }

    .doc-visit-tooltip {
        margin-top: 85px !important;
        margin-left: 20px !important;
    }

    .mob-pagecenter {
        display: flex;
        justify-content: center;
        overflow: scroll;
    }

    .actionbutton {
        margin-top: 5px !important;
        margin-left: 10px !important;
    }

    .mob-medi {
        display: block;
        margin-bottom: 10px !important;
    }

    .admin-visit-tooltip {
        margin-left: -70px !important;
        margin-top: 80px !important;
    }

    .custom-add {
        margin-top: -50px;
    }

    .btn-joincopy {
        float: left !important;
        margin-top: 0px !important;
        margin-right: 2px !important;
    }

    .doc-wraps {
        margin-left: 0px !important;
        display: inline-block;
        width: 150px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .detail-join {
        float: left !important;
    }

    mob-join-btn {
        float: left !important;
    }
}



@media only screen and (min-width:1201px) and (max-width: 3000px) {
    .detail-join {
        margin-top: 20px;
        width: 360px;
    }

    .admin-visit-tooltip {
        margin-left: 60px !important;
        margin-top: 110px !important;
    }

    .doc-visit-tooltip {
        margin-left: -5px !important;
        margin-top: 110px !important;
    }

    .visit-doc-tooltip {
        margin-left: 50px !important;
    }
}

@media only screen and (min-width:1025px) and (max-width: 1280px) {
    .consult-wraps {
        display: inline-block;
        width: 150px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .visit-doc-tooltip {
        margin-left: 40px !important;
    }

    .admin-visit-tooltip {
        margin-left: -60px !important;
        margin-top: 95px;
    }

    .detail-join {
        display: flex;
        width: 360px;
        margin-right:-100px;
    }

    .doc-visit-tooltip {
        margin-top: 110px !important;
        margin-left: -60px !important;
    }
}

@media only screen and (min-width: 1508px) and (max-width: 3000px) {
    .visit-doc-tooltip {
        margin-left: 10px !important;
    }

    .btn-joincopy {
        margin-top: 0px !important;
        margin-right:3px !important;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1507px) {
    .visit-doc-tooltip {
        margin-left: 70px !important;
    }
}

/*med*/
.table-doc {
    margin-bottom: 55px;
}

.med-dropdown {
    width: 425px !important;
}
.btn-dicom {
    margin-left: 410px;
}
@media only screen and (min-width:320px) and (max-width:399px) {
    .table-doc {
        margin-bottom: 0px !important;
    }

    .tabledoc-left {
        left: 0 !important;
        right: auto !important;
    }

    .med-dropdown {
        width: 325px !important;
        right: 0 !important;
        left: -150px !important;
    }
    .btn-dicom {
        margin-left: 190px !important;
    }
}


@media only screen and (min-width:400px) and (max-width:767px) {
    .table-doc {
        margin-bottom: 0px !important;
    }

    .tabledoc-left {
        left: 0 !important;
        right: auto !important;
    }

    .med-dropdown {
        width: 325px !important;
        right: 0 !important;
        left: -150px !important;
    }
    .btn-dicom {
        margin-left: 210px !important;
    }
}

@media only screen and (min-width:1201px) and (max-width: 3000px) {
    .consult-assign {
        margin-left: 70px !important;
    }
}
.med-input {
    width: 40px !important;
}
@media only screen and (min-width:320px) and (max-width:399px) {
    .overview-careco {
        width: 190px !important;
    }
    .head-acc-username {
        margin-right: 55px !important;
    }
}

@media only screen and (min-width:400px) and (max-width:767px) {
    .overview-careco {
        width: 230px !important;
    }   
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .presc-table {
        margin-bottom: 100px !important;
    }

    #dCareCoordinatorHeader {
        width: 100% !important;
    }

    .cordinatecolour {
        margin-top: 10px !important;
        margin-left: 3px !important;
    }

    .activity-pagination {
        float: left !important;
    }

    .act-row .form-group {
        width: 70px !important;
    }

    .dAllergen {
        width: 100px !important;
    }

    .allergy-note .form-group {
        margin-top: -25% !important;
        width: 100px !important;
    }
    .Showstopwatch {
        margin-right: 0px !important;
        float: none !important;
    }

}
.multiSelect .checkboxLayer {
    z-index: 5 !important;
}
@media only screen and (min-width: 1508px) and (max-width: 1537px) {

    .btn-visitjoincall {
        margin-bottom: 5px !important;
    }
}

@media only screen and (min-width: 1508px) and (max-width: 3000px) {
    .btn-joincall {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1537px) {
    .visit-doc-tooltip {
        margin-left: 80px !important;
    }
}