﻿/* #region basic-padding */
body {
    padding-top: 60px;
}

/*body.chart-active{
    overflow-y:hidden;
}*/

/* #region Syncfusion overrides */
.e-card-header-title{
    font-size:1.4rem;
}
/* #endregion Syncfusion overrides*/

/* #region Report Maintenance */
.reportLayout {
    padding-top: 10px;
    padding-bottom: 10px;
}



#chart-menu-nav .chart-item {
    padding: 5px;
    border: 1px solid #efefef;
    font-size: 14px;
}

    #chart-menu-nav .chart-item a {
        color: #333333;
        text-decoration: none;
        font-weight: 500;
    }

    #chart-menu-nav .chart-item.active {
        border: 1px solid rgba(50,193,250,1);
        background-color: rgba(50,193,250,0.4);
        font-size: 14px;
    }
/* #endRegion Report Maintenance */


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.select2-container--classic .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-search__field {
    width: 225px !important;
}

.footer {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #09488c;
}

    h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title {
        color: #09488c;
    }

.cursor-pointer {
    cursor: pointer;
}

.helperToggle {
    font-size: 18px;
}


.narrativeReviewText {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.left-border-lightgrey {
    border-left: 1px solid lightgray;
}

.form-inline-button {
    margin-top: 25px;
}

.nav-underline .nav-link {
    line-height: 1.2rem;
}

.nav-underline .nav-link.active, nav-underline .show>.nav-link{
    font-size: 1.2rem;
}


#medsReconciled {
    margin: 3px;
    border: 1px solid #008941;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.btn-purple {
    color: #ffffff;
    background-color: #611BBD;
    border-color: #130269;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #49247A;
        border-color: #130269;
    }

    .btn-purple:focus, .btn-purple.focus {
        box-shadow: 0 0 0 0.2rem rgba(9, 72, 140, 0.5);
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #611BBD;
        border-color: #130269;
    }

    .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #062f5c;
        border-color: #49247A;
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(9, 72, 140, 0.5);
        }

.btn-orange {
    color: #000000;
    background-color: #F8991D;
    border-color: #F8991D;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        color: #000000;
        background-color: #FC8226;
        border-color: #F8991D;
    }

    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled,
    .btn-orange[disabled],
    fieldset[disabled] .btn-orange,
    .btn-orange.disabled:hover,
    .btn-orange[disabled]:hover,
    fieldset[disabled] .btn-orange:hover,
    .btn-orange.disabled:focus,
    .btn-orange[disabled]:focus,
    fieldset[disabled] .btn-orange:focus,
    .btn-orange.disabled:active,
    .btn-orange[disabled]:active,
    fieldset[disabled] .btn-orange:active,
    .btn-orange.disabled.active,
    .btn-orange[disabled].active,
    fieldset[disabled] .btn-orange.active {
        background-color: #F8991D;
        border-color: #F8991D;
    }

    .btn-orange .badge {
        color: #F8991D;
        background-color: #ffffff;
    }

.btn-yellow {
    color: #333333;
    background-color: #e7b852;
    border-color: #e7b852;
}

    .btn-yellow:hover,
    .btn-yellow:focus,
    .btn-yellow:active,
    .btn-yellow.active,
    .open .dropdown-toggle.btn-yellow {
        color: #333;
        background-color: rgba(231,184,82,0.4);
        border-color: rgba(231,184,82,1);
    }

    .btn-yellow:active,
    .btn-yellow.active,
    .open .dropdown-toggle.btn-yellow {
        background-image: none;
    }

    .btn-yellow.disabled,
    .btn-yellow[disabled],
    fieldset[disabled] .btn-yellow,
    .btn-yellow.disabled:hover,
    .btn-yellow[disabled]:hover,
    fieldset[disabled] .btn-yellow:hover,
    .btn-yellow.disabled:focus,
    .btn-yellow[disabled]:focus,
    fieldset[disabled] .btn-yellow:focus,
    .btn-yellow.disabled:active,
    .btn-yellow[disabled]:active,
    fieldset[disabled] .btn-yellow:active,
    .btn-yellow.disabled.active,
    .btn-yellow[disabled].active,
    fieldset[disabled] .btn-yellow.active {
        background-color: rgba(231,184,82,1);
        border-color: rgba(231,184,82,1);
    }

    .btn-yellow .badge {
        color: rgba(231,184,82,1);
        background-color: #ffffff;
    }

ul.striped-list-even > li:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

ul.striped-list-odd > li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
/* #endregion */

/* #region general-text-utilities */
.bold {
    font-weight: 700 !important;
}

    .bold.btn {
        letter-spacing: 0;
    }

.thin {
    font-weight: 300 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.ic-long-text-break {
    word-wrap: break-word;
    max-width: 200px;
    min-width: 200px;
    white-space: normal;
}
/* #endregion */

/* #region Sortable Classes*/
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

    #sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.2em 0.4em 0.2em 1.5em;
        font-size: 1em;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.sortable-tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 330px;
}

    .sortable-tab li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        font-size: 1em;
        height: 34px;
        border:1px solid #007bff;
        cursor: grab;
    }

.active-sort-list li {
    border: 1px solid #28a745;
}

.inactive-sort-list li{
    border:1px solid #636363;
}


#fhirNotificationAlert {
    color: #333333 !important;
}


/* #endregion */
/* #region margin-and-padding-utilities */
.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-margin {
    margin: 0;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-left-4 {
    margin-left: 4px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

/* #endregion */

/* #region Active Modules List */
.moduleInactive {
    text-align: left;
    color: #B4BCC8;
}
/* #endregion Active Modules List */

/* #region Intellicure App Main Window */
.ic-wrapper {
    display: flex;
    align-items: stretch;
}
/* #endregion */

/* #region in line Styling removal */
#manageDemographicsForm label {
    text-align: right;
    justify-content: flex-end;
}

.select2-search__field, .select2-search, .select2-selection__rendered {
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    padding: 0.10em 0.55em;
}

.primaryContact {
    color: gold !important;
}

a {
    color: #084a91;
    text-decoration: none;
}

.notificationBtn {
    margin-left: 5px;
    margin-right: 5px;
}

.clinicalTermLabel {
    height: 24px;
}

.height70 {
    height: 70px;
}

.height24 {
    height: 24px;
}

.height290 {
    height: 290px;
}

.height43 {
    height: 43.25px;
}

.limitHeight100 {
    max-height: 100px;
    overflow-y: scroll;
}

.limitHeight200 {
    max-height: 200px;
    overflow-y: scroll;
}

.limitHeight250 {
    max-height: 250px;
    overflow-y: scroll;
}

.limitHeight275 {
    max-height: 275px;
    overflow-y: scroll;
}

.limitHeight300 {
    max-height: 300px;
    overflow-y: scroll;
}

.limitHeight400 {
    max-height: 400px;
    overflow-y: scroll;
}

.limitHeight450 {
    max-height: 450px;
    overflow-y: scroll;
}

.limitHeight500 {
    max-height: 500px;
    overflow-y: scroll;
}

.limitHeight550 {
    max-height: 550px;
    overflow-y: scroll;
}

.limitHeight600 {
    max-height: 600px;
    overflow-y: scroll;
}

.limitHeight70vh {
    max-height: 70vh;
    overflow-y: scroll;
}

.specIFrame {
    width: 100%;
    height: 600px;
}

.flex-direction-row {
    flex-direction: row !important;
}

#floater {
    height: 40%;
    width: 100%;
}

.manageColorPopupStyling {
    border-radius: 0;
    margin-bottom: 0;
}

#signConfirmationModal {
    position: center !important;
    z-index: 1500;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-25 {
    font-size: 25px;
}

.reportObject {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

#reportSubContainer {
    height: 85vh;
}

.largeIcon {
    font-size: larger;
}

.displayInline {
    display: inline;
}

