.topbar {
    border-bottom: 1px solid #dee2e6;
    z-index: 1034;
}

.topbar-container {
    padding: 10px 15px;
    font-size: 12px;
}

.select2-container .select2-selection--single {
    height: auto;
}

#ajaxSubmit {
    color: white;
    cursor: pointer;
}

.debug_notice {
    width: 200px;
    height: 200px;
    padding: 20px;
    background-color: green;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
}

body .preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    /* width: calc(100% - 250px);*/
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    transition: .7s z-index ease-in-out, 0.5s opacity ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

body.incarc .preloader {
    opacity: 1;
    transition: 0.5s opacity ease-in-out;
    z-index: 1199;
}

.nav-item.alpha {
    opacity: .5;
}

.select2-container {
    max-width: 100%;
}

.avize_selectate {
    font-size: 12px;
}

.penalizari_selectate {
    font-size: 12px;
}

.datepicker.dropdown-menu {
    z-index: 9999999999 !important;
}

.avize_set_hidden {
    display: none;
}

.restItems {
    font-size: 12px;
}

.hidden {
    visibility: hidden;
}

a.set_curs {
    color: white !important;
}

tfoot {
    font-weight: bold;
}