﻿.popover-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white;
}

    .popover-danger.bs-popover-right .arrow:after {
        border-right-color: #d9534f;
    }

main > .container {
    background-color: #fff;
    padding-top: 20px;
}
/* Weather Icons */
.weather-icon {
    display: inline-block;
    background: url('/images/weather-icons-sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

    .weather-icon.blizzard {
        background-position: -5px -0px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.clear-day {
        background-position: -60px -0px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.cloudy-day {
        background-position: -115px -0px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.cloudy-night {
        background-position: -5px -55px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.cloudy {
        background-position: -60px -55px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.fog {
        background-position: -115px -55px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.fog2 {
        background-position: -5px -110px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.heavy-rain {
        background-position: -60px -110px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.partly-cloudy-day {
        background-position: -115px -110px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.partly-cloudy-night {
        background-position: -5px -165px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.rain {
        background-position: -60px -165px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.sleet {
        background-position: -115px -165px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.snow {
        background-position: -5px -220px;
        width: 50px;
        height: 50px;
    }

    .weather-icon.wind {
        background-position: -60px -220px;
        width: 50px;
        height: 50px;
    }

/* End weather icons */


@media (min-width: 992px) and (max-width: 1440px) {
    .dashboard .dashboard-buttons a {
        text-decoration: none;
        min-width: 180px;
    }
}

@media (max-width: 576px) {
    .dashboard .dashboard-buttons {
        margin-top: 20px;
    }
}


.content-single-column h2 {
    margin-bottom: 1rem;
}

/* Video Widget */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.min-height {
    min-height: 100vh;
}

.min-height-flex {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

/* Dashboard Tables */

table.upcoming-events-table,
table.completed-events-table {
    width: 100%;
}

.upcoming-events-table th.arrows {
    width: 50px;
    max-width: 50px;
}

.upcoming-events-table th.date,
.completed-events-table th.date {
    width: 100px;
    max-width: 100px;
}

.upcoming-events-table th.event-name {
    width: 150px;
}

.upcoming-events-table th.distance {
    width: 70px;
    max-width: 70px;
}

.upcoming-events-table th.climb {
    width: 50px;
    max-width: 50px;
}

.upcoming-events-table th.starting-from {
    width: 20%;
}

.upcoming-events-table th.status {
    width: 60px;
    max-width: 60px;
}

.upcoming-events-table th.view-event {
    width: 65px;
}

.upcoming-events-table .tr-toggle {
    cursor: pointer;
}

.events-table-mobile .event {
    border: 1px solid #555555;
    margin-bottom: 10px;
}

    .events-table-mobile .event .event-row {
        border-bottom: 1px solid #e9e9e9;
    }

    .events-table-mobile .event .date {
        background-color: #555555;
        color: #fff;
    }

    .events-table-mobile .event .name {
        background-color: #6f6f6f;
        color: #fff;
    }

    .events-table-mobile .event .hidden {
        display: none;
    }

    .events-table-mobile .event .status {
        border-top: 1px solid #555555;
    }

.dashboard .events-table-container table th {
    background-color: #e9e9e9;
    font-weight: bold;
}

.dashboard .next-event-row {
    margin-top: 20px;
}

.dashboard .events-table-container table tr.primary.expanded td {
    background-color: #f1f1f1;
}

.dashboard .events-table-container table tr.secondary table {
    width: 100%;
}

    .dashboard .events-table-container table tr.secondary table td {
        background-color: #f6f6f6;
    }

        .dashboard .events-table-container table tr.secondary table td.auk-no-left-border {
            border-left: 0;
        }

.dashboard .events-table-container table th.event {
    width: 12%;
}

.dashboard .events-table-container table th.type {
    width: 8%;
}

.dashboard .events-table-container table th.aaa {
    width: 10%;
}

.dashboard .events-table-container table.completed-events-table .expand-arrow {
    max-width: 65px;
}

table.completed-events-table td.date {
    width: 147px;
    max-width: 147px;
}

table.completed-events-table td.event {
    width: 288px;
    max-width: 288px;
}

.events-table-mobile .mobile-buttons a {
    width: 49%;
}

.dashboard .user-summary a:last-child {
    margin-left: 4px;
}

.calendar-events-table .event-row {
    cursor: pointer;
}

@media (min-width: 576px) {
    .upcoming-events-table th.event-name {
        width: 200px;
        max-width: 200px;
    }

    .upcoming-events-table th.starting-from {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .dashboard .events-table-container table {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .dashboard .events-table-container table.completed-events-table .expand-arrow {
        width: 65px;
        max-width: 65px;
    }
}

/* End Dashboard tables */
.g-bg-audax {
    background-color: #DA3A38 !important;
}

input[type="checkbox"]:checked + .g-bg-primary--checked, input[type="radio"]:checked + .g-bg-primary--checked, input[type="checkbox"]:checked + * .g-bg-primary--checked, input[type="radio"]:checked + * .g-bg-primary--checked {
    background-color: #0C5FA2 !important;
}

.g-bg-audax-blue {
    background-color: #010066 !important;
}

.scroll-snap {
    position: sticky;
    word-break: break-word;
    top: 30px;
}

    .scroll-snap h2 {
        font-size: 1rem;
    }

.track {
    height: 100%;
    width: 100%;
}

.table-checkbox-strikethrough tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 46%;
    left: 0;
    border-bottom: 1px solid #DA3A38;
    width: 100%;
}

table.table-checkbox-strikethrough {
    border-collapse: collapse;
}

.table-checkbox-strikethrough td {
    position: relative;
    padding: 5px 10px;
}

.minitableStrikeout div:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -5px;
    border-bottom: 1px solid #DA3A38;
    width: 113%;
}

ul.collapsable li {
    border-collapse: collapse;
}

ul.collapsable li {
    position: relative;
    padding: 5px 10px;
}

[class*="input-group-"] {
    min-width: 38px;
    background-color: transparent;
    border-color: #ccc;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
/* RTE Styles */

span.RedText {
    color: #FF0000;
}

span.GreenText {
    color: #008000;
}

span.DarkOrangeText {
    color: #FF8C00;
}

span.BlackText {
    color: #000000;
}
/* End RTE Styles */

/* Store Styles */

.store .hero {
    margin-bottom: 20px;
}

.store .shadow {
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 6%);
}

.store .grid {
    display: flex;
    justify-content: space-between;
}

    .store .grid .col {
        width: 30%;
        overflow: hidden;
    }

        .store .grid .col article {
            height: 100%;
        }

.store .text-left {
    justify-content: flex-start;
    display: flex;
}

.aud-nav {
    border-bottom: 1px solid #DA3A38;
    margin-bottom: 20px;
}

.page-bg {
    display: block;
    width: 100%;
    height: 300px;
    z-index: -1;
    margin: 30px 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.js-basket-alert.subscribeFail {
    background-color: rgb(218, 58, 56,1);
}

.deleteIcon {
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .page-bg {
        position: fixed;
        margin: 0 0 0 0;
        height: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.open-background-modal {
    position: fixed;
    bottom: 13px;
    right: 13px;
}

/*--- STRIPE ----------------------------*/
.form-box {
    margin: 0 auto;
    max-width: 30vw;
    min-width: 500px;
    ;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

input#stripe-payment-form {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}

.stripe-result-message {
    line-height: 22px;
    font-size: 16px;
}

    .stripe-result-message a {
        font-weight: 600;
        text-decoration: none;
    }

.stripe-hidden {
    display: none;
}

#stripe-card-error {
    color: #d83c3d;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#stripe-card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}
/* Buttons and links */
#stripe-submit {
    background: #0c5fa2;
    min-width: 50%;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}

#stripe-button-text {
    width: 100%;
}

    #stripe-button-text:hover {
        filter: contrast(115%);
    }

    #stripe-button-text:disabled {
        opacity: 0.5;
        cursor: default;
    }
/* spinner/processing state, errors */
.stripe-spinner,
.stripe-spinner:before,
.stripe-spinner:after {
    border-radius: 50%;
}

.stripe-spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .stripe-spinner:before,
    .stripe-spinner:after {
        position: absolute;
        content: "";
    }

    .stripe-spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #0c5fa2;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }

    .stripe-spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #0c5fa2;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }

.select-min {
    min-height: 40px;
}

.basket-alert {
    position: fixed;
    bottom: 360px;
    right: 50px;
    background: rgba(12, 95, 162, 0.3);
}

@media screen and (max-width: 768px) {
    .basket-alert {
        position: fixed;
        bottom: 40vh;
        right: 4%;
        background: rgba(12, 95, 162, 1);
        color: #fff;
    }
}


@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    #stripe-payment-form {
        min-width: 80vw;
    }
}

/* Leaflet Cluster Marker */
.auk-cluster-marker {
    background-image: url('/images/ClusterMarker.png');
    background-color: rgb(172 172 172 / 0.40);
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.rc-slider {
    position: relative;
    width: 100%;
    height: 14px;
    padding: 5px 0;
    border-radius: 6px;
    touch-action: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .rc-slider * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.rc-slider-rail {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e9e9e9;
    border-radius: 6px;
}

.rc-slider-track {
    position: absolute;
    height: 4px;
    background-color: #abe2fb;
    border-radius: 6px;
}

.rc-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background-color: #fff;
    border: solid 2px #96dbfa;
    border-radius: 50%;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: 0.8;
    touch-action: pan-x;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-handle:focus {
    outline: none;
    box-shadow: none;
}

.rc-slider-handle:focus-visible {
    border-color: #2db7f5;
    box-shadow: 0 0 0 3px #96dbfa;
}

.rc-slider-handle-click-focused:focus {
    border-color: #96dbfa;
    box-shadow: unset;
}

.rc-slider-handle:hover {
    border-color: #57c5f7;
}

.rc-slider-handle:active {
    border-color: #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    color: #999;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.rc-slider-mark-text-active {
    color: #666;
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
}

.rc-slider-dot-active {
    border-color: #96dbfa;
}

.rc-slider-dot-reverse {
    margin-right: -4px;
}

.rc-slider-disabled {
    background-color: #e9e9e9;
}

    .rc-slider-disabled .rc-slider-track {
        background-color: #ccc;
    }

    .rc-slider-disabled .rc-slider-handle,
    .rc-slider-disabled .rc-slider-dot {
        background-color: #fff;
        border-color: #ccc;
        box-shadow: none;
        cursor: not-allowed;
    }

    .rc-slider-disabled .rc-slider-mark-text,
    .rc-slider-disabled .rc-slider-dot {
        cursor: not-allowed !important;
    }

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px;
}

    .rc-slider-vertical .rc-slider-rail {
        width: 4px;
        height: 100%;
    }

    .rc-slider-vertical .rc-slider-track {
        bottom: 0;
        left: 5px;
        width: 4px;
    }

    .rc-slider-vertical .rc-slider-handle {
        margin-top: 0;
        margin-left: -5px;
        touch-action: pan-y;
    }

    .rc-slider-vertical .rc-slider-mark {
        top: 0;
        left: 18px;
        height: 100%;
    }

    .rc-slider-vertical .rc-slider-step {
        width: 4px;
        height: 100%;
    }

    .rc-slider-vertical .rc-slider-dot {
        margin-left: -2px;
    }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    display: block !important;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
    display: block !important;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
    animation-name: rcSliderTooltipZoomDownIn;
    animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    animation-name: rcSliderTooltipZoomDownOut;
    animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    transform: scale(0, 0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        transform: scale(0, 0);
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: 50% 100%;
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform: scale(1, 1);
        transform-origin: 50% 100%;
    }

    100% {
        transform: scale(0, 0);
        transform-origin: 50% 100%;
        opacity: 0;
    }
}

.rc-slider-tooltip {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .rc-slider-tooltip * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.rc-slider-tooltip-hidden {
    display: none;
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
    min-width: 24px;
    height: 24px;
    padding: 6px 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c;
}

.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
    opacity: 0;
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
    display: block;
}

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation-play-state: paused;
}

.rc-tooltip-zoom-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
    animation-play-state: paused;
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
    animation-name: rcToolTipZoomIn;
    animation-play-state: running;
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
    animation-name: rcToolTipZoomOut;
    animation-play-state: running;
}

@keyframes rcToolTipZoomIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0);
    }

    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
    }
}

@keyframes rcToolTipZoomOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
    }

    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0);
    }
}

.rc-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
}

.rc-tooltip-hidden {
    display: none;
}

.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
    padding: 5px 0 9px 0;
}

.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
    padding: 0 5px 0 9px;
}

