/*
*  Ticket 8474232
*  Mobile calendar grid view has no background color for days with calendar entries,
*  making it difficult to know which days have events.
*  12/20/16 - James B
*/

@media (max-width: 799px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsStateHasEvents {
        background: #00b3e7;
    }
}

/* End Section */