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;
}

.form-check-input {
    width: 25px;
    height: 25px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.dt-paging-button.active .page-link {
    background-color: #0a5e67 !important;
    color: white !important;
    outline: none !important;
}

.dt-paging-button .page-link {
    color: #0a5e67 !important;
    outline: none !important;
}

div.dt-buttons.dt-button {
    min-width: 280px !important;
    width: auto !important;
    display: inline-block !important;
    margin-right: 20px !important;
    text-align: left !important;
    background-color: #0a5e67 !important;
    color: #fff !important;
}

@media (max-width: 576px) {
    #myNav {
        position: static;
    }

    #myTab .nav-link {
        display: block;
        padding: 20px 20px;
        font-size: 1rem;
        color: #0a5e63;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: none;
        border-radius: 0px;
    }

    #myTab .nav-item {
        margin-bottom: 0;
    }

    .nav-item:last-child {
        margin-bottom: 0 !important;
    }

    .nav {
        list-style: none;
        padding: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }

    #myTab .nav-link:hover {
        background-color: #0a5e67;
        color: white;
    }

    #myTab .nav-link.active {
        background-color: #F9F9F9;
        color: #0a5e67;
        border-radius: 0px;
        border-bottom: none;
    }
}

@media (min-width: 576px) {
    #myNav {
        position: static;
    }

    #myTab .nav-link {
        display: block;
        padding: 20px 40px;
        font-size: 1.25rem;
        color: #0a5a63;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: none;
        border-radius: 0px;
    }

    #myTab .nav-item {
        margin-bottom: 0;
    }

    .nav-item:last-child {
        margin-bottom: 0 !important;
    }

    .nav {
        list-style: none;
        padding: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }

    #myTab .nav-link:hover {
        background-color: #0a5e67;
        color: white;
    }

    #myTab .nav-link.active {
        background-color: #F9F9F9;
        color: #0a5e67;
        border-radius: 0px;
        border-bottom: none;
    }
}

.legend {
    color: #333;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    min-width: 280px;
    max-width: 280px;
    text-align: left;
    margin-left: calc(100% - 280px);
    margin-top: 22%
}

    .legend ul {
        list-style-type: none; /* Remove default list bullets */
        padding-left: 0;
    }

    .legend li {
        margin-bottom: 5px;
        position: relative;
    }

.red-box {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: lightcoral;
    border: 1px solid #000;
    vertical-align: middle;
    margin-right: 5px;
}

.yellow-box {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background-color: #faf373;
    vertical-align: middle;
    margin-right: 5px;
}

footer {
    color: white;
}

footer a {
    color: white;
    text-decoration: underline;
}

p {
    line-height: 150%;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
}

.checkbox-label input {
    margin-top: 0;
}

button, .primary-button, ::file-selector-button, ::-webkit-file-upload-button {
    min-height: 44px;
}
.table > thead {
    min-height: 44px;
}
.table > :not(caption) > * > th {
    padding: 0.77rem 0.5rem;
}
.historic-entry, table.table.dataTable > tbody > tr.historic-entry {
    background-color:#faf373;
}

#emptyMultipleDataTable_wrapper > div:first-of-type div:last-child,
#multipleDataTable_wrapper > div:first-of-type div:last-child {
    display: flex;
    align-items: center;
}

#emptyMultipleDataTable_wrapper .dt-search,
#multipleDataTable_wrapper .dt-search {
    margin-left: 8px;
}

#multipleDataTable_wrapper .dt-buttons button,
#emptyMultipleDataTable_wrapper .dt-buttons button {
    margin-bottom: 0;
}