﻿html {
    height: 100%;
    --site-header-height: 6rem;
}

html {
    overflow: visible;
}

body {
    height: initial; /* height is set to 100% in EC. We need to reset it back to it's default value */
}

body:not(.modal-open) {
    overflow: auto;
}

.ec-body-container {
    flex: 1 1 auto;
    overflow: hidden;
}

/*  =========================================
        Global Styles
    =========================================   */
.mt--15 {
    margin-top: -15px;
}

.mb--5 {
    margin-bottom: -5px;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-align-items-center {
    align-items: center;
}

.flex-align-items-flex-end {
    align-items: flex-end;
}

.flex-gap-3 {
    gap: 1rem;
}

.vertical-center {
    min-height: 100%; /* Fall-back for browsers do NOT support vh unit */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.drop-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02),0 2px 10px 0 rgba(0,0,0,0.12)
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

/*  =========================================
        Global Navigation
    =========================================   */

/* Aspect Navigation */

nav.compact-detailed-nav a {
    color: #a5a5a5;
}

/*  =========================================
        Global Forms
    =========================================   */

/* Labels */

label.form-input-label,
legend.form-input-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
}

#toothContainer label.form-input-label,
legend.form-input-label {
    visibility: hidden;
    position: absolute;
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        color: var(--ec-color-gray-600);
    }

/* Buttons */

.btn-atz,
.btn-outline-atz,
.btn-error-atz {
    border-radius: 2.25rem;
    border: 2px solid #00305f; /* Ensures non outline button is same size as outline button */
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0.5rem;
    padding: 0.3rem 2.5rem;
    position: relative;
    text-transform: uppercase;
}

    .btn-atz:disabled {
        background-color: #9a9a9a;
    }

    .btn-atz,
    .btn-atz:hover:not([disabled]) {
        background-color: #00305f;
        color: #fff;
    }

.btn-outline-atz {
    background-color: #fff;
    color: #00305f;
}

.btn-outline-atz {
    background-color: #fff;
    color: #00305f;
}

.btn-error-atz {
    background-color: #8b0000;
    border-color: #8b0000;
    color: #fff;
}

.btn-plus-atz,
.btn-up-atz,
.btn-down-atz,
.btn-right-atz {
    padding-left: 2rem;
    padding-right: 3rem;
}

.btn-left-atz {
    padding-right: 2rem;
    padding-left: 3rem;
}

.btn-locked {
}

.btn-plus-atz:after,
.btn-up-atz:after,
.btn-down-atz:after,
.btn-right-atz:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0.75rem;
}

.btn-left-atz:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0.75rem;
}

.btn-plus-atz:after {
    content: "\f067";
}

.btn-up-atz:after {
    content: "\f077";
}

.btn-down-atz:after {
    content: "\f078";
}

.btn-right-atz:after {
    content: "\f054";
}

.btn-left-atz:before {
    content: "\f053";
}

.btn-on:hover {
    text-decoration: underline;
}

.btn-lnk {
    background: transparent !important;
    border: none !important;
    padding: unset !important;
    cursor: pointer;
}

.btn-table {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    padding: unset;
}

.btn-diagnosis {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.btn-diagnosis-set-primary {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #E60000;
    text-decoration: none;
    cursor: none !important;
}

.btn-diagnosis-set-without-primary {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: black;
    text-decoration: none;
    cursor: none !important;
}
/* Form groups */

.form-check-group {
    margin: 0 0 1rem;
}

    .form-check-group .form-group {
        margin: 1rem 0 0;
    }

/* Date-picker */
.input-group-append i.fa-calendar-alt {
    font-size: 1.5rem;
}

.fieldsetinteraction {
    margin: 1em 0px;
    padding: 1em;
    border: solid;
}

.legendinteraction {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 0px 4px;
    width: auto
}

/* Multi-select drop-downs for Sumo select custom */
.SumoSelect {
    padding: 0;
    width: 100%;
    height: auto;
}

    .SumoSelect .select-all.partial > span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
        background-color: #00305f;
    }

    .SumoSelect > .CaptionCont {
        border: none;
    }

        .SumoSelect > .CaptionCont > label {
            margin: 0;
        }

            .SumoSelect > .CaptionCont > label > i {
                background-image: none;
            }

/* Multi-select dropdowns for bootstrap-multiselect */
.multiselect-native-select {
    display: block;
}

    .multiselect-native-select .btn-group {
        /*width: 100%;*/
    }

        .multiselect-native-select .btn-group button {
            background-color: #fff;
            border: 1px solid #ced4da;
            position: relative;
            text-align: left;
            /*width: 100%;*/
        }

.multiselect-selected-text {
    text-align: left;
}

.multiselect-native-select .btn-group button .caret {
    text-align: right;
}

.multiselect-container.dropdown-menu.show {
    width: 100%;
}

.multiselect-container > li > a,
.multiselect-container > li > a:hover {
    color: #495057;
}

/*  =========================================
        Global Validation
    =========================================   */

/* Labels */
label.required:after,
legend.required:after,
.label-required::after,
.label-required-before::before {
    color: #df0700;
    content: "*";
    font-weight: bold;
    margin-left: 0.5rem;
}

.form-check-group .form-check-label {
    font-size: 1rem;
}

label[for='OtherSexualOrientation'],
label[for='OtherGenderIdentity'] {
    visibility: hidden;
}

#OtherSexualOrientation,
#OtherGenderIdentity {
    transform: translateY(-25px);
}

/* Inputs */
.form-control.input-validation-error,
.input-group > .form-control.input-validation-error + .input-group-append > .input-group-text {
    border-color: #df0700;
}

    .form-control.input-validation-error:focus,
    .input-group > .form-control.input-validation-error:focus + .input-group-append > .input-group-text {
        box-shadow: 0 0 0 0.2rem rgba(234, 0, 0, 0.25);
    }

.input-group > .form-control.input-validation-error:focus {
    box-shadow: -0.2rem 0.2rem 0.2rem 0 rgba(234, 0, 0, 0.25), -0.2rem 0 0.2rem 0 rgba(234, 0, 0, 0.25), -0.2rem -0.2rem 0.2rem 0 rgba(234, 0, 0, 0.25);
}

/* Validation messages */
.username-validation-valid {
    color: #227814 !important;
}

    .username-validation-valid:before {
        content: url(../Images/GreenCheck.png);
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        padding-right: 1rem;
    }

.reg-username-validation-valid {
    color: Green;
    font-size: 8pt;
    white-space: nowrap;
}

    .reg-username-validation-valid:before {
        content: url(../Images/GreenCheck.png);
    }

.reg-username-validation-Invalid {
    color: Red;
    font-size: 8pt;
    white-space: nowrap;
}

    .reg-username-validation-Invalid:before {
        content: url(../Images/redX.png);
    }

.field-validation-error {
    color: #df0700;
}

.field-validation-error-outcome {
    color: #df0700;
    font-size: 0.9rem;
    position: relative;
}

.field-validation-error-outcome:not(:empty)::before {
    content: "\f06a";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    padding-right: 1rem;
}

.LetterActionValidationMessage {
    font-size: 0.7rem;
    color: #df0700;
}

.field-validation-error:before {
    content: "\f06a";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
    .field-validation-error:not(.empty-error)::before {
        content: "\f06a";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        padding-right: 1rem;
}

.custom-field-validation-error {
    color: #df0700;
}

    .custom-field-validation-error:before {
        content: "\f06a";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        padding-right: 1rem;
    }

.text-mutedcustom {
    color: #6C6E7F !important
}

.text-headermutedcustom {
    color: #3c4043 !important;
}

.captioncustom {
    color: #5e666c;
}

.card-headercustom {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #3c4043;
}

.card-headerPreferences {
    padding: .25rem .25rem;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #3c4043;
}

.text-secondarycustom {
    color: #6C6E7D !important;
}

.text-statusCustom {
    color: #f7e516 !important;
    border-color: #222222;
}

.btn-successcustom {
    color: #fff;
    background-color: #065B1A;
    border-color: #065B1A;
}

.text-successcustom {
    color: #227814 !important;
}
/*  =========================================
        Info Popup
    =========================================   */
.info-message-container {
    word-wrap: break-word;
}

    .info-message-container .modal-header,
    .info-message-container .card-header {
        background-color: #00305f;
        color: #fff;
    }

        .info-message-container .modal-header .close {
            color: #fff;
        }

    .info-message-container .modal-title i,
    .info-message-container .card-title i {
        margin-right: 1rem;
    }

    .info-message-container .modal-body,
    .info-message-container .card-body {
        font-size: 1rem;
    }

    .info-message-container pre {
        max-width: 460px;
        word-wrap: normal;
    }

    .info-message-container .modal-lg pre {
        max-width: 760px;
        word-wrap: normal;
    }

/*  =========================================
        Community Resources
    =========================================   */
.resource-item-row {
    display: flex;
}

    .resource-item-row > .resource-item {
        flex: 1;
        text-align: center;
        margin: 25px;
    }

        .resource-item-row > .resource-item .resource-icon > img {
            height: 50px;
        }

        .resource-item-row > .resource-item .resource-title {
            margin: 15px 0;
        }

            .resource-item-row > .resource-item .resource-title > a.external-navigation-link-to-popup,
            .resource-item-row > .resource-item .resource-title > button.external-navigation-link-to-popup {
                text-decoration: underline;
                border: none;
                background-color: transparent;
            }

/*  =========================================
        Errors
    =========================================   */
.assessmentQueueMessage {
    padding-top: 1rem !important;
}

.error-message-container {
    word-wrap: break-word;
}

    .error-message-container .modal-header,
    .error-message-container .card-header {
        background-color: #8b0000;
        color: #fff;
    }

        .error-message-container .modal-header .close {
            color: #fff;
        }

    .error-message-container .modal-title i,
    .error-message-container .card-title i {
        margin-right: 1rem;
    }

    .error-message-container .modal-body,
    .error-message-container .card-body {
        font-size: 1rem;
    }

    .error-message-container pre {
        max-width: 460px;
        word-wrap: normal;
    }

    .error-message-container .modal-lg pre {
        max-width: 760px;
        word-wrap: normal;
    }

/* Style error card like error modal */
#error-message-card-container {
    border-radius: 0.3rem;
}

    #error-message-card-container .card-header {
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
        padding: 1rem;
    }

    #error-message-card-container .card-title {
        margin-bottom: 0;
    }

    #error-message-card-container .card-footer {
        background-color: #fff;
    }

#server-error-page #default-message, #server-error-page #reference-number {
    margin-bottom: 5px;
}

#server-error-page a.error-back-link, #server-error-page a.login-link {
    text-decoration: underline;
}

/*  =========================================
        Confirm/Cancel Popup
    =========================================   */

#confirmationModalPopup .modal-content {
    background-color: var(--ec-color-gray-50);
}

#confirmationModalPopup .modal-header {
    background-color: var(--ec-color-gray-50);
    color: var(--ec-color-action-900);
}

#confirmationModalPopup .modal-title {
    font-size: 1rem;
}

/*  =========================================
        Element Specific
    =========================================   */

#Progress-modal-popup {
    z-index: 9998 !important;
}

