

/*----------------------------
Small
--------------------------*/
@media only screen and (min-width: 100px) {
	body {
		
	}
	
	.wizardEntity div {
		bordeR-bottom:1px solid #4A4A4A;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		
	}
	
	
	#top .wizardBtnResetCustom
	{
		position: absolute;
    top: 36px;
    right: 273px;
    /* text-decoration-line: underline; */
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
    font-weight: normal;
    background: #0079C1;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
	cursor:pointer;
	}
	
	#top .logo {
   
    margin-left: 16px;
   
}
	


.wizardStep {
    padding-top: 0px;
  
}


	
	.wizardEntity {
		width:95%;
		float:left;
	
			margin:10px;
	}
	
	.system-block {
	width:100%;
	height:150px;
}

.system-block .description {
    margin-top: -60px;
    background: white;
    opacity: 0.9;
    color: #08c;
    height: 59px;
    padding-top: 9px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.system-block .arrow {

margin-top: -79px;
opacity:0.9;
height:19px;
width:100%;
background:transparant;
background-repeat: no-repeat;
background-position: center center;
}



.image-block {
	width: 100%;
   
    height: 150px;
}

.image-block .description {
margin-top: -45px;
background:white;
opacity:0.9;
color: #08c;
height:45px;
/*padding-top:20px;*/
width:100%;
padding-left:5px;
padding-right:5px;
}

.image-block .arrow {
margin-top: -64px;
opacity:0.9;
height:19px;
width:100%;
background:transparant;
background-repeat: no-repeat;
background-position: center center;
}
	
	#content {
		width:100%;
		
	}
	
	.wizardFilter select
	{
		width:250px;
		
	}
	
	
	
}
/*----------------------------
Middle
--------------------------*/
@media only screen and (min-width: 700px) {
	
	
	body {
		
	}


	



.wizardStep {
    padding-top: 85px;
  
}



.system-block {
	width:20%;
	float:left;
	position:relative;
	height:225px;
}

.system-block .description {
position:absolute;
bottom:0;
background:white;
opacity:0.9;
color: #08c;
height:85px;
padding-top:20px;
width:100%;
padding-left:5px;
padding-right:5px;
}

.system-block .arrow {
position:absolute;
bottom:85px;
opacity:0.9;
height:19px;
width:100%;
background:transparant;
background-repeat: no-repeat;
background-position: center center;
}


.image-block {
	width: 20%;
    float: left;
    position: relative;
    height: 225px;
}

.image-block .description {
position: absolute;
    bottom: 0;
    background: white;
    opacity: 0.9;
    color: #08c;
    height: 85px;
    padding-top: 20px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.image-block .arrow {
    position: absolute;
    bottom: 85px;
    opacity: 0.9;
    height: 19px;
    width: 100%;
    background: transparant;
    background-repeat: no-repeat;
    background-position: center center;
}
	
	#partners {
		
	position: absolute;
    height:auto;
    width: 100%;
    margin: auto;
    left: 0;
	padding-top:7px;
	}
	
	.partner {
		
	float: left;
    width: 32.6%;
    margin-left: 7px;
	}
	
	.partner img {
		width:100%;
	}
	
	.sectionContentView {
		
	}
	
	.wizardEntity {
		width:100%;
		float:left;
		margin:0;
		    margin-top: 20px;
	}
	
	.wizardConfiguration {
	
	
	}
	
	
	

	

	
	#content {
		/*width:85%;*/
		max-width:980px;
	}
	
	
	

}
/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 980px) {
	body {
		
	}
	

	
	
	
	
	.wizardConfiguration {
	
	
	}
	
	.wizardConfiguration div{
		padding: 0px;
	}
	


	

	
	
	
	
	.wizardFilter select
	{
    width: 640px;  
	
	
	}
	
	
	
	
	
	
	
	
	.system-result h1{
		font-size:16px;
	}
	
	.system-result img {
	width: auto;
	}
	
	
	
	
	
	
}


/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 1280px) {
	
}