html, body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:18px;
}

.container-fluid{
	width: 70%;
	margin:0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	color:#ea6113;
}

.button-oranje {
	background:#ea6113;
	padding:10px 35px 10px 35px;
	color:#fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor:pointer;
}

.nopadding {
	padding-left:0;
	padding-right:0;
}

/* CONCEPT PDF */

.concept-pdf {
	position: relative;
	z-index:1;
	padding-top:50px;
	padding-bottom:50px;
}

.concept-pdf #pdf-viewer {
	height:100vh;
}

.concept-pdf aside {
	background:#0f3553;
	color:#fff;
	height:100vh;
}

.concept-pdf aside ul {
	list-style-type:none;
	padding-left:0;
}

.concept-pdf aside ul li {
	width:100%;
	margin-bottom:10px;
}

.concept-pdf aside ul li .kenmerk, .concept-pdf aside ul li .value {
	width:50%;
	display: inline-block;
} 

.concept-pdf aside .info-box {
	padding:30px;
	border-bottom:1px solid #fff;
}

.concept-pdf i {
	margin-right:10px;
}

.concept-pdf a {
	color:#fff;
}

.concept-pdf a:hover {
	color:#fff;
	text-decoration: underline;
}

.sigNav {
	height:auto!important;
}

#pdf-object {
	height:100vh;
	width:100%;
	overflow:hidden;
}

/* CONTRACT STATUS */

.contract-status {
	padding-top:50px;
	padding-bottom:50px;
}

.contract-status h2 {
	margin-top:0;
	padding-top:0;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}

.contract-status-container {
	width:40%;
	margin:0 auto;
	background:#0f3553;
	padding:30px;
	border-radius:5px;
}

.contract-status a {
	color:#fff;
}

/* POPUP */

.ondertekenen-popup {
	display: none;
	width: 650px;
	background: #ffffff;
	padding: 25px 25px 25px 25px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999!important;
	max-height:90vh;
	overflow-y:scroll;
}

..ondertekenen-popup .ondertekenen-popup-sluiten {
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
}

.ondertekenen-popup-overlay{
	background: #003a57; 
	background: -moz-linear-gradient(top, #003a57 1%, #012334 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #003a57 1%,#012334 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #003a57 1%,#012334 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a57', endColorstr='#012334',GradientType=0 ); 
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 800;
}

.ondertekenen-popup-sluiten {
	position: absolute;
	top:30px;
	right:30px;
	font-size:20px;
}

.ondertekenen-scroll-button {
	display: none;
}

/* FORM */

form input[type="submit"] {
	border:none;
}

form textarea {
	width:100%;
}