.apptDetailsPopup {
    cursor: pointer;
}

.reconciled {
    color: #118744;
    padding-right: 5px;
}

.helpersOff {
    color: #118744;
    font-size: x-large;
}

.helpersOn {
    color: grey;
    font-size: x-large;
}

.problemOrDiv {
    padding-top: 25px;
    font-size: 16px;
}

.splitProblemOrDiv {
    font-weight: bold;
    padding-top: 100px;
}

.loadingLogo {
    padding-left: 6px;
    width: 24px;
    height: 18px;
    margin-top: 2px;
}

.cardGroup {
    max-width: 70vw;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.photoTimelineCard {
    min-width: 200px;
    max-width: 200px;
    flex: 0 0 auto;
}

    .photoTimelineCard a {
        color: #666;
        text-decoration: none;
    }

        .photoTimelineCard a span {
            font-size: 2em;
        }

.photoTimelinePlus {
    color: lightgray;
    font-size: 8em;
}

.padding-top-35 {
    padding-top: 35px;
}

.healingImg {
    height: 280px;
    width: auto;
}

.newProblemPhotoImg {
    height: 250px;
    width: auto;
    padding-left: 6px;
}

.splitProblemPhotoImg {
    height: auto;
    width: 380px;
}

.bannerAlert {
    text-decoration: none;
    font-size: 1.2rem;
}

.newVisitPatientInfo {
    background-color: lightblue;
}

.encounterSearchRadioFilter {
    border: 1px solid #C3D2DA;
    border-radius: 4px;
}

.docGenProblemImg {
    width: 49%;
}

.utcDateWithTime {
    margin-right: 50px;
}

.resourceMgmtListLabel {
    cursor: pointer;
}

.commonHistoryList {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.addCode {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    cursor: pointer;
}

    .addCode a {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        color: black;
    }

.addMedication {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    cursor: pointer;
}

.addFinding {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    cursor: pointer;
}

.patientTxHeader {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
}

.drawerMenuLink {
    border-radius: 0px;
    border-color: #aaaaaa;
    line-height: 2;
    margin-top: -10px;
}

#drawerMenu {
    z-index: 1020;
}

.divLink {
    cursor: pointer;
}

.paymentFormDiv {
    border: 1px solid;
    border-color: #bfbfbf;
    border-radius: 4px;
    padding: 10px;
}

.deletedItem {
    text-decoration: line-through;
}

.totalExpected {
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.receiptHeaderRow {
    border-bottom: 2px solid #09488c;
}

    .receiptHeaderRow .headerTitle {
        color: #09488c;
    }

#dashboardCharts .card-body {
    padding-left: 5px;
    padding-right: 5px;
}

#AccountAging a {
    text-decoration: none;
}

#billingDashboard #drawerMenu {
    margin-top: 60px;
}

.billingDashboardDrawer {
    margin-left: -23px;
}

.agingAccountTable .target-row {
    border-bottom: 2px solid #b5b5b5 !important;
}

.collectionsDataTable .target-row {
    border-bottom: 2px solid #b5b5b5 !important;
}

.fold.dw-sm-4 {
    margin-left: -85%;
}

.fold.dw-sm-5 {
    margin-left: -85%;
}

.fold.open {
    margin-left: 0%;
}

@media (min-width: 992px) {
    #headerRow .col-xl-2,#FilterDiv .col-xl-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #headerRow .col-xl-10, #FilterDiv .col-xl-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1210px) {
    #headerRow .col-xl-2, #FilterDiv .col-xl-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    #headerRow .col-xl-10, #FilterDiv .col-xl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
}



#sampleBox {
    height: 100px;
    top: 25%;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding-top:15px;
    font-size:24px;
}
/* #endregion */

/* #region #Care Plan */
.targeted-input {
    border: 2px solid #007bff !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.input-alert {
    border-color: #e20027;
    box-shadow: 0 0 3px 1px #e20027;
}

#chartQueryMgmt {
    border-left: 1px solid lightgrey;
    margin-top:-10px;
    max-height:95vh;
    overflow-y:auto;
}
.drawerButtonDiv {
    position: absolute;
    left: 6px;
    border: 1px solid lightgray;
    border-radius: 2px;
    text-align: center;
    height: 45px;
    padding-top: 10px;
    background: #fff;
    cursor: pointer;
}

    .drawerButtonDiv i {
        font-size: 18px;
        width: 25px;
    }

.problemDocumentation {
    padding-left: 25px;
}

#navigationTable th {
    text-align: center;
}

#navigationTable .expanded-item {
    text-align: center;
}

#navigationTable .collapsed-item {
    text-align: center;
    cursor: pointer;
}

#navigationTable td.expanded-item {
    color: #04a84f;
    cursor: pointer;
}

#navigationTable .table-info td.expanded-item {
    color: #666666;
}

@media (min-width: 1200px) {
    .problem-documentation-expanded {
        width: 75% !important;
    }
}

@media (min-width: 750px) {
    .problem-documentation-expanded {
        width: 85% !important;
    }
}

#expandTable {
    cursor: pointer;
}

.statusIcon {
    float: right;
    padding-right: 5px;
}

.goal-selector {
    cursor: pointer;
    color: #666666;
}

    .goal-selector.fa-check {
        cursor: pointer;
        color: #118744;
    }

#actionHeader .dropdown-header {
    font-size: .975rem;
    font-weight: 600;
}

    #actionHeader .dropdown-header.open {
        background: #09488c;
        color: #fff;
        font-weight: 500;
    }

#actionHeader .dropdown-item:hover {
    background: #dee2e6;
}

/* #endregion*/

/*#region Content Style*/
#content {
    width: 100%;
    padding: 20px;
    padding-bottom: 0px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
}

.no-pointer-events{
    pointer-events: none;
}

span.page-link{
    cursor: pointer;
}
/*#endregion*/

/*#region Medication and Allergies Table*/
.header-text-color-ma {
    color: black;
}

.sort-link-ma {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}

.sort-indicator-ma {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
/* #endregion */

/* #region Intellicure Sidebar */
/* Set the widths for larger viewports */
.ic-wrapper {
    display: flex;
    align-items: stretch;
}

ul.ui-autocomplete {
    z-index: 1045;
}

#ic-sidebar {
    min-width: 200px;
    max-width: 200px;
    top: 60px;
    min-height: 95vh;
    background: #222D32;
    /*transition: all 0.3s;*/
    padding: 0px;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

    #ic-sidebar.collapsed {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }

    #ic-sidebar .sidebar-header {
        text-align: center;
    }

    #ic-sidebar ul li a {
        text-align: left;
        color: #B4BCC8;
    }

    #ic-sidebar.collapsed ul li a:hover span {
        display: block;
        font-size: 1.3em;
        background-color: #b4bcc8;
        color: black;
        margin-left: 50px;
        margin-top: -44px;
        z-index: 1;
        position: absolute;
        width: 180px;
        padding: 22px 10px;
    }

    #ic-sidebar.collapsed ul li.active a:hover span {
        color: #fff;
        background-color: #118744;
    }

    #ic-sidebar.collapsed ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

        #ic-sidebar.collapsed ul li a i {
            margin-right: 0;
            font-size: 1.8em;
        }

        #ic-sidebar.collapsed ul li a span {
            display: none;
        }

    #ic-sidebar.collapsed ul ul a {
        padding: 10px !important;
    }

    #ic-sidebar.collapsed .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #ic-sidebar .sidebar-header {
        padding: 0.6rem;
    }

    #ic-sidebar ul li a {
        padding: 10px;
        border-top: 1px solid #3d4957;
        font-size: 1.1em;
        display: block;
    }

        #ic-sidebar ul li a:link {
            text-decoration: none;
        }

        #ic-sidebar ul li a:hover {
            color: #222d32; /*so the Menu Titles can be read when hovered over*/
            background: #b4bcc8;
            text-decoration: none;
        }

        #ic-sidebar ul li a i {
            margin-right: 10px;
        }

    #ic-sidebar ul li.active > a,
    #ic-sidebar a[aria-expanded="true"] {
        color: #fff;
        background: #118744;
        text-decoration: none;
        border-bottom: none !important;
    }

    #ic-sidebar .title {
        font-size: 12px;
        margin-bottom: 3px;
    }