.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
    padding: 9px 0 5px 0;
}

.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
    padding: 0 9px 0 5px;
}

.rc-tooltip-inner {
    padding: 8px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #373737;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    min-height: 34px;
}

.rc-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    bottom: 4px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #373737;
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
    left: 50%;
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
    left: 15%;
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    right: 15%;
}

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    left: 4px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #373737;
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
    top: 50%;
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
    top: 15%;
    margin-top: 0;
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    bottom: 15%;
}

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    right: 4px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #373737;
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
    top: 50%;
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
    top: 15%;
    margin-top: 0;
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    bottom: 15%;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    top: 4px;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #373737;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
    left: 50%;
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
    left: 15%;
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    right: 15%;
}


.event-finder .ride {
    border-left: 7px solid #999;
}

.event-finder .ride-50 {
    border-left: 7px solid #f9c;
}

.event-finder .ride-100 {
    border-left: 7px solid #f9c;
}


.loading-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.2);
    z-index: 99;
}

.loading-overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loading-overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading-spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: loading-spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes loading-spin {
    100% {
        transform: rotate(360deg);
    }
}
.btn-disabled {
    opacity: 0.5;
    color: #555;
    background-color: #eee;
    cursor: default;
}

/*!
 * leaflet-extra-markers
 * Custom Markers for Leaflet JS based on Awesome Markers
 * Leaflet ExtraMarkers
 * https://github.com/coryasilva/Leaflet.ExtraMarkers/
 * @author coryasilva <https://github.com/coryasilva>
 * @version 1.2.1
 */ .extra-marker {
    background: url("../img/markers_default.png") no-repeat 0 0;
    width: 35px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center
}