#SessionTimeoutWarningModal {
    z-index: 9999 !important;
}

#waitListNotActivatedModal .modal-dialog {
    display: table;
}

.logo-card-header {
    background-color: #fff;
}

footer :not(:first-child).list-inline-item {
    border-left: 1px solid #212529;
    padding-left: 0.5rem;
}

.login-footer-text {
    font-size: 1.2rem;
}

/* Main Wrapper styles Start */
body {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    min-height: 100%;
    padding-top: 60px;
}

.header-container + .wrapper {
    padding-top: 0;
}

/* Main Wrapper Styles End */

/* header styles Start */
.top-header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
}

    .top-header .navbar-header .navbar-brand {
        line-height: 47px;
        background-repeat: no-repeat;
        background-size: 130px 56px;
        width: 130px;
        height: 56px;
        padding: 0 1px;
        margin: 0;
        display: block;
    }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    height: 4.4rem;
}

.top-header .right-navbar {
    width: calc(100% - 165px);
}

.right-navbar .fa-search {
    font-size: 1rem;
    color: #969696;
}

.search-box {
    width: 385px;
}

.search-box-compact {
    width: 280px;
}

.header-username-span {
    margin-right: 5px;
}
/* header styles End */

/* top nav styles start */
.topnav {
    background-color: #00305F;
    margin-top: 10px;
    padding-top: .8px;
    padding-bottom: .8px;
    position: fixed;
    width: 100%;
    z-index: 1301;
}

.topnav-icon {
    font-size: 2rem;
}

.topnav-icon-text {
    bottom: 5px;
    left: 5px;
    position: relative;
    font-size: 15px;
}

@media (max-width: 1617px) {
    .topnav-icon-text {
        font-size: 14px;
    }

    .topnav-icon {
        font-size: 1.75rem;
    }
}

.navbar-list-inline-block {
    display: inline-block;
}
/* top nav styles end */

.providerContextDiv {
    position: relative;
    bottom: 2px;
}

.accordion-icon {
    font-size: 0.75rem;
}

.pdf-icon {
    font-size: 2rem;
    color: #df0700;
}

.table thead th, .table tbody td {
    border: none !important;
}

.table-border thead th, .table-border tbody td {
    border-bottom: 1px solid #E3E3E3 !important;
}

.table-heading-border thead th {
    border-bottom: 1px solid #E3E3E3 !important;
}

.note-content-area {
    position: relative;
}

    .note-content-area > .note-area-container {
        max-height: 150px;
        overflow: hidden;
        position: relative;
    }

        .note-content-area > .note-area-container .ec-textarea {
            display: none;
        }

    .note-content-area[expanded] > .note-area-container {
        height: auto;
        max-height: unset;
    }

    .note-content-area > .note-read-more-less {
        padding: 5px;
        background: #f7f7f7;
        border-radius: 5px;
        float: right;
        color: #0069D9;
    }

        .note-content-area > .note-read-more-less:focus {
            outline: unset;
        }

        .note-content-area > .note-read-more-less:before {
            content: 'Read More';
        }

    .note-content-area[expanded] > .note-read-more-less:before {
        content: 'Read Less';
    }

    .note-content-area[expanded] > .note-area-container .ec-textarea {
        min-height: 150px;
        display: block;
    }

    .note-content-area > .note-area-container .note-area {
        background-color: #e9ecef;
        padding: 0.375rem 0.75rem;
    }

    .note-content-area[expanded] > .note-area-container .note-area {
        display: none;
    }

.word-wrap tbody tr td {
    word-break: normal;
    width: 10%;
}

.reviewDocCard {
    max-width: none !important;
    width: auto !important;
}

.white-btn {
    background-color: #FFFFFF;
    color: #00305F;
    border-radius: 36px;
    font-size: 0.75rem;
}

.common-btn {
    border-radius: 36px;
    font-size: 0.75rem;
}

.red-btn {
    background-color: #dc3545;
    color: #fff;
    border-radius: 36px;
    font-size: 0.75rem;
}

.grid-bg {
    background: rgb(255, 255, 255);
}

.heading-text {
    font-size: 1.0625rem;
    font-weight: bold;
}

.bold-text {
    background-color: lightgrey;
}

.badge:not(.ec-badge) {
    background: #df0700;
    width: auto;
    height: auto;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 5px;
}

.messageCenterBadge {
    background: #df0700;
    width: auto;
    height: auto;
    border-radius: 50%;
    position: relative;
    bottom: 7px;
    left: 5px;
    padding: 5px;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.h3firstname {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}

.ui-datepicker-z-index-important {
    z-index: 99999 !important;
}

.date-picker-icon {
    font-size: 1.625rem;
    top: 32px;
    right: 5px;
}

.blue-btn {
    background: #00305F;
    border-radius: 36px;
    color: #fff;
    font-size: 0.75rem;
}

.whiteblue-btn {
    background: #00305F;
    color: #fff;
    font-size: 0.75rem;
}
/* check box styles start */
.cb-wrapper {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    margin-top: 2.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cb-wrapper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.cb-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #999999;
}

.cb-wrapper:hover input ~ .cb-checkmark {
    background-color: #fff;
}

.cb-wrapper input:checked ~ .cb-checkmark {
    background-color: #fff;
}

.cb-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-wrapper input:checked ~ .cb-checkmark:after {
    display: block;
}

.cb-wrapper .cb-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #555555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* check box styles end */
.footerBtm {
    bottom: 0;
    width: calc(100% - 9rem);
}
/* radio button style start */
.RadioWrapper {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .RadioWrapper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.RadioWrapper:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.RadioWrapper input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #999999;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.RadioWrapper input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.RadioWrapper .checkmark:after {
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #999999;
}

.errorMessage {
    color: #df0700;
}

.errorFocus {
    border: 1px solid #df0700;
}

.normalFocus {
    border: 1px solid #0069D9;
}

.inprogress {
    display: none;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    overflow: auto;
}

.inprogressElementDiv {
    z-index: 1000;
    margin: 25% auto;
    width: 60px;
    background-color: White;
    border-radius: 10px;
}

.inprogressElementTimeoutDiv {
    z-index: 1000;
    margin: 16% auto;
    width: 460px;
    height: auto;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}
/* radio button style end */
/* right panel styles End */
.create-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 55px;
}

.cb-wrapper input:checked ~ .create-checkmark {
    background-color: #0069D9;
}

.create-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-wrapper input:checked ~ .create-checkmark:after {
    display: block;
}

.cb-wrapper .create-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* radio button style end */
.traceIconSize {
    font-size: 1.2rem;
}

.accordion-icon {
    font-size: 0.75rem;
}

.print-icon {
    font-size: 2rem;
}

.pdf-icon {
    font-size: 2.25rem;
    color: #df0700;
}

.comment-count-text {
    top: 0;
    left: 5px;
    color: #fff;
    background-color: black;
}

.table thead th, .table tbody td {
    border: none !important;
    font-weight: normal;
}

.actions-container {
    margin-bottom: 20px;
}

.actions-dropdown {
    width: 25rem;
    height: 2.5rem;
}

.pdf-object {
    width: 100% ; /* 100% of the parent container */
    height:50rem; /* Height as a percentage of the viewport height (optional) */
    max-width: 100% ; /* Prevents the object from overflowing its container */
}

/* PDF Viewer */
.wizard-pdf-viewer {
    width: 100%;
    height: 50rem;
    max-width: 100%;
}

.generateLetter{
    width:40rem;
    height:25rem;
}

.img {
    width: 8rem; /* 128px converted to rem */
    height: 3.5rem; /* 56px converted to rem */
}
/* Optional: Add some padding to the container */
.template-div {
    padding: 1rem;
}

/* Example styling for alerts (if not using Bootstrap) */
.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 1rem;
    border-radius: 0.5rem;
}

.table-border thead th, .table-border tbody td {
    border-bottom: 1px solid #E3E3E3 !important;
}

.table-heading-border thead th {
    border-bottom: 1px solid #E3E3E3 !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 1rem;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.cb-wrapper {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    margin-top: 2.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cb-wrapper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.cb-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #999999;
}

.cb-wrapper:hover input ~ .cb-checkmark {
    background-color: #fff;
}

.cb-wrapper input:checked ~ .cb-checkmark {
    background-color: #fff;
}

.cb-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-wrapper input:checked ~ .cb-checkmark:after {
    display: block;
}

.cb-wrapper .cb-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #555555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.create-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 55px;
}

.cb-wrapper input:checked ~ .create-checkmark {
    background-color: #0069D9;
}

.create-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-wrapper input:checked ~ .create-checkmark:after {
    display: block;
}

.cb-wrapper .create-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.red-flag {
    color: #ca3e3e;
    font-size: 1rem;
}

.hosiptalIconSize {
    font-size: 2.5rem;
}

.checkBox-alignment {
    top: -20px;
    left: 20px;
}

.brdrRadius {
    border-radius: 30px;
}

.question-date-picker-icon {
    font-size: 1.625rem;
    top: 1px;
    right: 18px;
}

.questionTextSmall {
    font-size: 0.75rem;
}
/* right panel styles End */
.asterickFontSize {
    font-size: 0.5rem
}

.comment-count-text {
    top: 0px;
    left: 5px;
}

.q-table thead th, .q-table tbody td {
    flex: 1 1 110px;
    display: flex;
}

a:focus {
    outline: 1px solid #5bc0de;
}
/* tabs style Start*/
.q-table thead th, .q-table tbody td {
    flex: 1 1 110px;
    display: flex;
}

a:focus {
    outline: 1px solid #5bc0de;
}
/* tabs style Start*/
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00305F !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #00305F !important;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #222222;
}
/* tabs style End */
/* right panel styles End */
/* right panel styles End */
/* kepro note logo */
.keproNoteLogo {
    line-height: 47px;
    background-repeat: no-repeat;
    background-size: 35px 45px;
    width: 33px;
    height: 40px;
    background-image: url('../Images/AcentraHealthLogo.png');
    padding: 0 20px;
    margin: 0;
    display: block;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00305F !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #00305F !important;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #222222;
}
/* tabs style End */
/* right panel styles End */
/* right panel styles End */
/* kepro note logo */
.keproNoteLogo {
    line-height: 47px;
    background-repeat: no-repeat;
    background-size: 35px 45px;
    width: 33px;
    height: 40px;
    background-image: url('../Images/AcentraHealthLogo.png');
    padding: 0 20px;
    margin: 0;
    display: block;
}

.delete-date-picker-icon {
    font-size: 1.625rem;
    top: 0;
    right: 5px;
}

.icon-size {
    font-size: 3rem;
}

.fixed-col-table {
    border-collapse: collapse;
    width: 100%;
}

    .fixed-col-table td, .fixed-col-table th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }

th {
}

.fixed-headercol {
    position: sticky;
    position: -ms-sticky;
    left: 0px;
    background-color: white;
}

.fixed-col-table th:first-child, .fixed-col-table td:first-child {
    position: sticky;
    position: -ms-sticky;
    left: 0px;
    background-color: white;
}

.fixed-col-table th:last-child, .fixed-col-table td:last-child {
    position: sticky;
    position: -ms-sticky;
    background-color: white;
}

