/*
GeneralTree
*/
.generalTree .adding_module, .generalTree .adding_comp{
	display:block; 
	margin-left:15px;  
	border-left: none; 
	position: relative;
}
.generalTree .adding_module{
	white-space: nowrap;
}
.generalTree .adding_module .adding_module, .generalTree .adding_module .adding_comp{
	border-left: 1px solid black; 
	white-space: nowrap;
}
.generalTree .noshow{
	display: none !important;
}
.generalTree .ico{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-right: 2px;
	vertical-align: middle;
	background-size: cover;
}
.generalTree .ico.folder{
	cursor: pointer;
}
.generalTree .ico:before{
	content: "-";
	margin-left: -8px;
	position: relative;
	top: -3px;
}
.generalTree .adding_module:last-child:before, .generalTree .adding_comp:last-child:before {
    background-color: #FFFFFF;
    content: "";
    height: 8px;
    margin-left: -1px;
    margin-top: 13px;
    position: absolute;
    width: 1px;
}
.generalTree .adding_module .adding_module:first-child > .ico:after{
    background-color: #000;
    content: "";
    height: 4px;
    margin-left: -6px;
    position: absolute;
    top: -4px;
    width: 1px;
}
.generalTree .adding_module:last-child > span > div:after {
    background-color: #FFFFFF;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    margin-left: -17px;
    position: absolute;
    width: 2px;
}
.generalTree .icon{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	cursor: help;
	background-size: cover;
}
.generalTree .dop_attr:before{
	content: ", ";
}
.adding_module, .adding_comp{
	display:block; 
	margin-left:15px;
    border-left: 1px solid #000000;
}
.adding_module_show
{
	display:block; 
	margin-left:15px;
}
.adding_module_show:before {
    border-left: 1px solid #000000;
    content: "";
    display: block;
    height: 15px;
    margin-top: -3px;
    position: absolute;
}
.general-tree-found {
	background-color: #dcffda !important;
}
.general-tree-found._found_current {
	background-color: #acffaa !important;
}
.general-tree-search-result {
	margin-left: 4px;
	font-style: italic;
}
.general-tree-navigation {
	display: inline-flex;
	margin-left: 4px;
	gap: 4px;
}

.general-tree-search-wrapper._sticky {
	position: sticky;
	background: #f2f2f2;
}

.split-panel-wrapper .general-tree-search-wrapper {
	top: 20px;
}

.general-tree-search-wrapper {
	background: #fff;
	margin: 5px 10px;
	top: 65px;
	z-index: 100;
	padding: 4px;
	border-radius: 4px;
}
