body {
	background: #f5f5f5;
}
.factor-module-left {
	float: left;
	width: 300px !important;
	background: #fff;
	padding-bottom: 40px;
	box-shadow: 0px 3px 2px #dfdfdf;
}
.factor-module-left.menu-fixed {
	position: fixed;
	top: 20px;
	
}
.factor-module-right {
	margin-left: 330px;
	min-height: 400px;
}
.sidebar-head {
    color: #222;
    padding: 20px 20px 10px 30px;
    font-size: 18px;
    line-height: 1;
    font-family: 'BGIfont';
    position: relative;
}
.sidebar-head:before {
    content: '';
    width: 2px;
    height: 16px;
    position: absolute;
    top: 21px;
    left: 20px;
    background-color: #0c8c42;
}
.nav-pills {
	font-size: 13px;
	color: #333;
	line-height: 32px;
	font-family: 'Open Sans';
}
.nav-pills li {
	position: relative;
	padding: 0px 20px;
	cursor: pointer;
}
.nav-pills li.li-child {
	padding-left: 40px;
}
.nav-pills li.active {
	color: #0c8c42;
}
.nav-pills li:before {
	content: '';
	display: inline-block;
	border: 5px solid transparent;
	border-left-color: #999;
}
.nav-pills li:hover:before,
.nav-pills li.active:before {
	border-left-color: #0c8c42;
}
.nav-pills li:after {
	content: '';
	display: block;
	border-top: 1px solid #e5e5e5;
}
#search-result-stats {
    margin-bottom: 20px;
}
#search-result-stats>li {
    font-size: 13px;
    display: block;
    background: #fff;
    padding: 0 20px;
    -webkit-box-shadow: 0px 3px 2px #dfdfdf;
    box-shadow: 0px 3px 2px #dfdfdf;
    font-family: 'BGIfont';
    color: #222;
    line-height: 40px;
}
.dc-block-title {
	margin: 15px 0;
	padding-left: 10px;
	font-size: 16px;
	color: #222;
}
.dc-block-title .font-count {
	margin-left: 20px;
	font-size: 12px;
}
.dc-block-content {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 2px #dfdfdf;
    box-shadow: 0px 3px 2px #dfdfdf;
    line-height: 1.5em;
}
.dc-list {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.dc-list:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.dc-title {
	margin: 0;
	font-size: 14px;
    color: #0c8c42!important;
    font-weight: 600;
    font-family: 'BGIfont';
	line-height: 20px;
}
.dc-title a {
    color: #0c8c42!important;
}
.dc-title a:hover {
    text-decoration: underline;
}
.dc-des {
	margin-top: 6px;
	font-size: 12px;
	color: #333;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.page {
	padding-bottom: 8px;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3) url(../images/loading.gif) no-repeat center center;
}
.chart-title {
	margin: 0 40px;
	padding: 0 20px;
	font-size: 15px;
	color: #333;
	line-height: 50px;
	background: #f5f5f5;
	clear: both;
}
.chart-title.chemical{
	margin: 0 2%;
}
.chart-title span{
	display: inline-block;
	width: 140px;
	text-align: center;
	color: #666;
	border-top:2px solid transparent;
	cursor: pointer;
}
.chart-title span.active{
	color: #0077be;
	font-weight: bold;
	background: #fff;
	border-top:2px solid #0077be;
}
.con-item {
	display: none;
}
.con-item.active {
	display: block;
}
.con-chart {
	height: 600px;
}
.con-chart.chemical {
	height: 1000px;
}
.chart-tooltip{
	max-width: 300px;
	white-space: normal;
}
.rele-img {
	margin: 10px ;
	cursor: url(../images/xSearchBtn-bg-icon.png),pointer;
}
.rele-img.no-big {
	cursor: default;
}
.file-content{
	display: inline-block;
	vertical-align: top;
}
.file-content a{
	display: block;
}
.file-content a:hover {
	color: #0077be;
}

.img-popup{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.img-popup .popup-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
.img-popup .popup-content{
	position: relative;
	z-index: 10;
	max-width: 80%;
	height: 80%;
    display: flex;
    align-items: center;
  justify-content: center;
}
.img-popup .popup-close{
	position: absolute;
	top: -25px;
	right: -25px;
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.img-popup .popup-close:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
}
.img-popup .popup-close:after{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	content: '';
	height: 100%;
	background: #fff;
	width: 2px;
}
.img-popup .popup-img{
	max-width: 100%;
	max-height: 100%;
}
@media only screen and (max-width: 767px){
	.chart-title{margin: 0 10px;padding: 0 10px;line-height: 36px;}
	.chart-title span{width: 120px;}
	.con-chart {
		height: 300px;
	}
	.con-chart.chemical {
		height: 500px;
	}
		
	.factor-module-left {
		width: 60% !important;
	}
	.factor-module-right{
		margin: 0;
	}
  .img-popup .popup-content{
  	max-width: 90%;
  	max-height: 90%;
  }
  .img-popup .popup-close{
  	right: -17px;
  }
	
}