a[data-toggle="collapse"] {
    position: relative;
}

#ic-sidebar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    transform: translateY(125%);
}

#ic-sidebar ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    background: #cbd1d4;
    color: #44484a;
    border-top: 1px solid #3d4957;
}

#sidebar-footer{
    position:absolute;
    bottom:0;
    font-size:0.8rem;
    color:#fff;
}

    #sidebar-footer a,#sidebar-footer button {
        color: #fff;
        font-size: 0.8rem;
    }

.patientHeader .largepatientPhoto img {
    max-width: 85px;
    max-height: 85px;
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: -6px !important;
    float: left;
}

.patientHeader .largepatientPhoto .overlay a i {
    font-size: larger;
    line-height: 3em;
    text-decoration: none;
}

.patientHeader {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
}

.patientHeaderLeft {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-left: 0;
    padding-right: 5px;
}

.patientHeaderMiddle {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.patientHeaderRight {
    float: none;
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.photoContainer {
    position: relative;
    width: auto;
    height: auto;
}

.overlay {
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

    .overlay a {
        width: auto;
        height: auto;
        color: #09488c;
        opacity: 0;
        text-decoration: none;
    }

.photoContainer:hover .overlay {
    display: block;
    background: #ffffff;
}

.photoContainer:hover a {
    opacity: 1;
}

.photoContainer:hover i {
    text-decoration: none;
}

.nav-btn-document {
    background: #EB7C0C;
    border-color: #FF8100;
    color: #eeeeee;
}

    .nav-btn-document:hover {
        background: #BC5F00;
        border-color: #FF8100;
        color: #eeeeee;
    }

.nav-btn-scheduler {
    background: #007AE7 !important;
    border-color: #0D8AF8;
    color: #eeeeee;
}

    .nav-btn-scheduler:hover {
        background: #0057A5;
        border-color: #0D8AF8;
        color: #eeeeee;
    }

.nav-btn-registration {
    background: #DD5B39;
    border-color: #F68364;
    color: #eeeeee;
}

    .nav-btn-registration:hover {
        background: #BD3A18;
        border-color: #F68364;
        color: #eeeeee;
    }

.nav-btn-payment {
    background: #DD9139;
    border-color: #F6B264;
    color: #eeeeee;
}

    .nav-btn-payment:hover {
        background: #BD7018;
        border-color: #F6B264;
        color: #eeeeee;
    }

.nav-btn-encounter {
    background: #289E5B;
    border-color: #48AF75;
    color: #eeeeee;
}

    .nav-btn-encounter:hover {
        background: #118744;
        border-color: #47AF75;
        color: #eeeeee;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media print {
    @page {
        size: auto;
        margin: 0;
        margin-right: 1cm;
        margin-left: 1cm;
    }

    body {
        height: auto;
        width: 100% !important;
        -webkit-print-color-adjust: exact;
    }

        body .ic-navbar, body .ic-wrapper #ic-sidebar, body #drawerMenu, body .reportControls, body #BackNavigationLinksContainer, footer, .noprint {
            display: none;
        }

        body a {
            text-decoration: none !important;
        }

    .no-print {
        display: none;
    }

    #clinicManagerDashboardContainer .print-header {
        background-color: #09488c;
        color: #fff;
        display: block !important;
    }

        #clinicManagerDashboardContainer .print-header h2 {
            color: #fff !important;
        }

        #clinicManagerDashboardContainer .print-header h4 {
            color: #fff !important;
        }

    footer {
        display: none;
    }

    body #content {
        max-height: 100vh !important;
    }

    #printButtonDiv {
        display: none;
    }

    .expand-div {
        overflow: visible !important;
        height: auto !important;
    }

    .printArea {
        display: block;
        width: 100% !important;
    }


        .printArea .reportArea {
            margin-bottom: 1.0in;
        }

        .printArea .reportFooter {
            padding-right: 75px;
            width: 100%;
            position: fixed;
            bottom: 0;
            border: 1px solid black;
        }

        .printArea img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .print:last-child {
        page-break-after: auto;
    }

    .pagebreak {
        padding-top:115px !important;
        page-break-before: always;
    }

    #DisplayContent {
        margin: 0.5cm;
        display: block;
        overflow: visible !important;
        width: 100% !important;
    }
}

@media (max-width:1200px){
    #ic-sidebar.collapsed ul li a{
        padding: 13px 8px;
        font-size: 0.70em;
    }

    #ic-sidebar.collapsed ul li a:hover span{
        margin-top:-30px;
        padding: 13px 10px;
        width: 140px;
    }
}

@media (max-width: 768px) {
    #ic-sidebar {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
        margin-left: -60px !important;
    }

        #ic-sidebar .dropdown-toggle::after {
            top: auto;
            bottom: 10px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        #ic-sidebar.active {
            margin-left: 0 !important;
        }

        #ic-sidebar ul li a {
            padding: 20px 0.6rem;
        }

            #ic-sidebar ul li a span {
                display: none;
            }

            /*#ic-sidebar ul li a:hover span {
            font-size: 0.85em;
        }*/

            #ic-sidebar ul li a i {
                margin-right: 0;
                text-align: center;
            }

        #ic-sidebar ul ul a {
            padding: 10px !important;
        }

        #ic-sidebar ul li a i {
            font-size: 1.3em;
        }

    #ic-sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}
/* #endregion */

/* #region Chat Elements */
#chatWindowBody {
    border-top: 1px solid lightgrey;
}

#conversationWindow {
    position: sticky;
    height: 94vh;
    display: flex;
    flex-direction: column;
    min-width: 400px;
    max-width: 400px;
    top: 60px;
    border-left: 1px solid lightgrey;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


#messageContainer {
    overflow-y: auto;
    flex-grow: 1;
}

#conversationWindow .chat-window-header {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid lightgrey;
}

#conversationWindow .chat-window-title {
    margin-bottom: 0;
    line-height: 1.5;
}

#conversationWindow .chat-window-header .btn-close {
    padding: calc(1rem * .5);
    margin: calc(1rem * -.5) calc(1rem * -.5) calc(1rem * -.5) auto;
}

#unreadMessagesIndicator {
    padding: 0.35rem !important;
}

#chatMessageDiv {
    display:flex;
    align-items:end;
    justify-content:center;
    border-top: 1px solid lightgrey;
    padding: 10px 8px 10px 8px;
}


#chatMessage {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width)*2)) !important;
}

#messageListDiv {
    border-top: 1px solid lightgrey;
    flex-grow:1;
    overflow-y:auto;
}

.conversationListItem {
    border-bottom: 1px solid lightgrey;
    padding: 5px;
    cursor: pointer;
    font-size: 0.9rem;
}

    .conversationListItem .form-check-input{
        font-size: 1.1rem;
    }

    .conversationitem-right {
        vertical-align: central;
    }

#conversationSelectMessagesOptionsDiv{
    border-top:1px solid lightgrey;
    justify-content:space-evenly;
    padding: 5px;
}

    #conversationSelectMessagesOptionsDiv #doneSelectedLink {
        float:right;
    }

#conversationFilterDiv {
    border-top: 1px solid lightgrey;
    padding:5px;
}

#messageFilterDiv{
    border-bottom: 1px solid lightgrey;
    padding-bottom: 8px;
}

#chatViewerHeader {
    border-bottom: 1px solid lightgrey;
}

.unreadMessagesIndicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px;
}

