

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.scroll-sm {
    max-height: 200px;
    overflow-y: scroll;
}

#full-screen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(75, 75, 75, 0.9); /* Semi-transparent background */
    z-index: 9999; /* Higher than all other content */
}

.pageTitlecontainer {
/*    padding: 10px;*/
    /*border: thin solid lightgray;*/
/*    box-shadow: 3px 3px 3px 3px lightgray;
    border-radius: 5px;*/
    margin-bottom: 25px;
    margin-top:10px;
}

.bg-filter {
    background-color: #DBE9FA;
}

.bg-heading {
    background-color: #e4e7eb !important;
}

.bg-subMenu {
    background-color: #f8f9fa;
}

.pageTitle {
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    border-bottom: thin solid dimgray;
    padding: 5px;
}

.pageSubtitle {
    font-size: 16px;
    font-weight: 600;
    font-stretch: condensed;
    border-bottom: thin solid dimgray;
    padding: 5px;
}

.tableTitle {
    font-size: 14px;
    font-weight: 600;
    font-stretch: condensed;
    border-bottom: thin solid dimgray;
    padding: 5px;
    margin-bottom:5px;
    text-align:center;
}

.pageDescription {
    
    font-size:small;
    padding:5px;
}

.pageSectionTitle {
    font-size: 16px;
    font-weight: 600;
    font-stretch: condensed;
    border-bottom: thin solid gray;
    padding: 5px;
    margin-bottom: 10px;
}
.pageSection {
    padding: 10px;
}

.tooltip-inner {
    text-align: left !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    content: '\f055';
    font-family: 'Font Awesome\ 6 Free' !important;
    font: var(--fa-font-solid);
    cursor: pointer;
    font-size: 18px;
    color: #325d88;
    border: none;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
    content: '\f056';
    font-family: 'Font Awesome\ 6 Free' !important;
    font: var(--fa-font-solid);
    cursor: pointer;
    font-size: 18px;
    color: #325d88;
    border: none;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F9FDFE;
}

.totals-row {
    
    font-weight:600;
}
    .totals-row td {
        border-top: 3px solid lightgray;
        padding-top: 20px;
    }
