/* Datatable custom styling */

.fixed-table-toolbar {
  margin-bottom: 15px;
}

.bootstrap-table .fixed-table-container {
  border: 1px solid #ddd;
}

.bootstrap-table .table {
  margin-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.orgName {
  border-bottom: 1px dashed #000;
}

/* Filter controls styling */
.bootstrap-table-filter-control-lead_ico,
.bootstrap-table-filter-control-part_ics {
  max-width: 200px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fixed-table-toolbar .columns,
  .fixed-table-toolbar .export {
    margin-bottom: 10px;
  }
}
