html, body {

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

}

body {
	
	background-color: #F6F8F8;
	background-image: url(/images/bg-main.png);
	overflow: hidden;
	
}

body.step7 {
	
	background-color: #fff;
	background-image: none;
	
}

body, div, td, select, input, textarea {
	
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	
}

.step-container {
	
	display: none;
	
}

#container {
	
	border: 0px solid #ff0000;
	border: 0px solid #f00;
	width: 100%;
	height: 100%;
	
}

img.logo {
	
	width: 170px;
	
}

h1 {
	
	text-transform: uppercase;
	font-weight: 300;
	color: #4A4A4A;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #fff;
	margin: 0;
	
}

#newConfigButton {
	
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 0.9em;
	font-weight: 600;

}

#newConfigButton a:link, #newConfigButton a:visited, #newConfigButton a:hover {
	
	text-decoration: none;
	color: #6866a0;
	
}

#main {
	
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	
}

#main .content {
	
	display: table;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#main .content .splash {
	
	display: table-cell;
	vertical-align: middle;
	
}

#main .loading {
	
	text-transform: uppercase;
	margin-top: 40px;
	
}

#main .loading img.loadingimg {
	
	width: 40px;
	height: 40px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	
}

#main-header {
	
	width: 100%;
	position: absolute;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #DADADA;
	padding-top: 18px;
	z-index: 100;
	
}

#main-header h1 {
	
	display: inline-block;
	line-height: normal;
	padding-top: 0;
	padding-bottom: 0;
	
}

#main-header img.logo {

	float: left;
	margin-top: 1px;
	margin-left: 20px;
	margin-right: 12px;
	
}

#main-header a#newconfig {
	
	float: right;
	font-size: 16px;
	color: #1B88BF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 20px;
	
}

#main-header a#newconfig:hover {
	
	text-decoration: underline;
	
}

#main-header a#newconfig-320 {
	
	display: none;
	
}

#main-footer {
	
	width: 100%;
	position: absolute;
	height: 22px;
	background-color: #454F54;
	z-index: 99;
	bottom: 0;
	margin: 0;
	padding: 23px 0;
	
}

#breadcrumb {
	
	margin: 0;
	padding-left: 0;
	text-align: center;
	
}

#breadcrumb li {
	
	display: inline-block;
	margin-right: 7px;
	background-image: url(/images/bullet-breadcrumb@2x.png);
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	
}

#breadcrumb li.first {
	
	background-image: none;
	padding-left: 0;
}

#breadcrumb li a, 
#main-footer .next, 
#main-footer .back,
#main-footer .actions a {
	
	font-weight: 400;
	font-size: 18px;
	color: #A2A7A9;
	letter-spacing: 0;
	text-decoration: none;
	
}

#breadcrumb li a:hover, 
#main-footer .next:hover, 
#main-footer .back:hover,
#main-footer .actions a:hover {
	
	text-decoration: underline;
	
}

#breadcrumb li a.current, #breadcrumb li a.current:hover {
	
	color: #FFFFFF;
	letter-spacing: 0;
	text-decoration: none;
	
}

#main-footer .next, 
#main-footer .back,
#main-footer .actions a {
	
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	
}

#main-footer .actions a {
	
	margin-right: 10px;
	margin-left: 10px;
	
}

#main-footer .back {
	
	padding-left: 12px;
	float: left;
	
}

#main-footer .next {
	
	padding-right: 12px;
	float: right;
	
}

#main-footer .actions {
	
	padding-right: 12px;
	float: right;
	
}

#main-footer .actions a .label {
	
	display: block;
	
}

#main-footer .actions .print,
#main-footer .actions .print-320 {
	
	background: url(/images/icon-print@2x.png) no-repeat;
	background-size: 24px 48px;
	background-position:top right;
	padding-right: 30px;	

}

#main-footer .actions .print:hover,
#main-footer .actions .print-320:hover {
	
	background-position: bottom right;
	
}

#main-footer .actions .save,
#main-footer .actions .save-320 {
	
	background: url(/images/icon-save@2x.png) no-repeat;
	background-size: 24px 48px;
	background-position:top right;
	padding-right: 30px;	

}

#main-footer .actions .save:hover,
#main-footer .actions .save-320:hover {
	
	background-position: bottom right;
	
}

#main-footer .actions .send,
#main-footer .actions .send-320 {
	
	background: url(/images/icon-send@2x.png) no-repeat;
	background-size: 24px 48px;
	background-position:top right;
	padding-right: 22px;	

}

#main-footer .actions .send:hover,
#main-footer .actions .send-320:hover {
	
	background-position: bottom right;

}

#main-footer .actions .send-320,
#main-footer .actions .print-320,
#main-footer .actions .save-320, {
	
	display: none;
	
}

#content-home.content, #content-main.content {
	
	width: 100%;
	height: 100%;
	background: url(/images/bg-1.jpg) repeat-y;
	background-size: 100%;

}

#content-home h2 {

	position: absolute;
	color: #ccc;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -100px;	

}

#steps {
	
	text-align: center;
	/* display: table; */
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	
}

#steps-content {
	
	/* display: table-cell;
	vertical-align: middle;	*/
	margin: 100px auto 200px;
	
}

#steps h2 {
	
	font-size: 1.57em;
	font-weight: 500;
	color: #4A4A4A;
	letter-spacing: 0;
	
}

.step-content label {
	
	display: block;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 0.81em;
	font-weight: 500;
	color: #787F7F;
	letter-spacing: 0;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 4px;
	
}

.step-content ul li.row-bottom {
	
	margin-top: 20px;
	
}

.step-content ul li .value .sub {
	
	font-weight: 300;

}

#step6 .step-content label {
	
	text-align: center;
		
}

#step1 .step-content ul,
#step2 .step-content ul {
	
	padding-left: 0;
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	
}

#step1 .step-content ul li,
#step2 .step-content ul li {
	
	display: inline-block;
	list-style: none;
	margin: 10px;
	
}

#step1 .step-content ul li a,
#step2 .step-content ul li a {
	
	width: 386px;
	height: 280px;
	display: inline-block;
	background: rgba(255,255,255,0.30);
	border: 2px solid #C9D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	
}

#step1 .step-content ul li a:hover,
#step2 .step-content ul li a:hover {
	
	/* Rectangle 3: */
	background: rgba(255,255,255,0.50);
	border: 2px solid #1B88BF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	
}

