@charset "utf-8";
.hide_element {
    display: none;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
label.checkbox_overwrite input:disabled + span {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    cursor: default;
}
label.checkbox_overwrite input:disabled + span::before {
    color: #f0f0f0;
}
label.checkbox-inline input[type="checkbox"]:disabled {
    cursor: default;
}
.form-control.anders:focus {
    -webkit-animation: fadein 0.3s linear forwards;
    animation: fadein 0.3s linear forwards;
}
.form-control.anders {
    -webkit-animation: fadeout 0.5s linear forwards;
    animation: fadeout 0.5s linear forwards;
}
.radio-group input[type="radio"] + span.active, .radio-group input[type="checkbox"] + span.active {
    -webkit-animation: fadein 0.3s linear forwards;
    animation: fadein 0.3s linear forwards;
}
.radio-group input[type="radio"] + span.active, .radio-group input[type="checkbox"] {
    -webkit-animation: fadeout 0.5s linear forwards;
    animation: fadeout 0.5s linear forwards;
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: unset;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
.pagenumbers {
    display: block;
    float: right;
    font-size: 0.8em;
    padding-top: 7px;
}
/*aside*/
aside {
    display: block;
    position: relative;
    z-index: 3;
    background-color: #feebd0;
    padding: 45px;
    margin-top: -210px;
}
aside h1 {
    margin: 0px;
    font-size: 3.2em;
    display: block;
}
aside .row + h1, aside .set_2 h1, aside .set_3 h1 {
    margin-top: 20px;
}
aside h1:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #212121;
    margin: 18px 0px;
}
aside .form-group {
    margin-bottom: 15px;
}
aside .form-control {
    border: none;
}
aside .row {
    margin-left: -6px;
    margin-right: -6px;
}
aside div[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
	 z-index: 2;
}
aside div[class*="col-"].extramargin {
  z-index: 1;
}
ul#tab-container-nav {
    margin: 0;
    padding: 0;
}
#tab-container-payment-nav, #tab-container-nav {
    display: table;
    width: 100%;
}
.radio-group.payment .radio-inline {
    width: 50%;
}
.radio-group.payment input[type="radio"] + span {
    background-color: transparent;
    color: #979797;
}
#tab-container-payment-nav a, #tab-container-nav a {
    padding: 11px;
    text-align: center;
    display: block;
    color: #979797;
}
#tab-container-payment-nav a.active, #tab-container-nav a.active {
    background-color: rgba(255, 255, 255, 1);
    color: #c81e1e;
}
.radio-group.payment input[type="radio"]:checked + span {
    background-color: rgba(255, 255, 255, 1);
    color: #c81e1e;
}
aside .btn {
    font-size: 1em;
    padding: 15px 30px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
aside .btn span {
    display: inline-block;
    font-size: 2.2em;
    line-height: 1.2em;
}
aside .btn span.amount {
    margin-left: 15px;
}
.short_buttons {
    width: 100%;
}
.back.btn.short-form-btn {
    float: left;
    margin-left: 15px;
}
.volgende.btn.short-form-btn {
    float: right;
    margin-right: 15px;
}
/*Radio Group*/
.radio-group {
    display: table;
    position: relative;
    width: 100%;
	    -webkit-animation: fadein 0.2s 
linear forwards;
    animation: fadein 0.2s 
linear forwards;
}
.radio-group .radio-inline, .radio-group .checkbox-inline {
    font-family: 'Galano Grotesque Bold';
    position: relative;
    padding: 0px;
    display: table-cell;
    font-size: 1.7em;
}
.radio-group .radio-inline input[type="radio"], .radio-group .checkbox-inline input[type="checkbox"] {
    margin: 0px;
    position: absolute;
    z-index: 2;
    opacity: 0 !important;
}
.radio-group input[type="radio"] + span, .radio-group input[type="checkbox"] + span {
    display: block;
    background-color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.radio-group input[type="radio"]:checked + span, .radio-group input[type="checkbox"]:checked + span {
    display: block;
    /*background-color:#c81e1e;
    color:#fff;*/
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.radio-group input[type="radio"] + span.active, .radio-group input[type="checkbox"] + span.active {
    background-color: #c81e1e;
    color: #fff;
}
.checkbox-inline, .radio-inline {
    margin-left: 0 !important;
    margin-right: 12px;
}
.radio-inline.weergave_1 {
    display: block;
    width: 100%;
}
.radio-inline.weergave_2 {}
.label-before, .form-group textarea.form-control:focus + label.animateme::before, .form-group textarea.form-control:not(:placeholder-shown) + label.animateme::before, .form-group input.form-control:focus + label.animateme::before, .form-group input.form-control:not(:placeholder-shown) + label.animateme::before {
    line-height: 18px;
    font-size: 10px;
    top: -1px;
    padding: 0 12px;
    left: 12px;
}
.form-group {
    position: relative;
    margin-bottom: 15px;
}
.form-group label.animateme::before {
    content: attr(title);
    position: absolute;
    top: 0;
    transition: 300ms all;
    left: 16px;
    padding-left: 6px;
}
.form-group input.form-control::placeholder {
    opacity: 0;
}
.form-group input.form-control {
    width: 100%;
    line-height: 40px;
    padding-left: 16px;
}
.form-group input.form-control:focus {
    outline: 0;
}
.form-group input.form-control:not(:placeholder-shown) + label.animateme::before {
    content: attr(data-title);
}
.form-group input.form-control:focus + label.animateme::before {
    color: #979797;
}
.form-group input.form-control:user-valid + label.animateme::before {
    color: #797979;
}
.form-group input.form-control:valid + label.animateme::before {
    color: #797979;
}
.form-control::placeholder {
    opacity: 0;
}
.animateme {
    line-height: 42px;
    padding-left: 16px;
}

#postcode_letter {
  text-transform: uppercase;
}


#errorTooltip {
  display: none !important;
}

.error-message {
  margin-top: -15px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
	visibility: visible;
}

.error-message .error {
  padding: 5px 0 5px 6px;
  color: white !important;
  background-color: red;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 7px;
  width: 100%;
 float: left;
}

.warning-message {
  margin-top: -24px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  visibility: visible;
}

.warning-message .info {
  padding: 5px 0 5px 6px;
  color: white !important;
  background-color: rgb(57, 108, 16);
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 7px;
  width: 100%;
  float: left;
}

aside .form-group input.error {
    box-shadow: none !important;
	border: 1px solid rgba(255,0,0,.8);
}
aside .form-group select.error {
    box-shadow: none !important;
	border: 1px solid rgba(255,0,0,.8);
}


/* ----------- RADIO BUTTON VIEW ------------ */
.termijn-rb {
    padding-left: 0;
    margin-left: 0;
}
.termijn-rb .radio-inline {
    display: block !important;
    width: 100% !important;
}
.termijn-rb a {
    color: #000;
    background-image: url(../img/radio.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    line-height: 40px;
    font-size: 0.9em;
    border: 0 !important;
    text-align: left !important;
    padding-left: 36px !important;
    background-size: 25px 25px;
    margin-top: -20px;
    background-position-y: 20px;
    color: black !important;
}
.termijn-rb a.active {
    background-image: url(../img/radio_active.svg);
}
/* ----------- END RADIO BUTTON VIEW ------------ */
form label {
    font-size: 1.6em;
    font-weight: 400;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
select.form-control {
    background-image: url(../../img/dropIcon.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 2em;
}
.form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 44px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.payment {
    margin: 0 !important;
}
.radio.radio-group.list {
    display: block;
}
.full {
    width: 100%;
    display: table;
}
.half {
    width: 45%;
}
.righthalf {
    float: right;
}
.lefthalf {
    float: left;
}
@media only screen and (max-width: 991px) {
    aside {
        margin-top: 0px;
    }
}
.popover {
    opacity: 1 !important;
}
button.updown {
    border-radius: 3px;
    border: 2px solid #d4d4dc;
    background-color: transparent;
    font-size: 13px;
    padding: 2px 6px 0px 6px;
    color: grey;
}
button.cb-plus:after {
    content: "\f067";
    font-family: "FontAwesome";
}
button.cb-minus:after {
    content: "\f068";
    font-family: "FontAwesome";
}
.cb_textblock {
    display: table;
}
.rb_textblock {
    display: table;
}
.static-value:before {
    content: 'Geboortedatum: ';
}
.static-value {
    position: absolute;
    left: 10px;
    font-size: 1.4em;
    color: #6e6e6e;
    top: 12px;
}
.static-amount-value {
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 12px;
}
label.static-amount-value-anders {
    position: relative;
    left: 0;
    font-size: 14px;
    top: 44px;
    cursor: default !important;
}
input.form-control.anders-field.anders_multiple {
    padding: 5px 5px 5px 134px;
}
input.form-control.anders {
    padding: 5px 5px 5px 134px;
}
aside textarea {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    line-height: 1.42857143;
    min-height: 100px;
    width: 100%;
    color: #212121;
    font-family: 'Open Sans', Verdana, sans-serif;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 6px 12px;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .static-value:before {
        content: 'Geb.datum: ';
    }
    #dagv2 {
        padding: 5px 5px 5px 96px;
    }
}
@media only screen and (max-width: 414px) {
    .static-value:before {
        content: 'Geb.datum: ';
    }
    #dagv2 {
        padding: 5px 5px 5px 96px;
    }
    .righthalf {
        float: none;
    }
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
} 
#main_content .tiny-mce-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.form-group.countrylistcontainer.col-xs-12 {
  max-height: 300px;
  min-height: 58px;
  z-index: 999;
  margin-bottom: 4px;
}

ul.country_v2 {
    height: auto;
    width: 98%;
    border: 1px #fff solid;
	padding: 0;
	margin-bottom: 5px;
	max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
	position: absolute;
}
ul.country_v2 li {
    z-index: 2;
    list-style-type: none;
}

ul.country_v2 li.othercountry {
  font-weight: bold;
  cursor: zoom-in;
	margin-bottom: 5px;
}

ul.country_v2 li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #f9f9f9;
	padding: 0 15px;
}
ul.country_v2 li:not(.init):hover, ul.country_v2 li.selected:not(.init) {
    background: #f2f2f2;
}
ul.country_v2 li.init {
    cursor: pointer;
   background-image: url(../../front-end/assets/img/dropIcon.png);
    background-repeat: no-repeat;
    background-position: right center;
	padding: 0 15px;
}

