﻿

.calendar-event-container {
    display: block !important;
    margin-bottom: 5px;
    height: 115px;
    min-width: 150px;
    background-size: 100% auto !important;
    cursor: pointer;
}

.calendar-event-title {
    position: absolute !important;
    bottom: 5px;
    left: 0;
    right: 0;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .75) !important;
    color: #000 !important;
}

.calendar-nav-left {
    right: 0 !important;
    left: 20px !important;
}

.custom-month-year {
    color: #FFF !important;
}

.fc-calendar {
    /*background: #fff;*/
}

    .fc-calendar .fc-row > div > span.fc-date {
        color: #000;
    }

    .fc-calendar .fc-head {
        /*background-color: #FFF;*/
        background-color: #00aa5c;
    }

        .fc-calendar .fc-head > div {
            text-transform: initial;
            font-size: 16px;
            /*color: #000;*/
            color: #fff;
        }

    .fc-calendar .fc-body {
        min-height: 1000px;
    }

    .fc-calendar .fc-row > div.fc-today {
        background-color: transparent;
        border: 5px solid #ffbf02;
    }

        .fc-calendar .fc-row > div.fc-today.fc-content {
            background-color: #ffbf02;
        }

        .fc-calendar .fc-row > div.fc-today > span.fc-date {
            color: #333;
        }

        .fc-calendar .fc-row > div.fc-today.fc-content > span.fc-date {
            color: #fff;
        }

.custom-header {
    padding: 20px 20px 10px 30px;
    position: relative;
    background-color: #00aa5c;
}

    .custom-header h3 {
        width: 100%;
        color: #ddd;
        font-weight: 300;
        text-align: center;
    }



    .custom-header h2, .custom-header h3 {
        float: left;
        font-weight: 300;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    }

@media(max-width:768px) {
    .custom-header h2, .custom-header h3 {
        font-size: 25px;
    }
}

.custom-header nav {
    right: 20px;
    top: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-header nav.calendar-nav-right {
        float: right;
    }

    .custom-header nav span:first-child {
        border-radius: 3px 0 0 3px;
    }

    .custom-header nav span {
        float: left;
        width: 30px;
        height: 30px;
        position: relative;
        color: rgba(255, 255, 255, 0);
        cursor: pointer;
        background: rgba(255, 255, 255, 0.3);
        margin: 0 1px;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        box-shadow: inset 0 1px rgba(0,0,0,0.2);
    }

        .custom-header nav span.custom-prev:before {
            content: '\25c2';
        }

.custom-header span:before {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-indent: 4px;
}

.custom-header nav span.custom-next:before {
    content: '\25b8';
}

.custom-header nav span:last-child {
    margin-left: 20px;
    border-radius: 3px;
    padding-top: 2px;
}

.custom-header nav span.custom-current:before {
    content: '\27a6';
}
