/*DATATABLE - BTN COLVIS*/
div.dt-button-collection {
	margin: unset;
	padding: 5px;
	max-height: 200px;
    overflow: auto !important;
    border-radius: unset !important;
}
div.dt-button-collection button {
    margin: 3px 0 !important;
	border-radius: unset !important;
}
div.dt-button-collection button:first-child {
    margin-top: unset !important;
}
div.dt-button-collection button:last-child {
    margin-bottom: unset !important;
}
button.dt-button span.dt-down-arrow, div.dt-button span.dt-down-arrow, a.dt-button span.dt-down-arrow, input.dt-button span.dt-down-arrow {
	top: 0px;
	font-size: 11px;
}
@media (max-width: 991px){
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate, div.dt-buttons {
		text-align: left !important;
	}
}