.extra-marker-shadow {
    background: url("../img/markers_shadow.png") no-repeat 0 0;
    width: 36px;
    height: 16px
}

@media (min--moz-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx) {
    .extra-marker {
        background-image: url("../img/markers_default@2x.png");
        background-size: 540px 184px
    }

    .extra-marker-shadow {
        background-image: url("../img/markers_shadow@2x.png");
        background-size: 35px 16px
    }
}

.extra-marker.extra-marker-svg {
    background: none
}

    .extra-marker.extra-marker-svg .svg-inline--fa, .extra-marker.extra-marker-svg i {
        position: absolute;
        left: 0;
        width: 35px
    }

.extra-marker .svg-inline--fa, .extra-marker i {
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    font-size: 14px
}

.extra-marker .svg-inline--fa {
    margin-top: 10px;
    background: none
}

.extra-marker .svg-inline--fa, .extra-marker i.fa, .extra-marker i.fab, .extra-marker i.fas, .extra-marker i.far, .extra-marker i.fal {
    margin-top: 10px
}

    .extra-marker .svg-inline--fa.fa-2x, .extra-marker i.fa.fa-2x, .extra-marker i.fab.fa-2x, .extra-marker i.fas.fa-2x, .extra-marker i.far.fa-2x, .extra-marker i.fal.fa-2x {
        font-size: 16px;
        margin-top: 9px
    }

    .extra-marker .svg-inline--fa.fa-3x, .extra-marker i.fa.fa-3x, .extra-marker i.fab.fa-3x, .extra-marker i.fas.fa-3x, .extra-marker i.far.fa-3x, .extra-marker i.fal.fa-3x {
        font-size: 18px;
        margin-top: 9px
    }

    .extra-marker .svg-inline--fa.fa-4x, .extra-marker i.fa.fa-4x, .extra-marker i.fab.fa-4x, .extra-marker i.fas.fa-4x, .extra-marker i.far.fa-4x, .extra-marker i.fal.fa-4x {
        font-size: 20px;
        margin-top: 8px
    }

    .extra-marker .svg-inline--fa.fa-5x, .extra-marker i.fa.fa-5x, .extra-marker i.fab.fa-5x, .extra-marker i.fas.fa-5x, .extra-marker i.far.fa-5x, .extra-marker i.fal.fa-5x {
        font-size: 24px;
        margin-top: 6px
    }

