﻿/* NIET KLANT SPECIFIEK */
body {
    padding-top: 120px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

p,
.p {
    margin: 0 0 10px;
}

h2 > i,
h3 > i,
h4 > i {
    font-size: 0.8em;
    margin-left: 7px;
}

/* MAIN NAVIGATION */
#main-navigation .navbar-header .navbar-logo img,
#main-navigation .navbar-nav li img {
    max-height: 50px;
}

#main-navigation .navbar-nav li.language-link {
    cursor: pointer;
}

    #main-navigation .navbar-nav li.language-link img {
        max-height: 20px;
        margin: 15px 5px;
    }

#main-navigation .navbar-header .navbar-links .navbar-contact {
    margin-left: 15px;
    vertical-align: middle;
    font-size: 20px;
}

    #main-navigation .navbar-header .navbar-links .navbar-contact i {
        margin-right: 2px;
    }

@media screen and (max-width:480px) {
    #main-navigation .navbar-header .navbar-links .navbar-contact span {
        display: none;
    }

    #main-navigation .navbar-header .navbar-links .navbar-contact i {
        margin-right: 2px;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    #main-navigation .navbar-header {
        padding: 10px 0;
    }

        #main-navigation .navbar-header .navbar-logo {
            display: inline-block;
            margin-left: 15px;
        }

    #main-navigation .navbar-nav li img {
        max-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    #main-navigation .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    #main-navigation .navbar-nav li.language-link > a {
        padding: 0 5px;
    }

    .activityItem .intro {
        padding-bottom: 1px;
    }

    .activityItem .btn-more-information {
        display: none;
    }

    .activityItem .more-information.collapse {
        display: block;
        height: auto !important;
    }

    .activityItem.col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) {
    .activityItem.col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .activityItem.col-md-4:nth-child(3n+1) {
        clear: both;
    }
}

@media all and (max-width:480px) {
    .btn-block-mobile {
        width: 100%;
        display: block;
    }

        .btn-block-mobile + .btn-block-mobile {
            margin-top: 10px;
        }
}

.product-description .btn-more-information {
    display: none;
}

.product-description .more-information.collapse {
    display: block;
    height: auto !important;
}





/* BUTTONS */
.btn .glyphicon {
    margin-right: .5em;
}

/* LOADER */
.glyphicon-spin {
    -animation: spin 1.7s infinite linear;
    -ms-animation: spin 1.7s infinite linear;
    -webkit-animation: spinw 1.7s infinite linear;
    -moz-animation: spinm 1.7s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinw {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinm {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}


.v-align-middle {
    vertical-align: middle !important;
}






.btn-margin {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .btn-margin {
        margin-top: 20px;
    }
}


.nav-tabs > li > a {
    font-size: 24px;
    font-weight: bold;
    border-bottom-color: #ddd;
    background: #f2f2f2;
}

    .nav-tabs > li > a .glyphicon {
        margin-right: .25em;
    }

@media screen and (max-width: 479px) {
    .nav-tabs > li > a > span {
        display: none;
    }

    .nav-tabs > li > a .glyphicon {
        margin-right: 0;
    }
}


.img-sponsor {
    display: none;
}

.navbar-header .navbar-header-title {
    float: left;
    line-height: 34px;
    margin: 8px;
}

.form-group-lg .form-control-feedback {
    height: 46px;
    line-height: 46px
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #FFF;
}

.formprice {
    margin-bottom: 10px;
}

.CartTotal {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .discountCode {
        max-width: 120px;
    }
}


.discountinputgroup {
    margin: 5px 0px;
}

.discountbutton{
    margin-left: 5px;
}


/*
.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary:hover, .btn-primary:focus{background: #74b5d9; border-color: #74b5d9; }
.btn-primary:disabled, .btn-primary[disabled]{background-color: #b0b0b0; Border-color: #858585; font-style: italic;}
btn-success:disabled, .btn-success[disabled]{background-color: #b0b0b0; Border-color: #858585; font-style: italic;}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{Opacity: 1;}
.btn-social :first-child:before { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);  -webkit-transform:translate(-50%,-50%); }
.btn-group-lg > .btn{Font-size: 14px;}
.btn-social :first-child{line-height: normal !important;}
.btn-link[disabled], fieldset[disabled] .btn-link{color: #ccc; font-style: italic;}
@media screen and (max-width: 768px) {
    .btn-lg {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 5px;
    }
}
.btn > .glyphicon {
    margin-right: .25em;
}
*/
.top-buffer {
    margin-top: 40px;
}

#reservations_table {
    margin-bottom: 0;
}

th > .alert,
td > .alert {
    padding: 5px;
    display: inline-block;
    margin: 0;
    text-align: center;
    max-width: 100%;
    white-space: normal;
}

th > .checkbox,
td > .checkbox {
    margin: 5px 0 0;
}

@media (max-width: 768px) {

    .table-responsive > .table-mobile > thead > tr > th,
    .table-responsive > .table-mobile > tbody > tr > th,
    .table-responsive > .table-mobile > tfoot > tr > th,
    .table-responsive > .table-mobile > thead > tr > td,
    .table-responsive > .table-mobile > tbody > tr > td,
    .table-responsive > .table-mobile > tfoot > tr > td {
        white-space: normal;
    }

    .table-responsive .table-mobile thead {
        display: none;
    }

    .table-responsive .table-mobile tbody td,
    .table-responsive .table-mobile tbody th {
        display: block;
        text-align: left;
        border-width: 0;
    }

    .table-responsive .table-mobile tbody tr > *:first-child {
        border-top-width: 1px;
    }

    .table-responsive .table-mobile tbody td:before,
    .table-responsive .table-mobile tbody th:before {
        content: attr(title) ": ";
        display: inline-block;
        font-weight: bold;
    }

    .table-responsive .table-mobile tbody td.no-title:before,
    .table-responsive .table-mobile tbody th.no-title:before {
        content: '';
    }

    .TableTotalPrice {
        width: 80px;
    }
}

@media (min-width: 768px) {
    .TotalMobile {
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    .TotalDesktop {
        visibility: hidden;
    }
}


.categories-filter ul {
    list-style: none outside;
}

    .categories-filter ul li {
        display: inline-block;
        padding-right: 10px;
    }

.categories-filter h2 {
    display: inline-block;
}

.category-link {
    margin-left: 5px;
}

.categories-filter {
    padding: 5px 15px;
    margin: 15px 15px;
}

/* KLANT SPECIFIEK */
/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}

#status-paid {
    margin-top: 20px;
}