.lastcol {
    position: absolute;
    width: 5em;
    right: 0;
    top: auto;
    border-right: 0px none black;
    border-top-width: 3px;
    margin-top: -3px;
}

.border-radius {
    border: 1px solid white;
    border-radius: 1.5625rem;
    margin-left: 5px;
}

.consumeralert {
    float: left !important;
}

.caseAlert {
    float: left !important;
}

.lightgreen {
    background: #d8efd4;
}

#bgOpacity {
    background: #cce6ff;
}

.common-btn {
    border-radius: 36px;
    font-size: 0.75rem;
}
/* tabs style Start*/
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00305F !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #00305F !important;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #222222;
}

.customposition-create {
    bottom: 1rem;
}

.h-48 {
    height: 48%;
}
/* tabs style End */
/*====================================================================*/
/*ToolTip Start*/
#tooltip {
    position: relative;
    display: inline-block;
}

    #tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 100%;
        background-color: white;
        color: gray;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        margin-left: 1px;
    }

    #tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltip-bottom {
    top: 105%;
    left: 50%;
    margin-left: -60px;
}
/*ToolTip End*/
.date-picker-icon-custom {
    font-size: 1.625rem;
    top: 33px;
    right: 5px;
}

.date-picker-icon-small {
    font-size: 1.625rem;
    top: 29px;
    right: 22px;
}

.faxQueue tr:hover {
    color: black;
    cursor: pointer;
}

.buttons {
    display: none;
}
.focus-indicator {
    outline: 4px solid #67BFE4 !important;
}
#btnLastRefresh {
    outline: 1px solid #00305f;
    outline-offset: 2px;
}
.w-95 {
    width: 95% !important;
}

.w-90 {
    width: 90px;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-5 {
    width: 5% !important;
}

.angle, .angle:hover {
    color: black !important;
    background-color: black !important;
}
/* case letters custom css start */
.custom-position {
    left: 10rem;
    bottom: 1rem;
}

.custom-lists {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.save-menu {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    right: 0;
    width: auto;
    top: 2.4rem;
    z-index: 1000;
}

.pointer {
    cursor: pointer;
}

    .pointer:hover {
        text-decoration: underline;
    }

.w-15 {
    width: 15% !important;
}

.w-18 {
    width: 18% !important;
}

.w-40 {
    width: 40% !important;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21% !important;
}

.w-42 {
    width: 42% !important;
}

.w-16 {
    width: 16% !important;
}

.pt-2rem {
    padding-top: 2rem !important;
}
/* case letters custom css end */


/*Search case clinet below lines*/
.borderstyles tbody tr td {
    border: 0.0625rem solid #80ccff !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

    .borderstyles tbody tr td:last-child {
        border-right: 0.0625rem solid #80ccff !important;
    }

    .borderstyles tbody tr td:first-child {
        border-left: 0.625rem solid #80ccff !important;
    }
/*Search case end*/


/* Phase 3*/
.border-blue {
    border-color: #043a91;
    color: #043a91;
}

.border-bottom-weight {
    border-bottom: 0.25rem solid #022968 !important;
}

.border-div {
    border-bottom: 1px solid lightgray !important;
}

.border-bottom-black {
    border-bottom: 1px solid black !important;
}

#subtabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00305F !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #00305F;
}

#subtabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #222222;
    background: azure;
    border: 1px solid blue;
}

.collapsed .fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

#lineHeight {
    line-height: 2.8125rem !important;
    margin-left: -0.75rem;
    padding-left: 3.75rem;
}

#subtabs .nav-tabs .nav-link.active .col-12:after {
    content: "\f105";
    float: right;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

#subtabs .umSnapshot.active .col-12:after {
    content: none !important;
}

#subtabs .umSnapshot.active {
    background: #cce6ff;
    border: 4px solid #00305F !important;
}

#subtabs1 .nav-tabs .nav-link.active {
    border: 0;
    background: #cce6ff;
    border-bottom: 1px solid blue !important;
}

.scrollbatch {
    overflow-y: auto;
    height: 600px !important;
}

.tif-icon {
    font-size: 2rem;
    color: green;
}

.doc-icon {
    font-size: 2rem;
    color: grey;
}

.image-icon {
    font-size: 2rem;
    color: lightgray;
}

.customMargin {
    margin: 10px -20px 10px -10px !important;
}

.cardBodyHeader {
    text-align: center;
    font-size: xx-large;
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

a:focus {
    text-decoration: underline;
}

.topnav a:focus {
    outline: 2px dotted white !important;
    outline-offset: -2px;
}

#assessmentQueueSearchResultTbl_wrapper {
    overflow: auto;
}

.gender-width {
    width: 75px;
}

.diagnosis-width {
    width: 40%;
}

.memberid-width {
    width: 25%;
}

.outcome-width {
    width: 20%;
}

.letters-width {
    width: 15%;
}
/* css for the menus and links  */
/* custom arrows on top of the menus and links */
.help-menu {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    width: auto;
    margin-left: 10px;
    top: 68px;
}

    .help-menu:before {
        position: absolute;
        display: inline-block;
        border-top: 7px solid transparent;
        border-right: 7px solid #eee;
        border-bottom: 7px solid transparent;
        border-right-color: rgba(0, 0, 0, 0.2);
        left: -8px;
        bottom: 12px;
        content: '';
    }

    .help-menu:after {
        position: absolute;
        display: inline-block;
        border-top: 6px solid transparent;
        border-right: 6px solid #eee;
        border-bottom: 6px solid transparent;
        left: -6px;
        bottom: 13px;
        content: '';
    }

.custom-position {
    left: 10rem;
    bottom: 1rem;
}

.custom-lists {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.user-menu {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    right: 0;
    width: auto;
    z-index: 100;
}

    .user-menu:before {
        position: absolute;
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #eee;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        top: -8px;
        right: 22px;
        content: '';
    }

    .user-menu:after {
        position: absolute;
        display: inline-block;
        border-left: 10px solid transparent;
        top: -6px;
        right: 19px;
        content: '';
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
    }

.custom-emailid {
    font-weight: bold;
    font-size: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.user-icon-size {
    font-size: 20px;
}

.custom-font-contract {
    font-size: 12px;
}

/* Login page logo. Resized to match the old logo, pending the new logo */
.keproFullLogo {
    width: 50%;
    max-width: 100%;
}

.keproSmallLogo {
    height: 36px;
}

.keproLogoWhiteSpace {
    padding: 20px !important;
}

/* Fix for IE. Keeps containing div from being stretched by scaled image */
.flex-shrink-0 {
    flex-shrink: 0;
}

.keproIconLogo {
    background-repeat: no-repeat;
    background-size: 86px 86px;
    background-image: url(../Images/AcentraLogoIcon.png);
    height: 86px;
    width: 86px;
    padding: 0 30px;
    margin: 0;
    display: inline-block;
}

.breadcrumb-item a {
    color: #0069D9 !important;
}

.curser-pointer {
    cursor: pointer;
}
/* Unsaved changes Div*/
.inprogressElementUnsavedDiv {
    z-index: 1000;
    margin: 16% auto;
    width: 460px;
    height: auto;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.customAlignment {
    display: flex !important;
    margin-left: 35px !important;
}

.fixedFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.fixedFooter2 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin-left: 35px !important;
    width: 100%;
    padding: 0 !important;
}

.custom-position-for-side-nav {
    left: 8.3rem;
    bottom: 13.6rem;
}

.userInfoDetailFixed {
    right: .2rem;
    top: 40px;
    z-index: 1301;
}

.align_footer {
    margin: 0.1875rem;
}

.uppercase {
    text-transform: uppercase;
}

#textwrap {
    word-wrap: break-word;
}

.defaultcase {
    text-transform: none;
}

.article-container-header {
    color: #003366;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 1px 1px #ff9900;
    font-weight: bold;
    text-align: center;
    line-height: 10px;
    line-height: 1.0rem;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pointer-events {
    pointer-events: none;
}

.applyRedColor {
    color: #df0700;
}

.applyRedColorForFax {
    color: red;
    font-weight: bold;
}

.applyRedColorDischarge {
    color: #df0700;
    font-weight: bold;
}

.dropbtn {
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown1-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown1-content a:hover {
            background-color: #ddd;
        }

.dropdown1:hover .dropdown1-content {
    display: block;
}

.divbtnResetForms {
    margin-top: 20px;
    margin-right: 30px;
    z-index: 10;
}

#MedicationListGrid thead td {
    background-color: gainsboro !important;
}

#MedicationNoteHistoryListGridContainer {
    overflow: auto;
    max-height: 500px;
}

.scrolltable {
    overflow-y: scroll;
    max-height: 171px;
}

.drg-audit-selected {
    background-color: #3390ff !important;
    color: #FFF;
}

.drg-caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .drg-caret::before {
        content: "\25B6";
        color: #02006c;
        display: inline-block;
        margin-right: 6px;
        font-size: 12px;
    }

.table-header-bg {
    background-color: gainsboro;
}

.drg-table-bordered td, .drg-table-bordered th {
    border: 1px solid #111;
}

/*Start - For Bootsrap Grid*/
.dataTable {
    width: 100% !important;
    margin: 0;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.datatablecontainer {
    position: relative;
    width: 70%;
    border: 1px solid #dee2e6 !important;
}

    .datatablecontainer .datatablegrid {
        position: relative;
        overflow-x: hidden;
    }

table.datatablegrid {
    table-layout: auto;
}

    table.datatablegrid td {
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*End - For Bootsrap Grid*/

.spancontainer span {
    padding: 1px 2px;
}

.margin-auto {
    margin: auto;
}

.common_pointer_events {
    pointer-events: none !important;
}

.common-width-auto {
    width: auto !important;
}

.compact-text {
    font-size: 1.25rem;
}

.section-active:focus, .section-active {
    background-color: wheat;
}

.ChildDiagnosisClick:hover {
    cursor: pointer;
}

.diagnosisPopOver li {
    font-family: Roboto, sans-serif !important;
    font-weight: normal !important;
    font-size: 12px !important;
}
/*Start - For workingtask button*/
.workingtask-text {
    padding-left: 11px;
}

.pl-2rem {
    padding: 0.4rem !important;
}
/*End - For workingtask button*/

.questionnaireTextArea {
    padding: 1px 0px 2px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.taskCenterTextArea {
    overflow-x: hidden;
    overflow-y: scroll;
}

.white-space-nowrap {
    white-space: nowrap;
}

#FaxQueueSearchResultResultGrid > .faxQueue > tr.faxQueue-row-border-bottom > td {
    border-bottom: none !important;
}

#FaxQueueSearchResultResultGrid > .faxQueue > tr.faxQueue-row-border-bottom {
    border-bottom: 1px solid #E3E3E3 !important;
}

.noFocusBtn {
    outline: none !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.printQuetionairefocus:active, .printQuetionairefocus:focus {
    border: none;
    outline: none;
}

#callEntriesResultHeader:active, #callEntriesResultHeader:focus {
    border: none;
    outline: none;
}

.activeEligibilityPeriods {
    color: #0F72DB;
}

.termedEligibilityPeriods {
    color: #000000;
}

.modal-header {
    background-color: #00305f;
    color: white;
    line-height: 1;
}

.hide-element {
    display: none;
}

.color-white {
    color: white;
}

.h4TextColor {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem
}

.rm-1rem {
    margin-right: 1.0rem;
}

.close, .dialog-close-btn, .close-button {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: transparent;
}
/*ANG-4187*/
.emptyPasswordField {
    left: 0;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}

/*ANG-27283*/
.memberDischargeEditLabel {
    border: none !important;
    background: none !important;
}

.memberDischargeLabelColor {
    color: #6C6E7F !important;
}

/*End*/

.labelStatus {
    color: black;
    font-family: Arial;
    height: 30px;
    font: bold;
    font-size: small !important;
}

.Triage {
    background-color: coral
}

.Outreach {
    background-color: palevioletred
}

.Active {
    background-color: limegreen;
}

.Closed {
    background-color: red
}

.unsubmitted {
    background-color: lightgray;
}

.submitted {
    background-color: deeppink;
}

.completed {
    background-color: orange;
}

.um-stacklayout-border {
    border-left: 8px solid #d3cda9;
}

.case-status-button {
    padding: 5px 15px 5px 15px;
}

/*Care Plan*/
#tabs #nav-tab.care-plan-nav-tab .nav-link {
    border: 1px solid #ced4da;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #222222;
    padding: 4px 0px 3px 0px;
}

#tabs #nav-tab.care-plan-nav-tab .nav-item.show .nav-link, #nav-tab.care-plan-nav-tab .nav-link.active {
    border: 0 !important;
    color: #000000 !important;
    background-color: #dcdcdc;
    outline: none;
}

