/*************/
/* formulier */
/*************/

/* input field is grey with white top shadow inside */
input {
  -moz-box-shadow: inset 0 2px 0px #ffffff;
  -webkit-box-shadow: inset 0 2px 0px #ffffff;
  box-shadow: inset 0 2px 0px #ffffff;	
	border:solid 1px #c2c5c6;
  -moz-border-radius: 5px;
  border-radius: 5px;
	height:50px;	
	font-size:44px;
	font-style:italic;
	font-weight:normal; 
	padding:5px;
  font-family: Proxima , sans-serif;	
	color:#000000;
	text-align: center;
	cursor: pointer;
	background-color:transparent;
}

/* active input is white and had grey top shadow inside */
input.active {
  -moz-box-shadow: inset 0 2px 0px #e8e8e8 !important;
  -webkit-box-shadow: inset 0 2px 0px #e8e8e8 !important;
  box-shadow: inset 0 2px 0px #e8e8e8 !important;	
	background-color:#FFFFFF !important;
	font-style:normal !important;
	text-align:left !important;	
}

/* color of placeholder for different browsers (used in date fields)*/
::-webkit-input-placeholder { /* WebKit browsers */
	color:white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:white;
	 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:white;  
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   	color:white;    
}

/* radiobutton for geslacht person1 and partner */
#divgeslacht {
	top:17px;
	position:relative;
	z-index:5;
}

input[type=radio] {
	display:none;
}
input[type=radio] + label {
	color:#b1babe;
	display: inline-block; 
  border:solid 1px #c2c5c6;
  -moz-border-radius: 4px;
  border-radius: 4px;
	background-color:#FFFFFF;	 					   		
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	height:60px;
	width:60px;	
  background-position:center; 
  background-repeat:no-repeat;	
	cursor: pointer;		
	position:relative;	
}
#labelpartnerman, #labelpartnervrouw {
	height:46px;
  width:46px;
  top:3px;
}
 
input[type=radio]:checked + label {
  outline: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	color: #f07320;	
	z-index:100 !important;	
}

#vrouwlabel, #labelpartnereen {
	margin-left:-16px;
	z-index:5;
}
#labelpartnervrouw  {
	margin-left:-12px;
	z-index:5;
}


#partnergeen + label,
#partnereen + label {
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	height:42px;				
	font-style:italic;
	padding-top:6px;
	background-color:#ffffff;
}
#man + label, #partner_man + label {
	background-image: url('../img/man_grijs.png');
	z-index:5;
}
#man:checked + label, #partner_man:checked + label  {
	background-image: url('../img/man_blauw.png');
}
#vrouw + label, #partner_vrouw + label  {
	background-image: url('../img/vrouw_grijs.png');
	z-index:5;	
}
#vrouw:checked + label, #partner_vrouw:checked + label  {
	background-image: url('../img/vrouw_blauw.png');
}

/* button with orange link */
.akkoordknop {
	display: inline-block; 
	border:solid 1px #c2c5c6;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-color:#FFFFFF;
	height:60px;
	width:60px;
	cursor: pointer;	
  background-position:center; 
  background-repeat:no-repeat;			
}

.nietakkoord {
	background-image: url('../img/akkoord_grijs.png');
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);	
}
.akkoord {
	background-image: url('../img/akkoord.png');	
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);		
}

/* ik knop styling */
div#ik_knop {
	color:#000000;
	border:solid 1px #c2c5c6;
  -moz-border-radius: 5px;
  border-radius: 5px;
	font-style:italic;	
	height:40px;
	min-width:80px;
	background-image: url('../img/plus.png');	
  background-position: right 15px center; 
  background-repeat:no-repeat;
	background-color:transparent;		
	position:relative;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	line-height: 100%;	
}
#ik_knop_tekst {
	height:30px;
}

/* geboortedatum field */

#geboortedatum {
	background-color:transparent;
	font-style:italic;
	min-width:400px;
}
#geboortedatum::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbc2c6;
}
#geboortedatum:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bbc2c6;
    opacity:  1;
}
#geboortedatum::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbc2c6;
    opacity:  1;
}
#geboortedatum:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #bbc2c6;
}

