/* Stili estratti da stats.php — Statistiche / DataTable stato pubblicazione */

#tableHistoryCustom > tbody > tr.clickable-row.active,
#tableHistoryCustom > tbody > tr.clickable-row.active > .noneElement {
    background: #ccc !important;
}
#tableHistoryCustom td.active { background: #ccc !important; }

.disabledCustom {}
.customLabel    { margin-top: 20px; }

.verticalCustom {
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.orizontalCustom {}

.classTableUtente {
    color: #f5f5f0;
    font-weight: bold;
    background-color: #30373d !important;
    text-transform: uppercase;
    padding: 20px;
}

table.dataTable thead .sorting { color: #fff !important; }

.noresultClassCustom {
    padding: 20px;
    background: #fff;
    border: 1px solid #30373d;
}

.ellipsis { color: #fff; }

#tableHistoryCustom th,
#tableHistoryCustom td {
    max-height: 40px;
    line-height: 15px;
    cursor: pointer;
}

.noneElement { background: #f3f3f3; }

.customSelectPAStatus > option:disabled {}

tfoot { background: white; }

#filters-box-deatils {
    list-style: none;
    padding: 0;
    width: 90%;
    margin-left: 10%;
    margin-bottom: 0;
    display: inline-block;
}
#filters-box-deatils > li {
    background: #fff;
    display: inline-block;
    padding: 10px;
    margin: 10px 10px 10px 0;
}
#filters-box-deatils > li > i {
    font-weight: normal;
    cursor: pointer;
}

#boxLabelFilter {
    display: inline-block;
    top: 40%;
    position: absolute;
}
#filterBox { position: relative; }

#tableHistoryCustom .active > td.active {
    background: #337ab7 !important;
    color: #fff;
    font-weight: bold;
}

.customSelectPAStatus option { text-transform: uppercase; }

.noneElement1 { display: none; }

.dnoneforze { display: none !important; }
