.btn, .form-control, .input-group-addon, .panel, .panel-heading,
.list-group-item:first-child, .list-group-item:last-child, .dropdown-menu,
.panel-group .panel, .well, .nav-pills > li > a, .nav-tabs > li > a,
.modal-content, .alert, .popover, .tooltip-inner, .label {
	border-radius: 0;
}

.label.label-info {
	padding: 10px;
}

.img-responsive{
	max-width: 100%;
}

.btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	background-image: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation; /*border-radius: 4px;*/
}

.img, .img img{
	float: left;
}

.img input{
	float: left;
	clear: both;
}

.removeimg{
	float: left;
	clear: both;
	margin-bottom: 10px;
	color: #fff;
	border-color: #4cae4c;
	background-color: #5cb85c;
	padding: 6px 12px;
	cursor: pointer;
}

.removeimg:hover{
	border-color: #398439;
	background-color: #449d44;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
	color: #333;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=65);
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	border-color: #ccc;
	background-color: #fff;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
	box-shadow: none;
}

.btn-default:focus, .btn-default.focus {
	color: #333;
	border-color: #8c8c8c;
	background-color: #e6e6e6;
}

.btn-default:hover {
	color: #333;
	border-color: #adadad;
	background-color: #e6e6e6;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333;
	border-color: #adadad;
	background-color: #e6e6e6;
}

.btn-default:active:hover, .btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus,
.btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus, .btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #333;
	border-color: #8c8c8c;
	background-color: #d4d4d4;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus,
.btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	border-color: #ccc;
	background-color: #fff;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	border-color: #2e6da4;
	background-color: #337ab7;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	border-color: #122b40;
	background-color: #286090;
}

.btn-primary:hover {
	color: #fff;
	border-color: #204d74;
	background-color: #286090;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	border-color: #204d74;
	background-color: #286090;
}

.btn-primary:active:hover, .btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus,
.btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	border-color: #122b40;
	background-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus,
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	border-color: #2e6da4;
	background-color: #337ab7;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	border-color: #4cae4c;
	background-color: #5cb85c;
}

.btn-lionheadhr {
	border-color: #cc9000;
	background-color: #cc9000;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	border-color: #255625;
	background-color: #449d44;
}

.btn-success:hover {
	color: #fff;
	border-color: #398439;
	background-color: #449d44;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #fff;
	border-color: #398439;
	background-color: #449d44;
}

.btn-success:active:hover, .btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus,
.btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus, .btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	border-color: #255625;
	background-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus,
.btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	border-color: #4cae4c;
	background-color: #5cb85c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	border-color: #46b8da;
	background-color: #5bc0de;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	border-color: #1b6d85;
	background-color: #31b0d5;
}

.btn-info:hover {
	color: #fff;
	border-color: #269abc;
	background-color: #31b0d5;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #fff;
	border-color: #269abc;
	background-color: #31b0d5;
}

.btn-info:active:hover, .btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus,
.btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus, .btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #fff;
	border-color: #1b6d85;
	background-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus,
.btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	border-color: #46b8da;
	background-color: #5bc0de;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	border-color: #eea236;
	background-color: #f0ad4e;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	border-color: #985f0d;
	background-color: #ec971f;
}

.btn-warning:hover {
	color: #fff;
	border-color: #d58512;
	background-color: #ec971f;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #fff;
	border-color: #d58512;
	background-color: #ec971f;
}

.btn-warning:active:hover, .btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus,
.btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus, .btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #fff;
	border-color: #985f0d;
	background-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus,
.btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	border-color: #eea236;
	background-color: #f0ad4e;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	border-color: #d43f3a;
	background-color: #d9534f;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	border-color: #761c19;
	background-color: #c9302c;
}

.btn-danger:hover {
	color: #fff;
	border-color: #ac2925;
	background-color: #c9302c;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #fff;
	border-color: #ac2925;
	background-color: #c9302c;
}

