#sidebar_expand_layer{
	background-color: rgba(0, 0, 0, .5);
}
#sidebar_1st_content{
	background-color: rgb(255, 255, 255);
}
#sidebar_1st_btn{
	background-color: rgb(255, 255, 255);
}
#sidebar_1st_btn .icon:hover{
	background-color: rgb(240, 240, 240);
}
#sidebar_1st_btn:before {
	-webkit-box-shadow: 0 10px 0 0 #fff;
	box-shadow: 0 10px 0 0 #fff;
}
#sidebar_1st_btn:after {
	-webkit-box-shadow: 0 -10px 0 0 #fff;
	box-shadow: 0 -10px 0 0 #fff;
}
#sidebar_1st .primary_item:hover, 
#sidebar_1st .secondary_item:hover{
	background-color: rgba(54, 96, 129, .1);
}
#sidebar_1st .primary_item.active{
	background-color: rgba(54, 96, 129, .2);
}
.secondary_content{
	border-left: 2px solid rgba(54, 96, 129, .1);
}