.tool-box {

    margin-bottom: 15px;
}

.pagination {

	justify-content: end !important;
}

.dataTables_length  {

	display: block;
	text-align: left;
	margin-bottom: 15px;
}

.dataTables_length label {

	width: 25%;
	
}

.dataTables_filter  {

	display: block;
	text-align: right;
	margin-bottom: 15px;
}

.dataTables_info {

	display: block;
	text-align: left;
	margin-top: 15px;
}
.dataTables_paginate {

	display: block;
	text-align: right;
	margin-top: 15px;

}

.table-dark * {

	color: white !important;
}
.dataTables_wrapper {

	width: 99%;
}

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  

	.dataTables_length  {
		display: block;
		text-align: center !important;
		margin-bottom: 15px;
	}

	.dataTables_filter  {
		display: block;
		text-align: center !important;
		margin-bottom: 15px;
	}

	.dataTables_info {

		display: block;
		text-align: center !important;
		margin-top: 15px;
		display: none;
	}

	.dataTables_filter  {

		display: block;
		text-align: center !important;
		margin-bottom: 15px;
	}

	.pagination {

		justify-content: center !important;
	}


}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {  }

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {  }