.facility-timetable-printbutton {
  margin-top: 1.75rem;
}

.table-widget {
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
  position: relative;
}
.table-widget:after {
  content: "";
  box-shadow: -24px 12px 20px 0 rgba(0, 37, 65, 0.1) inset;
  width: 50px;
  height: 150%;
  position: absolute;
  top: -30px;
  right: 0;
}
.table-widget .table-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding-left: 17.813rem;
  height: 3.5rem;
}
.table-widget .table-controls button {
  background: #64D1F6;
  color: #035678;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  cursor: pointer;
  transition: opacity 0.2s;
  height: 3.5rem;
  padding: 1.125rem 1rem 1.125rem 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 0 62.4375rem 62.4375rem 0;
  opacity: 0.3;
}
.table-widget .table-controls button.active {
  opacity: 0.6;
}
.table-widget .table-controls button.active:hover {
  opacity: 1;
}
.table-widget .table-controls button.active:focus, .table-widget .table-controls button.active:active {
  opacity: 1;
  outline-style: solid;
  outline-color: #fff;
}
.table-widget .table-controls button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M12.375 1.5L4.5 9.375L12.375 17.25' stroke='%23035678' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.table-widget .table-controls button:nth-of-type(2) {
  border-radius: 62.4375rem 0 0 62.4375rem;
  padding: 1.125rem 0.75rem 1.125rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.table-widget .table-controls button:nth-of-type(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M5.625 1.5L13.5 9.375L5.625 17.25' stroke='%23035678' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.table-widget .table-container {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table-widget .table-container::-webkit-scrollbar {
  display: none;
}
.table-widget .table-container .table-row {
  display: flex;
  width: max-content;
  background-color: #fff;
}
.table-widget .table-container .table-row .table-cell {
  width: 17.813rem;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  justify-content: start;
  min-height: 4.5625rem;
  padding: 1rem 2.5rem;
  flex-direction: column;
  align-self: stretch;
  color: #292E33;
}
.table-widget .table-container .table-row .table-cell .timetable-closed {
  color: #52595D;
  font-style: italic;
  opacity: 0.8;
}
.table-widget .table-container .table-row .table-cell .period {
  margin-top: 1.2rem;
}
.table-widget .table-container .table-row .table-cell .period:nth-of-type(1) {
  margin-top: 0;
}
.table-widget .table-container .table-row .table-cell.sticky-col {
  position: sticky;
  left: 0;
  z-index: 10;
  width: 17.813rem;
  background-color: #fff;
  font-weight: bold;
  align-items: flex-start;
  white-space: normal;
  text-align: left;
  justify-content: center;
  box-shadow: 24px 12px 20px 0 rgba(0, 37, 65, 0.1);
}
.table-widget .table-container .table-row:nth-of-type(odd) {
  background-color: #F0F3F5;
}
.table-widget .table-container .table-row:nth-of-type(odd) .table-cell.sticky-col {
  background-color: #F0F3F5;
}
.table-widget .table-container .table-row.header-row {
  background-color: #035678 !important;
}
.table-widget .table-container .table-row.header-row .table-cell {
  height: 3.5rem;
  padding: 0.75rem 1.5rem;
  align-items: center;
  align-self: stretch;
  min-height: auto;
  color: #fff !important;
  justify-content: center;
}
.table-widget .table-container .table-row.header-row .table-cell .today {
  color: #035678 !important;
  background-color: #fff;
  padding: 0.125rem 0.5rem 0.125rem 0.5rem;
  border-radius: 0.25rem;
}
.table-widget .table-container .table-row.header-row .table-cell.sticky-col {
  background-color: #035678 !important;
  align-items: flex-start;
  padding: 0.75rem 2.5rem;
}
.table-widget .table-container::-webkit-scrollbar {
  height: 6px;
}
.table-widget .table-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

@media screen and (max-width: 81.25rem) {
  .table-widget .table-controls {
    padding-left: 16.75rem;
  }
  .table-widget .table-container .table-row .table-cell {
    width: 16.75rem !important;
  }
}
@media screen and (max-width: 75rem) {
  .table-widget .table-controls {
    padding-left: 19.5rem;
  }
  .table-widget .table-container .table-row .table-cell {
    width: 19.5rem !important;
  }
}
@media screen and (max-width: 62rem) {
  .table-widget .table-controls {
    padding-left: 14.5rem;
  }
  .table-widget .table-container .table-row .table-cell {
    width: 14.5rem !important;
  }
}
@media screen and (max-width: 48rem) {
  .table-widget .table-controls {
    padding-left: 16.125rem;
  }
  .table-widget .table-container .table-row .table-cell {
    width: 16.125rem !important;
  }
}
@media screen and (max-width: 36rem) {
  .table-widget .table-controls {
    padding-left: 12rem;
  }
  .table-widget .table-container .table-row .table-cell {
    width: 12rem !important;
  }
}

/*# sourceMappingURL=facility-timetable.css.map */
