/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.margin-left-5px {
    margin-left: 5px !important;
}

.margin-left-3px {
    margin-left: 3px !important;
}

.width-89-97-px {
    width: 89.97px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.pageWrapGreen {
    background-color: #C4E0BE;
}

.patientInfoClick {
    cursor: pointer;
}

    .patientInfoClick:hover {
        background-color: #9ee3ef;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.scrollable {
    /*max-height: 700px;*/
    max-height: 43.75em;
    overflow-y: scroll;
}

.scrollable250 {
    max-height: 250px !important;
    overflow-y: auto;
}

.scrollableNotifications {
    /*max-height: 700px;*/
    /*max-height: 43.75em;*/
    overflow-y: scroll;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    /*width: 100%;*/
    height: 100%;
}

#NotificationsBody {
    padding-left: 1px;
    padding-right: 1px;
}

body {
    padding-top: 3em;
    /*position: relative;
    min-height: 100%;
    top: 0px;*/
}

/*html {
  position: relative;
  min-height: 100%;
}*/

/*body {
 
  margin-bottom: 30px;
}*/
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height: 30px;
  line-height: 15px; 
}*/

.optOutBtn, .adBtn {
    text-align: center;
}

/*.custom-validation-error,
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error,
select.input-validation-error + button.btn {*/
    /*border-color: red;*/
    /*border-color: #FF0000 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}*/

select.selectpicker + button.btn {
    border:1px solid #ced4da;
    background-color:white;
    color:black!important;
}

select.selectpicker.disabled + button.btn {
    background-color: #e9ecef;
}

.custom-validation-error,
.input-validation-error.default-validation-error-render,
select.selectpicker.custom-validation-error + button.btn {
    /*border-color: red;*/
    border-color: #FF0000 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}

.formSummaryDisabled {
    display: none;
}

.newFormHeaderGreen {
    background-color: rgba(40, 167, 69, .7);
}

.newFormHeaderRed {
    background-color: rgba(167, 40, 40, 0.70);
}

.newFormBodyGreen {
    background-color: rgba(40, 167, 69, .1);
}

.newFormFooterGreen {
    background-color: rgba(40, 167, 69, .3);
}

.modifyFormHeaderBlue {
    background-color: rgba(23, 162, 184, .7);
}

.modifyFormBodyBlue {
    background-color: rgba(23, 162, 184, .1);
}

.modifyFormFooterBlue {
    background-color: rgba(23, 162, 184, .3);
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#pipBody {
    margin-top: 25px;
}

#footer {
    height: auto;
    /*background-color: #343a40;*/
    background-color: #ffffff;
    margin-top: 30px;
    /*margin-top: 30px;*/
}

    #footer .footer-top {
        color: #ffffff;
        /*text-align: center;*/
        /*padding: 16px;*/
        padding: 8px;
    }

        #footer .footer-top .container-fluid {
            padding: 0;
        }

        #footer .footer-top .txt {
            font-weight: 300;
            letter-spacing: .06em;
        }

            #footer .footer-top .txt strong {
                font-weight: 600;
            }

    #footer .footer-bottom {
        height: auto;
        border-top: 1px solid #179ca3;
        padding: 10px;
    }

        #footer .footer-bottom .container .row {
            margin-bottom: 0;
        }

        #footer .footer-bottom .social a {
            color: #ffffff;
        }

            #footer .footer-bottom .social a .fa {
                margin-right: 10px;
                font-size: 18px;
            }

        #footer .footer-bottom .social {
            text-align: center;
        }

* {
    margin: 0;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -75px;
    border: solid 1px rgba(0, 0, 0, 0.075);
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 75px;
    }

.display-none {
    display: none;
}

.site-footer {
    background: white;
}

.ajax-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2080;
    background-color: #000;
    opacity: 0.4;
}

.float-cube-grid1 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2079;
    padding: 10px 10px 0 0;
    width: 50px;
    height: 50px;
    margin: 0;
}

.blocker-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2070;
    background-color: #000;
    opacity: 0.4;
}

.stopScroll {
    overflow: hidden !important;
}

#notification-blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    background-color: #000;
    opacity: 0.4;
}

.forceFlex {
    display: flex !important;
}

#notificationsWrapper {
    position: fixed !important;
    z-index: 1032;
    top: 66px;
    right: 0;
    bottom: 0;
    box-shadow: rgb(51, 51, 51) 0px 0px 5px;
}

.float-cube-grid2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2069;
    padding: 10px 10px 0 0;
    width: 50px;
    height: 50px;
    margin: 0;
}

a.disabled {
    cursor: not-allowed !important;
}

div.disabled {
    cursor: not-allowed !important;
}


.btn.disabled {
    cursor: not-allowed !important;
}

input.disabled {
    cursor: not-allowed !important;
}

select.disabled {
    cursor: not-allowed !important;
}

