7777
body {
	background-color: #F3F3F5;

}

* {
	margin: 0;
	padding: 0;
 	font-family: "montserratregular",Arial, Verdana, sans-serif;
	outline: none;
}

a {
	color: inherit;
}

.jws_no_padding{
	padding: 0px;
}


/* LOGIN PAGE __________________________________________________________ */
    /* ====== LOGIN PAGINA SPECIFIEK ====== */
    .login-page{
      --accent:#C51230;
      --accent-strong:#810419;
      --muted:#7A7A7A;
      --field-bg:#FFFFFF;
      --radius:18px;
    }
    .login-page{box-sizing:border-box}
    html,body.login-page{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,-apple-system,'Helvetica Neue',Arial;color:#233;}


    body.login-page {
      background-image: url('https://images.unsplash.com/photo-1708693751774?auto=format&fit=crop&w=1650&q=80');
      background-size: cover;
      background-position: center;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .login-page .circle{
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: rgba(255,255,255,0.8);
      border: 3px solid #7a7a7a96;
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      padding:40px;
      box-shadow:0 12px 40px #eeeeee;
      backdrop-filter: blur(6px);
      text-align:center;
    }
	
	.login-page .login_logo { max-width: 290px; max-height: 100px;	float: center;  }

    .login-page h1{font-family:'Playfair Display', serif;margin:10px 0;font-size:28px;color:#234427}
    .login-page p.lead{margin:0;color:var(--muted);font-size:14px;margin-bottom:20px}

    .login-page form{width:100%;display:flex;flex-direction:column;gap:14px}

    .login-page .field{
      display:flex;align-items:center;gap:10px;
      background:var(--field-bg);
      border-radius:14px;padding:12px 14px;border:1px solid rgba(110,140,110,0.15);
      box-shadow:0 4px 12px rgba(60,80,60,0.05);
    }
    .login-page .field input{flex:1;border:0;outline:none;background:transparent;font-size:15px}
    .login-page .field .icon{opacity:0.9;font-size:18px;color:var(--accent-strong)}

    .login-page .checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#234427;margin:0 auto}
    .login-page .checkbox input{width:16px;height:16px;accent-color:var(--accent)}

    .login-page .btn{
      background:var(--accent);border:none;padding:12px;border-radius:14px;color:white;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 6px 14px rgba(106,150,104,0.18);
      transition: background 0.3s;
	  margin: auto;
	  min-width: 240px;
    }
    .login-page .btn:hover{background:var(--accent-strong)}

    .login-page .muted-link{color:var(--muted);font-size:13px;text-decoration:none}
    .login-page .muted-link:hover{text-decoration:underline}
    .login-page .forgot{margin-top:10px}

	
	
	
/* HEADER __________________________________________________________ */

#header	{
	position: fixed;
	height: 90px;
	top: 0;
	z-index: 99;
	display: table;
	width: 100%;
	padding-bottom: 0px;
	background-color: #890E05;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	
}

#header_container {
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
	align-items: center;
}

#header_logo {
	display: block;
	float: left;
}

	#header_logo img {
	position: absolute;
	height: 72px;
	margin: 0 0 0 60px;
	top: 50%;
	transform: translateY(-50%);

		
	}

#header_content {
	display: flex;
	flex-basis: max-content;
	flex-grow: 1;
	margin-top: 0px;
	margin-left: 340px;

}

	#header_content form{
	display: contents;
	}

#header_content input[name="search_overall"]{
	height: 50px;
	width: 100%;
    border-radius: 10px;
	border: 0px;
	padding-left: 20px;
	box-sizing: border-box;
}

#header_content .btn_search_overall {
	margin-left: -50px;
	margin-top: 5px;

}
	#header_content .btn_search_overall img{
	height: 40px;
	}
	
#header_userinfo {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
	
#header_icons {
	margin-right: 20px;
	margin-top: -20px;
}

#header_icons div{
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

	#header_user {
	color: #F4F4F4;	
	font-size: 16px;
	}
	#header_user span{
		display: block;
		float: left;
		margin-right: 10px;
		margin-left: 50px;
		line-height: 40px;
	}
	
	#header_favorites img,
	#header_user img {
		height: 36px;
	}
	
	#header_qrscanner {
	display: none;
	color: #F4F4F4;	
	font-size: 16px;
	}
	#header_qrscanner span{
		display: block;
		float: left;
		margin-right: 10px;
		margin-left: 50px;
		line-height: 40px;
	}

	
	#header_mail .circle_message_counter{
		display: block;
		position: relative;
		border-radius: 50%;
		width: 14px;
		height: 14px;
		padding: 3px;
		background-color: white;
		color: #707070;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		float: right;
		margin-top: -4px;
		margin-left: -12px;
		margin-right: -6px;
		z-index: 5;
	
	}

	#header_basket img {
		height: 36px;
	}	
	#header_basket .circle_basket_counter {
		display: block;
		position: relative;
		border-radius: 50%;
		width: 14px;
		height: 14px;
		padding: 3px;
		background-color: white;
		color: #707070;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		float: right;
		margin-top: -4px;
		margin-left: -12px;
		margin-right: -6px;
		z-index: 5;
	}	

	#header_checkout_timer {
		position: absolute;
		color: #000;
		right: 30px;
		width: 220px;
		top: 80px;
		text-align: center;
		line-height: 24px;
		background-color: #ededed;
		height: 20px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	#header_checkout_timer i {
		font-size: 12px;
		margin-right: 5px;
	}
	#header_checkout_timer #countdown {
		float: none;
		display: inline-block;
	}
	#header_checkout_timer .warning {
		color: red;
	}
	
	#totaal_standort {
		display: block;
		position: absolute;
		right: 20px;
		margin-top: 54px;
		min-width: 240px;
		color: #FFF;
		font-size: 12px;
	}
	#totaal_standort span {
		width: 33%;
		float: left;
		line-height: 30px;
	}
	
	#totaal_standort span p{ 
		display: block; 
		background-color: #FFF; 
		font-family: "montserratsemibold"; 
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		color: #000; 
		border-radius: 8px; 
		width: 28px; 
		height: 28px; 
		float: left; 
		margin-right: 5px; 
		}
	#totaal_standort #standort_A_counter,
	#totaal_standort #standort_B_counter,
	#totaal_standort #standort_C_counter
	{ 
	width: unset;
	float: unset;
	margin-right: 3px;
	}
	
	#alert-box-basket {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #439d5e; /* Groene kleur */
    color: white;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-out; /* Fade-out effect */
	}
	
	#alert-box-basket i {
		font-size: 26px;
		margin-right: 15px;
		vertical-align: middle;
	}
	
