/*
	Data Table Style
*/

div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select { 
	width: auto;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
}

table.table thead th {
	text-transform: capitalize;
}

table.table thead .sorting,table.table thead .sorting_asc,table.table thead .sorting_desc,table.table thead .sorting_asc_disabled,table.table thead .sorting_desc_disabled {
	cursor: pointer; *cursor: hand;
}

table.table thead .sorting {
	background: url('../img/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
	outline: none;
}

#datatable_processing{
	text-align: center;
	background: url(../img/ajax-loader.gif) center center no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 45%;
	left: 45%;
	width: 100px;
}

#datatable_wrapper .row [class*="span"]{
	margin: 0;
}

.dataTables_paginate{
	float: right;
}

.dataTables_info{
	float: left;
}