*{
    font-family: 'Titillium Web', sans-serif;
}

.reportDiv h6{
    text-align: left;
    margin-top: -27px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}
.reportDiv h6 span{
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-spinner {
    z-index: 100;
    width: 10rem;
    height: 10rem;
}

/*DATATABLE*/
td, th{
    vertical-align: middle;
}
tfoot th{
    vertical-align: middle;
}
.w-5{
    width: 5%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-35{
    width: 35%;
}
.w-40{
    width: 40%;
}
.dataTable thead:not(td thead), .dataTable tfoot:not(td tfoot){
    background-color: #212529;
    color: white;
    font-size: 120%;
}

.sorting{
    background-position : inherit;
}

table{
    border-collapse: collapse;
    border-radius: 1em !important;
    overflow: hidden;
}

.important-data{
    font-size: 120% !important;
}

.scadExec{
    background-color:rgba(50,255,0,0.1) !important ;
}
.scadScad{
    background-color:rgba(255,0,0,0.1) !important ;
}

.popover{
    max-width: 500px !important;
}

@media screen and (max-width: 1000px) {
    .navbar-collapse {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

/*SELECTIZE STYLING DURANTE IL CARICAMENTO*/
.loading{
    display: none;
}
.selectize-control:not(.loading) + .spinner-border {
    display: none;
}