.memory_names_wrapper {
    margin-bottom:25px !important;
}

.add_memory_names_wrapper {
    float:right;
    margin-top:10px;
}
.add_memory_names {
    background-color: #00476d;
    border: none;
    color: white;
    padding: 4px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

#confirm_memory_names {
    margin-bottom: 30px;
}

.validate_class_extra {
    margin-top: -5px !important;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1em;
}


.pb-container {
height: 25px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  margin: 0 0 25px -15px;
}

.progress-bar {
  width: 100%;
	position: absolute;
	box-shadow: none;
  -webkit-box-shadow: none;
	max-height: 60px;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
  -ms-flex-pack: center;
  text-align: center;
  background-color: transparent;
  white-space: nowrap;
  transition: width .6s ease;
  margin: -20px -30px;
  color: #333;
  min-height: 60px;
  justify-content: space-around;
}

.step {
  text-align: center;
  padding-left: 2%;
	max-height: 60px;
}

.progress-bar .step p {
  color: #797979;
}

.bullet  {
	border-radius: 20px;
  background-color: white;
  color: #ee7c00;
width: 26px;
  height: 26px;
  margin-top: -38px;
  font-weight: bold;
  line-height: 24px;
  margin-left: -26px;
  padding-left: 2px;
  border: 2px solid #ee7c00;
	float:left;
}

