.st_miner {
	border-top: 1px solid rgb(69, 120, 206);
	border-right: 1px solid rgb(69, 120, 206);
	border-bottom: 1px solid rgb(69, 120, 206);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
@media screen and (max-width:992px) {
	.st_miner {
		border: 1px solid rgb(69, 120, 206);
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}
.st_miner .list-group-item {
	color: rgb(69, 120, 206);
	border: none;
	margin-right: 15px;
}
.st_miner .list-group-item .pull-right{
	display: none;
}
.st_miner .list-group-item.active{
	color: rgb(255, 167, 62);
	background-color: inherit;
	border-color: inherit;
}
.st_miner .list-group-item:nth-of-type(n+2) {
	border-bottom: 2px dotted #ddd;
}
.st_miner .list-group-item:last-of-type {
	border-bottom: none;
}
.st_miner .list-group-item:nth-of-type(n+2) .pull-left {
	border-left: 5px solid rgb(255, 167, 62);
	padding-left: 5px;
}
.menu-tree-0 {
}
.menu-tree-1 {
	margin-left: 10px;
}
.menu-tree-2 {
	margin-left: 20px;
}
.menu-tree-3 {
	margin-left: 30px;
}
.menu-tree-4 {
	margin-left: 40px;
}
.menu-tree-5 {
	margin-left: 50px;
}
.menu-tree-6 {
	margin-left: 60px;
}
.menu-tree-7 {
	margin-left: 70px;
}
.menu-tree-8 {
	margin-left: 80px;
}
.menu-tree-9 {
	margin-left: 90px;
}