/* start list-group */
.list-group-custom {
	margin-bottom: 0;
}

.list-group-custom .list-group-item {
	line-height: 20px;
	border: 1px solid #f0f1f2;
	border-left: 0 none;
	border-right: 0 none;
	border-radius: 0;
}

.list-group-custom .list-group-item:first-child {
	border-top: 0 none;
}

.list-group-custom .list-group-item:last-child {
	border-bottom: 0 none;
}

.list-group-custom .list-group-item.on {
	font-size: 16px;
	color: #ff7f42;
}

/* start detail */
.header-content .filter-city {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
}

.header-content .filter-title {
	margin: 0 15px 0 65px;
	font-size: 16px;
}

.view-detail .block-title {
	border-left: 2px solid #ff7f42;
	padding-left: 5px;
}

.view-detail .block-chart .icon-gray {
	color: rgba(220, 220, 220, 1);
}

.view-detail .block-chart .icon-blue {
	color: rgba(151, 187, 205, 1);
}