.timetable-wrapper {
  background: #484a56;
}

.timetable-wrapper h2 {
  color: #fff;
}

.view-id-class_timetable .more-link {
  padding-bottom: 60px;
  text-align: center;
}

.view-id-class_timetable .more-link a {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 40px;
  padding: 9px 39px;
  text-align: center;
  color: #fff;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}

.view-id-class_timetable .more-link a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.view-id-class_timetable .more-link a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

.view-id-class_timetable .more-link a:hover {
  opacity: 1;
  background-color: transparent;
}

.view-id-class_timetable .more-link a:hover:after {
  left: 0;
  width: 100%;
}

.view-id-class_timetable .view-empty {
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
}

.view-id-class_timetable .views-exposed-form {
  margin-top: 0;
  color: #484a56;
}

.view-id-class_timetable .views-exposed-form fieldset {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  width: inherit;
  margin: auto;
}

.view-id-class_timetable .views-exposed-form fieldset .SumoSelect {
  max-width: 360px;
  margin: auto;
  font-size: 14px;
}

.view-id-class_timetable .views-exposed-form fieldset > label {
  display: block;
  width: inherit;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: inherit !important;
}

.view-id-class_timetable .views-exposed-form fieldset > label:after {
  content: none;
}

.view-id-class_timetable .views-exposed-form div[data-drupal-selector="edit-actions"] {
  display: none;
}

.view-id-class_timetable .grid {
  margin-bottom: 30px;
}

.view-id-class_timetable .grid .row {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.view-id-class_timetable .grid .row .col-150 {
  max-width: 150px;
  margin: 5px;
  padding: 10px;
  color: #484a56;
  background: #fff;
}

@media (min-width: 768px) {
  .view-id-class_timetable .grid .row .col-150 {
    margin: 10px;
  }
}

@media (min-width: 1200px) {
  .view-id-class_timetable .grid .row .col-150 {
    margin: 0 15px 0 0;
  }
  .view-id-class_timetable .grid .row .col-150:last-child {
    margin-right: 0;
  }
}

.view-id-class_timetable .node--view-mode-teaser {
  margin: 0;
  padding: 0;
  border: 0;
}

.view-id-class_timetable .node--view-mode-teaser .field {
  margin-bottom: 5px;
  font-size: 14px;
}

.view-id-class_timetable .node--view-mode-teaser .field.field--name-field-gender,
.view-id-class_timetable .node--view-mode-teaser .field.field--name-field-name {
  font-size: 12px;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-date-time {
  text-transform: uppercase;
  font-weight: bold;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-class {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-class .category-indicator {
  display: block;
  width: 26px;
  height: 4px;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-duration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-duration:before {
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 4px;
  content: "";
  background: url(../../images/clock.png) no-repeat;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-gender .gender-ladies {
  color: #b518e1;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-name {
  margin-bottom: 0;
}

.view-id-class_timetable .node--view-mode-teaser .field--name-field-name .field__item {
  font-weight: bold;
}

#react-timetable .PanelButton.btn-primary {
  width: 100%;
  background: #f3f3f4;
}

#react-timetable .ButtonGroupDocument.btn-toolbar {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#react-timetable .ButtonGroupDocument.btn-toolbar .ButtonIcon {
  margin: 0 10px;
}

#react-timetable .RowRight,
#react-timetable .PanelButton.AlignRight,
#react-timetable .PanelButtonMobile.AlignRight {
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-direction: inherit;
  -webkit-box-orient: inherit;
}

#react-timetable .RowRight .ButtonWithoutStyles,
#react-timetable .PanelButton.AlignRight .ButtonWithoutStyles,
#react-timetable .PanelButtonMobile.AlignRight .ButtonWithoutStyles {
  margin-right: 20px;
  margin-left: 0;
}

@media (max-width: 991.98px) {
  #react-timetable .sticky {
    -webkit-transform: translateY(87px) !important;
    -o-transform: translateY(87px) !important;
    transform: translateY(87px) !important;
  }
}

#react-timetable .Card.alignRight .CardHeaderTime,
#react-timetable .DaysWrapper.AlignRight {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#react-timetable .DaysWrapper.AlignRight {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#react-timetable .DaysWrapper.AlignRight .DayContainer.AlignRight {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

#react-timetable .Card.alignRight .CardHeaderTime .CardHeaderIcon {
  margin-right: 0;
  margin-left: 5px;
}

#react-timetable .PanelButtonMobile {
  width: 100%;
  padding: 11px 12px;
  background: #f3f3f4;
}

.timetable-display {
  padding-top: 0 !important;
}

.timetable-display #react-timetable .order-md-1,
.timetable-display #react-timetable .order-md-2 {
  display: none;
}

.timetable-display #react-timetable .filters-row {
  margin-top: 60px;
  margin-bottom: 30px;
}

.timetable-display #react-timetable .filters-row .class-filter {
  display: none;
}

.timetable-display #react-timetable .filters-row .ButtonAsLink {
  display: none;
}

.timetable-display #react-timetable .sticky {
  -webkit-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.timetable-display .modal-content {
  padding-bottom: 10px;
}

.timetable-display .modal-content .ModalFooter {
  display: none;
}

.country-ksa .gender-filter {
  display: none;
}
