.settings-sidebar-nav{
	/*padding:0px 0px 0px 10px;*/
	padding: 0px;
	width:100%;
	border-right: 1px solid #ddd;
	height: calc(100vh - 60px);
	display: block;
	background-color: #fff;
}
.settings-sidebar-nav li{
	list-style-type: none;
	cursor: pointer;
	padding: 5px 0px;
	/*border-top:1px solid #ddd;*/
	/*text-align: center;*/
}
.divider-side{
	border-top:1px solid #ddd;
}
/*============icons=========*/
.icon-sidebar-firm{
	background:url('../images/Freesoft-sprite.png') no-repeat -368px -1956px;
	height:36px;
	width:28px;
}
.icon-sidebar-subscription{
	background:url('../images/Freesoft-sprite.png') no-repeat -761px -1874px;
	height:29px;
	width:23px;
}
.icon-sidebar-timeplan{
	background:url('../images/Freesoft-sprite.png') no-repeat -419px -1874px;
	height:29px;
	width:23px;
}
.icon-sidebar-wholesaler{
	background:url('../images/Freesoft-sprite.png') no-repeat -516px -1916px;
	height:35px;
	width:34px;
}
.icon-sidebar-supplier{
	background:url('../images/Freesoft-sprite.png') no-repeat -516px -1828px;
	height:30px;
	width:34px;
}
.icon-sidebar-avance{
	background:url('../images/Freesoft-sprite.png') no-repeat -469px -1826px;
	height:30px;
	width:32px;
}
.icon-sidebar-bank{
	background:url('../images/Freesoft-sprite.png') no-repeat -710px -2018px;
	height:30px;
	width:30px;
}
.icon-sidebar-quality-assurance{
	background:url('../images/Freesoft-sprite.png') no-repeat -35px -710px;
	height:30px;
	width:30px;
}
.icon-sidebar-existing-invoice{
	background:url('../images/Freesoft-sprite.png') no-repeat -451px -459px;
	height:30px;
	width:30px;
}
.sidebar-active{
	background-color: #ededed;
}