﻿/*=== CALENDAR BEGIN ===*/
.fc-view {
    background-color: #fff !important;
}

.fc-left h2 {
    font-size: 20px !important;
}

.fc-event {
    border: none !important;
    border-radius: 0px !important;
    background-color: #275435 !important;
    padding: 2px 2px !important;
}

.fc-unthemed .fc-today {
    background: #fafafa !important;
    background-color: #E4E4E4 !important;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-color: inherit !important;
}

/*=== CALENDAR END ===*/

#eventWindow {
    z-index: 10001;
}

.event-wrapper {
    border: 1px solid #ddd;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0px 20px 0px;
}

.event-container {
    padding: 20px 20px;
}


