.dataTables_wrapper {
	margin-left: -12px;
	margin-right: -12px;
	position: relative;
}

.dataTables_wrapper .row:first-child {
	padding: 0;
	background-color: transparent;
}

.dataTables_wrapper .row:last-child {
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}

.dataTables_wrapper .dataTables_info {
	font-size: 0.9em;
	padding-top: 3px;
	padding-left: 10px;
}

.dataTables_wrapper .dataTables_paginate {
	height: 30px;
}

.dataTables_wrapper .dataTables_paginate ul.pagination {
	margin: 2px 1px 0 0;
}

.dataTables_wrapper .dataTables_paginate ul.pagination>li>a {
	padding: 4px 8px;
	font-size: 0.9em;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollHeadInner table {
	margin-top: 0 !important;
}

.dataTables_wrapper table.data-table th.text-bold,
.dataTables_wrapper table.data-table td.text-bold {
	font-weight: bold;
}

.dataTables_wrapper table.data-table th.text-italic,
.dataTables_wrapper table.data-table td.text-italic {
	font-style: italic;
}

.dataTables_wrapper table.data-table td.text-danger {
	background-color: #f2dede
}

.dataTables_wrapper table.data-table td.text-info {
	background-color: #d9edf7;
}

.dataTables_wrapper table.data-table td.text-successful {
	background-color: #dff0d8;
}

.dataTables_wrapper table.data-table td.text-warning {
	background-color: #fcf8e3;
}

.dataTables_wrapper table.data-table tr.ui-selectable {
	cursor: pointer;
}

.dataTables_wrapper table.data-table tr.ui-selectable.ui-selected>td {
	color: #fff;
	background-color: #0081c2;
}

.dataTables_wrapper table.data-table tr.ui-selectable.ui-selected>td.text-danger {
}

.dataTables_wrapper table.data-table tr.ui-selectable.ui-selected>td.text-info {
}

.dataTables_wrapper table.data-table tr.ui-selectable.ui-selected>td.text-successful {
}

.dataTables_wrapper table.data-table tr.ui-selectable.ui-selected>td.text-warning {
}

.table-filter-container>label[class*="col-"] {
	margin-bottom: 0;
}

table.dataTable thead>tr>th.sorting_disabled {
	padding-right: 8px;
}

table.dataTable.table-condensed thead>tr>th.sorting_disabled {
	padding-right: 6px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, .dataTable>thead>tr>th[class*=sort]:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
	float: none;
	font-size: inherit;
	font-weight: normal;
	color: #555;
}

.dataTable>thead>tr>th[class*=sorting_], .dataTable>thead>tr>th[class*=sort]:hover {
	color: #555;
}

.dataTable>thead>tr>th.sorting_asc, .dataTable>thead>tr>th.sorting_desc {
	background-image: none;
	filter: none;
}

table.dataTable thead .sorting:after, table.dataTable>thead>.sorting:after, .dataTable>thead>tr>th[class*=sort]:after {
	opacity: 0.2;
	content: "\e150";
}

table.dataTable thead .sorting_asc:after, .dataTable>thead>tr>th.sorting_asc:after {
	opacity: 0.5;
	content: "\e155";
}

table.dataTable thead .sorting_desc:after, .dataTable>thead>tr>th.sorting_desc:after {
	opacity: 0.5;
	content: "\e156";
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

span.isloading-wrapper.isloading-show.isloading-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px;
	display: block;
	padding: 15px;
	background-color: white;
	border: 0;
}