.easy-autocomplete {
	width: 100% !important;
}
table.dataTable {
	margin-top:8px;
}
table.dataTable thead th {
	background-color:#ced4da!important;
}
table.dataTable tr.odd td {
	background-color:#F9F9F9!important;
}
table.dataTable tbody tr:hover td {
	background-color:#F3F3F3!important;
}
table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover, table.dataTable thead th[aria-sort="ascending"], table.dataTable thead th[aria-sort="descending"] {
	background-color:rgba(206, 212, 218, 0.5)!important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left!important;
}

#dataTable_info {
	margin: 8px 0;
}

@media (max-width: 992px) {
  .dt-layout-full {
    overflow: auto;
  }
  
  #dataTable th:first-child {
    z-index: 1;
  }
  #dataTable th:first-child, #dataTable td:first-child {
    width:210px;
    min-width: 160px;
    position: sticky;
    left: 0;
    background-color: #596d85!important;
  }
  #dataTable th:first-child {
    color:#FFF;
  }
{!--   #dataTable th:not(:first-child), #dataTable td:not(:first-child) {
    width:200px;
    min-width: 120px;
  } --}
  #dataTable tr.even td:first-child, #dataTable tr.odd td:first-child {
	background-color:#eef0f3!important;
  }
}