/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14 dic 2021, 10:00:13
    Author     : Valerio
*/

.dataTables_length{
    margin-left: 20px;
}

.label{
    margin-top: 20px;
    margin-bottom: 0;
}

.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (10em + 1px));
}

.dtr-details{
    width: 100%;
}

.dtr-details span{
    width: 50%;
}

.sub_report_box{
    display: none;
}

.select2{
    width: 100% !important;
}

.good-date{
    background-color: green;
}

.bad-date{
    background-color: red;
}

.mid-date{
    background-color: orange;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #343a40;
}

.nav-pills .nav-link, .btn, input, .select2-container--default .select2-selection--single, .form-control-sm {
    border-radius: 0.5rem;
}

.nav-link:hover{
    background-color: rgba(0, 0, 0, .3) !important;
}

.login-card-body{
    border-radius: 0.5rem !important;
}

.paginate_button{
    background: rgba(0, 0, 0, .1) !important;
    color: #343a40;
    border-radius: 0.5rem !important;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
}


.dataTables_scrollHead table.dataTable:first-of-type thead:first-of-type {background-color:#343a40; color: #FFF; }

table.dataTable thead tr>.dtfc-fixed-left{
    background-color: rgb(100, 100, 100);
}