.extra-marker .fa-number:before {
    content: attr(number)
}

.extra-marker i.glyphicon {
    margin-top: 10px
}

.extra-marker i.icon {
    margin-right: 0;
    opacity: 1
}

.extra-marker-circle-red {
    background-position: 0 0
}

.extra-marker-circle-orange-dark {
    background-position: -36px 0
}

.extra-marker-circle-orange {
    background-position: -72px 0
}

.extra-marker-circle-yellow {
    background-position: -108px 0
}

.extra-marker-circle-blue-dark {
    background-position: -144px 0
}

.extra-marker-circle-blue {
    background-position: -180px 0
}

.extra-marker-circle-cyan {
    background-position: -216px 0
}

.extra-marker-circle-purple {
    background-position: -252px 0
}

.extra-marker-circle-violet {
    background-position: -288px 0
}

.extra-marker-circle-pink {
    background-position: -324px 0
}

.extra-marker-circle-green-dark {
    background-position: -360px 0
}

.extra-marker-circle-green {
    background-position: -396px 0
}

.extra-marker-circle-green-light {
    background-position: -432px 0
}

.extra-marker-circle-black {
    background-position: -468px 0
}

.extra-marker-circle-white {
    background-position: -504px 0
}

.extra-marker-square-red {
    background-position: 0 -46px
}

