@CHARSET "UTF-8";

#healthReserveHistory.single #multipleState {
	display: none;
}

#healthReserveHistory #singleState {
	display: none;
}

#healthReserveHistory.single #singleState {
	display: block;
}

#healthReserveHistory #emptyState {
	display: none;
}

#healthReserve .innerContent {
	padding-left: 0;
	padding-right: 0;
}

#healthReserveHistory #emptyState .heading {
	font-size: 36px;
	font-weight: 400;
	margin-top: 36px;
}

#healthReserveHistory #emptyState .icon:before {
	speak: none;
	display: inline-block;
	font-family: "Material-Design-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 7.5em;
	content: "\e615";
	color: #e4e4e4;
}

#healthReserveHistory #emptyState .text {
	padding: 30px 20%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

#healthReserveHistory #emptyState {
	text-align: center;
	padding-top: 100px;
}

#healthReserveHistory.empty #emptyState {
	display: block;
}

#healthReserveHistory.empty .content, #healthReserveHistory.empty .background
	{
	display: none;
}

#healthReserveHistory h2 {
	clear: both;
	font-size: 2.1875em;
	color: #333333;
	padding-right: 0.5em;
	margin-bottom: 26px;
	margin-top: 82px;
}

#healthReserveHistory .background {
	background: url(../../../../images/healthReserve/healthBackground.png);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.15;
	z-index: -1;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	-webkit-filter: grayscale(100%);
	-moz-kit-filter: grayscale(100%);
	-o-kit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#healthReserveHistory #historygraph {
	background: #009fe3;
}

#healthReserveHistory #historygraph {
	width: 100%;
}

#healthReserveHistory .highcharts-tooltip {
	text-align: center;
	font-weight: 300;
}

#healthReserveHistory .progressGraph {
	padding: 50px 50px 5px 50px;
	background-color: #009fe3;
}

#healthReserveHistory .highcharts-tooltip .value {
	font-size: 32px;
	text-align: center;
	display: block;
	padding: 0 32px;
	font-weight: 700;
}

#healthReserveHistory .filters:after {
	clear: both;
	content: '';
	display: block;
}

#healthReserveHistory .filters {
	position: relative;
}

#healthReserveHistory .closeComparision {
	position: absolute;
	right: 16px;
	top: 16px;
	text-transform: uppercase;
	font-size: 14px;
	background: #009fe3;
	padding: 10px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: all .2s ease-out;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

#healthReserveHistory .closeComparision:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0
		rgba(0, 0, 0, 0.15);
}

#healthReserveHistory .highcharts-tooltip .date {
	text-align: right;
	color: #999;
	font-size: 12px;
}

#healthReserveHistory .filters .select {
	width: 50%;
	float: left;
	padding: 0 36px;
}

#healthReserveHistory .filters .select .input-field {
	margin: 0 0 1em 0;
}

#healthReserveHistory .filters .chosen-container-active.chosen-with-drop .chosen-single div b
	{
	background-position: -15px 16px;
}

#healthReserveHistory .filters .chosen-container-single .chosen-single div b
	{
	background-position: 2px 16px;
}

#healthReserveHistory .filters .chosen-container .chosen-results li.active-result.highlighted
	{
	background: transparent;
	color: #009fe3;
}

#healthReserveHistory .filters .select .chosen-container-single .chosen-single
	{
	height: 40px;
	line-height: 40px;
	background: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	border-radius: 0;
}

#healthReserveHistory .filters .chosen-container-single .chosen-search input[type="text"]
	{
	margin: 1px -3px;
	padding: 4px 0px 4px 5px;
}

#healthReserveHistory .filters .text {
	font-size: 20px;
	padding: 16px 32px 16px;
}

#healthReserveHistory .filters .input-field label {
	left: 0;
}

#healthReserveHistory .mainGraph {
	overflow: visible;
}

#healthReserveHistory .select-wrapper span.caret {
	color: #333;
}

#healthReserveHistory .dropdown-content {
	display: none;
}

#healthReserveHistory .timeline {
	position: relative;
	margin-top: 30px;
	width: 100%;
}

#healthReserveHistory .timeline ul:after {
	clear: both;
	content: '';
	display: block;
}

#healthReserveHistory .timeline:before {
	left: 50%;
	margin-left: -2px;
	content: '';
	position: absolute;
	top: 20px;
	height: 100%;
	width: 4px;
	background: #e4e4e4;
}

#healthReserveHistory .timeline li {
	position: relative;
	background: #fff;
	width: calc(50% - 32px);
	float: left;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

#healthReserveHistory .timeline li:after {
	left: 100%;
	top: 32px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 159, 227, 0);
	border-left-color: #009fe3;
	border-width: 8px;
	margin-top: -8px;
}

#healthReserveHistory .timeline li:nth-child(even):after {
	right: 100%;
	left: auto;
	top: 32px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 159, 227, 0);
	border-right-color: #009fe3;
	border-width: 8px;
	margin-top: -8px;
	top: 31px;
}

#healthReserveHistory .timeline li:nth-child(even) {
	margin-left: 64px;
	margin-top: 64px;
}

#healthReserveHistory .timeline li:nth-child(even) .circle {
	right: auto;
	left: -48px;
}

#healthReserveHistory .timeline li .header {
	background: #009fe3;
	padding: 24px 24px 1px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#healthReserveHistory .timeline li .graphDetails {
	padding: 24px;
}

#healthReserveHistory .timeline li .graphDetails:after {
	clear: both;
	content: '';
	display: block;
}

