.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;
  height: 50px;
  background-color: white;
  line-height: 50px;
  padding-left: 5px;
  padding-right: 15px;
  transition: background-color 0.4s linear;
  position: relative;
}
.VerticalMenu > div > div:first-child:hover {
  background-color: #ebebeb;
}
.VerticalMenu > div > div:first-child > i:last-child {
  line-height: 50px;
  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 {
	font-size: 14px;
	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: 5px;
    margin-top: 20px;
}
.graphicon-minus {
	background-image: url(../images/ico-minus.png);
	background-repeat: no-repeat;
}
.child-menu {
	position: relative;
	line-height: 40px;
}
.activeMenu,
.child-menu:hover,
.side-minmenu li:hover {
	background-color: #ebebeb !important;
}
.side-minmenu {
	padding-left: 0;
	text-indent: 0;
}
.side-minmenu li {
	line-height: 40px;
	font-size: 13px;
	text-indent: 3em;
}
.lvl-2 li {
	font-size: 16px !important;
	text-indent: 1em !important;
}
.lvl-3 li{
	font-size: 14px !important;
	text-indent: 2em !important;
}

.nav-user-box {
    display: flex;
    height: 60px!important;
    width: 100%;
}
.nav-user-text {
    line-height: 20px;
    width: calc(100% - 30px);
    padding: 10px 0;
}
.nav-user-text a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.nav-user-text small {
    font-size: 80%;
}
.nav-user-box .graphicon,
.nav-user-box .graphicon-minus {
	margin-top: 25px;
}