html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.btn-sort {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.table-footer {
    background-color: #1E3A62;
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

legend {
    border-bottom-style: none;
    font-size: small;
    float: none;
    margin-bottom: 5px;
    padding-left: 0px
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.btn-text {
    font-weight: normal !important;
}

/*Used by the loading indicator*/
#loading_opacity {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    opacity: .25;
    filter: alpha(opacity=25);
    z-index: 99998;
}

#loading_bg {
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -105px;
    width: 210px;
    height: 115px;
    background-color: #fff;
    padding: 15px 0px 0px 0px;
    text-align: center;
    z-index: 99999;
    font-size: 14px;
    border-radius: 5px !important;
}

.header-user {
    float: right;
    color: white;
}

/*Set the height of multiline textboxes*/
.form-compact textarea.form-control {
    height: 100px;
}

/*The following style was added as a hack to place the multiselect checkboxes on top of the select control
instead of at the top of the screen for Bootstrap 5. If more time allows investigation a better option.*/
.multiselect-placement {
    transform: none !important;
}
.multiselect-container {
    max-height: 300px;
    overflow: auto;
}

.nav-link {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

/* Changes for 508 compliance */
th {
    background: #1e3a62 !important;
    border: 1px solid #d6d6d6;
    color: #fff;
    vertical-align: middle;
}

.tb-item {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-top: 0.25rem !important;
}
.custom-help {
    font-size: .875em !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    color: #055160 !important;
    border-color: #b6effb;
}