  /* CSS Document */

.date-swiper {
    width: auto;
    position: relative;
    margin: 0 auto;
    padding: 8px;
}

    .date-swiper .mask {
        overflow: hidden;
        -ms-overflow-y: hidden;
        height: 40px;
        min-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 5px;
        margin: 0px !important;
        width: auto;
    }

    .date-swiper .years {
        display: block;
        width: auto;
        padding: 0 48px;
    }

        .date-swiper .years ul {
            display: block;
            width: 100%;
            min-height: 40px;
            margin: 0;
            padding: 0;
            list-style-type: none;
            -moz-padding-start: 0px;
            -moz-margin-start: 0px;
        }

            .date-swiper .years ul li {
                box-sizing: content-box;
                display: block;
                list-style-type: none;
                float: left;
                width: 33.33%;
                width: calc(33.33% - 4px);
                padding: 2px;
            }

                .date-swiper .years ul li:nth-child(1),
                .date-swiper .years ul li:nth-child(5) {
                    display: none;
                }

                .date-swiper .years ul li a {
                    background-color: #F4F3F2;
                    border: 1px solid transparent;
                    color: #444444;
                    display: block;
                    font-size: 12px;
                    box-sizing: border-box;
                    padding: 12px;
                    text-align: center;
                    text-decoration: none;
                    height: 40px;
                }

                    .date-swiper .years ul li a.selected {
                        background-color: #444444;
                        color: #FFFFFF;
                    }

                    .date-swiper .years ul li a:hover {
                        background-color: #444444;
                        color: #FFFFFF;
                    }

    .date-swiper .months {
        display: block;
        width: auto;
        padding: 0 48px 0 48px;
    }

    .date-swiper a.year {
        background-color: #444444;
        display: block;
        margin: 3px;
        border: 0 none;
        border-radius: 2px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        padding: 8px;
        text-decoration: none;
        vertical-align: middle;
        width: auto;
    }

        .date-swiper a.year img {
            display: block;
        }

    .date-swiper a.month {
        background-color: #006c76;
        display: block;
        margin: 3px;
        border: 0 none;
        border-radius: 2px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        padding: 8px;
        text-decoration: none;
        vertical-align: middle;
        width: auto;
    }

        .date-swiper a.month img {
            display: block;
        }

@media only screen and (min-width: 768px) {
    .date-swiper .months {
        padding: 0;
    }
}

.date-swiper .months ul {
    display: block;
    width: 100%;
    min-height: 41px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .date-swiper .months ul li {
        box-sizing: content-box;
        display: block;
        list-style-type: none;
        float: left;
        width: 33.33%;
        width: calc(33.33% - 4px);
        padding: 2px;
    }

@media only screen and (min-width: 768px) {
    .date-swiper .months ul li {
        width: 8.33%;
        width: calc(8.33% - 4px);
    }
}

.date-swiper .months ul li a {
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    overflow: hidden;
    -ms-overflow-y: hidden;
    min-width: 32px;
    height: 40px;
    line-height: 24px;
    background-color: #F4F3F2;
    border: 1px solid #F4F3F2;
    color: #444444;
    display: block;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

    .date-swiper .months ul li a.selected {
        background-color: #006C76;
        color: #FFFFFF;
    }

    .date-swiper .months ul li a:hover {
        background-color: #006C76;
        color: #FFFFFF;
    }

@media only screen and (min-width: 960px) {
    .date-swiper .years ul li a {
        font-size: 16px;
    }

    .date-swiper .months ul li a {
        font-size: 16px;
    }
}


@media only screen and (min-width: 768px) {
    .date-swiper .years ul li {
        box-sizing: content-box;
        display: block;
        list-style-type: none;
        float: left;
        width: 20%;
        width: calc(20% - 4px);
        padding: 2px;
    }

        .date-swiper .years ul li:nth-child(1),
        .date-swiper .years ul li:nth-child(5) {
            display: block;
        }
}

/* controls */
.date-swiper .controls {
    position: absolute;
    width: 100%;
    height: auto;
}

    .date-swiper .controls .prev {
        background-color: #FFFFFF;
        border-right: 1px solid #F4F3F2;
        box-shadow: 4px 0px 8px rgba(0,0,0,0.2);
        position: absolute;
        left: 0;
    }

    .date-swiper .controls .next {
        background-color: #FFFFFF;
        border-right: 1px solid #F4F3F2;
        box-shadow: -4px 0px 8px rgba(0,0,0,0.2);
        position: absolute;
        right: 16px;
    }

/*.date-swiper button.year {
    background-color: #444444;
    display: block;
    margin: 3px;
}

.rsc-ui button.month {
    background-color: #006C76;
    display: block;
    margin: 3px;
}*/

@media only screen and (min-width: 768px) {
    .date-swiper a.month {
        display: none;
    }
}

.rsc-ui button.disabled, .rsc-ui button.disabled:hover {
    background: #CECECE;
}


/* Âé¶¹AV.ORG/CORE */
.rsc-ui button,
.rsc-ui input[type=button],
.rsc-ui input[type=submit],
.rsc-ui input[type=reset] {
    background-color: #223335;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.3);
    color: #FFFFFF;
    cursor: pointer;
    font-family: museo_sans_500Regular;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    min-width: 40px;
    line-height: 16px;
}

    .rsc-ui .button:hover,
    .rsc-ui .button:focus,
    .rsc-ui button:hover,
    .rsc-ui button:focus,
    .rsc-ui input[type=button]:hover,
    .rsc-ui input[type=submit]:hover,
    .rsc-ui input[type=reset]:hover,
    .rsc-ui input[type=button]:focus,
    .rsc-ui input[type=submit]:focus,
    .rsc-ui input[type=reset]:focus {
        background-color: #131E20;
        box-shadow: none;
    }

    .rsc-ui button.clear {
        background-color: transparent;
        border: 0px solid #D1CCBD;
        color: #223335;
        position: relative;
        z-index: 1001;
        margin: 0 auto;
    }

.date-swiper .months ul li.hide-below-tablet {
    display: none;
}

@media only screen and (min-width: 768px) {
    .date-swiper .months ul li.hide-below-tablet {
        display: block;
    }
}

.date-swiper .legend {
    line-height: 16px;
    padding-top: 8px;
}

    .date-swiper .legend .colour-bg {
        background-color: #F1EB8A;
        display: inline-block;
        line-height: 24px;
        width: 16px;
        height: 16px;
        min-width: 16px;
        margin: 4px;
        vertical-align: middle;
    }



/* ie fixes */
.ie .date-swiper .months {
    padding: 0;
}

    .ie .date-swiper .months ul li {
        width: 8.33%;
    }

.ie .date-swiper .years ul li a {
    font-size: 16px;
}

.ie .date-swiper .months ul li a {
    font-size: 16px;
}

.ie .date-swiper .years ul li {
    box-sizing: border-box;
    display: block;
    list-style-type: none;
    float: left;
    xmin-width: 96px;
    width: 20%;
    padding: 2px;
}

    .ie .date-swiper .years ul li:nth-child(1),
    .ie .date-swiper .years ul li:nth-child(5) {
        display: block;
    }

.ie .date-swiper a.month {
    display: none;
}

.ie .date-swiper .months ul li.hide-below-tablet {
    display: block;
}
