@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1024px){
	#main{
		max-width: 100%;
	}
}

@media screen and (max-width: 768px){
	#main{
		max-width: 550px;
	}
	
	#bag-preview {
	/*	background-position: 50% 50%;
		width: 450px!important;
		float: left;
		padding: 40px;
		height: 470px!important;
		position: relative;
		background-repeat:no-repeat;*/
	}
}

.dropdown span {
	
	display: inline-block;
    font-weight: 400;
	margin:8px;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	    border-radius: 999px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid #529233;
    color: #529233 !important;
    background: transparent;
}

@font-face {
    font-family:'din_blackregular';
    src:url('../../../../fonts/ff_din_black-webfont.eot');
    src:url('../../fonts/ff_din_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/ff_din_black-webfont.woff') format('woff'),
         url('../../fonts/ff_din_black-webfont.ttf') format('truetype'),
         url('../../fonts/ff_din_black-webfont.svg#din_blackregular') format('svg');
    font-weight:normal;
    font-style:normal;

}
@font-face {
    font-family:'dinbold';
    src:url('../../fonts/ff_din_bold-webfont.eot');
    src:url('../../fonts/ff_din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/ff_din_bold-webfont.woff') format('woff'),
         url('../../fonts/ff_din_bold-webfont.ttf') format('truetype'),
         url('../../fonts/ff_din_bold-webfont.svg#dinbold') format('svg');
    font-weight:normal;
    font-style:normal;

}
@font-face {
    font-family:'dinregular';
    src:url('../../fonts/ff_din_regular-webfont.eot');
    src:url('../../fonts/ff_din_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/ff_din_regular-webfont.woff') format('woff'),
         url('../../fonts/ff_din_regular-webfont.ttf') format('truetype'),
         url('../../fonts/ff_din_regular-webfont.svg#dinregular') format('svg');
    font-weight:normal;
    font-style:normal;

}

*{ margin:0; padding:0;   font-family:'dinregular';}

#header {
width: 100%;
height: 80px;
background-color: #FFF;
background-repeat: repeat-x;
-webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.84);
-moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.84);
box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.84);
z-index:1;
}

a.logo {
width: 167px;
height: 52px;
float: left;
display: block;
padding: 13px 0 0 13px;
}
.buttonsend {
background-color: #53801C;
background-image: linear-gradient(to top, #3F6315, #56841D);
border: medium none;
border-radius: 4px 5px 5px 4px / 5px 5px 4px 4px;
color: #FEC400;
float: left;
font-size: 15px;
font-weight: bold;
height: 30px;
line-height: 30px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
text-decoration: none;
}

#wrap{
	position:relative;
	width: 100%;
	height: 946px;
	background-color: #fff;
	/* background-image: -webkit-linear-gradient(bottom, #fff, #ececec);
	background-image: -moz-linear-gradient(bottom, #fff, #ececec);
	background-image: -o-linear-gradient(bottom, #fff, #ececec);
	background-image: -ms-linear-gradient(bottom, #fff, #ececec);
	background-image: linear-gradient(to top, #fff, #ececec); */
}

#main{
	width: 100%;
	padding: 20px 0;
}

#wijzerwrap{
	margin-bottom: 25px;
	width: 500px;
	background-color: #fff;
	float:left;
	margin-left: 25px;
	-webkit-box-shadow: 0px 0px 14px rgba(50,50,50,0.15);
	-moz-box-shadow: 0px 0px 14px rgba(50,50,50,0.15);
	box-shadow: 0px 0px 14px rgba(50,50,50,0.15);
	z-index: 11;
	position: relative;
}

#stappen-top{
	background-color: #3F6315;
	padding-left: 10px;
	widt: 645px;
	height: 57px;
}

#stappen-top h2{
	padding-top: 12px;
	color: #FFC72C;
	float:left;
	font-family: 'dinbold';
	font-size: 21px;
	background:none;
	border:0;
}

#stapwrap{
	background-color: #fff;
	width: 500px;
	float:left
}

form{
	margin:25px
}

#stapwrap select{
border: 1px solid #000;
line-height: 15px;
width: 200px;
}

#stapwrap label{
line-height: 15px;
float: left;
width: 225px;
padding: 4px;
}

#bag-preview{
	/*background-position: 50% 50%;
	width: 400px;
	float:left;
	padding: 0 40px 0 40px;
	height: 800px;
	position: relative;*/
}

#loading{
    width: 100%;
    height: 100%;
    background-image: url('../img/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display:none;
}



#lclogo{
position: absolute;
top: 20px;
right: 25px;
background-repeat: no-repeat;
background-size: cover;
}

#liner_opts{
	display:none;
}

.popup{
display: none;
z-index: 9999;
background-color: red;
width: 400px;
/* height: 350px; */
margin: 20% 35%;
position: absolute;
-webkit-box-shadow: 0px 0px 14px rgba(10,10,10,0.75);
-moz-box-shadow: 0px 0px 14px rgba(10,10,10,0.75);
box-shadow: 0px 0px 14px rgba(10,10,10,0.75);
/* padding: 5px; */
}

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

.popup form label,.popup form input{
	width: 200px;
	margin-top:3px;
	float:left;
	height: 30px;
}
.popup form label{
	width: 150px;
}

.popup form input[type="text"]{
	border:1px solid #000;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:3px;
}

.popup form textarea{
	border: 1px solid #000;
	-moz-box-sidzing:border-box;
	-webkit-box-sidzing:border-box;
	box-sizing: border-box;
	width: 200px;
	margin-top: 3px;
	float:left;
	min-height: 100px;
}

.popup form input[type="submit"],.popup form input[type="button"]
{
	background-color: #3f6315;
	color: #ffc72c;
	border:1px solid #b2b2b2;
	font-weight:bold;
	height: 30px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	cursor:pointer;
}

.clr{
	clear:both;
}

.popup .popup-header{
background-color: #3f6315;
width: 96%;
height: 30px;
padding: 2%;
}

.popup .popup-header h4{
padding: 5px;
/* padding-left: 10px; */
color: #FFC72C;
width: 200px;
float: left;
}

.popup .popup-main{
background-color: #fff;
width: 90%;
height: 100%;
padding: 5%;
}

.popup .popup-main p{
	font-style:italic;
}

.close{
	background-image: url('../img/close.png');
	width: 20px;
	height: 20px;
	background-size: cover;
	float:right;
	margin-top:4px;
	cursor:pointer
}

#imgimgwrap{
display: flex;

}



.zoomContainer{
width: 499px!important;
left: 375px!important;
margin-left: 150px!important;
}

.zoomWindowContainer div{
	width: 498px!important;
	background-color: -webkit-linear-gradient(bottom, #fff, #ececec);
	background-color: -moz-linear-gradient(bottom, #fff, #ececec);
	background-color: -o-linear-gradient(bottom, #fff, #ececec);
	background-color: -ms-linear-gradient(bottom, #fff, #ececec);
	background-color: linear-gradient(to top, #fff, #ececec);
}