


.ig.Tree{
	padding: 5px;
	background-color: rgba(93, 85, 85, 0.5);
	color:#ffffff;
	height:100%;
	user-select:none;
	box-sizing: border-box;	
	font-size: 10pt;
}

.ig.Tree.MapFrame{
	margin: 5px;
	padding: 2px;
	background-color: rgba(93, 85, 85, 0.5);
	border:1px solid #ffffff;
	color:#ffffff;
	border-radius: 5px;
	height:calc( 100% - 10px );
	z-index:999;
	user-select:none;
	box-sizing: border-box;	
}

.ig.Tree .line{
	position: relative;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ig.Tree .line.select{
	background-color: rgba(255, 204, 85, 0.6);
}

.ig.Tree .line.selectP{
	background-color: rgba(255, 204, 85, 0.2);
}

.ig.Tree .line:not(.unselected):hover{
	background-color: rgba(255, 204, 85, 1);
	/*border:1px solid #ffcc00;*/
}
.ig.Tree .line .sublabel{
	display: flex;
	width: 100%;
	flex:left;
	}
.ig.Tree .line .label-c{
	padding-left: 2px;
	/*width:100px;*/
	display: flex;

}
.ig.Tree .line .label{
	/*width: 100px;*/
	/*overflow-x: auto; */
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10pt;
    /*padding-left: 6px;*/
    overflow: hidden;
}

.ig.Tree .line img{
	width:15px;
	height:15px;
}
.ig.Tree .line .right{
    position: absolute; 
    top: 0em;
    right: 0;
}
.ig.Tree .treepanel{
	margin: 5px;
	background-color: rgba(1,1,1,0.5);
	border:1px solid #ffffff;
	border-radius: 5px;
}


.ig.Tree2{
	padding: 10px;
	height:100%;
	user-select:none;
	box-sizing: border-box;	
	/*width:100%;*/
}

.ig.Tree2 .line{
	position: relative;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.ig.Tree2 .line.select{
	background-color: rgba(255, 204, 85, 0.6);
}

.ig.Tree2 .line.selectP{
	background-color: rgba(255, 204, 85, 0.2);
}
.ig.Tree2 .line:not(.unselected):hover{
	background-color: rgba(255, 204, 85, 1);
	/*border:1px solid #ffcc00;*/
}
.ig.Tree2 .line .sublabel{
	display: flex;
	width: 100%;
	flex:left;
	}
.ig.Tree2 .line .label-c{
	padding-left: 2px;
	display: flex;
}
.ig.Tree2 .line .label{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ig.Tree2 .line .right{
    position: absolute; 
    top: 0em;
    right: 0;
}
.ig.Tree2 .treepanel{
	margin: 5px;
	background-color: rgba(1,1,1,0.5);
	border:1px solid #ffffff;
	border-radius: 5px;
}
.ig.Tree2.MapFrame{
	margin: 5px;
	padding: 4px;
	background-color: rgba(93, 85, 85, 0.5);
	border:1px solid #ffffff;
	color:#ffffff;
	border-radius: 5px;
	height:calc( 100% - 10px );
	z-index:999;
	user-select:none;
	box-sizing: border-box;	
}