#myBtn {
    display: none;
    position: fixed;
    /*bottom: 20px;*/
    bottom: 80px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    outline: none;
    background-color: lightblue;
    color: white;
    cursor: pointer;
    /*padding: 15px;*/
    /*border-radius: 4px;*/
    opacity: 0.75;
}

    #myBtn:hover {
        background-color: #555;
    }

#NotificationBtn:hover #NotificationCountBadge {
    color: white;
    background-color: darkred;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.LockText {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.LockInputs ::-moz-selection {
    background: transparent;
}

.LockInputs ::selection {
    background: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > div:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > div:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*Table CSS Start*/
table.cyanHover tr.hasData:hover {
    background-color: lightcyan !important;
}

table.table-grey-custom {
    background-color: #e0dfdf;
}

    table.table-grey-custom th {
        border-color: #c8c7c7 !important;
        border: 1px solid;
    }

    table.table-grey-custom td {
        border-color: #c8c7c7 !important;
        border:1px solid;
    }

    table.table-grey-custom-enabled tbody tr:hover {
        background-color: lightcyan !important;
        cursor: pointer;
    }

    table.table-grey-custom-disabled tbody tr:hover {
        background-color: lightcyan !important;
        cursor: not-allowed;
    }

/*Incomplete*/
table.table-grey-custom tr.table-grey-custom-row-default {
    background-color: #f6f3f3;
}

/*Pending Review*/
table.table-grey-custom tr.table-grey-custom-row-warning {
    background-color: #fff3cd;
}

/*Accepted*/
table.table-grey-custom tr.table-grey-custom-row-success {
    background-color: #d1e7dd;
}

/*Rejected*/
table.table-grey-custom tr.table-grey-custom-row-danger {
    background-color: #f8d7da;
}

ul.list-group#SelectedFacilityList li.list-group-item:hover {
    background-color: lightcyan !important;
    cursor: pointer;
}


table.customTable tr.hasData {
    cursor: pointer;
}

table.table-grey {
    background-color: #e0dfdf;
}

    table.table-grey th {
        border-color: #c8c7c7 !important;
    }

    table.table-grey td {
        border-color: #c8c7c7 !important;
    }

    table.table-grey tr.hasData {
        background-color: #f7f7f7;
    }

        table.table-grey tr.hasData:hover {
            background-color: lightcyan !important;
        }

/*Action Plan Table CSS Start background-color: rgba(167, 40, 40, 0.70);*/
#ahcAplDataTable th, #ahcAplDataTable td {
    border-color: rgba(0, 0, 0, 0.10);
}

#ahcAplDataTable tr.hasData.defaultRow {
    background-color: rgba(0, 0, 0, 0.10);
}

#ahcAplRefDataTable tr.hasData.resolvedRow {
    background-color: rgba(40, 167, 69, 0.10);
}

#ahcAplRefDataTable tr.hasData.unresolvedRow {
    background-color: rgba(167, 40, 40, 0.10);
}

tr.hasData.isClosedApItem {
    background-color: rgba(167, 40, 40, 0.10) !important;
}

#myScreenerDataTable tr.hasData.posMemberRow {
    background-color: rgba(167, 40, 40, 0.10);
}

#myScreenerDataTable tr.hasData.negMemberRow {
    background-color: rgba(40, 167, 69, 0.10);
}

/*#myScreenerDataTable tr.hasData.defaultRow {
    background-color: rgba(0, 0, 0, 0.10);
}*/

/*Action Plan Table CSS End*/
/*table.customTable tr {
    font-weight: bold;
}*/
/*Table CSS End*/
/*Security CSS Start*/
#ahcUserTableContainer.disableTable {
    opacity: 0.5;
}

    #ahcUserTableContainer.disableTable tr {
        cursor: not-allowed;
    }
/*Security CSS End*/

.inactiveRow {
    background-color: rgba(0, 0, 0, 0.20) !important;
}
.expiredRow {
    background-color: rgba(255, 255, 224, 1) !important;
}
.warningRow {
    background-color: rgba(255, 0, 0, 0.30) !important;
}

.ContextMenuRow {
    /*background: #f2ea1a; 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWJjNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2ea1a 0%, #f9bc54 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ea1a), color-stop(100%,#f9bc54)); 
    background: -webkit-linear-gradient(top, #f2ea1a 0%,#f9bc54 100%);
    background: -o-linear-gradient(top, #f2ea1a 0%,#f9bc54 100%); 
    background: linear-gradient(to bottom, #f2ea1a 0%,#f9bc54 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ea1a', endColorstr='#f9bc54',GradientType=0 ); 
    color: #8F3114 !important;
    font-weight: bold !important;*/
    /*background-color: lightcyan!important;*/
    /*background-color: rgba(40, 167, 69, 0.25) !important;*/
    background-color: rgba(85, 203, 232, 0.25) !important;
    /*font-weight:400;*/
    /*border-color: black !important;*/
}

