.simpleTable .projectsTable__header__row {
  background: none;
  background-color: #F2F2F2;
  border: 1px solid #dee2e6;
}

.projectsTable-wrapper {
  width: 100%;
  overflow-y: auto;
}
.projectsTable-wrapper table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.projectsTable-wrapper--800 {
  max-height: 800px;
}
.projectsTable-wrapper--75vh {
  max-height: 75vh;
}
.projectsTable__body__row[data-wrong=True] {
  background-color: #ffe1e1;
}
.projectsTable__body__row[data-current] {
  background-color: #f5f6f8;
}
.projectsTable__body__row[data-current] > *:not(.is-ok) {
  font-weight: bold;
}

.projectsTable__header__row__cell.cell--100, .sectionTable__header__row__cell.cell--100 {
  width: 100%;
}
.projectsTable__header__row__cell.cell--100px-max, .sectionTable__header__row__cell.cell--100px-max {
  max-width: 100px;
}
.projectsTable__header__row__cell.cell--200px-min, .sectionTable__header__row__cell.cell--200px-min {
  min-width: 200px;
}
.projectsTable__header__row__cell.cell--word-break, .sectionTable__header__row__cell.cell--word-break {
  word-break: break-word;
}
.projectsTable__body__row__cell .last-edit, .sectionTable__body__row__cell .last-edit {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  word-break: initial;
}
.projectsTable__body__row__cell.cell--100, .sectionTable__body__row__cell.cell--100 {
  width: 100%;
}
.projectsTable__body__row__cell.is-ok div[data-checkout], .sectionTable__body__row__cell.is-ok div[data-checkout] {
  position: relative;
}
.projectsTable__body__row__cell.is-ok div[data-checkout] div[data-msg=True], .sectionTable__body__row__cell.is-ok div[data-checkout] div[data-msg=True] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(30%, 30%);
  border: 1px solid #f58728;
  background-color: orange;
}

.sectionTable__header__row__cell.cell--last-edit {
  width: 160px;
}
.sectionTable__body__row__cell .last-edit {
  word-break: break-word;
}

.controls-before .filter--controls {
  display: flex;
}
.controls-before .filter--controls ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.controls-before .filter--controls ul > li:not(:last-child) {
  margin-right: 5px;
}
.controls-before .filter--controls ul > li.current .standart-btn {
  text-decoration: underline;
  font-weight: bold;
}
.controls-before .filter--controls ul > li:not(.current):not(:hover) .standart-btn {
  background-color: #f9f8f8;
}

a.standart-btn {
  color: black;
  font-size: 14px;
  border: 2px outset black;
  padding: 1px 6px;
  height: 27px;
  display: inline-flex;
}/*# sourceMappingURL=tables_additional.css.map */