/*
 * Keep the captured DataTables/SearchPanes layout unchanged.
 * These rules add only states needed by the local PostgreSQL-backed adapter.
 */
#example_wrapper[data-source-fidelity="database"] .dtsp-searchPane tbody tr {
  cursor: pointer;
}

#example_wrapper[data-source-fidelity="database"] .dtsp-searchPane tbody tr.selected {
  background-color: #b0bed9;
}

#example_wrapper[data-source-fidelity="database"] .mirror-filter-hidden {
  display: none !important;
}

#example_wrapper[data-source-fidelity="database"] .mirror-recipient-empty,
#example_wrapper[data-source-fidelity="database"] .mirror-recipient-error {
  padding: 24px 10px;
  text-align: center;
}

#example_wrapper[data-source-fidelity="database"] .mirror-recipient-error {
  color: #9b2424;
}
