.pmd-new-table {
}
.d-hidden {
  display: none;
}

.d-block {
  display: block !important;
}

.pmd-new-table > thead > tr > th {
  text-transform: uppercase !important;
  user-select: none !important;
  font-weight: 500 !important;
}

.pmd-new-table > thead > tr > th.is-sorting {
  color: #049a9b !important;
}

.pmd-new-table > thead > tr > th.is-sorting {
  color: #049a9b !important;
}

.pmd-new-table > tbody > tr > td {
  padding: 0.25rem 0.75rem;
}

/* Sidebar additions */
.pmd-extra-sidebar {
  background: #fff;
  width: 600px !important;
  right: -600px;
  /* Make sure this is above fab */
  z-index: 1002;
}
.pmd-sidebar-open.pmd-extra-sidebar {
  right: 0;
}

@media (max-width: 768px) {
  .pmd-sidebar-open.pmd-extra-sidebar {
    width: 97vw;
    max-width: 97vw;
  }
}

@media (min-width: 798px) and (max-width: 1000px) {
  .pmd-sidebar-open.pmd-extra-sidebar {
    width: 90vw;
    max-width: 90vw;
  }
}

.pmd-extra-sidebar span.ui-select-match-text {
  font-size: 14px !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0 !important;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.uiselect-menu-right .ui-select-dropdown {
  right: 0;
  left: auto;
}

.pointer {
  cursor: pointer;
}

.filter-delete {
  z-index: 1003;
  position: fixed;
  line-height: 34px;
}

.filter-delete > .btn {
  min-width: 0;
  padding: 2px;
}
