@charset "UTF-8";
/* orientation for printing */
@page {
  size: landscape;
}
.childcare-header {
  color: #b50808;
}

.daycare-header {
  color: #0043a7;
}

.sfs-header {
  color: #2f833d;
}

.sfsp-header {
  color: #50288f;
}

.title-border {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 0 0 0;
  margin-bottom: 15px;
}

.modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-body {
  margin: 0;
}

.fc-view-harness {
  margin-top: -10px;
}

:root {
  --fc-today-bg-color: #fff0f0;
  --fc-border-color: #ddd;
  --fc-button-text-color: #000;
  --fc-button-bg-color: #f6f6f6;
  --fc-button-border-color: #ddd;
  --fc-button-hover-bg-color: #eee;
  --fc-button-hover-border-color: #ddd;
  --fc-button-active-bg-color: #ddd;
  --fc-button-active-border-color: #ddd;
  --fc-event-selected-overlay-color: #ddd;
  --fc-event-text-color: #fff;
}

a.fc-col-header-cell-cushion {
  color: #fff;
}

a.fc-daygrid-day-number {
  color: #000;
  font-weight: normal;
}

.fc-liquid-hack td, .fc-liquid-hack th {
  position: unset;
}

.fc-col-header-cell-cushion {
  color: #fff;
}

.fc-event {
  padding: 3px 6px;
  text-align: center;
}

.fc-event-time, .fc-event-title {
  white-space: normal;
}

.fc-today-bg-color {
  color: #fff0f0;
}

.fc-toolbar-title {
  color: #000;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 12pt;
}

.fc-button, .fc-icon {
  width: 25px;
  height: 25px;
}

.fc-button {
  outline: none;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.fc-prev-button {
  position: relative;
  left: 365px;
}

.fc-next-button {
  position: relative;
  right: 365px;
}

.fc .fc-button .fc-icon {
  font-size: 16pt;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:focus, .fc .fc-button-primary:hover, .fc-button:focus, .fc .fc-button-primary {
  box-shadow: none;
}

.fc-icon {
  content: "›";
  font-weight: 500;
  margin-top: -13px;
  margin-left: -11px;
}

.back-to-training {
  margin-left: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fc-prev-button {
    left: 365px;
  }
  .fc-next-button {
    right: 365px;
  }
  .back-to-training {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fc-prev-button {
    left: 275px;
  }
  .fc-next-button {
    right: 275px;
  }
  .back-to-training {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fc-daygrid-event {
    font-size: 10pt;
  }
  .fc-prev-button {
    left: 0;
  }
  .fc-next-button {
    right: 0;
  }
  .back-to-training {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .fc-daygrid-event {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --fc-event-text-color: transparent;
  }
  div.fc-event-title.fc-sticky {
    color: transparent;
  }
  a.fc-col-header-cell-cushion {
    color: #fff;
  }
  .fc .fc-daygrid-event {
    margin-top: -5px;
    margin-bottom: 7px;
  }
  .fc-daygrid-event {
    height: 8px;
  }
  .fc .fc-daygrid-day-number, .fc .fc-col-header-cell-cushion {
    padding: 0 2px;
    font-size: 11pt;
  }
  a.fc-daygrid-day-number {
    color: #000;
    font-weight: normal;
  }
  .fc-event {
    padding: 0;
  }
  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 0;
    max-height: 5px;
  }
}
@media print {
  .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  :root {
    --fc-today-bg-color: #aaa;
    --fc-border-color: #000;
    --fc-button-text-color: #000;
    --fc-button-bg-color: #fff;
    --fc-button-border-color: #000;
    --fc-button-hover-bg-color: #fff;
    --fc-button-hover-border-color: #000;
    --fc-button-active-bg-color: #fff;
    --fc-button-active-border-color: #000;
    --fc-event-selected-overlay-color: #fff;
    --fc-event-text-color: #000;
  }
  .fc .fc-daygrid-day-number {
    padding-right: 15px;
  }
  .back-to-training, .fc-prev-button, .fc-next-button {
    display: none !important;
  }
}