.dataTables_filter input, .dataTables_filter select {
	vertical-align: middle;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f07d";
    color: rgba(0,0,0,0.15);
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

table.dataTable thead th,table.dataTable tfoot th {
	font-weight:700;
	text-align: center;
	font-size: 12px;
}

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc {
	cursor:pointer;
	*cursor:hand;
}

table.dataTable tbody th,table.dataTable tbody td {
	font-size: 12px;
	font-weight: 600;
	vertical-align: middle;
}

table.dataTable th.dt-left,table.dataTable td.dt-left {
	text-align:left;
}

table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
	text-align:center;
}

table.dataTable th.dt-right,table.dataTable td.dt-right {
	text-align:right;
}

table.dataTable th.dt-justify,table.dataTable td.dt-justify {
	text-align:justify;
}

table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {
	white-space:nowrap;
}

table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {
	text-align:left;
}

table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {
	text-align:center;
}

table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {
	text-align:right;
}

table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify {
	text-align:justify;
}

table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {
	white-space:nowrap;
}

table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {
	text-align:left;
}

table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {
	text-align:center;
}

table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {
	text-align:right;
}

table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {
	text-align:justify;
}

table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {
	white-space:nowrap;
}

table.dataTable,table.dataTable th,table.dataTable td {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.dataTables_wrapper {
	position:relative;
	clear:both;
	*zoom:1;
	zoom:1;
	margin: 20px 0;
}

.dataTables_wrapper .dataTables_length {
	float:left;
}

.dataTables_wrapper .dataTables_filter {
	float:right;
	text-align:right;
	margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_filter label {
	font-size: 12px;
	font-weight: 700;
	color: #404040;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left:.5em;
	border-radius: 0;
	font-size: 12px;
	color: #404040
}

.dataTables_wrapper .dataTables_info {
	clear:both;
	padding-top:10px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, .5);
	display: block;
	width: 100%;
	text-align: center;
}

.dataTables_wrapper .dataTables_paginate {
	text-align:right;
	padding-top:10px;
	display: block;
	width: 100%;
	text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing:border-box;
	display:inline-block;
	min-width:1.5em;
	padding: 0.1875em 0.625em;
	margin-left:2px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	*cursor:hand;
	border:1px solid transparent;
	font-size: 12px;
	font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color:#fff;
	background-color:#3887be;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: rgba(0, 0, 0, .5);
	background-color:#e6e6e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	background-color:#3bb2d0;
	color: #fff;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding:0 1em;
}

.dataTables_wrapper .dataTables_processing {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:40px;
	margin-left:-50%;
	margin-top:-25px;
	padding-top:20px;
	text-align:center;
	font-size:1.2em;
	background-color:#fff;
}

.paginate_button.previous.disabled, .paginate_button.next.disabled {
	color: rgba(0, 0, 0, .5) !important;
}

.paginate_button.previous.disabled:hover, .paginate_button.next.disabled:hover {
	color: rgba(0, 0, 0, .5) !important;
	background-color: transparent !important;
	cursor: default;
}

.dataTables_wrapper .dataTables_scroll {
	clear:both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top:-1px;
	-webkit-overflow-scrolling:touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
	vertical-align:middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
	height:0;
	overflow:hidden;
	margin:0!important;
	padding:0!important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom:1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom:none;
}

.dataTables_wrapper:after {
	visibility:hidden;
	display:block;
	content:"";
	clear:both;
	height:0;
}

.dataTables_length label {
	font-size: 12px;
	font-weight: 600;
	color: #404040;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 50px;
	margin-bottom: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background: #f7f7f7;
	border-radius: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	color: #404040;
	font-family: inherit;
	font-size: 12px;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter {
		float:none;
		text-align:center;
	}
	
	.dataTables_wrapper .dataTables_filter {
		margin-top:.5em;
	}
}