/* FOCUS */
.form-control:focus {
	box-shadow: none!important;
}

table.dataTable.table.table-striped>tbody>tr:nth-of-type(2n+1)>* {
	box-shadow: none!important;
}

/* SORTING */
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order {
	font-size: 12px;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before {
	color: #006C09;
	opacity: 1;
	margin-bottom: 2px;
}

table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
	color: #006C09;
	opacity: 1;
	margin-top: 2px;
}


/* SEARCH BAR */
#dt-search-0, #dt-search-1 {
	padding: .375rem .75rem;
	font-size: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-family: lato!important;
}

/* PAGINATION */
.page-item .page-link {
    color: #006C09!important;
}

.page-item.active .page-link {
    color: #fff !important;
	background-color: #006C09!important;
	border-color: #006C09!important;
}

.page-link:focus {
	box-shadow: none;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover {
	outline: none!important;
}

/* NUMERIC COLUMN FORMATTING */
table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-header {
	flex-direction: row!important;
}

table.dataTable th.dt-type-numeric, .dt-type-numeric {
	text-align: center!important;
}