/*stili per filtri datatables*/
.pz-datatable thead input {
    width: 100%;
}
.pz-datatable thead th:last-child input {
    display:none;
}

.pz-h-10{
    max-height: 10px !important;
}
.pz-h-15{
    max-height: 15px !important;
}
.pz-h-20{
    max-height: 20px !important;
}
.pz-h-25{
    max-height: 25px !important;
}
.font-10{
    font-size: 10px;
}
.column-filtered{
    background: #aaa;
    color: #333333;
}
