/*  --------------------------- */
/*  Health Calculator */
/*  --------------------------- */

/* Health calculator wrapper */
#wrapper_health {
	margin:auto;
	padding: 15px;
	width: 100%;
	height: auto;
	width: auto;
	border: 1px solid #ccc;
	background: #fff;
	color:  #2e2e2e;
	text-shadow: none !important;
	font-family: Helvetica !important;		
}

.Corners_health {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wrapper_health .Container_health {
	width: 100%;
}

table.Container_health tr, table.Container_health td {
	border: 0px !important;
}

#HealthTable_health {
	width: 100%;
	border: 0px !important;
}

#HealthTable_health td, #HealthTable_health tr {
	border: 0px !important;
}

#Title_health {
	width:100%;
	text-align: left !important;	
}

#Title_health td {
	padding: 10px;
}

#Title_health td span {
	font-size: 18px;
}

#HealthTable_health td.SubTitle_health {
	border: 1px solid #ccc;
	background: #F9F7E0;
	padding: 9px 0 5px 5px;
}

#HealthTable_health td.SubTitle_health span {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: normal;
}

#HealthTable_health p.Description_health {
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 10px;		
}

#HealthTable_health td {
	width: 25%;
}

/* input styling */

.label_health {
	font-size: 16px;
}

.input_health {
}

#Healthcalc1Input1:focus, #Healthcalc1Input2:focus, #Healthcalc2Input1:focus, #Healthcalc2Input2:focus, #Healthcalc3Input:focus, #Healthcalc3Input:focus, #Healthcalc3Input:focus, #Healthcalc3Input:focus {
	background: #F9F7E0;
}

#Healthcalc1Input1, #Healthcalc1Input2, #Healthcalc2Input1, #Healthcalc2Input2, #Healthcalc3Input, #Healthcalc3Input, #Healthcalc3Input, #Healthcalc3Input {
	padding: 5px;
	font-size: 14px; 	
}

.input_health input {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
	
	font-size: 14px;
    padding: 5px;	
}

.input_health input:focus {
	background: none repeat scroll 0 0 #F9F7E0;
}

/* button styling */
#calculate_button_health,  #clear_button_health {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:150px !important;
	font-size: 100%;
}

/* answers */
#HealthTable_health td.HealthcalcAnswerHeader_health {
	padding: 0 10px;
	width: 12%;	
}

#HealthTable_health td.Healthcalc1InputAnswer {
	width: 22%;
	padding: 10px 0;
}

/* answer labels */
#HealthTable_health p.AnswerHeader_health { 
	text-transform: capitalize;
	font-size: 16px;
	margin: 0px;
}

/* answer boxes */
#Answer_health { 
	padding: 10px;
	font-size: 50px;
	font-family: arial;
	height: 50px;
	width: 85px;
	background: #eee;
	
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;   	
}

input#Answer_health {
	cursor: not-allowed;
}

input.calc3, input.calc2 {
	width: 100px !important;
}

input.calc4 {
	width: 125px !important;
}

input.calc5 {
	width: 150px !important;
}


#tabContainer_health {
	width: 33%;
	padding:10px 5px; 
	float:left; 
}

#HealthcalcTab1, #HealthcalcTab2, #HealthcalcTab3, #HealthcalcTab4, #HealthcalcTab5, #HealthcalcTab6 {
	width: 33%;
	height: 75px;
	float: left;
	
	padding: 10px !important; 
	margin:2px !important;
	border:2px solid #6e6e6e;
	
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 20px;
}

/* ----------------------------- */


.noTabs {
	width: 100%;
}

/* title wrapper */
.title_health {
	width:100%;
	height: 22px; 
	text-align: center;
	padding-top:5px;
}



#calculatorContainer_health {
	float:right !important;
	padding-right:10px;
}

.label_health, .clear_button_health  {
}

.label_health {
}

.metriclabel_health, .imperiallabel_health {
	float:left;
}

.metriclabel_health {
	margin-left: 15px;
}

.manlabel_health {
	float:left;
}

.womanlabel_health {
	float:right;
}

.input_health, .calculate_button_health  {
}

.calculate_button_health, .clear_button_health {
}

.clear_button_health input, .calculate_button_health input {
}

#Healthcalc1, #Healthcalc2, #Healthcalc3, #Healthcalc4, #Healthcalc5, #Healthcalc6 {
	display:none;
}

#Healthcalc1InputAnswer {
	width: 20%;
}

#Healthcalc1InputAnswer, #Healthcalc2InputAnswer, #Healthcalc3InputAnswer, #Healthcalc4InputAnswer, #Healthcalc5InputAnswer {}

/* text input box */
.input_health input { 
	margin: 5px 0;
}

/* clear button */
#clear_button_health, #calculate_button_health { 
	cursor:pointer; 
	padding: 5px 15px;
	width: 50%;
}

/* each row of the calculator */
.row_health {
}

.selectedInput {
	
}

.unselectedInput {
	background-color:none;
}

.answer {
	background-color:#eee;
	width: 150px;
	padding: 3px 5px;
	
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;    
	
	cursor: not-allowed;
	color: #2e2e2e;
	
}

input.answer:focus {
	border: 1px solid #ccc !important;
}

.credits_wrapper_health {
	clear: both;
}

.credits_health {
	width:100%;
	text-align: left !important;
	padding-top: 10px;
}

.credits_health span {
	font-size: 10px;
	font-style: italic;
	color: #ccc;
}

.credits_health span a {
	color: #999;
}
