
/* -------------- Radiator Chooser   ------------- */
#radiator_chooser {
	margin: 3em auto;
	max-width: 850px;
}

/* -------------- Forms   ------------- */
form#calculator {
	clear: both;
	display: block;
	background: #f2f2f2;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 60px;
	font-size: 15px;
	font-family: calluna, serif;
	
	border-bottom: 20px solid #5B00A9;
	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
form#calculator .header {
	text-align: center;
	height: 80px;
    position: relative;
	top: -20px;
    margin-bottom: -20px;
}
form#calculator  .header .inner {
	display: block;
	height: 40px;
	margin-bottom: 30px;
	background: #5b00a9;
	background: -moz-linear-gradient(left,  #5b00a9 10%, #430074 30%, #430074 70%, #5b00a9 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,#5b00a9), color-stop(30%,#430074), color-stop(70%,#430074), color-stop(90%,#5b00a9));
	background: -webkit-linear-gradient(left,  #5b00a9 10%,#430074 30%,#430074 70%,#5b00a9 90%);
	background: -o-linear-gradient(left,  #5b00a9 10%,#430074 30%,#430074 70%,#5b00a9 90%);
	background: -ms-linear-gradient(left,  #5b00a9 10%,#430074 30%,#430074 70%,#5b00a9 90%);
	background: linear-gradient(to right,  #5b00a9 10%,#430074 30%,#430074 70%,#5b00a9 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b00a9', endColorstr='#5b00a9',GradientType=1 );
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
form#calculator  .header img {
	margin: -15px auto 0 auto;
}
@media (max-width: 360px) {
	form#calculator  .header img {
		margin-top: -10px;
	}
}

form#calculator .notice {
	margin: 6px 0;
	text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 0px;
font-size: 1.25em;
}

form#calculator fieldset {
	margin: 0;
	padding: 1px 0;
	border: none;
}

form#calculator legend {
position: relative;
	display: block;
	margin: 0 0 20px -12px;
	padding: 0;
	width: 100%;
	min-height: 45px;
	/*background: url(../images/radiator_chooser/legend.png) no-repeat left top;*/
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	line-height: 34px;
	border: none;
}
form#calculator legend .heading {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	padding: 0 14px 0 14px;
	min-width: 50%;
	height: 36px;
	background: #5b00a9;
	font-size: 20px;
	white-space: nowrap;
}
form#calculator legend:before {
	position:absolute; 
	z-index: 1;
	content:""; 
	display:block; 
	left: -24px;
	top: 12px;
	width:0; 
	height:36px; 
	border:12px solid #8100FB; 
	border-top:24px solid transparent; 
	border-left:24px solid transparent; 
	border-bottom:24px solid transparent;
}
form#calculator legend .heading:after{ 
	position:absolute; 
	z-index: 1;
	content:""; 
	display:block; 
	left: 100%;
	top: 0;
	width:0; 
	height:36px; 
	border:18px solid #5b00a9; 
	border-right:10px solid transparent; 

}
form#calculator .content {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
		margin: -20px -10px 10px -10px;
}
form#calculator .content .well {
	font-family: Roboto, sans-serif;
	font-weight: 200;
	margin: 20px 0;
}
form#calculator #results {
	display: block;
	position: relative;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0 0 20px 0;
}
form#calculator #results .content {
	margin: 10px 0 0 0;
}
form#calculator #results .content img {
	border: 1px solid #b3b3b3;
	width: 100%;
}
form#calculator .content hr {
	margin: 20px;
	border-color: #D2C3DF;
}
form#calculator .content .btn {
	padding-left: 2px;
	padding-right: 2px;
}
form#calculator .content a.hover:hover {
	text-decoration: none;
}
@media (max-width: 599px) {
	form#calculator .content .btn {
		font-size: 14px;
	}
}
form#calculator #results  hr {
	margin: 20px;
}

form#calculator label {
	font-family: calluna, serif;
	font-style: italic;
	font-weight: normal;
	width: 40%;
	margin-right: 6px;
}

form#calculator .input, form#calculator select.input {
	width: 55%;
	padding: 8px 4px;
	font-family: Roboto, sans-serif;
}
form#calculator .values {
	width: 70px;
	padding: 2px 4px;
	font-size: 18px;
	font-family: Roboto, sans-serif;
}
form#calculator .gray {
	color: #666666;
}
form#calculator .black {
	color: #000000;
}

form#calculator .hide {
	display: none;
}

form#calculator #output_watts, form#calculator #output_btus {
	width: 60%;
	padding: 2px 4px;
	font-size: 18px;
	background-color: #fff;
	border: solid 1px #ccc;
	color: #666666;
}

/* -------------- Tables   ------------- */
form#calculator table {
	border: none;
	margin: 4px 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	font-family: calluna, serif;
	font-size: 18px;
}
form#calculator table.dimensions {
	width: auto;
}
form#calculator table tr {
	background-color: transparent;
}
form#calculator table th, form#calculator table td {
	border: none;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	background-color: transparent;
	width: 50%;
}
form#calculator table label {
	width: auto;
}

form#calculator .sizes td {
	width: 30%;
	line-height: 30px;
}

form#calculator .message {
	margin: 10px 0;
	padding: 10px 8px;
	background-color: transparent;
	color: #cc0000;
	list-style-type: none;
}




/* ---------------- Buttons    ---------------- */
/*
#btn-getresults input {
	margin-left: 10px;
	padding-left: 40px;
	padding-right: 40px;
	width: 58%;
	font-family: Roboto, sans-serif;
}
@media (max-width: 860px) {
	#btn-getresults input {
		width: 50%;
	}
}

@media (max-width: 599px) {
	#btn-getresults {
		display: block;
		margin: 0 20px 0 40px;
	}
	#btn-getresults input {
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	form#calculator #results  hr {
		margin: 20px 0;
	}
}
*/

#btn-getresults {
    display: block;
    padding: 0 20px;
	
	margin-bottom: 20px;
}
#btn-getresults input {
	width: 100%;
	font-size: 17px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}

@media (max-width: 599px) {
	/*#btn-getresults {
		display: block;
		margin: 0 20px 0 40px;
		padding: 0;
	}*/
	#btn-getresults input {
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	form#calculator #results hr {
		margin: 20px;
	}
}



/* Disabled form elements */