.extra-marker-square-orange-dark {
    background-position: -36px -46px
}

.extra-marker-square-orange {
    background-position: -72px -46px
}

.extra-marker-square-yellow {
    background-position: -108px -46px
}

.extra-marker-square-blue-dark {
    background-position: -144px -46px
}

.extra-marker-square-blue {
    background-position: -180px -46px
}

.extra-marker-square-cyan {
    background-position: -216px -46px
}

.extra-marker-square-purple {
    background-position: -252px -46px
}

.extra-marker-square-violet {
    background-position: -288px -46px
}

.extra-marker-square-pink {
    background-position: -324px -46px
}

.extra-marker-square-green-dark {
    background-position: -360px -46px
}

.extra-marker-square-green {
    background-position: -396px -46px
}

.extra-marker-square-green-light {
    background-position: -432px -46px
}

.extra-marker-square-black {
    background-position: -468px -46px
}

.extra-marker-square-white {
    background-position: -504px -46px
}

.extra-marker-star-red {
    background-position: 0 -92px
}

.extra-marker-star-orange-dark {
    background-position: -36px -92px
}

.extra-marker-star-orange {
    background-position: -72px -92px
}

.extra-marker-star-yellow {
    background-position: -108px -92px
}

.extra-marker-star-blue-dark {
    background-position: -144px -92px
}

.extra-marker-star-blue {
    background-position: -180px -92px
}

.extra-marker-star-cyan {
    background-position: -216px -92px
}

.extra-marker-star-purple {
    background-position: -252px -92px
}

.extra-marker-star-violet {
    background-position: -288px -92px
}

.extra-marker-star-pink {
    background-position: -324px -92px
}

.extra-marker-star-green-dark {
    background-position: -360px -92px
}

.extra-marker-star-green {
    background-position: -396px -92px
}

.extra-marker-star-green-light {
    background-position: -432px -92px
}

.extra-marker-star-black {
    background-position: -468px -92px
}

.extra-marker-star-white {
    background-position: -504px -92px
}

.extra-marker-penta-red {
    background-position: 0 -138px
}

.extra-marker-penta-orange-dark {
    background-position: -36px -138px
}

.extra-marker-penta-orange {
    background-position: -72px -138px
}

.extra-marker-penta-yellow {
    background-position: -108px -138px
}

.extra-marker-penta-blue-dark {
    background-position: -144px -138px
}

.extra-marker-penta-blue {
    background-position: -180px -138px
}

.extra-marker-penta-cyan {
    background-position: -216px -138px
}

.extra-marker-penta-purple {
    background-position: -252px -138px
}

.extra-marker-penta-violet {
    background-position: -288px -138px
}

.extra-marker-penta-pink {
    background-position: -324px -138px
}

.extra-marker-penta-green-dark {
    background-position: -360px -138px
}

.extra-marker-penta-green {
    background-position: -396px -138px
}

.extra-marker-penta-green-light {
    background-position: -432px -138px
}

.extra-marker-penta-black {
    background-position: -468px -138px
}

.extra-marker-penta-white {
    background-position: -504px -138px
}


.store-productwindow{
    width: 100%
}
.rdp {
    --rdp-cell-size: 36px; /* Size of the day cells. */
    --rdp-caption-font-size: 18px; /* Font size for the caption labels. */
    --rdp-accent-color: #0C5FA2; /* Accent color for the background of selected days. */
    --rdp-background-color: #e7edff; /* Background color for the hovered/focused elements. */
    --rdp-accent-color-dark: #3003e1; /* Accent color for the background of selected days (to use in dark-mode). */
    --rdp-background-color-dark: #180270; /* Background color for the hovered/focused elements (to use in dark-mode). */
    --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
    --rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */
    --rdp-selected-color: #fff; /* Color of selected day text */
}

