.fc-content .fc-event.calendar-event-current-network.class-category-1,
.fc-content .fc-event.calendar-event-current-network.class-category-1:hover,
.fc-content .fc-event.calendar-event-current-network.class-category-1:active
{
    background-color: #ffb533 !important;
    border-color:#2cbed2!important;
}
.fc-content .fc-event.calendar-event-current-network.class-category-2,
.fc-content .fc-event.calendar-event-current-network.class-category-2:hover,
.fc-content .fc-event.calendar-event-current-network.class-category-2:active
{
    background-color: #339fff !important;
    border-color:#2cbed2!important;
}
.fc-content .fc-event.calendar-event-current-network.class-category-3,
.fc-content .fc-event.calendar-event-current-network.class-category-3:hover,
.fc-content .fc-event.calendar-event-current-network.class-category-3:active
{
    background-color: #72c76a !important;
    border-color:#2cbed2!important;
}
.fc-content .fc-event.calendar-event-current-network.class-category-4,
.fc-content .fc-event.calendar-event-current-network.class-category-4:hover,
.fc-content .fc-event.calendar-event-current-network.class-category-4:active
{
    background-color: #c8adfe !important;
    border-color:#2cbed2!important;
}

.fc-content .fc-event.calendar-event-current-network.default,
.fc-content .fc-event.calendar-event-current-network.default:hover,
.fc-content .fc-event.calendar-event-current-network.default:active
{
    background-color: #2cbed2 !important;
    /*background-color: #5cb85c !important; */
    border-color:#2cbed2!important;
}

/* color override for Agora netork being current (#7) */
.fc-content .fc-event.calendar-event-network-7.default,
.fc-content .fc-event.calendar-event-network-7.default:hover,
.fc-content .fc-event.calendar-event-network-7.default:active
{
    background-color: #5cb85c !important;
    border-color:#5cb85c !important;
}

.fc-content .fc-event.calendar-event-other.class-category-1,
.fc-content .fc-event.calendar-event-other.class-category-1:hover,
.fc-content .fc-event.calendar-event-other.class-category-1:active
{
    background-color: #ffb533 !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.class-category-2,
.fc-content .fc-event.calendar-event-other.class-category-2:hover,
.fc-content .fc-event.calendar-event-other.class-category-2:active
{
    background-color: #339fff !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.class-category-3,
.fc-content .fc-event.calendar-event-other.class-category-3:hover,
.fc-content .fc-event.calendar-event-other.class-category-3:active
{
    background-color: #72c76a !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.class-category-4,
.fc-content .fc-event.calendar-event-other.class-category-4:hover,
.fc-content .fc-event.calendar-event-other.class-category-4:active
{
    background-color: #c8adfe !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.default,
.fc-content .fc-event.calendar-event-other.default:hover,
.fc-content .fc-event.calendar-event-other.default:active
{
    /*background-color: #7f8179 !important;*/
    background-color: #5cb85c !important;
    border-color:#5cb85c !important;
}
.class-category-1
{
    background-color: #ffb533 !important;
    color: #ffffff !important;
}
.class-category-2
{
    background-color: #339fff !important;
    color: #ffffff !important;
}
.class-category-3
{
    background-color: #72c76a !important;
    color: #ffffff !important;
}
.class-category-4
{
    background-color: #c8adfe !important;
    color: #ffffff !important;
}