#step1 .step-content ul li a .label,
#step2 .step-content ul li a .label {
	
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.13em;
	font-weight: 500;
	color: #4A4A4A;
	letter-spacing: 0;
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
		
}

#step3 .step-content ul,
#step4 .step-content ul,
#step5 .step-content ul,
#step6 .step-content ul {
	
	padding-left: 0;
	
}

#step3 .step-content ul li,
#step4 .step-content ul li,
#step5 .step-content ul li,
#step6 .step-content ul li {
	
	list-style: none;
	
}

#step6 .step-content {
	
	margin-top: 30px;
	
}

#step6 .step-content .component-description-container {
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: fixed;
	top: 345px;
	left: 0;
	right: 0;
	
}

#step6 .step-content .component-description-container .pointer {
	
	width: 17px;
	display: block;
	position: absolute;
	top: 0;
	margin: 0;
	margin-left: 20px;
	left: -8.5px;
	
}

#step6 .step-content .component-description {
	
	background-color: #fff;
	width: 360px;
	padding: 15px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 5px;
	text-align: left;
	margin: 9px auto 0;
	
}

#step6 .step-content .component-description label {
	
	width: 360px;
	text-align: left;
	font-weight: 500;
	font-size: 1.1em;
	color: #009A65;
	
}

#step6 .step-content .component-description p {
	
	font-size: 1em;
	color: #4A4A4A;
	width: 360px;
	margin: 0 auto;
	text-align: left ;
		
}

#step7 .step-content {
	
	width:620px;
	margin-left: auto ;
	margin-right: auto ;	

}

#step7 .step-content h3 {
	
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.55em;
	font-weight: 500;
	color: #4A4A4A;
	letter-spacing: 0;
	border-top: 6px solid #F3F3F3;
	text-transform: uppercase;
	padding-top: 8px;
	text-align: left;
	
}

#step7 .step-content ul {
	
	list-style: none;
	padding-left: 0;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 70px;
	
}

#step7 .step-content ul ul {
	
	font-size: 1em;
	
}

#step7 .step-content ul li {
	
	margin-bottom: 20px;
	
}

#step7 .step-content ul li .label {
	
	text-transform: uppercase;
	width: 160px;
	display: inline-block;
	float: left;
	margin-right: 20px;	

}

#step7 .step-content ul li.modelNum .value,
#step7 .step-content ul li.comments .value, {
	
	width: auto;

}

#step7 .step-content ul li.required .label {
	
	margin-right: 0px;	

}

#step7 .step-content ul li .value {
	
	color: #009A65;
	width: 440px;
	display: inline-block;	

}

#step7 .step-content ul li .value .value1 {
	
	display: block;
	
}

#step7 .step-content ul li .value .value2 {
	
	color: #4A4A4A;
	font-size: 0.83em;
	
}

#step7 .step-content ul.information li {
	
	display: inline-block;
	width: 300px;
	margin-right: 20px;
	float: left;
		
}

#step7 .step-content ul.information li .value {
	
	width: 300px
		
}

#step7 .step-content ul.information li.even {
	
	margin-right: 0;
	
}

#step7 .step-content ul.information li.modelNum {
	
	width: 620px;	
	
}

#step7 .step-content ul.information li .label {
	
	text-transform: uppercase;
	color: #787F7F;
	width: 100%;
	display: block;
	font-size: 0.7em;
	margin-bottom: 4px;
	
}

#step7 .step-content ul.information li .label .required,
#step7 .step-content ul.information li.required .label {
	
	color: #FC6010;
	
}

#step7 .step-content ul.information input[type=text] {
	
	font-size: 1.2em;
	background: #FFFFFF;
	border: 2px solid #C9D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 41px;
	padding: 0 15px;
	text-align: left;
	vertical-align: top;
	margin-right: 20px;
	width: 266px;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	
}

#step7 .step-content ul.information input[type=text]#modelNum {
	
	width: 586px;
	
}

#step7 .step-content ul.information textarea {
	
	font-size: 1em;
	background: #FFFFFF;
	border: 2px solid #C9D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 150px;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	width: 586px;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	
}

#step7 .step-content ul.information input[type=text]:focus,
#step7 .step-content ul.information textarea:focus {
	
	border: 2px solid #93A0A0;
	
}

#step7 .step-content ul.information li.modelNum,
#step7 .step-content ul.information li.comments,
#step7 .step-content ul.information li.required {
	
	display: block;
	width: 100%;
	margin-right: 0px;
	
}

#components-container {
	
	width:510px;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 100px;
	padding: 20px;
	text-align: center;
	
}

#components-container .components {
	
	margin-left: auto ;
	margin-right: auto ;
	
}

#components-container .components,
#components-container .components .carousel {
	
	width: 380px;
	
}

#components-container .components .carousel .slick-slide {
	
	margin: 0 10px;
	height: 56px;
	opacity: 0.7;
	
}

#components-container .components .carousel .slick-slide:hover {
	
	opacity: 1;
	
}

#components-container .components .carousel .slick-slide a {
	
	display: block;
	width: 100%;
	height: 100%;
	
}

#components-container .back-container {
	
	float: left;
	
}

#components-container .next-container {
	
	float: right;
	
}

#components-container .back-container,
#components-container .next-container {
	
	width: 56px;
	height: 56px;
	
}

#components-container .back-container a,
#components-container .next-container a {
	
	display: inline-block;
	width: 100%;
	height: 100%;
	
}

#components-container .back-container a {
	
	background: url(/images/icon-arrow-back-carousel.png);
	background-size: 45px 45px;
	background-position: 5.5px 5.5px;
	background-repeat: no-repeat;
	
}

#components-container .next-container a {
	
	background: url(/images/icon-arrow-next-carousel.png);
	background-size: 45px 45px;
	background-position: 5.5px 5.5px;
	background-repeat: no-repeat;
	
}

#components-container .back-container.slick-disabled a,
#components-container .next-container.slick-disabled a {
	
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
	
}

#components-container .back-container a:hover,
#components-container .next-container a:hover {
	
	-webkit-filter: brightness(107%); /* Safari 6.0 - 9.0 */
    filter: brightness(107%);	

}

#components-container .back-container.slick-disabled a:hover,
#components-container .next-container.slick-disabled a:hover {
	
	-webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(100%);	
	
}

#visual {
	
	width: 800px; /* 5200 */
	height: 215px; /* 1400 */
	position: relative;
	padding: 0;
	margin: 0 auto;
	
}

