
/* favorite.html */
.img-responsive {
	max-width: 100%;
	height: auto;
}

.blue_top_row {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #032949;
}

.main_area {
	background-color: #ececec;
	padding-top: 25px;
	padding-bottom: 50px;
}

ul.tabs {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

	ul.tabs li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		background: #ff9b12;
		width: 16%;
	}

		ul.tabs li a {
			text-decoration: none;
			display: block;
			outline: none;
			padding: 15px 18px;
			font-family: 'Open Sans', sans-serif;
			font-size: 16px;
			color: #fff;
			text-align: center;
		}

		ul.tabs li.active {
			background: #fff;
			box-shadow: 0px 2px 0px #ff9b12 inset;
		}

			ul.tabs li.active a {
				color: #000;
			}

.tabContainer {
	overflow: hidden;
	clear: both;
	width: 100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	    min-height: 350px;
}

.tabContent {
}

.custom_row:before, .clearfix:after {
	content: "";
	display: table;
}

.custom_row:after {
	clear: both;
}

.custom_row {
	zoom: 1; /* ie 6/7 */
}

.chart_wrapper {
	display: block;
}

.chart_title {
	margin-bottom: 24px;
}

	.chart_title h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		color: #00b0f0;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

.chart_details {
	margin-bottom: 6px;
}

	.chart_details ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.chart_details ul li:first-child {
			display: block;
			margin: 0;
			padding: 0;
		}

		.chart_details ul li {
			display: inline;
			margin: 0 18px 6px 0;
			padding: 0;
			font-family: 'Open Sans', sans-serif;
			font-size: 13.5px;
			color: #818181;
			font-weight: 400;
		}

			.chart_details ul li strong {
				color: #1097c1;
				font-weight: 400;
				margin-left: 2px;
			}

.social {
	margin-bottom: 10px;
	text-align: right;
}

	.social ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.social ul li {
			display: inline;
			margin: 0;
			padding: 0;
			width: 45px;
			height: 45px;
		}

.social_icon1 {
	background-image: url("../images/fb.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

	.social_icon1:hover {
		background-image: url("../images/fb_hovered.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 45px;
		height: 45px;
	}

.social_icon2 {
	background-image: url("../images/twitter.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

	.social_icon2:hover {
		background-image: url("../images/twitter_hovered.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 45px;
		height: 45px;
	}

.social_icon3 {
	background-image: url("../images/linkedin.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

	.social_icon3:hover {
		background-image: url("../images/linkedin_hovered.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 45px;
		height: 45px;
	}

.chart_image {
	margin-bottom: 15px;
	position: relative;
}

.switch {
	position: absolute;
	top: 0;
	right: 0;
}

.share_icons {
	margin-bottom: 15px;
	margin-right: 4px;
	float: right;
}

	.share_icons ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.share_icons ul li {
			margin: 0 0 6px 0;
			padding: 0;
			width: 36px;
			height: 36px;
			text-align: center;
		}

.share_icon1 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #3f51b5;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon1:hover {
		background-color: #3f51b5;
		color: #fff;
	}

.share_icon2 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #9c27b0;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon2:hover {
		background-color: #9c27b0;
		color: #fff;
	}

.share_icon3 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #93d152;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon3:hover {
		background-color: #93d152;
		color: #fff;
	}

.share_icon4 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #ff9c31;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon4:hover {
		background-color: #ff9c31;
		color: #fff;
	}

.share_icon5 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #00b0f0;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon5:hover {
		background-color: #00b0f0;
		color: #fff;
	}

.share_icon6 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #6a6a6a;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon6:hover {
		background-color: #6a6a6a;
		color: #fff;
	}

.share_icon7 {
	display: block;
	height: 100%;
	background-color: #fff;
	font-size: 22px;
	color: #f44336;
	line-height: 38px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
}

	.share_icon7:hover {
		background-color: #f44336;
		color: #fff;
	}

.divider {
	height: 1px;
	background-color: #939393;
	margin-top: 35px;
	margin-bottom: 35px;
}

.footer {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555555;
	position: relative;
	z-index: 100;
}

	.footer a {
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		font-weight: 400;
		color: #555555;
		text-decoration: none;
	}

.f_right {
	text-align: right;
}

.fav_datatools_left_col {
	background-color: #dbeef4;
	padding: 10px;
}

	.fav_datatools_left_col h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #a9a9a9;
		margin: 0 0 14px 0;
		padding: 0;
	}

.fav_datatools_right_col {
	padding: 8px;
}

.items_row {
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
}

	.items_row h3 {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #282828;
		margin: 0 0 5px 0;
		padding: 0;
	}

	.items_row ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-top: 8px;
	}

		.items_row ul li {
			margin: 0 18px 6px 0;
			padding: 0;
			list-style-type: none;
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			font-weight: 400;
			color: #808080;
			display: inline-block;
		}

			.items_row ul li strong {
				color: #00b0f0;
				font-weight: 400;
			}

	.items_row:hover {
		cursor: pointer;
		background-color: #f0f0f0;
	}

@media (max-width: 547px) {
	ul.tabs li {
		width: 100%;
	}
}

@media (max-width: 1005px) {
	.social {
		text-align: left;
	}

	.switch {
		position: relative;
	}

	.share_icons {
		margin-right: 0;
		margin-top: 15px;
		float: left;
	}

		.share_icons ul li {
			margin: 0 6px 0 0;
			float: left;
		}

	.f_right {
		text-align: left;
	}
}

a.anchor {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}

.loader-hor {
	height: 4px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}

	.loader-hor:before {
		display: block;
		position: absolute;
		content: "";
		left: -200px;
		width: 200px;
		height: 4px;
		background-color: #2980b9;
		animation: loading 2s linear infinite;
	}

@keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}

	50% {
		width: 30%;
	}

	70% {
		width: 70%;
	}

	80% {
		left: 50%;
	}

	95% {
		left: 120%;
	}

	to {
		left: 100%;
	}
}

