/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 120px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
  width:120px !important;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


form {margin:0}

h4 {font-size:12px;color:#444;margin-top:4px;margin-bottom:4px}
h4 a,h4a:link,h4 a:visited {color:#cc0000}
fieldset {border:1px solid #666}
fieldset legend {color:#666;font-weight:bold;padding:0 5px}
fieldset div {padding:10px}
img {border:0}

.g-editor a { color:#000}




.panel.high { border:1px solid #ccc; padding:10px; background:; border-radius:4px; 	-webkit-box-shadow: 0 2px 6px 0px #bbb;  -moz-box-shadow: 0 2px 6px 0px #bbb;         box-shadow: 0 2px 6px 0px #bbb;; margin-bottom:20px}
.panel.high h2 { font-size:16px; margin:0}

.g-editor .row { display:block; height:auto; overflow:visible; clear:both}
.g-editor .row label { float:left; width:140px; padding:2px 0px 4px 0px}



#card h2 { font-size:18px}
/*
#searchform {padding:0px; display:block}
#searchform select {width:240px;font-size : 13px; padding:2px}
#searchform input {font-size : 13px;padding:2px; font:15px/22px Arial, Helvetica, sans-serif}
#searchform input.text{width:240px;}
*/
#searchform input.searchBtn{font-weight:bold; font-size : 13px; margin:2px 0 0 0; line-height:24px; border-radius:3px;background: var(--color-primary); color:var(--color-white);}
#search { font-size:1em; width:100%; padding:6px; border: 1px solid #000}
#searchform select { font-size:1em; width:100%; padding:7px}
#searchform input.btn { border-radius:0; height:37px;}
#searchform label { font-weight:bold; padding:4px 0 0px 0}
.search_floater {float:left; width:calc(50% - 20px); clear:none; margin-right:20px}


.supplierdata{
 float:left;

}

.supplierlogo{
float:right;
clear:both;
	max-width:250px;
	text-align:right;
}
.supplierlogo img{
	max-width:250px;
	max-height:120px;
}

.guide {
clear : both;
}

.odd {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;

}
.even {
clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;

}

.standard {

}
.small {
	color:#666
}

.address{
	float : left;
	clear: both;
	width:250px;
}
.tele{
	float : left;
	width:130px;
}

.tele_text {
	font-weight:bold;
}

.slinks {
	clear:left;
	padding-top: 12px;
}
.sarticles {
	clear:both;
	float:right;
	margin-top:-100px;
	width:120px;
}

.uslinks{
	clear:left;
	color:#666;
	font-size:1em; line-height:1.3em
}

.supplierdata, .slinks li {
	font-size:1em; line-height:1.2em
}


hr{
color:#ccc;
}


img {
	border : none;
}

th {
text-align:left;
font-weight:bold;
}

.content.form { padding:15px }
.content.form input, .content.form textarea  { border:1px solid #000}

/* Paging */

.paging-top , .paging-bottom { text-align:center}
.paging-top a , .paging-bottom a { color:#C00}

td.pg {
	background-color: #cc0000;
	color: #FFFFFF;		
	font-weight: bold;
	text-align: center;
	cursor:hand;
}

td.pgnl {
	background-color: #cc0000;
	color: #FFFFFF;		
	font-weight: bold;
	text-align: center;
}

td.pg:hover {
	background-color: #cc0000;
	color: #000000;	
	cursor:hand ;
}

td.pgo {
	background-color: #EFA521;
	text-align: center;
	cursor:hand ;
}

td.pgs {
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;	
	border: 1px solid #cc0000;	
}

.error{
	color: #FF0000;
	font-weight: bold;	
}


.msg{
	color: #FF0000;
	font-weight: bold;	
	font-size:14px;
}

.warning 		{ background-color: #EEEEEE; text-align: center;  font-weight: bold; padding: 10px;	border: 1px solid #FF0000;color: #FF0000;}

.zoekbalk {
	padding-top: 1px;
	font-size: 12px;
	color: #ffffff;
	background-color: #ebecec;
}

input {

}

textarea {

}

select {
	font-size: 9px;
	color: #333333;
	border: 1px solid #000000;
}

input.submit  {

	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	padding: 0px 2px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;

}

.zoekbalk #parent{
	width: 140px;
}

.zoekbalk #category{
	width: 175px;
}

.zoekbalk #provincie{
	width: 80px;
}

.componenttitle {
	color: #C00;
	font-weight:bold;
	width:300px
}

 ul {
	list-style: square;
	color:#CCCCCC;
	margin: 2px 0px 0px 8px;
	padding-left: 9px;
}

.supplierdata{
 float:left;

}

.supplierlogo{
float:right;

}

.guide {
clear : both;
}


.odd {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;

}
.even {
clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;

}

.standard {

}
.small {

}

.supplierdata h3 { font-size:1.1em ; font-weight:bold; line-height:1.8em}

.address{
	float: left;
	clear: both;
	width:200px;
}
.tele{
	float : left;
	width:150px;
}

.tele_text, .tele strong  {
	font-weight:bold;
	width:40px; display: inline-block
}

.slinks {
	clear:left;
	padding-top: 12px;
}
.slinks .article a, .slinks .article a:link, .slinks .article a:visited {font-weight:bold}

#profile-image {float:left; width:275px; height:180px; overflow:hidden; margin-right:10px}

#profile-image  img{
	max-width:250px;
	max-height:120px;
}

.supplierdata {

}


.frmMod{
	background-color: #aaa;
	
}

.frmMod th{
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #eee;

}

.frmMod td{
	background-color: #FFFFFF;

}

.frmMod td span td{
	background-color: #DEE4E6;
}

.frmMod th.sub{
	font-size: 11px;
	font-weight: bolder;
	color: #000;
	background-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.frmMod input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #333333;
}

.frmMod td.but input{
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.frmMod select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #333333;
}

#category-message { padding:0.5em; text-align:center; border:1px solid #ccc; background:#f6f6f6; font-weight:bold; display:none}
#category-message.error { padding:0.5em; text-align:center; border:1px solid #dd0000; background:#ffecec; font-weight:bold; color:#dd0000}

.boxed { margin:2em 0; position:relative}
.paging-top { margin-bottom:1em}

.login-button { display:none}

#btnSearch { font-size:1em; padding:7px 50px; height:auto}

[type=reset] {
    width: 100%;
    height: 46px;
    padding: 13px 16px;
    border-radius: 4px;
    background-color: #eee;
    font-size: 14px;
    color: #000;
    width: auto;
    padding: 13px 55px;
    border-radius: 0 10px 0 0;	
	display:inline-block;
	font-weight:600
}