.fc-event {
    font-size: 10px !important;
}

.fc-day-grid-event {
    cursor: pointer;
}

.fc-toolbar {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

#calendar-widget .fc-toolbar {
    background-color: #00AA87 !important;
}

#calendar-widget .fc-day-header {
    background-color: #fff !important;
    text-transform: uppercase;
    color: #000;
}

#calendar-widget .fc-view > table > tbody > tr > .ui-widget-content,
#collectors-calendar .fc-view > table > tbody > tr > .ui-widget-content {
    border-top: 0px !important;
}

#calendar-widget .fc-day-header {
    color: rgb(188, 188, 188) !important;
}

#calendar-widget .fc-day-number {
    color: #000000;
}

#calendar-widget .fc td, .fc th,
#collectors-calendar .fc td, .fc th {
    border: 0px !important;
}

#customer-calendar .fc-toolbar {
    height: 300px;
    background: url(/img/headers/calendar_header_cropped.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: inherit;
}

#customer-calendar .fc-toolbar:before {
    content: "";
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    bottom: 0;
    left: 0;
}

#customer-calendar .fc-toolbar .fc-center {
    margin-top: 244px;
    position: relative;
}

#customer-calendar .fc-day-header {
    color: #ADADAD;
    text-align: left;
    font-size: 14px;
    border-bottom-width: 0;
    border-right-color: #eee;
    padding: 10px 12px;
}

@media screen and (min-width: 991px) {
    #customer-calendar .fc-day-number {
        font-size: 25px;
        letter-spacing: -2px;
    }

}

#customer-calendar .fc-day-number {
    padding-left: 10px !important;
    color: #CCC;
    text-align: left !important;
}

.calendar-legend-row {
    font-size: 17px !important;
    margin-left: 20px;
    margin-top: 15px;
}

.calendar-legend-row:last-of-type {
    padding-bottom: 15px;
}
.calendar-legend-row > div {
    float: left;
    min-width: 120px;
}

.calendar-legend-row > div:first-child {
    min-width: 140px;
}

@media screen and (max-width: 990px) {
    .calendar-legend-row {
        font-size: 12px !important;
        margin-left: 15px;
        margin-top: 15px;
    }
    .calendar-legend-row > div {
        min-width: 90px;
    }
    .calendar-legend-row > div:first-child {
        min-width: 110px;
    }
}

#calendar-widget .calendar-legend-row {
    font-size: 12px !important;
    margin-left: 15px;
    margin-top: 15px;
}
#calendar-widget .calendar-legend-row > div {
    min-width: 90px;
}
#calendar-widget .calendar-legend-row > div:first-child {
    min-width: 110px;
}

#calendar-widget .actions.actions-alt {
    position: absolute;
    bottom: 16px;
    right: 12px;
}

.event-button {
    cursor: pointer;
}