/**** Some Custom CSS To Customize the design of TataDables ****/

.dataTables_wrapper .dataTables_length  {
	line-height:46px;
}
.dataTables_wrapper .dataTables_length select {
 width:auto;
 vertical-align:middle;
 margin:0 4px;
}

table.dataTable {
	border-collapse: collapse;
	border-spacing: 0;
}
table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom:1px solid #e0e0e0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
  margin: auto 0;
  position: absolute;
  top: 0; left: 4px; bottom: 0;
}
