﻿/* #region basic-padding */
body {
   
    padding-top: 60px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.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;
}

.helperToggle{
    font-size:18px;
}

.form-control {
    height: auto !important;
}

.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;
}

#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;
    }

    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%;
}

    #sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        font-size: 1em;
        height: 34px;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

#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;
}

.primaryContact {
    color: gold !important;
}

a{
    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;
}

.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 {
    min-height: 750px;
}

.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-20 {
    padding-top: 20px;
}

.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%;
}

#sampleBox {
    height: 50px;
    width: 75px;
    top: 25%;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px; 
   
}
/* #endregion */

/* #Care Plan */
.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;
    color:#fff;
    font-weight:400;
}

#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 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: 100vh;
    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: 10px;
    }

    #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 {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#ic-sidebar ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    background: #cbd1d4;
    color: #44484a;
    border-top: 1px solid #3d4957;
}

.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: 0;
    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 {
        margin: 0.75cm 0.25cm,0.25cm,1cm;
        
        max-width: 100%;
    
    }

    body {
        height: auto;
        width: 100% !important;
    }

    body .ic-navbar, body .ic-wrapper #ic-sidebar, body #drawerMenu, body .reportControls, body #BackNavigationLinksContainer, footer, .noprint {
        display: none;
    }

    body #content {
        max-height: 100vh !important;
    }

    .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;
            
        }

        .printArea table td{
            color:#666666;
        }

    .print:last-child {
        page-break-after: auto;
    }

    #DisplayContent {
        margin: 0.5cm;
        display: block;
        overflow: visible !important;
        width: 100% !important;
    }

}

@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 10px;
    }

        #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 Charting */
.chart-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

#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: 150px;
    max-width: 150px;
    margin: -6px -10px -5px !important;
}

.smallPatientImage img {
    max-height: 65px;
    max-width: 100px;
    margin: -6px -10px -5px !important;
}

.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;
}

.overlay {
    position: absolute;
    top: 0;
    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;
}
/* #endregion */
/* #region Charting Sidebar */

#chartnav-sidebar {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
    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: 10px;
        padding-bottom: 10px;
        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;
        z-index: 1;
        top: 0px;
        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: 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 {
    width: 100%;
    padding: 10px 10px;
}

.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;
    }

/* --------------------------------- 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*/
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    padding-bottom: 0px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
}

/*#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;
}

@media (min-width: 1000px) {
    .modal-xxxlg {
        max-width: 1100px;
    }

    .ic-sub-modal-lg3 {
        max-width: 1300px;
    }
}

@media (min-width: 1500px){
    .modal-xxxlg {
        max-width: 1200px;
    }
}
/*#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;
}

.ht415 {
    height: 415px !important;
}

.ht500 {
    height: 500px !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;
}

    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;
}

.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;
}

input.CheckboxGroupItem {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.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: 500px;
    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;
}
/*#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-prepend {
    flex: 0 0 20%;
}

.input-group.procedureTemplate .input-group-text {
    width: 100%;
}

/*#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;
    }

/*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;
}

/*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;
    color: white;
    cursor: pointer;
}

.losHistoryScoreHighlight {
    background-color: #118744;
    color: white;
}

.fadeLosTable{
    color: #aaaaaa;
}

.fadeLosTable .losHighlight{
    background:rgba(9,72,140,0.3);
    cursor:default;
}
.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{
    height:450px;
}

.review-list {
    cursor: pointer;
}

#outside-review-list{
    height:85%;
    overflow-y:hidden;
    overflow-x:hidden;
}

#inside-review-list{
    height: 35%;
    max-height: 35%;
    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: 55%;
    max-height: 60%;
    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;
}

/*endregion Outside Review Tool*/