@charset "utf-8";
/*DATA TABLE*/
.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;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}

/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	clear: both;
}
.dataTables_processing {
	background-color: white;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	height: 30px;
	left: 50%;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 250px;
	z-index: 100;
}

.dataTables_length {
	width: 40%;
	float: left;
	color: #FFFFFF;
	padding: 2px 0px 0px 6px;
	text-shadow: 1px 1px 0px #556f84;
}

.dataTables_length label {
	color: #CCCCCC;
}

.dataTables_length label select {
	padding: 3px 5px;
	border: 1px solid #b5b6b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #8a8a8a;
	font-size: 13px;
	margin: 0px 5px 0px 5px;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding: 2px 6px 0px 0px;
	text-shadow: 1px 1px 0px #556f84;
}

.dataTables_filter label {
	color: #FFFFFF;
}

.dataTables_filter input[type='text'] {
	padding: 4px 5px;
	border: 1px solid #b5b6b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #8a8a8a;
	font-size: 13px;
	margin-left: 5px;
}

.dataTables_info {
	max-width: 45%;
	float: left;
	color: #FFFFFF;
	padding: 5px 0px 0px 6px;
	text-shadow: 1px 1px 0px #556f84;
}

.dataTables_info label {
	color: #FFFFFF;
}

.dataTables_paginate {
	float: right;
	text-align: right;
	padding: 5px 6px 0px 0px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}
table.display tr.heading2 td {
	border-bottom: 1px solid #e6e6e6;
}

table.display td {
	padding: 8px 10px;
	border-right: #aac0d2 1px solid;
	color: #5c5c5c;
	text-shadow: 1px 1px 0px #fff;
	font-size: 14px;
}

table.display td.center {
	text-align: center;
}

table.display td:first-child {
	border-left: 1px solid #aac0d2;
}

tr.odd {
	background-color: #c9d8e6;
}

tr.even {
	background-color: #e9eced;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */

 #jobs_length {
	 width: 30%;
 }
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 90%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
	font-size: 1.2em !important;
    font-weight: bold;
    text-align: center;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1, tr.odd td.sorting_2, tr.odd td.sorting_3 {
	background-color: #c1d2e1;
}

tr.even td.sorting_1, tr.even td.sorting_2, tr.even td.sorting_3 {
	background-color: #e8e9e9;
}

/* For the Conditional-CSS grading rows */
/*
Colour calculations (based off the main row colours)
Level 1:
dd > c4
ee > d5
Level 2:
dd > d1
ee > e2
 */

/*
 * Row highlighting example
 */
.dataTables_wrapper table tbody tr.even:hover, .dataTables_wrapper table tbody tr.even td.highlighted {
	/*background-color: #;*/
	font-weight: bold;
	letter-spacing: 0.1px;
	cursor: pointer;
}

.dataTables_wrapper table tbody tr.odd:hover, .dataTables_wrapper table tbody tr.odd td.highlighted {
	/*background-color: #;*/
	font-weight: bold;
	letter-spacing: 0.1px;
	cursor: pointer;
}

.dataTables_wrapper .ui-widget-header {
	height: 29px;
	background: url(../images/header_bg.jpg) repeat-x left top;
	border-color: #868686;
}

.simple-table thead {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #FFFFFF !important;
	height: 38px !important;
	background: url(../images/header_bg.jpg) repeat-x left top;
	border: 1px solid #868686 !important;
	-moz-border-radius: 5px 5px 0px 0px !important;
	-webkit-border-radius: 5px 5px 0px 0px !important;
	-khtml-border-radius: 5px 5px 0px 0px !important;
	border-radius: 5px 5px 0px 0px !important;
}

.simple-table thead th {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #FFFFFF !important;
}

.simple-table-header th {
}

.simple-table-footer {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
}

#jobs_length, #report-jobs_length {
	padding: 10px 0px 5px 6px;
	text-shadow:none;
	color: #6988a6;
	clear: both;
}