/* ma schedule */

#ma-schedule .day-label {
  font-size: 24px;
  font-weight: 700;
}

#ma-schedule .bg-day-cal {
  background-color: #c6e0fb;
}

#ma-schedule .bg-eve-cal {
  background-color: #c3c3c3;
}

#ma-schedule .border-rt {
  border-right: 1px solid #4f4f4f;
}

#ma-schedule .day-of-week {
  background-color: #303030;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 90;
}

#ma-schedule .day-of-week .today {
  background-color: #434343;
}

#ma-schedule .sticky-top {
  top: 127px;
}

#ma-schedule .fa-square {
  margin: 0 .5px;
}

#ma-schedule .day-font {
  font-size: 16px;
}

@media (min-width: 992px) {
  #ma-schedule .day-font {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule .day-font {
    font-size: 16px;
  }
}

/* MA Schedule Tabs */

#ma-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  padding: 6px 0;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  font-size: 17px;
  font-weight: 700;
}

#ma-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #c3c3c3;
  color: #000000;
}

#ma-tabs .tab-content {
  background-color: #c3c3c3;
}

@media (max-width: 991.9px) {
  #ma-tabs .closed {
    min-height: 340px;
    font-size: 30px;
  }
}

/* MA Schedule Colors */

#ma-schedule .bg-blank {
  border: solid 1px transparent;
}

#ma-schedule .bg-kids {
  background-color: #fff;
  border: solid 1px #000;
}

#ma-schedule .bg-youth {
  background-color: #80ffff;
  border: solid 1px #000;
}

#ma-schedule .bg-teens {
  background-color: #00d0d0;
  border: solid 1px #000;
}

#ma-schedule .bg-kids-under {
  background-color: #c3ffff;
  border: solid 1px #000;
}

#ma-schedule .bg-advanced {
  background: #b43c3c;
  border: solid 1px #000;
}

#ma-schedule .bg-adults {
  color: #fff;
  background: #797979;
  border: solid 1px #000;
}

/* 1. Global styles for all belt text within the schedule */

#ma-schedule [class*="belt-"] {
  text-shadow: 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
}

/* 2. Individual belt color overrides */

#ma-schedule .belt-wh {
  color: #fff;
}

#ma-schedule .belt-yl {
  color: #ffff00;
}

#ma-schedule .belt-or {
  color: #ff7a00;
}

#ma-schedule .belt-gr {
  color: #00b807;
}

#ma-schedule .belt-bl {
  color: #0052f2;
}

#ma-schedule .belt-br {
  color: #822f00;
}

#ma-schedule .belt-bk {
  color: #000;
}