.selectConversation, .selectDeletedConversation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 2px;
}

#conversationWindow .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff; /* Bootstrap primary color */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; /* White text */
    font-size: 18px;
    font-weight: bold;
}

#conversationWindow .largecircle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #007bff; /* Bootstrap primary color */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; /* White text */
    font-size: 26px;
    font-weight: bold;
}

.outgoing-message .unDeletedContainer {
    display: grid;
    justify-content: end;
    justify-items: end;
}

#convoImgContainer{
    display:flex;
    justify-content:center;
}

    #convoImgContainer img{
        height:4rem;
    }

    #convoIconContainer {
        display: flex;
        justify-content: center;
    }

.convoMessage {
    padding:3px 10px 3px 10px;
    cursor: pointer;
}

.outgoing-message {
    float: right;
    width: 100%;
    display: grid;
    justify-content:end;
    align-items:center;
}

.incoming-message {
    width: 100%;
    display: grid;
    justify-content: start;
    align-items: center;
}


#chatViewerDiv {
    border-bottom: 1px solid lightgrey;
}

.convoMessage .message-time {
    font-size: 0.8rem;
    padding-bottom: 3px;
}

.message-content span {
    background-color: #ededed;
    color: #7c7c7c;
    border: 1px solid #9f9f9f;
    box-shadow: 3px 3px 3px #dbd9d9;
}

.convoMessage .message-content {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    max-width:275px;
    white-space:normal;
    word-wrap:break-word;
}

.convoMessage .message-horizontal-options {
    display: flex;
    justify-content: space-evenly;
}

.outgoing-message .message-content {
    background-color: #f0f0f0;
    float: right;
}

.outgoing-message .dropdown-menu{
    position: absolute;
    inset:auto 0px 0px auto;
    margin:0px;
}

.lastMessageContainer{
    word-break:break-word;
    max-height:3em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.outgoing-message .dropdown-menu {
    position: absolute;
    inset: auto auto 0px auto;
    margin: 0px;
}

.incoming-message .message-content {
    background-color: #0d6efd;
    color: white;
    text-align: start;
}

.incoming-message .message-content a{
    color: white;
}

.incoming-message .dropdown-menu {
    position: absolute;
    inset: auto auto 0px 0px;
    margin: 0px;
}

.messageDeleted {
    font-size: 0.8rem;
    color: #858585;
    font-style:italic;
    font-weight:bold;
}

.addBadgeLink, .closeMenuLink {
    color: #494848;
    padding: 8px;
}

    .addBadgeLink:hover {
        background-color: var(--bs-dropdown-link-hover-bg);
    }

.markedReadText, .markedDeliveredText {
    font-size: 0.9rem;
}

.outgoing-message .markedReadText, .out-going-message .markedDeliveredText {
    float: right;
}

#sendChatMessage{
    border-radius:50%;
}
/* #endregion Chat Elements */
/* #region Charting */
.chart-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

/*#chartContent {
    max-height: 85vh;
    overflow-y:auto;
}*/

/*#chartContent.banner-expanded{
    max-height:70vh;

}
*/
/*    #chartContent.banner-expanded.additional-details {
        max-height: 60vh;
    }
*/
   /* #chartContent.additional-details {
        max-height: 75vh;
    }*/

/*    #chartContent.cookie-consent-present {
        max-height: 80vh;
    }

    #chartContent.cookie-consent-present.banner-expanded {
        max-height: 70vh;
    }
*/
/*        #chartContent.cookie-consent-present.banner-expanded.additional-details {
            max-height: 58vh;
        }*/

/*    #chartContent.cookie-consent-present.additional-details {
        max-height: 75vh;
    }*/

.treatmentCountStatus {
    font-size: 1.3rem;
    font-weight: 700;
}

#PhysicianCommentEditor {
    min-height: 330px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

    #PhysicianCommentEditor .ql-editor {
        min-height: 330px;
    }

#CaseManagementCommentEditor {
    min-height: 150px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

    #CaseManagementCommentEditor .ql-editor {
        min-height: 150px;
    }

#LetterEditor {
    min-height: 330px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

    #LetterEditor .ql-editor {
        min-height: 330px;
    }

#MessageEditorContainer {
    min-height: 330px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

    #MessageEditorContainer .ql-editor {
        min-height: 330px;
    }
/* #endregion */
/* #region Patient Banner */
#largePatientBanner {
    margin-left: -25px;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1.2em;
}

#smallPatientBanner {
    margin-left: -25px;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1.1em;
}

.largePatientImage img {
    max-height: 200px;
    max-width: 200px;
}

.largepatientPhoto {
    max-height: 200px;
    max-width: 200px;
}

.smallPatientImage img {
    max-height:100px;
    max-width: 100px;
}

.smallPatientImage .overlay a i {
    font-size: larger;
    line-height: 3em;
    text-decoration: none;
}

#additionalDetailsBanner {
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    font-size: 0.9em;
    line-height: 1em;
}

.photoContainer {
    position: relative;
    width: auto;
    height: auto;
}

.pdf-insurance {
    display: block;
}


.photoContainer:hover .overlay {
    display: block;
    background: #ffffff;
}

.photoContainer:hover a {
    opacity: 1;
}

#popupModalViewPhotoIframe{
    width:100%;
    height:70vh;
}

.photoContainer:hover i {
    text-decoration: none;
}
/* #endregion */
/* #region Charting Sidebar */

#chartnav-sidebar {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
    height: 100%;
    background: #09488c;
    color: #fff;
    transition: all 0.3s;
    padding: 0px;
    margin-left: -20px;
}

    #chartnav-sidebar.minimized {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }

    #chartnav-sidebar .sidebar-header {
        text-align: center;
    }

    #chartnav-sidebar ul li a {
        text-align: left;
        color: #fff;
        background: #09488c;
        border-bottom: none;
        border-top: none;
        padding-right: 0px;
    }

        #chartnav-sidebar ul li a span.inUseIcon {
            float: right;
        }

    #chartnav-sidebar ul li.active a span.title {
        color: #09488c;
    }

    #chartnav-sidebar ul li.active a span i.inUseIcon {
        color: #09488c;
    }

    #chartnav-sidebar.minimized ul li a {
        padding: 16px 8px;
        text-align: center;
        font-size: 0.80em;
    }

        #chartnav-sidebar.minimized ul li a i {
            margin-right: 0;
            font-size: 1.4em;
        }

        #chartnav-sidebar.minimized ul li a span.title {
            display: none;
        }

        #chartnav-sidebar.minimized ul li a span i.inUseIconClass {
            font-size: x-small;
        }

    #chartnav-sidebar.minimized ul ul a {
        padding: 10px !important;
    }

    #chartnav-sidebar.minimized .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #chartnav-sidebar .sidebar-header {
        padding: 10px;
    }

    #chartnav-sidebar ul li a {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 10px;
        font-size: 1.1em;
        display: block;
    }

        #chartnav-sidebar ul li a:link {
            text-decoration: none;
        }

        #chartnav-sidebar ul li a:hover {
            background: #CAD2DE;
            color: #3A3A3A;
        }

            #chartnav-sidebar ul li a:hover span {
                color: #3A3A3A;
                font-weight: 700;
            }

    #chartnav-sidebar.minimized ul li a:hover span.title {
        display: block;
        font-size: 1.3em;
        background-color: #b4bcc8;
        color: black;
        margin-left: 50px;
        margin-top: -33px;
        z-index: 1;

        position: absolute;
        width: 190px;
        padding: 14px 8px;
    }


    #chartnav-sidebar.minimized ul li.active a:hover span.title {
        color: #09488c;
        background-color: #fff;
        border-top: 1px solid #09488c;
        border-right: 1px solid #09488c;
        border-bottom: 1px solid #09488c;
    }

    #chartnav-sidebar ul li a i {
        margin-right: 10px;
    }

    #chartnav-sidebar ul li.active > a {
        color: #09488c;
        background: #fff;
        border-right: none;
        text-decoration: none;
        border-top: 1px solid #09488c;
        border-bottom: 1px solid #fff;
    }
    /*
    #chartnav-sidebar a[aria-expanded="true"] {
        color: #09488c;
        background: #fff;
        border-right: none;
        text-decoration: none;
        border-top: 1px solid #09488c;
        border-bottom: 1px solid #fff;
    }*/

    #chartnav-sidebar .title {
        font-size: 12px;
        margin-bottom: 3px;
        color: #fff;
    }

