
/*----------------------------
Small
--------------------------*/
@media only screen and (min-width: 100px) {
	* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: #646463;
	}

	body {
	background:#EDEDED;
	}
	
	#watermark_development {
		display: none;
	}
	
	#wizard {
	margin:0px;
	}
	
	.layer {
		width:100%;
		height:100%;
		border:0px solid red;
		position: absolute;
		z-index: 9;
	}
	
	
	
	 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 
	
	
	
	
	h1, h2, h3, h4, h5 {
		font-family: 'Cabin', sans-serif;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 1.2;
		    margin-top: 0;
	}
	
	.status {
		width: 52px;
		float: left;
	}
	
	
	.filterkey-block {
    border: 0px solid red;
    width: 150px;
    text-align: center;
    float: left;
	min-height:200px;
	}
	
	#navbottom .navbottomcontent {
	width: 100%;
	max-width:1170px;
	}
	
	#top {
	position: relative;
	margin:auto;
	left:0;
	right:0;
	width:100%;
	height: 137px;
	z-index: 88;
	background-color: #fff !important;

	
	
	
	}

	#top .top-line {
	position:relative;
	margin: auto;
	left:0;
	right:0;
	width:85%;
	height:98px;
	border:0px solid red;
	}
	
	#navline {
		position: relative;
    width: 100%;
    height: 4px;
    z-index: 99999999;
    border-top: 4px solid #2A3080;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

	#content {
	width:100%;
	
	}
	
	.wizardFilter select
	{
	width:150px;
	height:40px;
	border-radius:4px;
	}

	.saveContainer {
	width:100%;
	}
	
	#html {
	padding:5px;
	width:98%;
	}

	.sectionContentView {
	/*background-image: url("https://stores.utopis-platform.net/easypath-nl/channels/wizard/images/corner1.png"); */
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 10px;
	padding-bottom:50px;
	padding:20px;
	}
	
	.saveContainer {
		border: none !important;
	}
	
	#navbottom {
		margin-bottom:60px;
	}
	
	#wizardNavigation {
		top:-48px;
		right:0;
	}
	
	.filterkey-wrapper {
    float: left;
	position: relative;
    width: 90%;
    margin: 0px;
	margin-bottom:15px;
	border:0px solid red;
}
	
	.filterkey-name {
		float: left;
		color:white;
		padding-top:15px;
	}

	.filterkey-formelement {
		float: left;
		width: 100%;
	}

	.wizardConfiguration *{
		color: white;
	}

	.product-result {
		border-radius: 10px;
	}

	.product-result .image {
		position: relative;
		/*background-image: url("https://stores.utopis-platform.net/easypath-nl/channels/wizard/images/corner1.png"); */
		border-radius:10px;
		width:300px;
	}
	
	.navbottomcontent .wizardBtnNext.hidden, .navbottomcontent .wizardBtnPrevious.hidden {
		display: block;
	}

	
	.wizardConfiguration {
		
		    font-weight: 600;
	}
	
	.bestektype-block  {
		margin-top:20px;
		background:white;
		padding:20px;
		padding-bottom:10px;
		border-radius:10px;
		width:50%;
		
	}
	
	.bestektype-block div {
		color:black !important;
		padding-bottom:10px;
		cursor:pointer;
	}
	
	.product-result img {
		border-radius:10px;
	}
	
	.article-result {
		margin-top:20px;
		background:white;
		padding:20px;
		border-radius:10px;
		width:50%;
		padding-bottom:10px;
	}
	
	.article-result div {
		cursor:pointer;
		height: 40px;
		padding:0;
		margin:0;
	}
	
	.article-result * {
		color:black !important;
	}
	
	
	
	.article-result-radio {
		margin-top:20px;
		background:white;
		padding:20px;
		border-radius:10px;
		width:100%;
		float: left;
		
	}
	
	#wizardStep_bomen .article-result-radio {
		width:48%;
	}
	
	.article-result-radio div {
		cursor:pointer;
		height: 40px;
		padding:0;
		margin:0;
	}
	
	.article-result-radio * {
		color:black !important;
	}
	
	#sectionToolbar {
		display:none;
	}
	
	.image-block {
		border: 0px solid red;
		width: 80%;
		height:320px;
		float:left;
		margin-right:50px;
		border-radius: 10px;
		position: relative;
	}
	
	.image-block .corner {
		position: absolute;
		right:0;
		top:0;
		width: 59px;
		height:60px;
		border:0px solid red;
		background-image: url("https://stores.utopis-platform.net/easypath-nl/channels/easypath/images/corner1.png"); 
		z-index:10;
	}
	
	.image-block .image {
		border-top-left-radius: 10px;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.image-block .image .inner-image {
		height: 240px;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	.image-block .text {
		font-weight:bold;
		padding:15px;
		background:white;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	#wizardNavigation {
		visibility: hidden;
	}
	
	.wizardFilter {
		margin: 20px;
	}
	
	.wizardContent {
		margin-left:20px;
	}
	
	.wizardContent .fas {
		color:#009CDF;
		margin-left:10px;
		font-size:16px;
		cursor: pointer;
	}
	
	#info .background {
		position: absolute;
		top:0;
		width:100%;
		height:100%;
		background:black;
		opacity:0.7;
		z-index:99999;
		display:none;
	}
	
	#info .content {
		position: absolute;
		margin:auto;
		left:0;
		right:0;
		top:30%;
		width:60%;
		height:40%;
		background:white;
		 box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
		z-index:99999;
		 overflow: auto;
		 display:none;
		 padding:20px;
		 border-radius:10px;
		
	}
	
	#info .content .close {
		position: absolute;
		width:100%;
		margin:auto;
		left:0;
		right:0;
		bottom:10px;
		font-weight: bold;
		color:#007bff;
		cursor: pointer;
		border:0px solid red;
		text-align: center;
		
	}
	
	.hoeveelheden {
		margin-top: 20px;
        background: white;
        padding: 20px;
        border-radius: 10px;
        width: 100%;
	}
	
	.hoeveelheden h4 {
		margin-top:25px;
		margin-bottom:5px;
	}
	
	.hoeveelheden table {
		width:100%;
	}
	
	.hoeveelheden table tr td {
		border-bottom:1px solid #2A3080;
		padding-top:4px;
		padding-bottom:4px;
		color: black !important;
	}
	
	.hoeveelheden table tr td:first-of-type {
		width:75%;
	}
	
	.hoeveelheden .custom_wizard_variable {
	padding:5px;
	border: 1px solid #009CDF;
	}
	
	.article-result-image {
		width:48%;
		float:right;
		margin-top: 20px;
		
	}
	
	.article-result-image img {
			width:100%;
			border-radius:10px;
	}
}
/*----------------------------
Middle
--------------------------*/
@media only screen and (min-width: 860px) {
	#wizardNavigation {
		visibility: visible;
	}
	
	.image-block {
	
		width: 25%;
	}
	
		.filterkey-wrapper {
    float: left;
	position: relative;
    width: 33%;
    margin: 0px;
	margin-bottom:15px;
	border:0px solid red;
}
	
	.wizardFilter {
		margin: 0px;
	}
	
	.wizardContent {
		margin-left:0px;
	}
	
		.filterkey-name {
    float: left;
	width: 45%;
	color:white;
	padding-top:10px;
}



.filterkey-formelement {
    float: left;
    width: 55%;
}

	#wizardContainer_vrijeinvoer i, #wizardContainer_vrijeinvoer label {
		color:white;
	}
}
/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 1050px) {

}


/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 1280px) {

}