/*

*/
.tree {
	min-height: 20px;
	*padding: 19px 19px 141px;
	margin-bottom: 20px;
	/* background-color: #fbfbfb; */
	/* border: 1px solid #999; */
	/* overflow: auto; */
	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; */
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) */
}

.tree>ul {
	padding: 0;
}

.tree li.tree-node {
	list-style-type: none;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	
}

open-tree.tree li.tree-node{
	display: flex;
	flex-wrap: wrap;
}

.tree li.tree-node::before,.tree li.tree-node::after {
	content: '';
	right: -20px;
	position: absolute;
	left: auto
}

.tree li.tree-node::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.tree li.tree-node::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 17px;
	width: 25px
}

.tree li.tree-node span {
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 3px;
	text-decoration: none;
    height: auto;
    color: #999
}

.tree li.tree-node.parent_li>span {
	cursor: pointer
}

.tree>ul>li.tree-node::before,.tree>ul>li.tree-node::after {
	border: 0
}

.tree li.tree-node:last-child::before {
	height: 17px
}

.tree li.tree-node.parent_li>span:hover,.tree li.tree-node.tree-node.parent_li>span:hover+ul li.tree-node span
	{
	background: #eee;
	border: 1px solid #94a0b4;
	color: #000
}

.tree .treeNode {
	height: 40px;
}

.tree .treeNode:hover {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #e2e2e2;
    color: #666;
	cursor: pointer;
}

.tree .treeNode.treeNodeSelected {
	background-color: #329cda;
    border-color: #329cda;
    color: #ffffff;
}

.tree .treeNode.treeNodeSelected  a .caret {
	color: #ffffff;
}

.tree .treeNode .badge {
	float: left;
}

.tree  .caret {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid;
	display: inline-block;
	height: 0;
	margin-left: 3px;
	vertical-align: middle;
}

.tree .treeNode p {
/*
	padding: 0px;
	color: #329cda;
	min-height: 0px !important;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	left: 0px;
	white-space: pre-wrap;
	margin-bottom: 0px !important;
	*word-break: break-word;
	line-height: 29px;
*/
    
        padding: 0px;
    color: #329cda;
    min-height: 0px !important;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    left: 0px;
    white-space: nowrap;
    margin-bottom: 0px !important;
    word-break: break-word;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.open-tree{
	background-color: #f5f5f5;
}
.tree .treeNode.open-tree p{
    color: #666666;
}

.tree .treeNode.treeNodeSelected p{
    color: #ffffff;
}
vira-tree .flaticon-signs::before , vira-tree .flaticon-minus::before {
    font-size: 10px;
}