#desktopMenu a:hover {
    background-color: #d6d6d6 !important;
    text-decoration: none;
}

.datepicker {
    background-color: #212529 !important;
    color: #e8e5ef;
}
.datepicker .day:hover, .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker .month:hover {
    background-color: #003366 !important;
}
.datepicker .focused {
    background-color: #003366 !important;
}
.searchInformation {
    background-color: #003366;
}
.searchEmpty {
    background-color: black;
    color: white;
}
.searchInformation .btn, .searchEmpty .btn {
    background-color: #003366;
}
.examResultsTop {
    background-color: #363636 !important;
    color: white;
}
.examResultsMain {
    background-color: #ffffff !important;
    color: black
}
.examResultsBottom {
    background-color: #363636 !important;
    color: white;
}
.selectTime {
    background-color: #003366;
    color: white;
}
.selectTime:hover {
    background-color: #E0E6EC;
    color: #003366;
}
.dateBoxSelected {
    background-color: white;
    color: #003366;
}
.resultsAddressMap {
    color: black;
}

.checklist-row a.fs-3.text.fw-normal {
    color: #ffffff !important;
}
.checklist-row div.fs-6.text {
    color: #ffffff !important;
}
.checklist-row a {
    color: #ffffff !important;
    text-decoration: none;
}


@media (min-width: 992px) {
    .detailsBoxLeft, .detailsBoxRight {
        background-color: #eeeeee;
    }
}