#visual.doublepopup {
	
	height: 400px; /* 2600 */
	
}

#visual .loading {
	
	position: absolute;
	top: 50%;
	margin: -20px auto 0;
	left: 0;
	right: 0;
	
}

#visual .ports {
	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#visual .ports li {
	
	display: inline-block;
	width: 55.5px;
	height: 55.5px;
	background-color: #000;
	background-size: 100%;
	
}

#visual.simpleforum .ports {

	padding-top: 80px;
	
}

#visual.simpleforum .ports li {
	
	margin-left: 11.5px;
	margin-right: 11.5px;
	
}

#visual.simplepopup .ports {

	padding-top: 80.5px;
	
}

#visual.simplepopup .ports li {
	
	margin-left: 11.5px;
	margin-right: 11.5px;
	
}

#visual.doublepopup .ports {

	padding-top: 98.5px;
	
}

#visual.doublepopup .ports2 {

	padding-top: 88.5px;
	
}

#visual.doublepopup .ports li {
	
	margin-left: 11.5px;
	margin-right: 11.5px;
	
}

#visual.powerdrawer .ports {

	padding-top: 80px;
	
}

#visual.powerdrawer .ports li {
	
	margin-left: 11.5px;
	margin-right: 12px;
	
}

#visual.powerdrawer .ports #port4 {
	
	margin-left: 48px;
	
}

#visual.powerdrawer .ports #port3 {
	
	margin-right: 48px;
	
}

#visual .port.glow {
	
	background-color: #5ABFF2;
	-webkit-transition: box-shadow 0.5s linear, background-color 0.5s linear;
	-moz-transition: box-shadow 0.5s linear, background-color 0.5s linear;
	transition: box-shadow 0.5s linear, background-color 0.5s linear;
	
}

#visual .port.glow.glowing {
	
	background-color: #8ED9FF;
	-webkit-box-shadow: 0 0 9px 5px #5ABFF2;
	-moz-box-shadow: 0 0 9px 5px #5ABFF2;
	box-shadow: 0 0 9px 5px #5ABFF2;

}

#steps-content.step1 #visual, #steps-content.step2 #visual {
	
	display: none;
	
} 

#seriesSelector {
	
	margin: 0;
	padding: 40px 0;
	list-style: none;
	text-align: center;
	top: 50%;
	position: absolute;
	margin-top: -120px;
	width: 100%;

}

#seriesSelector li {
	
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 10px;
	
}

#seriesSelector a {
	
	background-color: rgba(0,0,0,0.2);
	display: block;
	width: 180px;
	height: 180px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	
}

#seriesSelector a img {
	
	width: 100%;
	
}

#seriesSelector a:hover {
	
	background-color: rgba(0,0,0,0.3);
	
}

#seriesSelector label {
	
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #efefef;
	font-size: 15px;
	margin-top: 10px;
	
}

#content-main {
	
}

#slots {
	
	padding-left: 0;
	clear: both;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	height: 320px;
	position: relative;
		
}

#orderPreview .slots {
	
	margin-top: 0;
	top: 0 !important;
	left: 0;
	
}

#orderPreview .panelItem h3 {
	
	font-size: 15px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
	
}

#orderPreview .panelItem p {
	
	margin-bottom: 0;
	
}

#orderPreview select {
	
	width: 190px;
	height: 30px;
	margin-bottom: 12px;
	border: 1px solid #b4b4b4;
	color: #000;
	font-size: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	
}

#orderPreview .required {
	
	color: #d60000;
	
}

#orderPreview select.error {

	border: 1px solid #d60000;
	
}

.slotContainer {
	
	list-style: none;
	width: 115px;
	height: 320px;
	display: inline-block;
	margin-right: 1px;
	position: relative;
	
}

.slotContainer.hasProxy .slotButton {
	
	width: 230px;
	
}

.slotContainerProxy {
	
	margin-right: 0px;
	
}

.slotContainerProxy .slotButton {
	
	display: none;
	
}

.slot {
	
	width: 115px;
	height: 295px;
	background-color: rgba(0,0,0,0.2);
	
}

.slotButton {
	
	width: 115px;
	height: 295px;
	background-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	
}

.slot-filledByProxy {
	
	background-color: transparent;
	
}

.slotContainer .editing {
	
	background-color: rgba(0,0,0,0.1);
	
}

.slotButton:hover {
	
	background-color: rgba(0,0,0,0.1);
	
}

.slot-filledByProxy:hover {
	
	background-color: transparent;
	
}

.slotAddButton {
	
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	position: relative;
	
}

.slot .loading {
	
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	position: relative;
	
}

.slotLabel {
	
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-top: 10px;
	
}

.slotContainer .customComponentContainer {
	
	position: absolute;
	left: 0;
	width: 115px;
	height: 0px;
	background-color: transparent;
	
}

.slotContainer .customComponentContainer-1 {
	
	top: 31px;
	
}

.slotContainer .customComponentContainer-1.retractor {
	
	top: 48px;
	left: 23px;
	
}

.slotContainer.double .customComponentContainer-1.retractor {
	
	top: 48px;
	left: 12px;
	
}

.slotContainer .customComponentContainer-2 {
	
	top: 106px;
	
}

.slotContainer .customComponentContainer-2.retractor {
	
	top: 48px;
	left: 81px;
	
}

.slotContainer .customComponentContainer-3 {
	
	top: 181px;
	
}

.slotContainer .customComponentContainer-3.retractor {
	
	top: 48px;
	left: 150px;
	
}

.slotContainer .customComponentContainer .loading {
	
	margin-top: 20px;
	
}

#panel .slotLabel {
	
	display: inline-block;
	
}

#orderPreview .slotLabel {
	
	color: #000;
	
}

#panelInspector {
	
	width: 325px;
	height: 385px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #00f;
	top: 50%;
	position: relative;
	
}

#panelInspector.double {
	
	width: 475px;
	
}

#panel, #panelInformation {
	
	width: 150px;
	height: 385px;
	float: left;
	color: #cccccc;
	font-size: 12px;
	
}

#panel {
	
	/*background-color: rgba(0,0,0,0.3);*/
	margin-right: 25px;
	
}

#panel.double {
	
	width: 300px;
	
}

#panelInformation {
	
	text-align: left;
	
}

#panelInformation label {

	color: #ccc;
	display: inline-block;
	width: 60px;

}

#panelInformation .description {
	
	font-size: 0.9em;
	
}

