#treeview_container
{
position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    margin: -1px 0 0 0;
    font-size: 14px;
    color: #333;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 0 3px 3px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 8%), inset 0 0 0 0.6px #d2d2d2;
        padding: 15px 15px 0px 45px;
		overflow:auto;
	}
	#treeview_container ul
	{
	padding:0px;
	}
	#treeview_container ul li ul
	{
	padding-left:15px;
	}

	  .project-content-entry
  {
  margin-bottom:0px;
  position:relative;
  }
  .project-content-entry i {
		position: absolute;
    top: -3px;
    left: -22px;
    font-style: normal;
    font-size: 1.625em;
    color: #0079c1;
}
.project-content-entry .project-article-title i:before {
		content: "+ ";
}

.project-content-entry.open .project-article-title i:before {
		content: "- ";
}

.project-content-entry-1.open .project-accordion-content-1
  {
  display:block !important;
  }
  .project-content-entry-1
  {
  margin-bottom:0px;
  position:relative;
  }
  .project-content-entry-1 i {
		position: absolute;
    top: -3px;
    left: -22px;
    font-style: normal;
    font-size: 1.625em;
    color: #0079c1;
}
.project-content-entry-1 .project-article-title-1 i:before {
		content: "+ ";
}

.project-content-entry-1.open .project-article-title-1 i:before {
		content: "- ";
}
.open>.dropdown-menu {
    display: block;
}
.projectview_container > ul {
    padding-left: 50px;
    overflow: auto;
}
.projectview_container > ul > li
{
}
.projectview_container > ul li > ul
{
padding-left:10px;
}
.projectview_container > ul > li > ul > li > ul
{
padding-left:10px;
}
.hummingbird-treeview.projectview_container
{
margin-top:10px;
}
.hummingbird-treeview,
.hummingbird-treeview *
{
    list-style: none;
    font-size: 14px;
    line-height: 16px;
}

.hummingbird-treeview label {
    font-weight: normal;
	padding-bottom: 10px;
	    display: block;
}


.hummingbird-treeview input[type=checkbox] {
       width: 13px;
    height: 13px;
    padding: 0px;
    margin: 0px;
	    margin-right: 5px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .fa {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-treeview .fas {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-base {
    white-space: normal;
}

