.fc-view {
    background-color: #3498db;
    color: #fff;
}

.fc-unthemed .fc-today {
    background-color: #3486BD;
    color: #fff;
}

.fc-event {
    background-color: #50A9E4;
    border-color: #50A9E4;
}

.fc-unthemed th, .fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #48A2DE;
}


/* BUTTONS */

.fc-state-default {
    background: none;
    text-shadow: none;
    background-color: #3498db;
    color: #fff;
}

.fc-state-default:hover,
.fc-state-down,
.fc-state-active,
.fc-toolbar button:hover,
.fc-toolbar button:focus,
.fc-toolbar input[type="submit"]:hover,
.fc-toolbar input[type="button"]:hover,
.fc-toolbar input[type="reset"]:hover,
.fc-toolbar input[type="submit"]:focus,
.fc-toolbar input[type="button"]:focus,
.fc-toolbar input[type="reset"]:focus {
    background: none;
    background-color: #48A2DE;
    border: 1px solid transparent;
}

.fc-toolbar button:active,
.fc-toolbar input[type="submit"]:active,
.fc-toolbar input[type="button"]:active,
.fc-toolbar input[type="reset"]:active {
    padding: 0 .6em;
    border-top: none;
}
