.sideMenuMainDiv li {
	list-style-type: none;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 35px;
	margin-bottom: 10px;
}

.sideMenuMainDiv .mainLevelUl li.dropdownViewMode:hover {
	background-color: #cae3e8;
}

.sideMenuMainDiv ul {
	margin: 0;
}

.sideMenuMainDiv .menuTitle {
    border: 1px solid #e8f2f4;
	background-image: url('/portal/o/ifap-theme/images/custom/arrow-xhdpi-back.png');
	background-size: 4%;
	background-position-y: center;
	background-position-x: 13px;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sideMenuMainDiv .noTitle {
	background-image: url('/portal/o/ifap-theme/images/custom/tudo.png');
	background-size: initial;
}
.sideMenuMainDiv .mainLevelUl ul {
	display: none;
}

.sideMenuMainDiv .mainLevelUl li {
	background-color: #087d8d;
	border: 0;
	background-position: 20px 3px;
	text-decoration: none;
	cursor: default;
}

.sideMenuMainDiv .mainLevelUl>li {
	text-transform: uppercase;
}

.sideMenuMainDiv .mainLevelUl li.tabPageLi {
	display: none;
}

.sideMenuMainDiv .mainLevelUl li.dropdownViewMode {
	background-color: #e8f2f4;
	border-bottom: 1px solid lightgrey;
	/*white-space: nowrap;*/
	margin-bottom: 0;
}

.sideMenuMainDiv .mainLevelUl li.dropdownViewMode a {
	color: #333;
	text-transform: none;
	text-decoration: none;
}

.sideMenuMainDiv .mainLevelUl li.dropdownViewMode span.closed {
	background-image: url('/portal/o/ifap-theme/images/custom/arrow-hdpi.png');
    background-size: 45%;
}

.sideMenuMainDiv .mainLevelUl li a {
	color: #fff;
}

.sideMenuMainDiv .mainLevelUl li a.noLink {
	text-decoration: none;
	cursor: default;
}

.sideMenuMainDiv .mainLevelUl li span {
	float: right;
	height: 35px;
	width: 21px;
	margin-right: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}

.sideMenuMainDiv .mainLevelUl li span.closed {
	background-image: url('/portal/o/ifap-theme/images/custom/arrow-xhdpi-back-rotated-Sidemenu-selected-down3.png');
    background-size: 45%;

}

.sideMenuMainDiv .mainLevelUl li span.open {
	background-image: url('/portal/o/ifap-theme/images/custom/arrow-xhdpi-back-rotated-Sidemenu-selected-down2.png');
	background-size: 65%;
}

.sideMenuMainDiv .hideLi {
	line-height: 0;
	background-color: #fff !important;
}

.sideMenuMainDiv .selectedPage {
	background-color: #cae3e8 !important;
	border: 2px solid #e6e6e6 !important;
}

.sideMenuMainDiv li.dropdownViewMode.selectedPage a,
.sideMenuMainDiv li.selectedPage a {
	color: #087d8d;
}

.sideMenuMainDiv li.selectedPage span.closed.open {
	background-image: url('/portal/o/ifap-theme/images/custom/arrow-xhdpi-back-rotated.png');
	background-size: 65%;
}

.sideMenuMainDiv li.selectedPage span.closed {
	background-image: url('/portal/o/ifap-theme/images/custom/arrow-hdpi.png');
	background-size: 45%;
}

/*Mobile version of the sidemenu*/

#sideMenuMainMobile {
	display: none;
	z-index: 99999999;
	margin-left: 0;
	margin-top: 75px;
}

.aui .openSideMenuBtnImg {
	height: 23px;
	padding-left: 20px;
}

.openSideMenuBtn {
	position: absolute;
	background-color: transparent;
	margin-top: 75px;
	margin-left: 0;
}

.sideMenuMainDiv .portlet-body {
	background-color: #fff;
}