/*
Kleur groen: #75bf42


*/

body {
	margin: 0px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #333333;
}


/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
	background-size: cover;	
	background-repeat: no-repeat;	
    background-position: center;
}

/* Fixed header and footer.
* --------------------------------------- */
#header, #header_small, #footer{
	position:fixed;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
	color: #333333;
	font-family: open_sansregular;
}

#header{
	top:0px;
	height: 112px;
	background-image: url(../img_layout/filler_header1.png);
	background-repeat: repeat-x;
	padding-top: 3px;
}
#header .taalkeuze{
	position: absolute;
	top: 5px;
	right: 5px;
	
}

#header_small{
	top:0px;
	height: 72px;
	background-image: url(../img_layout/filler_header1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
}
#header_small .taalkeuze{
	display: block;
	text-align: right;	
	float: left;
	margin-top: 5px;
	width: 25%;
	font-size: 18px;
	
}



	#menu_left {
		display: block;
		text-align: right;
		float: left;
		margin-top: 15px;
		width: 38%;
		font-size: 18px;
	}
	
	#menu_right {
		display: block;
		text-align: left;	
		float: left;
		margin-top: 15px;
		width: 38%;
		font-size: 18px;
	}
	#menu_left span{ display: block; padding: 6px 20px; float: right; margin-left: 20px;}
	#menu_right span{ display: block; padding: 6px 20px; float: left;  margin-right: 20px; }
	#menu_left span:hover, #menu_right span:hover { border-bottom: 2px solid #F9EC31;}
	#menu_left span.active, #menu_right span.active { border-bottom: 2px solid #F9EC31;}
	
	#menu_left a, #menu_right a{ color: #333333; }
	
	#menu_logo {
		display: block;
		width: 24%;
		float: left;
	}
	
	#menu_logo_content {
		display: block;
	}
	
	#menu_logo_content img{
		display: block;
		min-width: 100px;
		max-width: 280px;
		width: 90%;
		margin: auto;
	}

	#menu_small {
		display: block;
		text-align: left;
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		width: 25%;
		font-size: 32px;	
	}
	
	#menu_small_logo {
		display: block;
		width: 48%;
		float: left;
	}
	
	#menu_small_logo_content {
		display: block;
	}
	
	#menu_small_logo_content img{
		display: block;
		min-width: 80px;
		max-width: 160px;
		width: 90%;
		margin: auto;
	}
	
#content_template1 {
	display: block;
	background-color: green;
	max-width: 900px;
	margin: auto;
	line-height: 48px;
	font-size: 24px;
}	


#contact_block1 {
    display: inline-table;
    width: 90%;
    max-width: 450px;
    height: 300px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin: 10px;
    text-align: left;
    padding: 20px;
    vertical-align: top;
}

#contact_block2 {
    display: inline-table;
    width: 90%;
    max-width: 450px;
    height: 300px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin: 10px;
    text-align: left;
    padding: 20px;
    vertical-align: top;
}
	
#footer{
	bottom:0px;
	min-height: 55px;
	background-color: #C4C6C8;
	border-bottom: 2px solid #F9EC31;
	border-top: 2px solid #F9EC31;
	padding-bottom: 7px;
}

#footer_left,#footer_right {
	margin: 15px 0px 0px 0px;
	min-width: 240px;
}


#footer span{
	color: white;
	margin-left: 15px;
	font-size: 24px;
	line-height: 20px;
	white-space: nowrap;
}

#footer img{
    vertical-align: middle;
    margin-top: -4px;
}


/* =============================WEBSHOP========================= */
.body_webshop {
	background-color: #313030;
}

#webshop_header, #webshop_header_small, #webshop_footer{
	position:fixed;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
	color: #333333;
	font-family: open_sansregular;
}

#webshop_header {
	top:0px;
	height: 112px;
	background-image: url(../img_layout/filler_header1.png);
	background-repeat: repeat-x;
	padding-top: 3px;
}

#webshop_header a{ text-decoration: none; color: inherit; }
#webshop_header a:hover{ text-decoration: none; color: #999999; }

#webshop_header_logo {
	display: block;
	width: 300px;
	height: 100px;
	background-image: url(../img_layout/webshop_logo_header.png);
}

#webshop_header .taalkeuze{
	position: absolute;
	top: 5px;
	right: 5px;
}

#webshop_header_clientinfo {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#webshop_header_clientinfo .fa {
	font-size: 24px;
}

#webshop_header_clientinfo .fa-file-text-o,
#webshop_header_clientinfo .fa-sign-out,
#webshop_header_clientinfo .fa-star-o {
	font-size: 16px;
	color: #666666;
}

