/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
/* .row.content {height: 450px} */
/* .row.content {height: 450px} */
.row {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Set gray background color and 100% height */
.sidenav {
	padding-top: 20px;
	background-color: #f1f1f1;
	height: 100%;
}

/* Set black background color, white text and some padding */
footer {
	background-color: #888;
	color: white;
	padding: 15px;
	/*position: fixed; footer fixed blok schoof er over heen*/
	height: 50px;
	bottom: 0;
	width: 100%;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
	.sidenav {
		height: auto;
		padding: 15px;	
	}
	.row.content {
		height:auto;
	}
}

.navbar-brand {
	text-align:center;
	margin:0 !important;
	padding:0 !important; /*uncomment to fit*/ 
}

#logo {
	float: left;
	width:80px;
	height:100%;
}

.nav {
	float:left;
}

#success_message {
	display: none;
}