

/* React Bootstrap Table*/
.react-bs-table .react-bs-container-header .sort-column,
td.react-bs-table-expand-cell {
  cursor: pointer;
}

.react-bs-table-pagination .caret {
  border-top: 0;
}

.react-bs-table-container .react-bs-table-search-form {
  margin-bottom: 0;
}

.react-bs-table-bordered {
  border: 1px solid var(--theme-paper);
}

.react-bs-table table {
  margin-bottom: 0;
  table-layout: fixed;
}

.react-bs-table table td,
.react-bs-table table th {
  overflow: hidden;
  text-overflow: ellipsis;
}

.react-bs-table-pagination {
  margin-top: 10px;
}

.react-bs-table-tool-bar {
  margin-bottom: 5px;
}

.react-bs-container-header {
  overflow: hidden;
  width: 100%;
}

.react-bs-container-body {
  overflow: auto;
  width: 100%;
}

.react-bootstrap-table-page-btns-ul {
  float: right;
  margin-top: 0;
}

.react-bs-table .table-bordered {
  border: 0;
  outline: 0 !important;
}

.react-bs-table .table-bordered > thead > tr > td,
.react-bs-table .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.react-bs-table .table-bordered > tbody > tr > td {
  outline: 0 !important;
}

.react-bs-table .table-bordered > tbody > tr > td.default-focus-cell {
  outline: var(--theme-primary) solid 3px !important;
  outline-offset: -1px;
}

.react-bs-table .table-bordered > tfoot > tr > td,
.react-bs-table .table-bordered > tfoot > tr > th {
  border-top-width: 2px;
  border-bottom-width: 0;
}

.react-bs-table .table-bordered > tbody > tr > td:first-child,
.react-bs-table .table-bordered > tbody > tr > th:first-child,
.react-bs-table .table-bordered > tfoot > tr > td:first-child,
.react-bs-table .table-bordered > tfoot > tr > th:first-child,
.react-bs-table .table-bordered > thead > tr > td:first-child,
.react-bs-table .table-bordered > thead > tr > th:first-child {
  border-left-width: 0;
}

.react-bs-table .table-bordered > tbody > tr > td:last-child,
.react-bs-table .table-bordered > tbody > tr > th:last-child,
.react-bs-table .table-bordered > tfoot > tr > td:last-child,
.react-bs-table .table-bordered > tfoot > tr > th:last-child,
.react-bs-table .table-bordered > thead > tr > td:last-child,
.react-bs-table .table-bordered > thead > tr > th:last-child {
  border-right-width: 0;
}

.react-bs-table .table-bordered > thead > tr:first-child > td,
.react-bs-table .table-bordered > thead > tr:first-child > th {
  border-top-width: 0;
}

.react-bs-table .table-bordered > tfoot > tr:last-child > td,
.react-bs-table .table-bordered > tfoot > tr:last-child > th {
  border-bottom-width: 0;
}

.react-bs-table .react-bs-container-header > table > thead > tr > th {
  vertical-align: middle;
}

.react-bs-table .react-bs-container-header > table > thead > tr > th .filter {
  font-weight: 400;
}

.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .filter::-webkit-input-placeholder,
.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .number-filter-input::-webkit-input-placeholder,
.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .select-filter
  option[value=""],
.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .select-filter.placeholder-selected {
  color: var(--theme-paper);
  font-style: italic;
}

.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .select-filter.placeholder-selected
  option:not([value=""]) {
  color: initial;
  font-style: initial;
}

.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .date-filter,
.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .number-filter {
  display: flex;
}

.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .date-filter-input,
.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .number-filter-input {
  margin-left: 5px;
  float: left;
  width: calc(100% - 67px - 5px);
}

.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .date-filter-comparator,
.react-bs-table
  .react-bs-container-header
  > table
  > thead
  > tr
  > th
  .number-filter-comparator {
  width: 67px;
  float: left;
}

.react-bs-container .textarea-save-btn {
  position: absolute;
  z-index: 100;
  right: 0;
  top: -21px;
}

.react-bs-table-no-data {
  text-align: center;
}
 
 #filter {
  margin-bottom: 30px;
}