.btn-danger:active:hover, .btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus,
.btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus, .btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	border-color: #761c19;
	background-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus,
.btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	border-color: #d43f3a;
	background-color: #d9534f;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
	color: #23527c;
	background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	text-decoration: none;
	color: #777;
}

.btn-lg, .btn-group-lg > .btn {
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px; /*border-radius: 6px;*/
}

.btn-sm, .btn-group-sm > .btn {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px; /*border-radius: 3px;*/
}

.btn-xs, .btn-group-xs > .btn {
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px; /*border-radius: 3px;*/
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type='submit'].btn-block, input[type='reset'].btn-block,
input[type='button'].btn-block {
	width: 100%;
}

.nav li a.btn.btn-danger:hover {
	background-color: #c9302c;
}

.btn-outline {
	transition: all .5s;
	color: inherit;
	background-color: transparent;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover,
.btn-info.btn-outline:hover, .btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}

.panel-default > .panel-heading {
	color: #333;
	border-color: #ddd;
	background-color: #f5f5f5;
	background-image: none;
}

.well {
	background-color: #f5f5f5;
	background-image: none;
}

.alert {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid transparent;
	background-image: none;
	box-shadow: none;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p, .alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	border-color: #d6e9c6;
	background-color: #dff0d8;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	border-color: #bce8f1;
	background-color: #d9edf7;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	border-color: #faebcc;
	background-color: #fcf8e3;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	border-color: #ebccd1;
	background-color: #f2dede;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

html .dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 0;
}

html .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
	border-color: #4cae4c;
	background: #5cb85c;
}

html .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border-color: #398439;
	background: #449d44;
}

html .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #333 !important;
	border-color: #adadad;
	background: #e6e6e6;
}

.faqlink {
	display: block;
}

.login-panel {
	width: 320px;
	margin: 80px auto 0 auto;
}

#container2 {
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
	background: #fff;
}

#container1 {
	position: relative;
	right: 84%;
	float: left;
	width: 100%;
	background: #eee;
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.navbar {
	min-height: 65px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	background: #eee;
	box-shadow: none;
}

.navbar-brand {
	padding-top: 10px;
}

.sidebar {
	position: relative;
	left: 85%;
	float: left;
	overflow: hidden;
	width: 16%;
	min-height: calc(100vh - 51px);
	margin-left: -20px; /*height: 100%;*/
	border-right: 1px solid #ccc;
	background-color: #eee;
}

.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}

.navbar-nav > li > a {
	line-height: 34px;
}

.nav-sidebar a.active {
	color: #fff;
	background-color: #6785c3;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: #ddd;
}

.nav-sidebar a.active:focus, .nav-sidebar a.active:hover {
	background-color: #2b5686;
}

.sidebar .nav-second-level li a {
	padding-left: 37px;
}

.main {
	position: relative;
	left: 85%;
	float: left;
	width: 84%;
	padding: 20px 45px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.main .page-header {
	margin-top: 0;
}

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

.placeholders h4 {
	margin-bottom: 0;
}

.placeholder {
	margin-bottom: 20px;
}

.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

.panel-register {
	margin-top: 80px;
}

.panel-register .panel-body {
	padding: 50px;
}

.panel-register .form-horizontal .control-label {
	text-align: left;
}

.input-group.date .input-group-addon {
	cursor: pointer;
}

.cropit-preview {
	width: 370px;
	height: 158px;
	margin-top: 15px;
	margin-right: 15px;
}

.cropit-preview.cropit-image-loading .spinner {
	opacity: 1;
}

.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
	cursor: move;
}

.cropit-image-zoom-input[disabled] {
	opacity: .2;
}

input.cropit-image-input {
	display: none;
}

.cropit-preview-background {
	opacity: .2;
}

input.cropit-image-zoom-input {
	position: relative;
}

