html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

input[type="checkbox"] {
    accent-color: dodgerblue;
}

.dt-length {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dt-search, .dt-paging {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}



/*Standard table styles for all pages*/
.dt-container, .dt-container thead, #filters .form-control, #filters .form-select, #filter-page, #clear-filter, .column-filter label {
    font-size: 11px;
}

#filters .form-control, #filters .form-select, #filter-page, #clear-filter {
    padding: 2px 4px;
    height: 27px;
}

.column-filter label {
    height: 35px;
    margin: 0 10px 0 4px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