.bullet.bullet-0 {
  color: #aeaeae;
  border-color: #aeaeae;
}

.bullet.visited {
  color: #aeaeae;
  border-color: #aeaeae;
}

.bullet.active {
  border-radius: 20px;
  background-color: #ee7c00;
  border-color:#ee7c00;
  color: white;
}

.step.visited {;
  border-bottom: 2px solid #ee7c00;
  background: rgb(240,240,240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgba(255,255,255,0) 100%);
}

.step.active {;
  border-bottom: 2px solid #ee7c00;
  background: rgb(240,240,240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgba(255,255,255,0) 100%);
}


@media only screen and (max-width:414px) {
	
.progress-bar {
  width: 100vw;
  margin: -5px 0 30px 5px;
}
	
	.pb-container {
		height: 45px;
    margin-bottom: 12px;
	}
	
	.progress-bar .step .bullet {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
		float: none;
}
	
	.step {
		padding-left: 10px;
	}
	
	.progress-bar .step p {
  text-align: center;
}
	
	.progress-bar .step p {
  margin: 10px 0 -15px 0;
}
}

.fa.fa-bluesky {
  background-image: url('../img/Bluesky_Logo.png');
  background-size: 25px;
  background-position: 9px;
  background-repeat: no-repeat;
  margin-bottom: -12px;
}

