body {
    -webkit-touch-callout:none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
}

.fc-event.fc-apex-events-default
{
    background-color: #315B39;
}

.fc .fc-list-event-dot
{
    border: 0px solid white;
}

