.backend .table td, .table th{
	vertical-align:top !important;
}
	
}

.backend > .main > .menu{
	padding:0;
}

.left-menu{
	extends: left-menu-color;
	background: #1d212a none repeat scroll 0 0;
	list-style: none;
}

.left-menu  li > a:hover, .left-menu  li.active > a{
	color:white !important;
	text-decoration:none !important;
	background-color: #1d212a !important;
}

.left-menu  li  a{
	border-top: 1px solid #333;
    color: #b3b8c3;
    display: block;
    padding: 15px 20px;
}

.left-menu > .panel-heading{
	background: #1d212a none repeat scroll 0 0;
    color: #b3b8c3;
    height: 50px;
    line-height: 50px;
}
