﻿/*********************************/
/*              GLOBAL           */
/*********************************/
* {
    padding: 0;
    margin: 0;
}

a.btn-primary i{
    color:#fff !important;
}

.pointer {
    cursor: pointer;
}

.no-wrap {
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
}

.no-wrap-hidden {
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
    overflow: hidden;
}

.booking-inquiry-info {
    box-shadow: 3px 3px 10px 0px rgba(150,150,150,0.4);
    background-color: var(--color-booking-inquiry-info);
    color: var(--color-booking-inquiry-info-text);
}

.booking-inquiry-info-header {
    font-size: 14px;
    font-weight: 500;
}

.booking-inquiry-info-text {
    font-size: 14px;
    font-weight: 300;
}

.alternative-product-label {
    background-color: #f5f5f5;
    color: #333333;
    font-weight: 400;
    border-bottom-left-radius: 6px;
    box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.1)
}

.nav-bar {
    background-color: var(--color-nav-background);
    color: var(--color-nav-text);
    height: var(--nav-bar-height);
}

@media screen AND (max-width:991px) {
    .nav-bar {
        height: var(--nav-bar-alternate-height);
        /*overflow:hidden;*/ /*HOTFIX 08-07-2021*/
    }

    /*HOTFIX 08-07-2021*/
    .language-selector-dropdown li {
        background-color: var(--color-nav-background);
    }
}

.nav-text {
    color: var(--color-nav-text);
}

.main-container {
    background-color: var(--color-content-background);
    min-height: calc(100vh - var(--footer-height) - var(--nav-bar-height));
}

.footer {
    background-color: var(--color-body-background);
    color: var(--color-nav-text);
    width: 100%;
    height: var(--footer-height);
    padding-top: 5px;
    font-size: 0.95rem;
}

.footer-text {
    color: var(--color-footer-text);
    font-weight: 400;
    font-size: 0.9em;
}

.secondary-product-separator,
.products-not-found-container {
    background-color: #555555;
    color: white;
    padding: 20px;
}

html {
    background-color: #f5f5f5
}

body {
    background-color: var(--color-body-background);
    min-height: 100vh;
}

a {
    cursor: pointer;
}

ul {
    list-style-type: none;
}

label {
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: 0.0rem;
}

.boxshadow {
    box-shadow: 3px 3px 10px 0px rgba(150,150,150,0.4);
    background-color: #ffffff;
}

.boxshadow-box {
    background-color: var(--color-box);
    border-radius: 5px;
}

.boxshadow-box-header {
    font-size: 17px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--color-box-secondary);
}

.check-in-btn-container {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
}

.input-form-field {
    background-color: #f0f4f6;
    border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type="checkbox"].large-checkbox {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin-left: 10px;
}

.change-quantity-button {
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 20%;
}

    .change-quantity-button > i {
        color: white;
    }

    .change-quantity-button.disabled {
        background-color: #8989896b;
        pointer-events: none;
    }

.change-quantity-checkbox {
    width: 25px;
    height: 25px;
    border-radius: 10%;
}

.form-checkbox {
    width: 30px;
    height: 30px;
    border-radius: 10%;
}


.change-quantity-button-sq {
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 10%;
}

    .change-quantity-button-sq > i {
        color: white;
    }

.btn-secondary-text {
    font-size: 19px;
    font-weight: 400;
    color: black;
    align-items: center;
}

.btn-secondary-text-divider {
    font-size: 24px;
    color: black;
    align-items: center;
}

.btn-secondary-text-product {
    align-items: center;
    flex-direction: column;
    font-size: 11px;
    font-weight: 400;
    color: black;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary-border);
    box-shadow: 3px 3px 10px 0px rgba(150,150,150,0.4);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #fff !important;
        background-color: var(--color-primary-hover) !important;
        border-color: var(--color-primary-border) !important;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: var(--color-primary);
        border-color: var(--color-primary-border);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--color-primary);
        border-color: var(--color-primary-border);
    }