#image-cropper {
	overflow: hidden;
}

.controls-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.controls-wrapper .rotation-btns {
	font-size: 16px;
	display: inline-block;
	margin-right: 35px;
}

.controls-wrapper .slider-wrapper {
	display: inline-blevock;
	float: right;
}

.controls-wrapper .slider-wrapper .small-image {
	font-size: 16px;
}

.controls-wrapper .slider-wrapper .large-image {
	font-size: 24px;
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input {
	display: inline-block;
	width: 130px;
	margin: 0 20px;
}

.controls-wrapper .rotation-btns .icon:first-child {
	margin-right: 20px;
}

input[type='range'] {
	height: 17px;
	vertical-align: middle;
	border-radius: 0; /*box-shadow: inset 1px 1px 1px rgba(000,000,000,0.25);*/
	background-color: #fff;
	-webkit-appearance: none; /*appearance: none;*/
	-moz-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	vertical-align: middle;
	border: solid 1px #ddd; /*appearance: none;*/
	border-radius: 5px; /*box-shadow: inset 1px 1px 1px rgba(000,000,000,0.25);*/
	background-color: #eee;
	-webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
	width: 15px; /*box-shadow: inset 0px 1px 0px rgba(000,000,000,0.5);*//*border: 1px solid #999;*/
	height: 15px;
	margin-top: -6px;
	vertical-align: middle; /*appearance: none;*/
	border-radius: 50%;
	background-color: #888;
	-webkit-appearance: none;
}

input[type='range']::-moz-range-track {
	height: 5px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: solid 1px #ddd;
	border-radius: 5px; /*box-shadow: inset 1px 1px 1px rgba(000,000,000,0.25);*/
	background-color: #eee;
	-moz-appearance: none;
}

input[type='range']::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #888;
	-moz-appearance: none;
}

input[type=range]::-ms-track {
	color: transparent;
	border-width: 6px 0;
	border-color: transparent;
	background: transparent;
}

input[type=range]::-ms-fill-lower {
	border-radius: 5px;
	background: #eee;
}

input[type=range]::-ms-fill-upper {
	border-radius: 5px;
	background: #eee;
}

input[type=range]::-ms-thumb {
	width: 15px;
	height: 15px;
	margin-top: -1px;
	border: none;
	border-radius: 50%;
	background: #888;
}

input[type=range]:focus::-ms-fill-lower {
	background: #eee;
}

input[type=range]:focus::-ms-fill-upper {
	background: #eee;
}

#suggestions ul {
	list-style: none;
}

ul.wijkkeuze {
	padding: 0;
}

#city {
	margin-bottom: 20px;
}

.projectimages .projectimageholder {
	float: left;
	width: 320px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.projectimages .projectimageholder .btn-default {
	border-color: transparent;
}

.projectimages .projectimageholder .form-control {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.projectimages .projectimage {
	height: 180px;
	margin-bottom: 10px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}

.projectimages .projectimage .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.projectimages .projectimage img {
	max-width: 100%;
	max-height: 100%;
}

.droppy {
	font-size: 20px;
	padding: 50px;
	text-align: center;
}

.newcode {
	cursor: pointer;
}

.legend-left {
	position: relative;
	float: left;
	clear: both;
}

.heading.heading-left {
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
}

.chart {
	position: relative;
	float: left;
	color: #29bada;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.chart .bar {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
}

.chart-label {
	position: absolute;
	float: left;
}

.clear {
	clear: both;
}

.list-group.tiny .list-group-item {
	display: inline-block !important;
	width: 20%;
	min-width: 220px;
}

.list-group.tiny .list-group-item.hidden {
	display: none !important;
}

.notfound {
	position: relative;
	width: 100vw;
	height: 100vh;
	background: url('/admin/images/bg.jpg') center bottom no-repeat #394c74;
	background-size: 100%;
}

.notfound .horizon {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
}

.notfound .notfoundtext {
	margin-top: -20px;
	text-align: center;
	color: #fff;
}

.notfound .notfoundcontent {
	width: 100%;
	max-width: 1754px;
	margin: 0 auto;
}

.notfound .notfoundimage img {
	width: 100%;
}

#topnav {
	margin-top: 20px;
}

#topnav .logo img {
	vertical-align: middle;
}