#healthReserveHistory .timeline li .circle {
	height: 32px;
	width: 32px;
	position: absolute;
	background: #009fe3;
	right: -48px;
	border: 8px solid #e4e4e4;
	top: 16px;
}

#healthReserveHistory .timeline li .date {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

#healthReserveHistory .timeline li .details {
	float: right;
	cursor: pointer;
	color: #fff;
}

#healthReserveHistory .timeline li .result {
	text-align: center;
	padding: 8px 0 20px;
	font-size: 21px;
	font-family: 'Roboto Condensed';
	margin-top: -126px;
	margin-bottom: 30px;
	color: #fff;
}

#healthReserveHistory .timeline li .mainResult {
	height: 170px;
	margin-top: 20px;
	width: auto;
}

#healthReserveHistory .timeline li .result span {
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 38px;
	margin-bottom: 3px;
}

#healthReserveHistory .timeline li .resultGraph {
	height: 100px;
}

#healthReserveHistory .graphDetails {
	text-align: center;
}

#healthReserveHistory .timeline li .resultGraph .highcharts-data-labels span
	{
	top: 10px !important;
	font-size: 18px !important;
	font-weight: 300 !important;
}

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

.comparedReserveResults .card .contentCard {
	padding: 16px;
}

.comparedReserveResults .oneCompare .name {
	text-align: center;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

.comparedReserveResults .ui-progressbar .ui-progressbar-value {
	background: #009fe3;
	border-radius: 3px;
}

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

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

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

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

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

.comparedReserveResults .ui-progressbar {
	height: 20px;
}

.comparedReserveResults .tests .ui-progressbar {
	height: 5px;
	background: #e4e4e4;
}

.comparedReserveResults .ui-progressbar .ui-progressbar-value {
	margin: 0;
}

.comparedReserveResults .first {
	width: 50%;
	float: left;
	transform: rotate(180deg);
	vertical-align: top;
	padding-left: 8px;
	position: relative;
}

.comparedReserveResults .oneCompare {
	margin-bottom: 20px;
	position: relative;
}

.comparedReserveResults .tests .oneCompare {
	margin-bottom: 30px;
	margin-top: 10px;
}

.comparedReserveResults .oneCompare:after {
	clear: both;
	content: '';
	display: block;
}

.comparedReserveResults .second {
	width: 50%;
	float: left;
	vertical-align: top;
	padding-left: 8px;
	position: relative;
}

.comparedReserveResults .dates {
	font-size: 12px;
}

.comparedReserveResults .dates:after {
	clear: both;
	content: '';
	display: block;
}

.comparedReserveResults .dateOne {
	float: left;
}

.comparedReserveResults .dateTwo {
	float: right;
}

.comparedReserveResults .legend ul {
	list-style: none;
	text-align: center;
	margin-top: 16px;
	border-top: 1px dashed #e4e4e4;
	padding-top: 16px;
}

.comparedReserveResults .legend li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
}

.comparedReserveResults .legend li span {
	font-size: 0.875em;
	color: #363636;
}

.comparedReserveResults .first .value {
	transform: rotate(180deg);
	top: 3px;
}

.comparedReserveResults .value {
	position: absolute;
	top: 3px;
	left: 15px;
	font-size: 14px;
	font-weight: 700;
}

/** circles **/
.comparedReserveResults li.blue: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";
	color: #009fe3;
	margin-right: 10px;
}

.comparedReserveResults li.purple: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";
	color: #8A17D5;
	margin-right: 10px;
}

.comparedReserveResults li.dark-green: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";
	color: #0FA861;
	margin-right: 10px;
}

.comparedReserveResults li.green: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";
	color: #9BDD44;
	margin-right: 10px;
}

.comparedReserveResults li.red: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";
	color: #E92020;
	margin-right: 10px;
}

.comparedReserveResults li.yellow: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";
	color: #F5E718;
	margin-right: 10px;
}

.comparedReserveResults li.orange: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";
	color: #EE7716;
	margin-right: 10px;
}

.comparedReserveResults li.orange-light: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";
	color: #EEAB18;
	margin-right: 10px;
}

.comparedReserveResults .date {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 9px;
}

.comparedReserveResults .showResults {
	margin-bottom: 13px;
	margin-top: 4px;
	font-size: 17px;
}

.comparedReserveResults .showResults .testResult {
	font-size: 17px;
	font-weight: 300;
}

.comparedReserveResults .showResults .result {
	font-weight: 700;
	padding: 0 4px;
}

#healthReserveHistory .chosen-container {
	width: 100% !important;
}

@media ( min-width : 1650px) {
	#healthReserveHistory .content {
		margin-left: auto;
		margin-right: auto;
	}
}

@media ( max-width : 600px) {
	#healthReserveHistory .timeline li {
		width: 100%;
		float: none;
	}
	#healthReserveHistory .timeline:before {
		display: none;
	}
	#healthReserveHistory .timeline li:after {
		display: none;
	}
	#healthReserveHistory .timeline li .circle {
		display: none;
	}
	#healthReserveHistory .background {
		display: none;
	}
	#healthReserveHistory h2 {
		margin-top: 16px;
	}
	#healthReserveHistory .progressGraph {
		padding: 16px;
	}
	#healthReserveHistory .timeline li {
		margin-top: 20px;
	}
	#healthReserveHistory .timeline li:nth-child(even) {
		margin-left: 0;
		margin-top: 20px;
	}
	#healthReserveHistory .filters .select {
		width: 100%;
	}
}