@CHARSET "UTF-8";

.healthReserveOneResult .yourScore {
	margin: 0;
	position: relative;
	padding: 21px 40px 1px;
}

.healthReserveOneResult #mainResult {
	height: 160px;
}

.healthReserveOneResult .yourScore .result {
	text-align: center;
	padding: 8px 0 20px;
	font-size: 21px;
	font-family: 'Roboto Condensed';
	margin-top: -126px;
	margin-bottom: 30px;
}

.healthReserveOneResult .yourScore .result span {
	color: #009FE3;
	font-weight: bold;
	display: block;
	font-size: 38px;
	margin-bottom: 3px;
}

.healthReserveOneResult .yourScore .resultText {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 500;
}

.healthReserveOneResult .yourScore .description {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 36px;
}

.healthReserveOneResult .resultView .detailedView .col .card {
	background: #009fe3;
}

.healthReserveOneResult .detailedView .graphType {
	text-transform: uppercase;
	padding: 16px 16px 2px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.healthReserveOneResult .detailedView .resultGraph {
	width: 60%;
	margin: 8px auto 8px;
	height: 110px;
	background: #009fe3;
}

.healthReserveOneResult .detailedView .description {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	padding: 16px;
	background: #fff;
}

.healthReserveOneResult .resultGraph .highcharts-data-labels span {
	font-size: 17px !important;
	font-weight: 400 !important;
	top: 8px !important;
	color: #fff !important;
}

.healthReserveOneResult .additionalResults .card .cardTitle {
	font-weight: 500;
	font-size: 17px;
	padding: 16px 16px 0;
}

.healthReserveOneResult .additionalResults .card .contentCard {
	padding: 16px;
}

.healthReserveOneResult .additionalResults .ui-progressbar {
	height: 5px;
	background: #e4e4e4;
}

.healthReserveOneResult .additionalResults .ui-progressbar .ui-progressbar-value
	{
	background: #009fe3;
	border-radius: 3px;
	margin: 0;
}

.healthReserveOneResult .additionalResults .ui-progressbar .ui-progressbar-value.red
	{
	background: #E92020;
}

.healthReserveOneResult .additionalResults .ui-progressbar .ui-progressbar-value.orange
	{
	background: #EE7716;
}

.healthReserveOneResult .additionalResults .ui-progressbar .ui-progressbar-value.yellow
	{
	background: #F5E718;
}

.healthReserveOneResult .additionalResults .ui-progressbar .ui-progressbar-value.green
	{
	background: #9BDD44;
}

.healthReserveOneResult .additionalResults .ui-progressbar .ui-progressbar-value.dark-green
	{
	background: #0FA861;
}

.healthReserveOneResult .additionalResults ul {
	margin-bottom: 16px;
}

.healthReserveOneResult .additionalResults ul li {
	font-weight: 300;
	line-height: 22px;
}

.healthReserveOneResult .additionalResults ul li .value {
	font-weight: 700;
	padding: 0 4px;
}

.healthReserveOneResult .additionalResults .result {
	position: relative;
	text-align: right;
}

.healthReserveOneResult .additionalResults .result .resultView {
	position: absolute;
	right: 0;
	top: -56px;
}

.healthReserveOneResult .additionalResults .result .resultView .resultText
	{
	font-weight: 300;
}

.healthReserveOneResult .additionalResults .result .resultView .resultValue
	{
	font-size: 21px;
	font-weight: 500;
	margin-top: 4px;
}

.healthReserveOneResult .additionalResults .legend {
	text-align: center;
	margin-bottom: 0;
}

.healthReserveOneResult .additionalResults .legend li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
}
.healthReserveOneResult .additionalResults .legend li:before{
	 display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  margin-right: 10px;
}

.healthReserveOneResult .additionalResults .legend li.blue:before {
  color: #28BADC;
 }

.healthReserveOneResult .additionalResults .legend li.purple:before {
  color: #8A17D5;
 }
  
.healthReserveOneResult .additionalResults .legend li.dark-green:before {
  color: #0FA861;
   }

.healthReserveOneResult .additionalResults .legend li.green:before {
  color: #9BDD44;
}

.healthReserveOneResult .additionalResults .legend li.red:before {
  color: #E92020;
 }

.healthReserveOneResult .additionalResults .legend li.yellow:before {
  color: #F5E718;
   }

.healthReserveOneResult .additionalResults .legend li.orange:before {
  color: #EE7716;
}

.healthReserveOneResult .additionalResults .legend li.orange-light:before {
  color: #EEAB18;
   }

/* Popup details */
#healthScoreHistoryDetails {
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
}

#healthScoreHistoryDetails #results {
	max-width: 1080px;
	margin: 0 auto;
}

#healthScoreHistoryDetails .card {
	box-shadow: none;
}

#healthScoreHistoryDetails .detailedView .card {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

#healthScoreHistoryDetails.healthReserveOneResult .detailedView .description
	{
	background: #009fe3;
	color: #fff;
}

#healthScoreHistoryDetails.healthReserveOneResult .yourScore {
	padding: 80px 0px 1px;
}