/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
	background: url('images/sort_asc.png') no-repeat center right;
	cursor: pointer;
}

.sorting_desc {
	background: url('images/sort_desc.png') no-repeat center right;
	cursor: pointer;
}

.sorting {
	background: url('images/sort_both.png') no-repeat center right;
	cursor: pointer;
}

.sorting_asc_disabled {
	/* background: url('images/sort_asc_disabled.png') no-repeat center right; */
	
}

.sorting_desc_disabled {
	/* background: url('images/sort_desc_disabled.png') no-repeat center right; */
	
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.dataTables_wrapper .top,.dataTables_wrapper .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.dataTables_paginate {
	float: right;
	height: 36px;
	margin: 18px 0;
}

.paginate_disabled_previous,.paginate_disabled_next {
	display: none;
}

.paging_full_numbers {
	height: 34px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
}

.paging_full_numbers .paginate_button,.paging_full_numbers .paginate_active
	{
	float: left;
	height: 24px;
	padding: 6px 7px 0px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
}

.paging_full_numbers .paginate_button {
	background-color: transparent;
	color: #555555;
}

.paging_full_numbers .paginate_active,.paging_full_numbers .paginate_button:hover
	{
	border-bottom: 2px solid #00A6FC;
	color: #141414;
}

.dataTables_paginate a.paginate_button.paginate_button_disabled {
	display: none;
}

.dataTables_info {
	color: #333333;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}

.dataTables_filter {
	float: right;
	display: inline-block;
	margin: 10px;
}

.dataTables_filter input {
	border-color: #A2A2A2 #CCC #CCC;
	border-style: solid;
	border-width: 1px;
	display: inline;
	height: 22px;
	margin: 2px;
	padding: 3px;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.dataTables_filter label {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.dataTables_length {
	float: left;
	margin: 10px;
}

.dataTables_length label {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.dataTables_length select {
	background-color: white;
	border-color: #A2A2A2 #CCC #CCC;
	border-style: solid;
	border-width: 1px;
	color: #666;
	display: inline;
	padding: 4px;
	font-size: 13px;
	height: 30px;
	margin: 2px;
	font-weight: bold;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}