.greyPH::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c2c5c6 !important;
}
.greyPH:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c2c5c6 !important;
    opacity:  1;
}
.greyPH::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c2c5c6 !important;
    opacity:  1;
}
.greyPH:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c2c5c6 !important;
}


#divgeboortedatum .akkoordknop {
	top:17px;
	position:relative;
}

/* white div with gezin options */

#divgezin {
	padding-top:70px;
	padding-bottom:24px;	
	display:none;
	background-color:#f2f4f6;
	line-height:100%; 	
  margin: 0 auto;
  overflow: hidden;
  margin-top:50px;
}
.gezin_left{
	width:50%;
}

/* Opmaak van input tekstveld */
#divpartner2, #kind1, #kind2, #kind3, #kind4 {
	padding-bottom:16px;
	padding-top:16px;
	width:1000px;
  border-top: dotted 1px #d8dadc;
}
#divpartner2 input, #kind1 input, #kind2 input , #kind3 input , #kind4 input  {
  -moz-border-radius: 4px;
  border-radius: 4px;
	height:32px;	
	font-size:28px;
	padding:5px;
  font-family: Proxima , sans-serif;	
	color:#000000;		
  -moz-box-shadow: inset 0 2px 0px #e8e8e8 !important;
  -webkit-box-shadow: inset 0 2px 0px #e8e8e8 !important;
  box-shadow: inset 0 2px 0px #e8e8e8 !important;	
}

#divkinderen {
	position:absolute;
	z-index:150;
	display: inline-block;
}
#kinderen_kind {
	position:relative;
	display: inline-block;
	left:130px;
}

/* list for select that floats above select field */ 
/* additional jquery needed to show and use it */
ul.select {
	text-align: left;
  display: inline;
  list-style: none;
	padding-left: 0px !important;
	margin:0px;
}

ul.select li {
  border:solid 1px #c2c5c6;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e4e7e9 url(../img/dropdown.png) no-repeat right 10px center;
  color: #000000;
	text-align:left;
  display: inline-block;
  list-style: none;
  font-family: Proxima , sans-serif;		
  font-style:italic;
	height:34px;	
  /*width:70px;*/
  padding: 6px;
	padding-right:34px;
	padding-left:10px;			
	cursor: pointer;
	position: relative;
}

#kindselect0, #kindselect1, #kindselect2, #kindselect3 {
	border-bottom:0px;
}

ul.select li ul {
  padding: 0;
  position: absolute;
  top: -86px;
  left: 0;
  display: none;
  opacity: 1;
	z-index:200;
}

ul.select li ul li { 
  background: #f2f4f6; 
  display: block; 
  color: #a5adb3;
	height:30px;
  -moz-border-radius: 0px;
  border-radius: 0px;	
}
/* round corners around options */
ul.select li ul li.first{
  -moz-border-top-left-radius: 5px;
 	border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
 	border-top-right-radius: 5px;
}
ul.select li ul li.last {
  -moz-border-bottom-left-radius: 5px;
 	border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
 	border-bottom-right-radius: 5px;
}
/* hover and active color */
ul.select li ul li.active, ul.select li ul li:hover { color:#f07320;}

/* specifiek breedtes en hoogtes voor andere dropdown */
.beoordeling {
	width:380px !important; 
	height: 48px !important;
	line-height:100%;
}
.kinderendropdown{
	line-height:100%;
	width:65px;
}
.geenPartner{
	line-height:100%;
	width:68px;
}
#beoordelingselect0{
	margin-top:25px;
}
ul.select li.beoordeling ul {
  top: -60px;
}
.regelen {
	width:430px !important; 
	height: 48px !important;
	line-height:100%;
}
ul.select li.regelen ul {
  top: -30px;
}
.kenmerk {
	width:230px !important; 
	height: 48px !important;
	line-height:100%;
}
ul.select li.kenmerk ul {
  top: -60px;
}
.type {
	width:210px !important; 
	height: 48px !important;
	line-height:100%;
}
ul.select li.type ul {
  top: -30px;
}

ul.select li.geenPartner ul {
  top: -21px;
}