#panelInformation .description .small {
	
	font-size: 0.9em; 
	
}

#panelInformation h2 {
	
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 2px;
	
}

#panelInformation p {

	margin-bottom: 0;

}

#panelInformation #addPanelButton {
	
	background: url(/images/icon-add-white.png) no-repeat;
	background-size: 15px;
	background-position: right 7px top 7px;
	
}

body.mobile #panelInformation #addPanelButton {
	
	background-position: 128px 7px;
	
}

#panelInformation #cancelPanelButton,
#panelInformation #closeInspectorButton2 {
	
	background: url(/images/icon-close-purple.png) no-repeat;
	background-size: 12px;
	background-position: right 8px top 8px;
	
}

body.mobile #panelInformation #cancelPanelButton,
body.mobile #panelInformation #closeInspectorButton2 {
	
	background-position: 130px 8px;
	
}

#panelInformation #deletePanelButton {
	
	background: url(/images/icon-trash-purple.png) no-repeat;
	background-size: 12px;
	background-position: right 8px top 8px;
	
}

body.mobile #panelInformation #deletePanelButton {
	
	background-position: 130px 8px;
	
}

#panelInformation #editPanelButton, #panelInformation #updatePanelButton {
	
	background: url(/images/icon-ok-white.png) no-repeat;
	background-size: 16px;
	background-position: right 7px top 9px;	

}

body.mobile #panelInformation #editPanelButton,
body.mobile #panelInformation #updatePanelButton {
	
	background-position: 127px 9px;
	
}

#panelInformation #addPanelButton, 
#panelInformation #updatePanelButton, 
#panelInformation #cancelPanelButton, 
#panelInformation #editPanelButton, 
#panelInformation #deletePanelButton, 
#panelInformation #movePanelButtonContainer,
#notification #okButton,
#panelInformation #closeInspectorButton2 {
	
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	

}

#panelInformation #addPanelButton a, 
#panelInformation #updatePanelButton a, 
#panelInformation #cancelPanelButton a, 
#panelInformation #editPanelButton a, 
#panelInformation #deletePanelButton a,
#notification #okButton a,
#panelInformation #closeInspectorButton2 a {

	text-decoration: none;
	display: block;
	width: 132px;
	height: 12px;
	padding: 6px 9px 12px;

}

#panelInformation #addPanelButton a, 
#panelInformation #updatePanelButton a, 
#panelInformation #editPanelButton a,
#notification #okButton a {
	
	color: #fff; 
	
}

#panelInformation #cancelPanelButton a,
#panelInformation #deletePanelButton a,
#panelInformation #movePanelButtonContainer a,
#panelInformation #closeInspectorButton2 a {
	
	color: #6866a0;
	
}

#panelInformation #movePanelLeftButton {

	background: url(/images/icon-left-purple.png) no-repeat;
	background-size: 9px;
	background-position: 10px 8px;

}

#panelInformation #movePanelRightButton {

	background: url(/images/icon-right-purple.png) no-repeat;
	background-size: 9px;
	background-position: 10px 8px;

}

#panelInformation #movePanelLeftButton, #panelInformation #movePanelRightButton {
	
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	padding: 6px 9px 12px;
	float: left;
	
}

#notification #okButton {

	width: 100px;
	text-align: center;	
	float: left;
	margin-left: 115px;
	
}

#notification #okButton a {
	
	width: 82px;
	
}

#panelInformation #addPanelButton, 
#panelInformation #updatePanelButton, 
#panelInformation #editPanelButton,
#notification #okButton {
	
	background-color: #6866a0;

}

#panelInformation #cancelPanelButton, 
#panelInformation #deletePanelButton, 
#panelInformation #cancelPanelButton, 
#panelInformation #movePanelButtonContainer,
#panelInformation #closeInspectorButton2 {
	
	background-color: #fff;
	margin-top: 7px;

}

#panelInformation #cancelPanelButton.only {
	
	margin-top: 37px;
	
}

#checkoutButton {
	
	background: #6866a0 url(/images/icon-right-white.png) no-repeat;
	background-size: 9px;
	background-position: right 8px top 7px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 225px;
	z-index: 140;
	position: absolute;
	right: 25px;
	bottom: 25px;
	border: 1px solid #fff;
	
}

body.mobile #checkoutButton {
	
	background-position: 208px 7px;
	
}

#sendButton {
	
	background: #6866a0 url(/images/icon-right-white.png) no-repeat;
	background-size: 9px;
	background-position: right 8px top 7px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 225px;
	border: 1px solid #6866a0;
	float: right;
	margin-top: 14px;
	margin-left: 5px;
	margin-right: 14px;
		
}

body.mobile #sendButton {
	
	background-position: 208px 7px;
	
}

#saveButton, #printButton, #backButton {
	
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 125px;
	border: 1px solid #6866a0;
	float: right;
	margin-top: 14px;
	margin-left: 5px;
	
}

#backButton {
	
	text-align: right;
	background: #fff url(/images/icon-left-purple.png) no-repeat;
	background-size: 9px;
	background-position: 8px 8px;
	
}

#printButton {
	
	background: #fff url(/images/icon-print-purple.png) no-repeat;
	background-size: 18px;
	background-position: right 8px top 8px;
	
}

body.mobile #printButton {
	
	background-position: 100px 8px;
	
}

#saveButton {
	
	background: #fff url(/images/icon-star-purple.png) no-repeat;
	background-size: 21px;
	background-position: right 5px top 5px;	

}

body.mobile #saveButton {
	
	background-position: 100px 5px;
	
}

#checkoutButton a, #sendButton a {
	
	text-decoration: none;
	display: block;
	width: 207px;
	height: 12px;
	padding: 6px 9px 12px;
	color: #fff; 
	
}

#saveButton a, #printButton a, #backButton a {
	
	text-decoration: none;
	display: block;
	width: 107px;
	height: 12px;
	padding: 6px 9px 12px;
	color: #6866a0; 
	
}

#orderButtonContainer {
	
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 11px;
	left: 11px;
	z-index: 540;
	height: 60px;
	border-top: 1px solid #dcdcdc;

}

#orderPreview {
	
	padding: 0 14px 30px;
	
}

#orderPreview p {
	
	margin-top: 0;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 15px;
	
}

#orderPreview h2 {
	
	margin-top: 30px;
	text-transform: uppercase;
	color: #6866a0;
	font-size: 16px;
	border-bottom: 1px solid #d8d8d8;	

}

