﻿/*.home-height {
    height: 82vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}*/

.home-link {
    margin-top: .75rem;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #daedff
}

.table-responsive {
    scrollbar-color: #ced4da #f1f1f1;
}

table.table.dataTable.table-hover > tbody > tr:hover > * {
    background-color: #e5f2ff
}

.btn-light {
    background-color: #fff;
}

    .btn-light:hover {
        background-color: #fff;
        border: 1px solid #ced4da;
    }

.dropdown-toggle {
    border: 1px solid #ced4da;
    padding: 1rem .75rem;
}

.table-selector-vr > button {
    padding: .375rem .75rem !important;
}

.dt-column-title {
    width: auto;
}

thead th {
    width: 10rem;
}

@media only screen and (min-width: 375px) {
    .dropdown-menu {
        width: 100vw;
    }
    .dt-search {
        margin-bottom: 1rem !important;
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown-menu {
        width: auto;
    }
}

    @media only screen and (min-width: 576px) {
        .home-link {
            margin-top: 0rem;
        }
    }

    @media only screen and (min-width: 768px) {
        .w-md-auto {
            width: auto !important;
        }
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: black;
}

#bs-select-3, #bs-select-2 {
    max-height: 225px !important;
}

.dt-buttons > .dt-button {
    /*border-radius: 1rem !important;*/
    margin-bottom: 1rem !important;
}

.dt-info {
    margin-top: 3rem !important;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .dt-info {
        text-align: start;
    }
}

.viewresults {
    min-height: 85vh;
}

.viewresults-table {
    min-height: 75vh;
}