.treeview, 
.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
    list-style-position: outside;
}
@media (max-width:1023px){
	.treeview{ 
		display:none;
	}
}
.treeview ul {
	background-color: #fff;
}
.treeview li {
    list-style-type: none;
    min-height: 35px;
    max-width: 267px;
    margin-bottom: 12px;
}
.treeview .hitarea {
	height: 16px;
	width: 16px;
	float: right;
	cursor: pointer;
}
* html .hitarea {
	display: inline;
	float:none;
}
.treeview > li:hover > a {
    margin-left: 0;
    text-decoration: none;
    color: var(--primary);
    font-weight: 700;
}
.treeview > li > a {
    border-radius: 0;
    padding: 3.5px 15px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #58595b;
    line-height: 28px;
    background: #F4F4F4;
    border-left: 5px solid var(--primary);
}
.navxp-menu-simple .active {
    background: none;
}
.treeview li > a.active,
.treeview li > a.active.selected {
    border-left: 5px solid var(--primary);
    margin-left: 0;
    background: #F4F4F4;
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
}
.treeview ul.menu-level-1 > li,
.treeview ul.menu-level-2 > li {
    margin: 5px 0;
}
.treeview ul.menu-level-1 > li > a,
.treeview ul.menu-level-2 > li > a {
    color: #58595b;
}
.treeview ul.menu-level-1 > li:hover > a,
.treeview ul.menu-level-1 > li > a.active,
.treeview ul.menu-level-1 > li > a.active.selected,
.treeview ul.menu-level-2 > li:hover > a,
.treeview ul.menu-level-2 > li > a.active,
.treeview ul.menu-level-2 > li > a.active.selected {
    background: #fff;
    text-decoration: none;
    color: var(--primary);
    font-weight: 700;
    border: none;
}
#treecontrol { margin: 1em 0; display: none; }
#treecontrolOverwrite { margin: 1em 0; display: block; }
.treeview .hover {cursor: pointer; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { /*background-image: url(treeview-default.gif);*/ }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(treeview-red.gif); } 
.treeview-black li { background-image: url(treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(treeview-black.gif); }  
.treeview-gray li { background-image: url(treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(treeview-gray.gif); } 
.treeview-famfamfam li { background-image: url(treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(treeview-famfamfam.gif); } 
.treeview .placeholder {
	height: 16px;
	width: 16px;
	display: block;
}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; display: block; }
.filetree span.folder { background: url(folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(file.gif) 0 0 no-repeat; }

.treeview li.active + ul {
    display: block !important;
	margin-left:15px;
}
/* .treeview > li.last{ */
    /* display: none; */
/* } */
.treeview .breadcrumb {
	background: none;
}

.treeview > li.collapsable > li.closed> a {
    border-left: 5px solid #fff;
	margin-left: 15px;
}
.treeview > li > li> a,
.treeview > li li> a {
    border-left: 5px solid #fff;
	margin-left: 15px;
	/* color: #58595b; */
}
/* .treeview > li ul.active li > a { */
    /* color: rgba(109, 191, 88, 1); */
/* } */
    .treeview > li li > a.active {
        margin-left: 15px;
        border-left: 5px solid var(--primary);
        /* color: #6DBF59; */
    }
.treeview > li li li > a {margin-left: 30px;}
.treeview > li li li li > a {margin-left: 45px;}

.treeview li:hover > a,
.treeview li li:hover > a,
.treeview li li > a.active,
.treeview > li li:hover > a,
.treeview > li.collapsable li:hover > a,
.treeview > li li li:hover > a {
    /* color: #58595b; */
    border-left: 5px solid var(--primary);
    background: #F4F4F4;
}
/* .treeview > li li li:hover > a, */
.treeview > li li li > a.active {
    border-left: 5px solid var(--primary);
    margin-left: 30px;
    /* color: rgba(109, 191, 88, 1); */
}
.treeview > li li li li > a.active {
    border-left: 5px solid var(--primary);
    margin-left: 45px;
}
.section-header {
    color: var(--primary);
    font-weight:bold;
    font-size:12px;
}