/* Minification failed. Returning unminified contents.
(1193,32): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */

.loaderIcon {
  margin: -50px auto 0 auto;
  position:relative;
  top: 50%;
  width: 128px;
  height: 128px;
}
.loaderIcon div {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: loaderIcon 1.2s linear infinite;
}
.loaderIcon div:nth-child(1) {
  animation-delay: 0s;
  top: 58px;
  left: 106px;
}
.loaderIcon div:nth-child(2) {
  animation-delay: -0.1s;
  top: 36px;
  left: 100px;
}
.loaderIcon div:nth-child(3) {
  animation-delay: -0.2s;
  top: 18px;
  left: 82px;
}
.loaderIcon div:nth-child(4) {
  animation-delay: -0.3s;
  top: 12px;
  left: 58px;
}
.loaderIcon div:nth-child(5) {
  animation-delay: -0.4s;
  top: 18px;
  left: 36px;
}
.loaderIcon div:nth-child(6) {
  animation-delay: -0.5s;
  top: 36px;
  left: 18px;
}
.loaderIcon div:nth-child(7) {
  animation-delay: -0.6s;
  top: 58px;
  left: 12px;
}
.loaderIcon div:nth-child(8) {
  animation-delay: -0.7s;
  top: 82px;
  left: 18px;
}
.loaderIcon div:nth-child(9) {
  animation-delay: -0.8s;
  top: 100px;
  left: 36px;
}
.loaderIcon div:nth-child(10) {
  animation-delay: -0.9s;
  top: 106px;
  left: 58px;
}
.loaderIcon div:nth-child(11) {
  animation-delay: -1s;
  top: 100px;
  left: 82px;
}
.loaderIcon div:nth-child(12) {
  animation-delay: -1.1s;
  top: 82px;
  left: 100px;
}

@keyframes loaderIcon {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
    color-adjust: exact !important; /*Firefox*/
}

html {
    font-size:1rem;
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
*/}
html, body {
    font-size: 1rem;
    /*background: #FFFFFF;*/
    font-family: sans-serif !important;
}

body {
    /*padding-top: 0px;
    padding-bottom: 20px;*/
    /*scrollbar for Firefox*/
    scrollbar-width: thin;
    scrollbar-color: #E4E6EF #F3F6F9;
}



@media only screen and (min-width: 992px) {
    #content {
        padding-top: 0;
    }
}

.form-control{
    border:1px solid #BBBBBB;
}

.login-background {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("images/login_background_v3.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {

}

select:disabled {
    color: black;    
}

    .clearFloat {
        display: block;
        float: none;
        clear: both;
    }

/*.nav .dropdown .dropdown-menu {
    background: black;
}

.nav .dropdown .dropdown-menu a {
    color:gray;
}

.nav .dropdown .dropdown-menu a:hover {
    color:white;
}*/

[v-cloak] {
  display: none;
}

.italic {
    font-style:italic;
}

#pageSelect {
    position: relative;
    font-weight: bold;
}

#pageSelect, .recordsPerPage {
    border-radius: 4px;
    font-weight: bold;
}

.sortedRecords {
    font-weight:bold;
}

.datepicker,
.table-condensed {
  width: 200px;
  font-size: small; 
}

.nav .indent {
    margin-left:20px;
}

.tableOverlayButtons {
    text-align: center;
}

    .tableOverlayButtons input {
        margin:10px;
    }

input:disabled {
    background-color: darkgray;
}

label:disabled {
    color:darkgray;
}

.alert {
    color:#FF0000;
    font-weight:bold;
    width: 75%;
}

#logoutForm {
    margin-top:15px;
}

.alnright {
    text-align: right;
}


    .fullWidthTable {
        width:100%;
    }

.btn-container {
    position: relative;
    border-radius: 30px;
    box-shadow: 0 0 5px 5px #e1f0ff;
    margin-bottom: 15px;
}

.btn-background {
    top: 0;
    left: 0;
    height: 100%;
    width: 27%;
    position: absolute;
    background: #3699FF;
    border-radius: 30px;
    transition: all .1s;
}

.toggle-btn {
    background: transparent;
    padding: 5px 15px;
    border: 0;
    outline: none;
    position: relative;
    cursor: pointer;
}

.btn1 {
    color: #fff;
}

.btn2 {
    color: #7E8299;
}

/***Data table format***/

.formattedTable {
    color: #646C9A;
    width: 100%;
}

    .formattedTable thead {
        text-align: center
    }
/*    .formattedTable tbody tr {
        cursor: pointer;
    }*/
    .formattedTable th {
        padding-top: 5px;
        padding-bottom: 5px;
        position: sticky;
        top: 0;
        background-color: #E1F0FF;
        color: #1070d4;
        filter: contrast(-1.5);
        padding-left: 10px;
        padding-right: 10px;
    }

.formattedTable td {        
    padding: 4px 10px 4px 10px;
}

.cursorDefault {
    cursor: default;
}

.formattedTable tbody tr:hover {
    background: #E4E6EF;
    color: #3F4254;
}

