﻿
.modEventsFilterBar {
    margin: 20px 0px 15px;
    padding: 0px 15px;
    background: #F1F1F1;
}

.modEventsFilterBar .btn-group {
    margin-right: 10px;
}

.modEventsFilterBar button {
    white-space: nowrap;
}

.modEventsFilterBar .dropdown-menu {
    max-height: 205px;
    overflow: auto;
}

.modEventsFilterBar .dropdown-menu li.active a {
    color: #FFFFFF;
    background: #777777;
}

/*--------------------------------------------*/

.events_view_filters {
    background: #F1F1F1;
}

.events_view_filters > p {
    float: left;
    margin: 15px;
}

.events_view_filters > .pagination {
    margin: 8px 0px;
}

/*--------------------------------------------*/

.events_view_title {
    font-size: 1.3em;
}

.events_view_title h2 {
    margin-bottom: 10px;
}

.events_previous_date a,
.events_next_date a {
    display: inline-block;
    height: 42px;
    color: #666666;
    text-decoration: none;
    vertical-align: middle;
}

.events_previous_date span,
.events_next_date span {
    vertical-align: middle;
    line-height: 38px;
}

.events_previous_date .glyphicon,
.events_next_date .glyphicon {
    font-size: 3em;
    color: #666;
    margin-top: -5px;
    vertical-align: middle;
    line-height: 42px;
}

.events_previous_date .glyphicon {
    float: left;
}

.events_next_date .glyphicon {
    float: right;
}

/*--------------------------------------------*/

.events_heading_row {
    margin-top: 15px;
    padding: 5px 15px;
    color: #FFFFFF;
    background: #444444;
}

.events_range {
    color: #666666;
    font-size: 0.7em;
}


.date_row {
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background 0.3s;
}

.date_row.col-xs-12 {
    float: none;
}

.date_row:hover {
    background: #ebf0f8;
}

.date_row.featured_event {
    color: #fff;
    background: #3d4f59;
}

.date_row.featured_event:hover {
    background: #2c3e48;
}

.date_row.featured_event a {
    color: #fff;
}

/*--------------------------------------------*/

.date_row .comment,
.day_view .comment {
    position: absolute;
    box-sizing: content-box;
    top: -9999px;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
    overflow: hidden;
    visibility: hidden;
    background-color: #3A4967;
}

.date_row .comment.ready,
.day_view .comment.ready {
    position: static;
    visibility: visible;
    height: 0px;
    transition: height 0.1s ease-in 0.1s;
}

.date_row .comment.ready {
    margin: 10px -15px -10px -15px;
}

.date_row .comment.visible,
.day_view .comment.visible {
    border-bottom: 1px solid #FFFFFF;
    transition: height 0.1s ease-out;
}

.date_row .comment p,
.day_view .comment p {
    margin: 0px;
    color: transparent;
    transition: color 0.1s ease-in;
}

.date_row .comment p:first-child,
.day_view .comment p:first-child {
    padding-top: 15px;
}

.date_row .comment p:last-child,
.day_view .comment p:last-child {
    padding-bottom: 15px;
}

.date_row .comment p + p,
.day_view .comment p + p {
    margin-top: 6px;
}

.date_row .comment.visible p,
.day_view .comment.visible p {
    transition: color 0.1s ease-out 0.1s;
}

/*--------------------------------------------*/

a.calendar_event {
    background: #78e009;
    border-radius: 10px;
    color: #373737;
    display: block;
    font-size: 0.85em;
    line-height: 1.4em;
    margin-right: 20px;
    margin-bottom: 2px;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;

    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

a.calendar_event:hover {
    background: #89f11a;
}

a.calendar_event.featured_event {
    background: #3d4f59;
    color: #fff;
}

a.calendar_event.featured_event:hover {
    background: #1b2d37;
}

.date_passed {
    opacity: 0.7;
}

.calendar_day_number a {
    color: #666666;
}

/*--------------------------------------------*/

#events_order_nav {
    position: relative;
    padding: 16px 0px;
    background-color: #F4F4F480;
}


#events_order_nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#events_order_nav ul li {
    margin: 0px;
    padding: 0px;
}

    #events_order_nav .basket {
        display: block;
        float: right;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        background-color: var(--mauve-3);
        border-radius: 5px;
    }

        #events_order_nav .basket:hover {
            background-color: var(--grape-3);
        }

#events_order_nav .basket i,
#events_order_nav .basket .count {
    padding-right: 5px;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.3em;
}

/*--------------------------------------------*/

.discountcodeswrapper .input-group-btn {
    font-size: 16px;
}
/*--------------------------------------------*/