.sidebar-header span {
	margin-left: 10px;
	margin-top: 5px;
}

.navbar-brand img {
	/* width: 200px; */
	width: 100%;
	max-width: 200px;
}

#pagebar ul li.active>a, #pagebar a[aria-expanded="true"] {
	color: #000;
	background: #c0c0c0;
	border-radius: 26px;                                                                       
}
#pagebar ul li.menu-home.active>a, #pagebar ul li.menu-home a:hover {                    
	/* background: #bf4146; */
} 
#pagebar ul li.menu-cmd.active>a, #pagebar ul li.menu-cmd a:hover {                         
	/* background: #45ad9b; */
}

#pagebar ul li.menu-dmd.active>a, #pagebar ul li.menu-dmd a:hover {                            
	/* background: #3f9c25; */
}
#pagebar ul li.menu-feedback.active>a, #pagebar ul li.menu-feedback a:hover {                        
	/* background: #3399c9; */     
}

#sidebar ul li a:hover {
	background: #ffdd00 !important;
	border-radius: 10px !important;
	color: #000;
}

#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {                      
	color: #000;
	background: #ffdd00;
	border-radius: 26px;
}

#sidebar ul li.menu-home.active>a, #sidebar ul li.menu-home a:hover {
	/* background: #45ad9b; */
}
#sidebar ul li.menu-cmd.active>a, #sidebar ul li.menu-cmd a:hover {
	/* background: #45ad9b; */
}

#sidebar ul li.menu-dmd.active>a, #sidebar ul li.menu-dmd a:hover {
	/* background: #3f9c25; */
}

#sidebar ul li.menu-feedback.active>a, #sidebar ul li.menu-feedback a:hover {
	     /* background: #3399c9; */                                                             
}

.nav-group .active {
	background-color: #ff8f1c !important;
	color: black;
}

#topMenu li:hover {                                               
	/*border-radius: 20px;
	background: #ff8f1c;
	text-align: center;
	color: #000;*/
	text-decoration: underline;
}

.nav-link {
	color: #FFF;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
	/*color: #000;
	background: #ff8f1c;
    border-radius: 20px;*/
    text-decoration: underline;
}
