body {
    background-color: lightgray;
}

legend {
    font-weight: bold;
}

.dropdown {
    margin-right: 5px;
}

.login-button {
    margin-top: 10px;
}

::placeholder {
    color: #D4D7E4 !important;
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#dev {
    float: left;
    top: 1.5em;
    left: -3em;
    position: absolute; /* or fixed if you want it to always be visible */
    transform: rotate(-45deg);
    background: blue;
    color: white;
    font-weight: bold;
    padding-left: 3em;  padding-right: 3em;
    padding-top: .5em;  padding-bottom: .5em;
    border: 0;  margin: 0;
    height: auto;   width: auto;
    z-index: 999999999; /* or whatever is needed to show on top of other elements */
}

.bmb-red {
    color: red;
}

.bmb-tooltip {
    position: relative;
    display: inline-block;
}

.bmb-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: grey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.bmb-tooltip:hover .tooltiptext {
    visibility: visible;
}
.dataTables_length {
    padding: 10px 10px 10px 30%;
}

.bmb-small {
    font-size: 50%;
}

.bmb-marked {
    background-color: #e7e745;
}