﻿.bottom-separator {
  min-height: 40px;
}
.table-accruals th {
  text-transform: uppercase;
  font-size: 65%;
}
.table-accruals .cmds {
  text-align: right;
}
.table-accruals .indent {
  padding-left: 20px;
}
.schedule-editor .form-group {
  margin-bottom: 7px;
}
.schedule-editor .add-header {
  width: 100%;
}
.schedule-editor .add-header td {
  width: 50%;
  vertical-align: middle;
}
.schedule-editor .add-header .add-btn {
  text-align: right;
}
.schedule-editor .range {
  max-width: 770px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accrual-schedule-list {
  height: 100%;
}
.accrual-schedule-list .item {
  background-color: white;
}
.accrual-schedule-list .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accrual-schedule-list .item .subtitle {
  font-style: italic;
}
.accrual-schedule-list .item .layout {
  width: 100%;
  table-layout: fixed;
}
.accrual-schedule-list .item .layout td {
  vertical-align: top;
}
.accrual-schedule-list .item .layout .details td:first-child {
  width: 250px;
}
.candidate-schedule-list .item {
  min-width: 400px;
  max-width: 400px;
  min-height: 400px;
  max-height: 400px;
  float: left;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.candidate-schedule-list .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.candidate-schedule-list .item .subtitle {
  font-style: italic;
  min-height: 86px;
}
.candidate-schedule-list .item .body {
  height: 220px;
  overflow: auto;
}
.candidate-schedule-list .item .details td {
  vertical-align: top;
}
.candidate-schedule-list .item .details td:first-child {
  width: 200px;
}