body {
    background-color: #f7f7f7 !important;
}

html {
    background-color: #f7f7f7 !important;
}

.btn-primary {
    background-color: rgb(21, 116, 157) !important;
    border-color: rgb(21, 116, 157) !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #116285 !important;
    transition: 0.7s !important;
}

.btn-outline-primary {
    color: rgb(21, 116, 157) !important;
    border-color: rgb(21, 116, 157) !important;
    background-color: #ffffff !important;
}

.btn-outline-primary:hover {
    background-color: #EFFAFF !important;
    transition: 0.7s !important;
}

.cb-non-active-tab-item {
    color: #3b414d;
    font-weight: 600 !important;
    padding: 0.5rem 1rem !important;
}

.cb-non-active-tab-item:active {
    text-decoration: underline rgb(21, 116, 157) !important;
    color: rgb(21, 116, 157) !important;
    font-weight: 600 !important;
}

.cb-active-nav-item {
    color: rgb(21, 116, 157) !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    padding: 0.5rem 1rem !important;
}

.nav-select {
    border-bottom-style: solid;
    border-bottom-color: rgb(21, 116, 157);
    border-bottom-width: 5px;
}

.cb-non-active-nav-item {
    padding: 0.5rem 1rem !important;
    font-weight: 600 !important;
    color: #3b414d !important;
    background-color: #fff !important;
    font-size: 1.125rem !important;
}
.cb-non-active-nav-item:hover {
    background-color: rgb(167, 203, 218);
}

.table-link {
    color: rgb(21, 116, 157) !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #EFFAFF !important;
}

.form-control:focus {
    outline: 3px solid #3181E3 !important;
    outline-offset: 2px !important;
}

.alert-primary {
    background-color: rgb(232, 240, 254) !important;
!important;
    border-color: rgb(21, 116, 157) !important;
!important;
    color: black !important;
}

.cb-tab-content-card {
    padding: 0px;
}

.cb-table {
    line-height: 2.75;
!important;
}

.cb-thead-row {
    border-bottom: 1px solid rgb(202, 206, 216) !important;
    background-color: #f7f7f7 !important;
}

.cb-thead-th {
    font-weight: bold;
}

.td-first {
    padding-left:30px !important;
}

.cb-tab-heading {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.cb-page-description {
    margin-bottom: 0
}

#page_not_found {
    height: 100vh;
}

.vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Shared filter panel styles */
.filter-label {
    font-size: 1.15rem;
    margin-bottom: 2px !important;
    color: #6c757d;
}
.filter-field {
    margin-bottom: 6px !important;
}
#filterPanel {
    transition: all 0.2s ease;
}
.filter-collapse-tab {
    position: absolute;
    top: -1px;
    right: -30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-left: none;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    color: #495057;
    line-height: 1;
    z-index: 1;
}
.filter-collapse-tab:hover {
    background: #f2f3f4;
    color: #212529;
}
.filter-collapsed-strip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dee2e6;
    border-left: 3px solid #3b414d;
    border-radius: 0 6px 6px 0;
    padding: 12px 6px;
    min-height: 120px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: background-color 0.15s ease;
}
.filter-collapsed-strip:hover {
    background-color: #f2f3f4;
}
.filter-collapsed-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3b414d;
    letter-spacing: 1px;
}
.filter-collapsed-arrow {
    font-size: 1.2rem;
    color: #3b414d;
    margin-top: 6px;
}