/* Dashboard _____________________________________________________________________*/	

#dashboard_container {
	background-color: #FFF;
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
    border-radius: 5px;
	padding: 10px 20px;
}

	#dashboard_container h1 {
	font-family: "montserratsemibold";
	font-size: 22px;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
	}

#dashboard_knaller_artikel	{
	min-width: 300px;
	min-height: 320px;
    margin: 10px;
    width: calc(50% - 20px);
    box-sizing: border-box;
	padding: 20px;
    box-shadow: 0 6px 18px rgba(9, 30, 66, 0.08);
    border-radius: 1rem;
	border: 1px solid #e4e1e1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

	#dashboard_knaller_artikel_block1 {
		float: left;
		width: 49%;
		min-width: 300px;
	}
	
	#dashboard_knaller_artikel_block2 {
		float: right;
		width: 49%;
		min-width: 300px;
	}
	
	
    /* Header met hoofdgroepen */
    .main-groups {
      position: sticky;
      top: 0;
      background: #ffffffc4;
      padding: 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	  flex: 1 1 calc(33.333% - 20px);
	  min-width: 240px;
      gap: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      z-index: 10;
    }

    .tile {
      position: relative;
      height: 120px;
      border-radius: 14px;
      overflow: hidden;
      text-decoration: none;
      color: white;
      display: flex;
      align-items: flex-end;
      padding: 16px;
      font-size: 18px;
      font-weight: 600;
      background-size: cover;
      background-position: center;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .tile:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(transparent, rgba(0,0,0,0.2));
      z-index: 0;
    }

    .tile span {
      position: relative;
      z-index: 1;
    }

    /* Subgroepen secties */
    .section {
	  width: 100%;
      padding: 40px 20px 10px;
	  box-sizing: border-box;
	  clear: both;
    }

    .section h2 {
      margin-bottom: 24px;
      font-size: 24px;
    }

    .sub-groups {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 16px;
    }
	
.group-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.4); /* semi-transparant zwart */
    line-height: 30px;
    font-weight: 600;
    padding: 8px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .sub-tile {
      height: 150px;
      border-radius: 14px;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
      display: flex;
      align-items: flex-end;
      padding: 16px;
      color: white;
      font-weight: 600;
    }

    .spacer {
      height: 20px;
    }
/* Header _____________________________________________________________________*/	


	#header1_order_date {
	display: flex;
	align-items: center;
	float: left;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #C9C9C9;
	min-width: 280px;
	font-size: 16px;
	padding: 15px 0px 15px 25px;
	margin: -10px 0px 10px 0px;
	box-sizing: border-box;
	
	}
	
	#header1_order_date img{
		height: 40px;
	}

	.header1_order_date_img1 {
		margin-right: 20px;
		margin-left: -10px;
	}
	
	.header1_order_date_img2 {
		margin-right: 5px;
	}
	
	
	#header1_order_date .selected_order_date input{
	 	font-family: "montserratsemibold";
		text-decoration: underline;
		color: #212D55;
		margin-right: 10px;
		margin-left: 10px;		
		border: 0px;
		width: 100px;
		background-color: transparent;
		
	}
	#header1_order_date .select_order_date {
		
		float: right;
	}

	
/*  Switches  ________________________________________________________________________________ */
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-14 input[type=checkbox] {
      --active: #2e643e;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #2e643e;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	  box-sizing: unset;
	  padding: unset;
    }
    .checkbox-wrapper-14 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-14 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-14 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-14 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-14 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch {
      width: 38px;
      border-radius: 11px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:after {
      left: 0px;
      top: 2px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0));
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:disabled:not(:checked):after {
      opacity: 0.6;
    }
  }

  .checkbox-wrapper-14 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-14 *:before,
  .checkbox-wrapper-14 *:after {
    box-sizing: inherit;
  }
	
	.switch_2 input[type=checkbox]{
	vertical-align: unset !important;
	}
	
	
   .checkbox-wrapper-24	{
   margin-left: 3px;
   float: right;
   margin-right: 3px;
   }
   
   .checkbox-wrapper-24	i{
	position: absolute;
	left: 2px;
	top: -27px;
   }

	
  .checkbox-wrapper-24 .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  .checkbox-wrapper-24 label {
    display: inline-block;
    color: #333;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-24 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 16px;
    height: 16px;
    transform-origin: center;
    border: 2px solid #333;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }
  .checkbox-wrapper-24 label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 4px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-24 label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
    transform: rotate(305deg);
    top: 12px;
    left: 6px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-24 label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }
  .checkbox-wrapper-24 label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }

  .checkbox-wrapper-24 input[type=checkbox] {
    display: none;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span {
    background-color: #333;
    transform: scale(1.1);
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span {
    background-color: #333;
    transform: scale(1.1);
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
	
/* Webshop container_____________________________________________________________________*/
#main-container {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top:125px;
	width:100%;
	max-width: 1600px;
	text-align:left;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
}

	#main-container.main-container-products {
	justify-content: flex-start; !important;
	}



#products_block_filter {
	display: block;
    position: fixed;
    float: left;
    width: 230px;
    min-height: 500px;
	height: calc(100% - 200px);
    margin: 10px;
	margin-top: 0px;
    padding: 10px;
    box-sizing: border-box;
	font-size: 12px;
}

