.dataTables_wrapper.container-fluid {
/*	padding-left: 0;
	padding-right: 0;*/
}

.dataTables_wrapper {
	padding-bottom: 0;
}

table.dataTable>tbody>tr:last-child {
	border-bottom: 1px solid #e7eaec;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0;
}

.dataTables_footer {
	padding-top: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
}

div.dataTables_info {
	text-align: right!important;
}

div.dataTables_length {
	text-align: left!important;
}

.dataTables_scrollBody {
    min-height: 400px !important;
}

.table.dataTable tbody tr.selected {
	background-color: #d8e8f3;
}

.table-pointer tbody tr {
	cursor: pointer;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after {
	content: "";
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before {
	content: "";
}

table.dataTable thead .sorting_asc:before {
	right: 0.5em !important;
}


div.dt-button-collection .dt-button {
	padding: 3px 12px !important;
	border-bottom: 1px solid #e7eaec !important;
}