﻿
.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;
        }

/*--------------------------------------------*/

:root {
    --event-theme: var(--blue-dark);
    --event-swatch: url(../images/purple-swatch.png);
    --event-swatch-thin: url(../images/event-purple-swatch-thin.png);
    --event-bg: url(../images/baaps-event-bg.jpg);
}

.events_slider_container {
    position: relative;
    background: var(--event-bg) no-repeat center;
    background-size: cover;
    padding: 6em 2em;
    color: #fff;
    text-align: center;
}

    .events_slider_container::before,
    .events_slider_container::after {
        content: "";
        position: absolute;
        left: 0;
        height: 150px;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .events_slider_container::before {
        top: 0;
        background-image: url(../images/event-inline-top.png);
        background-position: center -1px;
    }

    .events_slider_container::after {
        bottom: 0;
        background-image: url(../images/event-inline-bottom.png);
        background-position: center 100%;
    }

.events_slider {
    display: flex;
    flex-flow: column-reverse;
    z-index: 2;
}

    .events_slider .slick-dots {
        display: flex;
        list-style: none;
        gap: 8px;
        padding: 0;
        justify-content: center;
    }

        .events_slider .slick-dots li {
            height: 15px;
            width: 15px;
            border: 1px solid #fff;
            border-radius: 15px;
        }

            .events_slider .slick-dots li.slick-active {
                background: #fff
            }

            .events_slider .slick-dots li:hover {
                cursor: pointer;
                background: #fff
            }

        .events_slider .slick-dots button {
            display: none;
        }

.event_inline {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0 auto;
}

    .event_inline .event_inline_title {
        padding: 1em 4em 2em 6em;
        background: var(--event-swatch) left center no-repeat;
        background-size: 100% 100%;
    }

        .event_inline .event_inline_title p {
            margin-bottom: 0;
        }

        .event_inline .event_inline_title h2 {
            margin-top: 0;
            line-height: 1em;
        }

    .event_inline .event_inline_metadata {
        background: var(--event-swatch-thin) center no-repeat;
        background-size: auto 100%;
        width: 100%;
        padding: 1em;
    }
/*--------------------------------------------*/
.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;
        color: var(--blue);
    }

.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;
}

.month_row {
    padding: 5px 15px;
    color: #444444;
    font-size: 1.2em;
    background: #EEEEEE;
}

.date_row {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: .9em;
    transition: background 0.3s;
}

    .date_row.col-xs-12 {
        float: none;
    }

    .date_row:hover {
        background: #ebf0f8;
    }

    .date_row.featured_event {
        color: #fff;
        background: var(--purple-light);
    }

        .date_row.featured_event:hover {
            background: var(--purple);
        }

        .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: #1557b2;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-size: 0.75em;
    line-height: 1.4em;
    margin-right: 20px;
    margin-bottom: 2px;
    padding: 3px 6px;
    text-decoration: none;
    -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: #0a4493;
    }

    a.calendar_event.featured_event {
        background: #BD9B6B;
        color: #fff;
    }

        a.calendar_event.featured_event:hover {
            background: #9D7B4B;
        }

.date_passed {
    opacity: 0.7;
}

.calendar_day_number a {
    color: #666666;
}

/*--------------------------------------------*/

.sidebar_box {
    margin-top: 30px;
}

    .sidebar_box .btn_block {
        width: 100%;
    }

/*--------------------------------------------*/

#events_order_nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0em 0 2em; /*
    color: #000000;
    background-color: #E1E7EA;
    border-bottom: 1px solid #81C2E7;*/
    /* background-image: url(../images/event-orange-swatch-thin.png);
    background-size: 100% 100%;*/
}

    #events_order_nav h4 {
        color: #0C265D;
    }

    #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: #D5E6F9;
        text-decoration: none;
        background-color: #0C265D;
        border-radius: 5px;*/ z-index: 0;
    }

        #events_order_nav .basket::before, #events_order_nav .basket::after {
            background-image: url(../images/event-purple-swatch-thin.png);
        }

        #events_order_nav .basket > * {
            z-index: 1;
        }

        #events_order_nav .basket:hover {
            /*background-color: #2C467D;*/
        }

        #events_order_nav .basket i,
        #events_order_nav .basket .count {
            padding-right: 5px;
            /* color: #FFFFFF;*/
            font-size: 1.2em;
            line-height: 1.3em;
        }

/*--------------------------------------------*/

#cert_container.cpd_certificate {
    font-family: 'Times New Roman', Georgia, serif;
}

    #cert_container.cpd_certificate .border {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 40px 60px;
        border: 4px solid #0070C0;
    }

    #cert_container.cpd_certificate img {
        max-width: 100%;
        height: auto;
    }

        #cert_container.cpd_certificate img.baaps_logo {
            width: auto;
            height: 100px;
        }

    #cert_container.cpd_certificate h1 {
        margin-top: 50px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: -1px;
        font-weight: bold;
        font-size: 3.25em;
    }

    #cert_container.cpd_certificate p {
        margin-top: 30px;
        color: #000000;
        text-align: center;
        font-size: 1.3em;
        line-height: 1.4em;
    }

    #cert_container.cpd_certificate .body p:last-child {
        margin-top: 16px;
    }

    #cert_container.cpd_certificate p strong {
        display: inline-block;
        padding-top: 14px;
        color: #818181;
        font-weight: normal;
    }

    #cert_container.cpd_certificate p em {
        display: inline-block;
        padding-top: 20px;
        font-style: normal;
        font-weight: bold;
    }

    #cert_container.cpd_certificate .header {
        opacity: 0.7;
    }

        #cert_container.cpd_certificate .header p {
            margin-top: 0px;
            margin-bottom: 0.7em;
            color: #001c42;
            text-align: left;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 0.7em;
            line-height: 1.4em;
        }

            #cert_container.cpd_certificate .header p:last-child {
                margin-bottom: 0px;
            }

            #cert_container.cpd_certificate .header p em {
                display: inline;
                padding-top: 0px;
                font-weight: normal;
                font-style: italic;
            }

    #cert_container.cpd_certificate .signatures {
        margin-top: 70px;
        font-size: 0.9em;
        line-height: 1.4em;
    }

        #cert_container.cpd_certificate .signatures img {
            width: auto;
            height: 90px;
        }

        #cert_container.cpd_certificate .signatures p {
            margin-top: 14px;
        }

    #cert_container.cpd_certificate footer {
        opacity: 0.7;
        left: 60px;
        right: 60px;
        bottom: 40px;
    }

        #cert_container.cpd_certificate footer p {
            margin-top: 10px;
            color: #001c42;
            text-align: left;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 0.55em;
            line-height: 1.6em;
        }

            #cert_container.cpd_certificate footer p strong {
                display: inline;
                padding: 0px;
                color: inherit;
                font-weight: bold;
            }

/*--------------------------------------------*/