#products_block_filter .filter_close_button {
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		color: #000;
		width: 40px;
		height: 40px;
		border-radius: 25px;
		border: 1px solid #707070;
		cursor: pointer;
		float: right;
		margin: 5px 5px 0px 0px;	
}


#products_block_filter_content {
	background-color: #FFFFFF;
	border: 1px solid silver;
	border-radius: 10px;
	padding: 15px;
	line-height: 20px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

#products_block_filter_content h5 {
	border-top: 1px solid black;
	font-size: 20px;
	color: #212D55;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
}

#products_block_filter_content .standort_select_block {
	display: block;
	height: 30px;
}
#products_block_filter_content .standort_select {
	display: block;
	float: left;
	width: 30%;
}

	#products_block_filter_content input[type=checkbox] { margin-right: 5px; margin-bottom: 5px; }
	
	#products_block_filter_content input[name=upselling_from_cc],
	#products_block_filter_content input[name=upselling_till_cc]{
		width: 50px;
		padding: 0px 5px;
		box-sizing: border-box;
	}
	
	#filter_webshop_search_tekst {
		width: 100%;
		height: 28px;
		border: 1px solid #aaaaaa;
		border-radius: 3px;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	
	#filter_webshop_grower {
	display: none;
	}
	
	#products_block_filter_content .select2-container{
	width: 100% !important;
	}

#products_block_list {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	float: left;
	margin-left: 260px;
	margin-top: 0px;
    border-radius: 5px;

}

#product_detail {
    max-width: 300px;
	min-width: 300px;
	min-height: 400px;
    margin: 10px;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
	padding: 20px;
    box-shadow: 0 6px 18px rgba(9, 30, 66, 0.08);
    border-radius: 1rem;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#product_detail_aanbevolen,
#product_detail_tip {
	position: absolute;
	margin: 5px 0px 0px 10px;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	padding: 7px 0px;
	box-sizing: border-box;
	font-size: 22px;
	text-align: center;
	color: #FFF;
	background-color: green;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#product_detail_tip {
	margin: 5px 0px 0px 60px;
	background-color: orange;
}

#product_detail_image {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#product_detail_naam {
	float: left;
	width: 75%;
	height: 75px;
	text-transform:	capitalize;
	font-size: 16px;
 	font-family: "montserratsemibold";
	color: #212D55;
	margin: 10px 0px 4px 0px;
	line-height: 18px;
	cursor: pointer;
	overflow: hidden;
}

	#product_detail_naam span{
	font-size: 14px;
 	font-family: "montserratlight";
	
	}
	
	#product_detail_naam span.artikel_kernwoord{
	font-size: 12px;
 	font-family: "montserratlight";
	display: table-cell;
	padding-right: 5px;
	color: green;
	}
	
	#product_detail_naam span.artikel_kernwoord i{
		margin-right: 2px;
	}
	

	#product_detail_groep {  
		float: left;
		width: 75%;
 		font-family: "montserratregular";
		font-size: 14px;
		color: silver;
	}
	
	#product_detail_prijs {
		float: right;
		width: 25%;
		height: 36px;
		font-size: 16px;
	 	font-family: "montserratbold";
	}
	
		#product_detail_prijs .ab_prijs_van {
			display: block;
			width: 100%;
			text-align: right;
			text-decoration: line-through;
			color: red;
			font-size: 14px;
			font-family: "montserratsemibold";
			margin-top: 2px;
			
		}
	
	#product_detail_belading {
		float: right;
		width: 25%;
		font-size: 10px;
	 	font-family: "montserratregular";
	}
	
	#product_detail_belading span{
		background-color: #e5e7eb;
		border-radius: 5px;
		height: 28px;
		width: 100%;
		float: right;
		text-align: right;
		padding: 3px 5px;
		box-sizing: border-box;
		line-height: 12px;
		margin-bottom: 4px;
		cursor: pointer;
	}
	
		#product_detail_belading span.laag_belading {
		line-height: 24px;
		}
	
	#product_detail_belading span p{
		font-weight: bold;
		margin: 0px;
	}
	#product_detail_maten {
		float: left;
		width: 75%;
	}
	
	#product_detail_maten .icon_potsize { height: 14px; margin-right: 10px;}
	#product_detail_maten .icon_height { height: 14px;   margin-left: 20px; margin-right: 10px; }

	#product_detail_add {
		float: left;
		width: 100%;
		border-top: 1px solid #e5e7eb;
		margin-top: 5px;	
		padding-top: 10px;
		
	}
	
	
	#product_detail_add .Aantal {
	
	}
	
	#product_detail_add .Aantal input{
		width: 60px;
		height: 36px;
		text-align: center;
		border: 1px solid #e5e7eb;
		border-radius: 5px;
		margin-right: 5px;
	}
	
	#product_detail_add.active .Aantal input{
		background-color: #EBEBEB;
		border: 1px solid green;
	}
	
	
	#product_detail_add .button_add{
		float: right;
		background-color: green;
		color: #FFF;
	 	font-family: "montserratlight";
		font-size: 16px;
		border-radius: 5px;
		height: 36px;
		min-width: 120px;
		text-align: center;
		line-height: 36px;
		padding: 0px 10px;
		
	}
	
	#product_detail_kwekernaam {
		float: left;
		width: 100%;
		border-top: 1px solid #e5e7eb;
		margin-top: 10px;	
		padding-top: 10px;
		font-family: "montserratlight";
	}
	