#nav-tab .nav-link.active {
    outline: none;
}

.tbl-border-1px {
    border: 1px solid #c5c5c5 !important;
}

.v-a-m {
    vertical-align: middle !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.btn-atz-orange {
    background-color: #f28818;
    border: 2px solid #f28818;
    border-radius: 2.25rem;
    font-weight: 500;
    font-size: 0.75rem;
    margin: 0.5rem;
    padding: 0.3rem 2.5rem;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.btn-atz-orange-contrast {
    background-color: #f28818;
    border: 2px solid;
    border-radius: 2.25rem;
    font-weight: 500;
    margin: 0.5rem;
    padding: 0.3rem 2.5rem;
    position: relative;
    text-transform: uppercase;
    color: black;
}

.btn-atz-orange-contrast-cp {
    right: 8px !important;
}

.activate-btn {
    background: transparent;
    border: 2px solid #00305f;
    color: #00305f;
    border-radius: 2.25rem;
    font-weight: 500;
    font-size: 0.75rem;
    margin: 0.5rem;
    padding: 0.3rem 2.5rem;
    position: relative;
    text-transform: uppercase;
    color: #00305f;
}

.p-20 {
    padding-top: 20px !important;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.selectedRowMarker {
    right: -15px;
    position: absolute;
}

    .selectedRowMarker img {
        width: 40px
    }

.b-r-3px {
    border-right: 5px solid #adadad !important;
}

.margin-auto {
    margin: auto;
}

.float-right {
    float: right
}

.custom-asterisk {
    color: #df0700;
    font-weight: bold;
    margin-left: 0.5rem;
}

.custom-asterisk-small {
    color: #df0700;
    margin-left: 0.5rem;
}

.defer-edit-header-panel {
    background: gainsboro;
    height: 62px;
    margin-bottom: 11px;
    margin-left: -14px;
    width: 100%;
    border: 1px solid #c5c5c5;
    border-left: none;
}

.carePlanEditDeferHeaderSection {
    background: gainsboro;
    height: 74px;
    margin-bottom: 11px;
    margin-left: -14px;
    width: 100%;
    border: 1px solid #c5c5c5;
    border-left: none;
}

@media(min-width:1491px) {
    .carePlanEditDeferHeaderSection {
        height: 58px;
    }
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-5 {
    margin-top: 5px !important;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret::before {
        content: "\25B6";
        color: #02006c;
        display: inline-block;
        margin-right: 6px;
        font-size: 20px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
/*#deferEditSection {
    border: 1px solid #c5c5c5;
    border-left: none;
    border-top: none;
    height: 0px;
    min-height: 125vh;
}*/
/*tbody.pendingProblemTBody tr.childRowItem {
    display:none;
}*/
.t-l-f {
    table-layout: fixed !important;
    width: 100% !important;
}

.t-l-f2 {
    table-layout: fixed;
    width: 100%;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

#carePlanResultTblId th, #carePlanResultTblId td {
    word-wrap: break-word !important;
}

.p-l-r-5-t-b-25 {
    padding: 5px 25px 5px 25px;
}

.p-l-r-5-t-b-30 {
    padding: 5px 30px 5px 30px;
}

.w-35 {
    width: 35% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important
}

.w2-90 {
    width: 90%
}

.w2-100 {
    width: 100%
}

.position-initial {
    position: initial !important;
}

.t-b-b-grey {
    border-bottom: 4px solid #d9d9d9 !important;
}

.b-b-2px {
    border-bottom: 2px solid #adadad;
}

.f-w-b {
    font-weight: bold !important;
}

.w-b-b {
    word-break: break-word;
    -ms-word-break: break-all; /*Used for IE, above word-break not supported*/
}

.careplan-header-font-size {
    font-size: 0.7rem;
}

.r-p {
    right: 0px;
}

.careplan-filter-dropdown {
    background: #00305f;
    border: 2px solid #00305f;
    border-radius: 2.25rem;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: white;
    padding: 5px 5px 5px 15px;
    outline: none;
    text-align: center;
    margin-top: -10px;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}

.pt-2_5rem {
    padding-top: 2.5rem;
}

.v-a-b {
    vertical-align: text-bottom;
}

.cursor-pointer {
    cursor: pointer;
}

.note-text-container {
    position: relative;
    height: calc(3em + 20px);
    overflow: hidden;
    white-space: normal;
}

.add-goal-view-container {
    position: relative;
    white-space: normal;
}

.note-read-more-sec {
    float: right;
    margin: 15px 10px 0px 0px;
    cursor: pointer;
    font-weight: bold;
    color: #0069D9;
}

.note-textarea-font-size {
    font-size: 0.9rem !important;
}

.note-textarea-container {
    min-width: 225px;
}

.alignright {
    text-align: right
}

.alignCenter {
    text-align: center;
}

.checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.checkboxes input {
    vertical-align: middle;
}

#AssessmentGrid {
    height: 100%;
    overflow: auto;
}

.labelTruncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;
}

.textOverflowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textAreaResize {
    resize: none;
}

.questionnairesectionlink {
    display: inherit;
    text-align: left;
}

.submittedCase {
    width: 150px;
}

.contractCase {
    width: 120px;
}

.caseInfo {
    width: 190px;
}

.alert-note-read-more-sec {
    float: right;
    cursor: pointer;
    font-weight: bold;
    color: #0069D9;
}

.btnFooter {
    margin-left: 73%;
}

.btnReset {
    background-color: #fff;
    color: #00305f;
}

#addNewReactivationButton {
    width:90%
}

#DiscontinueMedicationIndex {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 260px;
}

.light-grey-color {
    color: lightgrey;
}

.card-body {
    padding: 0.25rem !important;
}

.note-border {
    vertical-align: middle;
    border-style: groove;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.note-valign {
    vertical-align: middle !important;
}

.note-alert {
    padding-left: 0px;
    padding-right: 20px;
    text-align: right;
}

.note-alert-display {
    padding-left: 0px !important;
    text-align: left;
}

.contentPopUp {
    width: 75%;
}

.assignFaxModalPopup {
    width: 155%;
    right: 155px;
}

.footerAlign {
    margin-right: 15%;
}

.confirmationText {
    font-size: 10pt;
    font-family: 'Roboto', sans-serif;
}

.divMessage {
    font-size: 12pt;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

.btnCancel {
    background-color: #fff;
    color: #00305f;
}

.dropdownFileUpload {
    position: relative;
    display: inline-block;
    width: 60%;
    float: right;
}

.labelFileUpload {
    display: inline-block;
}

.textAlignDoc {
    text-align: center;
}

.spanResizeImgDoc {
    font-size: 1rem !important;
    color: grey;
    margin-top: 0px !important;
}

.spanResizeCommentsDoc {
    font-size: 1.5rem !important;
}

.spanResizeDeleteDoc {
    padding: 0.1rem 0.5rem;
}

.spanResizeFlagDoc {
    padding-top: 0rem !important;
}

.table-block {
    display: block;
}

.table-block-leftCol {
    float: left;
    display: inline-block;
    width: 150px;
    margin-top: 10px;
}

.table-block-rightCol {
    display: inline-block;
}

.table-block .fileTypes {
    margin-left: 160px;
}

.fa-stack {
    width: 1.25em;
    height: 1.25em;
    margin-top: 1rem !important;
    margin-left: .75rem;
}

.comment-count-text {
    top: 1px;
    left: 3px;
}

.octagonStyle {
    width: 16px;
    height: 16px !important;
    background: red;
    position: relative;
}

    .octagonStyle:before {
        content: "";
        width: 16px;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 4px solid red;
        border-left: 4px solid #eee;
        border-right: 4px solid #eee;
    }

    .octagonStyle:after {
        content: "";
        width: 16px;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 4px solid red;
        border-left: 4px solid #eee;
        border-right: 4px solid #eee;
    }

.table-block .form-group .form-input-label {
    width: 140px;
    font-weight: bold;
}

.table-block .form-group {
    margin-left: 18px;
}

.uploadFile {
    margin-left: 15px;
}

.table-block .form-check {
    padding-left: 0rem !important;
}

.table-block .form-group .form-control {
    display: inline-block;
    width: 265px;
}

.table-block .form-group .form-check-label {
    width: 160px;
}

.table-block .form-group .form-check-input {
    display: inline-block;
    width: 26px;
    float: right;
    margin-right: 15rem;
}

.tableDeactivate {
    float: left;
}

.tableFlag {
    width: 50px;
}

.tableComments {
    width: 35px;
}

.tableFileName {
    margin-left: 25px;
}

.diagnosisDateEdit .form-group {
    margin-bottom: 0px !important;
}

.formDropdownList .form-group select.form-control {
    padding: 1px !important;
}

.timeFrameDatepicker .form-group input.form-control {
    padding: 1px !important;
    /*margin-left: -2px;*/
}

.timeFrameDatepickerIcon .form-group .input-group .input-group-append {
    margin-left: -9px;
}

.compressGoalDetails {
    margin-bottom: -25px;
}

.compressGoalSummary {
    margin-top: -10px;
}

.isMetricEnabledCheckboxSummary label.form-input-label {
    margin-bottom: 0px !important;
    margin-left: -16px !important;
}

.isMetricEnabledCheckboxSummary .form-check-input {
    margin-top: 15px !important;
    vertical-align: text-top;
}

.note-interaction-container {
    position: relative;
    height: calc(3em + 15px);
    overflow: hidden;
    white-space: normal;
}

.note-callentries-container {
    position: relative;
    height: calc(3em + 15px);
    overflow: hidden;
    white-space: normal;
}

.note-alerts-container {
    position: relative;
    height: calc(3em + 15px);
    overflow: hidden;
    white-space: normal;
}

.checkboxList1 {
    padding-left: 5px;
    border: solid 1px;
    border-color: silver;
    width: 380px;
    height: 135px;
    overflow: auto;
}

.linkColor {
    color: white;
}

    .linkColor:hover {
        color: white;
    }

.btn-atr {
    margin-right: -34px;
}

.btn-atzg {
    margin-right: 83px;
}

.image-width {
    width: 50%;
}

.grid-bdr {
    border: 1px solid black;
}

.medicationHistoryDateTo {
    margin-top: 1.6rem
}

.move-note {
    margin-left: 22rem;
}

.move-interactions {
    margin-left: 2rem;
}

.move-addinteractions {
    margin-left: 1rem;
}

.move-PHI {
    margin-left: 1px;
}

.move-notes {
    margin-left: 1rem;
}

.move-cancel {
    margin-left: -1rem;
}

.move-save {
    margin-right: -7.5rem;
}

.move-p {
    margin-left: -1.5rem;
}

.sep {
    border-bottom: 1px solid black;
}

.sp {
    padding-top: 1rem;
}

.prgline {
    margin-left: -4px;
    margin-right: -4px;
}

.splittle {
    padding: 1rem;
}

.deactivateReasonTrashBtnAlign {
    left: 30px;
}

#selectCaseLink {
    cursor: pointer;
}

    #selectCaseLink:hover {
        color: #0056b3;
        text-decoration: underline
    }

@media (max-width:1625px) {
    .deactivateReasonTrashBtnAlign {
        left: 26px;
    }
}
/*End*/

/*ANG-4523*/
.wrap-message-text {
    overflow: hidden;
    word-break: break-all
}
/*End*/

.del-btn-top {
    padding-top: 20px;
    margin-bottom: 0px;
}

.vertical-allign-top {
    vertical-align: top !important;
}

/*ANG-4453*/
select.select-box {
    /* styling */
    background-color: white;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.select-box::-ms-expand {
        display: none;
    }

.down-arrow {
    background-image: url(../Images/down-arrow-2.png);
    background-position: calc(100% - 5px) .3em;
    background-repeat: no-repeat;
    outline: 0;
}
/*END ANG-4453*/

/*ANG-4683*/
.min-width-173px {
    min-width: 173px;
    margin: 0 auto;
}
/*END*/
/*} who ever left this bracket here is not necessary, commented out by haiyan at 4/23/2020*/

.lettersGrid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.letterDiv {
    margin-right: -20px;
}

.letterLeftDiv {
    padding-left: 25px !important;
}

.docGrid {
    border: 1px solid #E3E3E3;
}

.letterMargin {
    margin-left: 11px;
}

.spc label.form-input-label {
    margin-right: -10rem;
}

/*Work queue ->CM->My Work Group*/
.dropdown-content table {
    border-spacing: 0px 0px;
    padding: 0 0 0 0;
    border: 0 none;
    width: 100%;
}

.dropTextbox {
    border: 0px;
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 160px;
    overflow: auto;
}

    .dropdown-content .row {
        color: black;
    }

        .dropdown-content .row:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropTextbox {
    background-color: #f1f1f1;
}

.cmGroupFavorite {
    float: right;
}

.cmWorkQueueMyGroupCheckbox {
    background-color: transparent;
}

    .cmWorkQueueMyGroupCheckbox:hover {
        background-color: #ddd;
    }
/*End work queue ->CM->My Work Group*/
.tdDocumentDisplay {
    display: none;
}

.move-docs {
    margin-top: -2rem;
}

.limitfilename {
    max-width: 150px;
}

.letterTemplatesGrid {
    margin-top: 10px;
}

.readMore {
    float: right;
    padding: 0;
    border: none;
    background: none;
    color: blue;
}

.programDetailNoteText {
    width: 100%;
    height: 50px;
    background-color: lightgray;
}

.ct-label-info {
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    float: right;
}

.requestDropdown {
    padding-left: 0px !important;
}

.requestDropdownError {
    padding-left: 0px !important;
    margin-top: -15px !important;
    margin-bottom: 15px !important;
}

.tdQuestionnaireInternal {
    display: none;
}

.display-inline-flex {
    display: inline-flex;
}

/*ANG-3935 Start*/
.caseSearchTextInfo {
    color: #007faa !important;
}

/*ANG-27692*/
.custom-hr {
    height: 4px;
    border-width: 0;
    color: var(--ec-color-gray-600);
    background-color: gray;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 5px;
    width: 98%;
}

.ccw-Title {
    margin-top: 24px;
    margin-bottom: 1.5rem;
    font-weight: 550;
    line-height: 1.2;
    font-size: 18px;
}

/*ANG-3935 End*/

.searchIconFix {
    bottom: 1.1rem !important;
}

#caseAppointmentTable.dataTable {
    border-collapse: collapse !important;
}

.caseAppointmentTable th:first-child, .caseAppointmentTable td:first-child {
    background-color: transparent !important;
}

.caseAppointmentTable th:last-child, .caseAppointmentTable td:last-child {
    background-color: transparent !important;
}

.caseAppointmentTableBtnCol {
    padding-left: 20px !important;
    background: none;
    pointer-events: none;
}

.caseAppointmentTable.dataTable thead th, .caseAppointmentTable.dataTable thead tr {
    padding: 10px 8px;
    border-bottom: 1px solid #111;
}

.mailingOptionsBtn {
    padding: 5px 18px 5px 25px;
}

.pr-6_5rem {
    padding-right: 6.5rem !important;
}

.mr-1_8rem {
    margin-right: 1.8rem !important
}

.p-1_2 {
    padding: .25rem;
}

.m-10 {
    margin: -10px;
}

.pl-1_4rem {
    padding-left: 1.4rem !important;
}

.toColumnAlign {
    padding-top: 2.2rem;
}

@media (max-width:1480px) {
    .toColumnAlign {
        right: 5px;
    }
}

.caseSearchDateField {
    margin-top: 1.5rem;
}

.horizontal {
    width: 100%;
}

.um-cmCase-button {
    top: 40px !important;
}

.deactivateReason {
    width: 170px !important;
}

/*  =========================================
        InterQual iframe style
    =========================================   */

.iqConnectIFrame {
    height: 650px;
    width: 100%;
}

.umCaseCustomeDescription {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.umCaseProcedureCodeHeader {
    background-color: inherit !important;
}

#providerDetails {
    width: 350px;
    border: 1px solid white;
    background-color: gainsboro;
}

    #providerDetails h5 {
        text-align: center;
        font-weight: bold;
    }

    #providerDetails .col-form-label {
        padding-left: 2rem;
    }