#CaseDataTable tr.ContextMenuRow.hasData td {
    /*border-color: rgba(40, 167, 69, 0.25)!important;*/
    border-color: rgba(85, 203, 232, 0.25) !important;
}

.fieldsetGreen {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #91bd9a;
}

.legendGreen {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: initial;
    color: #91bd9a;
}

.fieldsetGrey {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #bdbebd;
}

.legendGrey {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: initial;
    color: #bdbebd;
}


.NotificationListItem {
    cursor: pointer;
}

@media print {
    .hideForPrint {
        display: none !important;
    }

    /*.modal-open{
        overflow:auto;
    }*/

    .modal-backdrop {
        display: none !important;
    }

    #PrintCopyContainer {
        display: block !important;
    }

    .force-wrapper {
        min-height: 0;
    }

    .page-wrap {
        min-height: 1%;
        border: none !important;
        margin-bottom: 0;
    }

        .page-wrap:after {
            content: none;
            display: none;
        }

        .site-footer, .page-wrap:after {
            height: 0;
        }
}

/*Boot Strap Small Devices*/
@media (min-width:576px) {
    #dropdownLocations, #roleSelection {
        font-size: 0.55rem;
    }
}

/*Boot Strap Small Devices*/
@media (min-width:768px) {
    #navbarSupportedContent, #dropdownLocations {
        font-size: 0.55rem;
    }
}

@media (min-width:778px) {
    #navbarSupportedContent, #dropdownLocations {
        font-size: 0.65rem;
    }
}

/*Boot Strap Medium Devices*/
@media (min-width:819px) {
    #navbarSupportedContent, #dropdownLocations {
        font-size: 0.75rem;
    }
}

/*Boot Strap Large Devices*/
@media (min-width:992px) {
    #navbarSupportedContent, #dropdownLocations {
        font-size: 1rem;
    }
}

.toast {
    opacity: 1 !important;
}

.invalidColor.password_requirement {
    color: orange;
}

.validColor.password_requirement {
    color: green;
}

#UserManagementDataTable_wrapper {
    width: 100%;
}

/*EP DashBoard CSS*/
.epDashGraphs {
    min-width: 320px;
    max-width: 1820px;
    margin: 1em auto;
    border: solid #dee2e6 2px;
}

.epEventDashGraphs {
    min-width: 320px;
    max-width: 1800px;
    margin: 1em auto;
    border: solid #dee2e6 2px;
}

.epEventSurveyDashGraphs {
    min-width: 320px;
    max-width: 1820px;
    border: solid #dee2e6 2px;
}

.bg-red {
    background-color: darkred;
}

.bg-green {
    background-color: darkgreen;
}

.bg-blue {
    background-color: darkblue;
}

.dt-custom-filter {
    width: min-content !important;
    margin-right: 5px;
}


th.hasCustomFilter.sorting {
    line-height: 1.96rem;
}

.modal-bg-color-b9e3ea54 {
    background-color: #b9e3ea54;
}

.table-color-bg-white {
    background-color: white;
}

/*File Drag And Drop Styles Start*/
.box {
    font-size: 1.25rem; /* 20 */
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
}

    .box.has-advanced-upload {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
    }

    .box.is-dragover {
        outline-offset: -20px;
        outline-color: #c8dadf;
        background-color: #fff;
    }

.box__dragndrop,
.box__icon {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 120px;
    opacity: .5;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY( -50% ) scale( 0 );
    }

    75% {
        -webkit-transform: translateY( -50% ) scale( 1.1 );
    }

    to {
        -webkit-transform: translateY( -50% ) scale( 1 );
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY( -50% ) scale( 0 );
    }

    75% {
        transform: translateY( -50% ) scale( 1.1 );
    }

    to {
        transform: translateY( -50% ) scale( 1 );
    }
}

.box__restart {
    font-weight: 700;
}

    .box__restart:focus,
    .box__restart:hover {
        color: #39bfd3;
    }

.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .box__file + label {
        /*max-width: 80%;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

        .box__file + label:hover strong,
        .box__file:focus + label strong,
        .box__file.has-focus + label strong {
            color: #39bfd3;
        }

    .box__file:focus + label,
    .box__file.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .box__file + label * {
        /* pointer-events: none; */ /* in case of FastClick lib use */
    }
/*File Drag And Drop Styles End*/

.ml-2px {
    margin-left: 2px;
}

.ml-5px {
    margin-left: 5px;
}

.mr-10px {
    margin-right: 10px;
}

.ml-10px {
    margin-left: 10px;
}

.mr-3px {
    margin-right:3px;
}

.mb-4em{
    margin-bottom:2em!important;
}

label {
    position: relative;
}

label[req]::after {
    content: '';
    width: 7px;
    height: 7px;
    top: 10px;
    margin-left:5px;
    border-radius: 50%;
    position: absolute;
    background: red;
    display: inline-block;
}

fieldset, legend {
    all: revert;
}