@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*BACKGROUND*/
body {
    background:#fff; 
    color:#05375B;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

body.public #main {
    padding: 40px 64px 90px 64px;
}

@media (min-width: 1200px){
.col-lg-offset-3 {
    margin:0;
    padding:0;
    width:100%;
}
}
.logos {
    padding: 0px;
    margin-bottom:29px;
}
/*BODY*/

.well {
    -moz-box-shadow: 0 0px 0px #ececec;
    -webkit-box-shadow: 0 0px 0px #ececec;
    background: #fff;
    border: 0px solid #ddd;
    border-radius:0px;
    box-shadow: 0 0px 0px #ececec;
    position: relative;
    padding:24px;
    margin-bottom: 0;
}
hr{
    border-top:1px solid rgba(5,55,91,0.3); 
    padding-top:12px;
}

/*FONTS*/
h1, h2, h3, h4, h5, h6, p, a{
        font-family: 'Nunito Sans', sans-serif;
}
h1{
    font-size:28px;
    line-height:48px;
    font-weight:600;
    color:#05375B;
    letter-spacing:-.35px;
}
h3{
    font-size:20px;
    line-height:28px;
    font-weight:700;
    color:#05375B;
}
h4{
    font-size:22px;
    line-height:25px;
    font-weight:700;
    color:#05375B;
}
p {
    font-weight: 400;
    color: #05375B;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
    padding:12px 0;
}
td, .control-label {
    font-weight: 400;
    color: #05375B;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.3;
    margin:8px 0;
}
a{
    color:#A90D50;
}
.txt-color-blueDark{
    font-family: 'Nunito Sans', sans-serif;
    font-size:20px;
    line-height:28px;
    font-weight:400;
    color:#05375B!important;
}
.text-primary {
    color: #05375B;
}
.fa{
    padding-right:12px;
}
.required-control{
    color:#A90D50;
}
/*BUTTONS*/
.smart-form .btn {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #A90D50;
    border: none;
    padding: 10px 30px;
    border-radius: 0;
}
.smart-form .btn:hover {
background-color: #fff;
    cursor: pointer;
    color: #A90D50;
}

#my-form-submit{
    height: 48px;
    width: 100%;
    max-width: 100%;
    font-size: 16px!important;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 24px;
    border: 1px solid #F59E0D;
    border-radius: 0;
    background-color: #F59E0D;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    margin-right: 0;
}
#my-form-submit:hover{
color: #F59E0D;
    background-color: #fff;
    border: 1px solid #F59E0D;
}
/*NAV BAR*/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding:20px 64px 10px 64px;
}

.navbar {
    min-height: 90px;
    border: 0px solid transparent;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    border-top: 0px solid transparent;
}
.navbar-default .navbar-brand strong{
    
   color: #05375B;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 24px;
    text-decoration: none;
    transition-duration: .2s;
}
.navbar-default .navbar-brand strong:hover{
   color: #F59E0D;
}

.navbar-default .navbar-nav>li>a {
    color: #05375B;
    transition-duration: .2s;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #F59E0D;
}
/*LEFT COLUMN*/
.col-lg-3.not-sticky .well {
    background-color:#f2f5f7;
}
.label.label-success {
    background-color: #F59E0D!important;
    border-radius:0px;
    padding:5px 20px;
}

/*FORM*/

#textfield-naamcertificaat, #textfield-adres{
    margin:17px 0;
}
.form-field-container .col-sm-12 h4{
    margin-top:32px;
}
.target.form-control {
     padding: 6px 12px 7px 12px;
    font-size: 14px;
    color: #05375B;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(5,55,91,0.75);
    }
input.target.form-control{
    height: 48px;
    width: 100%;
    max-width: 100%;
    border: 0 solid transparent;
    border-radius: 0;
    background-color: #eff0f0;
    opacity: 1;
    color: #05375B;
    font-size: 14px!important;
    letter-spacing: .1px;
    line-height: 24px;
    padding-left: 16px!important;
}


/*RIGHT COLUMN*/
::-webkit-input-placeholder { /* Edge */
  color: #05375B;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #05375B;
}

::placeholder {
  color: #05375B;
}
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    border-color:rgba(5,55,91,0.3);
    font: 14px 'Nunito Sans', sans-serif;
    height: 48px;
    padding: 6px 12px;
    margin:16px 0;
}
.smart-form .textarea textarea {
    border-color:red;
    font: 14px 'Nunito Sans', sans-serif;
    height: auto;
    padding: 12px 12px;
}
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea, .smart-form .radio i, .smart-form .checkbox i, .smart-form .toggle i, .smart-form .icon-append, .smart-form .icon-prepend {
        border-color:rgba(5,55,91,0.0);
}
.smart-form .input input:hover, .smart-form .select select:hover, .smart-form .textarea textarea:hover, .smart-form .radio input:hover + i, .smart-form .checkbox input:hover + i, .smart-form .toggle input:hover + i {
    border-color:rgba(5,55,91,0.5);
}
.smart-form .input input:focus, .smart-form .select select:focus, .smart-form .textarea textarea:focus, .smart-form .radio input:focus + i, .smart-form .checkbox input:focus + i, .smart-form .toggle input:focus + i {
    border-color: #05375B;
}

.smart-form .icon-append{
        color:#05375B;
        padding:8px 10px;
        border-color:rgba(5,55,91,0.3);
}


/*GOOD/FALSE*/

.has-success .form-control {
        border-color:#008000;
}

.has-feedback .form-control-feedback {
    top:40px;
    color:#008000;
}

.glyphicon-remove:before {
    color:#b94a48;
}

