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;*/
}

th, td {
    vertical-align: middle;
}

.col-custom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .col-custom > div {
        margin-right: 10px;
    }

.bg-BA {
    background-color: #B40001;
}

.bg-LA {
    background-color: #F2910F;
}

.bg-MW {
    background-color: #E5D01B;
}

.bg-NE {
    background-color: #4C955E;
}

.bg-NW {
    background-color: #39BAE2;
}

.bg-SD {
    background-color: #4A85E1;
}

.bg-SE {
    background-color: #8B54E3;
}

.bg-TE {
    background-color: #DC6DBA;
}

.bg-DEFAULT {
    background-color: #A0A0A0;
}