a[data-toggle="minimize"] {
    position: relative;
}

#chartnav-sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#chartnav-sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

/** Messaging Nav**/

#messaging-sidebar {
    min-height: 100vh;
    background: #fff;
    color: #222D32;
    transition: all 0.3s;
    padding: 0px;
    padding-top: 5px;
}

.messagingTabs {
    border-bottom: solid 1px #738187;
}

#messaging-sidebar .sidebar-header {
    text-align: center;
}

#messaging-sidebar ul li a {
    text-align: left;
    color: #222D32;
    background: #fff;
    border-bottom: none;
    border-top: none;
}

#messaging-sidebar .sidebar-header {
    padding: 10px;
}

#messaging-sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #messaging-sidebar ul li a:link {
        text-decoration: none;
    }

    #messaging-sidebar ul li a:hover {
        background: #c8cfdb;
    }

#messaging-sidebar ul li.active > a,
#messaging-sidebar a[aria-expanded="true"] {
    background: #c8cfdb;
    border-right: none;
    text-decoration: none;
}

#messaging-sidebar .title {
    font-size: .90em;
    padding-left: 10px;
    margin-bottom: 3px;
    color: #222D32;
}

#messaging-sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#messaging-sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
/** Messaging Nav**/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width:1200px) {
    #chartnav-sidebar.minimized ul li a {
        padding: 12px 8px;
        font-size: 0.7em;
    }

        #chartnav-sidebar.minimized ul li a:hover span.title {
            margin-top: -27px;
            font-size: 1.35em;
            padding: 10px 8px;
        }
}

@media (max-width: 768px) {
    #chartnav-sidebar {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
        margin-left: -80px !important;
    }

        #chartnav-sidebar .dropdown-toggle::after {
            top: auto;
            bottom: 10px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        #chartnav-sidebar.active {
            margin-left: 0 !important;
        }

        #chartnav-sidebar ul li a {
            padding: 20px 10px;
        }

            #chartnav-sidebar ul li a span {
                display: none;
            }

            /*#chartnav-sidebar ul li a:hover span {
            font-size: 0.85em;
        }*/

            #chartnav-sidebar ul li a i {
                margin-right: 0;
                text-align: center;
            }

        #chartnav-sidebar ul ul a {
            padding: 10px !important;
        }

        #chartnav-sidebar ul li a i {
            font-size: 1.3em;
        }

    #chartnav-sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}
/* #endregion */
/* #region Scheduler*/
.page-content-wrapper .page-content {
    padding-top: 5px !important;
}

.mini-calendar {
    padding: 0px;
}

.bootstrap-datetimepicker-widget {
    width: 100%;
}

#calendarContainer {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

#divAppointmentCounts {
    text-align: right;
}

.mini-calendar {
    width: 100%;
    padding: 0px 10px;
}

.loading {
    height: 16px;
    width: auto;
    float: right;
    display: none;
}

.loading-div {
    display: none;
}

.loading-gif {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    margin-left: -24px;
}

.drfirstlogo {
    margin-top: -5px;
    margin-bottom: -15px;
}

.ph-replacement-loading {
    float: none;
    padding-left: 10px;
}

.filter-events-loading {
    padding-left: 6px;
}

.eventHover {
    width: 300px;
    height: auto;
    border: 1px solid #09488c;
    background: #fff;
    color: #666;
    position: absolute;
    z-index: 10001;
    padding: 10px 10px 10px 10px;
    line-height: 100%;
}

.daily-comments-label {
    text-align: right;
}

.daily-comments-textarea {
    height: 50px;
    resize: none;
}

.comment-status-label {
    display: block;
    position: fixed;
    padding-top: 28px;
    font-weight: 100;
    font-size: 12px;
    padding-left: 60px;
}

.context-menu-icon-scheduled {
    background-image: url('/images/Scheduler.png');
    background-repeat: no-repeat;
}

.context-menu-icon-block {
    background-image: url('/images/Block.png');
    background-repeat: no-repeat;
}

.context-menu-icon-confirmed {
    background-image: url('/images/Confirmed.png');
    background-repeat: no-repeat;
}

.context-menu-icon-attended {
    background-image: url('/images/Attended.png');
    background-repeat: no-repeat;
}

.context-menu-icon-checked-in {
    background-image: url('/images/CheckedIn.png');
    background-repeat: no-repeat;
}

.context-menu-icon-ready {
    background-image: url('/images/Ready.png');
    background-repeat: no-repeat;
}

.context-menu-icon-checked-out {
    background-image: url('/images/CheckedOut.png');
    background-repeat: no-repeat;
}

.context-menu-icon-cancelled {
    background-image: url('/images/Cancel.png');
    background-repeat: no-repeat;
}

.context-menu-icon-no-show {
    background-image: url('/images/NoShow.png');
    background-repeat: no-repeat;
}

.context-menu-icon-arrived {
    background-image: url('/images/Arrived.png');
    background-repeat: no-repeat;
}

.context-menu-icon-rescheduled {
    background-image: url('/images/Rescheduled.png');
    background-repeat: no-repeat;
}

.context-menu-icon-in-room {
    background-image: url('/images/InRoom.png');
    background-repeat: no-repeat;
}

.context-menu-icon-clinical {
    background-image: url('/images/Clinical.png');
    background-repeat: no-repeat;
}

.context-menu-icon-physician {
    background-image: url('/images/Physician.png');
    background-repeat: no-repeat;
}

.context-menu-icon-billed {
    background-image: url('/images/Billed.png');
    background-repeat: no-repeat;
}

.fc-event-status {
    display: inline-block;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}

.fc-full-resources .fc-view-container .fc-view {
    overflow-x: scroll;
}

    .fc-full-resources .fc-view-container .fc-view > table {
        width: 1600px;
    }

.graphical-calendar-clinic-header {
    background-color: #efefef;
}

.fc-time {
    display: flex;
    padding-left: 0px !important;
}

.fc-title {
    padding-left: 0px !important;
}

.fc-event-status {
    font-size: 16px;
}

#FilterDiv {
    border-right: 1px solid #e6e6e6;
}

#headerTitle {
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #444;
}

#headerRow {
    border-bottom: 1px solid #e6e6e6;
}

#dateDisplay {
    padding-left: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #444;
}


.filter-label-collapse, .sort-indicator {
    float: right;
}

.filter-divider {
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}

#providerRoundsFilter .dropdown-header {
    font-size: 1rem !important;
    border-bottom: 1px solid #e6e6e6;
}

#pos-info a {
    padding-left: 5px;
}

#schedule-all a {
    padding-left: 5px;
}

#filtered-charges-table th {
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
}

.filter-section{
    height:85vh;
}

#filtered-patients-table tbody {
    font-size: 0.9rem;
}

/* --------------------------------- FullCalendar Overrides ---------------------------------- */
.fc-resource-group {
    background-color: #0057a5;
    color: #fff;
}

/* --------------------------------- Bootstrap-Drawer Overrides ---------------------------------- */
.drawer {
    border: 1px solid #dfdfdf;
}

.has-inner-drawer {
    overflow: auto !important;
}

.drawer-controls {
    padding-left: 2px !important;
}