footer{
	background-color:#056e82;
	text-align:center;
	padding-bottom:20px;
	position:fixed;
	bottom:0px;
	left:0px;
	height:25px;
	width:100%;
}
footer p{
	
	color:white;
}
footer p a{
	color:white;
}
footer #cookieM{
	text-decoration:underline;
	cursor:pointer;
}


div#vervolg2{
	padding-top:29px; /*7aug 16px*/
	display:none;
}

#vervolg2 select {
  background: transparent url(../img/dropdown.png) no-repeat right 6px center;
	color:black;	
	height:56px;
}

/* 2 grote buttons op pagina 1 */  

input[type=button] {
	border:solid 2px #a5adb3;
  -moz-border-radius: 6px;
  border-radius: 6px;
	height:72px;	
	color: #a5adb3;	
	font-size:18px;
	padding:6px;
  font-family: Georgia, serif;
  background: url(../img/ok_grijs.png) no-repeat 20px center;	
  font-style:italic;
	padding-left:70px;
	padding-right:20px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;	
}
input[type=button].active {
  background: url(../img/ok.png) no-repeat 20px center;
	background-color:#056e82 !important;
	color:white;
  border:none  !important;
}

#buttonsuggesties {
  background: url(../img/pijl_omlaag.png) no-repeat 20px center;	
	margin-top:50px; /*31jul 54px*/
	height:58px;
	width:294px;
}

#buttonsuggesties.active {
  background: url(../img/pijl_omlaag_wit.png) no-repeat 20px center;	
  background-color:#f07320 !important;
	color:white; 
  border:none  !important;
}
#buttonsuggesties2.active {
  background: url(../img/pijl_rechts_wit.png) no-repeat 20px center;	
  background-color:#f07320 !important;
	color:white; 
  border:none  !important;
}

#gezinbevestigen {
	height:58px;
	width:243px;
}

/* empty boxes at bottom */
div.empty {
  width:96%;
  height:40px;
	background-image:url('../img/bg.png');
  margin-top:40px;
}
div.smal {
  width:56%;
}

/* Responsive options */
/*@media screen and (max-device-width: 780px){
	div.center, #divpartner2, #kind1, #kind2, #kind3, #kind4 {
		width:740px;
	}
	#header_front {
		height:140px;
		padding-top:60px;		
	}
	#header-left.menulaag {
		width:30%;
	}	
	#header-right.menulaag {
		width:70%;
	}
	 
	div.main {
		padding-top:240px;
	}
  .huge {
  	font-size:30px;
  }
  .big {
  	font-size:24px;
  }
  .normal {
  	font-size:20px;
  }
  .small {
  	font-size:16px;
  }	
	header a {
		font-size:12px;
	}
	input {
  	font-size:28px;
		height:30px;	
  }	
}
*/
@media screen and (max-device-width: 320px){

  .regelen {
  	width:170px !important; 
  }
  .kenmerk {
  	width:104px !important; 
  }
  .type {
  	width:96px !important; 
  }
	.beoordeling {
		width:180px !important; 
	}
}

/* Tooltip */
.ui-tooltip, .arrow:after {
	background: #000000;
	border: solid 0px #000000;
}
.ui-tooltip {
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Proxima, Arial, sans-serif;
	font-size:34px;
	background: black;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:18px;
	padding-right:18px;	
	-moz-box-shadow: none;
	-webkit-box-shadow:  none;
	box-shadow:  none;	
}
.map{
	font-size:16px;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 48%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 40%;
}
.arrow:after {
  content: "";
  position: absolute;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}

#mobilepartner{
	display:none;
}
#mobilegegevenspartner{
	display:inline;
}

#header_mobile{
	display:none;
}
#partnergeboortedatum{
	width:30%;
	text-align:right;
	vertical-align: middle;
}
.ik{
	width:32px ;
	height:48px !important;
	padding-top: 0px !important;
	line-height:141%;
}
.ikP{
	height:50px !important;
	padding-top: 0px !important;
	width:301px;
}