.formattedTable.nowrap tr th, .formattedTable.nowrap tr td {
    white-space: nowrap;
}

    .tableSideScroll {
        overflow-x: auto;
        border: none;
        margin-bottom: 5px;
        max-width: 100%;
    }

        .tableSideScroll > table {
            min-width: 100%;
        }

        .smallType {
            font-size: .75em;
        }

    .noWrapTable th, .noWrapTable td {
        white-space: nowrap;
    }

    
    
    .centerTable {
        margin-left: auto;
        margin-right: auto;
    }

.selectedRow {
    background-color: #c4d1e9;
}

.selectedButton {
    color: #3699FF;
    border-bottom: 4px solid #3699FF;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.unselectedButton {
    background-color: transparent;
    color: #595d6e;
    border-color: transparent;
}

    .unselectedButton:hover {
        color: #3699FF;
        border-bottom: 4px solid #3699FF;
    }

.activeRow {
    z-index:10;
        
}

.hidden {
    display:none;
}

.activeRow td {
    border-color:blue;
    color:#666666;
}

.activeRow.selectedRow {
    background-color: lightsteelblue;
}

table.sortableTable thead tr th {
    cursor:pointer;
    text-align: left;
}

a.plainLink {
    text-decoration: none;
}

a.ULLink {
    text-decoration:underline;
}

.runTogether {
    letter-spacing: -0.6em
}

.floatRight {
    float:right;
}

#careGapHeader1, #careGapHeader2 {
    color: #fff;
}

#careGapHeader1 {
    background: #1f77b4;
}

#careGapHeader2 {
    background: #ff7f0e;
}





.CurColumn {
    text-align:right;
}

.wrapText {
    white-space:initial !important;
}

.overlay {
    position:fixed;
    width:100%;
    height:100%;
    background-color: rgba(125,128,128,.5);
    z-index:100;
}


.overlayVisible {
    position:fixed;
    width:100%;
    height:100%;
    background-color: rgba(125,128,128,.5);
    z-index:100;
}

.overlayDialog {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 50px 50px;
    /*height: calc(100% - 150px);*/
    padding: 20px;
}

.overlayDialogSmall {
    background-color:#FFFFFF;
    border-radius:10px;
    margin:50px 50px;
    padding:10px;
}

.panelOverlay {
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgba(125,128,128,.5);
    z-index:100;
    display:none;
}

.popupDialog {
    margin: -50px auto 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 40%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: 0 solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 0.42rem;
    outline: 0;
}

.popupDialogSmall {
  margin: -50px auto 0 auto;
  position:absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color:#FFFFFF;
  border: 0 solid rgba(0, 0, 0, 0.2);
  padding:20px;
  border-radius: 0.42rem;
  outline: 0;
}

.popupDialog label {
  font-weight:normal;   
}

.popupDialog .controlButton, .popupDialogSmall .controlButton {
    margin-left:5px;
    outline: none;
    cursor: pointer;
    border: 0;
}

.popupDialogInner {
    height:100%;
}

/*#AddMemberToList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min-content 1fr;
    grid-template-columns: min-content 1fr;
    padding: 15px 10px;
    height: inherit;
    width: 100%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

#AddMemberToList > :nth-child(1) {
    white-space: nowrap;
    text-align: center;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    margin-bottom: 5px;
    margin-top: 5px;
}

#AddMemberToList > :nth-child(2) {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#AddMemberToList > :nth-child(3) {
    white-space: nowrap;
    text-align: center;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    margin-left: 5px;
    margin-top: 5px;
}

#AddMemberToList > :nth-child(4) {
    white-space:nowrap;
    text-align:left;
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 2;
    -ms-grid-row: 2;
    margin-left: 5px;
    margin-top: 5px;
}*/

#addNewListBtn {
    padding: 3px 2px;
    border-radius: 50%;
}

#AddMemberToList ul {
    list-style-type: none;
    padding-left: 10px;
    overflow: auto;
    max-height: 350px;
}

#AddMemberToList ul li {
    /*margin-left:0px;*/
}

ul#AddToListResults, ul#CreateCaseResults {
    list-style-type: none;
    padding-left: 0px;
    overflow: scroll;
    max-height: 350px;
    overflow-x: auto;
    overflow-y: auto;
}


ul#AddToListResults li, ul#CreateCaseResults li {
     margin-left:0px;
}

ul#AddToListResults li:not(:last-child) {
    margin-bottom: 10px;
}

ul#AddToListResults li input, ul#CreateCaseResults li input {
    border-radius:10px;
    margin-right: 3px;
    padding:4px;
    line-height:10px;
}

/*ul#AddToListResults li input:not([disabled]), ul#CreateCaseResults li input:not([disabled]) {
    background-color:cornflowerblue;
}*/

ul#AddToListResults li table, ul#CreateCaseResults li table {
    margin-left: 20px;
    margin-top: 5px;
}

    ul#AddToListResults li table {
        width: 60%;
    }

    div#CCLayout {
    }

#CCManagerTableContainer, #CCSelectedManagerTableContainer {
    height: 200px;
    overflow: auto;
    border: 1px solid #E4E6EF;
    width: 50%;
}

#listAddRemoveBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 0 20px;
}

    #listAddRemoveBtn > button {
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0.42rem;
        color: #7E8299;
        font-weight: 500;
        font-size: 0.9rem;
    }

    #listAddRemoveBtn > button:hover i {
        color: #3699FF;
    }

.click-menu-container {
    display:inline-block;
    position:relative;
    cursor: pointer;
}

.click-menu{
    background: #FAFAFA;
    border: 2px solid #BDBDBD;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 999999;
    font-size:.75em;
    outline: 0px solid transparent;
}

.click-menu li {
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
    padding: 5px 8px;
    white-space:nowrap;
    text-align:left;
}

.click-menu li:last-child {
    border-bottom: none;
}

.click-menu li:hover {
    background: #1E88E5;
    color: #FAFAFA;
}

.click-menu li:hover a {
    color: #FAFAFA;
    text-decoration:none;
    display:block;
}

#footerLine {
    clear:both;
    float:none;
    display: block;
    margin-top: 10px;
}

.centerEl {
    margin-left:auto;
    margin-right:auto;
    position: relative;
    justify-content: center;
}

.MemberFilter {
    white-space: nowrap;
    margin: 3px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.MemberFilter .filterDeleteListContainer {
    display:inline-block;
    position:relative;
}

ul.filterDeleteList {
    position: absolute;
    left: 3px;
    background-color: #F3F6F9;
    border: 1px solid #89A0EC;
    border-radius: 4px;
    padding: 5px;
    list-style-type: none;
    z-index: 999;
}

ul.filterDeleteList li {
   padding:0;
}

ul.filterDeleteList li input {
    font-weight:bold;
    margin-right:3px;
    padding:4px;
    line-height:10px;
}

    ul.filterDeleteList li input:hover {
        background:#FF0000 !important;
    }

.allowVScroll {
    overflow-y:auto;
    height:100%;
    border: 1px solid black;
}

.small-inline {
    display:inline !important;
    width: auto !important;
}

.validation-error {
    border-color:#FF0000;
    background-color:#FFCCCC;
}

.dialog-error {
    color:#FF0000;
    padding:0;
}

/* Keen modifications */

/*select.form-control, 
input[type=text].form-control,
input[type=password]te-control {
    display: inline !important;
    width: auto !important;
   
}*/

.form-control-sm {
    height: calc(1.5em + .7rem + 2px);
    padding: .2rem 1rem;
}

.btn.btn-default {
    /*margin-top: 10px;
    margin-left: 10px;*/
    background-color:#DCD0FF;
    border-color: #A1A8C3;
    color: blueviolet;
}

.btn-sm {
    padding: .3rem 1rem;
    margin-bottom: 2px;
}


/* Fix for logout button. Keen theme does not work when button is in a form*/

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #DDDDDD;   
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link {
    padding: 9px 20px;
}

    .kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link .kt-menu__link-text {
        color: #DDDDDD;
    }

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > form#logoutForm > .kt-menu__link .kt-menu__link-text {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link .kt-menu__link-text {
    font-weight: 500;
    font-size: 1rem;
    text-transform: initial;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link .kt-menu__link-icon {
    color: #687393;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > form#logoutForm > .kt-menu__link .kt-menu__link-icon {
    color: #5867dd;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link .kt-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 1.3rem;
    margin-right: 17px
}

.kt-aside-menu {
    margin-top:0px !important;
    padding-top:0px !important;
}

.kt-menu__nav  {
    padding-bottom: 75px !important;
    margin-top:0px !important;
    padding-top:0px !important;
}

.kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link .kt-menu__link-text {
      display: none; }

.kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > form#logoutForm > .kt-menu__link > .kt-menu__link-icon {
    color: #a0a0c2; }

/*@media (min-width: 1025px) {
    .kt-aside--fixed .kt-aside {
        position: fixed;
        overflow: hidden;
        top: 30px;
        bottom: 30px;
        left: 30px;
        z-index: 98;
    }
}*/


.all-divs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.bgGreen {
    background: #35B729 !important;
    color: #696969;
}

.bgYellow {
    background: #FFF952 !important;
    color: #696969;
}

.bgRed {
    background: #D7263D !important;
    filter: contrast(2.5);
    color: #696969;
}

.bgGreen35 {
    background: #35B72959 !important;
    color: #696969;
}

.bgGreen45 {
    background: #35B72973 !important;
    color: #696969;
}

.bgYellow40 {
    background: #FFF95266 !important;
    color: #696969;
}

.bgYellow60 {
    background: #FFF95299 !important;
    color: #696969;
}

.bgRed35 {
    background: #D7263D59 !important;
    filter: contrast(2.5);
    color: #696969;
}

.bgRed45 {
    background: #D7263D73 !important;
    filter: contrast(2.5);
    color: #696969;
}

.bgBlue25 {
    background: #0000FF40 !important;
    color: #696969;
}

.bgBlue15 {
    background: #0000FF26 !important;
    color: #696969;
}

.arrow {
    float: right;
    width: 12px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.NumColumn {
    text-align: right;
    padding-right: 5px !important;
}

.LeftColumn {
    border-left: 1px;
}

.conditionName {
    min-width: 180px;
    width: fit-content;
}

#tableDataFooter, #cost {
    cursor: default;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

/***Report Layout***/
#reportRow, #reportColumn {
    display: flex;
    justify-content: center;
}

#reportRow {
    min-height: fit-content;
    gap: 80px;
}

