body {
	background-color: #EEEEEE;
	font-family: 'texgyreheroscn', Helvetica, sans-serif;
}

h1 {
	color: white;
	font-size: 18px;
	line-height: 30px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin: 0;
	font-family: 'texgyreheroscn', Helvetica, sans-serif;
}

input, button, select, textarea {
	font-family: 'texgyreheroscn', Helvetica, sans-serif;
}

.btn-success {
	background: #007435;
	background: -moz-linear-gradient(top,  #007435 0%, #03b567 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007435), color-stop(100%,#03b567));
	background: -webkit-linear-gradient(top,  #007435 0%,#03b567 100%);
	background: -o-linear-gradient(top,  #007435 0%,#03b567 100%);
	background: -ms-linear-gradient(top,  #007435 0%,#03b567 100%);
	background: linear-gradient(to bottom,  #007435 0%,#03b567 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007435', endColorstr='#03b567',GradientType=0 );
	transition: none;
}

.btn-success:hover {
	background: #008c3f;
	background: -moz-linear-gradient(top,  #008c3f 0%, #04cc72 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008c3f), color-stop(100%,#04cc72));
	background: -webkit-linear-gradient(top,  #008c3f 0%,#04cc72 100%);
	background: -o-linear-gradient(top,  #008c3f 0%,#04cc72 100%);
	background: -ms-linear-gradient(top,  #008c3f 0%,#04cc72 100%);
	background: linear-gradient(to bottom,  #008c3f 0%,#04cc72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c3f', endColorstr='#04cc72',GradientType=0 );
	transition: none;
}

.configurator {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.logo img {
	padding: 20px;
}

.configurator-head {
	background-color: #007435;
	color: white;
	border-radius: 8px 8px 0 0;
}

.header-bar {
	background-color: #03B567;
	width: 100%;
	height: 5px;
	display: block;
	padding-left: 1px;
	position: relative;
	left: -1px;
	bottom: 2px;
}

.configurator-body {
	background-color: white;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.44);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.44);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.44);
	margin-left: auto;
	margin-right: auto;
	max-width: 858px;
	padding: 20px;
}

.configurator-body .row-fluid {
	border: 1px solid #adadad;
	-webkit-box-shadow: inset 0px 0px 50px 10px #E6E6E6;
	box-shadow: inset 0px 0px 50px 10px #E6E6E6;
}

.configurator-col {
	padding: 20px;
}

.configurator-col .green-bar {
	background-color: #007435;
	height: 8px;
	display: block;
	width: 100%;
}

.configurator-col-content {
	border-radius: 2px 2px 8px 8px;
	border: 1px solid #adadad;
	background-color: white;
	position: relative;
	height: 230px;
	box-shadow: 1px 4px 9px -6px inset;
	-webkit-box-shadow: 1px 4px 9px -6px inset;
}

.configurator-col .logo {
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.configurator-col .pic {
    height: 250px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 400;
}

.configurator-col-content div {
	position: relative;
	z-index: 500;
}

.configurator-list {
	padding: 20px;
}

.configurator-list .edit {
	display: block;
	background: url('../img/edit_icon.png') center no-repeat;
	width: 16px;
	height: 11px;
	background-color: #03B265;
	padding: 4px;
	border-radius: 3px;
}

.configurator-list .edit:hover {
	background-color: #04D677;
}

.configurator-list table {
	margin-top: 20px;
}

.configurator-notes {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.configurator-notes textarea {
	width: 90%;
	box-shadow: 1px 4px 9px -6px inset;
	-webkit-box-shadow: 1px 4px 9px -6px inset;
	border-color: #CCCCCC;
}

.new_config {
	padding-top: 30px;
}

.configurator-main {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 75px;
}

.configurator-main .btn-block {
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
}

.configurator-choices {
	height: 225px;
	overflow: auto;
	overflow-y: hidden;
}

#scrollUp, #scrollDown {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	padding: 10px;
}

#scrollUp {
	padding-top: 0;
}

#scrollUp.disabled, #scrollDown.disabled {
	opacity: 0.25;
	cursor: default;
}

.popover {
	max-width: 300px;
}

.configurator-list {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	margin-left: 0;
	padding: 6px;
	color: #333333;
}

.configurator-list li {
	line-height: 21px;
}

.configurator-list li.active {
	background-color: #007435;
	color: #EEEEEE;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
	border-radius: 3px;
}

.condensed-left {
	padding: 10px;
	padding-right: 0;
}

.condensed-left img {
	padding-top: 20px;
}

.condensed-left .configurator-col-content, .condensed-right .configurator-col-content {
	min-height: 275px;
	height: auto;
}

.condensed-right {
	padding: 10px;
	padding-left: 0;
}

.configurator-col-content .product-pics {
	width: auto;
	margin: 0;
}

.unavailable {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.configurator-body .row-fluid.configurator-status {
	border-bottom: 0;
}

.configurator-body .row-fluid.configurator-content {
	border-top: 0;
}

.configurator-prodnumber {
	display: inline-block;
	margin-left: 10px;
}

.configurator-steplist {
	list-style-type: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
}

.configurator-steplist li {
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	margin: 5px;
}

.active-step {
	outline: 3px solid #007435;
}

/************************
*       Responsive Design
*************************/

@media (max-width: 767px) {
	.condensed-left, .condensed-right {
		padding: 10px;
	}

	.condensed-right .configurator-col-content, .condensed-left .configurator-col-content {
		height: auto;
		min-height: 200px;
	}

	.configurator-col-content .product-pics
	 {
		margin-right: auto;
		margin-left: auto;
		width: 214px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.configurator-steplist li, .active-step {
		border: none;
		outline: none;
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.configurator-body {
		padding: 10px;
	}

	.configurator-col {
		padding: 10px;
	}

	.configurator-col .pic {
		height: 220px;
	}

	.configurator-col-content {
		height: 200px;
	}

	.configurator-list {
		padding: 10px;
	}

	.configurator-notes {
		padding-bottom: 10px;
    	padding-left: 10px;
    	padding-top: 10px;
	}
}

@media (max-width: 400px) {
	.configurator-col .logo {
		width: 60%;
	}
}


/* old iphones */
@media (max-width: 320px) {
	body {
		padding-left: 10px;
		padding-right: 10px;
	}

	.logo img {
		padding: 10px;
	}

	.configurator-body {
		padding: 5px;
	}
}

/************************
*       Fonts
*************************/

@font-face {
    font-family: 'texgyreheroscn';
    src: url('../fonts/texgyreheroscn-regular-webfont.eot');
    src: url('../fonts/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/************************
*       Browser Compat.
*************************/
noscript div {
	color: red;
	border-bottom: 4px solid red;
	padding: 20px 60px;
	font-size: 14px;
	line-height: 1.5;
	background: #FFFFBD url('../img/icon_alert.png') no-repeat 15px center;
}

noscript div a, noscript div a:hover, noscript div a:focus {
	color: red;
	text-decoration: underline;
}

#browser-compat-container {
	max-width: 500px;
	text-align: center;
	border: 1px solid gray;
	margin: 20px auto;
	padding: 20px;
	background-color: white;
	font-family: sans-serif;
}

#browser-compat-container .subtext {
	font-size: 10px;
}