.btn-secondary {
    color: #111111;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary-border);
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        color: #111111;
        background-color: var(--color-secondary-hover) !important;
        border-color: var(--color-secondary-border) !important;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #111111;
        background-color: var(--color-secondary);
        border-color: var(--color-secondary-border);
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #111111;
        background-color: var(--color-secondary);
        border-color: var(--color-secondary-border);
    }

.btn-negative {
    background-color: var(--color-negative) !important;
    border-color: var(--color-negative-border);
}

    .btn-negative:hover, .btn-negative:active, .btn-negative:focus {
        background-color: var(--color-negative-hover) !important;
        border-color: var(--color-negative-border) !important;
    }


    .btn-negative.disabled, .btn-negative:disabled {
        background-color: var(--color-negative) !important;
        border-color: var(--color-negative-border) !important;
    }

    .btn-negative:not(:disabled):not(.disabled):active, .btn-negative:not(:disabled):not(.disabled).active,
    .show > .btn-negative.dropdown-toggle {
        background-color: var(--color-negative) !important;
        border-color: var(--color-negative-border) !important;
    }

a.btn-lg,
a.btn-lg:hover,
a.btn-lg:focus,
a.btn-lg:active {
    text-align: center;
    text-decoration: none;
    line-height: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.debug-container {
    background-color: rgb(255,255,204);
    margin-top: 30px;
    padding: 15px;
    border: 1px solid red;
}

.icon-button {
    color: #000;
    border: none;
    background-color: transparent;
}

    .icon-button:hover {
        text-decoration: none;
        color: #000;
    }


.w-amount {
    width: 120px !important;
}

.w-quantity {
    width: 80px !important;
}

.w-xl {
    width: 200px !important;
}

.w-large {
    width: 150px !important;
}

.w-medium {
    width: 100px !important;
}

.w-small {
    width: 70px !important;
}

.w-xs {
    width: 40px !important;
}

.table th, .table td {
    border-top: 1px solid #efefef;
}

.border-top-hidden {
    border-top: none !important;
}

.border-top-dark {
    border-top: 1px solid #cccccc !important;
}

.border-bottom-dark {
    border-bottom: 1px solid #cccccc !important;
}

.text-semi-bold {
    font-weight: 500;
}

.table {
    font-size: 15px;
}

.table-booking-overview {
    border-radius: 5px;
    margin-bottom: 0px;
}

    .table-booking-overview thead tr th {
        border-top: none;
        border-bottom: none;
        background-color: var(--color-box-secondary);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table-booking-overview thead tr:first-child th:first-child {
        border-top-left-radius: 5px;
    }

    .table-booking-overview thead tr:first-child th:last-child {
        border-top-right-radius: 5px;
    }

    .table-booking-overview tbody tr td {
        background-color: var(--color-box);
        border-top: 1px solid var(--color-box-secondary);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table-booking-overview tbody tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .table-booking-overview tbody tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

.customer-webshop-modal-tr{
    height: 60px;
}

@media screen AND (max-width:575px) {
    .customer-webshop-modal-tr {
        height: 70px;
    }
}


@media screen AND (max-width:575px) {
    .table-booking-overview, .booking-overview-invoice, .booking-overview {
        font-size: 13px !important;
    }
}

.overdueInvoicesBox {
    text-decoration: none !important;
    color: black !important;
    font-size: 18px;
    font-weight: 500;
}

/* CSS SPINNER */
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 2px;
        box-sizing: border-box;
        border: 12px solid #888;
        border-color: #000 transparent #000 transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/*********************************/
/*           FORMS               */
/*********************************/
form .form-section {
    margin-bottom: 30px;
}

form .form-control.required-input-missing,
form .form-control.required-input-missing:focus {
    box-shadow: 0 0 0.2rem 0.4rem rgba(255, 0, 0, 0.75);
}

form .readonly-input {
    background-color: rgba(0,0,0,0.1);
}

form .required-input-invalid {
    box-shadow: 0 0 0.2rem 0.4rem rgba(248, 148, 6, 0.75);
}
/*********************************/
/*              Layout           */
/*********************************/
.home-link, .home-link:hover, .home-link:active {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}


.custom-dropdown-container {
    position: relative;
    z-index: 1000;
}

    .custom-dropdown-container .display-item {
        white-space: nowrap;
        display: block;
    }

    .custom-dropdown-container ul.custom-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1001;
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
        background-color: #fff;
    }

    .custom-dropdown-container .custom-dropdown .custom-dropdown-item {
        white-space: nowrap;
    }

    .custom-dropdown-container:hover .custom-dropdown {
        display: block;
    }

        .custom-dropdown-container:hover .custom-dropdown .custom-dropdown-item a {
            display: block;
        }

.step-back-link,
.step-back-link:hover,
.step-back-link:active,
.step-back-link:focus,
.sign-in-button,
.sign-in-button:hover,
.sign-in-button:active,
.sign-in-button:focus {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    text-decoration: none;
}

    .step-back-link:hover {
        text-decoration: none;
    }

.language-selector-flag {
    max-width: 35px;
    margin: 8px;
    width: 30px;
    border-radius: 10%;
}

.horizontal-slider-container {
    overflow-x: auto;
}

.flex-column-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 99;
}

/****************************/
/*      DAY - STEP 1        */
/****************************/
.resource-type-selector {
    background-color: var(--color-primary);
    color: #000;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px 1px rgba(150,150,150,0.80);
    border-radius: 5px;
}

    .resource-type-selector .name {
        text-align: center;
        font-size: 17px;
        color: white;
    }

    .resource-type-selector .checkbox {
        text-align: right;
    }

.box-header {
    background-color: var(--color-primary);
    color: #000;
    padding: 5px 10px;
}

    .box-header .name {
        text-align: center;
        font-size: 17px;
        color: white;
    }


@media screen AND (max-width:575px) {
    .name {
        font-size: 15px !important;
    }
}


.person-type-counter {
    border: none;
    text-align: center;
    height: 100%;
    font-size: 22px;
    font-weight: 400;
    color: var(--primary-color);
    outline: none;
}

.select-fixed-period-product-button {
    border: none;
    padding: 10px 30px;
    width: 100%;
    font-size: 20px;
    background: #969696; /* Old browsers */
    background: -moz-linear-gradient(left, #969696 0%, #b4b4b4 66%, #c8c8c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #969696 0%,#b4b4b4 66%,#c8c8c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #969696 0%,#b4b4b4 66%,#c8c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.80);
    text-align: left;
}

    .select-fixed-period-product-button:hover {
        box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.6);
    }

.person-type-text {
    font-size: 17px;
    font-weight: 400;
}

/****************************/
/*      DAY - STEP 2        */
/****************************/
.no-primary-products-text-container {
    background-color: #cdcdcd;
    padding: 20px;
}

.product-details {
    position: relative;
    height: 450px; /*????*/
}

    .product-details .text-container {
        position: absolute;
        top: 50px;
        left: 50px;
        max-height: calc(100% - 100px);
        max-width: calc(100% - 100px);
        overflow: hidden;
        padding: 30px 20px;
        background-color: rgba(208, 201, 141, 0.90);
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    }

.more-images-overlay {
    position: absolute;
    bottom: 0%;
    right: 0%;
    color: #e2e2e2;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 4px 4px 5px;
}

.alternative-product {
    color: black;
    font-size: 15px;
    text-decoration: none;
}

    .alternative-product a {
        color: black;
        text-decoration: none;
    }

        .alternative-product a:hover {
            color: black;
            text-decoration: none;
        }

.alternative-text-sm {
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.alternative-product-date {
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.alternative-product-days {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.alternative-text-sm:hover {
    text-decoration: none;
}

.alternative-text-lg {
    font-size: 22px;
    font-weight: 500;
    color: black;
    text-decoration: none;
}

.product-selector-container-wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}

.product-selector-container {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    height: 230px;
    overflow-y: hidden;
}

    .product-selector-container .product-selector {
        position: relative;
        display: inline-block;
        padding: 10px;
        height: 200px;
        width: 160px;
        overflow: hidden;
        transition: all ease-in-out 0.2s;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 15px;
        z-index: 10;
    }

        .product-selector-container .product-selector.selected {
            margin-left: -10px;
            margin-right: -10px;
            margin-top: 5px;
            height: 210px;
            width: 190px;
            box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.8);
            z-index: 15;
        }

        .product-selector-container .product-selector .name {
            font-size: 13px;
            color: white;
        }

        .product-selector-container .product-selector .price {
            font-size: 17px;
            font-weight: 500;
            color: white;
        }

        .product-selector-container .product-selector .price-label {
            font-size: 13px;
            color: white;
        }

.product-deep-link-container {
    background-color: var(--color-secondary);
    min-height: 80px;
    height: 100%;
    cursor: pointer;
}

    .product-deep-link-container:hover {
        background-color: var(--color-secondary-hover);
    }

    .product-deep-link-container a {
        color: black !important;
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.product-price-container {
    background-color: var(--color-product-price-container);
    border-left: 2px solid var(--color-product-price-container);
}

.secondary-product .product-deep-link-container, .secondary-product .product-price-container {
    border-radius: 5px;
}


.product-image-container {
    height: var(--product-container-height);
    padding: 0px;
}

.product-content-header {
    font-size: 16px;
    font-weight: 500;
}

.product-content-text {
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
}

.product-time-warning {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    text-align: center !important;
}

.product-content {
    min-height: var(--product-content-height);
    height: var(--product-content-height);
    margin: 0px;
    padding: 0px;
}

    .product-content.folded-out {
        height: 100%;
    }

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-default-height {
    height: 60px;
    min-height: 60px;
}

.btn-small-height {
    height: 40px;
    min-height: 40px;
}

.product-price-text {
    font-weight: 500;
}

.product-resource-content {
}

.product-content-fold-out {
    cursor: pointer;
}

.product-content-fold-in {
    cursor: pointer;
}

.primary-product, .secondary-product {
    display: block;
    border-left: 7px solid var(--color-product-price-container);
}

/****************************/
/*      DAY - STEP 3        */
/****************************/
.booking-product-view {
    font-size: 13px;
}

    .booking-product-view td, .booking-product-view th {
        padding: 0.35rem !important;
    }

.map-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #ffffff;
    z-index: 999999;
    background-color: #888888 !important;
    padding: 5px !important;
    margin: -2px;
    border-bottom-left-radius: 5px;
}

.map-resource-tag {
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.map-resource-tags {
    width: calc(100% - 20px);
    color: #eeeeee;
}

#map {
    width: 100%;
    height: 450px;
    background-color: #fff;
}

    #map .leaflet-div-icon {
        border: none;
        background-color: transparent;
    }

@media screen AND (max-width:767px) {
    #map {
        height: calc(100vh - 120px);
    }

        #map .select-resource-popup {
            max-width: 250px;
        }

            #map .select-resource-popup .resource-description {
                max-height: calc(100vh - 240px) !important;
            }
}

