.mblListItem.topItem, .orgoTooltip .mblListItem.topItem, .orgo .mblListItem.topItem
	body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ccc;
}

.my_main_container {
	width: 90%;
	margin: auto;
}

.clr {
	clear: both;
}

.my_lft_content {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #bbb;
	min-width: 380px;
	border-radius: 10px;
	float: left;
	padding: 1%;
	width: 46%;
}

.main_content {
	width: 70%;
	float: left;
}

.main_content h2 {
	margin: 0;
	font-weight: normal;
}

.main_content h2 a {
	text-decoration: none;
	color: #000;
}

.main_content p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #18106d;
	font-weight: bold;
}

.main_content h4 {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #18106d;
}

.main_content h4 span {
	color: #000;
}

.main_content p:nth-child(4) {
	margin: 8px 0;
}

.main_content p a {
	display: block;
	margin: 10px 0;
	text-decoration: none;
}

.rgt_lnk {
	float: left;
	width: 30%;
	text-align: right;
}

.collaps {
	border: 1px solid #bbb;
	border-radius: 15px;
	float: left;
	padding: 3%;
	width: 94%;
}

.collaps h3 {
	float: left;
	margin: 0;
}

.collaps h3 a {
	font-size: 13px;
	text-decoration: none;
	margin: 0 10px;
}

.collaps p {
	margin: 0;
	float: right;
}

.my_rgt_content {
	width: 50%;
	float: right;
}

.four_blocks {
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	text-align: center;
	width: 46%;
}

.four_blocks h4 {
	background: #3db1b1;
	padding: 8px 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

.block_content {
	background: #009899;
	padding: 15px 0;
	min-height: 46px;
}

.block_content h1 {
	margin: 0 0;
	color: #fff;
}

.block_content p {
	margin: 5px 0;
	color: #fff;
}

.four_blocks_02 h4 {
	background: #3d92cb;
}

.four_blocks_02 .block_content {
	background: #0070ba;
}

.four_blocks_03 h4 {
	background: #d3b53d;
}

.four_blocks_03 .block_content {
	background: #c59d00;
}

.four_blocks_04 h4 {
	background: #9577d1;
}

.four_blocks_04 .block_content {
	background: #734cbf;
}

@media screen and (max-width: 920px) {
	.block_content h1 {
		color: #fff;
		margin: 0;
		font-size: 16px;
	}
	.main_content h2 a {
		font-size: 20px;
	}
	.rgt_lnk>p {
		font-size: 14px;
		margin: 0;
	}
}

@media screen and (max-width: 900px) {
	.my_rgt_content {
		width: 48%;
	}
}

@media screen and (max-width: 870px) {
	.my_rgt_content {
		width: 46%;
	}
	.four_blocks h4 {
		font-size: 10px;
	}
}

@media screen and (max-width: 840px) {
	.my_rgt_content {
		width: 44%;
	}
}

@media screen and (max-width: 853px) {
	.my_rgt_content {
		width: 40%;
	}
	.four_blocks h4 {
		font-size: 9px;
	}
	.block_content p {
		font-size: 10px;
	}
}
@media screen and (max-width: 800px) {
	.four_blocks h4 {
		font-size: 9px;
	}
}

@media screen and (max-width: 768px) {
	.four_blocks h4 {
		font-size: 9px;
	}
}

@media screen and (max-width: 750px) {
	.my_rgt_content {
		width: 38%;
	}
	.four_blocks h4 {
		font-size: 9px;
	}
	.block_content p {
		font-size: 10px;
	}
}

@media screen and (max-width: 725px) {
	.my_lft_content {
		min-width: 55%;
	}
}

@media screen and (max-width: 685px) {
	.four_blocks h4 {
		font-size: 8px;
	}
}

/* Reporting */
.factory_title {
	font-size: 13px;
	margin: 0;
	background: url(../images/report_list.png) no-repeat left center;
 	background-size: 15px 16px;
	padding-left: 24px;
}

.factory_btn {
	float: right;
	margin-left: 5px;
}

.factory_btn a {
	background: none repeat scroll 0 0 #86cd4d;
	border-radius: 5px;
	color: #ffffff;
	padding: 2px 10px;
	text-decoration: none;
	display: block;
}

.chart_bg_custom{ background-color: #ffffff;}
#chart_container{ margin: auto;}
