html,
body {
    width: 100%;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background: #2e72a0;
    font-family: 'Open Sans', sans-serif;
}

#headerimgdiv {
    width: 100%;
}

#headerimgdiv img {
    max-width: 100%;
}

.center {
    text-align: center;
    font-weight: 400;
    color: #2e72a0;
}

.dropdown:not(.no-capitalize) select option {
    text-transform: capitalize;
}

.dropdown .btn-primary {
    color: #000;
    background-color: white;
    border-color: #2e72a0;
}
.geuploade_afbeelding img{
    max-width:150px;
}

#afbeelding-input {
    display: none;
}

.dropdown_placeholder{
    color: #2e72a0;
}

.dropdown .caret {
    transform: rotate(0deg);
}

.dropdown.open .caret {
    transform: rotate(180deg);
}

.dropdown-menu {
    max-height: 250px;
    overflow-y: scroll;
}

.btn-primary {
    color: white;
    background-color: #2e72a0;
    border-color: #2e72a0;
}

#bgform {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: 0 0;
}

#bgsearchform {
    position: relative;
    height: 20vh;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#bottomform {
    position: fixed;
    height: 50%;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centertitle {
    margin-top: 25px;
}

.border {
    border: 1px;
    background: #ffffff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 0;
}

h1,
h3,
h5 {
    color: #ffffff;
}

h3 {
    font-weight: 300;
    font-size: 19px;
}

h4 {
    margin-top: 30px;
}

h2 {
    color: #2e72a0;
    padding-top: 10px;
    padding-bottom: 27px;
    font-size: 22px;
}

h3.header__subheading {
    margin-top: 5px;
}

.form-register h2 {
    font-weight: 600;
    line-height: 1.3;
}

.header {
    display: block;
    padding: 0;
}

h5.blue {
    color: #2e72a0;
    margin-top: 0;
    padding-top: 0;
}

.form-register {
    padding: 5px 20px;
}

#groupMarginFix1 {
    position: relative;
    margin-bottom: 0;
}

#groupMarginFix2 {
    position: relative;
    margin-bottom: 0;
}

.group {
    position: relative;
    margin-bottom: 35px;
}

.btn {
    margin-bottom: 35px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #2e72a0;
    border-color: #2e72a0;
}

.modal-content {
    padding: 40px 50px!important;
    max-width: 1170px;
    color: black;
}

.modal-content h2 {
    margin-top: 0;
    padding-top: 2px;
}

.modal-content p {
    position: relative;
    display:block;
    color: black;
    line-height: 1.3;
    font-size: inherit;
}

.modal-content .btn {
    margin-bottom: 10px;
}

.modal-content .close {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100px;
    color: #2e72a0;
    opacity: 1;
}

.modal-content .close:hover {
    color: #2e72a0;
    opacity: 1;
}

.modal-content .close:focus {
    color: #2e72a0;
    opacity: 1;
}

.modal-content .close i {
    font-size: 28px;
}

.dropdown .btn {
    text-align: left;
}

.dropdown .btn .caret {
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
}

.btn-block+.btn-block {
    margin-top: -32px;
}

input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.74);
    border: 1px solid #2e72a0;
    border-radius: 4px;
}

.group input {
    margin-bottom: 0;
}

input:focus {
    outline: none;
}

label {
    color: steelblue;
}

div .group label {
    color: #2e72a0;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

hr {
    border-top: 1px solid #2e72a0;
}

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #2e72a0;
}

.input-group {
    z-index: 0;
}

textarea {
    resize: none;
}

textarea:focus {
    outline: none;
}

textarea:focus~label,
textarea:valid~label {
    top: -20px;
    font-size: 14px;
    color: #2e72a0;
}

.input-group .form-control {
    background: rgba(255, 255, 255, 0.74);
    color: #000;
}

.input-group-addon {
    background: #2e72a0;
    color: #ffffff;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.74);
    border: 1px solid #2e72a0;
}

.checkbox label input {
    height: 0;
}

.left {
    left: 0;
    margin-left: -25px;
}

/* info bij vakjes */
[data-tooltip] {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 105%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #204d74;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    z-index: 99;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 105%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #204d74;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

.focussed:before,
.focussed:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*einde tip zwart*/

.paddingtop {
    margin-top: 10px;
}

.fixed {
    position: fixed;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}


/* Modal Content */

#myBtn {
    background: #ffffff;
    padding: 12px 12px;
    cursor: pointer;
    color: #000000;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 30px;
    border: 1px solid #000000;
    z-index: 99;
}

#myBtn:hover {
    transition: all 150ms linear;
    opacity: .85;
}

#myBtn:active {
    transition: all 150ms linear;
    opacity: .75;
}

#myBtn:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    z-index: 999;
}

.wijzig_cat {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.controle_column {
    width: 100%;
    float: left;
}

#gegevens_check, #privacy_check {
    padding-top: 50px;
    padding-bottom: 20px;
    clear: both;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: left;
}