#reportColumn {
    flex-direction: column;
    gap: 25px;
    min-height: 550px;
}

#MbrCondOption {
    width: 20%;
    position: relative;
    top: 27px;
}

#dataTableFooter {
    border-top: 1px double;
    border-width: 3px;
    background: #F3F6F9;
}

.borderLeft, #careGapTables > tr > td:nth-child(7) {
    border-left: 1px double;
    border-width: 3px;
}

#createNewReport {
    float: right;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1350px) {
    .btn-container {
        margin-top: 15px;
    }

    #MbrCondOption {
        top: 40px;
    }

    #reportRow {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
}
    #groupUpdateContent {
        background-color:#FFFFFF;
        border-radius:20px;
        margin:100px;
        padding:20px;
    }

    #selectGroupsPopup {
        height: 74vh;
    }

    #groupUpdateContent #tableSelect {
        display: -ms-grid;
        display: grid;
        width:100%;
        grid-template-columns: 50% 50%;
        -ms-grid-columns: 50% 50%;
    }

    #groupUpdateContent #termInput {
          grid-column: 1 / 2;
          grid-row: 1;
          -ms-grid-column: 1;
          -ms-grid-row: 1;
    }

    #groupUpdateContent #controls {
        grid-column: 2 / 2;
        grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        justify-self:end;
        -ms-grid-column-align:end;
    }

    #groupUpdateContent #termInput span {
        margin-right: 5px;
    }

/*    #groupUpdateContent #termInput label {
            font-weight:normal;
            margin-right:2px;

    }*/

    #groupUpdateContent #termInput .radioLabel {
        font-size:12px;
    }

    #groupUpdateContent #selectCount {
          grid-column: 1 / 2;
          grid-row: 2;
          -ms-grid-column: 1;
          -ms-grid-row: 2;
          padding-right: 5px;
    }

    #groupUpdateContent #selectedGroupsTitle {
        padding-left: 5px;
    }

        #groupUpdateContent #allGroups {
            grid-column: 1 / 2;
            grid-row: 3;
            -ms-grid-column: 1;
            -ms-grid-row: 3;
            justify-self: stretch;
            -ms-grid-column-align: stretch;
            width: 100%;
            margin-top: 5px;
            padding-right: 5px;
            overflow: auto;
        }

    #groupUpdateContent #selectedGroups {
          grid-column: 2 / 2;
          grid-row: 3;
          -ms-grid-column: 2;
          -ms-grid-row: 3;
          justify-self:stretch;
          -ms-grid-column-align:stretch;
          width:100%;
          margin-top: 5px;
          padding-left: 5px;
          overflow: auto;
    }

        #groupUpdateContent #selectedGroups table {
            border-collapse: collapse;
            width: 100%;
            max-height: 500px;            
        }

        /*
#groupUpdateContent #allGroups, #groupUpdateContent #selectedGroups {
    height: fit-content;
    margin-bottom: 10px;    
}
            */

#groupUpdateContent #allGroups {
    height: fit-content;
    margin-bottom: 10px;    
}

#groupUpdateContent #selectedGroups {
    height: fit-content;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 500px;
}

            #groupUpdateContent #allGroups tr, #groupUpdateContent #selectedGroups tr {
                height: 35px;
            }

            #groupUpdateContent #allGroups tfoot tr td {
                text-align: center;
            }


        #groupUpdateContent #tableSelect th, #groupUpdateContent #tableSelect td {
            border: 1px solid #E4E6EF;
            padding: 5px;
        }

        #groupUpdateContent #tableSelect th:first-child, #groupUpdateContent #tableSelect td:first-child {
            width: 100px;
        }

    #groupUpdateContent #searchnote {
        font-size:10px;
        margin:0px;
        padding:0px;
    }

    #groupUpdateContent .actionlink {
        cursor:pointer;
        
    }

    #groupUpdateContent #groupUpdateSearchbar {
        width: 70%;
    }

    #groupUpdateContent .selectGroupsTable__title {
        color: #3F4254;
        font-weight: 600;
        font-size: 1.1rem;
        text-align: center;
    }

    #groupUpdateContent .datatable-pager-link {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.fa-chevron-left, .fa-chevron-right {
    background-color: #ecf1f6;
    padding: 5px 7px;
    border-radius: 5px;
}

    .fa-chevron-left:hover, .fa-chevron-right:hover {
        color: #fff;
        background-color: var(--primary);
    }

.selectedGroupsMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}

@media only screen and (max-width: 1100px) {
    #groupUpdateContent #groupUpdateSearchbar {
        width: 100%;
    }
}
#drillDownContent {
    background-color: #FFFFFF;
    border-radius: 0px;
    margin: 50px 100px;
    height: calc(100% - 100px);
    padding: 10px;
    box-shadow: 10px 10px 10px black, -5px -5px 10px grey;
}

#drillDownContent input,
#drillDownContent select,
#drillDownContent textarea {
    max-width: none;
}

