body {
    background: #2f313d;
    color: #46485c;
    font-family: sans-serif;
}

h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

a {
    color: #46485c;
    text-decoration: none;
}

.login {
    left: 40%;
    right: 40%;
    width: 20%;
    top: 20%;
    padding: 1% 2%;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.07)
}

.logo {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    top: 5%;
    position: sticky;
}

.logo img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.error {
    background-color: #cc3a26;
    padding: 2px;
    border-radius: 5px;
}

.autologout {
    background-color: #29292d;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    bottom: -35px;
    position: absolute;
    text-align: center;
    right: 0%;
    font-size: 0.8em;
    color: darkgrey;
}

.telegramBox {
    background-color: #279DDA;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    bottom: -32px;
    position: absolute;
    text-align: center;
    left: 0%;
    font-size: 0.8em;
    color: white;
}

.telegramBox img {
    height: 79%;
    position: absolute;
}

.telegramButton {
    color: white !important;
    background-color: #29a5d9 !important;
    width: 14em !important;
    font-weight: 600 !important;
    border-width: 0px !important;
}

.highvis {
    background-image: url("/assets/img/highvis.png") !important;
    background-blend-mode: darken;
    color: #ffffff;
    font-size: large;
    font-weight: bold;
    font-variant: all-petite-caps;
}

.novis {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.noKiosk {
    background-blend-mode: darken !important;
    background-color: orangered !important;
}

.siteDisabled {
    background-blend-mode: darken !important;
    background-color: red !important;
}

.onFire {
    background-image: url("/assets/img/onfire.jpg");
    font-size: 60pt;
    color: #f9ff00;
    text-shadow: 8px 8px 13px #ff0000;
}

.banButton {
    background-size: 50% !important;
    color: #ff0000 !important;
    font-weight: bolder !important;
    font-variant: normal !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: black !important;
    text-shadow: 1px 2px 2px #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.vistext {
    background-color: #000000ab;
    padding: 5px;
    width: fit-content;
    min-width: 20%;
}

.dropdown-item {
    color: #ffffff !important;
}

.bootstrap-select .btn {
    background-color: #25262f;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bootstrap-select .dropdown-menu {
    background-color: #25262f;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #a0a0a0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #868e96;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color: #ffffff;
}

.wt {
    color: #ffffff !important;
}

.form-control {
    background-color: #1f1f1f !important;
}

.inputDark {
    background-color: #25262f !important;
}

.cadHeader {
    background-color: #1f1f1f !important;
}

.cadBody {
    background-color: #272727 !important;
}

/*
input[type="text"] {
    width: 100%;
    padding: 25px 0px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    outline: none;
    color: #ffffff;
}

input[type="password"] {
    width: 100%;
    padding: 25px 0px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    outline: none;
    color: #ffffff;
}
*/

input[type=checkbox] {
    display: none;
}

label {
    color: white;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
}

#remember:checked ~ label[for=remember] {
    background: #b5cd60;
    border: 3px solid #252730;
    box-shadow: 0px 0px 0px 2px #b5cd60;
}

.nav-link {
    cursor: pointer;
}

.deptSummary {
    margin: 0;
}

input[type="submit"] {
    background: #b5cd60;
    border: 0;
    width: 100%;
    height: 2.5em;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #16aa56;
}

.badgehelp {
    margin-top: 30px;
    display: block;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
}

.badgehelp:hover {
    margin-top: 30px;
    display: block;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    color: #6d7781;
}

.remember {
    padding: 30px 0px;
    font-size: 12px;
    text-indent: 25px;
    line-height: 15px;
}

::-webkit-input-placeholder {
    color: #46485c;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: all 0.2s linear;
    transform: translate(10px, 0);
    opacity: 0;
}

/* Additional Bootstrap Overrides */
.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

/****** Statistic ******/
.statistic {
    margin: 1em 0;
    text-transform: uppercase;
    /*display: inline-block;*/
}

.statistic .value {
    font-size: 4em;
    line-height: 1em;
    text-align: center;
}

.statistic .value.text {
    font-size: 2em;
    font-weight: bold;
}

.statistic .value img {
    max-height: 0.8em;
    vertical-align: baseline;
}

.statistic .label {
    color: inherit;
    display: block;
    font-size: 1em;
    text-align: center;
}

.statistic + .statistic {
    margin-left: 1.5em;
}

/*** Horizontal Statistic ***/
.statistic.horizontal .value,
.statistic.horizontal .label {
    display: inline;
    vertical-align: middle;
}

/****** Statistic Group ******/
.statistic-group {
    margin: 1em 0;
}

.statistic-group .statistic {
    display: inline-block;
}

/*** Horizontal Statistic Group ***/
.statistic-group.horizontal .statistic {
    display: block;
}

.statistic-group.horizontal .statistic .value,
.statistic-group.horizontal .statistic .label {
    display: inline;
    vertical-align: middle;
}

.statistic-group.horizontal .statistic + .statistic {
    margin-left: 0;
}

/*** Float Statistics ***/
.statistic.pull-left {
    margin-right: 1em;
}

.statistic.pull-right {
    margin-left: 1em;
}

/****** Statistic Sizes ******/
.statistic.mini .value {
    font-size: 1em;
    font-weight: bold;
}

.statistic.tiny .value {
    font-size: 2em;
}

.statistic.small .value {
    font-size: 3em !important;
}

.statistic.large .value {
    font-size: 5em;
}

.statistic.huge .value {
    font-size: 6em;
}

/****** Statistic Types ******/
.statistic.primary {
    color: #337ab7;
}

.statistic.success {
    color: #5cb85c;
}

.statistic.info {
    color: #5bc0de;
}

.statistic.warning {
    color: #f0ad4e;
}

.statistic.danger {
    color: #d9534f;
}

.statistic.inverted {
    color: white;
}