#map .select-resource-popup .resource-description {
    max-height: 30vh;
    min-width: 160px;
    overflow-y: auto;
}

#map .select-resource-button {
    width: 100%;
    padding: 5px;
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}

#map .select-resource-button-text {
    font-size: 20px;
}

#map .select-resource-button-price {
    font-size: 12px;
}

@media screen AND (min-width:768px) {
    #map {
        height: 600px;
    }
}

@media screen AND (min-width:1200px) {
    #map {
        height: 700px;
    }
}

.addon-text {
    font-size: 13px;
    font-weight: 300;
}

.addon-text-price {
    font-size: 13px;
    font-weight: 400;
}

.addon-helptext {
    padding:5px 10px;
    font-size: 13px;
    font-weight: 400;
}

@media screen AND (max-width:575px) {
    .addon-text, .addon-text-price {
        font-size: 15px;
    }
}



.addon-counter,
.item-counter {
    border: none;
    text-align: center;
    height: 100%;
    font-size: 22px;
    font-weight: 400;
    color: var(--primary-color);
    height: 25px;
}

/****************************/
/*      DAY - STEP 4        */
/****************************/


/* PRODUCT / PRODUCTS */
.product-selection-header {
    background-color: var(--color-primary);
    color: white;
    height: 40px;
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.booking-product-addons.high-light {
    background-color: rgba(0,0,0,0.1);
}

.display-product a {
    text-decoration: none !important;
    position: relative;
}

.display-product .boxshadow:hover {
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.4);
}

