
	
	.reviewBlock {
		position:relative;
		height:100%;
		min-height:557px;
		background:#fff;
		
		-moz-border-radius:5px 5px 0px 0px;
		-webkit-border-radius:5px 5px 0px 0px;
		-o-border-radius:5px 5px 0px 0px;
		-khtml-border-radius:5px 5px 0px 0px;
		border-radius:5px 5px 0px 0px;
		
		overflow:hidden;
	}
	
	.reviewBlock h2 {
		clear:both;
		background:#0d9cd8;
		padding:10px 15px;
		color:#fff;
	}
	
	#message {
		padding:10px 15px !important;
		color:#629f20;
		font-size:22px;
		font-weight:600;
	}
	
	
/*//////////////////Review Panel///////////////*/
#reviewPanel {
	clear:both;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	margin-top:10px;
	/*Some cool shadow and glow effect*/
}
/*heading styles*/
#reviewPanel h3 {
	font-size: 18px;
	font-weight:bold;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	background-color:#2d9884;
	margin:0;
	padding:5px 15px;
	color:#fff !important;
}
#reviewPanel a h3, #reviewPanel a {
	color:#e2e2e2;
	text-decoration:none;
}
#reviewPanel ul {
	margin:0;
	padding:0;
	}
#reviewPanel ul li {
	margin-bottom:2px;
	}
/*iconfont styles*/
#reviewPanel h3 span {
	font-size: 13px;
	margin-right: 10px;
	width:15px;
	height:15px;
}
#reviewPanel h3 ~ div {
	overflow:hidden;
}
/*list items*/
#reviewPanel li {
	clear:both;
	list-style-type: none;
}
/*links*/
#reviewPanel ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
#reviewPanel ul ul li a label {
	display: block;
	font-weight:normal;
	cursor:pointer;
}
/*hover effect on links*/
#reviewPanel ul ul li a:hover, #reviewPanel ul ul li a.active {
	/*background: #157260;*/
	color:#000;
	background:#86cf37;
	border-left: 5px solid #86cf37;
	cursor:pointer;
}
/*Lets hide the non active LIs by default*/
#reviewPanel ul ul {
	display: none;
}
#reviewPanel li.active ul {
	display: block;
}

#reviewPanel li span {
	float:left;
	display:block;
	box-sizing:border-box;
	width:68%;
	margin:15px;
		
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-o-border-radius:9px;
	-khtml-border-radius:9px;
	border-radius:9px;
	
	overflow:hidden;
}

#reviewPanel li span.chart {
	z-index:100px;
	float:left;

	display:block;
	width:260px;
	text-align:center;
	overflow:hidden;
}

#reviewPanel li span.chart img {
	max-width:90%;
}

#reviewPanel li span h4 {
	background:#99b2ac;
	color:#000;
	padding:5px 10px;
	margin:0px !important;
}

#reviewPanel li span div.subcontent {
	background:#e5f1ef;
	color:#000;
	font-size:12px;
	padding:5px 10px;
}

#reviewPanel li span div ol, #reviewPanel li span div ol li {
	list-style-type:decimal !important;
	list-style:decimal !important;
	margin-left:8px;
}

#reviewPanel b.fa {
	color:#fff;
	float:right;
	padding-top:10px;
}

.reviewPanel {
	padding:0px 15px;
}

.reviewPanel h3 {
	font-size:20px;
}

.reviewPanel p {
	font-size:16px;
}

#resultPane {
	position:relative !important; height:100%;
}

.result-section {
	position:absolute; height:100%; background:#3b454f; width:100%; margin-bottom:15px;
}

.reviewBlockelse {
		position:relative;
		height:100%;
		min-height:557px;
		background:#fff;
		
		-moz-border-radius:5px 5px 0px 0px;
		-webkit-border-radius:5px 5px 0px 0px;
		-o-border-radius:5px 5px 0px 0px;
		-khtml-border-radius:5px 5px 0px 0px;
		border-radius:5px 5px 0px 0px;
		width:1121px;
}
.reviewBlockelse h2 {
		clear:both;
		background:#0d9cd8;
		padding:10px 15px;
		color:#fff;
}
.reportheader{
	clear: both;
  	background: #E5F1EF;
 	padding: 6px 15px;
  	color: #fff;
   	border-radius: 10px;
   margin-right: 24px;
}