/*
	Copyright :: www.jwsdesign.nl - 2022
	
*/


/* Base ________________________________________________________________________ Base*/

* {
	margin: 0;
	padding: 0;
 	font-family: "exo_2regular",Arial, Verdana, sans-serif;
	outline: none;
}

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-size:12px;
	line-height:15px;
	/* background:url(../images/bg_filler1.png); */
	/* background-color: #498A1A; */
	background-color: #EDEDED;
	background-repeat: repeat-x;
	text-align: center;
}

.jws_no_padding{
	padding: 0px;
}

.jws_div_border_left_right{
	border-left: 1px solid black;
	border-right: 1px solid black;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}




#login_main_container {
	padding-top:0px;
	width:100%;
	height: 100%;
	text-align:left;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
	background-color: silver;
	
	background:url("../img_layout/loginslider2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}




#m_login_container {
	display: block;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffffc2;
	max-width: 600px;
	margin: auto;
}

#m_login_container .m_login_logo {
    width: 60%;
	max-width: 360px;
	text-align: center;
}

#m_login_container .form a {
	text-decoration: none;
	color: white;
}

#m_login_container .form p{
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: #c51230;
	margin: 20px 0px 40px 0px;
}


#m_login_container .form input[type=text],input[type=password] {
  outline: 0;
  background: #F4F4F4;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  min-height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
}
#m_login_container .form button {
  outline: 0;
  background: #c51230;
  float: right;
  border: 2px solid white;
  padding: 0px 40px;
  color: #FFFFFF;
  font-size: 16px;
  min-height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 10px;
}

	.form_login_remember {
		display: block;
		width: 100%;
		text-align: left;
		line-height: 40px;
		font-size: 16px;
	}


	
/* Buttons __________________________________________________________ */
.button_std {
	display: flex;
	align-items: center;
	float: right;
	height: 40px;
	border-radius: 5px;
	min-width: 80px;
	background-color: #890E05;
	color: #FFF;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
	.button_std i{
		margin-right: 5px;
	}


.button_upload {
	display: flex;
	align-items: center;
	float: right;
	height: 40px;
	border-radius: 5px;
	min-width: 80px;
	background-color: silver;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
	.button_upload i{
		margin-right: 5px;
	}
	
.button_onderhoud_gallerijen {
	display: flex;
	align-items: center;
	float: right;
	height: 40px;
	border-radius: 5px;
	min-width: 80px;
	background-color: silver;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
	.button_onderhoud_gallerijen i{
		margin-right: 5px;
	}

/* 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: 70px;
	margin: 0 0 0 20px;
	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 {
	display: block;
	background-color: silver;
	height: 40px;
	width: 40px;
	margin-left: -50px;
	margin-top: 5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 2px solid #890e0587;
}

	#header_content .btn_search_overall i{
	font-size: 24px;
	line-height: 38px;
	}
	
#header_userinfo {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
	
#header_icons {
	margin-right: 20px;

}

#header_icons .header_button {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 10px;
	}
	
	#header_icons .header_button i {
	font-size: 38px;
	}


#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_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 i{
	font-size: 38px;
	color: #FFF;
	}
	
	#header_mail .circle_message_counter{
		display: block;
		position: relative;
		border-radius: 50%;
		width: 14px;
		height: 14px;
		padding: 3px;
		background-color: white;
		border: 2px solid #333;
		color: #707070;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		float: right;
		margin-top: -2px;
		margin-left: -10px;
		margin-right: -6px;
		z-index: 5;
	
	}

	#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;
	}
	
	#alert-box {
    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 i {
		font-size: 26px;
		margin-right: 15px;
		vertical-align: middle;
	}
	
/* 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;
}

#content_frame2_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_frame2_overlay.on_top{
	z-index: 1100;
}

#content_frame2_content {
	background: #FFF;
	padding: 20px;
	padding-top: 120px;
	max-width: 1200px;
	min-width: 300px;
	width: 80%;
	overflow: scroll;
}

#content_frame2_content.on_top{
	padding-top: 40px;
}


.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;
}
	
/* Portal container_____________________________________________________________________*/



#portal_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: 10px;
	padding: 20px;
	margin-bottom: 50px;
	
}

#portal_search {
	display: block;
	width: 100%;
}

#portal_search div {
	float: left;
	margin-right: 20px;
}	


#portal_search input[name="search"],
#portal_search input[name="search_grower"],
#portal_search input[name="search_relatie"]{
	height: 40px;
	width: 240px;
    border-radius: 10px;
	border: 0px;
	padding-left: 20px;
	box-sizing: border-box;
	background-color: #EDEDED;

}
#portal_search input[name="date_from"],
#portal_search input[name="date_till"]{
		height: 50px;
		width: 140px;
		border-radius: 25px;
		box-sizing: border-box;
		background-color: #EDEDED;
		border: 0px;
		padding: 10px;
		
	}

