.container {
  height: 100%;
}
.container-sm {
  max-width: 480px !important;
}

.current_slot {
  background-color: #a8ffb2 !important;
}

.not_finished {
  background-color: #ffa8a8 !important;
}

.current_client {
  background-color: #d2c7f3;
}

.just_created_slot {
  background-color: #d2c7f3;
}

.slot_row {
  cursor: pointer;
}

.qb_complete {
  background-color: #a8ffb2;
}

.top-border td, .top-border th {
  border-top: 2px solid black;
}

.top-border-thin td, .top-border-thin th {
  border-top: 1px solid black;
}

.notes_copy, .paster {
  cursor:copy;
}

.new_date_slot td {
  border-top: 3px solid black;
}

.slot_needs_note td {
  background-color: red !important;
}
