﻿/*CSS STYLESHEET*/

.dataTables_wrapper {
	overflow-x: hidden;
}

.dataTables_wrapper .active a {
	cursor: pointer !important;
	background: rgb(184,0,5) !important;
	border: 1px solid white !important;
	font-weight: bold !important;
	transition: none !important;
}

.dataTables_wrapper .active a:active {
	background: black !important;
}

.dataTables_wrapper .disabled a {
	transition: none !important;
}

.dataTables_wrapper .active:active {
	box-shadow: none !important;
}

.paginate_button:hover {
	background: none !important;
	border: 1px solid white !important;
}

table.dataTable thead td {
	border-bottom: 2px solid rgba(0,0,0,0.15) !important;
	padding: 10px !important;
	cursor: default !important;
}

table.dataTable {
	border-bottom: 1px solid rgba(0,0,0,0.15) !important;
	font-family: 'Open Sans' !important;
	font-size: 11px;
}

.dataTable td{
	border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}

table.dataTable.no-footer{
	border-bottom: none !important;
}

.pagination {
    margin-top: 0;
}