#product_detail .add_to_favorites,
#dashboard_knaller_artikel .add_to_favorites
{
	float: right;
	display: block;
	width: 36px;
	height: 36px;
	background-color: #abacae;
	color: white;
	font-size: 20px;
	border-radius: 18px;
	text-align: center;
	margin-bottom: -36px;
	z-index: 1;
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
	#product_detail .add_to_favorites .fa,
	#dashboard_knaller_artikel .add_to_favorites .fa{
	line-height: 36px;
	}
	
	#product_detail .add_to_favorites_active
	#dashboard_knaller_artikel .add_to_favorites_active{
	background-color: #fde40d;
	color: black;

	}
	
#product_detail_retailinfo {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 0px -10px 0px;
	background-color: aliceblue;
	text-align: right;
	
}

	#product_detail_retailinfo input {
		width: 80px;
		height: 24px;
		text-align: center;
		border: 1px solid #e5e7eb;
		border-radius: 5px;
		margin-left: 5px;
		font-size: 16px;
	}
	
	
	#dashboard_button {
		display: block;
		min-height: 50px;
		float: left;
		border-radius: 10px;
		background-color: #CCC;
		max-width: 240px;
	    box-shadow: 0 6px 18px rgba(9, 30, 66, 0.08);
		padding: 10px;
		margin: 10px;
		background: linear-gradient(to top, #d0d0d0, #f5f5f5);
		cursor: pointer;
	}
	
	#dashboard_button:hover {
		box-shadow: 0 8px 22px rgba(9, 20, 66, 0.15);
		transform: translateY(-2px);
	}
	
	
	#dashboard_button .fa {
		display: block;
		line-height: 40px;
		float: right;
		font-size: 36px;
		margin-left: 10px;
		
	}
	
	
/* Content frame ________________________________________________________________________ Content frame*/
#content_frame_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	justify-content: right;
	z-index: 10;

}

#content_frame_overlay.on_top{
	z-index: 1000;
}

#content_frame_content {
	background: #FFF;
	padding: 20px;
	padding-top: 120px;
	max-width: 1200px;
	min-width: 300px;
	width: 80%;
	overflow: scroll;
}

#content_frame_content.on_top{
	padding-top: 40px;
}


#qrscanner_frame_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	justify-content: right;
	z-index: 999;
}

#qrscanner_frame_content {
	background: #FFF;
	max-width: 800px;
	max-height: 800px;
	width: 90%;
	height: 90%;
	overflow: none;
	margin: 20px auto;	
	border-radius: 20px;
	overflow: scroll;
}

	#reader {
		padding: 20px;
		width: 90%;
		height: calc(90% - 120px);
		margin: 15px auto; 
		margin-top: 60px;
	}

	#html5-qrcode-button-camera-start {
	width: 90%;
    display: flex;
    align-items: center;
    /* float: right; */
    height: 40px;
    border-radius: 20px;
    min-width: 80px;
    font-size: 16px;
    background-color: #2E643E;
    color: white;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 15px;
	}

	#html5-qrcode-button-camera-stop {
	width: 90%;
    display: flex;
    align-items: center;
    /* float: right; */
    height: 40px;
    border-radius: 20px;
    min-width: 80px;
    font-size: 16px;
    background-color: #212d55;
    color: white;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 15px;
	
	}
	

		
        /* Verberg de camera select dropdown */
		#html5-qrcode-select-camera {
		width: 90% !important;
		height: 28px !important;
		}

.popup_close_button {
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		color: #000;
		width: 40px;
		height: 40px;
		border-radius: 25px;
		border: 1px solid #707070;
		cursor: pointer;
		float: right;
}

.reset_filter_button {
		display: inline-block;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		color: #000;
		width: 40px;
		height: 40px;
		border-radius: 25px;
		border: 1px solid #707070;
		cursor: pointer;
		padding: 10px;
		box-sizing: border-box;
}


.popup_log_off_button {
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		color: #000;
		height: 40px;
		border-radius: 25px;
		border: 1px solid #707070;
		cursor: pointer;
		float: left;
		padding: 0px 15px;
		margin-bottom: 10px;

}
	
/* Basket  _________________________________________________________________________________ */		
#main-container.basket_container {
	background-color: #FFF;
}

#basket_header {
	display: block;
	width: 90%;
}

	#basket_header #header1_order_date {
	margin: 0px 0px 10px 0px;
	}


	.basket_button {
		display: block;
		float: left;
		border-radius: 10px;
		border: 1px solid silver;
		background-color: #CCC;
	    box-shadow: 0 6px 18px rgba(9, 30, 66, 0.08);
		padding: 10px;
		margin: 10px;
		background: linear-gradient(to top, #d0d0d0, #f5f5f5);
		cursor: pointer;
	}
	
	#basket_header .basket_button {
		float: right;
		margin-right: 0px;
	}

