
/* TABLE tablesorter*/
.table.tablesorter thead tr th .tablesorter-header-inner:after{
	font-family: FontAwesome;
	position: absolute;
	/* bottom: 9px; */
	margin-left: 5px;
}

.table.tablesorter thead tr th,
.table.tablesorter thead tr .text-right, 
.table.tablesorter thead tr header {
	white-space: nowrap;
	cursor: pointer;
	position: relative;
}
.table.tablesorter thead tr th{
	padding-right: 15px;
}

.table.tablesorter thead tr .tablesorter-headerUnSorted .tablesorter-header-inner:after {
	content: "\f0dc";
}

.table.tablesorter thead tr .text-right{
	padding-left: 15px;
	padding-right: 5px;
}

.table.tablesorter thead tr .no-order {
	cursor: default;
}

.table.tablesorter thead tr .no-order .tablesorter-header-inner:before,
.table.tablesorter thead tr .no-order .tablesorter-header-inner:after,
.table.tablesorter thead tr .no-order {
	content: none !important;
}

.table.tablesorter thead tr .tablesorter-headerAsc .tablesorter-header-inner:after {
	content: "\f0d8";
}

.table.tablesorter thead tr .tablesorter-headerDesc .tablesorter-header-inner:after {
	content: "\f0d7"; 
}

.table.tablesorter thead tr .no-order {
	padding-left: 5px;
	padding-right: 5px;
}
/* TABLE END */