html body.bg-full-screen-image {
    background-image: url(../images/bg-login.jpg);
}

.navbar-brand .brand-logo {
    max-height: 35px;
}

.menu-expanded .navbar-brand .brand-logo {
    width: auto;
    margin-top: 10px;
}

.menu-expanded .header-navbar .navbar-header .navbar-brand {
    padding: 5px;
}

.nav-item-loader {
    padding: 5px 10px 0 30px;
}

.nav-item-loader .loader-deep-orange {
    transform: scale(.5);
}

.nav-item-loader .loader-deep-orange div {
    background-color: #C3C90C !important
}

#toast-top-right .toast {
    opacity: 1;
}

div.dataTables_wrapper div.dataTables_processing {
    padding: 30px;
    color: #fff;
    background: #0988BD;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
    text-align: left;
}

.dataTables_filter.has-additional-filters label{
    width: calc(100% - 35px);
}
.dataTables_filter.has-additional-filters .btn{
    width: 30px;
    margin:0;
    margin-left: 2px;
    margin-bottom: 0.5rem;
}
div.dataTables_wrapper div.dataTables_filter input{
    margin: 0;
}
.mobile-additional-filters{
    background: #f3f3f3;
    padding: 10px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 1.5rem;
}
.mobile-additional-filters:empty{
    display: none;
}
.mobile-additional-filters .filter{
    margin-bottom: 5px;
}

#entity_form_side .form-group:not(.field-switch) label.col-md-3 {
    text-align: left;
    float: none;
    width: 100%;
}

#entity_form_side .form-group:not(.field-switch) .col-md-9 {
    text-align: left;
    float: none;
    width: 100%;
}

#entity_form_side .form-group:not(.field-switch) .col-xl-10 {
    text-align: left;
    float: none;
    width: 100%;
}

#entity_form_side .form-group:not(.field-switch) .offset-md-3,
#entity_form_side .form-group:not(.field-switch) .offset-xl-2 {
    margin-left: 0;
}

#entity_form_side .form-group.field-switch .col-md-9 {
    float: left;
    width: 60px;
}

#entity_form_side .form-group.field-switch .col-md-3 {
    float: right;
    width: calc(100% - 60px);
    text-align: left;
}

#codeigniter_profiler {
    display: none;
}

#profiler_container {
    max-height: 70vh;
    overflow-y: auto;
}

#profiler_container #codeigniter_profiler {
    display: block;
}

#profiler_container legend {
    font-size: 1rem;
}

#login_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    z-index: 999998;
}
div.dataTables_wrapper div.dataTables_filter label{
    margin-top: 0;
}
/* MIGLIORAMENTI RESPONSIVE */
@media screen and (max-width: 767px){
    .footer.navbar-fixed-bottom{
        display: none;
    }
    div.dataTables_wrapper div.dataTables_length select{
        width: 55px;
    }
    .card-entity-table .heading-elements,
    .card-entity-form .heading-elements{
        position: fixed;
        bottom: 0;
        z-index: 9;
        top: auto;
        padding: 15px;
        width: 100vw;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: right;
        background: #1D2B36;
    }
    .dataTables_wrapper table{
        overflow-x: visible;
    }
    .entity-table-responsive{
        overflow-x: auto;
    }
    .entity-table-table-wrapper{
        min-width: 850px;
    }
    .dataTables_length :not(*){
        display: none;
    }
}