#webshop_header_clientinfo span {
	line-height: 40px;
}

#webshop_footer{
	bottom:0px;
	min-height: 35px;
	background-color: #707173;
	border-bottom: 2px solid #74AE3E;
	border-top: 2px solid #74AE3E;
	padding-bottom: 7px;
}

#webshop_footer_left,#webshop_footer_right {
	margin: 15px 0px 0px 0px;
	min-width: 240px;
}


#webshop_footer span{
	color: white;
	margin-left: 15px;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
}

#webshop_footer img{
    vertical-align: middle;
    margin-top: -4px;
	height: 24px;
}

#webshop_content_login {
	width: 100%; 
	height: 100%;
	display: block; 
	width: 100%; 
	height: 100%;
	display: block; 
	max-width:1280px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	margin-top: 110px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 28px;
	padding: 20px 10px;
}

#webshop_content {
	width: 100%; 
	height: 100%;
	display: block; 
	max-width:1280px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	margin-top: 110px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 28px;
	padding: 20px 10px;
}


#webshop_login {
	display: block;
	background-color: #FFFFFF;
	width: 400px;
	height: 200px;
	border: 1px solid #999999;
	margin-left: auto; 
	margin-right: auto; 
		-moz-box-shadow: 5px 5px 5px #666666;
		-webkit-box-shadow: 5px 5px 5px #666666;
		box-shadow: 5px 5px 5px #666666;
	opacity: 0.7;
}

#webshop_login input[type=text],input[type=password] {
	width: 90%;
	margin: 5px 0px;
}

#content_webshop {
	width: 100%; 
	height: 100%;
	display: table; 
	max-width:1280px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	margin-top: 110px;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 28px;
	padding: 20px 10px;
	color: #FFFFFF;
}

#content_webshop input,select{
	color: #000000;
}

#content_webshop h2{
	color: #FFFFFF;
}

#left_menu_webshop {
	width: 190px;
	min-height: 240px;
	float: left;
	border: 1px solid #FFFFFF;
	display: block;
}


#webshop_filter {
	min-height: 60px;
	display: table;
	color: #FFFFFF;
	float: left;
	border: 1px solid black;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #4b4949;
		-moz-box-shadow: 0px 5px 5px #000000;
		-webkit-box-shadow: 0px 5px 5px #000000;
		box-shadow: 0px 5px 5px #000000;
}

#webshop_filter span {
	display: block;
	min-width: 200px;
	width: 25%;
	float: left;
	font-size: 12px;
}
	#webshop_filter .potmaat_hoogte {
	display: block;
	min-width: 60px;
	width: 33%;
	float: left;
	line-height: 20px;
	margin-top: 5px;
	}
	
#webshop_filter .list_grid_view {
	float: right;
	margin: 10px 10px 0px 0px;
}	
#webshop_filter .fa-th, .fa-th-list{ 
	color: #CCCCCC; 
	font-size: 24px; 
	margin-left: 10px; 
	cursor: pointer;
}
#webshop_filter .fa-times{ 
	color: #ff5858;
	font-size: 16px;
}

#webshop_filter .search_tekst {
	height: 24px;
	width: 90%;
	margin-top: 3px;
	margin-left: -6px;
	line-height: 20px;
	}


#webshop_filter .listview_active {
	border: 1px solid #666666;
	padding: 3px;
	color: #666666; 
}

#sel_groep2_chosen, #sel_groep_chosen {
	text-align: left;
}

/* Webshop product detail */

#webshop_product_detail {
	display: block;
	min-width: 200px;
	width: 18.3%;
	/*height: 470px; */
	min-height: 200px;
	border: 1px solid #FFFFFF;	
	float: left;
	margin: 0px 0px 10px 14px;	
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;
		-moz-box-shadow: 1px 3px 2px #000000;
		-webkit-box-shadow: 1px 3px 2px #000000;
		box-shadow: 1px 3px 2px #000000;
}	

#webshop_product_detail .fa-search-plus {
	margin: 5px 0px 0px 5px;
}
#webshop_product_detail a{
	color: #666666;
}


#webshop_product_detail_image {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 196px;
	background-image: url(/img_layout/test_plaatje.jpg);
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 
}

#webshop_product_detail_prijs {
	position: relative;
	top: 145px;
	display: block;
	width: 80px;
	background-color: #CCCCCC;
	opacity: 0.8;
	color: #000000;	
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#webshop_product_detail_tekst {
	display: block;
	height: 40px;
	overflow: hidden;
	margin: 2px;
	color: #666666;
	line-height: 14px;
	letter-spacing: -0.03em;
}

