.nav-side {
	font-family: "Noto-DemiLight";
}
.VerticalMenu {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.VerticalMenu > div {
  width: 100%;
  float: left;
}
.VerticalMenu > div > div:first-child {
  text-align: left;
  padding-left: 5px;
  padding-right: 15px;
  transition: background-color 0.4s linear;
  position: relative;
  padding:10px 10px;
}
/* .VerticalMenu > div > div:first-child:hover {
  background-color: #009373;
} */
.VerticalMenu > div > div:first-child > i:last-child {
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}
.VerticalMenu .glyphicon {
	font-size: 14px;
}
.VerticalMenu > div > div:last-child {
  width: 100%;
  display: none;
}
.VerticalMenu > div:first-child > div:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.VerticalMenu > div:last-child > div:first-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.VerticalMenu > div:last-child::after {
  display: block;
  clear: both;
}
.sub-menu-panel {
	display: none;
}
.sub-menu-panel>div>.child-menu {
	font-size: 16px;
	text-indent: 1em;
}
.sub-menu-panel>div>.sub-menu-panel {
	text-indent: 2em;
}
.sub-menu-panel>div>.sub-menu-panel>div>.child-menu {
    font-size: 14px !important;
    text-indent: 2em;
}
.graphicon,
.graphicon-minus {
    background-image: url(../../images/ico-plus.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 15px;
    margin-top: 18px;
}
.graphicon-minus {
	background-image: url(../../images/ico-minus.png);
	background-repeat: no-repeat;
}
.child-menu {
	position: relative;
}
/* .activeMenu,
.child-menu:hover,
.side-minmenu li:hover{
	background-color: #009373 ;color:#fff ;
} */

.child-menu a:hover{
	color:#fff !important;
}
.side-minmenu {
	padding-left: 0;
	text-indent: 0;
}
.side-minmenu li {
	padding:10px 15px;
	padding-left:30px;
}
.lvl-2 li {
	font-size: 16px !important;
}
.lvl-3 li{
	font-size: 14px !important;
	text-indent: 2em !important;
}

.activeMenu1{background-color:#cc4c02}
.activeMenu2{background-color:#cc4c02}
.activeMenu3{background-color:#cc4c02}
.activeMenu4{background-color:#cc4c02}

.lichild_menu:hover{background-color:#cc4c02 !important}
.li_menu:hover{background-color:#cc4c02 !important}
 
.color_menu1:hover{background-color:#cc4c02 !important;color:#fff !important}
.color_menu2:hover{background-color:#cc4c02 !important}
.color_menu3:hover{background-color:#cc4c02 !important}
.color_menu4:hover{background-color:#cc4c02 !important}

.activeMenu a {color:#fff !important}
.activeMenu a {color:#fff !important}
.activeMenu a {color:#fff !important}
.activeMenu a {color:#fff !important}

