/* SIDEBAR STYLES */
 #sidebar, #sidebar li ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 #sidebar ul.sub-navigation {
	 padding-left: 10%;
}
 #sidebar * a {
	 text-decoration: none;
	 color: #000;
	 font-size:13px;
	
}
 #sidebar * a:hover {
	 background: #f7cc2e;
	 border-bottom: none !important;
}
 #sidebar > li a.active{
	 background: #500000;
	 color: #ffffff;
}

/*CSRRS theme ONLY */
#sidebar-csrrs * a:hover {
	 background: #003C70;
	 color: #ffffff;
}
 #sidebar-csrrs #sidebar > li a.active{
	 background: #D8D8D8;
	 color: #000000;
}



 #sidebar > li {
	 border-bottom: 1px solid #a4a4a9;
}
 .hide {
	 display: none;
}
/* END DEFAULT SIDEBAR RESET */
 .sidebar-static * a, .sidebar-dynamic * a {
	 width: 100%;
	 display: block;
	 padding: 8px 0 8px 5px;
}
 #sidebar .arrow, #sidebar .file, #sidebar .external {
	 display: grid;
	 grid-template-columns: 1fr 20px;
}
 #sidebar .arrow i, #sidebar .file i, #sidebar .external i {
	 place-self: center;
	 padding-right:5px;
	 justify-self: end;
}
 .sub-navigation li a {
	 background: #ececec;
}
 .sub-navigation li {
	 margin-bottom: 0px;
}

.sub-item a, .sub-item a:hover{
    border-bottom: none !important;
}



/* END SIDEBAR STYLES */