#basket_detail {
    display: flex;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
 	font-family: "montserratregular";
	line-height: 18px;
	border-radius: 5px;
}

	#basket_detail.even{
	background-color: #ededed;
	}

	#basket_detail.oneven{
	background-color: #fff;
	}
	
	#basket_detail.error{
	background-color: #eeeeee;
	}
	
#basket_detail_image {
	display: block;
	width: 95%;
	max-width: 100px;
	height: 130px;
	background-image: url(/img_layout/test_plaatje.jpg);
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 
	border-radius: 10px;
}
	.oneven #basket_detail_image {
	border: 1px solid silver;
	}

.form_basket_details {
	width: 90%;
}

	#basket_detail div{
	/* padding-left: 0px; */
	/* padding-right: 0px; */
	}
	
	#basket_detail h4{
	font-size: 15px;
	color: #212D55;
	line-height: 24px;
	margin-bottom: 15px;
	}
	
	#basket_detail_mix h4 {
	font-size: 14px;
	}

#basket_detail input {
		border: 1px solid #CCC;
		font-family: "montserratregular";
		color: #000;
		height: 24px;
		border-radius: 5px;
		padding: 0px 5px;
		box-sizing: border-box;
}

#basket_detail_opmerkingen {
	display: block;
	font-size: 14px;
 	font-family: "montserratsemibold";
	color: #707070;
	margin-top: 15px;
}

#basket_detail .basket_detail_total_price i,
#basket_detail .basket_detail_total_price span {
	line-height: 24px;
}


#basket_detail .basket_detail_qty h5,
#basket_detail .basket_detail_price h5,
#basket_detail .basket_detail_total_price h5
{
	font-size: 14px;
 	font-family: "montserratsemibold";
	margin-bottom: 10px;
}

#basket_detail .basket_detail_qty h6,
#basket_detail .basket_detail_price h6,
#basket_detail .basket_detail_total_price h6
{
	font-size: 14px;
 	font-family: "montserratsemibold";

	margin-top: 5px;
	margin-bottom: 5px;
}
	
#basket_detail .fa {
	float: right;
	font-size: 16px;
	cursor: pointer;
}
	#basket_detail .fa-lock {
	float: none;
	margin-left: 10px;
	}
	#basket_detail .basket_detail_qty input{
		width: 40%;
		min-width: 80px;
		margin-right: 5px;
		text-align: center;
		border: 1px solid #CCC;
		background-color: transparent;
		color: #000;
	}
	
	#basket_detail.even .basket_detail_qty input{
	background-color: #fff;
	}
	#basket_detail.even .basket_detail_price input{
	background-color: #fff;
	}

	
	#basket_detail input[name="Barcode"]{
		width: 120px;
		text-align: left;
		border: 1px solid #CCC;
		background-color: transparent;
		color: #000;
		font-size: 14px;
	}
	
	#basket_detail input[name="Retailprijs"]{
		width: 80px;
		text-align: center;
		border: 1px solid #CCC;
		background-color: transparent;
		color: #000;
	}

	#basket_detail input[name="Retail_multibuy"]{
		width: 100%;
		text-align: center;
		border: 1px solid #CCC;
		background-color: transparent;
		color: #000;
	}

	
	#basket_detail input[name="Prijs"]:read-only{
		width: 100%;
		text-align: left;
		border: 0px;
		background-color: transparent;
		color: #000;
	}
	
	#basket_detail input[name="Prijs"]{
		width: 80px;
		text-align: center;
		border: 1px solid #CCC;
		background-color: transparent;
		color: #000;
	}

	
	#basket_detail input[id="Quote_prijs"]{
		border-radius: 12px;
		border: 1px solid #CCC;
		width: 80px;
		text-align: center;
	}

	
#basket_order_calculation,
#basket_order_retail_calculation,
#basket_add_tags,
#basket_order_move_departure_date,
#basket_order_submit {
	display: block;
	float: left;
	min-width: 400px;
	width: 100%;
	border: 0px solid green;
	min-height: 40px;
	font-size: 14px;
	background-color: #eeeeee;
    line-height: 40px;
	padding: 15px;
	margin-top: 15px;
}


#basket_order_calculation div,
#basket_order_retail_calculation div,
#basket_add_tags div,
#basket_order_move_departure_date div{
	min-width: 220px;
	float: left;
}


#basket_order_submit div{
	width: 95%;
	float: left;
	line-height: 24px;
	margin-bottom: 10px;
}

	#basket_order_submit textarea{
		width: 95%;
		max-width: 400px;
		height: 160px;
	}

	#basket_order_calculation div input[type=text],
	#basket_order_retail_calculation div input[type=text],
	#basket_order_move_departure_date div input[type=text]
	{
	min-width: 80px;
    height: 30px;
    max-width: 80px;
    text-align: right;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 0px;
    border-radius: 10px;
    margin-left: 10px;
	margin-right: 2px;
	}
	
	#basket_order_calculation div select,
	#basket_order_retail_calculation div select,
	#basket_create_recommendation div select,
	#basket_create_special_offer div select,
	#basket_create_quote div select,
	#basket_create_mixtrolley div select,
	#basket_create_seasonal div select,
	#basket_create_quote_central_buyer div select,
	#basket_direct_buy_central_buyer div select{
	min-width: 100px !important;
	max-width: 140px !important;
	height: 30px;
	border-radius: 10px;
	border: 0px;
	padding: 0px 10px;
	line-height: 24px;
	 margin-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
		
	 background-image:
	    linear-gradient(45deg, transparent 50%, gray 50%),
	    linear-gradient(135deg, gray 50%, transparent 50%),
	    linear-gradient(to right, #ccc, #ccc);
	  background-position:
	    calc(100% - 20px) calc(1em + -2px),
	    calc(100% - 15px) calc(1em + -2px),
	    calc(100% - 2.0em) 0.1em;
	  background-size:
	    5px 5px,
	    5px 5px,
	    1px 1.5em;
	  background-repeat: no-repeat;
	}
	
	.button_basket_calculate {
	display: flex;
    align-items: center;
    float: right;
    height: 40px;
    border-radius: 10px;
    min-width: 80px;
    font-size: 16px;
	background-color: #047908;
	color: white;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;	
	cursor: pointer;
	margin-bottom: 15px;
	}
	
	.button_basket_calculate i{
		background-color: #FFF;
		width: 32px;
		height: 32px;
		border-radius: 8px;
		line-height: 32px;
	    text-align: center;
    	float: right;
		margin-right: 10px;
    	margin-left: -20px;
		color: #000;
		font-size: 16px;
	}
	
