.fc-row.fc-rigid .fc-content-skeleton {
  position: relative;
}
.fc-event {
  padding: 0.4rem;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.fc-event .full-calendar-icon {
  background: #ffffff;
  padding: 0.25rem;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.fc-event .fc-title {
  white-space: normal;
  display: block;
  padding-right: 25px;
}
.ui-dialog.ui-widget.ui-draggable {
  min-width: 400px;
}
.node--type-session-date .false-label {
  font-weight: bold;
}
.node--type-session-date .false-label:after {
  content: ":";
  margin: 0 0.25rem;
}
.node--type-session-date .fa,
.node--type-session-date .fas {
  color: #000000;
}
.node--type-session-date .date {
  margin: 0.5rem 0 2rem;
}
.node--type-session-date .date li {
  display: block;
}
.node--type-session-date .date.other-session span:first-child {
  font-weight: 600;
}
.fullcalendar-legends {
  margin: 1rem 0;
  font-size: 0.9rem;
}
.fullcalendar-legends .legend-title {
  font-size: 1rem;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding: 0.5rem 0;
}
.fullcalendar-legends .legend-items {
  background: #efefef;
  padding: 0.5rem;
  height: 100%;
}
.fullcalendar-legends .legend-items ul {
  margin: 0;
}
.fullcalendar-legends .legend-items ul li {
  display: block;
}
.fullcalendar-legends .legend-items ul .legend-block {
  display: inline-block;
  width: 32px;
  height: 16px;
  vertical-align: middle;
  margin-right: 0.5rem;
  border: 1px solid #ffffff;
}
