﻿.employees-table-wrapper {
  min-height: 4em;
  max-height: 40em;
  overflow-y: scroll;
  width: 100%;
  border-radius: 5px;
}

.attach-employee-checkbox {
  bottom: -2px;
  margin: 0;
}

.employee-row {
}

.employee-name-cell {
}

.employees-table {
    list-style-type: none;
}

.employees-table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.ui.modal .employees-table .employee-row.active:hover {
  color: black !important;
}