html,
body {
  background-color: #f9f6ee;
  margin: 5px 0px 5px 2px;
  padding: 5px 0px 5px 2px;
  overflow: hidden;
}

section {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 20px);
}

.tab-content {
    flex: 1;
    overflow-y: scroll;
}

tr {
    cursor: default;
}

.container {
    margin: 0px 0px!important;
    width: 100%;
    max-width: unset;
}

.text-end > button:first-child {
    margin-right: 5px;
}

.myBtn {
  width: 70px;
}

/*#personnelTableBody {
  display: inline-flex;
  flex-direction: column;
}*/

#clearSearch {
  display: inline-flex;
  cursor: pointer;
}

#filter-box {
  position: absolute;
  background-color: hsla(0, 5%, 21%, 0.5);
  top: 80px;
  right: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}

#dept-checkbox, #loc-checkbox {
  font-weight: bold;
}

#deletePersonnelModal > .modal-dialog, #deleteDepartmentModal > .modal-dialog, #deleteLocationModal > .modal-dialog {
    max-width: 50%;
}