.sidenav-list {
	background: #FFF;
	border: solid 1px #CCC;
	padding: 0;
	margin: 0;
}
.sidenav-list {
    display:none;
}

.sidenav-list > li{
	list-style-type: none;
	padding: 15px;
	border-bottom: solid 1px #CCC;
	font-weight: 600;
}
.sidenav-list > li:last-child {
	border-bottom: none;
}
.sidenav-list > li a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.sidenav-list > li > ul li {
	list-style-type: none;
	padding-bottom: 15px;
	font-weight: 400;
}
.sidenav-list > li > ul li.active a {
    font-weight: 600;
    color: #000;
}
.dropdown > ul li.active a {
    font-weight: 600 !important;
}
.sidenav-list li.dropdown.active > ul li a {
    font-weight: 400;
}
.sidenav-list > li > ul li:last-child {
	padding-bottom: 0;
}
.sidenav-list > li > ul {
	margin: 15px 0 0 15px;
	padding: 0;
}
.sidenav-list > li > ul {
    display:none;
}
.sidenav-list > li.acc-active > ul {
    display:block;
}
.acc_section {
	background: url(/file/media/Diamond/Common/get_started_expand.png) no-repeat 95% 18px;
}
.acc_section.acc-active {
	background: url(/file/media/Diamond/Common/get_started_collapse.png) no-repeat 95% 22px;
}
.sidenav-list .dropdown {
	position: relative;
}
.sidenav-list .dropdown ul {
	margin: 12px 0 0 14px;
	padding: 0;
    display: none;
}
/*.sidenav-list .dropdown.active > a {
    font-weight: 400;
}*/
.sidenav-list li.dropdown.active ul {
    display: block;
}
.sidenav-list .dropdown:before {
	content:"";
	background: url(../images/global/down_triangle.svg) no-repeat;
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top:3px;
	background-size: contain;
	left: -15px;
    transform: rotate(270deg);
}
.sidenav-list .dropdown.active:before {
   transform: rotate(0);
}

.sidebar-title {
    background: url('../images/global/expand-white.svg') no-repeat rgb(198,187,183) 97% 10px;
    color: #FFF;
    padding: 15px;
    font-weight: 600;
    background-size: 28px;
}
.sidebar-title.expand {
    background: url('../images/global/collapse-white.svg') no-repeat rgb(198,187,183) 97% 10px;
    background-size: 28px 28px;
}
@media (max-width: 767px) {
    .sidenav-list {
        display: none;
    }
    .sidenav-list.expand {
        position: absolute;
        left: 15px;
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.sidenav-list {
		width: 200px;
	}
}
@media (min-width: 768px) {
	.sidenav-list > li a {
		font-size: 0.813em;
	}
	
    .sidebar-title {
        display: none;
    }
}