#patientList thead tr th {
    cursor: pointer;
    white-space:nowrap;
}

#patientList {
    overflow: visible;
    overflow-x: auto;
    overflow-y: auto;
}

#patientList tbody tr {
    cursor:pointer;
}

#patientList tbody tr td {
    white-space:nowrap;
}

#patientInfo {
    padding-left:10px;
    width:calc(100% - 6px);
    height:calc(100% - 14px);
}

#drilldownCancel {
    float:right;
}

#drilldownCancel::after {
    display: block;
    clear:both;
    content:' ';
}

#drilldownHeader {
    border-bottom: 1px solid #c0c4cb;
}

#drillDownSplitterPanel {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
}

#drillDownLeftPanel,
#drillDownRightPanel {
  top: 0;
  height: 100%;
  color: black;
}

#drillDownLeftPanel {
    width: 17%;
    height: 100%;
    min-width: 100px;
    overflow:hidden;
}

#drillDownRightPanel {
    flex: 1;
    height: 100%;
    min-width: 100px;
    overflow:hidden;
    position:relative;
}

#drillDownSeparator {
    cursor: col-resize;
    background-color: #aaa;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='30'><path d='M2 0 v30 M5 0 v30 M8 0 v30' fill='none' stroke='black'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;

/* prevent browser's built-in drag from interfering */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#drillDownPatientLoading {
    height: inherit;
    width: inherit;
}*/

#drillDownPatientTable {
  height:inherit;
  width:calc(100% - 5px);
  overflow-x:auto;
  overflow-y:auto;
}

#patientListTitle {
    float:left;
    padding:0;
    margin:0;
}

/*.ui-resizable-e {
    background-color:#999999;
    border:1px solid #555555;
    width:5px;
    margin-right:5px;
    cursor: e-resize; 
      float:right;
}*/


#patientDemographics, #patientHealth {
    border: none;
    padding: 15px 10px;
    height: inherit;
    width: 100%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

#patientDemographics #topSection {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, min-content);
    -ms-grid-columns: (min-content)[4];
    grid-gap:3px;
}

#patientDemographics #topSection label {
    white-space:nowrap;   
    margin-right:3px; 
    margin-bottom:5px;
}

#patientDemographics #topSection input:not([type=checkbox]), #patientDemographics #topSection select {
    margin-right:20px; 
    margin-bottom:5px;
}

#patientDemographics #topSection :nth-child(4n+1):nth-child(-n + 27),
#patientDemographics #topSection :nth-child(28) {
    -ms-grid-column: 1;
}

#patientDemographics #topSection :nth-child(4n+2):nth-child(-n + 27),
#patientDemographics #topSection :nth-child(29) {
    -ms-grid-column: 2;
}

#patientDemographics #topSection :nth-child(4n+3):nth-child(-n + 27),
#patientDemographics #topSection :nth-child(30) {
    -ms-grid-column: 3;
}

#patientDemographics #topSection :nth-child(4n+0):nth-child(-n + 27) {
    -ms-grid-column: 4;
}


#patientDemographics #topSection :nth-child(n + 1):nth-child(-n + 4) {
    -ms-grid-row: 1;
}

#patientDemographics #topSection :nth-child(n + 5):nth-child(-n + 8) {
    -ms-grid-row: 2;
}

#patientDemographics #topSection :nth-child(n + 9):nth-child(-n + 12) {
    -ms-grid-row: 3;
}

#patientDemographics #topSection :nth-child(n + 13):nth-child(-n + 16) {
    -ms-grid-row: 4;
}

#patientDemographics #topSection :nth-child(n + 17):nth-child(-n + 20) {
    -ms-grid-row: 5;
}

#patientDemographics #topSection :nth-child(n + 21):nth-child(-n + 24) {
    -ms-grid-row: 6;
}

#patientDemographics #topSection :nth-child(n + 25):nth-child(-n + 27) {
    -ms-grid-row: 7;
}

#patientDemographics #topSection :nth-child(n + 28):nth-child(-n + 31) {
    -ms-grid-row: 8;
}


#patientDemographics #topSection #Height, #patientDemographics #topSection #Weight {
    width:50px;
}

#patientDemographics #topSection #vipField {
    float:right;
    margin-right:20px; 
}


#patientDemographics #topSection .riskLevelHigh,
#patientDemographics #topSection .riskLevelMed,
#patientDemographics #topSection .riskLevelLow,
#patientDemographics #topSection .riskLevelUnknown {
    border:1px solid black;
    margin-right:20px; 
    text-align:center;
}

.riskLevelHigh {
    background-color:#FF0000;
}

#patientDemographics #topSection .riskLevelHigh::after {
    content:'High';
}

.riskLevelMed {
    background-color:#FFFF00;
}
#patientDemographics #topSection .riskLevelMed::after {
    content:'Medium';
}


.riskLevelLow {
    background-color:#00FF00;
}
#patientDemographics #topSection .riskLevelLow::after {
    content:'Low';
}

.riskLevelUnknown {
    background-color: #bdbdbd;
}

#patientDemographics #topSection .riskLevelUnknown {
    background-color:#D3D3D3;
}
#patientDemographics #topSection .riskLevelUnknown::after {
    content:'Unknown';
}