.drawer-menu-button {
    line-height: 1;
}
/*.web-drawer-menu-button {
    margin-top: 56px;
}*/
.drawer-controls-disabled {
    width: 0px !important;
    margin-right: -2px !important;
    padding: 0px !important;
}
/* --------------------------------- Bootstrap-Drawer Overrides ---------------------------------- */

/* --------------------------------- FullCalendar Overrides ---------------------------------- */
/*.fc-content-skeleton {
    pointer-events: none;
}
.fc-event {
    pointer-events: all;
}*/
.fc-event-status {
    display: inline-block;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}

.fc-full-resources .fc-view-container .fc-view {
    overflow-x: scroll;
}

    .fc-full-resources .fc-view-container .fc-view > table {
        width: 1600px;
    }

/* --------------------------------- FullCalendar Overrides ---------------------------------- */

/* #endregion*/

/*#region logo-swap */
@media screen and (max-width: 991px) {
    #logo {
        content: url('../images/BoatLogo_WhiteTransparent_25x25.png');
    }
}

@media (min-width: 992px) {
    #main-img {
        content: url('../images/IntellicureLogo_WhiteTransparent.png');
    }
}
/*#endregion */

/*#region ic-navbar */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.ic-navbar {
    min-height: 4rem;
    background-color: #09488c;
    padding-bottom: 0.8rem !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1)
}

    .ic-navbar .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        color: #ffffff
    }

        .ic-navbar .navbar-nav .nav-link.active,
        .ic-navbar .navbar-nav .nav-link:hover {
            color: #fff;
            background-color: transparent
        }

        .ic-navbar .navbar-nav .nav-link.active {
            font-weight: 500
        }

    .ic-navbar .navbar-nav .nav-item div {
        color: white;
    }

    .ic-navbar .navbar-nav li a {
        color: white;
        text-decoration: none;
    }
/*#endregion */
/*#region Sub-Modal*/

.modal-smd {
    max-width: 475px;
}

.modal-md {
    max-width: 550px;
}

.modal-xlg {
    max-width: 900px;
}

.modal-xxlg {
    max-width: 1000px;
}

.modal-xxxlg {
    max-width: 1000px;
}

@media (min-width: 1199px) {
    .modal-xxxlg {
        min-width: 900px;
        max-width: 1000px;
    }

    .ic-sub-modal-lg3 {
        max-width: 1300px;
    }
}

@media (min-width: 1500px) {
    .modal-xxxlg {
        min-width: 1300px;
        max-width: 1400px;
    }
}
/*#endregion*/

/*#region QR-code-generator */
#qrCode {
    margin: 15px;
}
/*#endregion*/

/*#region skip-text */

#skippy {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #09488c;
    outline: 0
}

    #skippy .skiplink-text {
        padding: .5em;
        outline: 1px dotted
    }

/*#endregion */

/*#region Form Engine Control Classes - ListboxMulti and ListboxMultiSort*/
.textArea300x700 {
    height: 300px !important;
    width: 700px !important;
}

.textArea300x200 {
    height: 300px !important;
    width: 200px !important;
}

.textArea100x300 {
    height: 100px !important;
    width: 300px !important;
}

.textArea160x800 {
    height: 160px !important;
    width: 800px !important;
}

.textArea650x300 {
    height: 650px !important;
    width: 300px !important;
}

.textArea450x400 {
    height: 450px !important;
    width: 400px !important;
}

.textArea200x400 {
    height: 200px !important;
}

.textAreaHeight300 {
    height: 300px !important;
}

.textAreaHeight175 {
    height: 175px !important;
}

.ht415 {
    height: 415px !important;
}

.ht500 {
    height: 500px !important;
}

.ht115{
    height: 115px !important;
}

ul.CheckboxGroup {
    height: 100px;
    min-height: 100px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-radius: 4px !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top:3px;
}

    ul.CheckboxGroup li {
        margin: 0 3px -10px 0;
    }

.CheckboxGroupLabel {
    font-weight: normal;
    /*font-size: 12px;*/
    white-space: nowrap;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    /*The padding left is to help tooltips to disappear*/
    padding-left: 2px;
    margin-bottom:.5rem;
}


.CheckboxGroup.ht85 {
    height: 85px !important;
}

.CheckboxGroup.ht134 {
    height: 134px !important;
}

.CheckboxGroup.ht150 {
    height: 150px !important;
}

.CheckboxGroup.ht175 {
    height: 175px !important;
}

.CheckboxGroup.ht200 {
    height: 200px !important;
}

.CheckboxGroup.ht300 {
    height: 300px;
}

.selectHeight100{
    height: 100px !important;
}

.selectHeight175 {
    height: 175px !important;
}

input.CheckboxGroupItem {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.CheckboxGroup .single-listitem-label {
    cursor: pointer;
    margin-top:-4px;
    margin-bottom:1px;
    padding-left:3px;
}

    .CheckboxGroup .single-listitem-label:hover {
        background: rgb(118, 118, 118);
        color: #fff;
    }

.CheckboxGroup .listitem-selected {
    background: rgb(118, 118, 118);
    color: #fff;
}

ul.MacroListGroup {
    height: 415px !important;
    min-height: 100px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-radius: 4px !important;
    list-style-type: none;
    margin: 0;
    padding: 3px 5px 3px 5px;
}

ul.MacroListGroup li:hover{
    background-color: #efefef;
}

.disabledList {
    pointer-events: none;
    opacity: 0.6;
}
a.disabledLinkText {
    pointer-events:none;
    color:black;
}

.listBoxMultiSortField {
    width: 20px;
    height: 15px;
    line-height: 10px;
    font-size: 8pt;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
}
/*#endregion*/

/*#region Template Editor*/
.TemplateFieldList {
    max-height: 900px;
    min-height: 500px;
    overflow: scroll;
}

.TemplateFieldList li {
    cursor: pointer;
}

.markitupControl {
    display: inline;
    height: auto;
    font-size: 12px;
    vertical-align: middle;
    color: #555555;
    background-color: #ffffff;
}
/*#endregion*/

/*#region comment helper controls*/
.commentHelperFormControl {
    display: unset;
    width: unset;
    padding: 0rem 0.75rem;
}

.commentHelperContainer {
    line-height: 2;
}

select.commentHelperFormControl:not([size]):not([multiple]) {
    height: 1.5rem;
}

.macrolist-item .macro-title{
    display: inline-block;
    width: 80%;
    cursor: pointer;
}

.macro-selector-trash {
    float: right;
}

.macro-selector-edit {
    padding-left: 5px;
    float: right;
}

#ProcedureCommentEditor.ql-container{
    height:90% !important;
}
/*#endregion*/
/*#region Assessments*/
.assessmentTemplateList {
    cursor: pointer;
}

#EncounterAssessmentDisplayTable .selectedAssessment {
    background-color: #09488c;
}

    #EncounterAssessmentDisplayTable .selectedAssessment a {
        color: #ffffff;
        text-decoration: none;
    }

#EncounterAssessmentDisplayTable a {
    text-decoration: none;
}
/*#endregion*/

/*#region ClinicalProcedures*/
.ClinicalProcedureList {
    cursor: pointer;
}

#EncounterProcedureDisplayTable .selectedProcedure {
    background-color: #09488c;
}

    #EncounterProcedureDisplayTable .selectedProcedure a {
        color: #ffffff;
        text-decoration: none;
    }


.input-group.procedureTemplate .input-group-text {
    width: 15%;
}

/*#endregion*/


