
/* navbar report */

.report-menu {
    padding-left: 0.83%;
    padding-bottom: 30px;
}

/* end navbar report */


/* chart dati */

#box1 {
    background: #007bff;
}

#box2 {
    background: #007bff;
}

#box3 {
    background: #007bff;
}

#box4 {
    background: #28a745;
}

#box5 {
    background: #28a745;
}

#box6 {
    background: #28a745;
}

#box7 {
    background: #ffc107;
}

#box8 {
    background: #ffc107;
}

#box9 {
    background: #ffc107;
}

#box10 {
    background: #dc3545;
}

#box11 {
    background: #dc3545;
}

#box12 {
    background: #dc3545;
}

.row-chart {
    display: flex;
    margin-bottom: 20px;
}

.box-dati {
    max-width: 15%;
    width: 15%;
    margin-left: 0.83%;
    margin-right: 0.83%;
    border: 1px solid #384653;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.box-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 10px;
}

.box-img p {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.box-info{
    font-weight: 500;
    color: #384653;
    font-size: 14px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

/* end chart dati */


/* general */

.dataTables_wrapper table {
    width: auto !important;
}

.alert {
    position: absolute !important;
}

div.dtsb-searchBuilder button.dtsb-button, div.dtsb-searchBuilder select {
    font-size: 13px !important;
}

#table-containerA-table{
    width: 100% !important;
}

#table-containerB-table{
    width: 100% !important;
}

/* end general */