/* Hide elements for devices that are not screen readers */
.rdp-vhidden {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute !important;
    top: 0;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
}

/* Buttons */
.rdp-button_reset {
    appearance: none;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: default;
    color: inherit;
    background: none;
    font: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .rdp-button_reset:focus-visible {
        /* Make sure to reset outline only when :focus-visible is supported */
        outline: none;
    }

.rdp-button {
    border: 2px solid transparent;
}

    .rdp-button[disabled]:not(.rdp-day_selected) {
        opacity: 0.25;
    }

    .rdp-button:not([disabled]) {
        cursor: pointer;
    }

    .rdp-button:focus-visible:not([disabled]) {
        color: inherit;
        background-color: var(--rdp-background-color);
        border: var(--rdp-outline);
    }

    .rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
        background-color: var(--rdp-background-color);
    }

.rdp-months {
    display: flex;
    justify-content: center;
}

.rdp-month {
    margin: 0 1em;
}

    .rdp-month:first-child {
        margin-left: 0;
    }

    .rdp-month:last-child {
        margin-right: 0;
    }

.rdp-table {
    margin: 0;
    max-width: calc(var(--rdp-cell-size) * 7);
    border-collapse: collapse;
}

.rdp-with_weeknumber .rdp-table {
    max-width: calc(var(--rdp-cell-size) * 8);
    border-collapse: collapse;
}

.rdp-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    text-align: left;
}

.rdp-multiple_months .rdp-caption {
    position: relative;
    display: block;
    text-align: center;
}

.rdp-caption_dropdowns {
    position: relative;
    display: inline-flex;
}

.rdp-caption_label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0 0.25em;
    white-space: nowrap;
    color: currentColor;
    border: 0;
    border: 2px solid transparent;
    font-family: inherit;
    font-size: var(--rdp-caption-font-size);
    font-weight: bold;
}

.rdp-nav {
    white-space: nowrap;
}

.rdp-multiple_months .rdp-caption_start .rdp-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rdp-multiple_months .rdp-caption_end .rdp-nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.rdp-nav_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--rdp-cell-size);
    height: var(--rdp-cell-size);
    padding: 0.25em;
    border-radius: 100%;
}

/* ---------- */
/* Dropdowns  */
/* ---------- */

.rdp-dropdown_year,
.rdp-dropdown_month {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.rdp-dropdown {
    appearance: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    opacity: 0;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .rdp-dropdown[disabled] {
        opacity: unset;
        color: unset;
    }

    .rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
        background-color: var(--rdp-background-color);
        border: var(--rdp-outline);
        border-radius: 6px;
    }

.rdp-dropdown_icon {
    margin: 0 0 0 5px;
}

.rdp-head {
    border: 0;
}

.rdp-head_row,
.rdp-row {
    height: 100%;
}

.rdp-head_cell {
    vertical-align: middle;
    font-size: 0.75em;
    font-weight: 700;
    text-align: center;
    height: 100%;
    height: var(--rdp-cell-size);
    padding: 0;
    text-transform: uppercase;
}

.rdp-tbody {
    border: 0;
}

.rdp-tfoot {
    margin: 0.5em;
}

.rdp-cell {
    width: var(--rdp-cell-size);
    height: 100%;
    height: var(--rdp-cell-size);
    padding: 0;
    text-align: center;
}

.rdp-weeknumber {
    font-size: 0.75em;
}

.rdp-weeknumber,
.rdp-day {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: var(--rdp-cell-size);
    max-width: var(--rdp-cell-size);
    height: var(--rdp-cell-size);
    margin: 0;
    border: 2px solid transparent;
    border-radius: 100%;
}

.rdp-day_today:not(.rdp-day_outside) {
    font-weight: bold;
}

.rdp-day_selected,
.rdp-day_selected:focus-visible,
.rdp-day_selected:hover {
    color: var(--rdp-selected-color);
    opacity: 1;
    background-color: var(--rdp-accent-color);
}

.rdp-day_outside {
    opacity: 0.5;
}

.rdp-day_selected:focus-visible {
    /* Since the background is the same use again the outline */
    outline: var(--rdp-outline);
    outline-offset: 2px;
    z-index: 1;
}

.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rdp-day_range_end.rdp-day_range_start {
    border-radius: 100%;
}

.rdp-day_range_middle {
    border-radius: 0;
}

/*# sourceMappingURL=style.css.map */

.event-map{
    z-index:5;
}