/**
 * Fullcalendar view override.
 */
.fc-view-container {
  margin-bottom: 1rem;
}

.fc-view-container table {
  margin: 0;
}

.fc-view-container tr {
  background-color: #fff;
}
.fc-row .fc-content-skeleton td {
  border-bottom: none;
}

.fc-content-skeleton thead > tr {
  border-bottom: none;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  border-color: #ddd;
}

.fc .fc-row .fc-content-skeleton td.fc-today,
.fc-unthemed td.fc-today {
  background-color: #e6e6e6;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
}

.fc-day-grid-event .fc-time {
  display: none;
}

.fc-event {
  border: none;
  padding: 5px;
}

/**
 * Front page attachment.
 */
.view-display-id-attachment_1  .fc-toolbar.fc-header-toolbar {
  display: none;
}

.view-display-id-attachment_1 .fc table {
  font-size: .8rem;
}

.view-display-id-attachment_1 .fc thead {
  border: none;
}
.view-display-id-attachment_1 .fc .fc-widget-header {
  border-left: none;
  border-right: none;
  border-top: none;
}

.view-display-id-attachment_1 .fc th {
  color: #333;
  background: none;
  border: none;
  text-transform: uppercase;
}