.tdRequestInformation {
    padding-left: 5em;
}

.divProcedureDeactivate {
    margin-left: 25px;
}

.buttonProcedureDeactivateCancel {
    margin-left: -17px;
}

.buttonProcedureDeactivate {
    margin-left: 24px;
}

.divQuestionnaireHeader {
    margin-top: 9px;
}

.divPHINotes {
    border: none !important
}

.umCaseHeader tr th {
    border: none !important;
}

.umCaseEpisodeOfCareDialog {
    min-width: 750px !important;
}

.imageBorder {
    outline: none !important;
}

.addQuestionnaireErrorMessageDiv {
    height: 190px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.removeImage {
    background-image: none !important;
}

.tableHeader {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.editWidth {
    padding: 4px 30px 4px 30px;
}

.textStyle {
    text-align: center;
}

.tableDataStyle {
    padding: 10px !important;
    vertical-align: middle !important;
    border-bottom: none !important;
}

.marginData {
    margin: 0px !important
}

.cursor-pointer {
    cursor: pointer;
}

.tdWordWrapQuestionnaire {
    width: 150px;
    word-break: break-word;
}

.interactionHeader {
    line-height: 2.2em;
}

.closeMessage {
    display: block;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.mt_1-6 {
    margin-top: 1.6rem;
}

.SumoSelect .select-all {
    height: auto !important;
}

.contractOptions {
    font-size: 0.8rem !important;
}

.helpMenu {
    right: 6.6rem;
    top: 112px;
}

@media (max-width: 1617px) {
    .helpMenu {
        right: 4.6rem;
        top: 108px;
    }
}

.main {
    padding-top: 54px;
}

/*UM Case Info Page Styles*/
.umCaseInfoBody {
    padding-top: 85px;
}

.umCaseInfoHeaderText {
    font-weight: 700;
    padding-left: 15px;
}

.umCaseInfoResultDiv {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
}

.width-03 {
    width: 3% !important;
}

.width-05 {
    width: 5% !important;
}

.width-06 {
    width: 6% !important;
}

.width-15 {
    width: 15% !important;
}

.width-08 {
    width: 8% !important;
}

.width-fitContent {
    width: fit-content;
}

.procedureApprovedColor {
    color: #2dbf2d;
}

.procedureDeniedColor {
    color: red;
}

.ProcedurePendingColor {
    color: #e696e6;
}

.pendingContainer {
    position: relative;
    display: inline-block;
}

#PendingUmOrAssessmentTask {
    color: #ffa500;
}

.pendingTitles {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Position the tooltip below the icon */
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 14px;
    color: black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 3px;
}

/* Hover effect to show the tooltip */
.pendingContainer:hover .pendingTitles {
    display: block;
}

/* Arrow for tooltip */
.pendingTitles::after {
    content: "";
    position: absolute;
    top: -5px; /* Align the arrow at the top */
    left: 10px; /* Position it horizontally */
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent; /* Create the arrow */
}

.tableRowBackgroundLightGrey {
    background-color: #eaeaea !important;
}
/*End UM Case Info Page Styles*/

/* IE Banner Style */

.IEBanner {
    width: 100%;
    position: fixed;
    top: 0px;
    text-align: center;
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    display: none;
}

    .IEBanner a {
        color: white !important;
        text-decoration: underline;
    }

.closespan {
    cursor: pointer;
    border: 2px solid #FFF;
    padding: 3px;
    margin-right: 5px;
}

/* End IE Banner Style */

.padding-top-05 {
    padding-top: .5rem !important;
}

.attachmentsHeaderMiddlePadding {
    padding-left: 18rem !important;
}

@media(max-width: 1666px) {
    .attachmentsHeaderMiddlePadding {
        padding-left: 15rem !important;
    }
}

.padding-left-3rem {
    padding-left: 3rem !important;
}

.fax-split {
    height: 15px;
}

.myFaxSplitModal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

#myFaxSplitModal {
    overflow-y: auto;
}

.checkfaximage {
    height: 200px;
    border: 1px solid black;
}

.faxpage {
    padding-left: 3rem !important;
    padding-bottom: 3rem !important;
    text-align: center;
}

#faxSplitResultDiv {
    max-height: 500px;
    overflow-y: auto;
}

#redirectModal {
    display: block;
    border-radius: 2.25rem;
    border: 5px solid black;
    position: absolute;
    background-color: white;
    width: 500px;
    height: 150px;
    /*font-size: medium;*/
    font-weight: bold;
    align-content: center;
    top: 40%;
    left: 35%;
}