#portal_search select {
	min-width: 200px !important;
	max-width: 600px !important;
	height: 50px;
	border-radius: 25px;
	border: 0px;
	background-color: #EDEDED;
	padding: 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(1.5em + 2px),
    calc(100% - 15px) calc(1.5em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 3em;
  background-repeat: no-repeat;
}


#portal_search .btn_search {
	margin-left: -30px;
	font-size: 20px;
}


#jws_table {
	display: table;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#jws_table_headrow {
	display: table-header-group;
	background-color: #666;
 	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_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_cell i {
	font-size: 20px;
	margin-right: 5px;
	}

	
	#jws_table_row.subclients {
		display: none;
		background-color: aliceblue;
	}
	#jws_table_row.order_subclients {
	background-color: aliceblue;
	}
	
#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_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;
}

.status_aanbieding i{
	font-size: 24px;
}

	.status_aanbieding i.fa-check-square-o{	color: darkorange;	}
	.status_aanbieding i.fa-check-square{	color: darkgreen;	}

.aanbevolen_datum_tm {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 10px;
	margin-top: 10px;
	font-style: italic;
}

.jws_table_cell input[name="Aantal_beschikbaar"],
.jws_table_cell input[name="Beurs_aantal_beschikbaar"] {
	width: 50px;
	height: 20px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

.jws_table_cell .checkbox-wrapper-14 {
	display: inline-block;
	float: left;
}

.jws_table_cell .beurs_info {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.frm_sales_portal_edit_small .checkbox-wrapper-14 {
	display: inline-block;
	float: left;

}

.kweker_hide_toggle {
	display: block;
	margin-top: 20px;
}

.artikel_kernwoord {
	display: block;
	width: 100%;
	float: left;
	color: green;
	margin: 3px 0px 0px 0px;
}
	.artikel_kernwoord i{
	font-size: 11px;
	color: black;
	margin-right: 5px;
	}

/* Webshop message _________________________________________________________________________________ */	

#webshop_message_alert {
	padding: 15px;
	font-family: "Open Sans",Arial, Verdana, sans-serif;
	font-size: 14px;

}

#webshop_message_alert h2 {
	display: inline-block;
    width: auto;
    margin: 20px;
    background-color: #890e05;
    padding: 20px;
    color: white;
    font-size: 18px;
    float: none;
}

#webshop_message_alert div{
	display: flow-root;
    width: 100%;
	line-height: 24px;
}

#webshop_message_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -1;
	opacity: 30%;
}

#webshop_message_footer img{
	width: fit-content;
}

#Message_header {
	display: block;
	height: 40px;
	margin: 10px 0px 10px 0px;
}

#Message_detail {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid gainsboro;
}

#Message_detail div {
	padding: 15px;
	box-sizing: border-box;
}

#Message_detail_header {
	font-family: "exo_2regular";
	font-size: 20px;
	min-height: 40px;
	background-color: #212D55;
	color: #FFFFFF;
}

	#Message_detail_header.read {
		background-color: #890e05;
	}
	
#Message_detail_header_icon {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
	#Message_detail_header_icon img{
		height: 24px;
	}

#Message_detail_from {
	font-family: "exo_2regular";
	font-size: 16px;
	color: #707070;
	margin: bottom: 20px;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	background-color: #dcdcdc50;
}

#Message_detail_tekst {
	font-size: 16px;
	line-height: 20px;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
}

	
/* END Webshop message _________________________________________________________________________________ */	

/* Gallery container_____________________________________________________________________*/
#gallery_content {
	width: 100%;
	float: left;
	margin-top: 0px;
    background-color: #FFFFFF;
    border-radius: 10px;
	padding: 20px;
	margin-bottom: 50px;
	
}


#gallery_content .gallery_header {
	display: block;
	height: 70px;
	border-bottom: 1px solid black;
}

#gallery_content h2 {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
    padding: 15px;
}

.gallery-image-tile {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #f9f9f9;
}

.gallery-image-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.gallery-image-tile button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 3px;
    padding: 4px 8px;
    cursor: pointer;
}

#cropModal { display: none; position: fixed; top: 10%; left: 10%; width: 80%; height: 80%; background: #fff; z-index: 1000; padding: 0px; box-shadow: 0 0 10px #000; }
#cropModal img { max-width: 100%; }


.custom-select {
  height: 40px;
  padding: 0 40px 0 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  appearance: none;         /* Verberg standaard styling (voor modern browsers) */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D'%23666'%20height%3D'20'%20viewBox%3D'0%200%2024%2024'%20width%3D'20'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-select:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3);
  outline: none;
}
	
	
/* Webshop container_____________________________________________________________________*/
#main-container {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top:90px;
	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;
	}
	
#webshop_products_header1 {
	display: flex;
	justify-content: center;
	width: 100%;
	float: left;
	margin: 30px 0px 30px 0px;
}
	
	#header1_buttons span{
		display: block;
		padding: 10px 20px;
		background-color: #FFF;
		float: left;
		font-size: 16px;
		border-left: 1px solid silver;
		cursor: pointer;
	}
	
	#header1_buttons span.button_first { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: 0px;}
	#header1_buttons span.button_last { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
	#header1_buttons span i{ margin-right: 10px; font-size: 20px; }
	

	

	
