.dataTables_wrapper .table {
	margin-bottom: 5px;
}

.dataTables_wrapper .table th span {
	float: left;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after,
	table.dataTable thead .sorting_desc::after {
	position: relative !important;
	left: 5px;
	right: 0;
	top: 0;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'FontAwesome';
	opacity: 0.5;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\f0dc";
	/* sort */
}

table.dataTable thead .sorting_asc:after {
	content: "\f160";
	/* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
	content: "\f161";
	/* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after
	{
	color: #eee;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after,
	table.dataTable thead .sorting_desc::after {
	position: relative !important;
	left: 5px;
	right: 0;
	top: 0;
}

table.dataTable thead th, table.dataTable tbody td {
	vertical-align: middle;;
}

table.dataTable .btn-xs {
	font-size: 12px;
}


div.dataTables_paginate {
	margin: 0;
	float: right;
	padding-left: 0;
	margin: 11px 0;
}

div.dataTables_paginate .paginate_button {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #bdbdbd;
	background-color: none;
	border: 1px solid transparent;
	margin-left: -1px;
	font-weight: 600;
	border-radius: 4px;
	display: inline-block;
}

div.dataTables_paginate .paginate_button:hover {
	color: #333;
	cursor: pointer;
}

div.dataTables_paginate .paginate_button.current a,
div.dataTables_paginate .paginate_button.current, 
div.dataTables_paginate .paginate_button.current,
div.dataTables_paginate .paginate_button.current:hover, 
div.dataTables_paginate .paginate_button.current:hover,
div.dataTables_paginate .paginate_button.current:focus, 
div.dataTables_paginate .paginate_button.current:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #bdbdbd;
	border-color: transparent;
	cursor: default;
}

div.dataTables_info {
	color: #bdbdbd;
	white-space: nowrap;
	padding-top: 20px;
	float: left;
}

ul.pagination li a.page-link span {
	font-weight: normal;
}

ul.pagination li.active a.page-link span {
	color: #fff;
}

ul.pagination li.itens-stats,
ul.pagination li.itens-pagina {
	border: 1px solid #ddd;
	padding: 5px;
}

ul.pagination li.itens-stats span,
ul.pagination li.itens-pagina span {
	font-weight: normal;
	font-size: 0.9em;
}

ul.pagination li.itens-stats {
	border-right: none;
}

ul.pagination select {
	margin-bottom: 0px;
	display: inline-block;
	width: auto;
}

ul.pagination.stats {
	border-radius: 0;
}
