/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/03/2019, 1:29:56 PM
    Author     : Administrator
*/

.clicked_element{
    opacity: 0.7;
    cursor: no-drop;
}
.steps_con{
    background-color: #909599;
    color: #6b7c93;
    position: relative;
    width:100%;
    min-height:305px;
    max-width: 100%!important;
    float: left;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 0px!important;
    margin-bottom: 50px!important;
    /*    padding-left: 20%;
        padding-right: 20%;*/
}
.steps_con .form-group{
    width:100%;
    float: left;
}
.steps_con label{
    color:white!important;
    font-size: 14px;
}
.steps_con  .colo-black{
    color:black!important;
    font-size: 18px;
}
.steps_con input{
    /*height: 60px;*/
    font-size: 18px;
}
.steps_con button {
    border: none;
    /*width: 100%;*/
    /*border-radius: 4px;*/
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #33000045;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 0px!important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}
.steps_con button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #33000045;
    color:white;
}
.required-missing{
    border: 1px solid red !important;
}
.overlay{
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background-color: #0e315542;
    z-index: 1;
}
.overlay .fa{
    color: white;
    position: absolute;
    top: 40%;
    left: 47%;
    font-size: 50px;
}
.steps_con .label-display-parent{
    background: white;
    padding-top: 6px;
    box-shadow: 0px 1px 4px 1px;
}
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 20px;
    /*padding: 10px 12px!important;*/
    border: 1px solid transparent;
    border-radius: 4px;
    /*padding-top: 20px;*/
    font-size: 18px;
    background-color: white;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
#ideal-bank-element-3{
    padding: 0px!important;
}
.upload-image{
    width: 100%;
  /* background-color: white; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.stripe_card_element{
    padding: 10px 12px!important;
}
.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.cursor-pointer{
    cursor:pointer!important;
}
.lang-nl-flag, .lang-en-flag{
    text-decoration: none;
    height: 25px!important;
    width: 40px!important;
}
/* .steps_con .color-blue{
    background-color: #456bb3!important;   
} */
h1:not(.site-title):before, h2:before {
    display: none!important;
}
.color-white{
    color:white!important;
}
.cart-details{
    margin-top: -15px;
    display: none;
    background-color: white!important;
    position: absolute;
    right: 15px;
    z-index: 1111111111;
    border: 2px solid white;
    max-height: 300px;
    overflow-y: auto;
}
.cart_item{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #909599;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.cart_item .title{
    font-size: 18px!important;
    font-weight: bold
}
.cart_item .sub_title{
    font-size: 14px!important;
}
.day_ticket_vehicle_details_form_alert{
    float: left;
    color:white!important;
    font-size: 18px;
}
.btn-checkout-popup{
    width:100%;
    float: left;
    text-align: center;
    color:white!important;
    background-color: #909599;
    font-size: 18px!important;
    border-radius: 0px!important;
}
.items_count_con{
    padding-top: 2px;
    padding-left: 8px;
    position: absolute;
    right: 14px;
    top: -15px;
    background-color: red;
    border-radius: 50%;
    padding-right: 8px;
    padding-bottom: 2px;
    color:white!important;
    cursor:pointer;
}

.sold-span{
    color:red;
    display:none;
    margin-left: 10px;
}

.sold-out .sold-span{
    display: inline-block!important;
}

.datepicker table tr td {
    width: 40px;
    height: 40px;
    border: 0.2px solid grey;
    border-radius: 0px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    opacity: .2;
    color: white !important;
    background-color: red !important;
    -ms-filter: "alpha(opacity=20)";
}

/*.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
    opacity: .2;
    color: white !important;
    background-color: red !important;
    -ms-filter: "alpha(opacity=20)";
}*/
.datepicker table tr td.new, .datepicker table tr td.old {
    pointer-events: none;
    opacity: 0.2;
}
body {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body { min-height: 100%; }
.loading {
    background: rgba(0,0,0,0.2) url('http://dev.order-henschotermeer.com/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    pointer-events: none;
    opacity: 0.2;
    -webkit-transition: opacity 0;
    transition: opacity 0;
    z-index: 1001;
}

.szbl-mailcheck-msg { 
    display: block; 
    color: red;
    padding: 5px;
    background: wheat;
}

.szbl-mailcheck-msg a {
    color: blue; 
}
.custom-tablee {
    background-color: white;
    opacity: 99;
    margin: 0 0 1rem;
    border-collapse: collapse;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.demo
{
	padding: 50px 0;
}
.heading-title
{
	margin-bottom: 50px;
}

.pricingTable{
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transform: translateZ(0px);
}

.pricingTable:before,
.pricingTable:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.pricingTable:before{
    border-right: 2px solid #456bb3;
    border-left: 2px solid #456bb3;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.pricingTable:after{
    border-bottom: 2px solid #456bb3;
    border-top: 2px solid #456bb3;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.pricingTable:hover:before{
    transform: scaleY(1);
}

.pricingTable:hover:after{
    transform: scaleX(1);
}

.pricingTable .pricingTable-header{
  
    
    padding-bottom: 12px ;
}

.pricingTable .heading{
   
    margin: 0 0 5px 0;
}

.pricingTable .subtitle{
    font-size: 14px;
    display: block;
}

.pricingTable .price-value{
    font-size: 72px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency{
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -30px;
}

.pricingTable .month{
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px;
}

.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricingTable .pricing-content li{
    font-size: 16px;
    color: white;
    line-height: 40px;
}

.pricingTable .read{
    display: inline-block;
    border: 2px solid white;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    color: white;
    
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #0f0e0e45;
}

.pricingTable .read:checked{
    background-color: #456bb3 !important;
}

.pricingTable .read:hover, .pricingTable .read:active{
    border-color: #456bb3;
    color: #456bb3;
    background-color: #456bb3 !important;
}

.pricingTable .read i{
    font-size: 19px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover i{
    right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after{
    
    display: block;
    height: 30px;
    border: 2px solid white;
    position: absolute;
    right: -11px;
    transition: all 0.3s ease 0s;
    
}
.location_select{
    border: 2px solid !important;
}

.pricingTable .read:before{
    bottom: -6px;
    transform: rotate(45deg);
    background-color: #456bb3 !important;
}

.pricingTable .read:after{
    top: -6px;
    transform: rotate(-45deg);
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after{
    border-left-color: #456bb3;
    background-color: #456bb3 !important;
}

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}
.heading-title {
     margin-bottom: 10px; 
     text-align: left;
     margin-left: 20px;
}
.foo{
    display: none;
}
:checked + label {
    border: 1px solid #456bb3;
    box-shadow: 0 0 5px #456bb3;
    background-color: #456bb3 !important;
  }
  .required-missingg{
    background: red !important;
  }
  @media  (max-width: 480px) {
    .custom-location-div {
        margin-left: 0px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 959px) and (max-width: 978px) {
    .custom-location-div {
        margin-left: 150px !important;
    }
  }

  