.calender_filter {
  display: grid;
  justify-content: center;
}
.filtry-zajec {
  box-sizing: border-box;
  height: 40px;
  padding: 0 40px 0 8px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #c5ac5d;
  cursor: pointer;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #161411;
  transform: translate(0);
  margin-bottom: 1rem;
  width: 100%;
}
.filtr-wraper {
  position: relative;
}
.filtr-label {
  box-sizing: border-box;
  top: -9px;
  left: 7px;
  padding: 0 2px;
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent 6px,
    #fff 0,
    #fff 14px,
    transparent 0
  );
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 15px);
  position: absolute;
  font-size: 11px;
  line-height: 16px;
}
.month_chooser {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 26px;
}
.month_chooser .right {
  justify-self: end;
}
.week_chooser {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 26px;
}
.week_chooser .right {
  justify-self: end;
}
.viewdaysandprint {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: grid;
  grid-template-columns: 1fr repeat(4, auto) 1fr;
  grid-gap: 2px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0;
}
.viewdaysandprint a {
  padding: 5px 15px;
  margin-right: 0;
  transition: all 0.5s;
  float: left;
  color: #c5ac5d;
  border: solid 1px #c5ac5d;
  background: transparent;
}
.viewdaysandprint a:hover {
  text-decoration: none;
  background-color: #c5ac5d;
  color: #fff;
}
.viewdaysandprint a.active {
  background-color: #c5ac5d;
  color: #fff;
}
.schedule {
  display: grid;
  overflow-y: hidden;
}
.schedule-plan-oneday {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .schedule-plan-oneday {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 700px) {
  .daybyhour {
    row-gap: 2px;
  }
}
.schedulesClass {
  cursor: pointer;
}
.schedulesClass--plan {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.schedulesClass--plan .event {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.time-slot {
  grid-column: times;
  border: 1px solid #000;
}
.track-slot {
  text-align: center;
  background: #f7f7f7;
  padding: 10px 5px 5px;
  color: #9b843c;
}
span.track-slot::after {
  content: "";
  height: 1000vh;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 49px;
  left: 0;
}

@supports (display: grid) {
  @media screen and (min-width: 700px) {
    .track-slot {
      display: block;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.9);
    }
  }
}
.session {
  margin-bottom: 1em;
}
@supports (display: grid) {
  @media screen and (min-width: 700px) {
    .session {
      margin: 0;
    }
  }
}
.schedule--hour {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
p.schedule--hour::after {
  content: "";
  width: 1100px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.rfitness-model {
  display: none;
  position: fixed;
  z-index: 110;
  padding-top: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 700px) {
  .rfitness-model {
    padding-top: 100px;
  }
}
.rfitness-model-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 1.3rem;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .rfitness-model-content {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .rfitness-model-instruktor {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .rfitness-model-zajecia {
    padding-right: 2rem;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#myClass {
  color: #161411;
  font-family: "Montserrat";
  font-size: 0.857rem;
}
#myClass p {
  color: #161411;
  font-family: "Montserrat";
}
#myClass span {
  font-size: 0.857rem;
}
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #161411;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 0px 16px 6px;
  grid-column: span 1;
}
@media screen and (min-width: 700px) {
  .modal-header {
    grid-column: span 2;
    padding: 2px 16px;
    height: 2rem;
  }
}
.modal-footer {
  padding: 2px 16px;
  grid-column: span 1;
}
@media screen and (min-width: 700px) {
  .modal-footer {
    grid-column: span 2;
  }
}
.class-instructor {
  color: #161411;
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-left: 0px;
}
.class-instructor-desc {
  font-size: 0.857rem;
}
.rfitness-class-name {
  text-align: center;
  padding-bottom: 12px;
  font-size: 28px;
}
.rfitness-startDate,
.rfitness-startHour,
.rfitness-duration {
  font-weight: bold;
}
.modal-body {
  margin: 5px 0;
  font-size: 0.857rem;
}
#calendar_other_instructor,
#calendar_other_class {
  display: inline-block;
  font-size: 15px;
  border-radius: 4px;
  width: auto;
  transition: 0.5s all;
  cursor: pointer;
  font-family: inherit;
  background: #fff;
  border: solid 1px #9b843c;
  color: #9b843c;
  padding: 6px 13px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.event {
  cursor: pointer;
  min-height: 70px;
  padding: 8px 5px 0.625rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.event p {
  margin-bottom: 0;
}
.event p.event_name {
  font-weight: 600;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.eventlength {
  font-size: 11px;
  float: left;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.availability {
  float: right;
}
.event_name,
.instructor,
.room {
  text-align: center;
  clear: both;
  font-size: 13px;
}
#developer {
  display: none;
}

/*# sourceMappingURL=grafik.min.css.map */