#patientDemographics #topSection #BMIText, 
#patientDemographics #topSection #CCMField {
    grid-area: span 1 / span 2;
    -ms-grid-column-span: 2;
}



#patientDemographics #midSection {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, min-content);
    -ms-grid-columns: (min-content)[6];
    grid-gap:3px;
    margin-top:20px;
}

#patientDemographics #midSection label, 
#patientDemographics #midSection input,
#patientDemographics #midSection button {
    white-space:nowrap;   
    margin-right:3px; 
    margin-bottom:5px;
}

/*disable for get insured info button*/
/*#patientDemographics #midSection :nth-child(1) {
    grid-row: 1;
    grid-column: 2;
    grid-area: span 1 / span 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}*/


#patientDemographics #midSection :nth-child(1),
#patientDemographics #midSection :nth-child(3),
#patientDemographics #midSection :nth-child(5),
#patientDemographics #midSection :nth-child(11),
#patientDemographics #midSection :nth-child(13),
#patientDemographics #midSection :nth-child(17) {
    grid-column: 1;
    -ms-grid-column: 1;
}

#patientDemographics #midSection :nth-child(2),
#patientDemographics #midSection :nth-child(4),
#patientDemographics #midSection :nth-child(6),
#patientDemographics #midSection :nth-child(12),
#patientDemographics #midSection :nth-child(14),
#patientDemographics #midSection :nth-child(18) {
    grid-column: 2;
    -ms-grid-column: 2;
}

#patientDemographics #midSection :nth-child(7),
#patientDemographics #midSection :nth-child(15) {
    grid-column: 3;
    -ms-grid-column: 3;
}

#patientDemographics #midSection :nth-child(8),
#patientDemographics #midSection :nth-child(16) {
    grid-column: 4;
    -ms-grid-column: 4;
}    

#patientDemographics #midSection :nth-child(9) {
    grid-column: 5;
    -ms-grid-column: 5;
}

#patientDemographics #midSection :nth-child(10) {
    grid-column: 6;
    -ms-grid-column: 6;
}

#patientDemographics #midSection :nth-child(2),
#patientDemographics #midSection :nth-child(4),
#patientDemographics #midSection :nth-child(12),
#patientDemographics #midSection :nth-child(18) {
    grid-area: span 1 / span 5;
    -ms-grid-column-span: 5;
}

#patientDemographics #midSection :nth-child(16) {
    grid-area: span 1 / span 3;
    -ms-grid-column-span: 3;
}

#patientDemographics #midSection :nth-child(n + 1):nth-child(-n + 2) {
    grid-row: 1;
    -ms-grid-row: 1;
}

#patientDemographics #midSection :nth-child(n + 3):nth-child(-n + 4) {
    grid-row: 2;
    -ms-grid-row: 2;
}

#patientDemographics #midSection :nth-child(n + 5):nth-child(-n + 10) {
    grid-row: 3;
    -ms-grid-row: 3;
}

#patientDemographics #midSection :nth-child(n + 11):nth-child(-n + 12) {
    grid-row: 4;
    -ms-grid-row: 4;
}

#patientDemographics #midSection :nth-child(n + 13):nth-child(-n + 16) {
    grid-row: 5;
    -ms-grid-row: 5;
}

#patientDemographics #midSection :nth-child(n + 17):nth-child(-n + 18) {
    grid-row: 6;
    -ms-grid-row: 6;
}

#Address1, #Address2 {
    width:400px;
}


#State {
    width:50px;
}

#Zip {
    width:100px;
}

#patientDemographics #bottomSection {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, min-content);
    -ms-grid-columns: (min-content)[4];
    grid-gap:3px;
    margin-top:20px;
}

#patientDemographics #bottomSection label, 
#patientDemographics #bottomSection input,
#patientDemographics #bottomSection button {
    white-space:nowrap;   
    margin-right:3px; 
    margin-bottom:5px;
}

#patientDemographics #bottomSection :nth-child(3n + 1):nth-child(-n + 9) {
    grid-column:1;
    -ms-grid-column: 1;
}

#patientDemographics #bottomSection :nth-child(3n + 2):nth-child(-n + 9) {
    grid-column:2;
    -ms-grid-column:2;
    width:250px;
}

#patientDemographics #bottomSection :nth-child(3n + 3):nth-child(-n + 9) {
    grid-column:3;
    -ms-grid-column: 3;
}


#patientDemographics #bottomSection :nth-child(n + 1):nth-child(-n + 3) {
    grid-row:1;
    -ms-grid-row: 1;
}

#patientDemographics #bottomSection :nth-child(n + 4):nth-child(-n + 6) {
    grid-row:2;
    -ms-grid-row: 2;
}

#patientDemographics #bottomSection :nth-child(n + 7):nth-child(-n + 9) {
    grid-row:3;
    -ms-grid-row: 3;
}

#patientDemographics #bottomSection :nth-child(10) {
    grid-row:1;
    grid-column:4;
    grid-area: span 3 / span 1;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-row-span: 3;
}

#patientDemographics #updateStatus {
    padding: 10px 5px;
    border: transparent;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#patientInfo .questionRow {
    margin-top: 20px;
}