.close {
    color: #2e72a0;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #f45353;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

/*photo upload*/
.input-file {
    visibility: hidden;
    position: absolute;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    background: #2e72a0;
    border: 1px solid #2e73a0;
}

.placeholder_text::-webkit-input-placeholder {
    color: #2e72a0;
}

.placeholder_text::-moz-placeholder {
    color: #2e72a0;
}

.placeholder_text:-ms-input-placeholder {
    color: #2e72a0;
}

.placeholder_text:-moz-placeholder {
    color: #2e72a0;
}


.languageflag {
    height: 4vh;
    cursor: pointer;
}

.inline {
    float: left;
    margin-left: 1em;
    width: 80%;
    font-weight: normal;
}

.inline_gegevens_check {
    float: left;
    margin-left: 1em;
    font-weight: normal;
    color: black;
}

input[type=checkbox],
input[type=radio] {
    width: 1em;
    margin: 0;
    float: left;
    height: 16px;
}

.clearspace {
    clear: both;
}

.omhoog {
    margin-top: -18px;
}

#eigenaartrue {
    display: block;
}

#eigenaarfalse {
    display: none;
}


/* progress balls*/

.progress-balls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 25px;
}

.ball {
    margin-right: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: white;
    border: 5px solid white;
}

.openball {
    margin-right: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #2e72a0;
    border: 5px solid white;
}

#balls2,
#balls3,
#balls4 {
    display: none;
}
.input-group-addon {
    border: none;
}

label.input-label {
    position: absolute;
    left:30px;
    color: #2e72a0;
    font-size: 14px;
    top: -20px;
    font-weight: 400;
}

img.image {
    display: block;
    max-height: 150px;
    max-width: 150px;
    margin-top: 10px;
}

.text-danger {
    position: static;
    margin: 5px 0 0 0;
}

/*ipad*/
@media (max-width:1024px){
    .dropdown-menu{top:50px;}
}

/*bij mobiel*/

@media only screen and (min-width: 992px) {
    .btn {
        padding: 13px 12px;
    }
    .input-group .form-control {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .modal-content {
        width: auto;
        margin-left: -4px;
        margin-right: -4px;
        margin-top: 14vh;
    }

    .controle_column {
        width: 33.3%;
        padding-right: 15px;
    }
    #myBtn {
        position: absolute;
        top: 30px;
        right: 35px;
    }
}

@media only screen and (min-width: 1500px) {
    .modal-content {
        width: auto;
    }
}

@media (max-width: 992px) {
    #groupMarginFix1 {
        margin-bottom: 35px;
    }
    #groupMarginFix2 {
        margin-bottom: 35px;
    }
    #verder01FloatFix {
        float: right;
    }
    .centertitle {
        width: 100%;
    }
    .dropdown .btn {
        padding: 13px 12px;
    }
    .form-register h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .form-head {
        text-align: center;
    }
    #myBtn {
        font-size: 12px;
        padding: 10px 12px;
    }
    .btn {
        padding: 13px 12px;
    }
    .form-control {
        height: 48px;
    }
    h3.header__subheading {
        font-size: 17px;
    }
    .modal-content {
        padding: 35px !important;
    }

    #gegevens_check #privacy_check #akkoord_check {
        width: 2em;
    }

    #formGevonden01 textarea~label {
        padding-right: 15px;
    }

    #formGevonden01 textarea:focus, #formGevonden01 textarea:valid {
        margin-top: 30px;
    }

    #formGevonden01 textarea:focus~label, textarea:valid~label {
        top: -40px;
    }
}

@media (max-width: 500px) {
    h3.header__subheading {
        font-size: 15px;
    }
    .form-register {
        padding: 5px 5px;
    }
    .modal-content {
        width:auto;
        margin:5px -9px;
        padding:40px 15px 25px 15px!important;
    }
    .modal-content h2.modaltext{
        padding-bottom:0;
        font-size:18px;
        line-height:22px;
    }
    .modal-content p.modaltext {
        margin-bottom: 0;
    }

    textarea:focus, textarea:valid {
        margin: 50px 0 0 0;
    }

    #formGevonden01 textarea:focus, #formGevonden01 textarea:valid {
        margin-top: 50px !important;
    }

    #formGevonden01 textarea:focus~label, #formGevonden01 textarea:valid~label {
        top: -68px !important;
    }

    [data-tooltip] {
        margin-bottom: 15px;
    }

    .group input {
        margin-bottom: 30px;
    }
}

.progress-step .progress-text {
    padding-left: 0;
    color: #FFFFFF;
}

.progress-step .progress-marker, .progress-step.is-active .progress-marker {
    background: #2e72a0;
    border: 3px solid #FFFFFF;
}

.progress-step.is-complete .progress-marker {
    background: #FFFFFF;
}

.progress-step.is-complete::after {
    background: #FFFFFF;
}

.base64-upload, .base64-upload input[type=file], .base64-upload img {
    display: none;
}

#datepicker {
    z-index: 1;
}

#datepicker input {
    border-radius: 4px 0 0 4px;
}

input[type=checkbox][disabled] + label {
    color: #d0d0d0;
}

.form-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 5px 20px;
}
@media (max-width: 500px) {
    .form-heading {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 0 20px;
    }
}

.form-heading button {
    position: relative!important;
    top: 0!important;
    right: 0!important;
    display: block;
    margin: auto 0 0 0;
}

*:focus {
    outline: 2px solid #204d74 !important;
}
