#sidebar-container {
  position: static;
  width:100%;
  /*background-color: #5677fc;*/
  color: #333;	 
  height: 100%;
  padding:0px;
}
.submenu {
	position:relative;
}
.submenu-heading {
	padding: 10px 0px 10px 0px;
	cursor: pointer;
	color:#003063;
}

.submenu-heading h5 {
	margin: 0;
	color:#003063;
}
.submenu-title a:hover, .submenu-heading:hover {
	/*background: rgba(255, 255, 255, .5);*/
	/*color: rgba(0, 0, 0, .6);*/
	color:#003063;
}
.submenu .list-group-item {
	border-radius: 0;
	/*background: rgba(0, 0, 0, .07);*/
	border:none;
	/*color: white;*/
	color:#333;
	padding-left:0px;
}

.submenu .list-group .submenu-title{
	margin-left: 15px;	
}
.submenu .list-group{
	margin-left: 5px;
	/*padding-bottom:10px;	
	border-bottom: 1px dotted red;*/
}

.submenu a.list-group-item {
	/*background: rgba(255, 255, 255, .5);*/
	padding-left: 15px;
	-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;
}

.submenu a.list-group-item:hover {
	color:#fff;
	background: rgba(0, 0, 0, .3);
	padding-left: 15px;
	-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;
}

.submenu .VPM-caret{
	position: absolute;
	top:8px;
	right: 10px;
	/*margin: -3px 15px 0 0;*/
	width: 25px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
	border-color:#999999;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	
}

.submenu .minus:before{
	content: '-';
	font-family: monospace;
	font-weight: bold;
}

.submenu .plus:before{
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
