
.fc-bg td.fc-widget-content {
    border: 1px #ececec solid;
    background-color: #fcfcfc;
}

.fc-slats td {
    border: 1px #ececec solid;
}

.fc-time-grid .fc-slats .fc-minor td {
    border: 1px #ececec solid;
}

.fc th, .fc td {
    border: 1px #ececec solid;
}

.fc-time-grid .fc-slats td.fc-axis {
    background-color: #ececec;
}

.fc-time-grid-container {
    min-height: 540px !important;
    overflow: hidden !important;
}

.fc-helper {
    background-color: #3c763d;
    border: 1px #c8e5bc dashed;
    opacity: 0.7;
}

.fc-toolbar {
    vertical-align: middle;
}

.fc-toolbar h2 {
    font-size: 15px;
    line-height: 30px;
}

.fc-event {
    border-radius: 0;
}

.fc-state-default.fc-corner-right, .fc-state-default.fc-corner-left {
    border-radius: 0;
}

/*Wyświetlanie godziny od do dla "krótkich" eventów. */
.fc-time-grid-event.fc-short .fc-time span {
    display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-full);
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "";
}
