.lc-link-no-wrap {
  word-break: break-all;
}

.lc-text-success {
  color: #007b69;
}

.lc-text-danger {
  color: #c23736;
}

.lc-scroll-message-always-display {
  display: block;
}

.lc-font-weight-bold {
  font-weight: 700;
}

.lc-d-inline {
  display: inline;
}

.lc-hide {
  display: none !important;
}

.has-events {
  background-color: #efefef;
}

.lc-day-room.node--type-lc-closing,
.event-card.node--type-lc-closing {
  border: 3px solid #c22f3b;
}
.lc-day-room.node--type-lc-reservation,
.event-card.node--type-lc-reservation {
  border: 3px solid #007b69;
}
.lc-day-room.all-day,
.event-card.all-day {
  border: 3px solid #0098db;
}
.lc-day-room.private-event,
.event-card.private-event {
  border: 3px solid #31809f;
}
.lc-day-room.has-conflict,
.event-card.has-conflict {
  border: 3px solid #903986;
}
.lc-day-room.moderation-state--archived, .lc-day-room.moderation-state--draft,
.event-card.moderation-state--archived,
.event-card.moderation-state--draft {
  border: 3px solid #333;
}
.lc-day-room.node--unpublished, .lc-day-room.moderation-state--draft,
.event-card.node--unpublished,
.event-card.moderation-state--draft {
  background-color: #fff4f4;
}

/*# sourceMappingURL=state.css.map */
