.patient-buttons {
  &.dropdown.open {
    .btn-dropdown-toggle,
    .btn-dropdown-toggle:hover,
    .btn-dropdown-toggle:focus {
      background: $base-color !important;
      &:after {
        color: $text-on-base-color
      }
    }
  }
}
.wrap-patients-table .table {
  thead tr th,
  tbody tr td {
    @include respond-from(xs) { min-height: 42px; height: 42px }
  }
}