@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Playfair+Display:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Playfair+Display:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    color: #1C2221;
    /*font-family: 'Jost', sans-serif;*/
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    /*overflow: hidden;*/
}

.f-34 {
    font-size: 34px;
}

.f-20 {
    font-size: 20px;
}

.f-26 {
    font-size: 26px;
}

.f-36 {
    font-size: 36px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.f-32 {
    font-size: 32px;
}

.f-60 {
    font-size: 60px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.f-j {
    font-family: 'Jost', sans-serif;
}

.header {
    top: 0;
    background: #EDEDFF;
    padding: 0 0 0px 0;
    /*font-family: 'Jost', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 1px 14px #eeeded;
    position: fixed;
    width: 100%;
    margin-bottom: 30px;
    z-index: 2;
}

    .header h5 {
        margin-top: 14px;
        font-size: 24px;
    }

.logo img {
    height: 40px;
}
.logo h4 {
    font-size:1.3rem;
}

.main-menu ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}

.main-menu li {
    float: left;
    margin: 0 5px;
}

    .main-menu li a {
        text-decoration: underline;
        display: inline-block;
        color: #1C2221;
        font-size: 0.9rem;
        padding: 10px;
        border-radius: 4px;
    }

    .main-menu li.active a {
        background-color: #d0dcef;
    }

.login-wrap {
    width: 500px;
    background: #FFFFFF;
    border: 2px solid #F1F2F2;
    box-sizing: border-box;
    box-shadow: 0px 18px 42px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    margin: 60px auto;
    padding: 40px;
}

.select-wrap {
    background: #FFFFFF;
    border: 2px solid #F1F2F2;
    box-sizing: border-box;
    box-shadow: 0px 18px 42px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    margin: 46px 0px 26px 0px;
    position: relative;
    min-height: calc(100vh - 148px);
    padding: 10px 0 0px;
}

.sec-head, .sec-body, .sec-footer {
    padding: 5px 20px;
}

.sec-body {
    /*height: calc(100vh - 260px);*/
    overflow-y: auto;
}

.sec-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #f1efef;
}

    .sec-footer p {
        margin-bottom: 10px;
    }

.border-left {
    border-left: 2px solid #F1F2F2;
}

.login-left {
    padding: 32px 30px 32px 44px;
}

.no-underline {
    text-decoration: none;
}

.custom-form-row {
    margin-bottom: 30px;
}

.custom-input.inline-input input {
    width: 127px;
    display: inline-block;
}

.mr-16 {
    margin-right: 16px;
}

.w-100 {
    width: 100%;
}

.ml-25 {
    margin-left: 25px;
}

.text-right {
    text-align: right;
}

.mw-200 {
    min-width: 200px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.no-pad {
    padding: 0;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.w-220 {
    width: 220px !important;
}

.w-390 {
    width: 390px !important;
}

.f-18 {
    font-size: 18px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.float-right {
    float: right;
}

.dropdown-menu li {
    float: none;
    margin: 0;
}

    .dropdown-menu li a {
        font-size: 14px;
        border-bottom: 0 !important;
    }

.mt-86 {
    margin-top: 86px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-100 {
    margin-top: 100px;
}

.light-blue {
    padding-top: 45px;
    background: #FAFAFF;
    height: 100%;
}

.blue-text, h1, h2, h3, h4, h5 {
    color: #062b5b;
}

.btn-primary {
    background: #06397c
}

.btn-primary {
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border: 0;
}

    .btn-primary:hover {
        background-color: #06397c;
        color: #fff;
        text-decoration: none;
    }

a {
    color: #06397c;
}

.border-gradient {
    border: 2px solid #06397c;
    min-width: 100px;
}

    .border-gradient:hover {
        background-color: #06397c;
        border: 2px solid #06397c;
        min-width: 100px;
        color: #fff;
    }

.custom-input {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.head-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.head-list li {
    padding: 0 10px;
    display: inline-block;
}

    .head-list li a {
        color: #062b5b;
        font-size: 18px;
    }

.btn-small {
    padding: 6px 15px;
    text-transform: capitalize;
    margin: 0;
}

.table {
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.paginate_button {
    margin: 0;
}

.dataTables_wrapper {
    overflow-x: hidden;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    float: right !important;
    margin-bottom: 5px !important;
}

    .dataTables_filter input {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.dataTables_paginate.paging_simple_numbers {
    float: right;
}

.paginate_button a {
    text-decoration: none;
    padding: 2px 12px;
    border-radius: 4px;
}

.paginate_button.active a {
    background: #d0e0fc;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.text-center {
    text-align: center;
}

.mr-20 {
    margin-right: 20px !important;
}

.form-row {
    margin-bottom: 20px;
}

.nav-item {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

.nav-tabs .nav-link {
    border: 0;
    overflow: hidden;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
        border-bottom: 4px solid #06397c;
    }

.footer {
    background-color: #fff;
    z-index: 23;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: right;
    padding-right: 20px;
    padding: 0 30px 3px 20px;
    box-shadow: 2px -6px 22px #edecec;
}

.qodex-logo img {
    height: 50px;
}

.custom-control {
    border-radius: 3px;
    width: 100%;
    padding: 8px;
    border: 1px solid #dedede;
}

.powered_by_HealthRise {
    height: 60px;
    text-align: left;
    padding-left: 20px;
}

    .powered_by_HealthRise a img {
        height: 40px;
        vertical-align: middle;
        margin-top: 5px;
    }

.built_on_BOS {
    height: 30px;
    text-align: right;
    padding-right: 20px;
}

    .built_on_BOS a img {
        height: 15px;
        vertical-align: middle;
        margin-top: 18px;
    }

.qodex-logo {
    float: left;
}

.sidebar {
    background-color: #fff;
    padding-top: 60px;
}

    .sidebar ul {
        padding: 0;
        list-style-type: none;
        margin: 0 -15px;
    }

        .sidebar ul li {
            margin: 0;
        }

            .sidebar ul li a {
                text-decoration: none;
                color: #062b5b;
                padding: 10px 20px;
                display: block;
                font-size: 18px;
            }

                .sidebar ul li a:hover {
                    background-color: #f4f8ff;
                }

            .sidebar ul li.active a {
                background-color: #f4f8ff;
            }

.heightvh {
    height: 100vh;
    padding-top: 100px;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

    .nav-tabs .nav-link:hover {
        background-color: #efeffc;
    }

.table > thead {
    vertical-align: bottom;
    background: #efefef;
}

    .table > thead th {
        font-weight: normal;
    }

tr:hover {
    background: #efeffc;
    cursor: pointer;
}

.header-profile-picture {
    max-width: 30px !important;
    margin-left: 10px;
    border: 1px solid #1C2221;
    border-radius: 100%;
    min-height: 30px;
    min-width: 30px;
}

.user-icon {
    font-size: 16px;
    margin-right: 8px;
    margin-top: 10px;
}

.leftDetailsWrap {
    border-right: 1px solid #dedede;
    padding-right: 10px;
    position: relative;
    min-height: 450px;
}

.lefticon {
    position: absolute;
    right: -10px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #dedede;
    font-size: 13px;
    background: #fff;
    justify-content: center;
    box-shadow: 2px 2px 5px 1px #dedede;
}

.shrink {
    width: 10px !important;
}

.shrink-right {
    width: calc(100% - 30px);
}

.collapsed .lefticon i::before {
    content: "\f054";
}

.highlighted {
    background-color: #ededff !important;
    /*color: #fff !important;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #333 !important;
        border: 1px solid #979797;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
        background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
}

.datecalander {
    margin: 10px;
}

.flexbox {
    display: flex;
}

table.dataTable thead .sorting {
    background-image: url(/img/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting_desc {
    background-image: url(/img/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(/img/sort_asc.png) !important;
}

.dropdown-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tbl-horizontal-scroll {
    /*width: 100% !important;*/
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.ui-datepicker-trigger {
    width: 16px;
    position: relative;
    margin-right: 10px;
    top: -27px;
    float: right;
}

.text-wrap {
    white-space: normal;
}

.width-200 {
    width: 200px;
}

.width-400 {
    width: 400px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow-x: visible !important;
}

.dataTables_scrollBody {
    width: 100% !important;
}

.mr-40 {
    margin-right: 40px !important;
}

/*.dataTables_scrollHeadInner {
    width: 100% !important;
}*/

    .dataTables_scrollHeadInner table {
        /*width: 100% !important;*/
        margin-bottom: 0px;
    }

.dropdown-menu li a {
    padding: 10px 10px !important;
    text-decoration:none;
}

.required {
    color: red;
    position: relative;
    top: 6px;
}

.tranDetailsBtn {
    /*padding-left: 25%;*/
    z-index: 999;
    position: relative;
}

.p-l-0 {
    padding-left: 0px !important;
}

.locationText {
    color: #ed7507;
}

@media screen and (min-width: 1000px) and (max-width:1200px) {
    .locationText {
        font-size: 20px !important;
    }

    .main-menu li a {
        padding: 10px 5px;
        font-size:14px;
    }

    .headLocation {
        padding-top: 12px !important;
    }
    .mr-20 {
        margin-right: 0px !important;
    }
}
/*#RoomBeds .dataTables_scrollHeadInner {
    width: 100% !important;
}
    #RoomBeds .dataTables_scrollHeadInner table {
        width: 100% !important;
    }
#tblRoomBeds {
    width: 100% !important;
}*/
/*#Transaction .dataTables_scrollHeadInner {
    padding-right: 0px !important;
}
#tblTransaction .dataTables_scrollHeadInner {
    width: 100% !important;
    padding-right: 0px !important;
}

    #tblTransaction .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

#tblTransaction {
    width: 100% !important;
}*/
/*#Notes .dataTables_scrollHeadInner {
    width: 100% !important;
}

    #Notes .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

#tblNotes {
    width: 100% !important;
}*/

.innerScrollbar {
    max-height: calc(100vh - 194px);
    overflow-y: scroll;
}

    .innerScrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 8px;
        background-color: #fff;
    }

    .innerScrollbar::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .innerScrollbar::-webkit-scrollbar-thumb {
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #808080;
    }

.headLocation {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    width: 68%;
    z-index: 1;
    margin-left: 18%;
}
.main-menuSub {
    margin-top: 15px !important;
    margin-right: -15px;
    width:84%;
}
.main-menuSub li {
    float:right;
}
    .main-menuSub li a {
        text-align:right;
    }
    .head-list {
    /*z-index: 999;
    position: relative;*/
}
.errorsScroll {
    overflow: scroll;
    max-height: 200px;
    overflow-x: hidden;
}

    .errorsScroll::-webkit-scrollbar-thumb {
        background: #B6B8BA !important;
    }

    .errorsScroll::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        right: 50px;
        border-radius: 5px;
    }

    .errorsScroll::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
        right: 50px;
    }

    .errorsScroll::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.55);
        border: 0px none #FFFFFF;
        border-radius: 10px;
        right: 50px;
    }

        .errorsScroll::-webkit-scrollbar-thumb:hover {
            background: rgba(0,0,0,.65);
        }

        .errorsScroll::-webkit-scrollbar-thumb:active {
            background: rgba(0,0,0,.65);
        }

    .errorsScroll::-webkit-scrollbar-track {
        background: transparent;
        border: 0px none #FFFFFF;
        border-radius: 50px;
    }

        .errorsScroll::-webkit-scrollbar-track:hover {
            background: transparent;
        }

        .errorsScroll::-webkit-scrollbar-track:active {
            background: transparent;
        }

    .errorsScroll::-webkit-scrollbar-corner {
        background: transparent;
    }
    .none{
        display:none;
    }
.textellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Export Data Reports table scroll*/

/*.exportDataReports {
    height: calc(100vh - 300px);
    overflow:scroll;
}*/
.exportDataReports {
    overflow: auto;
    height: calc(100vh - 300px);
}

    .exportDataReports::-webkit-scrollbar {
        width: 6px;
        border-radius: 6px;
        height: 0px;
    }

    .exportDataReports::-webkit-scrollbar-track {
        background-color: #F5F5F5;
        border-radius: 6px;
    }

    .exportDataReports::-webkit-scrollbar-thumb {
        width: 6px;
        background: #696969;
        border-radius: 6px;
        margin-top: 60px !important;
        border: unset;
    }

    /* Legacy Archive CSS Start */
    .mt-60{
        margin-top: 60px;
    }
    .mt-30{
        margin-top: 30px;
    }
    .mt-25{
        margin-top: 25px;
    }
    .cardLegacy{
        background: #FFFFFF;
        border-radius: 10px;
        padding: 30px;
    }
    .cardLegacy input{
        margin-top: 5px;
        font-size: 14px;
        line-height: 21px;
    }
    .textLable{
        font-size: 14px;
        color: #132333;
        font-weight: 600;
    }

    .legacyArchiveScroll {
        overflow: auto;
        height: calc(100vh - 300px);
    }
        .legacyArchiveScroll::-webkit-scrollbar {
            width: 6px;
            border-radius: 6px;
            height: 0px;
        }
    
        .legacyArchiveScroll::-webkit-scrollbar-track {
            background-color: #F5F5F5;
            border-radius: 6px;
        }
    
        .legacyArchiveScroll::-webkit-scrollbar-thumb {
            width: 6px;
            background: #696969;
            border-radius: 6px;
            margin-top: 60px !important;
            border: unset;
        }
    
        .legacyArchiveScroll:hover {
            overflow: scroll;
            overflow-x: hidden;
        }
        .legacyArchive table{
            border-bottom: none !important;
        }
    .legacyArchive table thead tr th {
        background: #EBEBEB;
        padding: 20px 15px;
        color: #04397D;
        font-size: 15px;
        font-weight: 600;
        border-top: none !important;
        border-bottom: none !important;
    }
    
    .legacyArchive table thead tr th:first-child {
        border-radius: 10px 0 0 0px !important;
    }
    
    .legacyArchive table thead tr th:last-child {
        border-radius: 0 10px 0px 0px !important;
        padding-left: 8px;
    }
    
    .legacyArchive table tbody tr td {
        padding: 25px 15px;
        font-size: 15px;
        font-weight: 600;
        color: #132333;
    }
    .legacyArchive table tbody tr {
        border-bottom: 1px solid #dedede;
    }
    .leftDetails p{
        width: 100%;
        margin-bottom: 30px !important;
        font-size: 15px;
        font-weight: 600;
    }
    .tabContentstyle p{
        width: 100%;
        margin-bottom: 30px !important;
        font-size: 14px;
        font-weight: 600;
    }
    .tabsborder{
        border-right: 2px solid #e6ecf2;
    }
    .pl-25{
        padding-left: 25px !important;
    }
    .explorePatientTabs li button{
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #c7c7c7 !important;
        outline: none !important;
        background: none !important;
    }
    .explorePatientTabs li button.active{
        color: #132333 !important;
    }

    .main-head{
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        background: #04397d;
        padding:10px;
    }
    .PN{
        background: rgba(4, 57, 125, 0.1);
        padding: 6px 10px 7px;
        color: #04397d;
        font-size: 12px;
        font-weight: 600;
        border-right: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
    }
    .w-100{
        width: 100%;
    }
    .br-none{
        border: none;
    }
    .flex{
        display: flex;
        justify-content: space-around;
    }
    .statementtabInput input{
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #04397D !important;
        border-radius: 0px;
    }