table.dataTable tbody td {
	padding: 9px 8px;
	height: auto
}

table.dataTable {
	margin-top: 15px!important
}

table.dataTable th {
	white-space: nowrap;
	/*background:#061441;
	color:#fff;*/
}

table.dataTable tr.selected,
table.dataTable tr.selected .sorting_1 {
	background-color: rgba(0, 136, 204, .8)!important
}

table.dataTable.collapsed tr td:first-child::before {
	top: 15px!important;
	line-height: 16px!important
}

table.dataTable.collapsed tr td:first-child {
	padding-left: 30px!important
}

.dataTables_filter {
	float: right
}

.dt-bootstrap .pagination {
	margin-top: 10px!important
}

.dt-bootstrap .pagination .paginate_button {
	display: inline-block
}

.dt-bootstrap .pagination .paginate_button a {
	border: 1px solid #78828c21;
	border-right: none;
	color: #fcfcfc;
	display: inline-block;
	padding: .275rem .75rem;
	font-size: .875rem;
	line-height: 1.5
}

.dt-bootstrap .pagination .paginate_button.disabled a {
	opacity: .8
}

.dt-bootstrap .pagination .paginate_button.active a {
	color: #fcfcfc;
	background: linear-gradient(120deg, #3A85FC 0%, #00E4FE 100%);
}

.dt-bootstrap .pagination .paginate_button:first-child a {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.dt-bootstrap .pagination .paginate_button:last-child a {
	border-right: 1px solid #d8e2e7;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}