#patientInfo textarea {
    width:600px;
    height:75px;
}

#patientHealth {
   /* display: -ms-grid;
    display: grid;
    grid-gap:3px;
    width:inherit;
    grid-auto-columns: 50% 50%;
    -ms-grid-columns: 1fr 1fr;*/
}

/*#healthTab_top {
    display: flex;
}*/

#patientHealth > div, #patientHealth > hr {
    margin:3px; 
}

#patientHealth > div:not(:first-child) {
    margin-bottom: 60px;
}


#patientHealth #dateControls {
    /*grid-row:1;
    grid-column:1;
    grid-area: span 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;*/
    margin-bottom: 20px;
    display: flex;
}

.dateSelection {
    background: #e1f0ff;
}

    .dateSelection:hover {
        background: #c4dff7;
    }

    .dateSelection .fas.fa-calendar-alt {
        color: #3699FF;
    }

    #patientHealth #rxSection #rxTable table,
    #patientHealth #medSection #medTable table,
    #patientHealth #bioSection #bioTable table,
    #patientHealth #hraSection #hraTable table {
        border-collapse: collapse;
        /*height:200px;*/
    }

    #patientHealth #rxSection #rxTable table th, #patientHealth #rxSection #rxTable table td,
    #patientHealth #medSection #medTable table th, #patientHealth #medSection #medTable table td,
    #patientHealth #bioSection #bioTable table th, #patientHealth #bioSection #bioTable table td,
    #patientHealth #hraSection #hraTable table th, #patientHealth #hraSection #hraTable table td {
        border: 1px solid #ebedf2;
    }


/*#patientHealth #rxSection, #patientHealth #medSection {
    width: 100%;
}*/

    #patientHealth #rxSection #rxTotals {
        display: -ms-grid;
        display: grid;
        grid-gap: 3px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
    }
        #patientHealth #rxSection #rxTotals div {
            white-space: nowrap;
        }

        #patientHealth #rxSection #rxTotals :nth-child(1) {
            grid-row:1;
            grid-column:1;
            grid-area: span 1/span 4;
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        #patientHealth #rxSection #rxTotals :nth-child(2) {
            grid-row: 2;
            grid-column: 1;
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        #patientHealth #rxSection #rxTotals :nth-child(3) {
            grid-row: 2;
            grid-column: 2;
            -ms-grid-row: 2;
            -ms-grid-column: 2;
        }

        #patientHealth #rxSection #rxTotals :nth-child(4) {
            grid-row: 2;
            grid-column: 3;
            -ms-grid-row: 2;
            -ms-grid-column: 3;
        }

        #patientHealth #rxSection #rxTotals :nth-child(5) {
            grid-row: 2;
            grid-column: 4;
            -ms-grid-row: 2;
            -ms-grid-column: 4;
        }

    #patientHealth #rxSection #rxTable {
        /*border:1px solid black;*/
        /*overflow-y: scroll !important;*/
        /*overflow-x: scroll !important*/;
        margin-left: auto;
        margin-right: auto;
    }

        #patientHealth #rxSection #rxTable table th,
        #patientHealth #rxSection #rxTable table td {
            /*white-space: nowrap;*/
            word-wrap: break-word;
            width: 20% !important;
        }
        #patientHealth #rxSection #rxTable table tr:nth-child(n+7) {
            display: none;
        }

    #patientHealth #medSection #medTotals {
        display: -ms-grid;
        display: grid;
        grid-gap:3px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
    }
        
        #patientHealth #medSection #medTotals div {
            white-space: nowrap;
        }

        #patientHealth #medSection #medTotals :nth-child(1) {
            grid-row:1;
            grid-column:1;
            grid-area: span 1 / span 4;
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
        }

        #patientHealth #medSection #medTotals :nth-child(2) {
            grid-row:2;
            grid-column:1;
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        #patientHealth #medSection #medTotals :nth-child(3) {
            grid-row:2;
            grid-column:2;
            -ms-grid-row: 2;
            -ms-grid-column: 2;
        }

        #patientHealth #medSection #medTotals :nth-child(4) {
            grid-row:2;
            grid-column:3;
            -ms-grid-row: 2;
            -ms-grid-column: 3;
        }

        #patientHealth #medSection #medTotals :nth-child(5) {
            grid-row:2;
            grid-column:4;
            -ms-grid-row: 2;
            -ms-grid-column: 4;
        }



    #patientHealth #medSection #medTable {
        /*border:1px solid black;*/
        /*overflow-y: scroll !important;*/
        /*overflow-x: scroll !important;*/
        /*height: 465px;*/
        margin-left: auto;
        margin-right: auto;
    }
        #patientHealth #medSection #medTable table th,
        #patientHealth #medSection #medTable table td {
            /* white-space: nowrap; */
            word-wrap: break-word;
            width: 20% !important;
        }
        #patientHealth #medSection #medTable table tr:nth-child(n+7) {
            display: none;
        }

#patientHealth hr:nth-of-type(1) {
    grid-row:3;
    grid-column:1;
    grid-area: span 1 / span 2;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}


