body{
	font-size: 17px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1.8;
    font-weight: 300;
}
h1,h2,h3,h4{
	font-family: source sans pro,sans-serif;
}

h1{font-size: 45px;}
h2{}
h3{font-size: 28px;}
h4{}

.left {float:left;}
.right{float:right;}

.nopadding{ padding: 0;}

/* ------------- */
.main_container{
	max-width:1010px;
	width:100%;
	padding:0;
}

.tabs{
	padding: 20px 10px 0;
	font-family: open sans!important;
}
.tabs .tab {
    width: 25%;
    float: left;
    z-index: 0;
    margin-top: 20px;
    padding: 20px 20px;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
}
.tabs .tab.selected {
	box-shadow: 0 0 15px rgb(0 0 0 / 19%);
	background-color:#fff;
	border-radius: 15px 15px 0 0;
	z-index: 1;
	opacity: 1;
	margin: 0;
	padding: 30px 20px;
}

.view{
	width:100%;
	padding:20px;
	background-color: #fff;
	font-family: open sans!important;
}
.view:not(.shown){
	display:none;
}

.view select{
	padding:10px;
    min-width: 240px;
}

.view select,
.view input{
	padding:10px;
	border:1px solid #ddd;	
}

.view .sliderBox span {
    min-width: 100px;
    float: left;
}
.view .selectBox {
	padding:5px 0;
}
.view .selectBox span {
	line-height:30px;
    line-height: 47px;
}
.view .selectBox font {
    font-size: 13px;
    line-height: 1.05em;
    float: right;
    width: calc(100% - 360px);
    text-align: left;
    padding: 9px 0;
}
.view .selectBox select{
    width: 140px;	
	max-width:100%;
}
.view label.choice {
    display: block;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 18px;
	position:relative;
	cursor:pointer;
	margin:10px 0;
}
.view label.choice input[type="radio"] {
    position: absolute;
    top: 14px;
    right: 14px;
}

.view .inputBox span {
    width: 100%;
    font-weight: bold;
    display: inline-block;
}
.view .inputBox input{
	width:100%;
}


.slidecontainer input.slider {
    width: calc(100% - 80px);
    margin: 7px 0;
}
.slidecontainer input[type="number"]:not(.left) {
    width: 70px;
    float: right;
}
.button {
    cursor: pointer;
    outline: 0;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 40px;
    position: relative;
    box-shadow: none!important;
    transition: .2s;
    overflow: hidden;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	background-color: #388e3c;
    color: #FFFFFF;
    border: 2px solid rgba(0,0,0,0);
}
.buttons a.button.prev.left {
    background-color: #e2e2e2;
    color: #676767;
}

input.wrong,
select.wrong{
	background-color: rgba(235,0,0,0.1);
    border-bottom: 2px solid rgba(255,0,0,0.44);
}

.messageBox {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.messageBox:empty{
	display:none;
}
.errorMessage{
	background-color: rgba(235,0,0,0.1);
	margin-bottom:10px;
	padding:10px;
	width:100%;
}

input.vet{
	float:left;
	width: 100px !important;
	margin-right: 10px;
}
input.vet ~ font{
	line-height: 50px;
}
a.vet_voorbeeld{
	color:#000;
	text-decoration:none;
	cursor:pointer;
	background-color:#ddd;
	margin-left:10px;
}

.button.mini{
	padding:10px;
}

.popup_holder{
	position: fixed;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 100;
	left: 0;
	top: 0;
}
.popup_holder:not(.shown){
	display:none;
}
.popup_holder .popup{
	position:absolute;
	left:50%;
	top:50%;
	width: auto;
	height: auto;
	min-width: 430px;
	max-width: 95%;
	min-height: 280px;
	max-height: 800px;
	background-color: #fff;
	transform: translate(-50%,-50%);
	float:left;
	padding: 10px;
}

.fotoview{
	
}
.fotoview .image{
	float: left;
	width: calc(25% - 10px);
	min-width: 150px;
	height: auto;
	padding:10px;
	position: relative;
	margin:5px;
	border: 1px solid #ddd;
	cursor:pointer;
}
.fotoview .image img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.fotoview .image span {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 4px;
    background-color: rgba(255,255,255,0.8);
}

.main_container.done{
	opacity:0.6;
}
.main_container.done .send{
	display:none;
}

.view[view='2'] .inputBoxItem{
	padding: 10px;
}
.view[view='2'] .inputBoxItem + .inputBoxItem{
	margin-top:20px;
	float: left;
	width: 100%;
}

.view[view='2'] .inputBoxItem:nth-of-type(even){
	background-color:#f9f9f9;
}

@media screen and (max-width:1024px){
	h3{
		margin-top:10px;
	}
	.tabs{
		padding:10px 0;
		border-bottom: 1px solid #348337;
	}
	
	.buttons{
		padding-bottom:10px;
	}
	.buttons .button{
		width:100%;
		text-align: center;
		margin-bottom:10px;
	}
	
	.view select, .view input:not([type='radio']):not([type='checkbox']){
		width:100%;
	}
	.view .selectBox font {
		float: left;
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 26px;
	}
	.view label.choice{	
		min-height: 105px;	
	}	
}
@media screen and (max-width:769px){
	.tabs .tab{
		width:50px;
		padding: 10px;
		margin: 5px 9px !important;
	}
	.tabs .tab font{
		display:none;
	}
	
	.tabs .tab.selected{
		border-radius:5px !important;
		padding: 10px;
		background-color: #388e3c;
		color: white;
	}
	
	
	.fotoview .image {	
		width: calc(50% - 10px);
	}
	.popup_holder .popup {
		min-width: 100%;
		max-width: 100%;
	}
	input.vet {
		width: 70px !important;
	}
}
@media screen and (max-width:767px){
	.mobile_nopadding{
		padding:0;
	}
	input.vet ~ font {
		line-height: 50px;
		float: right;
	}
	a.vet_voorbeeld.button.mini {
		font-size: 12px;
		padding: 0px 5px;
		float:right;
	}
}
@media screen and (max-width: 400px){
	.view select{
		width:100% !important;
		max-width:100% !important;
	}
	
}


/* --------------- */
.slider-color {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.slidecontainer {
  float: left;
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 22px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius:11px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 30px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius:50%;
}

.slider::-moz-range-thumb {
  width: 30px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius:50%;
}