.controls .required {
	border: 1px solid #FFCCCC;
}
.controls:hover .required {
	border: 1px solid red;
}
.btnmarge {
	margin: 4px;
}
.btn {
	line-height: 18px;
	cursor: pointer;
}
.btn i {
	margin-right: 4px;
	margin-left: 4px;
}
.foldsection .foldcontent{
	display: none;
}
.foldsection .navbar {
	cursor: pointer;
}
.foldsection {
	margin-bottom: 30px;
}
.modalsizesmall {
	width: 30%;
	margin-left: -15%;
}
.modalsizemedium {
	width: 50%;
	margin-left: -25%;
}
.modalsizelarge {
	width: 90%;
	margin-left: -45%;
}

.modal .modal-body {
	overflow-y: auto;
}
.btn-sterk {
	background: #006d99;
	color: #fff;
}
.btn-sterk:hover {
	background: #014561;
	color: #fff;
}
.loginlogo {
	display: inline-block;
	margin: 10px 60px;
}