#orderPreview .orderDetailsCol1, #orderPreview .orderDetailsCol2 {
	
	float: left;
	width: 50%;
	
}

#orderPreview label {
	
	display: block;
	text-transform: uppercase;
	font-size: 12px;	
	margin-bottom: 5px;

}

#orderPreview label.error {
	
	color: #d60000;
	
}

.numstepper {
	
	width: 120px;
	height: 45px;
	vertical-align: top;
	display: inline-block;
	
}

.numstepper .numstepper-up, .numstepper .numstepper-down {
	
	width: 60px;
	height: 45px;
	display: inline-block;
	
}

.numstepper a {
	
	display: inline-block;
	width: 57px;
	height: 41px;
	border: 2px solid #C9D1D1;

}

.numstepper .numstepper-up a {
	
	background: url(/images/icon-arrow-up@2x.png) no-repeat rgba(255,255,255,0.30);
	background-size: 19px 14px;
	background-position: center center;

}

.numstepper .numstepper-down a {
	
	background: url(/images/icon-arrow-down@2x.png) no-repeat rgba(255,255,255,0.30);
	background-size: 19px 14px;
	background-position: center center;

}

.numstepper .numstepper-up a:hover {
	
	background: url(/images/icon-arrow-up@2x.png) no-repeat rgba(255,255,255,1);
	background-size: 19px 14px;
	background-position: center center;

}

.numstepper .numstepper-down a:hover {
	
	background: url(/images/icon-arrow-down@2x.png) no-repeat rgba(255,255,255,1);
	background-size: 19px 14px;
	background-position: center center;

}

.numstepper .numstepper-up a:active {

	background: url(/images/icon-arrow-up@2x.png) no-repeat rgba(216,216,216,0.30);
	background-size: 19px 14px;
	background-position: center center;
	border: 2px solid #B9C1C1;
	border-right: 1px solid #B9C1C1;

}

.numstepper .numstepper-down a:active {

	background: url(/images/icon-arrow-down@2x.png) no-repeat rgba(216,216,216,0.30);
	background-size: 19px 14px;
	background-position: center center;
	border: 2px solid #B9C1C1;
	border-left: 1px solid #B9C1C1;

}

.numstepper .numstepper-up a.disabled, .numstepper .numstepper-down a.disabled {
	
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */

}

.numstepper .numstepper-up a:hover.disabled, .numstepper .numstepper-up a:active.disabled {
	
	background: url(/images/icon-arrow-up@2x.png) no-repeat rgba(255,255,255,0.30);
	background-size: 19px 14px;
	background-position: center center;
	border: 2px solid #C9D1D1;
	border-right: 1px solid #C9D1D1;
	
}

.numstepper .numstepper-down a:hover.disabled, .numstepper .numstepper-down a:active.disabled {
	
	background: url(/images/icon-arrow-down@2x.png) no-repeat rgba(255,255,255,0.30);
	background-size: 19px 14px;
	background-position: center center;
	border: 2px solid #C9D1D1;
	border-left: 1px solid #C9D1D1;
	
}

.numstepper .numstepper-up a {
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #C9D1D1;
	
}

.numstepper .numstepper-down a {
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid #C9D1D1;
	
}

input.numericstepper {
	
	font-size: 1.45em;
	background: #FFFFFF;
	border: 2px solid #C9D1D1;
	border-radius: 5px;
	width: 146px;
	height: 41px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	margin-right: 20px;
	
}

.ddown {
	
	background: #FFFFFF;
	border: 2px solid #C9D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 286px;
	height: 41px;
	background: url(/images/icon-arrow-down@2x.png) no-repeat rgba(255,255,255,1);
	background-size: 19px 14px;
	background-position: center right 15px;1
	text-align: left;
	margin-left: auto;
	margin-right: auto;	

}

#d-region.ddown {
	
	margin: 0;
	width: 296px;
	
}

select.dropdown {
	
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background: transparent;
	border: none;
	font-size: 1.15em;
	height: 41px;
	width: 286px;
	padding: 5px 15px;
   	
}

select#region.dropdown {
	
	width: 295px;
	padding: 5px 40px 5px 15px;
	
}

select.dropdown::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select.dropdown {
        background-image:none\9;
        padding: 5px\9;
    } 
}

#orderPreview input[type=text] {
	
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	height: 30px;
	border: 1px solid #b4b4b4;
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;

}

#orderPreview input[type=text].error {
	
	border: 1px solid #d60000;

}

#orderPreview textarea {
	
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	height: 30px;
	border: 1px solid #b4b4b4;
	color: #000;
	font-size: 15px;
	padding: 10px;
	height: 125px;

}

#panelInformation #movePanelLeftButton {
	
	border-right: 1px solid #b3b2cf;
	
}

#panelInformation #movePanelRightButton {
	
	border-left: 1px solid #b3b2cf;
	
}

#panelInformation #movePanelLeftButton.disabled, #panelInformation #movePanelRightButton.disabled {
	
	color: #e1e0ec;
	
}

#panelInformation #movePanelLeftButton.disabled {
	
	background: url(/images/icon-left-purple-disabled.png) no-repeat;
	background-size: 9px;
	background-position: 10px 8px;
	
}

#panelInformation #movePanelRightButton.disabled {
	
	background: url(/images/icon-right-purple-disabled.png) no-repeat;
	background-size: 9px;
	background-position: 10px 8px;
	
}

#panelInformation #movePanelButtonContainer label {
	
	text-decoration: none;
	display: block;
	width: 70px;
	height: 12px;
	padding: 6px 9px 12px;
	float: left;
	text-align: center;
	color: #6866a0;
	
}

#panelInformation .actions {
	
	position: absolute;
	top: 100%;
	margin-top: -67px;
	
}

#panelInformation .actions-inspect {
	
	margin-top: -104px;
	
}

#panelInformation .actions-inspect-remove {
	
	margin-top: -144px;
	
}

#panel .loading {
	
	position: relative;
	top: 50%;
	margin-top: -192px;
	
}

.panelImageCustom .loading {
	
	/* For Custom panel */
	position: absolute !important;
	top: 50% !important;
	margin-top: -16px !important;
	margin-left: -16px;
	
}

.panelImageCustom .customComponentSlot {
	
	width: 150px;
	height: 90px;
	display: block;
	position: absolute;
	/* background-color: rgba(0,0,0,0.5); */
	left: 0px;
	cursor: pointer;
	
}

