.data-list-view th::before, .data-list-view th::after{content: none !important;}
table.dataTable thead tr {
    background-color: transparent;
}
 .data-list-view th {
	background: #ededed;
	font-weight: 600;
	color: #4d4d4d;
	font-size: 16px !important;
	border: none;
	padding: 1.6rem 0.5rem;
	vertical-align: middle;
	overflow: hidden;
	text-transform: capitalize;
}
#DataTables_Table_0_length {
    display: none;
}
.dataTables_filter, .actions.action-btns{display: none;}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0.5rem;
}
table.dataTable tbody tr.selected {
  
    box-shadow: 0px 0px 6px #c0c0c0 !important;
   
}

table.dataTable
{
	border:none;
}

.staffprofile{
	width: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 45px;
	margin: 0 8px 0 0;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
}

.primary {
    color: #ff7900 !important;
}

.purchase-tab {
	padding : 1rem;
}

.hide {
	display : none;
}

.error {
	color : red;
}