.tcenter{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}

.tcapitalize-l{
	text-transform: capitalize;
	text-align: left;
}
.tcapitalize-c{
	text-transform: capitalize;
	text-align: center;
}
.tcapitalize-r{
	text-transform: capitalize;
	'text-align: right;
}


.modal-header{
	background-color: #357ca5 !important;
}
.modal-title{
	color: #FFF;
}
.panel-action{
	display: inline-block;
	float: right;
	margin-top: -19px;
}

.dtfilter{
	font-size: 14px;
	display: inline-block;
	width: 100%;
	background-color: #FFF;
	padding: .4px 9px;
	color: #000;
	font-weight: 600;
}
.dataTables_caption-001{
	float: left !important;
	padding-top: 8px;
	margin-right: 10px;
}
.dtfilter .dataTables_info{
	padding-top: 8px !important;
	float: left;
	color: #cacaca;
}
.dtfilter .dataTables_paginate{
	padding-top: 4px;
	width: 200px;
	text-align: right;
}
.dtfilter > div{
	float: right;
}
.dtfilter .dataTables_length{
	margin-left: 12px;
	padding-top: 4px;
}
div.dataTables_wrapper div.dataTables_length label{
	font-weight: 600;
}
.dtfilter .pagination-panel input{
	width: 24px;
	display: inline-block;
	border: none;
	padding: 5px 0;
	margin: 0 !important;
	color: #0079ff;
}
.dtfilter .pagination-panel a{
	background-color: #FFF;
	border-radius: 100%;
	border: 1.5px solid #0079ff;
	margin-top: -1px;
	color: #0079ff;
	width: 24px;
	height: 24px;
	font-size: 20px;
	margin-left: 6px;
	margin-right: 6px;
}
.dtfilter .pagination-panel > a > i{
	top: 9px;
	position: absolute;
}
.dtfilter .pagination-panel > .prev > i{
	margin-left: -5px;
}
.dtfilter .pagination-panel > .next > i{
	margin-left: -3px;
}
.dtfilter .dataTables_length select{
	width: 41px !important;
	padding: 5px 0;
	border: none;
	color: #0079ff;
	cursor: pointer;
	text-align-last: end;
}
.DTFC_LeftBodyLiner > table{
	margin-top: -7px !important;
	margin-bottom: 0 !important;
}
.table-striped>tbody>tr:nth-of-type(even){
	background-color: #FFFFFF;
}
table thead tr th:focus{
	outline: none;
}
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after{
	opacity: 1 !important;
}

.dataTables_wrapper{
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 5px 27px 0 rgba(120, 120, 120, 0.68);
}
.dataTables_wrapper > div{
	padding: 0 !important;
}
.dataTables_wrapper .table-scrollable{
	margin-top: -12px;
}
.table-bordered {
	border: none;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td,
div.dataTables_scrollBody>table{
	border: none;
}
.table.table-bordered.dataTable th{
	background-color: #7e7e7e;
	color: #FFF;
}
table.dataTable thead .sorting:after {
	
}
table.dataTable thead .sorting_asc:after {
	
}
table.dataTable thead .sorting_desc:after {
	
}