/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables-specific styling
 *
 * Originally scraped from:
 *   http://www.datatables.net/release-datatables/media/css/demo_table.css
 * and:
 *   http://www.datatables.net/release-datatables/media/css/demo_table_jui.css
 */

/*
 * jQuery UI specific styling
 */

.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;
}

.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 thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

/*
 * CCAP preferences related to positioning of controls around the table
 */
.dataTables_wrapper {
	position: relative;
	min-height: 100px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.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;
}

.dataTables_length {
	float: left;
}

.dataTables_filter {
	float: right;
	text-align: right;
}

.dataTables_filter input {
  width: 100px;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.dataTables_wrapper table {
  border-spacing: 0px;
  border: 2px solid LightGray;
  width: 100%;
  -webkit-user-select: none; /* stop selecting rows from highlighting text */
}

.dataTables_wrapper table tr.odd {
  background-color: #E6EEF6;
}

.dataTables_wrapper table tr.even {
  background-color: #FFFFFF;
}

.dataTables_wrapper label {
  font-weight: normal;
}

.listData .dataTables_wrapper table tbody tr.focused + tr.focused td {
  border-top-width: 0px;
}

.listData .dataTables_wrapper table tbody tr.focused td:first-child {
  border-left: 2px solid #3A4F78;
}

.listData .dataTables_wrapper table tbody tr.focused td:last-child {
  border-right: 2px solid #3A4F78;
}

.listData .dataTables_wrapper table tbody tr.focused td {
  background-color: yellow;
  border-top: 2px solid #3A4F78;
  border-bottom: 2px solid #3A4F78;
}

.dataTables_wrapper table tbody tr.selected + tr.selected td {
  border-top-width: 0px;
}

.dataTables_wrapper table tbody tr.selected td:first-child {
  border-left: 2px solid #3A4F78;
}

.dataTables_wrapper table tbody tr.selected td:last-child {
  border-right: 2px solid #3A4F78;
}

.dataTables_wrapper table tbody tr.selected td {
  background-color: #FAFAC6;
  color: #000000;
  border-top: 2px solid #3A4F78;
  border-bottom: 2px solid #3A4F78;
}

.dataTables_wrapper table tbody tr td, .dataTables_wrapper table thead tr th {
  border: 1px solid LightGray;
  padding: 5px;
}

.dataTables_wrapper table tbody tr td.details {
  border-top-width: 0px;
}

.dataTables_paginate {
  width: 400px;
}

.fg-button {
  padding: 5px;
}

.selectable {
  cursor:pointer;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.details {
  padding-left: 4em !important;
}

.hidden {
  display: none;
}

.text_filter {
  width: 85%;
}

table.dataTable input.search_init {
  color: #b8b8b8;
}

.resetFilters {
  float: right;
}
