.toolbara .toolbarl {
    float: left;
}

.dataTables_filter{
	float: right;
}

.pagination{
	float: right;
}
.dataTables_empty{
	text-align:center;
}

.dataTables_info{
	display:inline;
}

.custom-select{
	background:none !important;
}

/* auto resize tabella */ 
table.dataTable{
	border-collapse:collapse;
	width:100% !important;
}
