div.fc th,
div.fc td {
  border-color: #dddddd; }
div.fc th {
  padding: 12px 20px; }
div.fc .fc-event {
  padding: 6px 8px;
  border: none;
  font-size: 13px; }
  div.fc .fc-event:not(.fc-list-event):hover .fc-event__hover {
    display: block; }
div.fc .fc-event-time {
  flex-shrink: 0; }
div.fc .fc-event__hover {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  z-index: 99999;
  margin: 0 -1px;
  min-width: 100%;
  white-space: nowrap;
  border-radius: inherit;
  background-color: inherit;
  color: inherit;
  padding: inherit;
  border: inherit;
  box-sizing: border-box; }

/*# sourceMappingURL=dms.calendar.css.map */
