body {
	background-color: #728FA5;
}

#report .header {
	background-image: url('../../health/img/bg-2.jpg');
	background-position: top center;
	background-size: cover;
	height: 550px;
	position: relative;
}

#report .header .overlay {
	background: #00000035;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#report .header ul.menu.text-right li {
	list-style-type: none;
	display: inline-block;
	margin: 1em 1.5em;
}

#report .header ul.menu.text-right li a {
	color: #fff;
}

#report .header .titolo {
	min-height: 400px;
}

#report .payoff {
	background: #eeeeee;
	padding: 3em 0;
	color: #333333;
}

#report .content {
	background: #dddddd;
	padding: 2em 0;
	color: #333333;
}

#report .btn-download:hover {
	cursor: pointer;
}

ul.references {
  list-style-type: none;
  padding: 1em 0;
}

ul.references li {
	padding: 1em 0;
}

ul.references li:hover {
	background: #ddd;
	display: block;
	transition: 0.2s;
  }

ul.references li a {
	display: inline-block;
	border: 1px solid;
	border-radius: 3px;
	padding: 0.1em 0.5em;
	margin-left: 0.4em;
  }

.spacer {
	padding: 1em;
}

.border-data {
		border-left: 4px solid #c3e8f0;
		padding: 1em;
}

.border-imaging {
		border-left: 4px solid #cbe6dc;
		padding: 1em;
}

.border-wearable {
		border-left: 4px solid #f0c3d1;
		padding: 1em;
}

.border-digital {
		border-left: 4px solid #bdbfe2;
		padding: 1em;
}

.border-nano {
		border-left: 4px solid #f1c2b9;
		padding: 1em;
}

.border-genetics {
		border-left: 4px solid #efc1d0;
		padding: 1em;
}

.border-devices {
		border-left: 4px solid #ebd1b3;
		padding: 1em;
}

.border-automation {
		border-left: 4px solid #e3de00;
		padding: 1em;
}


.showsep{
		border-bottom: 4px solid #ABB2B9;
}

.active-phase {
	background: rgba(117, 175, 240, 1);
	color: #ffffff;
}

.inactive-phase {
	background: rgba(117, 175, 240, .5);
	color: #89abc4;
}

.license {
	font-size: 0.75em;
}

.spacer {
	padding: 1em;
}
