/* Estilo tipo Sandstone para FullCalendar */
.fc {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.fc-toolbar-title {
    color: #333;
    font-weight: bold;
}

.fc-button {
    background-color: #337ab7;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 0.4rem 0.8rem;
}

.fc-button:hover {
    background-color: #286090;
}

.fc-button:disabled {
    background-color: #b0b0b0;
    cursor: not-allowed;
}

.fc-daygrid-event {
    background-color: #71a2b6;
    color: #fff;
    border: none;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 14px;
}
