#calc_heater_button {
	font-size: 16pt;
	font-family: Verdana;
	color: grey;
	margin-left: 15px;
	clear: both;
	text-decoration: underline;
}

#calc_heater_button:hover {
	cursor: pointer;
	color: #ff9b25;
}


div#heater_calc {
	/*background-color: #f5f5f5;*/
	background-image: url(../../../images/background/back_heater_calc.jpg);
	/*background-color: #CED3D9;*/
	margin: 10px 5px;
	margin-left: 13px;
	padding: 5px;
	font-family: 'Play', Verdana, sans-serif;
	height: 1120px;
	width: 700px;
	text-align: center;
	border: 1px dotted #acb7bf;
}

div#heater_calc:hover {
	box-shadow: 0 0 5px 1px rgba(191, 0, 0, 1);
}

div#heater_calc h1, div#error h3 {
	color: #bf0000;
	font-family: 'Cuprum', Verdana, sans-serif;
	font-size: 30px;
}

div#heater_calc_input {
	float: left;
	width: 57%;
	text-align: left;
}

div#heater_calc_res {
	float: right;
	width: 40%;
	text-align: left;
}

div#heater_calc_input legend, div#heater_calc_res legend, #input_legend, #result_legend{
	font-size: 16px;
	font-weight: bold;
}
#result_legend {
	display: none;
}
div#heater_calc_input select, div#heater_calc_input input, div#heater_calc_input label, div#heater_calc_res input, div#heater_calc_res select, div#heater_calc_res label, li.es-visible{
	font-family: 'Cuprum', Verdana, sans-serif;
	font-size: 20px;
}

div#heater_calc_input button {
	font-family: 'Play', Verdana, sans-serif;
	height: 50px;
	width: 250px;
}


#heater_effect {
	width: 733px;
	height: 1150px;
	background-color: #ffffff;
	text-align: center;
	/*padding: 0.4em;*/
	margin-bottom: 30px;
	display: none;
}

#heater_effect  h3{
	font-size: 13pt;
	margin: 0px;
}

#heater_calc_note {
	font-size: 11px;
	margin-top: 25px;
}

#heater_calc_copyright {
	position: absolute;
	top: 1510px;
	right: 460px;
	font-family: 'Cuprum', Verdana, sans-serif;
	/*color: #bf0000;*/
	font-size: 20px;
}

.error {
	color: #bf0000;
	font-size: 13px;
	font-family: 'Cuprum', Verdana, sans-serif;
	list-style-type: none;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#bf0000;
	font-family: 'Cuprum', Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding:0px 4px;
	margin-left:3px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
	cursor: help;
}

.qtip-content, .qtip-title{
	font-family: 'Cuprum', Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.qtip-title{
	font-size: 15px;
	font-weight: bold;
}

input.es-input {
	background-color: #FFFFFF;
}

#refs_heat_calc_button {
	cursor: pointer;
	text-decoration: underline;
}

@media screen and (max-width: 1020px) {
	#heater_effect {
		width: 99%;
		height: auto;
		text-align: center;
	}
	div#heater_calc {
		width: 97%;
		height: auto;
		padding: 0px;
		padding-left: 5px;
		margin: 5px;
		background-color: #f5f5f5;
		background-image: none;
	}
	div#heater_calc_input, div#heater_calc_res {
		float: none;
		width: 95%;
	}
	#calc_heater_button {
		font-size: 14pt;
	}
	div#heater_calc_input select, div#heater_calc_input input, div#heater_calc_input label, div#heater_calc_res input, div#heater_calc_res select, div#heater_calc_res label {
		font-size: 16px;
	}
}

@media screen and (max-width: 320px) {
	#heater_effect {
		width: 97%;
	}
	
	div#heater_calc {
		width: 95%;
	}
	
	div#heater_calc_input select, div#heater_calc_input input, div#heater_calc_input label, div#heater_calc_res input, div#heater_calc_res select, div#heater_calc_res label {
		font-size: 14px;
	}
}