/*
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: #f6f4f0;
    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: 200px!important;
    /*    padding-left: 20%;
        padding-right: 20%;*/
}
.steps_con .form-group{
    width:100%;
    float: left;
}
.steps_con label{
    color:black!important;
    font-size: 14px;
}
label.first {
    margin-left: 10px;
}
.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: #ED9DB5 !important;
    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: #ED9DB5 !important; */
    background-color: #456bb3!important;
    color:white;
}
.required-missing{
    border: 1px solid red !important;
}
.overlay{
    
    
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background-color: #0e315542;
    z-index: 1;
}
.overlay .fa{
    color: black;
    position: absolute;
    top: 40%;
    text-align:center;
    width:100%;
    /* left: 40%; */
    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;
}

.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: #ED9DB5 !important;   */
    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: #456bb3 !important;
    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; 
}



