.seventh {
  width: 14.285%;
  float: left;
}

.center-content {
  text-align: center;
}

.week-selection {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  text-transform: uppercase;
}

.week-selection span {
  display: inline-block;
  cursor: pointer;
  height: 100%;
}

.week-selection h4{
  display: inline-block;
  font-weight: 600;
}

.day-title {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-weight: 500;
  text-align: center;
  background-color: white;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.day-title:last-of-type {
  border-right: 1px solid #ddd;
}

.machine-title {
  background-color: white;
  text-align: left;
  padding: 0px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
  color: #555555;
  font-size: 18px;
}
.machine-title:first-of-type {
  border-top: 1px solid #ddd;
}

.machine-title.has-changed {
  background-color: #FFE57F;
}

.day-content {
  background-color: white;
  text-align: center;
  border: 1px solid #ddd;

  height: 50px;
  line-height: 50px;
  color: #555555;
  font-size: 16px;
}

.day-content.has-changed {
  background-color: #FFE57F;
}

.day-content.is-off {
  opacity: 0.5;
}

.schedule-checkbox-container {
  float: left;
  width: 20%;
}

.schedule-hour-select {
  display: block;
  width: 100%;
}

.schedule-hour-select.is-off {
  opacity: 0.2;
}

.schedule-hour-select button {
  background: none;
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  border: none;
  width: 40%;
  font-size: 12px;
  border-left: 1px solid #ddd;
}

.open>.dropdown-menu.reverse {
  display: flex;
  flex-direction: column-reverse;
  top: -110px;
}