#patientHealth #bioSection {
    /*grid-row:4;
    grid-column:1;
    -ms-grid-row: 4;
    -ms-grid-column: 1;*/
}

#patientHealth #hraSection {
    /*grid-row:4;
    grid-column:2;
    -ms-grid-row: 4;
    -ms-grid-column: 2;*/
}

#patientHealth hr:nth-of-type(2) {
    grid-row:5;
    grid-column:1;
    grid-area: span 1 / span 2;
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

#patientHealth #conLabImport {
    /*grid-row:6;
    grid-column:1;
    grid-area: span 1 / span 2;
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;*/
}

#patientHealth #stpGaps {
    /*grid-row:7;
    grid-column:1;
    grid-area: span 1 / span 2;
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;*/
}

    #patientHealth #bioSection #bioTable {
        /*border:1px solid black;*/
        /*overflow-y: scroll !important;*/
        /*overflow-x: scroll !important;*/
        /*height: 465px;*/
        margin-left: auto;
        margin-right: auto;
    }

        #patientHealth #bioSection #bioTable table th,
        #patientHealth #bioSection #bioTable table td {
           /*white-space: nowrap; */
            word-wrap: break-word;
            width: 20% !important;
        }

        #patientHealth #bioSection #bioTable table tr:nth-child(n+7) {
            display: none;
        }


    #patientHealth #hraSection #hraTable {
        /*border:1px solid black;*/
        /*overflow-y: scroll !important;*/
        /*overflow-x: scroll !important;*/
        /*height: 465px;*/
        margin-left: auto;
        margin-right: auto;
    }

        #patientHealth #hraSection #hraTable table th,
        #patientHealth #hraSection #hraTable table td {
            /* white-space: nowrap; */
            word-wrap: break-word;
            width: 20% !important;
        }

        #patientHealth #hraSection #hraTable table tr:nth-child(n+7) {
            display: none;
        }

    #labImportTableContainer {
        /*height: 300px;*/
        overflow:auto;
        border: none;
    }

    table#loincTable {
        border-collapse:collapse;
    }

    table#loincTable > thead > tr > th, 
    table#loincTable > tbody > tr > td {
        /*border:1px solid black;*/
        }

    .loincResultTable {
        height: 70px;
        overflow:auto;
    }

    .loincResultTable table {
        border-collapse:collapse;
        border: 1px solid #333333;
    }

    .loincResultTable table th, .loincResultTable table td {
        border:1px solid black;
    }

#stpGaps ul {
    list-style-type:none;
}

#stpGaps > ul {
    padding-left:0px;
}

#stpGaps ul li {
    margin-bottom: 35px;
    margin-top: 15px;
}

.bold_heading {
    font-weight: bold;
}

.toggleButton {
    float:left;
    margin-top:6px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    padding: 0px;
}


.gapsNone, .gapsCompliant, .gapsNonCompliant {
    border-left-width:5px;
    border-left-style:solid;
    padding-left: 5px;
}

.gapsNone {
    border-left-color: #7A7A7A;
}

.gapsCompliant {
    border-left-color: #7AEF83;
}

.gapsNonCompliant {
    border-left-color: #EF7A8B;
}

#stpGaps hr {
    border-color:#333333;
    margin-top:4px;
}

#stpGaps ul li ul li hr {
    margin-bottom:4px;
}

#stpGaps > ul {
    margin-top:10px;
}

#stpGaps .gapImage {
    float:left;
}

#stpGaps .infoButton {
    float:right;   
}

.BioImage {
    /*width:35px;
    height:35px;*/
    width: 16px;
    height: 16px;
}

#stpGaps .gapDetails {
    margin-top:5px;
    margin-left:35px;
    border:1px solid #999999;
    background-color: #FFFACD;
    padding:3px;
    display:none;
}

#stpGaps .gapDetails .gapName {
    font-weight:bold;
}

#stpGaps .gapDetails .gapReference {
    white-space: pre-wrap;
}

#stpGaps .lastOccurrence {
    width: 100px;
}

.checkedBox {
    background: #5d78ff;
    color: white;
}

table > thead > tr > th {
    background-color: #FFFFFF;
}

#dateControl {
    display: flex;
    align-items: flex-end;
}

.input-date {
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 88%;
}
.gapsList {
    display: none;
}

#patientEpisodes {
    height: inherit;
    overflow: auto;
}

    #patientEpisodes table th {
        background: #E1F0FF;
        padding: 0.45rem !important;
    }

    #patientEpisodes table td {
        vertical-align: middle;
        padding: 0.45rem !important;
    }

#caseHistoryTbl th:nth-child(2), #caseHistoryTbl th:nth-child(3), #caseHistoryTbl th:nth-child(6) {
    text-align: center;
}

#summaryTop {
    margin-bottom: 1.5rem;
}

#diagnosisRow {
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

#summaryTable thead th:nth-child(7) {
    text-align: center;
}

.summaryRowDetails {
    white-space: pre-wrap !important;
}

.summaryRowDetails:hover {
    background-color: transparent !important;
}

#tableBtns {
    margin-bottom: 0.7rem;
}

/*#caseSummaryTbl tbody tr {
    background: var(--light);
}*/