/* artikel_details  _________________________________________________________________ */
.frm_artikel_edit_column1 {
	width: 250px;
}


.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],
.frm_sales_portal_edit_small input[type=number]
 {
	height: 34px;
	min-width: 280px;
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
	border: 0px;
	background-color: #E7E7E7;
	padding: 0px 10px;
	box-sizing: border-box;
	min-height: 34px;
}

.frm_sales_portal_edit_small input[type=currency] {
	min-width: unset;
	max-width: 140px;
	text-align: right;
}

.frm_sales_portal_edit_small input[type=number] {
	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: 34px;
	border-radius: 10px;
	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_artikel_edit input[name="Aantal_pbak"],
#frm_artikel_edit input[name="Aantal_bak_laag"],
#frm_artikel_edit input[name="Aantal_bak_cc"]{
	width: 80px;
	min-width: unset;
}
	
#frm_artikel_edit input[name="Aantal_beschikbaar"],
#frm_artikel_edit input[name="Beurs_aantal_beschikbaar"] {
	width: 80px;
	min-width: unset;
	margin: -5px 0px 5px 10px;
	text-align: center;
}
	
	
#salesportal_article_images {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
}

#salesportal_article_images .image_block{
	flex: 1;
	max-width: 200px;
	min-width: 200px;	
	max-height: 200px;
	min-height: 120px;
	margin-left: 10px;
}

#salesportal_article_images .image_block img{
	width: 100%;	
	max-height: 175px;	
}

#salesportal_article_images .image_block div {
	height: 100%;
}

#salesportal_article_images .image_block_main{
	flex: 1;
	max-width: 220px;
	min-width: 200px;
	border: 1px solid grey;
	padding: 10px;
	margin-right: 15px;
	
}

#salesportal_article_images .image_block_thumb{
	border: 1px solid lightgrey;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
	
	
	
.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;
	}
	
	.image_block_edit .select_foto_type {
		width: 100%;
		margin-top: 10px;
	}
	
.portal_table_detail {

}

.portal_table_detail td{
	height: 32px;
	padding: 5px;
	border-bottom: 1px solid silver;
	background-color: #ebe9e9;
	
}

.portal_table_detail input[name="Inkoop_prijs"],
.portal_table_detail input[name="Date_from"],
.portal_table_detail input[name="Date_till"] { 
	padding: 5px;
	width: 90px;
	border: 1px solid silver;
	border-radius: 5px;
	text-align: right;
	
}

.portal_table_detail select[name="Min_bestel_aantal"] { 
	padding: 5px;
	width: 90px;
	border: 1px solid silver;
	border-radius: 5px;

}

.portal_table_detail_header td{
	font-weight: bold;
	background-color: #CCC;
	
}

.button_save {
	display: flex;
    align-items: center;
    float: left;
    height: 32px;
    border-radius: 10px;
    min-width: 80px;
    font-size: 16px;
	background-color: #E7E7E7;
	color: #000;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;	
	border: 2px solid #890e05;
	cursor: pointer;
}

	.button_save_done {
		background-color: #2e643e !important;
		color: #FFF !important;
	
	}

.detail_button_save {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid black;
	background-color: #890e05;
	color: #FFF;
	cursor: pointer;
	margin: 0px 10px;
}

.detail_button_delete {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid black;
	background-color: #890e05;
	color: #FFF;
	cursor: pointer;
	margin: 0px 10px;
}

.detail_button_save i,
.detail_button_delete i {
	font-size: 20px;
}

	
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(33 45 85 / 80%); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 18px; /* Rounded corners */
  font-size: 24px; /* Increase font size */
}

#myBtn:hover {
  background-color: rgb(33 45 85 / 90%); /* Add a dark-grey background on hover */
}


/*  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: 2px;
      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;
  }
	
/* mobile elemenenten verbergen  _________________________________________________________________ */

#m_header_logo {
	display: none;
}

#header_mobile_menu {
	display: none;
}

#m_mobile_menu {
	display: none;
}

#basket_buttons_mobile {
	display: none;
}

.show_mobile {
	display: none !important;
}

.show_tablet {
	display: none !important;
}

.mobile_icon {
	display: none;
}	










/* Voor tablets in portretmodus (minimale breedte: 601px, maximale breedte: 1024px) */
@media only screen and (min-width: 601px) and (max-width: 1000px) {
    /* Je tablet-specifieke stijlen hier */
.show_tablet {
	display: block !important;
}





#portal_search input[name="search"],
#portal_search input[name="search_grower"],
#portal_search input[name="search_relatie"]{
	width: unset;
}

}




@media only screen and (max-height: 850px) {



}




@media only screen and (max-width: 600px) {



}