.display-product-header {
    background-color: #eeeeee;
    height: 30px;
    line-height: 22px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 15px;
    color: black !important;
    font-weight: 500;
    display: flex;
    align-content: center;
    justify-content: center;
}

.display-product-subheader {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(238, 238, 238, 0.9);
    color: black;
    z-index: 1000;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    width: auto;
    border-top-left-radius: 5px;
    white-space: nowrap;
}

.display-product-image {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-positive {
    color: #fff;
    background-color: var(--color-positive);
    border-color: var(--color-positive-border);
}

    .btn-positive:hover, .btn-positive:active, .btn-positive:focus {
        color: #fff !important;
        background-color: var(--color-positive-hover) !important;
        border-color: var(--color-positive-border) !important;
    }

    .btn-positive.disabled, .btn-positive:disabled {
        color: #fff;
        background-color: var(--color-positive-disabled) !important;
        border-color: var(--color-positive-border) !important;
    }

    .btn-positive:not(:disabled):not(.disabled):active, .btn-positive:not(:disabled):not(.disabled).active,
    .show > .btn-positive.dropdown-toggle {
        color: #fff;
        background-color: var(--color-positive) !important;
        border-color: var(--color-positive-border) !important;
    }

/* DATERANGERPICKER */
.daterangepicker td.active {
    background-color: var(--color-primary) !important;
}

    .daterangepicker td.active:hover, .daterangepicker td.available:hover {
        background-color: var(--color-primary-hover) !important;
    }

.daterangepicker td.stay-active {
    background-color: #aca9a9;
    color:#fff;
    border-radius:0;
}

/* VARIABLES */
:root {
    /* COLORS */
    --color-positive: #7fa0a0;
    --color-positive-border: #768989;
    --color-positive-hover: #709090;
    --color-body-background: #eeeeee;
    --color-primary: #5896ab;
    --color-primary-border: #0d69aa;
    --color-primary-hover: #4691ab;
    --color-secondary: #cfba89;
    --color-secondary-border: #bba47c;
    --color-secondary-hover: #a58b5e;
    --color-negative: #b77f70;
    --color-negative-border: #825950;
    --color-negative-hover: #96675d;
    --color-product-price-container: #F3F3E7;
    --color-nav-background: #555555;
    --color-nav-text: #FFFFFF;
    --color-footer-text: black;
    --color-booking-inquiry-info: #FFFFFF;
    --color-booking-inquiry-info-text: black;
    --color-content-background: #f5f5f5;
    --color-box: #f2f2f2;
    --color-box-secondary: #dddddd;
    /* MISC */
    --footer-height: 100px;
    --nav-bar-height: 40px;
    --nav-bar-alternate-height: 75px;
    --product-container-height: 135px;
    --product-content-height: 70px;
}

/* CSS SPINNER */
.sk-circle {
    margin: 10px auto;
    width: 25px;
    height: 25px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.range-description {
    padding: 8px;
    text-align: center;
    color: #5f5f5f;
    font-size: 0.8em;
}


#map .text-marker {
    color: #4b99d0;
    width: 24px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: -6px;
}

    #map .text-marker.not-available {
        filter: hue-rotate(140deg);
    }

    #map .text-marker .resource-identifier {
        display: none;
    }

