.navbar_container, .navbar, .navbar-inner, .navbar_container .container {
    background: #2367C5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
}
ul.navbar-nav LI A { color:#fff !important;}/* Pascal*/
ul.navbar-nav LI A:hover { color:#ddd !important;}/* Pascal*/

ul.navbar-nav LI UL LI A        { color:#000 !important;}/* Pascal*/
ul.navbar-nav LI UL LI A:hover  { color:#000 !important;}/* Pascal*/

#groene_balk { margin: 0px 0px 20px 0px; }

footer {
    border-top: 1px solid #e2e2e2;
    color: gray;
    font-size: 0.8em;
    margin: 1em;
    padding: 10px 0 0;
}

footer a {
    color: black;
}

footer div.row-fluid div.col-md-8 p {
    text-align: center;
}

#maincontent.container h1, h2, h3, h4 {
    color: #43B02A;
}

#maincontent.container h1 {
    font-size: 1.6em;
    line-height: 1.33em;
    margin-top: 0;
    text-transform: uppercase;
}

#maincontent.container h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 30px;
}

#maincontent.container h3 {
    font-size: 1.15em;
    margin-bottom: 10px;
}

#maincontent.container h4 {
    font-size: 20px;
    text-transform: uppercase; 
    margin-top:18px;
}
#maincontent h1:first-child {
    margin-top: 1em;
}
body#homepagina h3 {
    color: #2367C5;
    text-transform: uppercase;
}

#maincontent.container .col-md-4 a.btn.btn-default.btn-lg.btn-block btn-block { margin-top: 10px; } /* Pascal 60 -> 10*/

TD{vertical-align:top; line-height:22px; }

.form-control.ExtraInfo {
    width:auto !important;
    margin-left:28px;
    margin-bottom:10px;
}
.form-control.txt {
    width:auto !important;
    margin-bottom:10px;
}
.btn-gray {/* Pascal*/
    background-color:#eee !important; 
    color:#000 !important;
    width:180px !important; border:1px solid #000;
}
.btn-gray:hover {/* Pascal*/
    background-color:#ccc !important; 
    color:#000 !important;
    width:180px !important; border:1px solid #000;
}
.btn3 {/* Pascal*/
    width:180px !important; border:1px solid #000;
}

.progress { width:30px; height:15px; border:1px solid #666; float:left; margin-right:10px;}
.progress.on { background-color:#00FF00;}

.msg{ color:red !important; font-weight:bold;}
.rood{ color:red !important;}
.oranje{ color:#FFA500 !important;}
.groen { color:green !important;}


.dashboard-side{
    text-align: center;
}
.dashboard-side img{
    width: 50%;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #009999; 
}



#header_logo{
    margin: 12px 0;
}

#header_logo img{
    max-width: 700px !important;
}

#header-small-medium-large-devices img.slogan-home{
    height: 80px !important;
    float: right !important;
    margin-top: 20px !important;
}

.knoppen-scan{
    text-align: center;
    padding-top: 50px;
}

.knoppen-scan .btn-info{
    margin-bottom: 200px;
    /**/
}

.knoppen-scan img{
    margin-bottom: 40px;
    height: 220px;
}

.home-cta-col{
    padding-top: 50px;
    text-align: center;
}

.home-cta-col .home-cta-wrap{
    background: linear-gradient(90deg, rgba(143,202,192,1) 0%, rgba(0,167,157,1) 50%, rgba(13,101,130,1) 100%);
    padding: 24px 20px;
}

