
/* LIST VIEW */

.event-list-item .event-list-date-heading {
  border: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.event-list-item .event-list-date-heading > .card-header {
  background-color: #00694E;
  color: #fff;
}

.event-list-item .event-list-info .item-title, .event-list-item .event-list-info .item-title a {
  color: #00694E;
  font-size: 14px;
  font-weight: 700;
}

.event-list-item .event-date, .event-list-item .event-time {
  display: inline;
  font-size: 13px;
  color: #7c7c7c;
  font-style: normal;
}

.event-list-item .event-location {
  font-size: 13px;
  color: #7c7c7c;
  font-style: normal;
  font-weight: bold;
}

.event-list-item .event-summary {
  font-size: 13px;
  display: block;
  font-style: normal;
  font-weight: bold;
}

.event-list-item > .card {
  margin-bottom: 5px;
}

.event-list-info.exhibit {
  border-left: 4px solid #612d62;
}

.event-list-item .closed {
  color: red;
  font-weight: 700;
}

.event-list-info.extended {
  border-left: 4px solid #007396;
}

.event-list-info .item-info .extended {
  display: block;
  font-weight: 700;
  color: #007396;
}

/* GRID VIEW */

.calendar-events {
  background-color: #fff;
}

.calendar-events .grid-cell {
  padding: 4px;
}

.calendar-events .grid-date {
  font-size: 10px;
  color: #776f67;
  text-align: right;
}

.calendar-events th {
  text-align: center;
}

.calendar-events .day-event {
  background-color: #ffe1ba;
}

.grid-event {
  font-size: 0.8rem;
  line-height: 14px;
  padding: 4px;
  margin-bottom: 5px;
}

.grid-event .event-time {
  display: inline;
  font-size: 10px;
  font-style: italic;
}

.grid-event .event-name {
  display: inline;
  font-size: 12px;
  color: #00694e;
}

.grid-event:nth-child(even) {
  background-color: #e5e5e5;
}

td.today {
  background-color: #ffe1ba;
}

.grid-hours .hours-location {
  color: #00694e;
  font-weight: 700;
}

.grid-event.exhibit {
  border-top: 3px solid #612d62;
}

.grid-event .closed {
  color: red;
  font-weight: 700;
}

.grid-event.extended {
  border-top: 3px solid #007396;
}

.grid-event .extended {
  display: block;
  font-weight: 700;
  color: #007396;
}

/* CONTROLS */

.calendar-controls {
  margin-bottom: 10px;
  margin-top: 10px;
}

.calendar-select > div {
  display: flex;
  justify-content: space-between;
}

.calendar-range {
  justify-content: center;
}

.view-control, .range-control, .calendar-control {
  display: inline;
}

.calendar-controls .control-label {
  color: #00694e;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}

.range-dates > .range-next, .range-dates > .range-prev {
  color: #00694e;
  padding-left: 10px;
  padding-right: 10px;
}

.calendar-control {
  text-align: right;
}

.calendar-controls .range-dates {
  text-align: center;
  margin-top: 10px;
}

.calendar-links {
  list-style: none;
  padding: 0;
}

.calendar-links li {
  padding: 5px;
}

.calendar-links .calendar-link {
  width: 100%;
}

.datepicker-card {
  font-size: 0.9rem;
}

.datepicker-inline {
  margin: auto;
}

/* WIDGETS */

.table.hours-table {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hours-table td.location {
  font-weight: 700;
  width: 55%;
}

.hours-table td.hours {
  width: 45%;
  text-align: right;
}
.hours-table .close-time {
  white-space: nowrap;
}

.hours-table td.hours .extended {
  display: block;
  font-weight: 700;
  color: #007396;
}