@-webkit-keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}

	50% {
		width: 30%;
	}

	70% {
		width: 70%;
	}

	80% {
		left: 50%;
	}

	95% {
		left: 120%;
	}

	to {
		left: 100%;
	}
}

#treeView {
	position: fixed;
	max-width: 20% !important;
}

.news-scode {
	color: black;
	    font-size: 13px;
		margin: 5px 0 5px 0;
 
}
	.news-scode b {
	color:black!important;
	}
	.news-scode * {
		color: black;
	}
.news_row {
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
    background: #fff;
    box-shadow: 1px 2px 3px 1px #dddddd;
    margin: 5px;
}
.set.active {
	color: #1097c1;
}

.set {
	font-size: 68px;
	color: #d6d6d6;
	margin-right: 40%;
}

.multiselect-native-select .btn-group, .multiselect-native-select .btn-group button, .multiselect-native-select .btn-group ul {
	width: 100%;
	text-align: left;
}

.caret {
	float: right;
	margin-top: 9px;
}

.multiselect-native-select .btn-group button {
	padding-right: 10px;
	background: none;
	color: black;
	padding-left: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:hover, .open .dropdown-toggle.btn-default:active {
	background: none;
	color: black;
}

.multiselect-container > li > a {
	color: #032949;
	padding: 0px !important;
}

#preview-news * {
	font-size: 0.93em !important;
}

#preview-news h3 {
	font-size: 0.98em !important;
}
.news_row h3{
font-size:19px;
font-weight:bold;
}
.news_row b {
font-weight: bold!important;
text-decoration:none!important;
}
.main_area {
background: -moz-linear-gradient(90deg, #FFFFFF 51%, #ececec 100%, #ececec 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(0%, #ececec), color-stop(49%, #FFFFFF)); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, #FFFFFF 51%, #ececec 100%, #ececec 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, #FFFFFF 51%, #ececec 100%, #ececec 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, #FFFFFF 51%, #ececec 100%, #ececec 100%); /* ie10+ */
background: linear-gradient(0deg, #FFFFFF 51%, #ececec 100%, #ececec 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
}
.btn-default[disabled]:focus, .btn-default[disabled]:hover {
    background: #1097c1 !important;
    color: #fff;
    border-color: #1097c1 !important;
}