/* here you can put your own css to customize and override the theme */
.areaheight{
    height:160px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 1px solid transparent;
    background: none
}
.no-search .dataTables_filter{
    display:none
}
.hide-table{visibility: hidden}
.messaggio::after{
    content:'';
    background:#ccc;
    width:100%;
    height:100%;
    z-index:998;
}
.messaggio::before{
    content:'Carico...';
    color:#000;
    z-index:999;
}
