@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 767px) {
.csv-pricing-input {  
	clear: both;
	min-width: 100%;  
	height: 186px; 		
	margin: 25px 0px 0px 0px;
	background: #f0f2f4;
	border-radius: 6px; 
}
.csv-pricing-input .step_1 {  
    position: relative;
	top: 20px;

}    
.csv-pricing-field-step label {  
	padding-top: 15px;
}	
.csv-pricing-input label {  
	padding-top: 15px;
}
.csv-pricing-field label {  
	padding-top: 0px;
}	
.step_1  { 
	position: relative;
	top: 4px;
	left: 2px;
    background-image: url(../../images/step_1.png);
    background-repeat: no-repeat;
    height: 30px;
	padding-top: 20px;
}
}
@media only screen and (min-width: 768px) {
.csv-pricing-input {  
	clear: both;
	width: 420px;  
	height: 186px; 		
	margin: 5px 0 15px;
	background: #f0f2f4;
	border-bottom: 0;
	padding: 20px 0px 40px 42px;
	border-radius: 6px; 
}
.step_1  { 
	position: relative;
	top: 4px;
	left: 2px;
    background-image: url(../../images/step_1.png);
    background-repeat: no-repeat;
    height: 30px;
}	
}
@media only screen and (max-width: 768px) {
.csv-pricing-input {  padding: 0px 0px 0px 18px; width: 94%; margin-bottom: 10px; }	
}

.csv-pricing-input .csv-pricing-field { position:relative; padding: 5px 0px; clear: both; height: 35px; }
.csv-pricing-input .csv-pricing-field2 { position:relative; padding: 5px 0px; clear: both; min-height: 5px; }
.csv-pricing-input .csv-pricing-field input { float:right; background:#fff; border: 0px solid #dddddd; width:110px; height:32px; margin-bottom:0px; color:#333; padding:5px; border-radius: 4px; }
.csv-pricing-input .csv-pricing-field label { float:left; vertical-align:middle; line-height:40px; }
.csv-pricing-input .csv-pricing-field-step label { float:left; padding-left: 43px; font-size: 1.2em; font-weight: 600; width: 400px; line-height: 0px; margin-bottom: 30px;
}
#csv_height_input { float:right; background:#fff; width:110px; height:32px; margin-bottom:0px; color:#333; padding:5px; 
	display: block;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	box-sizing: border-box;
	margin: 0;
	border: 0px solid #ddd;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../../images/select.png);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .75em auto, 100%;
	border-radius: 4px;
}

.csv-pricing-input .csv-pricing-field span { position: absolute; background: none repeat scroll 0 0 #ccc;
    border: 1px solid #f00000;
    left: 90px;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 100%;
    top: 43px;
    z-index: 999;
    display:none; 
}

.csv-pricing-input .csv-pricing-field2 span { position: absolute; background: none repeat scroll 0 0 #ccc;
    border: 1px solid #f00000;
    left: 90px;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 100%;
    top: 43px;
    z-index: 999;
    display:none;
}
	
label {
	font-size:14px;
	color: #333;
	margin-top:-12px;
}	
	
label[for="lengte"] {
	position:absolute;
	left: 0;
	padding-top:18px;
	font-size:12px;
	font-weight:normal;
	color: #333;
	float:left;
	width:200px;
}
label[for="aantal-leuningdragers"] {
	position:absolute;
	left: 0;
	padding-top:34px;
	font-size:12px;
	font-weight:normal;
	color: #333;
	float:left;
	width:200px;
}
label[for="aantal-dragers"] {
	position:absolute;
	left: 0;
	padding-top:6px;
	font-size:14px;
	font-weight:normal;
	color: #333;
	float:left;
	width:200px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.csv-pricing-field-position { margin-right: 60px; }