﻿.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/assets/img/loading.svg') no-repeat center;
    background-color: rgba(255, 255, 255, 0.8);
}

select.form-control {
    color: #808080 !important;
}

@media (max-width: 991px) {
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
        height: 50px;
        margin: 15px 0 0 -30px !important;
    }
}

.position-table {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}


