
form#rutte-autonet-form .form-control.error,
form#rutte-autonet-form .form-select.error{
    margin-top:0px !important;
    border: 1px solid #BB0000;
 
}

/* kenteken */
.kenteken-wrap {
    border: none;
    max-width: 350px;
    border-radius: 6px;
    height: 38px; 
    background: #f7b918 url(../img/kenteken_bg.png) no-repeat 0;
    background-size: 24px 38px;
}

input#Kenteken {
    font-weight: 700;
    font-size: 1.2em;
    margin-left: 32px;
    height: 100%;
    width: calc(100% - 38px);
    background-color: transparent;
    /* text-align: center; */
    border: none;
    overflow: hidden;
    line-height: 100%;
    color: rgba(0,0,0,.5);
}

/* progressbar */
#progressbar {
    padding: 0;
    margin-bottom: 25px;
    background-color: #ced4da;
    display: block;
    margin: 0 15px;
    height: 33px;
    position: relative;
    z-index: -3
}

#progressbar li {
    list-style-type: none;
    width: calc(100% / 2);
    float: left;
    position: relative;
    text-align: center
}

#progressbar li:before {
    width: 33px;
    height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
    position: relative;
    content: "1";
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    color: #fff;
    z-index: -1;
}

#progressbar li:before {
    content: "\2022";
    font-size: 3em;
}

/* #progressbar li:nth-child(1):before {
    content: "1";
}

#progressbar li:nth-child(2):before {
    content: "2";
}

#progressbar li:nth-child(3):before {
    content: "3";
} */



#progressbar li:after {
    width: 100%;
    height: 33px;
    content: '';
    position: absolute;
    /* background-color: #ced4da; */
    top: 0;
    left: -50%;
    z-index: -2;
    margin-left: 19px;
}

#progressbar li:first-child,
#progressbar li:last-child {
    width: calc(100% / 4);
}

#progressbar li:first-child:before {
    margin-left: -15px;
    background-color: #f7b918;
}Santpoort-Noord

#progressbar li:first-child:after {
    content: '';
    left: -15px;

}

#progressbar li:last-child:before {
    margin-right:-15px;
    background-color: #ced4da;
}

#progressbar li.active+li:before {
    background-color: #f7b918;
}

#progressbar li.active:before {
    background-color: #f7b918;
}

#progressbar li.active+li:after {
    background-color: #f7b918;
    /* left: calc(55% - 15px); */
    left: -55%;
}

#progressbar li:last-child:after {
    width: 200%;
    left: -100%!important;
    margin-left:-7px;
}

#progressbar.step2 li.active+li:after,
#progressbar.step2 li.active+li:before,
#progressbar.step2 li:first-child:before,
#progressbar.step3 li.active+li:after,
#progressbar.step3 li.active+li:before,
#progressbar.step3 li:first-child:before {
    background-color: #25d366;
}

/* Progressbarinfo */

ul#progressbarinfo {
    display: inline-block;
    height: 19px
}

#progressbarinfo li {
    list-style: none;
    display: none
}

#progressbarinfo {
    padding-left: 0;
    display: inline-block
}

#progressbarinfo li.active {
    display: inline-block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1em
}

#progressbarstepcount {
    display: inline-block;
    font-weight: 700;
    color: #5a5a5a
}