html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.splash {
    background: url("../img/main.png");
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
}

footer {
    display: contents;
}

.form-control, #login-submit {
    margin-bottom: 0.5em;
}

.dataTable th {
    background-color: #000;
    color: white;
}

.dt-button {
    margin-top: -0.33em;
    margin-right: 0 !important;
    margin-left: 0.5em;
    padding: 0.3em 0.5em !important;
    font-size: .875rem !important;
    border-radius: 0.2rem !important;
}

.dt-buttons {
    margin-left: 5em;
}

.buttons-columnVisibility {
    margin-left: 0;
}

.kpi {
    border: outset;
    border-radius: 15px;
}

#DataTables_Table_0_length {
    float: left;
}

#DataTables_Table_0_filter {
    float: right;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
}

.w-497 {
    width: 49.7% !important;
}

@media (max-width: 1500px) {
    .w-497 {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }
}

.navbar-brand {
    font-size: 1.3rem;
    font-weight: 600;
}

main {
    min-height: 85vh;
}

#copyright-text {
    margin-left: 8.5%;
}

@media (max-width: 540px) {
    #copyright-text {
        font-size: small;
        margin-left: 0;
    }

    #footer-text {
        display: grid;
    }
}

tr {
    vertical-align: middle;
}

.card .align-self-center {
    font-size: xx-large;
}

.btn-panel {
    display: grid !important;
    margin-bottom: 0.5rem;
}

.panel-icon {
    align-self: center !important;
    padding-right: 1rem !important;
}

.card {
    margin: 1.5rem;
    border: 0.1px ridge;
    border-radius: 4px;
    box-shadow: 0 10px 40px 0 rgb(62 57 107 / 7%), 0 2px 9px 0 rgb(62 57 107 / 6%);
}

.nav-link {
    color: black;
}

    .nav-pills .nav-link:hover {
        color: #6c757d;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background: #6c757d;
}

.recovery-code {
    flex: 1;
}

code {
    font-size: 1.25rem;
}