#webshop_product_detail_info {
	display: block;
	heigth: 28px;
	margin: 2px;	
	font-size: 12px;
	padding: 0px 3px 0px 3px;
	color: #000000;
	}
	
	#webshop_product_detail_info span{
	display: block;
	height: 30px;
	float: left;
	width: 80px;
	font-size: 12px;
	}
	

	
	.icon_potmaat, .icon_hoogte {
		height: 20px;
		margin: -2px 5px 0px 0px;
	}
	.icon_belading {
		height: 24px;
		margin: -4px 5px 0px 0px;
	}
	
	#webshop_product_detail_info #Aantal {
		height: 24px;
		width: 32px;
		line-height: 20px;
		border-bottom: 1px solid;
		border-top: 1px solid;
		border-left: 0px;
		border-right: 0px;
		text-align: center;
		float: left;
	}
	
.btn_add_order_min, .btn_add_order_plus {
  background: #d1d1d1;
  background-image: -webkit-linear-gradient(top, #d1d1d1, #f0f0f0);
  background-image: -moz-linear-gradient(top, #d1d1d1, #f0f0f0);
  background-image: -ms-linear-gradient(top, #d1d1d1, #f0f0f0);
  background-image: -o-linear-gradient(top, #d1d1d1, #f0f0f0);
  background-image: linear-gradient(to bottom, #d1d1d1, #f0f0f0);
  font-family: Arial;
  color: #000000;
  font-size: 19px;
  padding: 0px 6px 0px 6px;
  border: solid #000000 1px;
  text-decoration: none;
  display: block;
  height: 24px;
  width: 24px;
  float: left;
  line-height: 24px;
  cursor: pointer;
}

.btn_add_order_min:hover, .btn_add_order_plus:hover {
  background: #ababab;
  background-image: -webkit-linear-gradient(top, #ababab, #666666);
  background-image: -moz-linear-gradient(top, #ababab, #666666);
  background-image: -ms-linear-gradient(top, #ababab, #666666);
  background-image: -o-linear-gradient(top, #ababab, #666666);
  background-image: linear-gradient(to bottom, #ababab, #666666);
  text-decoration: none;
}

#webshop_product_detail_list {
	display: block;
	width: 98%;	
	min-width: 600px;
	min-height: 30px;	
	margin: 0px 0px 5px 0px;		
	border-bottom: 1px solid #E4E4E4;
	float: left;
	color: #FFFFFF;
}

#webshop_product_detail_list div {
	display: block;
	float: left;
	font-size: 14px;
}
#webshop_product_detail_image_list {
	display: block;
	height: 50px;
	width: 50px;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 
}
	.list_omschrijving {  
		width: 30%;
		min-width: 300px;
		text-align: left;
		margin-left: 10px;
	}
	.list_potmaat, .list_hoogte, .list_belading {
		width: 10%;
		min-width: 80px;
		text-align: center;
		min-height: 1px;
	}

		#webshop_product_detail_list div .list_prijs, 
		#webshop_product_detail_list div .list_aantal, 
		#webshop_product_detail_list div .list_totaal_aantal {
		width: 30%;
		min-width: 80px;
		text-align: right;
		float: right;
	}
	#webshop_product_detail_list .test {
		float: right;
		width: 30%;
		min-width: 300px;
	} 
	#webshop_product_detail_list input {
		text-align: right;
		height: 28px;
	}
	#webshop_product_detail_list input[name=Aantal] {width: 40px; }
	#webshop_product_detail_list input[name=Totaal_prijs] {width: 60px; }
	
#content_webshop .list_header{
	background-color: #75bf42;
		min-height: 25px;
		padding: 0px 5px;
		font-weight: bold;
}


@media (max-width: 464px) {

	#webshop_product_detail {
		width: 90%;
	}

}



/*   Buttons */
.button1 {
	display: inline-table;
	border: 1px solid black;
	background-color: #75bf42;
	text-align: center;
	border-radius: 6px;
	line-height: 38px;
	padding: 0px 10px;
	margin: 5px 0px 0px 0px;
}

.clear_selection {
	display: grid;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 15px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
	text-decoration: underline;
}


/* Webshop Basket ___________________________________________________ Webshop Basket */
#webshop_basket_detail {
	display: block;
	width: 90%;
	min-height: 140px;
	border: 1px solid #d7d2ce;
	margin: 10px auto 10px auto;
	overflow: hidden;
	font-size: 14px;


}

	#webshop_basket_detail_img {
	width: 140px;
	height: 140px;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 	
	float: left;
	}
	
	#webshop_basket_detail_img_small {
	width: 100%;
	height: 200px;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 	
	float: left;
	margin: 0px;
	}
	
	#webshop_basket_detail h3{
	display: block;
	font-size: 16px;
	min-height: 40px;
	text-align: left;
	margin: 10px 0px 5px 0px;
	}
	
	#webshop_basket_detail .hoogte,.breedte,.potmaat {
		display: block; 
		min-width: 100px;
		width: 15%;
		float: left;
		text-align: left;
	}
	
	#webshop_basket_detail .aantal,.prijs,.remove,.belading {
		display: block; 
		min-width: 100px;
		width: 10%;
		float: left;
		text-align: left;
	}
	#webshop_basket_detail .remove {
		width: 40px;
		min-width: 40px;
	}
	
	#webshop_basket_detail i{
			font-size: 18px;
	}
	
	#jws_test {
		display: block;
		float: right;
		
	}