/*#region Reports*/
.table-iReport th {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.reportHeader {
    background-color: #09488c !important;
    padding: 5px !important;
}

    .reportHeader h1, .reportHeader h2, .reportHeader h3, .reportHeader h4, .reportHeader h5, .reportHeader h6 {
        color: #ffffff !important;
    }

.bold-total-row{
    font-weight: 700;
}
/*endregion*/
/*region Quality*/
.bg-quality {
    background-color: #04a84f !important;
}

.bg-cost {
    background-color: #364150;
}

.scorecard {
    min-height: 60px;
}

@media(min-width:540px) {
    .scorecard-ul {
        display: inline-flex;
    }
}

@media(min-width:600px) {
    .scorecard {
        min-width: 140px;
    }
}

.scorecard-info {
    background-color: #0057a5;
    color: white;
}

.scorecard-button {
    display: none;
    margin-top: 14px !important;
}

.scorecard-insufficient {
    background-color: red;
    color: white;
}

.scorecard-sufficient {
    background-color: green;
    color: white;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
    border-right-width: 0;
}

    .list-group-horizontal .list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-right-width: 1px;
    }

.legend-intellicure-benchmark {
    background-color: #16a950;
    height: 14px;
    width: 14px;
    display: inline-block;
    border: #118740 1px solid;
    border-radius: 4px;
    margin: 10px 6px -2px 24px;
}

.legend-national-benchmark {
    background-color: #FF7B08;
    height: 14px;
    width: 14px;
    display: inline-block;
    border: #cc6206 1px solid;
    border-radius: 4px;
    margin: 10px 6px -2px 24px;
}

.progress-cqm-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}

.progress-cqm {
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #dcdcdc;
    border: #ababab solid 1px;
    height: 25px;
}

.progress-cqm-bar {
    font-weight: 700;
    height: 25px;
    /*min-width: 2em;*/
}

.progress-benchmark {
    width: 8px;
    top: -6px;
    height: 35px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
}

.progress-benchmark-top {
    background-color: #16a950;
    width: 8px;
    top: 0px;
    height: 8px;
    position: absolute;
}

.progress-benchmark-bottom {
    background-color: #16a950;
    width: 8px;
    top: 30px;
    height: 8px;
    position: absolute;
}

.progress-national-benchmark {
    width: 8px;
    top: -6px;
    height: 35px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
}

.progress-national-benchmark-top {
    background-color: #FF7B08;
    width: 8px;
    top: 0px;
    height: 8px;
    position: absolute;
}

.progress-national-benchmark-bottom {
    background-color: #FF7B08;
    width: 8px;
    top: 30px;
    height: 8px;
    position: absolute;
}

.form-group-button {
    margin-bottom: 1rem;
}

.result-button-group {
    border: 1px solid #666;
    border-radius: 4px;
    margin: 2px;
}

/*endregion*/
/*region documents*/
.documentActionButtons {
    min-height: 1vh;
    background-color: #09488c;
    color: #FFFFFF;
}

.documentDocumentList {
    min-height: 99vh;
}

.documentViewer {
    width: 100%;
    min-height: 100vh;
}

.jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    padding-right: 24px;
}

.jstree-default .jstree-clicked {
    font-weight: bold;
    background: none;
    box-shadow: none;
}

dl.inline-flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%; /* set the container width*/
    overflow: visible;
}

    dl.inline-flex dt {
        flex: 0 0 20%;
        overflow: hidden;
    }

    dl.inline-flex dd {
        flex: 0 0 80%;
        margin-left: auto;
        text-align: left;
        overflow: hidden;
    }

.input-group.documents > .input-group-prepend {
    flex: 0 0 25%;
}

.input-group.documents .input-group-text {
    width: 100%;
}

.SignoffDocumentPreview {
    height: 500px;
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.documentItem {
    cursor: pointer;
}

li.selectedDocument {
    background: rgb(118, 118, 118);
    color: #fff;
}

.document-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100px;
}

#EncounterSelectList .list-inline-item:not(:last-child) {
    margin-right: 4rem;
}

.encounter-list-item a {
    font-size: 16px;
    padding-right: 8px;
}

.encounter-list-item .file-text {
    font-size: 1.1rem;
}

#EncounterSelectList .encounter-item-checkbox {
    color: #454545;
}

#EncounterSelectList li.selected a {
    color: #28a745;
}

.item-remove {
    float: right;
    padding-right: 5px;
}

#document-file-selection-container .file-container-div {
    height: 60vh;
}

    #document-file-selection-container .file-container-div ul {
        max-height: 58vh;
        overflow-y: scroll;
    }

.document-list li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
    color: #454545;
    min-height: 46px;
}

    .document-list li.selected {
        background-color: #ffffff;
        border: 2px solid #28a745;
    }

        .document-list li.selected a {
            color: #28a745;
        }

    .document-list li a {
        font-size: 16px;
    }

    .document-list li .file-text {
        margin-left: 1.2em;
    }

.file-item {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
    color: #454545;
}

    .file-item span a {
        color: #454545;
        padding-left: 12px;
        padding-right: 5px;
    }

.item-checkbox {
    color: #454545;
}
/*endregion*/

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle > .toggle-group {
    background: white;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    color: #666;
}

.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    padding-top: 0;
}

    .toggle-off.btn {
        padding-left: 18px;
        padding-top: 2px;
    }

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.toggle-on {
    padding-top: 0;
}

.disabledField {
    background-color: #e9ecef;
}

.losHighlight {
    background-color: #09488c !important;
    color: white !important;
    cursor: pointer !important;
}

.losHistoryScoreHighlight {
    background-color: #118744 !important;
    color: white !important;
}

.fadeLosTable {
    color: #aaaaaa !important;
}

    .fadeLosTable .losHighlight {
        background: rgba(9,72,140,0.3) !important;
        cursor: default !important;
    }

.commonBold {
    font-weight: bold;
    background-color: #96c5f8;
    padding-left: 4px;
    padding-right: 4px;
}

.created {
    background-color: DodgerBlue;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
}

.signed {
    background-color: DodgerBlue;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
}

.submitted {
    background-color: #11F36C;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
}

.processed {
    background-color: #02456D;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
}

.completed {
    background-color: #001019;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
}

.canceled {
    background-color: #FF3100;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.iframe-container {
    overflow: hidden;
    padding-top: 60%;
    position: relative;
}

    .iframe-container .iframeItem {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.training-iFrame {
    text-align: center;
    height: 420px;
}

    .training-iFrame iframe {
        width: 100%;
        height: 100%;
    }

/* #region WCAG*/
.wcagNavPill {
    border: 1px solid #09488c;
    margin: 1px;
}

    .wcagNavPill:hover {
        background-color: #efefef;
    }

.wcag21 a {
    text-decoration: underline;
}

    .wcag21 a.btn {
        text-decoration: none;
    }

    .wcag21 a.nav-link {
        text-decoration: none;
    }

.wcag21 .tooltipAlertText {
    display: inline !important;
}

/* #endregion WCAG*/

/*region Outside Review Tool*/


.outside-review-card {
    min-height: 450px;
}

.review-list {
    cursor: pointer;
}

#outside-review-list {
    height: 350px;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#inside-review-list {
    height: 200px;
    max-height: 250%;
    overflow-y: auto;
    overflow-x: hidden;
}


.outside-review-card span {
    position: absolute;
    top: 60%;
    left: 20%;
    font-size: 24px;
    color: #9c9c9c;
}

#selected-outside-list {
    height: 150px;
    max-height: 150px;
    overflow-x: hidden;
    border: 2px dashed #d1d1d1;
    border-radius: 5px;
    background-color: #edebeb;
    text-align: center;
}

.outside-review-list-item {
    padding: 5px;
    width: 98%;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    text-align: left;
    background-color: white;
}

.outside-review-card .unknownSeverity {
    border-left: 5px solid #636363;
}

.outside-review-card .mildSeverity {
    border-left: 5px solid #f9fc3a;
}

.outside-review-card .moderateSeverity {
    border-left: 5px solid #fca13a;
}

.outside-review-card .severeSeverity {
    border-left: 5px solid #fc773a;
}

