.employee-search-cont .select2 {
  margin-bottom: 0;
}
.employee-search-cont .search-section .header > * {
  display: inline-block !important;
  margin-right: 20px;
}
.employee-search-cont .search-section .header .checkbox-cont {
  margin-bottom: 4px;
}
.employee-search-cont .search-section .header .checkbox-cont label {
  font-weight: normal;
}
.employee-search-cont .selection-info {
  font-weight: bold;
}
.employee-search-cont[data-include-otherfields="False"] .search-section .otherfields {
  display: none;
}
.employee-search-cont.has-otherfields .table-responsive table .otherfields.hidden-xs {
  display: table-cell !important;
}
.device-xs .table-responsive > div.dataTables_wrapper,
#side-panel .table-responsive > div.dataTables_wrapper {
  width: max-content;
}
.device-xs .table-responsive > div.dataTables_wrapper .row > div,
#side-panel .table-responsive > div.dataTables_wrapper .row > div {
  padding: 0;
}
.device-xs .table-responsive .dataTables_info,
#side-panel .table-responsive .dataTables_info,
.device-xs .table-responsive .dataTables_length,
#side-panel .table-responsive .dataTables_length {
  text-align: left !important;
}