.loginRedirectLink {
    text-decoration: underline;
}

#redirectModal .modal-content {
    border: 0px;
}

.providerCareTeamsGrid {
    background-color: gainsboro;
}

.align-items-flex-start {
    align-items: flex-start;
}

/*DRG for REsults*/
.editorDrg label {
    float: left;
    width: 30px;
    /* just putting an example here - but give them a width to align better text-align: right;
     this right-aligns them with the input*/
}

.editorDrg input[type=text] {
    width: 80px;
    /* just putting an example value in here to make your inputs uniform in length margin: 0 0 0 10px;
    just some breathing room from the labels*/
}

.drgTable {
    font-size: .9em;
}

.drgTextFont {
    font-size: .9em;
    font-weight: bold;
}

.drgDelete {
    padding: 0 15px;
    margin: 0 15px;
}

    .drgDelete > i {
        font-size: .8em;
    }

.drgDeleteProc {
    padding: 0 15px;
    margin: 0 15px;
}

    .drgDeleteProc > i {
        font-size: .8em;
    }

.drgCodeFont {
    padding: 3px;
}

.drgTableHeader > tr:first-child {
    background-color: gainsboro;
    margin: 5px;
}

    .drgTableHeader > tr:first-child > td {
        padding: 6px;
    }

.drg-input-group-append {
    margin-left: -1px !important;
}

    .drg-input-group-append span {
        padding: 0.16rem 0.45rem !important;
    }

.drg-date-border-width {
    border-width: 1px !important;
}

/*Member Summary*/
.MemberSummaryPage {
    margin: -54px 0rem 0rem -2rem;
    background: var(--ec-color-gray-100);
    width: 100vw;
    padding: 2rem;
}

.MemberSummarySidebar {
    min-width: 16rem;
    overflow-x: hidden;
}

.MemberSummarySidebar-card {
    margin: 0rem 0rem 1rem 0rem;
    min-width: 16rem;
    overflow-x: auto;
}

    .MemberSummarySidebar-card th {
        white-space: nowrap;
    }

    .MemberSummarySidebar-card td {
        white-space: nowrap;
    }

        .MemberSummarySidebar-card td:first-of-type {
            white-space: normal;
        }

.member-summary-member-name {
    font-size: 1.5rem;
    font-weight: bold;
}

.member-summary-contact-summary {
    margin: 0rem 0rem 0rem -1rem;
}

.member-summary-gender {
    font-size: 1rem;
}

.member-summary-dob {
    font-size: 1rem;
}

.member-summary-address {
    font-size: 1rem;
    /*white-space: pre-line;*/
}

.member-summary-phone {
    font-size: 1rem;
}

.member-summary-county {
    font-size: 1rem;
}

    .member-summary-county span {
        font-weight: bold;
    }

.member-summary-language {
    font-size: 1rem;
}

    .member-summary-language span {
        font-weight: bold;
    }

/*Member Lab*/
.MemberLabNoteColumn {
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 450px;
}

.MemberLabNoteTruncate {
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: inherit;
}

.ec-chip {
    white-space: nowrap;
}

#mergeAccountSearchResult {
    background-color: gainsboro;
    border: 1px solid #000000;
}

.ec-footer-actions {
    margin-top: 0rem;
}

#footerActionBar {
    background: var(--ec-color-gray-100);
}

#mergeAccountSearchResult {
    background-color: gainsboro;
    border: 1px solid #000000;
}

#tabSelectionDetails {
    overflow: auto;
    height: 100%;
    padding: 1rem;
    min-width: 0;
}

#tabSubNavigation {
    overflow: auto;
    height: 100%;
}

#sectionContent {
    flex-direction: column;
    min-width: 0;
}

#pageDetailSectionContent {
    height: 100%;
    overflow: auto;
}

#pageNavigation {
    background: var(--ec-color-gray-100);
}

/*Client Procedures*/
.white-space-normal {
    white-space: normal !important;
}

.bolded {
    font-weight: bold;
}

#copyFieldsModalPopupContent {
    background-color: var(--ec-color-gray-50);
}

    #copyFieldsModalPopupContent .ec-checkbox-group {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    #copyFieldsModalPopupContent .errorMessage {
        color: var(--ec-color-error-600);
    }

#copyFieldsModalPopupFooter button {
    margin-left: 0.25rem;
}

.ec-modal-header {
    color: var(--ec-color-primary-600);
    font-size: 1.25rem;
}

.ec-modal-note {
    font-size: 13px;
}

.ec-modal-subheader {
    font-size: 1.0rem;
}

.ec-color-gray-600 {
    color: var(--ec-color-gray-600);
}

.ec-color-gray-900 {
    color: var(--ec-color-gray-900);
}

.ec-button-right {
    display: flex;
    justify-content: end;
}

.RightBorder {
    border-right: 3px solid black;
}

.modal-fax-history {
    max-width: 70%;
}

.modal-edit-purchase {
    max-width: 95%;
}

#reviewPurchaseEditModel {
    max-width: 98%;
}

.modal-consent {
    max-width: 85%;
    margin: auto;
}

#viewRequestModalPopup .modal-dialog {
    max-width: 805px;
}

#viewRequestLettersModalPopup .modal-dialog {
    max-width: 600px;
}

#viewRequestLettersModalPopupHeaders {
    background: var(--ec-color-gray-50);
    font-size: 16px;
    padding: 5px 0 5px 0;
}

#viewRequestLettersModalPopupLetters .row {
    padding: 5px 0 5px 0;
}

    #viewRequestLettersModalPopupLetters .row:not(:last-child) {
        border-bottom: 1px solid var(--ec-color-gray-300);
    }

#viewRequestModalPopupContent .ec-small-info-card:not(:last-child) {
    margin: 0 15px 15px 0;
}

#viewRequestLettersModalPopup .modal-header,
#viewRequestModalPopup .modal-header,
#umCaseRequestActionModal .modal-header,
#requestActionModalPopupHeader,
.budget-label {
    background-color: white;
    color: var(--ec-color-action-800);
    line-height: 1;
}

#requestActionCancelModalPopup .modal-content, #requestActionErrorModalPopup .modal-content {
    background-color: var(--ec-color-gray-50);
}

#requestActionCancelModalPopup .modal-header, #requestActionErrorModalPopup .modal-header {
    background-color: var(--ec-color-gray-50);
    color: var(--ec-color-action-700);
}

#requestActionCancelModalPopup .modal-title, #requestActionErrorModalPopup .modal-title {
    font-size: 1rem;
}

.select2-container--open {
    z-index: 9999999
}

.select2-selection__placeholder {
    color: var(--ec-color-gray-580) !important;
}

a {
    color: #0069D9;
    text-decoration: none;
    background-color: transparent;
}

#dischargeDetailsForm td.procedureDescription {
    max-width: 400px;
}

.labelText-small {
    font-size: 0.75rem;
}

.budgetRemaining-left {
    margin-left: 865px;
}

.SelectTempAddressDialogWidth {
    width: 80%;
    max-width: 80%;
}

.RPCUtilizationHistoryContainer {
    overflow: auto;
    max-height: 60vh;
}

.requestProcedureCodeUtilizationSummaryDetailMainRow {
    border-left: solid 3px var(--ec-color-action-800);
}

.memberPurchaseSummaryDetailMainRow {
    border-left: solid 3px var(--ec-color-action-800);
}

.color-red {
    color: #A30000;
}

.color-blue {
    color: blue;
}

.color-yellow {
    color: yellow;
}

.color-green {
    color: green
}

.color-read-more {
    color: #002F61;
}

.messageCritical {
    background-color: #EDEDED;
    border: 2px solid red;
}

.messageHigh {
    background-color: #EDEDED;
    border: 2px solid yellow;
}

.messageLow {
    background-color: #EDEDED;
    border: 2px solid green;
}

.labelMessages {
    font-size: medium;
    color: black;
}

.font-medium {
    font-size: medium;
}

#MemberBudgetViewDetailsModal .ec-nav-section .ec-nav-link {
    white-space: nowrap;
}

.snf-container label.control-label {
    display: none;
}

.snf-container label.form-input-label {
    display: none;
}

.pl-4 .nav-item a.nav-link{
    font-size: 0.8rem;
    color: var(--ec-color-gray-600);
    font-weight: bold;
    padding: 0.25rem 0rem 0.5rem 1rem;
}

.px-3 .nav-item a.nav-link {
    font-size: 0.8rem;
    color: var(--ec-color-gray-600);
    font-weight: bold;
    max-width: 11rem;
    padding: 0.25rem 0rem 0.5rem 1rem;
}

#programEnrollmentGroups .nav-item a.nav-link {
    font-size: 1rem !important;
}

/* Override .ec-button class style */
.MemberBudgetViewDetailsContainer #MemberBudgetActions .ec-button,
#legalGuardian .ec-button{
    min-width:initial;
}

#programOverviewContainer label,
#programOverviewStatusContainer label {
    margin-bottom: 0;
}

#caseManagementTeamGrid .ec-icon-calendar {
    padding: 0 !important;
}

#programEnrollmentFields > div {
    display: flex;
    margin-right: 25px;
}

#programEnrollmentFields .break {
    flex-basis: 100%;
    height: 0;
    margin-right: 0 !important;
}

#programEnrollmentFields .select2-container:not(.ec-pager .select2-container) {
    display: block !important;
    max-width: 288px !important;
    min-width: 261px !important;
}

#programEnrollmentFields .form-check {
    margin-left: 20px;
    padding-left: 0;
}

    #programEnrollmentFields .form-check .form-input-label {
        color: var(--ec-color-grey-900);
        display: inline-block;
        font-size: 1rem !important;
        font-weight: unset !important;
        line-height: unset !important;
        margin-bottom: 10px;
        text-transform: capitalize !important;
        vertical-align: middle;
        white-space: unset !important;
    }

    #programEnrollmentFields .form-check input {
        height: 20px;
        width: 20px;
    }

.programEnrollmentHistory {
    padding-left: 10px;
    padding-top: 40px;
}

.programEnrollmentCheckbox .programEnrollmentHistory {
    padding-top: 0 !important;
}

.icon-plus {
    display: flex;
}

.icon-green {
    color: var(--ec-color-success-600);
}

.icon-link-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
/*  =========================================
        Create Case Wizard
    =========================================   */
/*Create Case Wizard START*/
.CreateCaseWizardStickyTopBar {
    position: sticky;
    top: 94px;
    z-index: 1019;
}

.CreateCaseWizardStickyTopBarNoChangeContext {
    position: sticky;
    top: 64px;
    z-index: 1019;
}

#createCaseWizardSummaryBarDiv {
    box-shadow: 0px 6px 3px -3px var(--ec-color-gray-300);
}

#createCaseWizardStepBarDiv {
    background-color: var(--ec-color-gray-50) !important;
}

