body, html {
    height: 100%;
    margin: 0px auto;
    padding: 0px auto;
}

.alert-success {
    background-color:#fff !important;
    border-radius: 0rem !important;
}

.alert H4 {
    color:#0033a0 !important;
}

.wrapper {
    height: auto;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px auto;
    background-size:cover !important;
    background-image:url(/assets/achtergrond.png);
    background-repeat:no-repeat;
}


#rijbewijs+button {
    background: none !important;
    border: none;
    -webkit-appearance: none;
    margin-top: -5px;
    margin-left: -10px;
}

#rijbewijs+button:after {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #5a5a5a;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#preview img {
    max-width: 100%;
    max-height:400px;
    border-radius:5px;
}

.preview .inner #defoto, #pdf #defoto {
    width: 236PX;
    border-radius: 50%;
    border: 5px solid #1b365d;
    HEIGHT: 236px;
    background-size: cover;
    
    background-position: center center;
}

.preview .inner h1,#pdf h1 {
    color: #1b365d;
    font-size: 34px;
    margin-top: 20px;
    line-height: 30px;
}
.preview .inner{
    width: 1000px !important;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 70px;
    display: block;
    /* position: fixed; */
    transform: scale(0.5);
    margin: 20px;
    box-shadow: 0px 5px 10px #aaa;
    transform-origin: top left;
    background: #fff;
    padding: 40px 40px;
    padding-top: 10px;
    background-image: url(../deballen.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    PADDING-BOTTOM: 240px;
}

.preview{
    overflow:auto;
    background:#ccc;
    max-height:800px;

}

.preview .inner .linkerkolom span, #pdf .linkerkolom span {
    display: block;
    margin-bottom: 20px;
}

.blok {display: flex;/* padding-left: 20px; *//* border-left: 1px solid #0035b1; */margin-top: 5p;}

.datum {
    width: 140px;
    font-style: italic;
    padding-left: 20px;
    border-left: 2px solid #1b365d;
    /* padding-top: 10px; */
}

.container{
    padding-top:20px;
}

.blok:before {
    display: block;
    content: " ";
    width: 12px;
    height: 12px;
    background: #1b365d;
    border-radius: 50%;
    top: 5px;
    position: relative;
    left: 7px;
}

.rechterkolom{
    padding-left:30px;box-sizing:border-box;flex-basis:70%;
    position:relative;
    height:1150px;
}

.bredekolom{
    border-top:80px solid #fff;
    box-sizing:border-box;
    position:relative;
    display:block;
    height:910px;
    margin-bottom:250px;

}

.rechterkolom h1,.bredekolom h1 {
    background: #ffffff;
    font-size: 20px;
    display: block;
    margin: 0px auto;
    width: max-content;
    padding: 5px 20px;
    position:relative;
    margin-top:20px;
}

.rechterkolom h1:before {
    content: "";
    border-top: 1px solid #000;
    width: 572px;
    height: 1px;
    margin-left: -283px;
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 50%;
}

.bredekolom h1:before{
    content: "";
    border-top: 1px solid #000;
    width: 860px;
    height: 1px;
    margin-left: -430px;
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 50%;

}

.info {
    width:420px;
    padding-bottom:14px;
}

.bol {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #617cbd;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #0135b1;
    margin-top:6px;
}

.bolleeg {
    background: #fff;
    border: 2px solid #0135b1;
}

.hide-scrollbar {
    overflow: -moz-hidden-unscrollable;
    overflow: hidden;
}

fieldset {
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
fieldset:not(:first-of-type) {
    display: none;
}

.action-button {
    width: 100px;
    background: #fe5000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float:right;
}

.action-button:hover, .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

.action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.action-button-previous:hover, .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*progressbar*/
#progressbar {
    margin-bottom: -4px;
    overflow: hidden;
    counter-reset: step;
    background: #1b365d;
    text-align: center;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #1b365d;
    z-index:100;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #fe5000;
    color: white;
}

fieldset>.card{
    z-index:1;
    border-radius: 0px 0px 5px 5px !important;
    background:none !important;
    border:0px !important;
}

.underlay{
    z-index: -2;
    position: fixed;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    background:#fff;
}

.infoknop{
    float:right;
}

.infoscherm{
    padding: 20px;
    background-color: rgb(235, 235, 235);
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card-body .control-group:nth-of-type(even){
    background:#eee;
}

.card-body .control-group{
    padding:20px;
    margin:0px -20px !important;
    margin-bottom:0px;
}

.infoknop,.add-more{
    margin-top:10px;
}

.profiel {
    margin-left: 28px;
    padding: 20px;
    background: #eee;
    margin-right: 20px;
    margin-top: 10px;
}

.btn-primary {
	background-color: #1b365d;
	border-color: #1b365d;
}

label {
    color: #1b365d;
}

.pageend{
    display:block;
    height:200px;
    clear:both;
    content:" ";
    position: relative;
}