#webshop_basket_detail #Aantal,#Retail_prijs,#Barcode {
	width: 52px;
	/*background: transparent; */
	border-radius: 3px;
	border: 1px solid #d7d2ce;
	text-align: right;
	padding: 0px 3px;
	min-height: 24px;
	height: 24px;
}

#webshop_basket_detail #Barcode {
	width: 110px;
	margin-top: 4px;
	background-image: url(../img_layout/icon_barcode1.png);
	background-repeat: no-repeat;
	background-size: auto 18px;	
	background-position: left center;
	font-size: 11px;
}
	
#webshop_basket_totalline {
	display: block;
	width: 90%;
	height: 160px;
	margin: 10px auto 10px auto;
	font-size: 16px;
}

#webshop_basket_opmerkingen {
	display: block;
	min-width: 300px;
	background-color: #d7d2ce;
	float: left;
	color: #353734;
	font-size: 14px;
	text-align: left;
	padding: 5px 10px;
	margin-left: 0px;
}

#webshop_basket_opmerkingen textarea {
	background: transparent;
	width: 100%;
	height: 100px;
	border: 0px;
}

#webshop_basket_totalen {
	display: block;
	float: right;
	min-width: 300px;
	text-align: right;
}

	#webshop_basket_totalen span {
	margin-right: 20px;
	}
	
	#webshop_basket_totalen .bestelling_plaatsen{
		display: block;
		height: 50px;
		border-radius: 6px;
		line-height: 48px;
		float: right;
		background-color: #75bf42;
		margin-right: 0px;
		margin-left: 20px;
		padding: 0px 20px;
		bottom: 0px;
	}
	#webshop_basket_totalen .bestelling_plaatsen i{
		font-size: 24px;
	}
	
	#webshop_basket_totalen .verder_zoeken{
		display: block;
		height: 50px;
		border-radius: 6px;
		line-height: 48px;
		float: left;
		background-color: #75bf42;
		margin-right: 0px;
		margin-left: 20px;
		padding: 0px 20px;
		bottom: 0px;
	}
	#webshop_basket_totalen .verder_zoeken i{
		font-size: 24px;
	}
	
	#webshop_basket_totalen .verder_zoeken1 a{
		line-height: 48px;
		text-decoration: underline;

	}


	
/* Orderhistory ________________________________________________________________________ Orderhistory*/
#orderhistory {
	display: block;
	width: 90%;
	min-height: 140px;
	border-radius: 6px;
	border: 1px solid #d7d2ce;
	margin: 10px auto 10px auto;
	overflow: hidden;
	font-size: 14px;
	padding: 20px 0px 10px 0px;
	color: #FFFFFF;
}

#orderhistory_detail {
	position: relative;
	display: block;
	width: 205px;
	/*height: 470px; */
	height: 235px;
	border-radius: 6px;
	border: 1px solid #d7d2ce;	
	float: left;
	margin: 0px 0px 10px 18px;	
	overflow: hidden;
	text-align: left;
	padding: 10px;
}

#orderhistory_detail div{
	font-weight: bold;
}

#orderhistory_detail div span{
	font-weight: normal;
	float: right;
}
.orderhistory_detail_bekijken {
		position: absolute;
		display: block;
		height: 40px;
		width: 90%;
		border-radius: 6px;
		line-height: 38px;
		background-color: #75bf42;
		margin-right: 0px;
		margin-left: 0px;
		padding: 0px 10px;
		bottom: 10px;	
		text-align: center;
}
	.orderhistory_detail_bekijken i{
		font-size: 24px;
		float: left;
		margin-top: 7px;
	}
#orderhistory_detail1 {
	display: block;
	width: 98%;
	border-bottom: 1px solid #d7d2ce;
	margin: auto;
	min-height: 40px;
}

	
/* Back-to-top  _____________________________________________________ Back-to-top*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #cccccc url(../img_layout/arrow_scroll_top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  box-shadow: 2px 2px 2px #000000;
  border-radius: 6px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
