
/* DATATABLES */
.portlet.light .dataTables_wrapper .dt-buttons {
	float: none;
	margin: 0 auto;
}

.dataTables_paginate {
	text-align: right;
}

.dataTables_paginate .pagination {
	justify-content: flex-end;
	margin: 0;
}

.dataTables_filter {
	text-align: right;
}

.dt-button.dropdown-item.buttons-columnVisibility {
	display: inline-block;
	width: 49%;
	border: 1px solid #cccccc !important;
	margin-left: 0;
	margin-right: 0;
}

div.dt-button-collection {
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0px 9px 14px rgb(0 0 0 / 50%);
	padding: 0;
	width: 300px;
}