ul#topnavmenu {
	float: right;
	list-style: none;
}

#topnavmenu li {
	float: left;
	margin-top: 20px;
}

#topnavmenu li a {
	text-decoration: none;
	color: #3e5172;
	text-transform: uppercase;
	margin: 0 0 0 25px;
	font-size: 14px;
	letter-spacing: 0.75px;
}

.adviseurs {
	max-width: 800px;
	margin: 50px auto 0 auto;
}

.adviseurs .profilepicture img {
	width: 100%;
	height: auto;
}

.adviseurs .contact p {
	margin: 0;
}

.wijklist li:first-child{
	border-bottom: 1px solid #000;
}

.wijklist li:first-child *{
	font-weight: bold;
}

.wijklist li label > span{
	float: left;
	width: 16%;
}

.wijklist li label span.wijknaam{
	width: 25%;
}

.wijklist li label span.postcodegebied, .wijklist li label span.reg_price, .wijklist li label span.addpremium{
	width: 8%;
}

.wijklist li label input{
	float: left;
	position: relative!important;
}

.wijklist .checkbox label{
	width: 100%;
}

.addpremiumzip{
	color: #31708f;
	cursor: pointer;
	transition: all .2s ease;
}

.addpremiumzip:hover{
	color: #000;
}

.addpremium input{
	position: relative!important;
	margin-left: 0!important;
}

.options a i{
	font-size: 22px;
}

.uitbetaling{
	margin-bottom: 25px;
}

.sellerdetails{
	float: left;
	width: 100%;
	display: none;
}

.popin{
	color: #337ab7;
	text-decoration: underline;
	cursor: pointer;
	transition: .2s all ease;
}

.popin:hover{
	text-decoration: none;
	color: #000;
}

.activezipcodes{
	display: none;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 40%;
	z-index: 99;
}

.activezipcodes ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product{
	float: left;
	padding: 15px;
	border: 1px solid #333;
	margin: 0 20px 20px;
	width: calc(33% - 42px);
	text-align: center;
	cursor: pointer;
	height: 320px;
}

.product.selected {
    background-color: #b1ff6c;
}

.product select {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    border: none;
    border: 1px solid #dedede;
}

.selectorlabel {
    float: left;
    width: 100%;
    margin: 20px 0 15px;
}

.productprijs {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 25px 0;
}

#selectproduct{
	width: 200px;
	float: left;
	margin-left: calc(50% - 100px);
	margin-top: 35px;
	padding: 15px 25px;
	background-color: #16c938;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.floatleft{
	float: left;
}

.spacer{
	float: left;
	width: 100%;
	height: 1px;
}

.specialist_overview{
	float: left;
	width: 100%;
	margin: 25px 0;
}

.specialist_overview label{
	float: left;
	width: 100%;
}

.quarter{
	float: left;
	width: calc(25% - 30px);
	padding: 0 15px;
}

.maxproducts, .areas_used, .availableproducts{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#logoupload{
	float: left;
	width: 60%;
	margin-top: 35px;
}

.logo_options{
	float: left;
	width: 20%;
}

.logo_options select, .logo_options input{
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.half{
	float: left;
	margin: 0 25px;
	width: calc(50% - 50px);
}

p.faqitem{
	float: left;
	width: 100%;
	cursor: pointer;
}

.bannerpositions{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.bnrcol{
	float: left;
	width: 25%;
}

.bnrcol label{
	float: left;
	width: 100%;
	margin: 5px 0;
}

.bannerpositions h4{
	float: left;
	width: 100%;
}