/* Clientportal  _________________________________________________________________________________ */	
#clientportal_content {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	float: left;
	margin-top: 0px;
    background-color: #FFFFFF;
    border-radius: 4px;
	padding: 20px;
	margin-bottom: 50px;

}


#clientportal_tabs {
	display: flow-root;
	height: fit-content;
	width: 100%;
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 10px;
}

	#clientportal_tabs span {
		display: block;
		height: 45px;
		color: #C9C9C9;
		float: left;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: -1px;
		margin-left: -1px;
		font-size: 16px;
		background-image: linear-gradient(to bottom, transparent 13px, #C9C9C9 9px);
		background-repeat: no-repeat;
		background-position: right;
		background-position-y: -8px;
		background-size: 1px;
		cursor: pointer;
	}
	
		#clientportal_tabs span.active {
			border-left: 1px solid #C9C9C9;
			border-top: 1px solid #C9C9C9;
			border-right: 1px solid #C9C9C9;
			background-color: #FFF;
			color: #707070;
			background-image: none;
		}
		

		
#clientportal_tabs_small {
	display: flow-root;
	height: fit-content;
	width: 100%;
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

	#clientportal_tabs_small span {
		display: block;
		height: 35px;
		color: #C9C9C9;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: -1px;
		margin-left: -1px;
		font-size: 16px;
		background-image: linear-gradient(to bottom, transparent 13px, #C9C9C9 9px);
		background-repeat: no-repeat;
		background-position: right;
		background-position-y: -8px;
		background-size: 1px;
		cursor: pointer;
	}
	
		#clientportal_tabs_small span.active {
			border-left: 1px solid #C9C9C9;
			border-top: 1px solid #C9C9C9;
			border-right: 1px solid #C9C9C9;
			background-color: #FFF;
			color: #707070;
			background-image: none;
			border-top-left-radius: 10px;

		}
	
#client_portal {
	width: 98%;
}
	
	
.frm_sales_portal_edit_small {
	font-size: 14px;
	line-height: 18px;
	
}

.frm_sales_portal_edit_small .header{
	padding: unset;
	padding-left: 10px;
	font-weight: bold;
}

.frm_sales_portal_edit_small td{
	padding: 5px 10px;
}

.frm_sales_portal_edit_small .toggle-password {
	float: none;
    font-size: 28px;
    margin-left: -38px;
    cursor: pointer;
    color: #707070;
}

.frm_sales_portal_edit_small .toggle-password .fa {
	margin-top: 10px;
}

.frm_artikel_edit_column1 {
	width: 250px;
}

.frm_sales_portal_edit_small input[type=text],
.frm_sales_portal_edit_small input[type=password],
.frm_sales_portal_edit_small input[type=currency] {
	height: 40px;
	min-width: 300px;
	width: 100%;
	max-width: 600px;
	border-radius: 8px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 0px 10px;
	box-sizing: border-box;
	min-height: 40px;
}

.frm_sales_portal_edit_small input[type=currency] {
	min-width: unset;
	max-width: 140px;
	text-align: right;
}

.frm_sales_portal_edit_small #mixtrolley_geldig_van,
.frm_sales_portal_edit_small #mixtrolley_geldig_tot {
	max-width: 140px;
	min-width: unset;
	text-align: center;

}

.frm_sales_portal_edit_small #mixtrolley_prijs { width: 140px; min-width: unset; }

.frm_sales_portal_edit_small .small_input {
	min-width: 100px !important;
	max-width: 140px !important;
}

.frm_sales_portal_edit_small .medium_input {
	min-width: 240px !important;
	max-width: 280px !important;
}


.frm_sales_portal_edit_small input[type="checkbox"]{
	height: 20px;
	width: 20px;
	border: 0px;
	background-color: #E7E7E7;
	padding-left: 10px;
	box-sizing: border-box;
	accent-color: #212D55;
}