#createCaseWizardBody {
    background-color: var(--ec-color-gray-100);
}

    #createCaseWizardBody #info-message-modal-container-case-creation .modal-content,
    #createCaseWizardBody #info-message-modal-container .modal-content,
    #createCaseWizardBody #lockedCaseModal .modal-content {
        background-color: var(--ec-color-gray-50);
    }

    #createCaseWizardBody #info-message-modal-container-case-creation .modal-header,
    #createCaseWizardBody #info-message-modal-container .modal-header,
    #createCaseWizardBody #lockedCaseModal .modal-header {
        background-color: var(--ec-color-gray-50);
        color: var(--ec-color-action-900);
    }

#WizardCancelModalPopup .modal-content,
#WizardDeleteProviderModalPopup .modal-content,
#wizardDocumentModalPopup .modal-content,
#WizardDeleteDocumentModalPopup .modal-content,
#addNoteModalPopup .modal-content,
#viewNoteModalPopup .modal-content,
#WizardSubmitCaseDisclaimerModalPopup .modal-content,
#WizardIgnoreAndContinueModalPopup .modal-content,
#WizardErrorsWarningsModalPopup .modal-content,
#WizardSelectAddressPopup .modal-content,
#WizardAddEditAddressPopup .modal-content,
#WizardDeleteDiagnosisModalPopup .modal-content,
#providerFaxModal .modal-content,
#wizardFaxQueueModal .modal-content,
#WizardConfirmationModalPopup .modal-content,
#WizardNotificationModalPopup .modal-content,
#WizardInsufficientInformationModalPopup .modal-content,
#WizardGenerateLetterModalPopup .modal-content,
#letterErrorModalPopup .modal-content,
#WizardLetterCommentModalPopup .modal-content,
#WizardLetterConfirmationModalPopup .modal-content,
#ProviderFacilitySearchModal .modal-content,
#NoteDeactiveModalPopup .modal-content,
#InformationMessageModal .modal-content,
#AddCaseManagersModalPopup .modal-content,
#caseAssignmentCancelModalPopup .modal-content,
.case-ec-modal .modal-content {
    background-color: var(--ec-color-gray-50);
}

#WizardCancelModalPopup .modal-header,
#WizardDeleteProviderModalPopup .modal-header,
#wizardDocumentModalPopup .modal-header,
#WizardDeleteDocumentModalPopup .modal-header,
#addNoteModalPopup .modal-header,
#viewNoteModalPopup .modal-header,
#WizardSubmitCaseDisclaimerModalPopup .modal-header,
#WizardIgnoreAndContinueModalPopup .modal-header,
#WizardErrorsWarningsModalPopup .modal-header,
#WizardSelectAddressPopup .modal-header,
#WizardAddEditAddressPopup .modal-header,
#WizardDeleteDiagnosisModalPopup .modal-header,
#providerFaxModal .modal-header,
#wizardFaxQueueModal .modal-header,
#WizardConfirmationModalPopup .modal-header,
#WizardNotificationModalPopup .modal-header,
#WizardInsufficientInformationModalPopup .modal-header,
#WizardGenerateLetterModalPopup .modal-header,
#letterErrorModalPopup .modal-header,
#WizardLetterCommentModalPopup .modal-header,
#WizardLetterConfirmationModalPopup .modal-header,
#ProviderFacilitySearchModal .modal-header,
#NoteDeactiveModalPopup .modal-header,
#InformationMessageModal .modal-header,
#AddCaseManagersModalPopup .modal-header,
#caseAssignmentCancelModalPopup .modal-header,
.case-ec-modal .modal-header {
    background-color: var(--ec-color-gray-50);
    color: var(--ec-color-action-900);
}

.validation-summary-errors {
    margin-bottom: 1rem;
}

#viewNoteModalPopup #viewNoteModalPopupNote {
    overflow-y: auto;
    max-height: 365px;
}

#CurrentConsumerSelected {
    background-color: #ffffff;
}

.WhiteBackgroundColor {
    background-color: #ffffff;
}

#ProviderSearchModal .modal-content,
#WizardViewEligibilityPopup .modal-content {
    background-color: var(--ec-color-gray-100);
}

#ProviderSearchModal .modal-header,
#WizardViewEligibilityPopup .modal-header {
    background-color: var(--ec-color-gray-100);
    color: var(--ec-color-action-900);
}

.umDocumentComentDiv {
    background-color: #d9d9d9;
}

#WizardCancelModalPopup .modal-title,
#ProviderSearchModal .modal-title,
#PlanSearchModal .modal-title,
#WizardDeleteProviderModalPopup .modal-title {
    font-size: 1rem;
}

/*Footer for Add Temp Member Create Case Wizard*/
#createCaseWizardAddTempMemberFooter {
    position: fixed;
    bottom: 0;
    background-color: var(--ec-color-gray-100) !important;
    box-shadow: 0px -10px 3px -6px var(--ec-color-gray-300);
}

.flex-16_66 {
    flex: 0 0 16.66% !important;
}

.input-group:has(.ec-datetime-input.input-validation-error) {
    margin-bottom: 0 !important;
}

.ec-select.input-validation-error + .select2-container .select2-selection {
    border-color: #df0700;
}

.form-group-custom-validation {
    margin-bottom: 1em;
}

    .form-group-custom-validation .form-group {
        margin-bottom: 0;
    }

.form-group-custom-validation-error .select2-selection {
    border-color: #df0700;
}

#createCaseWizardRequestContainer .form-group > .ec-label,
#createCaseWizardProceduresContainer .form-group > .ec-label {
    color: var(--ec-color-gray-700) !important;
    font-weight: bold;
}

.rational-container .ec-label,
.rational-container textarea {
    font-size: 0.9rem;
}

#requestProcedureCodeDetailsContainer {
    border: 1px solid #cccccc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#requestProcedureCodeDetailsContainer #PharmacyIsDaw {
    display: flex;
    align-items: center;
    height: 100%;
}

#requestProcedureCodeDetailsContainer #PharmacyIsDaw label {
    color: var(--ec-color-grey-900);
    font-size: 1rem;
    text-transform: capitalize;
}

#requestActionModalPopupForm #requestActionModalPopupProgramDischarge #ProgramDischargeRequestIsServicesAccessed {
    display: flex;
    align-items: center;
    height: 100%;
}

#requestActionModalPopupForm #requestActionModalPopupProgramDischarge #ProgramDischargeRequestIsServicesAccessed label {
    color: var(--ec-color-grey-900);
    font-size: 1rem;
    text-transform: capitalize;
}

#requestProcedureCodeDetailsHeader {
    background-color: var(--ec-color-primary-800);
    border-bottom: 1px solid #cccccc;
    color: var(--ec-color-gray-50);
    padding: 10px 0 5px 0;
}

#requestProcedureCodeDetailsHeaderCode {
    font-size: 1rem;
    font-weight: bold;
}

.requestProcedureCodeDetailsSection {
    color: var(--ec-color-primary-600);
    font-weight: bold;
}

.createCaseWizardProceduresTreeContainer {
    min-width: 265px;
}

#createCaseWizardBody .ec-button-secondary,
#createCaseWizardBody .ec-button-tertiary {
    color: var(--ec-color-action-900);
}

.providerSearchModalResultScroll {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 620px;
}

.ang-card {
    display: flex;
    flex-direction: column;
}

.ang-card-double {
    flex-basis: 30rem;
}

.ang-card-single {
    flex-basis: 15rem;
}

.ang-card-triple {
    flex-basis: 45rem;
}

.ang-card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}

.ang-card-single .ang-button {
}

.ang-card:hover .ang-card-contents-container {
    box-shadow: 0 6px 24px black;
    transition: 0.3s;
}

.ang-card-title {
    text-align: center;
    margin-bottom: 4px;
}

.ang-card-contents-container {
    background-color: #ffffff;
    border-radius: 0.5rem; /* 5px rounded corners */
    box-shadow: 0 3px 6px black;
    height: 100%;
    padding: 16px;
    transition: 0.3s;
}

.ang-card-contents {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ang-card-contents-divider-bottom {
    border-bottom: 1px solid var(--ec-color-gray-400);
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    width: 6rem;
}

.ang-card-contents-divider-right {
    border-right: 1px solid var(--ec-color-gray-400);
    margin-right: 1rem;
    padding-right: 1rem;
}

.ang-card-contents-parent {
    display: flex;
}

.ang-card-contents-column {
    flex-direction: column;
    flex-grow: 1;
}

.ang-card-contents-row {
    flex-direction: row;
}

.ang-card-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    justify-content: center;
}

.ang-card-count {
    font-size: 3rem;
}

.ang-card-date {
    font-size: 2rem;
}

.ang-card-count-label {
    font-size: 1rem;
}

.ang-card-footer {
}

.wizardBackBtn {
    position: relative;
    bottom: 10px;
}

.selectedConsumerProviderSticky {
    position: sticky;
    top: 195px;
    z-index: 1020;
    background: var(--ec-color-gray-100);
}

#wizardGenerateLetterIFrameDiv {
    position: relative;
    padding-bottom: 56.25%;
}
    #wizardGenerateLetterIFrameDiv iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#umLetterReportViewerDiv div.MSRS-RVC > table:not(.ParametersFrame) {
    width: 100%;
}
/*Create Case Wizard END*/
/* Style overrides for 508 START */
/* Override default select2 style to fix 508 error */
.select2-selection__choice__remove {
    color: var(--ec-color-gray-700) !important;
}

/* Override default select2 style to fix 508 error */
.select2-results__option--highlighted {
    background-color: #146CFA !important;
}

/* Override default ec style to fix 508 error */
.ec-nav-section .navbar-nav > li:not(.ec-navitem-current) .ec-nav-link {
    color: var(--ec-color-gray-700) !important;
}

/* Override default ec style to fix 508 error */
.ec-nav-section .ec-navitem:hover .nav-link {
    font-size: 0.9rem;
}

/* Override default ec style to fix issue with loading popup display when click space between links */
.createCaseWizardProceduresTreeContainer .ec-navitem-treeitem-child {
    border-bottom: 1px solid var(--ec-color-gray-500);
    margin-bottom: 0.5rem;
    padding: 0 !important;
}

    .createCaseWizardProceduresTreeContainer .ec-navitem-treeitem-child a {
        display: block;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

/* Style overrides for 508 END */

#allCaseDetailsForMember .modal-body {
    max-height: 500px;
    overflow: auto;
}

    #allCaseDetailsForMember .modal-body .flexcontainer {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #allCaseDetailsForMember .modal-body .flexcontainer-item {
        width: 225px;
        margin-bottom: 10px;
        white-space: normal;
    }

        #allCaseDetailsForMember .modal-body .flexcontainer-item:nth-child(2n+2) {
            margin-left: 10px;
        }

.width-460 {
    width: 460px;
}
/* Style overrides for 508 END */

/* Style overrides for Medication Dosages */

.labelText-medium {
    font-size: 16px;
}

.prn-label {
    bottom: -36px;
}

#parentMedicationDose1 .default-field {
    display: none;
}

.dose-container-scroll {
    overflow: auto;
    overflow-x: hidden;
    max-width: 850px;
    height: 300px;
}

.align-delete-dosage {
    top: -14px;
}

