.bootstrap-table .filter-control {
  padding: 0.25rem !important;
}
.bootstrap-table .form-control {
  border-radius: 0 !important;
}
.bootstrap-table .float-right {
  margin-right: 1px !important;
}

.bootstrap-table .btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex !important;
  vertical-align: middle;
}
.bootstrap-table button.btn-secondary {
  color: #FFFFFF;
  background-color: #E83D30;
  border: 1px solid #E83D30;
  line-height: 37px;
}
.bootstrap-table button.btn-secondary:hover,
.bootstrap-table button.btn-secondary:focus {
  background-color: #882020 !important;
  border: 1px solid #882020 !important;
}

.bootstrap-table .btn {
  border-radius: 0;
}
.bootstrap-table .dropdown-menu {
  background-color: #EEEEEE !important;
  border: 1px solid #E83D30 !important;
  border-radius: 0 !important;
  min-width: 4rem !important;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu a.dropdown-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4286;
}

.bootstrap-table .pagination > .active > a {
  color: #FFFFFF;
  background-color: #E83D30 !important;
  border-color: #E83D30 !important;
}