#map.zoom-1 .text-marker {
}
#map.zoom-2 .text-marker {
}
#map.zoom-3 .text-marker {
    width: 24px;
    height: 40px;
    left: -6px;
}
#map.zoom-4 .text-marker {
    width: 30px;
    height: 50px;
    left: -9px;
}
#map.zoom-5 .text-marker {
    width: 36px;
    height: 60px;
    left: -12px;
}


/* KIOSK MODE */
.kiosk-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.kiosk-step-container {
    height: calc(100vh - 140px - 2rem);
    width: 100%;
    overflow: hidden;
    padding-top: 1rem;
}

.kiosk-language-container {
    height: 100vh;
    width: 100%;
    padding-left: 7vw !important;
    padding-right: 7vw !important;
    justify-content: center;
}

.kiosk-select-option-container {
    height: 100%;
    width: 100%;
    justify-content: center;
}

.kiosk-booking-lookup-container {
    height: 100%;
    width: 100%;
    justify-content: center;
    background-color: #bbbbbb;
}

.kiosk-language-flag {
    width: 100%;
    border-radius: 10%;
}

.kiosk-button {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 2rem;
    background-color: #8db6bb;
    cursor: pointer;
}

    .kiosk-button a, .kiosk-button span, .kiosk-button button {
        text-decoration: none;
        height: 100%;
        width: 100%;
        color: black;
        font-size: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color:transparent;
        border:none;
    }

    .kiosk-button button {
        text-align: center;
        align-items: center;
    }