.frm_sales_portal_edit_small select {
	min-width: 100px !important;
	max-width: 140px !important;
	height: 40px;
	border-radius: 8px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 0px 38px 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
		
 background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.select_box_v1_header {
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
}
.select_box_v1 {
	min-width: 100px !important;
	max-width: 140px !important;
	height: 32px;
	border-radius: 16px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 0px 38px 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
		
 background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}


.frm_sales_portal_edit_small textarea {
	height: 260px;
	min-width: 300px;
	width: 100%;
	max-width: 600px;
	border-radius: 8px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 10px;
	box-sizing: border-box;
}

	.frm_sales_portal_edit_small .chosen-container{
		width: 100% !important;
		max-width: 600px;
	}
	
	.frm_sales_portal_edit_small .chosen-choices{
		border-radius: 30px !important;
		border: 0px !important;
		padding-inline: 10px !important;
		background-color: #e7e7e7 !important;
		width: 100% !important;
		box-shadow: none !important;
		background-image: none !important;

	}
	
	.frm_sales_portal_edit_small .search-choice{
		font-size: 16px;
	
	}
	
	.frm_sales_portal_edit_small .chosen-container .chosen-results li.highlighted {
		background-color: #212D55 !important;
		background-image: none !important;
	}
	
	.frm_sales_portal_edit_small .chosen-container-multi .chosen-choices li.search-choice {
		padding: 10px 25px 10px 10px !important;
		border-radius: 15px !important;
		
	}
	
	.frm_sales_portal_edit_small .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
		top: 7px !important;
		right: 5px !important;
	}
	
	
.frm_sales_portal_detail_small {

}

.frm_sales_portal_detail_small .header {
		background-color: #E7E7E7;
}

.frm_sales_portal_detail_small tr{
	height: 40px;
}
.frm_sales_portal_detail_small td{
	border-bottom: 1px solid #E7E7E7;
}


#salesportal_article_images .image_block{
	flex: 1;
	max-width: 200px;
	max-height: 200px;
	min-height: 120px;
	margin-left: 10px;
}

#salesportal_article_images .image_block img{
	width: 100%;	
	max-height: 175px;	
}


.image_block_edit {
	height: 30px;
	background-color: #e8e8e8db;
	margin: -10px -10px -10px -10px;
	position: relative;
	display: block;
	text-align: center;
	margin-top: auto;
}

	.image_block_edit .fa {
		font-size: 20px;
		line-height: 30px;
		padding: 0px 16px;
	}
	
	.image_block_edit .main_active{
		color: green;
	}


.button_save {
	display: flex;
    align-items: center;
    float: left;
    height: 40px;
    border-radius: 10px;
	border: 1px solid silver;
    min-width: 80px;
    font-size: 16px;
	background-color: #f7f7f7;
	color: #000;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;	
	cursor: pointer;
}

	.button_save_done {
		background-color: #2e643e !important;
		color: #FFF !important;
	
	}

.button_search {
	display: inline-flex;
    align-items: center;
    height: 38px;
    border-radius: 10px;
    min-width: 80px;
    font-size: 16px;
	background-color: #E7E7E7;
	color: #000;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;	
	cursor: pointer;
}


.frm_client_portal_retailsettings {
	font-size: 14px;
	line-height: 18px;
	
}

.frm_client_portal_retailsettings .header{
	padding: unset;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.frm_client_portal_retailsettings td{
	padding: 5px 10px;
}


.frm_client_portal_retailsettings input[type=text],
.frm_client_portal_retailsettings input[type=password],
.frm_client_portal_retailsettings input[type=currency],
.frm_client_portal_retailsettings input[type=number] {
	height: 40px;
	min-width: 300px;
	width: 100%;
	max-width: 600px;
	border-radius: 8px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 0px 10px;
	box-sizing: border-box;
	min-height: 40px;
}

.frm_client_portal_retailsettings input[type=currency],
.frm_client_portal_retailsettings input[type=number] {
	min-width: unset;
	max-width: 140px;
	text-align: right;
}

.frm_client_portal_retailsettings select {
	min-width: 100px !important;
	max-width: 140px !important;
	height: 40px;
	border-radius: 8px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 0px 38px 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
		
 background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
	
/* JWS Tables  _________________________________________________________________ */
	
#jws_table {
	display: table;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#jws_table_headrow {
	display: table-header-group;
	background-color: #212D55;
 	font-family: "exo_2semi_bold";
	font-size: 16px;	
	color: #FFF;
}

#jws_table_headrow .sortable {
	cursor: alias;
}

	#jws_table_headrow .sortable {
            cursor: pointer;
        }
        #jws_table_headrow .sortable::after {
            content: " >";
        }
        #jws_table_headrow .sortable.asc::after {
            content: " <";
        }

#jws_table_headrow .sortable2 {
cursor: pointer;
}


#jws_table_headrow .jws_table_cell,
#jws_table_headrow .jws_table_cell_v2 {
	display: table-cell;
	padding: 10px;
	text-align: justify;

}

#jws_table_body {
	display: table-row-group;
	
}

#jws_table_row {
	display: table-row;
}

#jws_table_row .icon_order_status {
	height: 28px;
}


#jws_table_body #jws_table_row:hover {
	transition: background-color 0.5s ease;
	background-color: rgba(0,0,0, 0.05);
	cursor: pointer;
}

	#jws_table_row.article_available{
		background-color: unset;
	}
	
	#jws_table_row.article_unavailable{
	background-color: #f4f4f4;
}

#jws_table_body .overdue_icon_low,
#jws_table_body .overdue_icon_medium,
#jws_table_body .overdue_icon_high {
	float: right;
	font-size: 20px;
	text-shadow: 1px 2px #ada7a56b;
	line-height: 30px;
}
	#jws_table_body .overdue_icon_low { color: green; }
	#jws_table_body .overdue_icon_medium { color: orange; }
	#jws_table_body .overdue_icon_high { color: red; }
	
