@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#ddlSchoolList {
    width: 250px;
}

.dataTable tbody td:first-child {
    white-space: nowrap;
}

span.form-control {
    border: none;
    background-color: transparent;
    color: var(--bs-body-color);
    box-shadow: none;
}

.form-floating > span ~ label {
    color: var(--bs-body-color);
    opacity: .65;
}

div.test {
    text-align: center;
    text-transform: uppercase;
    font-family: Courier New, Monospace;
    font-style: normal;
    font-weight: bold;
    color: #ff0000;
    font-size: larger;
}

.card.max-height-card .card-body {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .card.max-height-card .card-body thead {
        position: sticky;
        top: 0;
        background-color: var(--bs-body-bg);
        z-index: 10;
    }

.loading-spinner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33,37,41,0.4);
    z-index: 10000;
    border-bottom-left-radius: var(--bs-card-border-radius);
    border-bottom-right-radius: var(--bs-card-border-radius);
    display: none;
}

.loading-spinner-container {
    background-color: rgba(255,255,255,0.9);
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 18px;
    padding: 16px 18px 13px 18px;
    transform: translate(-50%, -50%);
}

.f-14 {
    font-size: 14px;
}

.disabled {
    color: var(--bs-gray-500);
}

.readonly {
    pointer-events: none;
    color: var(--bs-gray-500);
}

.dropdown-menu-admin {
    overflow-y: scroll;
    max-height: 500px;
}

.disabled-overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(33, 37, 41, 0.3);
    cursor: not-allowed;
    border-radius: 0.375rem;
}

.disabled-overlay-12 {
    width: 95%;
}

.disabled-overlay-6 {
    width: 90%;
}


.readonly {
    pointer-events: none;
    color: var(--bs-gray-500);
}

.dropdown-menu-admin {
    overflow-y: scroll;
/*    max-height: 500px;*/
}

.disabled-overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(33, 37, 41, 0.3);
    cursor: not-allowed;
    border-radius: 0.375rem;
}

.disabled-overlay-12 {
    width: 95%;
}

.disabled-overlay-6 {
    width: 90%;
}


.iowaContact {
    margin-top: 3%;
}

.ui-datepicker, .ui-timepicker {
    z-index: 1100 !important;
}