html {
    background-color: #1b1d1f;
}

body {
    color: black;
}

.nav-link:hover {
    color: #ff0000
}

.nav-pills {
    display: flex;
    justify-content: center;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.top-bar {
    padding: 20px 5px 20px;
}

.top-request .user-salutation {
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

.top-bar-info {
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    min-height: 122px;
}

.butn:disabled {
    background-color: darkgrey;
    color: lightgray;
}

.butn-black {
    background: #232323;
    color: white;
}

.butn-black:hover {
    background: #ff0000;
    color: white;
}

.butn-white {
    background: white;
    color: #ff0000;
    line-height: 20px;
    padding: 8px;
}

.butn-white:hover {
    background: #232323;
    color: white;
}

.dropdown {
    padding: 6px 0px;
    width: 210px;
}

.textarea {
    width: 80%;
}

.field-validation-error {
    color: #ff0000;
}

button.nav-link {
    color: black;
    font-weight: bold;
}

.modal-backdrop {
    z-index: 100000 !important;
}

.modal {
    z-index: 100001 !important;
}

.offset-anchor {
    display: block;
    height: 160px; 
    margin-top: -160px; 
    visibility: hidden;
}

.blue-box {
    font-size: 30px;
    background-color: aqua;
}

.stats-table {
    border: 1px solid black;
    border-collapse: collapse;
}

th.stats-table {
    padding-left: 7px;
    background-color: gainsboro;
}

td.stats-table {
    padding-left: 7px;
}

.stats-table-centre {
    border: 1px solid black;
    border-collapse: collapse;
}

th.stats-table-centre {
    text-align: center;
    background-color: gainsboro;
}

td.stats-table-centre {
    text-align: center;
}

.o-menu.open {
    z-index: 1000 !important;
}

.crest-small {
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 3px 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .crest-small {
        margin-right: 5px;
        margin-bottom: 2px;
        padding: 0px 0px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }
}

.crest-large {
    float: left;
    height: 150px;
    width: 150px;
    margin-left: 20px;
    padding: 15px 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 68px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .crest-large {
        float: left;
        height: 150px;
        width: 150px;
        margin-left: 20px;
        padding: 60px 0px;
        border-radius: 50%;
        text-align: center;
        font-size: 68px;
        font-weight: bold;
    }
}
