.table>thead>tr>th {
	vertical-align: middle;
}

.margin-bottom-basic {
	margin-bottom: 15px;
}

.pagination {
	margin: 0;
}

.items-per-page {
	margin-left: 15px;
}

.sortable:after {
	font-family: 'Glyphicons Halflings';
	content: "\e150";
	opacity: 0.2;
    position: absolute;
    right: 8px;
}

.sortable.sort-ascent:after {
	content: '\e155';
	/* 	vertical-align: bottom; */
	opacity: 0.6;
}

.sortable.sort-descent:after {
	content: "\e156";
	/* 	vertical-align: top; */
	opacity: 0.6;
}

thead .sortable, thead .sort-ascent, thead .sort-descent, thead .sort-ascent_disabled,
	thead .sort-descent_disabled {
	cursor: pointer;
	position: relative;
}