.tt__cell--checkbox.tt__cell--available {
  background-color: #fbf3ed;
}
.tt__cell--checkbox.tt__cell--available.is_disabled {
  background-color: #D7D4D0;
}
th.tt__cell--available {
  background-color: #1B7E5A;
  color: white;
  width: 7em;
}
th.tt__cell--available.is_disabled {
  background-color: #7b7b7b;
}
th.tt__cell--available.is_disabled:hover {
  background-color: #3A5149;
}
.icheckbox_square-green.checked.disabled {
  background-position: -48px 0!important;
}
.icheckbox_square-orange.checked.disabled {
  background-position: -48px 0!important;
}
.tt__div--category--title {
  background-image: url("../../../images/icons/001_26.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: contain;
  cursor: pointer;
}
.menu-close .tt__div--category--title {
  background-image: url("../../../images/icons/001_25.png");
}
.menu-close .tt__div--subject--title {
  background-image: url("../../../images/icons/001_25.png");
}