.waiver {
    max-height: 200px;
    overflow: auto;
    background: #FFF;
    border-radius: 6px;
    padding: 20px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
}

.glyphtab {
    padding-right: 5px;
}

.grey {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

/*.ReservationCountdown{display: none;}*/

.ReservationCountDownTimer {
    font-size: 34px;
}

@media (max-width: 768px) {
    .ReservationCountDownTimer p {
        font-size: 26px;
        padding: 20px 0px 0px 0px;
    }
}

.or {
    height: 0;
    border-top: 1px solid #ccc;
    text-align: center;
    clear: both;
    margin: 3em 0;
}

    .or > span {
        background: #FFF;
        padding: 0 1em;
        top: -.85em;
        line-height: 1;
        position: relative;
    }

.labeltitel {
    font-size: 16px;
}


.InnoMeerBlue {
    color: #1e94d2;
}

.InnoMeerOrange {
    color: #f37536
}

.panel.panel-big > .panel-body img {
    width: 100%;
    margin: 0 0 10px 0;
}

.payment-providers {
    align-content: center;
}

    .payment-providers svg {
        width: 40px;
        height: 40px;
        display: inline-block;
        padding: 0px 5px 0px 5px;
    }

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(143, 143, 143, 0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }

/*
.btn-social.btn-lg{border-radius: 0px;}
*/

@media screen and (min-width: 768px) {
    .invite-adult, .invite-child {
        margin-left: 20px;
    }
}


.BigText {
    font-size: 24px;
}

@media (max-width: 768px) {
    .SemiTransparentBackground {
        margin-top: 10px;
    }
}

.SemiTransparentBackground {
    background-color: #eee;
    padding: 15px 10px;
}

.vat-percentages td {
    padding-top: 0 !important;
    font-style: italic;
}

.vatpercentage {
    padding-left: 5px;
}

.radio label > span {
    font-size: 1.3em;
    font-weight: bold;
}

.contactdetails {
    padding: 15px 15px;
    background-color: #eee;
}

.countdown-alert {
    margin-top: 20px;
}

.Product-option {
    font-style: italic;
    padding: 0px 10px;
}

.option-intro {
    margin-left: 25px;
}

.marginbottom {
    margin-bottom: 10px;
}


.modal-header, .modal-footer {
    border: 0px transparent;
    color: #303335;
}

    .modal-header h3 {
        color: #303335;
        padding: 10px;
    }

.modal-content {
    padding: 10px;
}


.package-option-block {
    padding: 0px 10px;
}

.vat-percentages td {
    font-size: 10px;
    border: 0px none;
    border-top: 0px none !important;
    padding-top: 4px;
}

.agerequirement {
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
}





.time-slot-wrapper {
    overflow-x: scroll;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}


.time-slot-wrapper2 {
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.time-slot-panel-body {
    margin: 10px -10px 10px -10px;
}

.time-slot-container {
    padding: 30px 0 0;
    background: no-repeat repeating-linear-gradient( to right, #FFF 0px, #FFF 89px, #BBB 89px, #BBB 90px ) 1px 0;
    background-size: 100% 30px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

    .time-slot-container .time {
        font-size: .85em;
        background: #FFF;
        position: absolute;
        top: 0;
        transform: translate(-50%, 0);
    }

    .time-slot-container fieldset {
        padding: 30px 0 6px 0;
        background: no-repeat repeating-linear-gradient( to right, #FFF 0px, #FFF 29px, #EEE 29px, #EEE 30px, #FFF 30px, #FFF 59px, #EEE 59px, #EEE 60px, #FFF 60px, #FFF 89px, #BBB 89px, #BBB 90px ) 1px 0;
        position: relative;
    }

        .time-slot-container fieldset.ready legend,
        .time-slot-container fieldset.ready .time-slot input:checked + label {
            background: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
        }

    .time-slot-container .group {
        position: relative;
        padding: 30px 0 6px 0;
    }

    .time-slot-container fieldset:nth-of-type(1) {
        border-top: 1px solid #BBB;
    }

    .time-slot-container fieldset legend {
        display: block;
        width: auto;
        position: absolute;
        top: 5px;
        left: 4px;
        margin: 0;
        padding: 1px 5px;
        background: #FFF;
        text-align: left;
        font-size: .85em;
        font-weight: 100;
        line-height: 1.35;
        z-index: 2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0;
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
        -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
        -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
    }

    .time-slot-container .group:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 13px;
        height: 2px;
        background: #000;
    }

    .time-slot-container .group .group-title {
        display: block;
        width: auto;
        position: absolute;
        top: 5px;
        left: 4px;
        margin: 0;
        padding: 1px 15px;
        background: #000;
        color: #FFF;
        text-align: left;
        font-size: .85em;
        line-height: 1.35;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
        -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
        -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 2.275);
    }

    .time-slot-container .group:nth-of-type(3n+1) .group-title,
    .time-slot-container .group:nth-of-type(3n+1):before {
        background: #337ab7;
    }

    .time-slot-container .group:nth-of-type(3n+1) .time-slot input:checked + label {
        border-color: #337ab7;
        background: #337ab7;
        color: #FFF;
    }

    .time-slot-container .group:nth-of-type(3n+2) .group-title,
    .time-slot-container .group:nth-of-type(3n+2):before {
        background: #f0ad4e;
    }

    .time-slot-container .group:nth-of-type(3n+2) .time-slot input:checked + label {
        border-color: #f0ad4e;
        background: #f0ad4e;
        color: #FFF;
    }

    .time-slot-container .group:nth-of-type(3n+3) .group-title,
    .time-slot-container .group:nth-of-type(3n+3):before {
        background: #d9534f;
    }

    .time-slot-container .group:nth-of-type(3n+3) .time-slot input:checked + label {
        border-color: #d9534f;
        background: #d9534f;
        color: #FFF;
    }

    .time-slot-container fieldset:last-child {
        padding-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }

.time-slot {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 90px;
    display: inline-block;
    padding: 0 2px 0 3px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.time-slot-wrapper2 .time-slot {
    padding: 0px 10px 0px 10px;
}

/* 1 minute = 6px */
.time-slot-container .time:first-child {
    left: -1px;
    transform: translate(0, 0);
}
/* .time-slot-container .time:last-child { right: -1px; transform: translate(0, 0); } */
/* 1 minute = 6px */
.time-slot-container .time:first-child {
    left: -1px;
    transform: translate(0, 0);
}



.time-slot input {
    position: absolute;
    left: -20px;
    top: -20px;
}

    .time-slot input:focus + label {
    }

.time-slot label {
    display: block;
    margin: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    font-size: .85em;
    background: #FFF;
    height: 50px;
    line-height: 48px;
}

    .time-slot label > span {
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }

.time-slot input:checked + label {
    border-color: #337ab7;
    background: #337ab7;
    color: #FFF;
}

.time-slot input:disabled + label {
    background: #EEE;
    cursor: default;
    color: #b7b7b7;
}

#covid-container label {
    display: block;
    padding: 20px 20px 20px 80px;
    user-select: none;
}

#covid-container h1 {
    margin-top: 0;
}

#covid-container label:before {
    content: "\2713";
    display: block;
    background: white;
    border: 1px solid black;
    height: 40px;
    width: 40px;
    overflow: hidden;
    float: left;
    margin-left: -60px;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #eee;
    border-radius: 4px;
}

#covid-container input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: green;
    border-color: black;
}