.panelImageCustom .customComponentSlot.retractor {
	
	width: 90px;
	height: 104px;
	display: block;
	position: absolute;
	/* background-color: rgba(0,0,0,0.5); */
	left: 0px;
	cursor: pointer;
	
}

.panelImageCustom .tinter {
	
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 150px;
	height: 385px;
	display: none;
	
}

#panel.double .panelImageCustom.retractor .tinter {

	width: 300px;

}

.panelImageCustom .customComponentSlot-A {
	
	top: 40px;
	
}

.panelImageCustom .customComponentSlot-A.retractor {
	
	top: 63px;
	left: 30px;
	
}

#panel.double .panelImageCustom .customComponentSlot-A.retractor {
	
	top: 63px;
	left: 15px;
	
}

.panelImageCustom .customComponentSlot-B {
	
	top: 138px;
	
}

.panelImageCustom .customComponentSlot-B.retractor {
	
	top: 63px;
	left: 105px;
	
}

.panelImageCustom .customComponentSlot-C {
	
	top: 236px;
	
}

.panelImageCustom .customComponentSlot-C.retractor {
	
	top: 63px;
	left: 195px;
	
}

#inspectNextSlotButton, #inspectPreviousSlotButton {
	
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;	
	cursor: pointer;
	
}

#inspectNextSlotButton {
	
	right: 15px;

}

#inspectPreviousSlotButton {
	
	left: 15px;

}

#inspectNextSlotButton img, #inspectPreviousSlotButton img {

	width: 100%;	
	
}

#total {
	
	z-index: 550;
	color: #cccccc;
	position: absolute;
	top: 75px;
	right: 8px;
	font-size: 15px;
	padding: 6px 12px;
	border-radius:5px;	
	background-color: transparent;
	box-shadow: none;
	
}

#total:hover {
	
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
	
}

#total .label {
	
	font-weight: 500;
	font-size: 18px;
	color: #7D7D7D;
	letter-spacing: 0;
	margin-right: 5px;

}

#total .value {
	
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #009A65;
	letter-spacing: 0;

}

#total .instructions a,
#total .instructions a:hover,
#total .instructions a:visited {
	
	font-size: 16px;
	color: #1B88BF;
	text-decoration: none;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 3px solid #F3F3F3;
	display: block;
	text-align: center;
	
}

#orderTotalContainer.checkout {
	
	color: #6866a0;
	
}

#total .dollarSymbol, #total .price {
	
	color: #efefef;
	
}

#total.checkout .dollarSymbol, #total.checkout .price {
	
	color: #6866a0;
	
}

#category-nav, #category-component-nav, #category-retractorcomponent-nav {
	
	float: left;
	width: 34px;
	margin: 0;
	padding: 4px 0 0 0;
	background-color: #c1c1c1;
	
}

#category-nav li, #category-component-nav li, #category-retractorcomponent-nav li {
	
	display: inline-block;
	width: 34px;
	border-bottom: 1px solid #a8a8a8;
	background-color: #c1c1c1;

}

#category-nav li.first, #category-component-nav li.first, #category-retractorcomponent-nav li.first {
	
	border-top: 1px solid #a8a8a8;
	
}

#category-nav li.selected, #category-component-nav li.selected, #category-retractorcomponent-nav li.selected {
	
	background-color: #f0f0f0;
	
}

#category-nav li a, #category-component-nav li a, #category-retractorcomponent-nav li a {
	
	display: inline-block;
	width: 26px;
	padding: 5px 7px 5px 3px;

}

#category-nav li img, #category-component-nav li img, #category-retractorcomponent-nav li img {
	
	width: 100%;
	
}

#category-panel-container {
	
	width: 225px;
	height: 450px;
	overflow: hidden;
	border-right: 1px solid #e2e2e8;
	
}

#drawerOptions {
	
	border-right: 1px solid #e2e2e8;
	width: 225px;
	float: left;
	
}

#category-filter {
	
	width: 195px;
	padding: 15px;
	border-bottom: 1px solid #e2e2e8;
	
}

#category-filter select {
	
	width: 190px;
	height: 30px;
	margin-bottom: 12px;
	border: 1px solid #6866a0;
	color: #9594bb;
	font-size: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	
}

#category-filter select#filter-wiring {
	
	margin-bottom: 0;
	
}

#category-panel {

	left: 0px;
	position: relative;	
	width: 195px;
	height: 340px;
	padding: 15px;
		
}

#category-panel.custom {
	
	height: 340px;
	
}

.panel-item, .component-item {
	
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 58px;
	height: 58px;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	

}

.panel-item-selected, .component-item-selected {
	
	border: 1px solid #6c6e6f;
	
}

.panel-item-edge, .component-item-edge {
	
	margin-right: 0;
	
}

.panel-item img, .component-item img {
	
	height: 54px;
	width: auto;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	
}

.component-item img {
	
	height: 29px;
	margin-top: 15px;
	
}

#category-pagination {
	
	clear: both;
	list-style: none;
	padding-left: 0;
	text-align: center;
	
}

#category-pagination-previous, #category-pagination-next {
	
	width: 26px;
	height: 26px;
	margin-top: -38px;
	
}

#category-pagination-previous img, #category-pagination-next img {
	
	width: 100%;
	
}

#category-pagination-previous {
	
	float: left;
	margin-left: 20px;	

}

#category-pagination-next {
	
	float: right;
	margin-right: 20px;	

}

#category-pagination li {
	
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	
}

#category-pagination li img {
	
	width: 100%;
	
}

#category-pagination li.selected a {
	
	text-decoration: none;
	font-weight: bold;
	
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* Notification-specific styles */
#notificationContainer {
	
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	z-index: 650;

}

#notification {
	
	width: 520px;
	background-color: #fff;
	padding: 40px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -100px;

}

#notification .icon {
	
	width: 68px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	
}

#notification .icon img {
	
	width: 100%;
	
}

#notification .content {
	
}

#notification .content h3 {
	
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.55em;
	color: #4A4A4A;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
	
}

#notification .content p {
	
	color: #4A4A4A;
	margin-top: 0;
	margin-bottom: 20px;
	
}

#notification a.close:link, 
#notification a.close:visited {
	
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(/images/icon-close-2x.png) no-repeat;
	background-size: 28px 28px;
	background-position: center;
	right: 20px;
	top: 20px;
	
}

#notification a.close:hover {
	
	background-size: 30px 30px;
	
}

