/* groen orgineel #007934 */
/* groen orgineel rgba(0, 121, 52, 1)*/

body {
	background-color : #6F6;
	/*background-image : url('../images/confetti_l.png'), url('../images/DeCor.svg');*/
	background-image : url('../images/achtergrond_H400.png'), url('../images/DeCor.svg');
	background-position:top center,right 75px bottom 25px;
	background-repeat:repeat-x, no-repeat;
	background-attachment:fixed, fixed;
	background-size: auto, 200px;
	font-size:initial;
	}
	
/* header */
#brand img {
    padding-bottom: 0;
    padding-top: 0;
}

.header {
    background-color: inherit;
    line-height: 30px;
}

#navigation > div > div > div.navbar-collapse.collapse > nav > ul > li {
	margin-top: 30px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li>a:hover {
    color: #fff;
    background-image : url('../images/button_l.svg'), url('../images/button_r.svg');
	background-position:top left,top right;
	background-repeat:no-repeat, no-repeat;
}


/* sidebar */
#sidebar {
	background-color: rgba(115,212,131, 0.85);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#sidebar {
	right: 1px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
#container {
	background-color: rgba(115,212,131, 0.85) !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#container {
	left: 1px;
	}
	
#main {
  padding-top: 20px;
  padding-bottom: 20px;
}


#sidebar > div > div > div.module-content > ul > li::before{
	font-size : 0px;
	content: "";
	font-family: glyphicons halflings;
}

.module-content ul li::before{
	font-size : 0px;
	content: "";
	font-family: glyphicons halflings;
}

.nav>li>a {
  padding: 0px 15px;
}

.navbar-default {
    background-color: rgba(115,212,131, 0.85);
    border-color: rgba(115,212,131, 1.0);
}


#breadcrumbs{
    background-color: rgba(115,212,131, 0.85);
    border-color: rgba(115,212,131, 1.0);
}

.breadcrumb {
    background-color: rgba(115,212,131, 0.0);
    border-radius: 10px;
}

body section {
    padding-top: 100px;
}