.container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
  
	
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 5px;
  background-color: #283593;
	color: white !important;
}

.navbar-brand{
  color: white !important;
}

a:hover {
  color: #42a5f5 !important;
}

.navbar-nav li a {
  color: white !important;
}
.navbar-nav li a:hover {
  color: #42a5f5 !important;
}

/* Footer   */
.bg-3 {
  background-color: #2f2f2f;
  color: #ffffff;
}




/* Styling form 'add new top' */

input, .txtarea{
	margin-bottom: 5px;
}

input[type=date]{
	width: 150px;
}
#inputYear, #inputNr{
	width: 80px;
}

.form-vw {
	width: 40px;
	}

/*#vw01{
	border: 2px solid red;
	border-radius: 4px;
}*/