#notificationContainer.totalOverwrite #notification .value {
	
	font-weight: 500;
	font-size: 18px;
	color: #009A65;
	letter-spacing: 0;
	display: inline-block;
	margin: 8px;	
	
}

#notification form {
	
	text-align: center;
	
}

#notification form input[type=text] {
	
	font-size: 1.2em;
	background: #FFFFFF;
	border: 2px solid #C9D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 41px;
	padding: 0 15px;
	text-align: left;
	vertical-align: top;
	margin-right: 5px;
	width: 166px;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	
}

#notification form input[type=text]:focus {
	
	border: 2px solid #93A0A0;
	
}

.component-description-container a.close:link, 
.component-description-container a.close:visited {
	
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(/images/icon-close-2x.png) no-repeat;
	background-size: 25px 25px;
	background-position: center;
	top: 20px;
	display: none;
	
}

#notification .content a:link, #notification .content a:visited {
	
	color: #1B88BF;
	text-decoration: underline;
	
}

#notification .content a:hover {
	
	color: #2FA2DC;
	
}

.step-content .actions {
	
	margin-top: 20px;
	
}

#step6 .step-content .actions {
	
	margin-top: 60px;
	
}

#notification .actions,
.step-content .actions a {
	
	text-align: center;
	
}

#notification .actions a.primary,
#notification .actions a.primary:visited,
.step-content .actions a.primary,
.step-content .actions a.primary:visited {
	
	display: inline-block;
	padding: 9px 22px;
	color: #fff;
	background-color: #1B88BF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #1B88BF;
	-webkit-transition: border 0.2s linear, background-color 0.2s linear;
	-moz-transition: border 0.2s linear, background-color 0.2s linear;
	transition: border 0.2s linear, background-color 0.2s linear;
	font-weight: 500;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	
}

.step-content .actions a.primary,
.step-content .actions a.primary:visited {
	
	width: 240px;
	
}

#notification .actions a.primary:hover,
.step-content .actions a.primary:hover {
	
	background-color: #2FA2DC;
	border: 2px solid #2FA2DC;
	
}

#notification .actions a.secondary,
#notification .actions a.secondary:visited {
	
	display: inline-block;
	padding: 9px 22px;
	color: #1B88BF;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #1B88BF;
	-webkit-transition: border 0.2s linear, color 0.2s linear;
	-moz-transition: border 0.2s linear, color 0.2s linear;
	transition: border 0.2s linear, color 0.2s linear;
	font-weight: 500;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	
}

#notification .actions a.secondary:hover {
	
	color: #2FA2DC;
	border: 2px solid #2FA2DC;
	
}

/* Preview-specific styles */

body.preview {
	
	background-color: #fff;
	
}

body.preview #printButton {
	
	margin-top: 14px;
	margin-left: 5px;
	margin-right: 14px;
	
}

body.preview .content {
	
	background: none;
	background-color: #fff;
	
}

/* Responsive */
/*
	> 1024: OK as-is
	
*/

/* Tablet */
@media only screen and (max-width: 1023px) {

	#steps-content {
		
		/* display: table-cell;
		vertical-align: middle;	*/
		margin: 120px auto 200px;
		
	}
    
    #step1 .step-content ul,
	#step2 .step-content ul {
		
		padding-left: 0;
		width: 748px;
		margin-left: auto;
		margin-right: auto;
		
	}

	#step1 .step-content ul li a,
	#step2 .step-content ul li a {
		
		width: 350px;
		height: 254px;
		display: inline-block;
		background: rgba(255,255,255,0.30);
		border: 2px solid #C9D1D1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		
	}

	#visual {
		
		width: 748px; /* 800 */
		height: 201px; /* 215 */
		position: relative;
		padding: 0;
		margin: 0 auto;
		
	}

	#visual.simpleforum .ports {
	
		padding-top: 75px; /* 80 */
		
	}

	#visual .ports li {
		
		display: inline-block;
		width: 52px; /* 55.5 */
		height: 52px;
		background-color: #000;
		background-size: 100%;
		
	}

	#visual.simpleforum .ports li {
		
		margin-left: 10.5px; /* 11.5 */
		margin-right: 11px;
		
	}

	#visual.simplepopup .ports {
	
		padding-top: 75px;
		
	}
	
	#visual.simplepopup .ports li {
		
		margin-left: 10.5px;
		margin-right: 11px;
		
	}

	#visual.doublepopup .ports {
	
		padding-top: 92px;
		
	}

	#visual.doublepopup .ports2 {
	
		padding-top: 82px;
		
	}

	#visual.doublepopup .ports li {
		
		margin-left: 10.5px;
		margin-right: 11px;
		
	}

	#visual.powerdrawer .ports {
	
		padding-top: 75px;
		
	}

	#visual.powerdrawer .ports li {
		
		margin-left: 10.5px;
		margin-right: 11px;
		
	}

	#visual.powerdrawer .ports #port4 {
		
		margin-right: 45px;
		
	}
	
	#visual.powerdrawer .ports #port3 {
		
		margin-left: 45px;
		
	}

	#step6 .step-content .component-description-container .close {
		
		display: block;
		
	}
    
}

