.fc-time-grid-event .fc-time {
  white-space: nowrap;
  margin: 3px 0 3px;
  padding: 0 0 1px 0;
  border-bottom: 1px solid rgba(138, 135, 135, 0.12);
}

.fc-time-grid-event .fc-title {
  white-space: nowrap;
  margin: 5px 0 3px;
  padding: 0 0 1px 0;
}


.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 50px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px
}

th.fc-day-header.fc-widget-header {
  padding: 15px 0;
  font-size: 18px;
  color: #000;
}

.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px
}


.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 20px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize
}

.day-number {
  padding: 4px;
}

.fc-bgevent {
  background-size: 8px 8px;
  background-image: linear-gradient(45deg, transparent 46%, rgba(36, 51, 74, .2) 49%, rgba(36, 51, 74, .2) 51%, transparent 55%);
  background-color: #EEF0F2;
  opacity: 0.7 !important;
}