.table>thead>tr>th {
	vertical-align: middle;
	color: rgba(124, 121, 121, 0.75);
    font-weight: bold;
}
.icon-color-info{
	color: #63c2de;
}

.icon-color-edit{
	color: #ffc107;
}

.icon-color-delete{
	color: #f64b4b
}

.icon-color-print{
	color: rgba(124, 121, 121, 0.75);
}

.icon-color{
	color: rgba(124, 121, 121, 0.75);
}

.icon-color-info{
	color: #63c2de;
}

.icon-color-edit{
	color: #ffc107;
}

.icon-color-delete{
	color: #f64b4b
}

.icon-color-success{
	color: #3a9d5d
}

.icon-color-print{
	color: rgba(124, 121, 121, 0.75);
}

.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;
}