/*!
 * Evo Calendar - Simple and Modern-looking Event Calendar Plugin
 *
 * Licensed under the MIT License
 * 
 * Version: 1.1.2
 * Author: Edlyn Villegas
 * Docs: https://edlynvillegas.github.com/evo-calendar
 * Repo: https://github.com/edlynvillegas/evo-calendar
 * Issues: https://github.com/edlynvillegas/evo-calendar/issues
 * 
*/

/* Evo Calendar - Theme: Hamstouille */
.hamstouille {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.hamstouille .calendar-sidebar {
    background: #4ca76e;
    background: -o-linear-gradient(left, #4ca76e, #4ca76e);
    background: -webkit-gradient(linear, left top, right top, from(#4ca76e), to(#4ca76e));
    background: linear-gradient(to right, #4ca76e, #4ca76e);
    -webkit-box-shadow: 5px 0 18px -3px rgb(166, 222, 174);
            box-shadow: 5px 0 18px -3px rgb(166, 222, 174);
}
.hamstouille.sidebar-hide .calendar-sidebar {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.hamstouille .calendar-sidebar > .month-list::-webkit-scrollbar-thumb:hover {
    background: #ffd3bd;
}
.hamstouille .calendar-sidebar > .month-list > .calendar-months > li:hover {
    background-color: rgba(255, 255, 255, 0.20);
}
.hamstouille .calendar-sidebar > .month-list > .calendar-months > li.active-month {
    background-color: rgba(255, 255, 255, 0.40);
}
.hamstouille .calendar-sidebar > span#sidebarToggler,
.hamstouille #eventListToggler {
    background-color: #a6deae;
    -webkit-box-shadow: 0 0 18px -3px rgb(166, 222, 174, 0.65);
            box-shadow: 0 0 18px -3px rgb(166, 222, 174, 0.65);
}
.hamstouille th[colspan="7"] {
    position: relative;
    font-size: 30px;
    color: #4da782;
}
.hamstouille th[colspan="7"]::after {
    content: '';
    display: block;
    width: 92%;
    height: 1px;
    margin: 0 auto;
    background: #4da782;
}
.hamstouille tr.calendar-body .calendar-day .day:hover {
    background-color: rgb(81 169 132);
    color: #ffffff;
}
.hamstouille tr.calendar-body .calendar-day .day.calendar-today {
    background: #a6deae;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
    background: -o-linear-gradient(left, #4ca76e, #4ca76e);
    background: -webkit-gradient(linear, left top, right top, from(#4ca76e), to(#4ca76e));
    background: linear-gradient(to right, #4ca76e, #4ca76e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.hamstouille tr.calendar-body .calendar-day .day.calendar-active,
.hamstouille tr.calendar-body .calendar-day .day.calendar-active:hover {
    border-color: #52aa85;
}
.hamstouille tr.calendar-body .calendar-day .day.calendar-today:hover {
    color: #fff;
}
.hamstouille .calendar-events {
    background-color: #fff;
}
.hamstouille .calendar-events::-webkit-scrollbar-thumb {
    background: #a6deae;
    border-radius: 5px;
}
.hamstouille .calendar-events::-webkit-scrollbar-thumb:hover {
    background: #dc855e;
}
.hamstouille .event-container > .event-icon > div.event-bullet-event,
.hamstouille .event-indicator > .type-bullet > div.type-event {
    background-color: #52aa85;
}
.hamstouille .event-list > .event-empty {
    background-color: #fff;
    border: 1px solid #52aa85;
}
.hamstouille .event-list > .event-empty > p {
    color: #52aa85;
}
.hamstouille .event-container > .event-info > p.event-title > span {
    color: #52aa85;
    background-color: #fff;
    border: 1px solid #52aa85;
}

/* ticket 1469 */
.event-container > .event-icon > div.event-bullet-customcreneau,
.event-indicator > .type-bullet > div.type-customcreneau {
    background-color: #f2a43a;
}

@media only screen and (max-width: 768px) {
    .hamstouille .calendar-inner::after {
        background-color: rgba(160, 131, 119, 0.5);
    }
    .hamstouille .calendar-events {
        -webkit-box-shadow: -5px 0 18px -3px rgba(255, 152, 101, 0.5);
                box-shadow: -5px 0 18px -3px rgba(255, 152, 101, 0.5);
    }
    .hamstouille.event-hide .calendar-events {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
@media screen and (max-width: 425px) {
    .hamstouille .calendar-sidebar > .calendar-year {
        background: #a6deae;
        background: -o-linear-gradient(left,#4ca76e,#4ca76e);
        background: -webkit-gradient(linear,left top, right top,from(#4ca76e),to(#4ca76e));
        background: linear-gradient(to right,#4ca76e,#4ca76e);
        -webkit-box-shadow: 0 5px 18px -3px rgba(152, 91, 61, 0.65);
        box-shadow: 0 3px 8px -3px rgba(152, 91, 61, 0.65);
    }
    .hamstouille .calendar-sidebar > .month-list {
        background: -o-linear-gradient(left,#4ca76e,#4ca76e);
        background: -webkit-gradient(linear,left top, right top,from(#4ca76e),to(#4ca76e));
        background: linear-gradient(to right,#4ca76e,#4ca76e);
    }
}