/* Phones */
@media only screen and (max-width: 767px) {
	
	#main-header {
		
		width: 100%;
		position: absolute;
		height: 45px;
		padding-top: 10px;
		
	}

	img.logo {
		
		width: 96px;
		
	}

	#main-header img.logo {
	
		margin-left: 10px;
		display: block;
		float: none;		

	}

	#main-header h1 {
		
		display: inline-block;
		clear: both;
		
	}
	
	#main-header a {
		
		text-decoration: none;
		
	}

	h1 {
		
		font-size: 0.9em;
		margin-left: 10px;
		
	}
	
	#main .splash h1 {
		
		margin-left: 0;
		
		
	}
	
	#main .loading {
		
		font-size: 0.7em;
		
	}

	#main .loading img.loadingimg {
		
		width: 30px;
		height: 30px;
		
	}

	#main-header a#newconfig {
		
		display: none;
		
	}
	
	#main-header a#newconfig-320 {
		
		display: inline;
		float: right;
		font-size: 16px;
		color: #1B88BF;
		text-decoration: none;
		margin-top: -12px;
		margin-right: 10px;
		
	}
	
	#main-header a#newconfig:hover {
		
		text-decoration: underline;
		
	}

	#steps-content {
		
		margin: 20px auto 200px;
		
	}

	#steps h2 {
		
		font-size: 1.15em;
		
	}

	#step1 .step-content ul,
	#step2 .step-content ul {
		
		padding-left: 0;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		
	}

	#step1 .step-content ul li,
	#step2 .step-content ul li {
		
		margin: 5px;
		
	}

	#step1 .step-content ul li a,
	#step2 .step-content ul li a {
		
		width: 141px;
		height: 102px;
		display: inline-block;
		background: rgba(255,255,255,0.30);
		border: 2px solid #C9D1D1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		
	}

	#step1 .step-content ul li a:hover,
	#step2 .step-content ul li a:hover {
		
		/* Rectangle 3: */
		background: rgba(255,255,255,0.50);
		border: 2px solid #1B88BF;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
		
	}

	#step1 .step-content ul li a .label,
	#step2 .step-content ul li a .label {
		
		font-size: 0.75em;
		bottom: 6px;
			
	}
	
	#total {
		
		color: #cccccc;
		top: auto;
		margin-top: 62px;
		position: relative;
		font-size: 15px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 80%;
		right: auto;		
	}

	#total .label {
		
		font-size: 14px;
	
	}
	
	#total .value {
		
		font-size: 14px;
	
	}

	#visual {
		
		width: 320px; /* 5200 */
		height: 86px; /* 1400 */
		position: relative;
		padding: 0;
		margin: 0 auto;
		
	}

	#visual .ports li {
		
		width: 22px;
		height: 22px;
		
	}

	#visual.simpleforum .ports {
	
		padding-top: 32px;
		
	}

	#visual.simpleforum .ports li {
		
		margin-left: 4.5px;
		margin-right: 5px;
		
	}

	#visual.simplepopup .ports {
		
		padding-top: 32px;
		
	}
	
	#visual.simplepopup .ports li {
		
		margin-left: 4.5px;
		margin-right: 5px;
		
	}
	
	#visual.doublepopup {
		
		height: 162px;
		
	}
	
	#visual.doublepopup .ports {
		
		padding-top: 39.5px;
		
	}
	
	#visual.doublepopup .ports2 {
		
		padding-top: 33px;
		
	}
	
	#visual.doublepopup .ports li {
		
		margin-left: 4.5px;
		margin-right: 5px;		

	}
	
	#visual.powerdrawer .ports {
		
		padding-top: 32px;
		
	}
	
	#visual.powerdrawer .ports li {
		
		margin-left: 4.75px;
		margin-right: 5px;		

	}

	#visual.powerdrawer .ports #port4 {
		
		margin-right: 19px;	
		
	}	

	#visual.powerdrawer .ports #port3 {
		
		margin-left: 19px;
		
	}

	#breadcrumb {
		
		display: none !important;
		
	}
	
	#main-footer {
		
		padding: 13px 0;
		
	}

	#main-footer .next, 
	#main-footer .back,
	#main-footer .actions a {
		
		margin-right: 10px;
		margin-left: 10px;
		
	}

	#main-footer .next {
		
		padding-right: 0;
		
	}
	
	#main-footer .back {
		
		padding-left: 0;
		
	}

	#step7 .step-content {
		
		width:280px;
	
	}

	#step7 .step-content h3 {
		
		font-size: 1.15em;
		
	}

	#step7 .step-content ul {
		
		font-size: 1em;
		margin-bottom: 50px;
		
	}
		
	#step7 .step-content ul.information li {
		
		width: 280px;
		margin-right: 0;
		
	}

	#step7 .step-content ul li .label {
		
		margin-right: 0;	
		
	}

	#step7 .step-content ul li .value,
	#step7 .step-content ul.information li .value {
	
		width: 280px;	
		
	}	
	
	#step7 .step-content ul.information input[type=text], #step7 .step-content ul.information input[type=text]#modelNum {
		
		width: 256px;
		padding: 0 10px;
		margin-right: 0;
		
	}	

	#step7 .step-content ul.information textarea {

		height: 100px;
		padding: 10px 10px;
		width: 256px;		
		
	}

	select#region.dropdown {
		
		width: 276px;
		padding: 5px 40px 5px 10px;
		
	}

	#d-region.ddown {
		
		width: 276px;
		
	}
	
	#main-footer .actions {
		
		padding-right: 0;
		
	}
	
	#main-footer .actions .send,
	#main-footer .actions .print,
	#main-footer .actions .save {
		
		display: none;
		
	}

	#main-footer .actions .send-320,
	#main-footer .actions .print-320,
	#main-footer .actions .save-320 {
		
		display: inline !important;
	
	}	
	
	#components-container {
		
		width: 320px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 0px;
		padding: 15px 0;

	}
	
	#components-container .back-container, 
	#components-container .next-container {
		
		width: 45px;
		height: 45px;
		
	}
	
	#components-container .back-container {
		
		margin-left: 10px;
		
	}
	
	#components-container .next-container {
		
		margin-right: 10px;
		
	}
	
	#components-container .back-container a,
	#components-container .next-container a {
		
		background-position: 0;
		
	}

	#components-container .components, 
	#components-container .components .carousel	{
		
		width: 188px;
		
	}
	
	#components-container .components .carousel .slick-slide {
		
		height:43px;
		
	}
	
	#step6 .step-content .component-description-container {
		
		margin-top: 5px;
		
	}

	#step6 .step-content .component-description-container .pointer {
		
		margin: 0px;
		margin-left: 13px;
		
	}
	
	#step6 .step-content .component-description-container .close {
		
		display: block;
		
	}
	
	#step6 .step-content .component-description {
		
		width: 270px;
		
	}
	
	#step6 .step-content .component-description label,
	#step6 .step-content .component-description p {
		
		width: auto;
		
	}
	
	#notification {
		
		width: 260px;
		height: 420px;
		padding: 20px;
		position: absolute;
		margin-left: -150px;
		overflow-y: scroll;

	}
	
	#notificationContainer.totalOverwrite #notification {
		
		height: auto;
		
	}
	
	#notification .content h3 {
		
		font-size: 1.15em;
		
	}
	
	#notificationContainer.totalOverwrite a.primary {
		
		margin-top: 10px;
		
	}
	
	#notification .actions a.primary, 
	#notification .actions a.primary:visited {
		
		display: block;
		margin-bottom: 10px;
		
	}
	
	#notification .actions a.secondary, 
	#notification .actions a.secondary:visited {
		
		display: block;
		margin-bottom: 10px;
		
	}
	
}