:focus { outline: none; }

/* Basis */
body {
	background: url('img/bg_body.jpg') no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	margin: 0;	
}


.header {
	padding: 25px 0;
	background: #FFFFFF;
}
h1 {
	color: #2da32c;
	font-weight: 700;
}
.container { max-width: 600px; background: #FFFFFF; }

hr {
	background: #a1a1a1;
	color: #a1a1a1;
	height: 1px;
	border: 0px solid;
	clear: both;
}
.geslacht input[type=radio] {
	visibility: hidden; /* gebruik geen display block */
	width: 1px;
	height: 1px;
	cursor: pointer;
	padding: 0px;
}
.geslacht input[type=radio] + label {
	border:1px solid #AFAFAF;
	background: #FFFFFF;
	padding: 10px 0;
	width: 100%;
	max-width: 100px;
	font-weight: 300;
	text-align: center;
	cursor: pointer;
}
.geslacht input[type=radio]:first-child + label{ margin: 0 0 0 -5px; }
.geslacht input[type=radio]:checked + label {
	background:url(img/check.png) no-repeat 5px center;
	background-size: 20px 20px;
	border: 1px solid #02bb02;
	width: 100%;
	cursor: pointer;
}

.font12pt10 {
	font-size: 12px;
	padding-top: 10px;
}

input[readonly].showReadonly {
	cursor: pointer !important;
	border-radius: 5px;
}
input[type="text"], input[type="email"], input[type="tel"] {
	font-size: 14px;
	height: 42px;
	padding: 5px 8px;
	margin: 10px 0 0;
	border-radius: 0;
	border: 1px solid #261c24;
	background: #f2f9ff;
	border-radius: 5px;
}
input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[readonly].error {
	background: #f2f9ff url("img/valid_icon_error.png") right 10px no-repeat !important;
	background-size: 26px 17px !important;
	border: 1px solid #FF644B;
	padding-right: 35px;
}
input[type="text"].valid, input[type="email"].valid, input[type="tel"].valid, input[readonly].dateActive, input[readonly].dateHover {
	background: #f2f9ff url("img/valid_icon_valid.png") right 10px no-repeat !important;
	background-size: 26px 17px !important;
	padding-right: 35px;
	border: 1px solid #000000;	
}

#datepicker {
	background:#f2f9ff url("img/date.gif") right center no-repeat !important;
	background-size: 50px 50px;
}


.errorbox {
	position: relative;
	height: 0px;
	color: #FF644B;
	list-style: none;
	margin: 0 0 10px;
	clear: both;
}

#popup {
	position: fixed;
	left: 0; right: 0px;
	margin: 0 auto;
	height: 90%;
}

.extraPers, .minPers {
	padding: 10px 0 0;
	text-decoration: underline;
	color: #2da32c;
	cursor: pointer;
}

.top10 { margin-top:10px; }

/* color datepicker select in firefox */
select.ui-datepicker-month, select.ui-datepicker-year { color: #000000; } 

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	#respondee_telephoneNumber_areaCode { width: 33%; float: left; }
	#respondee_telephoneNumber_connectionNumber { width: 65%; float: right; }	
	.hspacer { display: none; }
	
	#submit {
		background: #2da32c;
		border: none;
		border-radius: 5px;
		color:#FFFFFF;
		font-weight: 900;
		font-size: 21px;
		width: 100%;
		padding: 10px 0;
		-webkit-box-shadow: 1px 1px 1px 1px rgba(10,92,9,1);
		-moz-box-shadow: 1px 1px 1px 2px rgba(10,92,9,1);
		box-shadow: 1px 1px 1px 1px rgba(10,92,9,1);
	}
	#submit:hover { background: #188c17; }
	
	.formbox {
		background: #FFFFFF;
		font-size: 17px;
		margin: 0 30px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#submit {max-width: 253px;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hspacer {
		width: 19px;
		height: 1px;
		float: left;
		display: block;
	}

	.form-group { margin: 0 0 10px 0; }
	.machtBox { top: 0; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#respondee_telephoneNumber_areaCode { width: 30%; float: left; }
	#respondee_telephoneNumber_connectionNumber { width: 65%; float: right; }	

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	h1 {
		font-size: 20px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}