﻿

.calendar-event-container {
    display: block !important;
    margin-bottom: 5px;
    height: 115px;
    min-width: 150px;
    /*background-size: 100% auto !important;*/
    background-size:cover!important;
    cursor: pointer;
    border: 0 solid transparent;
    border-radius: 0 !important;
    transition: transform .3s ease !important;
}
    .calendar-event-container:hover {
        transform: scale(1.05);
    }

    .calendar-event-title {
        position: absolute !important;
        bottom: 0;
        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;*/
    background:unset!important;
}
    .fc-calendar .fc-row > div{
        padding:0!important;
    }

        .fc-calendar .fc-row > div > span.fc-date {
            /*color: #000;*/
            color: #fff;
            top: 4px;
            left: 4px;
        }

    .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;*/
        min-height:900px;
    }

    .fc-calendar .fc-row > div.fc-today {
        background-color: transparent;
        /*border: 5px solid #00aa5c;*/
    }

        .fc-calendar .fc-row > div.fc-today.fc-content {
            background-color: #ffbf02;
        }

        .fc-calendar .fc-row > div.fc-today > span.fc-date {
            /*color: #333;*/
            color: #fff;
        }

        .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 h5 {
        width: 100%;
        color: #ddd;
        font-weight: 300;
        text-align: center;
    }



    .custom-header h2, .custom-header h5 {
        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 h5 {
        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);*/
        background: rgba(0, 170, 92, 1);
        margin: 0 1px;
        font-size: 24px;
        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';
}


@media screen and (max-width: 991px) {

    .fc-calendar .fc-row > div > div a{
        margin-bottom:25px!important;

    }

    .calendar-event-title {
        color: #fff !important;
        background-color: transparent !important;
        left:75px;
    }
}


.fc-content {
    background-color: #00aa5c;
}
