

/*
 * Table
 */

table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-collapse: initial !important;
    /*padding: 0;*/
}

table.dataTable thead th:last-child {
  border-right: none;
}

table.dataTable thead th {
	background-color: #B2B2B2;
	padding: 6px 10px;
	cursor: pointer;
	*cursor: hand;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1f0e00;
	/*border-top: 1px solid white;*/
}

table.dataTable thead .sorting {
    background-color: #B2B2B2;
}
table.dataTable tfoot th {
	padding: 3px 10px;
}

table.dataTable td {
	/*padding-top: 10px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid white;
	border-bottom: 1px solid #c9c9c9;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;

}

table.dataTable tr.odd { background-color: #E6E6E6;}
table.dataTable tr.even { background-color: #eeeeee;}

table.dataTable tr.odd td.sorting_1 { background-color: #e6e6e6; }
table.dataTable tr.odd td.sorting_2 { background-color: #e6e6e6; }
table.dataTable tr.odd td.sorting_3 { background-color: #e6e6e6; }
table.dataTable tr.even td.sorting_1 { background-color: #EEEEEE; }
table.dataTable tr.even td.sorting_2 { background-color: #eeeeee; }
table.dataTable tr.even td.sorting_3 { background-color: #eeeeee; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}
.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
	margin-top: 10px;
	margin-bottom: 2px;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 2px;
}


/*
 * Table information
 */
.dataTables_info {
	padding-top: 3px;
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

/* Full number pagination */
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 3px 8px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	font-size: 11px;
	color: #333;
}

.paging_full_numbers a.paginate_button {
	background-color: #eee;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #fff;
}

.paging_full_numbers a.paginate_active {
	color: white !important;
	background-color: #994708;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */

table.dataTable thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
    padding-top: 0.5em;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}
.dataTables_scrollHead {
    background: #B2B2B2;
}
.dataTables_scrollHeadInner > .dataTable {
    padding-top: 0;
}
/* vertical scroll fix */
.dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table {
    padding-bottom: 0 !important;
}
.dataTables_scroll .dataTables_scrollBody table {
    padding-top: 0 !important;
}
.dataTables_scroll th:last-child {
  border-right: 1px solid white !important;
}