#ikselectedblock{
	padding-bottom:14px;
}
#ikenmijnpartner{
	margin-top:62px;
}
#ikenmijnpartner1{
	padding-bottom:9px;
}
.pMob{
    display:none;   
}
#error_control{
	display:none;
	color:red;
	font-size:26px;
}
@media (min-width: 400px){
	#header_mobile{
		display: none;
	}
}
@media (max-width: 400px){
	.icon-bar{
		background-color: #FFFFFF;
	}
	header{
		position:absolute;
		top:auto;
	}
	footer{
		height:55px;
	}
	#header_page1{
		display:none !important;
	}
	#header_front{
		display:none !important;
	}
	#mobilegezin{
		width:290px;
        padding-bottom:31px !important;
	}
	.navbar-toggle{
		padding: 0px 0px;
		z-index:10;
		margin-top:4px;
	}
	#geboortedatum {
		min-width:150px;
	}
	.borderB{
		z-index:10;
		width: 90%;
		margin-left:10px;
		background-repeat: no-repeat;
		background-color: #222222;
	}
	#zwarte{
		background-color: #222222;
	}
	#vrouw + label, #partner_vrouw + label{
		margin-left:-6px;
	}
    .gezin_left{
        display:none;
    }
	.pMob{
		text-align:left !important;
		padding-right:0px !important;
        display:block;
        margin-top: 9px;
	}
    #partnerdropdown{
        top: -37px;
    }
	#header-right-mob > a {
		
		margin-left: -28px;
		z-index:10;
		font-family: "Arial";
		font-size: 12px;
		font-weight: bold;
		padding-right: 16px;
		text-decoration: none;
		background-repeat: no-repeat;
	}
	#header-right-mob {
		z-index:10;
		background-color:#222222;
	}
	#header-right-mob > a.active {
		color:white !important;
		z-index:10;
	}
	#header_mobile{
		display:block;
		height:114px;
		padding:10px;
		z-index:1;
		overflow: hidden;
	}
	#header-right{
		display:none;
	}
	#header-left{
		width:auto;
		position:absolute;
	}
	#header-left.big{
		min-width:210px;
		font-size:22px;
	}
	.menulaag{
		display:none;
	}
	div.center{
		width:auto;
	}
	header div div{
		width:auto;
	}
    #kinderen_kind {
    	position:absolute !important;
        left:0px;
        display:inline;
        margin-left: 8%;
        margin-top: 39px;
        margin-bottom: 10px;
    }
	.mobileword{
		display:none;
	}
	#mobilepartner{
		display:block;
	}
	#mobilegegevenspartner{
		display:none;
	}
	.gezin_left{
		width:23%;
	}
	#partnergeboortedatum{
		width:67%;
		text-align:right;
		vertical-align: middle;
		
	}
	#geboortedatum_dag, #geboortedatum_maand, #partner_geboortedatum_dag, #partner_geboortedatum_maand {
		width:30px !important;
	}
	.numbersOnly{
		font-size:19px !important;
	}
	.regelen{
		width:230px !important;
	}
	.kenmerk{
		width:230px !important;
	}
	.type{
		width:230px !important;
	}
	.beoordeling{
		width:230px !important;
	}
	#overlay {
		position: fixed;
		top: 36px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #056E82;
		z-index: 10000;
	}
	#insideoverlay {
		z-index: 10001;
		font-size:22px;
		width:100%;
		height:100%;
		margin-left:10px;
		margin-right:auto;
		margin-top:20px;
		color:#FFFFFF;	
	}
	#insideoverlay hr{
		display:block;
		height:1px;
		border:0px;
		border-top:2px solid #70A86B;
		padding:0px;
		margin:0px;
	}
	.kinderendropdown{
		line-height:100%;
		width:40px;
	}
	.geenPartner{
		line-height:100%;
		width:42px;
	}
	.ikP{
		height:50px !important;
		padding-top: 0px !important;
		width:150px !important;
	}
	.beoordeling {
		width: 208px !important;
	}
	.regelen {
		width: 208px !important;
	}
	.kenmerk {
		width: 208px !important;
	}
	.type {
		width: 208px !important;
	}
	.infoarrow{
		margin-top:4px;
	}
}