#jws_table2_body .overdue_icon_low,
#jws_table2_body .overdue_icon_medium,
#jws_table2_body .overdue_icon_high {
	float: right;
	font-size: 16px;
	text-shadow: 1px 2px #ada7a56b;
}
	#jws_table2_body .overdue_icon_low { color: green; }
	#jws_table2_body .overdue_icon_medium { color: orange; }
	#jws_table2_body .overdue_icon_high { color: red; }
	

#jws_table_row .jws_table_cell,
#jws_table_row .jws_table_cell_v2,
#jws_table_row .jws_table_cell_v2-left
 {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #E7E7E7;
	vertical-align: top;
}

	#jws_table_row .jws_table_cell_v2_image {
	display: table-cell;
	padding: 0px;
	border-bottom: 1px solid #E7E7E7;
	width: 110px;
	height: 110px;

	}
	
	#jws_table_row .jws_table_cell_v2 .switch_stock_add {
		position: relative;
		top: 20px;
	}
	
	#jws_table_row .jws_table_cell_v2 .switch_stock_add .mobile_icon_grower {
	height: 20px;
	margin: -8px 2px 0px 0px;
	}

	#jws_table_row .jws_table_cell_v2_image #product_detail_image{
		width: 100px;
		height: 100px;
		background-size: cover;
	}

	#jws_table_row .jws_table_cell h5{
		font-size: 12px;
		color: #9E9E9E;
		font-weight: normal;
		margin: 5px 0px;
	}
	
	
	#jws_table_row.subclients {
		display: none;
		background-color: aliceblue;
	}
	#jws_table_row.order_subclients {
	background-color: aliceblue;
	}
	
	#jws_table_row .reservations_kweker_naam {
		font-style: italic;
		color: #666;
	}
	
#jws_table_row_sub1 {
	display: table-row;
	background: #a9bfb0;
}

#jws_table_row_sub1.stockregel{
	background: #50525d;
	color: white;
}

#jws_table_row_sub1 .jws_table_cell,
#jws_table_row_sub1 .jws_table_cell_v2 {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #E7E7E7;
}

#jws_table2 {
	display: table;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#jws_table2_headrow {
	display: table-header-group;
 	font-family: "exo_2semi_bold";
	font-size: 16px;	
	color: #212D55;
}

#jws_table2_headrow .sortable {
	cursor: alias;
}


#jws_table2_headrow .jws_table2_cell {
	display: table-cell;
	padding: 10px;
	text-align: justify;
	color: #212D55;
	border-bottom: 1px solid #212D55;

}

#jws_table2_body {
	display: table-row-group;
	
}

#jws_table2_row {
	display: table-row;
}

#jws_table2_row .jws_table2_cell {
	display: table-cell;
	padding: 15px 10px;
	border-bottom: 1px solid #E7E7E7;
}

	#jws_table_row .detail_trolley_error{
		color: red;
	}
	#jws_table_row .detail_trolley_error i{
		font-size: 14px;
	}
	
	#jws_table_row .error_missing_retail_info {
		color: red;
	}

	#jws_table_row .error_missing_retail_info i{
		font-size: 14px;
	}

.jws_table_cell_v2 .aanbevolen_ink_remarks {
	width: 100%;
	height: 24px;
	margin: 5px 0px;
	border: 1px solid #CCC;
	border-radius: 12px;
	padding: 0px 10px;
	box-sizing: border-box;
}

	#jws_table2_row.invoice_vervallen {
	color: red;
	}

	#jws_table2_row_sub.invoice_vervallen {
	color: red;
	}
	
	
	#jws_table2_row .fa {
	font-size: 18px;
	margin-right: 10px;
	}
	
#jws_table2_row_sub {
	display: table-row;
	background-color: aliceblue;	
}

#jws_table2_row_sub .jws_table2_cell {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #E7E7E7;
}
	
/* mobile elemenenten verbergen  _________________________________________________________________ */
#m_login_container {
	display: none;
}

#m_header_logo {
	display: none;
}

#header_mobile_menu {
	display: none;
}

#m_mobile_menu {
	display: none;
}


.show_mobile {
	display: none !important;
}

.show_tablet {
	display: none !important;
}

	
	
@media only screen and (min-width: 1000px) and (max-width: 1380px) {
.show_tablet {
	display: block !important;
}

#products_block_filter_button {
	width: 50px;
	height: 50px;
	background-color: #2e643e;
	color: white;
	border-radius: 25px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	padding: 13px;
	margin-top: -80px;
	margin-left: 10px;
}

#products_block_filter_button.scrolling {
	position: sticky;
	top: 110px;
	z-index: 9999;
	opacity: 0.8;
}
	
	#products_block_filter {
	display: none;
	right: 0px;
	width: calc(100% - 70px);
	max-width: 400px;
	height: 100%;
	margin: 0px;
	margin-top: -25px;
	padding: 0px;
	padding-bottom: 25px;
	box-sizing: border-box;
	z-index: 10;
	background-color: #FFF;
	border-left: 1px solid silver;
	box-shadow: -4px 0px 10px 1px #aaaaaa;

	}

	#products_block_filter_content {
		font-size: 14px;
		line-height: 26px;
		height: calc(100% - 100px);
	}
	#products_block_filter_content input[type=checkbox] { transform: scale(1.5); margin-right: 10px; margin-bottom: 10px; }
	
	#products_block_list {
	width: 98%;
	margin: 0px auto 20px auto;
	}




}
	
@media only screen and (max-width: 420px) {
    .login-page .circle{
      width: 300px;
      height: 300px;
	}

	.login-page .login_logo { max-width: 180px; max-height: 60px;  }
	.login-page p.lead{display: none;}
}