/* CSS Document */

.form, form {
    /*overflow: hidden;*/
}

.form .field {
    margin-top: 25px;
    line-height: 20px;
}

.form .formgroup {
    margin-bottom: 50px;
}

.form .formgroup h3 {
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 200;
    font-weight: 500;
}

.form input, .form select {
    /*display: block;*/
    margin-bottom: 0;

    font-weight: normal;
    border: 0px solid #fff;
    border-bottom: 1px solid #bbb;
    padding: 15px 0;
    font-size: 16px;
    width: 94%;
    color: #444;
    background-color: #eee;
}

.form input:focus {
    /*border: 1px solid rgba(74, 144, 226, .5) !important;*/
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.form input.notvalid {
    border-color: #ff0000;
}

.form input.fieldcheck {
    width: 20px;
}

.form select {
    text-align: left;
    border: 0px solid #fff;
    border-bottom: 1px solid #bbb;
    padding: 15px;
    font-size: 14px;
    width: 99%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.form .fielddate select {
    width: auto;
    padding-right: 20px;
}

.form select option {
    border: 0px solid #fff;

}

.form .radio_group {
    padding: 20px 0px;
}

.form input[type="radio"] {
    width: 20px;
    margin-right: 0px;
    margin-left: 20px;
}

.form label, .form .textarea_label {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 20px;
    transition: 0.2s ease all;
}

.field .multicheckbox-wrapper:nth-of-type(1) {
    padding-top: 15px;
}

.multicheckbox-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

.multicheckbox {
    width: auto !important;
}

.multilabel {
    position: static !important;
    cursor: pointer !important;
    margin-left: 15px !important;
    color: #444 !important;
    font-size: 16px !important;
}

/* FORMGROUP */
.formgroup-inactive {
    display: none;
}

.formfield-inactive {
    display: none !important;
}

.formgroup-button-wrapper {
    overflow: hidden;
    margin-top: 50px;
}

.formgroup-change-button {
    cursor: pointer;
}

.formsubmit-hide {
    display: none;
}

.formgroup-head-wrapper {
    overflow: hidden;
}

.formgroup-title {
    float: left;
}

.wizard-step-display {
    float: right;
}

.border-active {
    border: 3px solid #4a90e2;
}

.formfield-hidden {
    display: none !important;
}

.hide-show-formfield-wrapper {
    text-align: right;
    margin: 20px 0px;
}

.hide-show-formfield {
    cursor: pointer;
    text-decoration: underline;
}

.required-star {
    position: absolute;
    bottom: 30%;
    left: -20px;
    z-index: 2000000;
    color: #9b9b9b;
}

.star-is-required-text {
    font-style: italic;
    color: #9b9b9b;
    font-size: 16px;
    height: 30px;
}

/* active state
 .form input:focus ~ label, .form input.used ~ label{
i.v.m. oudere android versies
*/
.form label {
    top: -8px;
    font-size: 12px;
    color: #999;
}
.form .textarea_label {
    top: -30px;
    font-size: 16px;
    color: #999;
}

form label.labeldate {
    top: -8px;
    font-size: 12px;
    color: #999;
}

.form .formsubmit {
    /*padding: 40px 0px;*/
    overflow: hidden;
    height: 200px;
}

.form textarea {
    overflow: auto;
    width: 90%;
    height: 140px;
    padding: 15px !important;
    color: #000 !important;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    border: 1px solid #ccc !important;
    /*-webkit-box-sizing: border-box; !* Safari/Chrome, other WebKit *!*/
    /*-moz-box-sizing: border-box; !* Firefox, other Gecko *!*/
    /*box-sizing: border-box; !* Opera/IE 8+ *!*/
    border-radius: 3px !important;
}

.form_image {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-align: center;

}

.form .formsubmit .submitbutton {
    cursor: pointer;

}

.form .submitbutton-grey {
    background-color: #ddd;
    border-color: #ddd;
    cursor: pointer;
    color: white;
}

.form .submitbutton-grey:hover {
    background-color: #ddd;
    border-color: #ddd;
    cursor: pointer;
    color: white;
}

.address_table_item .formgroup h3 {
    display: none;
}

.form .address_type_bar_item {
    float: left;
    overflow: hidden;
}

.form .address_type_bar_item input, .form .address_type_bar_item select {
    width: 20px;
}

#adressAddForm {
    display: none;
}

.formerror {
    color: #ff0000;
    font-weight: bold;
    margin-top: 25px;
}

.formerror.hide {
    display: none;
}

/* NEW FORM */
.infotext {
    display: none;
    color: white;
    background-color: black;
    font-size: 16px;
    font-style: italic;
    padding: 30px;
    width: 94%;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.infotext-icon-wrapper {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: inline-block;
    cursor: pointer;
}

.infotext-icon {
    font-size: 32px;
    color: #afafaf;
}

.infotext-icon-close {
    display: none;
}

.select-buttons-list {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

.select-buttons-listitem {
    float: left;
    padding: 15px 20px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px !important;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.select-buttons-listitem-active {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.select-buttons-listitem:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.othervalue-input {
    padding: 0 !important;
    padding-right: 10px !important;
    margin: 0 !important;
    outline: none !important;
    border: none !important;
    vertical-align: baseline !important;
}

.othervalue-input:hover {
    background-color: #000;
    color: #fff;
}

.select-buttons-listitem:hover > .othervalue-input {
    background-color: #000;
    color: #fff;
}

.select-buttons-listitem-active .othervalue-input {
    background-color: #000;
    color: #fff;
}

.wave-inactive {
    position: relative;
}

.wave-inactive::after {
    position: absolute;
    content: '';
    top: -35px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    opacity: 0.7;
    z-index: 100000;
}

.but_back {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.but_back_icon {
    font-size: 28px;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.but_back_text {
    float: left;
    margin-left: 10px;
    line-height: 40px;
}

.autofill-postcode {
    display: inline-block;
    width: 35%;
    max-width: 120px;
}

.autofill-number {
    display: inline-block;
    width: 25%;
    max-width: 120px;
}

.autofill-addition {
    display: inline-block;
    width: 35%;
    max-width: 120px;
}

.form-payment-method-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-payment-method-list::after {
    content: '';
    display: block;
    clear: both;
}

.float-clearer::after {
    content: '';
    display: block;
    clear: both;
}

.form-payment-method-listitem {
    position: relative;
    float: left;
    padding: 13px 20px;
    border: 1px solid #9b9b9b;
    background-color: white;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    min-width: 150px;
    border-radius: 3px;
}

.form-payment-method-listitem:hover {
    color: #4a90e2;
    border: 1px solid #4a90e2;
}

.form-payment-method-listitem-active {
    color: #4a90e2;
    border: 1px solid #4a90e2;
}

.form-payment-method-listitem-img {
    display: block;
    height: 25px;
    width: auto;
    float: left;
}

.form-payment-method-listitem-text {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    line-height: 25px;
}

.form-payment-bankoption-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10000;
    background-color: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.form-payment-bankoption-listitem {
    padding: 15px 25px;
}

.form-payment-bankoption-listitem:hover {
    background-color: #4a90e2;
    color: white;
    border-radius: 5px;
}

.formfield-title {
    padding-bottom: 10px;
}

.heading-text {

}

.heading-text h1 {
    color: #4a4a4a;
    font-weight: 400;
}

.heading-text p {
    color: #4a4a4a;
    font-weight: 300;
}

.form-status-bar {
    position: relative;
    height: 7px;
    background-color: #d8d8d8;
    margin-top: 50px;
    border-radius: 50px;
}

.form-status-bar-filler {
    position: absolute;
    height: 7px;
    top: 0;
    left: 0;
    background-color: #f57f21;
    z-index: 100;
    border-radius: 50px;
}

.fullname-firstname {
    display: inline-block;
    width: 32%;
}

.fullname-prefix {
    display: inline-block;
    width: 32%;
}

.fullname-surname {
    display: inline-block;
    width: 32%;
}

.formfield-required:after {
    content: '*';
    margin-left: 10px;
}