html {
	background: #dce9f3;
}

body {
	background: #dce9f3 !important;
	text-align: center !important;
	width: 100%;
}

header {
	background: #fff;
	padding: 1.4em 0;
}

	header img {
		max-width: 150px;
	}

#container {
	margin: 0 auto;
}

#login {
	background: #FFF;
	margin: 0 auto;
	margin-top: 2em;
	padding: 4em 0;
}

#content {
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 1.5em;
	padding: 2em;
	text-align: left;
	width: 95vw;
}

	.left ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 14px;
		line-height: 150%;
	}
	
	.left ul li {

		background: #eee;
		padding: 10px 15px;
		margin: 10px 0px;
	}
	
	.left ul li a {
		color: #111 !important;
		text-decoration: none;
	}
	
	.left ul li a:hover {
		color: #111 !important;
		text-decoration: underline;
	}
	
	.left H2 {
		background: #064d83;
		color: #fff;
		font-size: 20px;
		padding: 15px;
	}
	
	.date {
		color: #666;
		font-style: italic;
		font-size: 80%;
		margin-left: 10px;
	}
	
	.begin {
		background: #e83b0d;
		color: #fff;
		margin-left: 1em;
		padding: 0.2em 0.5em;
	}
	
	.busy {
		background: #f2aa10;
		color: #fff;
		margin-left: 1em;
		padding: 0.2em 0.5em;
	}
	
	.done {
		background: #9fcc05;
		color: #fff;
		margin-left: 1em;
		padding: 0.2em 0.5em;
	}
	
	.status {
		background: #064d83;
		color: #fff;
		padding: 0.3em;
		margin-right: 0.5em;
	}
	
	.statusbalk {
		background: #eee;
		padding: 0.3em 0;
		margin: 1em 0;
	}
	

.status-links {
	background: #f9f9f9;
	padding: 1.5em;
}

.status-rechts {
	background: #eee;
	color: #444;
	padding: 2em 1.5em;
}

.status-rechts H4 {
	color: #064d83;
}

.status-rechts H5 {
	color: #064d83;
}

.button-no {
	background: #ec283f;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	width: 50%;
	float: left;
	text-transform: uppercase;
	margin-top: 2em;
}

.button-yes {
	background: #3ba607 !important;
	border: none !important;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	width: 45%;
	float: right;
	text-transform: uppercase;
	margin-top: 2em;
}

.button-yes a {
	color: #fff !important;
}

.button-yes a:hover {
	color: #fff !important;
	text-decoration: none;
}

#content .right {
	background: #064d83;
	color: #fff;
	padding: 2em 1em;
	float: left;
	width: 30%;
}

nav ul {
	background: #064d83;
	list-style: none;
}

nav ul li {
	display: inline-block;
	padding: 0.8em;
	margin: 0 0.5em;
}

nav ul a {
	color: #e3f0fa !important;
	text-decoration: none;
}

nav ul a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.input {
	background: #f5f7f8;
	border: #064d83 1px solid;
	margin: 0 1em;
	padding: 0.8em 5em 0.8em 0.8em;
}

.input_submit {
	background: #12609b;
	border: none;
	color: #FFF;
	font-weight: bold;
	margin: 0 1em;
	text-transform: uppercase;
	padding: 0.8em;
}

.input_submit:hover {
	background: #064d83;
}

.succes {
	background: #76c41b;
	color: #fff;
	margin: 1em 0;
	font-weight: bold;
	padding: 1em;
}

label {
	margin: 0.5em 0;
}

H2 {
	color: #064d83;
}

a {
	color: #064d83 !important;
	text-decoration: none;
}

a:hover {
	color: #064d83 !important;
	text-decoration: underline;
}

hr {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

/* Checklist */
.checklist {
	background: #eee;
	padding: 1.5em;
	margin: 2em 0;
}

.check-left {
	float: left;
	width: 75%;
}

.check-right {
	float: left;
	width: 25%;
}

/* Documenten */
.documenten {
	background: #064d83;
	color: #fff;
	padding: 1.5em;
}

.documenten img {
	max-width: 30%;
	margin-right: 20px;
	margin-bottom: 10px;
}

#dash {
	background: #f3faff;
	padding: 0.5em;
	text-align: left;
}

#dash ul {
	list-style: none;
}

#dash ul li {
	margin: 0.5em 0;
}

.error {
	padding: 1em;
	background: #e43a3a;
	color: #fff;
}

.succesvol {
	padding: 1em;
	background: #53af0c;
	color: #fff;
}

#werkomschrijving li {
	margin: 0;
	padding: 0;
}

.button_nee {
	background: orange;
	text-transform: uppercase;
	padding: 0.5em 1em;
	font-size: 13px;
}

.button_nee a {
	color: #fff !important;
	text-decoration: none;
}

.button_nee a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.button_ja {
	background: green;
	text-transform: uppercase;
	padding: 0.5em 1em;
	font-size: 13px;
}

.button_ja a {
	color: #fff !important;
	text-decoration: none;
}

.button_ja a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#dashboardmenu {
	background: #eee;
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}

#dashboardmenu li {
	padding: 0.7em;
	border-bottom: #ccc 1px solid;
	margin: 0.4em 0;
}

#content-menu ul {
	background: #eee;
	margin: 0 auto;
	text-align: left;
	width: 95vw;
	margin-top: 0;
}

#content-menu ul li {
	display: inline-block;
	width: 6%;
	font-size: 14px;
}

#content-menu ul li a {
	color: #064d83 !important;
	text-decoration: none;
}

#content-menu ul li a:hover {
	color: #064d83 !important;
	text-decoration: underline;
}

#content-menu-full ul {
	background: #eee;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#content-menu-full ul li {
	display: inline-block;
	width: 6%;
}

#content-menu-full ul li a {
	color: #064d83 !important;
	text-decoration: none;
}

#content-menu-full ul li a:hover {
	color: #064d83 !important;
	text-decoration: underline;
}

.input-search {
	float: left;
	padding: 1em;
	width: 70%;
}

.input-search-submit {
	
	float: left;
	padding: 1em;
	width: 30%;
}

@media only screen and (max-width: 700px) {
  #content {
	  width: 100vw;
  }
  
  .input {
	  margin: 0.8em 0;
	  width: 95%;
  }
  
  h3 {
	  font-size: 1.25rem
  }
  
  #content-menu ul {
	  padding: 0;
	  width: 100%;
  }
  
  #content-menu ul li {
	font-size: 10px;
}

#content-menu-full ul li {
	font-size: 12px;
	width: 10%;
}
}