@CHARSET "UTF-8";
.table-header{
	background-color:#e6f2fa;
	box-shadow: inset 0 -1px 0 0 #add5ef;
	font-family:roboto-medium;
	font-size:14px;
	color:#007ba8;
}
table{
	border:0px;
}

td.dstatus div.cancelstatus{
	color: #e50228;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
	background-color: #04569E;
   margin: 5px 10px;
}