.outside-review-card .life-threateningSeverity {
    border-left: 5px solid #fc443a;
}

.outside-review-card .fatalSeverity {
    border-left: 5px solid black;
}

.outside-review-list-item.selected {
    border-top: 1px solid #1288ff;
    border-right: 1px solid #1288ff;
    border-bottom: 1px solid #1288ff;
}

#discardRegion {
    height: 45px;
    background-color: #09488c;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
}

    #discardRegion.trash-state-hover {
        color: #062f5c;
        background-color: #fff;
        border: 1px solid #062f5c;
    }

    #discardRegion span {
        padding-left: 5px;
    }

#editAllergyDiv {
    padding: 10px;
}

#severityLegend .unknownSeverity {
    background-color: #636363;
}

#severityLegend .mildSeverity {
    background-color: #f9fc3a;
}

#severityLegend .moderateSeverity {
    background-color: #fca13a;
}

#severityLegend .severeSeverity {
    background-color: #fc773a;
}

#severityLegend .life-threateningSeverity {
    background-color: #fc443a;
}

#severityLegend .fatalSeverity {
    background-color: black;
}

#categoryLegend .unknownCategory {
    background-color: #636363;
}

#categoryLegend .vitalsCategory {
    background-color: #09488c;
}

#categoryLegend .labsCategory {
    background-color: #28a745;
}

#categoryLegend .socialHistoryCategory {
    background-color: #6610f2;
}

.outside-review-card .unknownCategory {
    border-left: 5px solid #636363;
}

.outside-review-card .vitalsignsCategory {
    border-left: 5px solid #09488c;
}

.outside-review-card .labsCategory {
    border-left: 5px solid #28a745;
}

.outside-review-card .socialHistoryCategory {
    border-left: 5px solid #6610f2;
}

.outside-review-card .unknownStatus {
    border-left: 5px solid #636363;
}

.outside-review-card .activeStatus {
    border-left: 5px solid #4287f5;
}

.outside-review-card .inactiveStatus {
    border-left: 5px solid #cfe1ff;
}

#statusLegend .unknownStatus {
    background-color: #636363;
}

#statusLegend .activeStatus {
    background-color: #4287f5;
}

#statusLegend .inactiveStatus {
    background-color: #cfe1ff;
}

.outside-review-card .unknownCategory {
    border-left: 5px solid #636363;
}

.outside-review-card .activeLocalCategory {
    border-left: 5px solid #dc3545;
}

.outside-review-card .activeOtherCategory {
    border-left: 5px solid #fd7e14;
}

.outside-review-card .resolvedCategory {
    border-left: 5px solid #28a745;
}

#statusLegend .unknownCategory {
    background-color: #636363;
}

#statusLegend .activeLocalCategory {
    background-color: #dc3545;
}

#statusLegend .activeOtherCategory {
    background-color: #fd7e14;
}

#statusLegend .resolvedCategory {
    background-color: #28a745;
}

.outside-review-card .unknownRange {
    border-left: 5px solid #636363;
}

.outside-review-card .inRange {
    border-left: 5px solid #28a745;
}

.outside-review-card .outOfRange {
    border-left: 5px solid #dc3545;
}

#statusLegend .unknownRange {
    background-color: #636363;
}

#statusLegend .inRange {
    background-color: #28a745;
}

#statusLegend .outOfRange {
    background-color: #dc3545;
}

.training-menu-item{
    color: #636363 !important;
}
/*endregion Outside Review Tool*/
/* #region Dashboard */
#clinicManagerDashboardContainer #drawerMenu {
    margin-top: 60px;
}

    #clinicManagerDashboardContainer #drawerMenu .dashboard-menu-description-container {
        background: #fff;
        border-top: 1px solid #ababab;
    }

    #clinicManagerDashboardContainer #drawerMenu .dashboard-item {
        padding-bottom: 15px;
    }

    #clinicManagerDashboardContainer #drawerMenu .dashboard-menu-title {
        font-size: 24px;
    }

    #clinicManagerDashboardContainer #drawerMenu .dashboard-menu-subtitle {
        margin-bottom:10px;
    }

    #clinicManagerDashboardContainer #drawerMenu .dashboard-item-thumbnail {
        border: 1px solid #cdcdcd;
        margin: 2px;
        cursor: pointer;
    }

    #clinicManagerDashboardContainer #drawerMenu .thumbnail-focus {
        box-shadow: 0px 0px 5px 1px rgba(4,137,235,0.75);
    }

#openClinicManagerDrawerBtn {
    margin-left: -21px;
}

.loading-dashboard {
    position: relative;
    top: 50%;
    left: 45%;
    font-size: 1.3rem;
    font-weight: 600;
    color: #666666;
}

.widgetTitle {
    font-size: 1.3rem;
    color: #555555;
    border-bottom: 1px solid hsl(0, 0%, 88%);
    padding-bottom: 0.4rem;
}

.widget-options-container {
    border-bottom: 1px solid hsl(0, 0%, 88%);
}

.widget-options-container a {
    color: lightgrey;
    padding-left: 10px;
    text-decoration: none;
}

    .widget-options-container a::after {
        display: none !important;
    }

    .widget-options-container a:focus-visible {
        outline: none !important;
    }

    .widget-options-container .dropdown-item {
        color: #212529;
    }

    .widget-options-container .dropdown-menu.show{
        transform: translate3d(-140px,0px,0px) !important;
        top: 30px !important;

    }

    .widget-options-container a.donutChartLink::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f200";
    }

    .widget-options-container a.lineChartLink::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f201";
    }

    .widget-options-container a.tableChartLink::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f0ce";
    }

    .widget-options-container a.horizontalBarChartLink::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f68f";
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .widget-options-container a.active-widget {
        color: #09488c;
    }

.performance-fail-background {
    background-color: rgba(255, 99, 132, 0.2) !important;
}

.performance-success-background {
    background-color: rgba(54, 162, 235, 0.2) !important;
}

.performance-warning-background {
    background-color: rgba(255, 159, 64, 0.2) !important;
}



/* #endregion Dashboard*/

/* #startregion CTP Procedure Note */

/* #endregion CTP Procedure Note */
#procedureNoteControl .section-header {
    font-size: 1.2rem;
    font-weight: bold;
}

#procedureNoteControl .card-body {
    min-height: 300px;
}

#procedureNoteControl .checklist-status {
    padding-left: 35px;
    padding-right: 20px;
    cursor: pointer;
}

#procedureNoteControl .checklist-group {
    border-bottom: 1px solid lightgrey;
    background-color: #f9fafb;
    padding-top: 5px;
    padding-bottom: 3px;
}

#checklistContainer .badge {
    vertical-align: 5px;
}

#procedureNoteControl .card {
    border-radius: 0;
    --bs-card-spacer-y: 0.25rem;
}

    #procedureNoteControl .card h5 {
        color: #212529;
    }

#procedureNoteControl li {
    padding-top: 5px;
}

#procedureNoteControl ul.MacroListGroup {
    height: 450px !important;
    min-height: 100px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    margin: 0;
    border: 0;
    padding: 0px;
}

#checklistContainer {
    height: 459px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

#procedureNoteControl .sectionItem {
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
    padding-left: 10px;
}

#procedureNoteControl .checklist-help-link {
    float: right;
}

#procedureNoteControl .checklist-unlock {
    float: right;
}

#procedureNoteControl .e-rte-content {
    max-height: 450px;
}
/* #region Ehr*/

.no-spin-button::-webkit-inner-spin-button,
.no-spin-button::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-popover{
    max-width: 400px;
}

/* #endregion Ehr*/

/*#region  Rss */
.rss-feed-item {
    display: flex;
    margin-bottom: 20px;
}

.rss-text-section {
    width: 66%;
}

.rss-image-section {
    width: 33%;
    max-width: 100%;
    height: auto;
}
/*#endregion Rss */