.cancelerrormsg {
    color: #c81e1e;
}

.cancelerrormsg h6 {
    padding: 10px;
}

#donatie_downgrade_options .radio-group .radio-inline input[type="radio"] {
    opacity:0 !important;
}

#donatie_downgrade_options .radio-group input.active_doption + span {
	display:block;
	background-color:#c81e1e;
	color:#fff;
	height:44px;
	line-height:44px;
	text-align:center;
}

.opened {
    display:block !important;
}

.closed {
    display:none !important;
}

.termin_show_amounts {
    line-height: 4.2em;
    padding-left: 24px;
    padding-right: 16px;
    border: none;
}

.termin_show_amounts label {
    cursor: pointer;
}


.termin_show_amounts.termijn-hide {
    background-color: unset;
    color: black;
    background-image: url(https://vluchtelingenwerk.kikzstaging.nl/application/views/core-assets/img/radio.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position-y: 10px;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
}

.termin_show_amounts.termijn-reveal {
    background-color: unset;
    color: black;
    background-image: url(https://vluchtelingenwerk.kikzstaging.nl/application/views/core-assets/img/radio.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position-y: 10px;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
}

.termijn-hide-reveal-row {
    padding-top: 12px;
}

.termijn-hide-reveal-row .active {
        background-image: url(https://vluchtelingenwerk.kikzstaging.nl/application/views/core-assets/img/radio_active.svg) !important;
}

.termin_show_amounts.buttonview {
    background-image: none !important;
    color: #202020;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    font-weight: 700;
    background-color: #fff;
    padding: 4px 0 0px 0;
    line-height: 34px;
    text-align: center;
        margin-right: 4px;
    width: calc(50% - 4px);
}

.termin_show_amounts.buttonview.active {
    background-image: none !important;
    color: #202020;
    border: 1px solid #c3c3c3;
}

button.termin_show_amounts.buttonview.active label {
    font-weight: bold;
}

.title.smalltitle {
   font-size: 21px;
    margin: 8px 0 12px 0;
}

.title.smallsubtitle {
    margin: 10px 0 12px 0;
}

.title.smallsubtitle p {
    font-size: 18px !important;
}

.pledge_error_mail_link {
    color: #39f;
}

.pledge_error_mail_link:hover {
     color: #39f;
     text-decoration: underline;
}

input[type="file"]::file-selector-button {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  margin: 5px 16px 0 0;
  transition: background-color 200ms;
}

.fillcounter.event_sub_counter {
    display: none;
}
