/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; /* OMG IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	text-align: center;
	font-size: 14px;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	/*width: 60%;*/
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	float: left;
	cursor: pointer;
	*cursor: hand;
}

.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.et_download_button,
.paging_full_numbers a, .paging_two_button a {
	text-decoration: none !important;
}

.et_download_button,
.paging_full_numbers a.paginate_button,
.paging_two_button a.paginate_enabled_previous,
.paging_two_button a.paginate_enabled_next {
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers a.paginate_active,
.paging_full_numbers a.paginate_button_disabled,
.paging_two_button a.paginate_disabled_previous,
.paging_two_button a.paginate_disabled_next {
	cursor: default;
	*cursor: default;
}

.paging_full_numbers a:active, .paging_two_button a:active {
	outline: none
}

.paging_full_numbers a.paginate_button:hover {
	text-decoration: none !important;
}

.et_download_button {
    float: left;
    margin-top: 3px;
    margin-left: 0px !important;
    padding: 5px;
}
.et_download_button span {
    padding-left: 20px;
    padding-right: 5px;
    background-image: url('../images/download.png');
    background-position: left center;
    background-repeat: no-repeat;
}

input.search_init {
    color: #BBB;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;

	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	cursor: pointer;
	*cursor: hand;
}

table.display td.center {
	text-align: center;
}

table.display td.expanded-group,
table.display td.collapsed-group {
    cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

table.display thead th:active,
table.display thead td:active {
	outline: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

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

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	width: 100%;
}

div.box {
	overflow: auto;
}
