table th a.asc:after {
	content: ' ⇣';
}
table th a.desc:after {
	content: ' ⇡';
}
.table.table-head-bg thead tr, .table.table-head-bg thead th {
	background-color: #f0f2f8;
	border-bottom: 0;
	letter-spacing: normal;
	color: #060606;
	text-transform:uppercase;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(114, 103, 239, 0.03);
}
.table-detail-view th {
	width:200px;
}
.table-responsive {
	overflow: visible;
}
table tr.strikeout {
	color:red !important;
	text-decoration: line-through;
}
.table-hover tbody tr:hover {
	color: #3F4254;
	background-color: #E4E6EF !important;
}
.table.table-bordered tfoot th, .table.table-bordered tfoot td {
	border: 1px solid #EBEDF3;
	padding: 10px;
	font-size: 15px;
}