table.dataTable {
	color: #8a8a8a;
}
table.dataTable td .media-box {
    display: flex;
    align-items: center;
}
table.dataTable td .media-box img.media-avatar {
	height: 60px;
	margin: 0 15px 0 0;
}
table.dataTable td .media-box img.media-avatar-lg {
	height: 90px;
	max-height: 90px;
	margin: 0 15px 0 0;
}
table.dataTable td .media-box .media-box-body {
	flex: 1;
}
table.dataTable td .media-box .media-box-body a {
	font-size: .875rem;
	font-weight: 600;
	margin: 0 0 5px 0;
}
table.dataTable td .media-box .media-box-body p {
	font-size: .85rem;
	color: #969ea5;
	margin: 3px 0;
}
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc {
	font-size: 1rem;
    font-weight: 600;
}
table.dataTable [class^="icon-"], table.dataTable [class*=" icon-"] {
	font-size: 1.2rem;
	vertical-align: text-top;
}
table.dataTable td img.img-flag {
	width: 30px;
	height: 30px;
}
table.dataTable td .actions {
	display: flex;
	align-items: center;
}
table.dataTable td .actions a {
	width: 36px;
	height: 36px;
	font-size: 1rem;
	margin: 3px;
	border: 1px solid #373b3e;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
table.dataTable td.highlight {
	background: #bde7f5;
    color: #000000;
}

