.classTimeRow_wrapper {
  box-shadow: inset 0px -1px 0 #c9cacb;
}
.classTimeRow_wrapper .classTimeRow.tapped {
  background: #fff !important;
  cursor: pointer !important;
}
.classTimeRow_wrapper .classTimeRow.tapped .filler {
  background: #fff !important;
  opacity: 1 !important;
}
.classTimeRow_wrapper .classTimeRow.clickable:hover {
  background: #fff;
  cursor: pointer;
}
.classTimeRow_wrapper .classTimeRow.clickable:hover .filler {
  opacity: 1;
}
.classTimeRow_wrapper .classTimeRow.clickable:active {
  background: #c9cacb;
  cursor: pointer;
}
.classTimeRow_wrapper .classTimeRow.clickable:active .filler {
  background: #c9cacb;
  opacity: 1;
}
.classTimeRow_wrapper .classTimeRow.selected {
  background: #c9cacb !important;
  cursor: pointer !important;
}
.classTimeRow_wrapper .classTimeRow.selected .filler {
  background: #c9cacb !important;
  opacity: 1 !important;
}
.classTimeRow_wrapper .classTimeRow.disabled {
  color: #a3a6a9;
}
.classTimeRow_wrapper:active .classTimeRow.clickable:hover {
  cursor: initial;
  background: transparent;
}
.classTimeRow_wrapper:active .classTimeRow.clickable:hover .filler {
  opacity: 0;
}
.classTimeRow_wrapper:active .classTimeRow.clickable:active {
  background: #c9cacb;
  cursor: pointer;
}
.classTimeRow_wrapper:active .classTimeRow.clickable:active .filler {
  background: #c9cacb;
  opacity: 1;
}
.classTimeRow_wrapper .classTimeRow {
  line-height: 24px;
  padding: 9px 0;
  border-bottom: 1px solid #c9cacb;
  margin-left: 14px;
  position: relative;
  box-sizing: unset !important;
}
.classTimeRow_wrapper .classTimeRow * {
  box-sizing: unset !important;
}
.classTimeRow_wrapper .classTimeRow .filler {
  background: #fff;
  height: 100%;
  width: 14px;
  position: absolute;
  top: 0;
  left: -14px;
  border-bottom: 1px solid #c9cacb;
  box-shadow: 0 -1px 0 0 #c9cacb;
  opacity: 0;
}
.classTimeRow_wrapper .classTimeRow .time {
  float: right;
  margin-right: 14px;
  margin-left: 5px;
}
.classTimeRow_wrapper .classTimeRow .arrow {
  background: #4ba781;
  line-height: 26px;
  height: 26px;
  width: 26px;
  float: right;
  margin-right: 14px;
  margin-top: -1px;
  border-radius: 100%;
  text-align: center;
  position: relative;
}
.classTimeRow_wrapper .classTimeRow .arrow .triangle {
  height: 4px;
  width: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 9px;
  margin-top: 10px;
}
.classTimeRow_wrapper .classTimeRow .widgetExplainer {
  background: #c9cacb;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  padding: 0 9px;
  vertical-align: top;
  line-height: 26px;
  height: 26px;
  border-radius: 13px;
  color: #516067;
  margin-right: 14px;
  margin-top: -1px;
}
.currentBooking .row {
  text-align: right;
  padding: 9px 0px;
  margin: 0 14px;
  border-bottom: 1px solid #c9cacb;
}
.currentBooking .row:last-child {
  border-bottom: 0px solid transparent;
}
.currentBooking .row .title {
  text-align: left;
  font-weight: 500;
}
.currentBooking .row .label {
  float: left;
}
.currentBooking .row .content {
  width: 60%;
  display: inline-block;
}
.selectClass .selectTitle {
  line-height: 42px;
  background: #c9cacb;
  font-weight: 500;
  padding-left: 14px;
}
.selectClass .selectRow {
  line-height: 42px;
  border-bottom: 1px solid #c9cacb;
}
.selectClass .selectRow .time {
  float: right;
}
