div.monthlyCalendarDashboard a.fc-daygrid-event,
a.fc-daygrid-dot-event,
a.fc-event,
a.fc-event-future {
  display: flex;
  align-items: center;
}

div.monthlyCalendarDashboard
  a.fc-daygrid-event.fc-daygrid-dot-event.fc-event.fc-event-start.fc-event-future {
  margin: 0px !important;
  padding: 2px !important;
  display: flex;
  justify-content: center;
}

div.monthlyCalendarDashboard div.fc-daygrid-event-dot {
  margin-top: 1px !important;
}

div.monthlyCalendarDashboard a.fc-daygrid-more-link {
  font-size: 12px !important;
}

div.monthlyCalendarDashboard div.fc-daygrid-day-events {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.monthlyCalendarDashboard div.fc-popover-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div.monthlyCalendarDashboard
  div.fc-daygrid-event-harness
  div.fc-daygrid-event-harness-abs {
  margin: 1px !important;
}

div.monthlyCalendarDashboard
  a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
  margin-top: 1px !important;
}

div.monthlyCalendarDashboard div.fc-event-main {
  width: 28px !important;
}

div.monthlyCalendarDashboard div.fc-popover-body div.fc-daygrid-event-harness {
  width: 100% !important;
  display: flex;
}

div.monthlyCalendarDashboard
  div.fc-popover-body
  div.fc-daygrid-event-harness
  a
  div.fc-event-main {
  width: 198px !important;
}

div.monthlyCalendarDashboard td.fc-day-today div.fc-scrollgrid-sync-inner {
  display: flex;
  justify-content: center;
}

div.monthlyCalendarDashboard .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

div.monthlyCalendarDashboard table.fc-scrollgrid-sync-table tr td {
  height: 35px !important;
}

div.monthlyCalendarDashboard div.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* Cristo 20210514 */
div.monthlyCalendarDashboard div.fc-daygrid-day-events {
  flex-direction: row !important;
}

/* Cristo 20210605 */
.fc .fc-scrollgrid-section-liquid {
  height: 1px !important;
}