.kiosk-booking-lookup-input-group input {
    height: 80px;
    font-size: 40px;
    padding-left: 20px;
}

.kiosk-booking-lookup-input-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

.kiosk-booking-lookup-input-group button {
    height: 80px;
    width: 80px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.step-200 .container {
    max-width: 100%;
    padding: 0;
}

.step-200 .main-container {
    padding-top: 0px !important;
}

.step-200 .container main {
    padding-bottom: 0px !important;
}

.step-200 .footer {
    display: none !important;
}

.step-200 .nav-bar {
    display: none !important;
}


#createWebshopOrderModal .product-quantity,
#purchaseAdditionalAddonsModal .product-quantity,
#createKeycardAmountWebshopOrderModal .keycard-additional-amount {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.modal-header {
    background-color: var(--color-primary);
    color: #ffffff !important;
}

.modal-close {
    color: #ffffff;
}

.modal-footer {
    background-color: #efefef;
}



/* ONLINE BOOKING WITH BASKET */
.basket-link,
.basket-link:hover,
.basket-link:active,
.basket-link:focus
{
    color: #fff;
    font-size: 18px;
    text-decoration:none;
    line-height:40px;
}

.icon-button {
    font-size:20px;
}


@media screen AND (max-width:577px) {
    .btn-lg{
        font-size:1.0rem;
    }
}

.custom-dropdown-container ul.custom-dropdown.basket-content-dropdown {
    left: auto;
    right: 0;
    color: #212529;
    font-size: 14px;
    min-width: 250px;
}

.basket-content-dropdown .basket-stay {
    padding:10px 15px;
    line-height: 130%;
    text-align: left;
}

    .basket-content-dropdown .basket-stay hr{
        margin:0;
        margin-bottom:5px;
    }

    .basket-link-button {
        display: block;
        color: #111111;
        background-color: var(--color-secondary);
        border-color: var(--color-secondary-border);
        text-align: center;
        text-decoration: none;
    }

    .basket-link-button:hover,
    .basket-link-button:active,
    .basket-link-button:focus{
        text-decoration: none;
        color: #111111;
    }



@media screen AND (max-width:767px) {
    .custom-dropdown-container ul.custom-dropdown.basket-content-dropdown {
        right:-15px;
        width:100vw;
    }

    .nav-bar {
        height: auto;
    }
}

.error-text{
    color:red;
    font-weight:bold;
}

#terminal-payment-container {
    height: calc(100vh - 200px);
    
}

#terminal-payment-details {
    justify-items: center;
}
#navbar-overlay {
    height: 40px;
    background-color: gray;
    width: 100%;
    opacity: 0.8;
    z-index: 10000;
}

.white-space-prewrap {
    white-space: pre-wrap;
}


.puls-highlight {
    animation: pulse 1s;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #cfba89;
    }

    50% {
        box-shadow: 0 0 10px 5px #cfba89;
    }

    100% {
        box-shadow: 0 0 0 0 #cfba89;
    }
}

.footer.fixed-overlay-bottom-active > .container {
    padding-bottom:120px;
}