
.mngo-calendar-event{
  font-size:11px;
  background-color: rgb(104, 183, 231);
  border-radius:4px;
  cursor: pointer;
  padding: 3px;
}
.mngo-calendar-event:hover{
  background-color: rgb(115, 191, 234);
}


.fc-day-grid-event .fc-content {
  padding: 5px;

}
p.fc-time, p.fc-title {  white-space: normal;  color: #fff!important; padding:0; margin:0;}
.fc-event {
  border: 1px solid rgb(4, 159, 218);
  background-color: rgb(4, 159, 218);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.fc-event:hover {
  border: 1px solid rgb(2,63,94);
  background-color:rgb(2,63,94);
}

@media only screen and (max-width: 1024px) {
.fc-rigid {height:100px!important;}
  .mngo-calendar-event { line-height: 1.2em;}
  .fc-day-grid-container {height: 100%!important;}
}

.move-off {
  position: absolute;
  top: -9999px; 
}