.home-cta-col .home-cta-wrap p{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.home-cta-col .home-cta-wrap .home-cta{
    background-color: white;
    color: #2367C5;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: all ease-in 0.1s;
}

.home-cta-col .home-cta-wrap .home-cta:hover{
    background-color: rgb(240, 240, 240);
    color: #43B02A;
}

/* New homepage */

.home-new .home-intro{
    background-color: #2367C5 !important;
    padding: 75px 50px 50px 50px;
}

.home-new .home-intro h1{
    color: white !important;
    font-weight: bold;
    font-size: 32px !important;
    text-transform: none !important;
    margin-top: 0 !important;
    max-width: 85%;
    margin-bottom: 50px !important;
}

.home-new .home-intro p{
    color: white !important;
    font-size: 22px;
}

.home-new .home-intro p .cta{
    background-color: #8fcac0;
    display: block;
    text-align: center;
    font-size: 24px;
    color: black;
    text-decoration: none;
    padding: 5px;
    margin-top: 15px;
    transition: all ease-in 0.1s;
    font-weight: bold;
}

.home-new .home-intro p .cta:hover{
    background-color: #009999;
    color: white;
}

.home-new .home-intro .home-vlieg{
    width: 170px;
    position: absolute;
    left: -15px;
    top: -75px;
}

@media (max-width: 1200px) {

    .home-new .home-intro .vlieg-col{
        text-align: center;
    }

    .home-new .home-intro .home-vlieg{
        position: static;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .home-new .home-intro h1{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .home-new{
        padding: 0 15px;
    }

    .home-new .home-intro{
        padding: 50px 25px 25px 25px;
    }
}

@media screen and (max-width: 767px) and (min-width: 560px){

}

.scan-content{
    padding-top: 30px;
}
.scan-content a{
    color: #43B02A !important;
}
.btn-info{ 
    background-color: #43B02A !important;
    border: none !important;
}
.btn-info:hover{
    background-color: #2367C5 !important;
}
.btn-default{
    background-color: #2367C5 !important;
    border: none !important;
}
.btn-default:hover{
    background-color: #2367C5 !important;
    color: #FFF !important;
}
input[type="submit"]{
    background-color: #43B02A !important;
    border: none !important;
    color: #FFF !important;
    max-width: 200px !important;
    margin-top: 20px;
    padding: 10px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
input[type="submit"]:hover{
    background-color: #2367C5 !important;
    color: #FFF !important;
}
.footer{
    margin-top: 60px;
    background-color: #2367C5 !important;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 15px;
}
.footer a, .footer a:hover{
    color: #FFF !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


#header-small-medium-large-devices img{
    height: 100px !important;
    max-width: 100% !important;
    padding-top: 10px;
}

#header-small-medium-large-devices img:nth-of-type(2){
    height: 80px !important;
    float: right !important;
    margin-top: 20px !important;
}

#header-extra-small-devices{
    display: block;
    width: 100%;
    text-align: center;
}

#header-extra-small-devices a{
    display: inline-block;
    margin: 0 auto;
}

#header-extra-small-devices a img{
    height: 100px;
    padding: 15px 0;
}

.socials{
    margin-bottom: 10px;
}

.socials a{
    text-decoration: none;
    display: inline-block;
}

.socials a img{
    width: 30px;
}

.socials a:first-of-type{
    margin-right: 5px !important;
}


a.icoba-footer{
    display: inline-block;
    font-size: 22px;
    text-decoration: none !important;
    transition: all ease-in 0.1s;
}

a.inschrijving-enb{
    display: block !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: all ease-in 0.1s;
}

.disclaimer-row{
    text-align: right;
    margin-top: 7px;
    padding-bottom: 15px;
}

.disclaimer-row a{
    font-size: 11px;
    color: white;
    transition: all ease-in 0.1s;
    text-decoration: none !important;
}



/* Smartphones */
@media (max-width: 767px) {
    .dashboard-side img{
        width: 70%;
    }
    .navbar .nav > li{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle{
        background-color: #43B02A !important;
        border: none !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border: none !important;
    }
    .footer .col-md-9, .footer .col-md-3{
        text-align: center !important
    }
    .no-sm{display: none;}
}

/* Small devices (tablets, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
     .no-sm{display: none;}
}

/* Medium devices (desktops, 992px - 1199px) */
@media (min-width:992px) and (max-width: 1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {

}

/* Pascal*/
a.linkbutton { 
	background-color:#009999; 
	color:#fff !important; 
	padding: 2px 5px 2px 5px;
    display: inline-block;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #009999;
}

a.linkbutton2 { 
	background-color:#009999; 
	color:#fff !important; 
	padding: 10px 15px 10px 15px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #009999;
}
.procent { font-size:35px !important; padding-left:8px !important; padding-top:20px !important;}

.sel		{ width:auto; display:inline;}
.btn-inline { width:auto; display:inline;}


/* Pascal: correctie op verspringen van labels bij checkboxen */
.form label {
    margin-top: -40px !important;

}

