.menu {
	width: 200px;
	background-color: #283142;
	border-right: 1px solid #343d4e;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	font-size: 14px;
}

.menu-title {
	height: 50px;
	width: 100%;
	line-height: 50px;
	cursor: pointer;
}

.menu-title-single {
	height: 50px;
	width: 100%;
	line-height: 50px;
}

.menu-items {
	overflow: hidden;
}

.menu-item {
	height: 34px;
	width: 100%;
	line-height: 34px;
}

.menu-title:hover,
.menu-item:hover {
	background-color: #343d4e;
}

.menu-item-tab {
	float: left;
	margin-left: 0px;
	width: 2px;
	height: 100%;
	background-color: #283142;
}


.menu-item-icon {
	float: left;
	margin-left: 30px;
}

.menu-title-icon {
	float: left;

}

.menu-item-name {
	float: left;
	margin-left: 24px;
}
.menu-title-name {
	float: left;
	margin-left: 10px;
}

.menu-item-icon .menu-item-name span {
	font-size: 16px;
}

/*.menu-line {
	background-color: #343d4e;
	height: 1px;
	width: 220px;
	margin-left: 15px;
}*/

.menu-group a, .menu-item a{
	text-decoration: none;
	color: #7f8fa6;
}
.menu-group a:hover, .menu-item a:hover{
	text-decoration: none;
	color: #fcfcfc;
}

.spn-remove{
	font-size: 14px;
	margin-left: 10px;
	color: #7f8fa6;
}

.spn-remove:hover{
	color: #fcfcfc;
	cursor: pointer;
}
