.day-view {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.day-view .view-flex, .legenda .view-flex {
  display: flex;
  flex-flow: row wrap;
}
.day-view .day-view-table td, .day-view .day-view-table th, .day-view .day-view-table div, .legenda .day-view-table td, .legenda .day-view-table th, .legenda .day-view-table div {
  border: 1px solid grey;
  padding: 0.5em;
  text-align: end;
}
@media screen and (max-width: 480px) {
  .day-view .day-view-table td span.day-header-long, .day-view .day-view-table th span.day-header-long, .day-view .day-view-table div span.day-header-long, .legenda .day-view-table td span.day-header-long, .legenda .day-view-table th span.day-header-long, .legenda .day-view-table div span.day-header-long {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .day-view .day-view-table td span.day-header-short, .day-view .day-view-table th span.day-header-short, .day-view .day-view-table div span.day-header-short, .legenda .day-view-table td span.day-header-short, .legenda .day-view-table th span.day-header-short, .legenda .day-view-table div span.day-header-short {
    display: none;
  }
}
.day-view .day-view-table td.week-no, .day-view .day-view-table th.week-no, .day-view .day-view-table div.week-no, .legenda .day-view-table td.week-no, .legenda .day-view-table th.week-no, .legenda .day-view-table div.week-no {
  font-weight: bold;
}
.day-view .day-view-table td.outside-interval, .day-view .day-view-table th.outside-interval, .day-view .day-view-table div.outside-interval, .legenda .day-view-table td.outside-interval, .legenda .day-view-table th.outside-interval, .legenda .day-view-table div.outside-interval {
  background-color: lightcoral;
}
.day-view .day-view-table td.today, .day-view .day-view-table th.today, .day-view .day-view-table div.today, .legenda .day-view-table td.today, .legenda .day-view-table th.today, .legenda .day-view-table div.today {
  border-width: 0.3em;
}
.day-view .day-view-table td.reservation, .day-view .day-view-table th.reservation, .day-view .day-view-table div.reservation, .legenda .day-view-table td.reservation, .legenda .day-view-table th.reservation, .legenda .day-view-table div.reservation {
  background-color: #fadc61;
}
.day-view .day-view-table td.booking, .day-view .day-view-table td.blocked, .day-view .day-view-table th.booking, .day-view .day-view-table th.blocked, .day-view .day-view-table div.booking, .day-view .day-view-table div.blocked, .legenda .day-view-table td.booking, .legenda .day-view-table td.blocked, .legenda .day-view-table th.booking, .legenda .day-view-table th.blocked, .legenda .day-view-table div.booking, .legenda .day-view-table div.blocked {
  background-color: #ff3131;
}
.day-view .day-view-table td.first-blocked, .day-view .day-view-table th.first-blocked, .day-view .day-view-table div.first-blocked, .legenda .day-view-table td.first-blocked, .legenda .day-view-table th.first-blocked, .legenda .day-view-table div.first-blocked {
  background: url(../plugins/verbant/calendar/assets/images/BlockBackground.svg);
  background-size: cover;
}
#day_form table td.free, #day_form table th.free {
  cursor: pointer;
}
#day_form table td.blocked, #day_form table th.blocked {
  cursor: pointer;
}
.nav-button-panel #day_nav_form .nav-buttons {
  font-size: 1.2em;
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  margin-right: -0.3em;
  align-items: stretch;
  justify-content: left;
  max-width: 95%;
}
@media screen and (max-width: 480px) {
  .nav-button-panel #day_nav_form .nav-buttons {
    font-size: 1em;
  }
}
@media screen and (max-width: 320px) {
  .nav-button-panel #day_nav_form .nav-buttons {
    font-size: 0.8em;
  }
}
.nav-button-panel #day_nav_form .nav-buttons button, .nav-button-panel #day_nav_form .nav-buttons .month-text {
  margin-right: 0.3em;
  padding-left: 2px;
  padding-right: 2px;
}
.nav-button-panel #day_nav_form .nav-buttons h5 {
  margin: 0;
}