.site-header-container {
    --site-header-height: 6rem;
    height: var(--site-header-height);
    position: sticky;
    top: 0;
    z-index: 1021; 
    /*
        Bootstrap's sticky-top sets z-index to 1020. 
        Setting this here to make sure if stick-top is used
        lower in the hierarcy, this will still be on top.
    */
}

.ec-page-header {
    width: initial;
}

.ang-page-layout {
    display: grid;
    grid-template-areas: "summary summary" "notifications notifications" "sidebar main";
    grid-template-columns: auto 2fr;
    grid-template-rows: auto 2fr;
}

.ang-page-summary {
    grid-area: summary;
}

.ang-page-notifications {
    grid-area: notifications;
}

.ang-page-footer {
    grid-area: footer;
    background-color: var(--ec-color-gray-100);
    position: fixed;
    width: -webkit-fill-available;
    bottom: 0px;
    padding:0.25rem 1rem;
}

.ang-page-sidebar {
    grid-area: sidebar;
    position: sticky;
    top: var(--site-header-height);
    height: calc(100vh - var(--site-header-height));
    overflow-y: auto;
    background: var(--ec-color-gray-100);
}

.ang-page-main {
    grid-area: main;
}

.ang-label {
    color: var(--ec-color-gray-600);
    font-size: 1rem;
}

.ang-value {
    color: var(--ec-color-gray-800);
    font-size: 1rem;
}

.ec-user-context {
    height: 2rem;
}

.section-layout-container {
    position: sticky;
    z-index: 1000; /* Decreased from 1020 to 1000 for the calendar disply issue.*/
    max-height: 3rem;
    top: var(--site-header-height);
    border-bottom: solid 1px var(--ec-color-gray-400);
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    background: var(--ec-color-gray-50);
}

    .section-layout-container .ec-nav,
    .section-layout-container .ec-nav-link,
    .section-layout-container ul {
        height: 100%;
    }

.under-construction {
    height: 100rem; /* Added this so we can verify the sticky headers.*/
}

.color-required {
    color: var(--ec-color-error-600);
}

.ec-textarea, .white-space-pre, .ec-note-bubble {
    white-space: pre-line;
}

.ec-pager-container .ec-text {
    white-space: nowrap;
}

.w-97 {
    width:97%;
}

.w-3 {
    width:3%;
}

#ec-message-center-table > thead > tr > th:not(:last-child) {
    width:15%
}

#ec-message-center-table > thead > tr > th:last-child {
    width: 3%
}

#ec-message-center-table > thead > tr > th:nth-last-child(2),
#ec-message-center-table > thead > tr > th:nth-last-child(3),
#ec-message-center-table > thead > tr > th:nth-last-child(4) {
    width: 20%
}

#ec-message-center-table .messsageCenterIndex table tr > td:nth-last-child(1),
#ec-message-center-table .messsageCenterIndex table tr > td:nth-last-child(2),
#ec-message-center-table .messsageCenterIndex table tr > td:nth-last-child(3) {
    width:20% !important;
}

.medicationNameText {
    text-transform:uppercase;
    font-weight:bold;
}

/* Summary bar link style */
.summary-bar-link-color .ec-link:not(.disabled):not(.ec-button) {
    color: var(--ec-color-gray-900);
}

.rightButton button {
    margin-right: 5px;
    right: 0px;
    float: right;
    z-index: 1;
    position: inherit;
}

body.modal-open .ec-loading-animation-overlay {
    z-index: 9999 !important;
}

.waiverSnapshotRepresentativeInfoDiv {
    max-height: 200px;
    overflow-y: auto;
}

.waiver-value {
    flex: auto;
}

.waiverSnapshotRepresentativeInfoDiv thead th {
    position: sticky;
    top: 0px;
}

.text-shadow-none {
    text-shadow: none;
}

.checkbox-list-grid .ec-checkbox-group fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.checkbox-list-grid .ec-checkbox-group fieldset legend {
    font-weight: bold;
    text-transform: none;
}

@media (min-width: 992px) {
    .checkbox-list-grid .ec-checkbox-group fieldset {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .checkbox-list-grid .ec-checkbox-group fieldset {
        grid-template-columns: repeat(4, 1fr);
    }
}

.disable-link {
    pointer-events: none;
    color: grey;
}

.IAcctrequestThankyou {
    padding: 15px 35px 15px 35px;
    background-color: skyblue;
    border-radius: 5px;
    color: black;
    margin: 0 auto;
}

.vertical-line {
    border-right: 1px solid black;
}

.table-overflow {
    overflow: auto;
}

.table-overflow.y-hidden {
    overflow-y: hidden;
}

.table-overflow.x-hidden {
    overflow-x: hidden;
}

.horizontal-line {
    border-bottom: 1px solid black;
}

#Progress-modal-popup .ec-loading-animation-container {
    padding-top: 0rem;
    height: 15rem;
}

.loader-radius {
    border-radius : 1rem;
}

#appealTaskDescription {
    height: 11em;
    overflow: auto;
}

#appealTaskDescription .ec-checkbox-container {
    display: flex;
}
.treeview-scrollbar {
    max-height: 100vh;
}
.discharge-legend, .reactivation-legend {
    color: var(--ec-color-action-800);
}

#divUMCaseActions .ec-button-group .ec-dropdown-menu {
    top: 40px !important;
    transform: none !important;
}

.ec-page-summary .ec-nav-ellipses .dropdown-menu {
    z-index: 1021 !important;
}

.right-section {
    background-color: #37455d;
    color: #ffff;
}

.footer-text-left {
    width: 80%;
    margin-right: auto;
}

#ProviderPreferences .card-header {
    background-color: #00000005 !important;
}

.ConsentMessageMaxWidth {
    max-width: 50vh;
}

.consent-card {
    height: 95vh;
}

.pdf-viewer {
    display: block;
    width: 100%;
    flex: 1;
}

.policies {
    min-height: 650px;
    height: calc(100vh - 240px);
    width: 100%;
}

#CodeDiscontinueNoticeMethodOptions .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 1700px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 350px;
    max-width: 100%;
}

#editPhysicianReviewForm .snf-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 220px;
}

.physicianModelHeader {
    color: var(--ec-color-action-900);
}

label[for="NOMNCReceivedDate"], label[for="CodeNurseConfirmationID"], label[for="CodeMCSNNurseConfirmationID"] {
    display: none !important;
}

#nomncSubmit {
    margin-top: 0px;
}

#MultiProgramDiv img {
    filter: brightness(100%) saturate(140%);
}

.logoprint {  
    display: none;
}

.faxQueue-comment {
    width: 300px !important;
}

.copy-to-pending {
    position: relative;
    left: 344px;
    z-index: 1;
    font-size: 14px;
    color: var(--ec-color-primary-700);
    font-weight: bold;
    padding-left: 0.5rem;
    top: 86px;
}

.copy-to-pending input {
    margin-right: 10px; /* Space between checkbox and text */
    accent-color: var(--ec-color-primary-700);
    height: 1rem;
    width: 1rem;
}

#dualProgramDropdown {
    margin-top: -25px;
    width: 15vw;
}

#dualProgramHistory {
    margin-top: -27px;
    margin-left: -23px;
}

#dualProgramDropdown label {
    color: var(--ec-color-grey-900);
    font-size: 1rem;
    text-transform: capitalize;
}

.custom-lock-color {
   color: var(--ec-color-alert-900);
}

#auditActivityGrid td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 300px;
}

#newReferralRequestButton {
    border-radius: 2.25rem;
    background-color: #00305f;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0.5rem;
    position: relative;
}

.ReferralRequestModal-dialog {
    max-width: 1150px;
    margin: 1.75rem auto;
}

#ReferralRequest img {
    filter: brightness(40%) saturate(140%)
}

.mt--30 {
    margin-top: -30px;
}

.mt-35 {
    margin-top: 35px;
}

#addLOCModalPopup {
    overflow: visible;
}

#SelectedFaxesResultTable th.SelectedAllFaxesCheckBox {
    padding-right: 40px;
}

.text-atz {
    color: #00305f;
}

.ml-n1 {
    margin-left: -10px;
}

.mt-80 {
    margin-top: 80px;
}

.sla-clock-container {
    position: absolute;
    right: 10px;
    z-index: 900;
    gap: 0.7%;
    width: fit-content;
}

.sla-clock-container-nav {
    display: flex;
}

.sla-clock {
    font-size: 0.857rem;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.sla-clock-primary, .sla-clock-secondary {
    width: 0px;
    height: 0px;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.sla-clock-primary.sla-clock-nav-visible, .sla-clock-secondary.sla-clock-nav-visible {
    visibility: visible;
    margin-right: 2px;
    padding: 5px;
    padding-bottom:2px;
    width: fit-content;
    height: fit-content;
}

.sla-clock-primary .ec-button-primary{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.sla-clock-primary pre, .sla-clock-secondary pre {
    font-family: 'Roboto', sans-serif;
    margin-top:0;
    margin-bottom:0;
}

.sla-clock-circle-icon {
    display: inline-block;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: none;
    margin-bottom: -2px;
}

.sla-clock-nav {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.sla-clock-nav.sla-clock-nav-visible {
    width: 10px;
    cursor: pointer;
    visibility: visible;
    background-color:white;
    padding-top:20px;
}

.sla-clock-expandable {
    display: none;
}

.sla-clock-time {
    width: max-content;
}

.sla-clock-header {
    display: flex;
    justify-content: flex-end;
}

.sla-clock-header-background {
    background-color: #A7F0BA;
    width: fit-content;
    padding: 5px;
}

.sla-clock-expandable .sla-clock-expand-collapse-button {
    cursor: pointer;
    padding-left:5px;
    padding-right:5px;
}

#sla-clock-expand-collspase-main-btn {
    padding-left: 5px;
    cursor: pointer;
}

.sla-clock-summary{
    display:flex;
    width:max-content;
}

.sla-clock-primary-paused{
    justify-content:center;
    display:grid;
    border:1px dashed black;
}

.sla-clock-threshold {
    height: 0px;
    width: 0px;
    visibility: hidden;
}
#med-details {
    padding: 10px;
    overflow: auto;
}
#med-accordion {
    width: 600px;
}
.med-card {
    width: auto;
}
.med-card-header {
    background-color: white;
    width: auto;
    height:50px;
}
.accordion-button::after {
    background-image: none;
    width: 0;
}
.med-accordion-button {
    position: relative;
    padding-left: 2rem;
    display: flex;
    align-items: center;
    background-color: white;
    color: #333;
    font-size: 14px;
    height: 20px;
}
.med-accordion-arrow {
    position: absolute;
    left: 1rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    user-select: none;
}
.med-accordion-button.collapsed .med-accordion-arrow {
    transform: rotate(0deg);
}
.med-accordion-button:not(.collapsed) .med-accordion-arrow {
    transform: rotate(90deg);
}

.exceptionprocess {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.programEnrollmentCheckbox.exceptionhearing {
    display: flex;
    gap: 10px;
}

.margin-left5px {
    margin-left: 5px;
}
.AppealAttestationModal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

#btnAddStateCounty {
    margin: 27px;
}

.select2-selection__clear {
    display: none !important;
}

.bg-info {
    background-color: #307c8d !important;
}

.headcolor {
    color: white !important;
}

.countyItem {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}