

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html, body {
    position: relative;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow-x:hidden;
}


Header {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100px;
    background-color: #145C8A;
    width: 100vw;
    color: #FFF;
    z-index: 1000;
    width: 100vw;
    border-bottom: thin solid #e2e2e2;
}


main {
    left: 0px;
    top:0px;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100vw;
}

.subHeader {
    position: fixed;
    top: 100px;
    left: 0px;
    height: 60px;
    background-color: #145C8A;
    width: 100vw;
    color: #FFF;
    z-index: 100;
}
.subHeaderMargin{
    padding-top:100px !important;
}

.container-90 {
    margin-right: auto;
    margin-left: auto;
    width: 90vw;
    padding:15px;
    margin-bottom:20px;
}
.scroll-sm {
    max-height: 200px;
    overflow-y: scroll;
}

.bg-taylor-gray {
    background-color: #E5E7EA !important
}

.bg-taylor-blue {
    background-color: #145C8A !important;
}

#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: 5px;
    margin-top:5px;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: condensed;
    padding: 5px;
}

.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;
}

.card-header {
    font-stretch: condensed;
    font-weight: 600;
    font-size: 15px;
}
.nav-tabs .nav-item !important{
    font-stretch: condensed;
    font-weight: 600;
    font-size: 15px;
}

.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;
    }
