@font-face {
  font-family: FontAwesome;
  src: url(/vendor/fontawesome-free/webfonts/fa-regular-400.woff);
}


.tree, .main-tree {
    margin: 0;
    text-align: left;
}


.tree-title:before {
    content: "\f07b";
    font-family: FontAwesome;
    margin-left: -20px;
    display: inline-block;
	font-size:25px;
	font-weight: normal;
	font-style: normal;
	color: #008390;
	margin-right: 10px;
	line-height: 1;
	position: relative;
	top: 2px;
	z-index: 1;
}

.xxxtree-item:before {
    content: "\f15b";
    font-family: FontAwesome;
    display: inline-block;
	font-size:25px;
	font-weight: normal;
	font-style: normal;
	color: #1a49f0;
	margin-right: 10px;
	line-height: 1;
	position: relative;
	top: 2px;
	z-index: 1;
}

.tree-title {
    font-weight: bold;
    list-style-type: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0px;
    margin-left: -10px;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

.tree-item {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    cursor: pointer;
    list-style-type: none;
    margin-left: 20px;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
}

.tree-title.active:before {content: "\f07c" !important;color: #fed136;
}

.tree-title:hover:before {opacity: 0.6;}
.tree-title:hover{opacity: 0.6;}

a.tree-file {color: #1a49f0;}

.tree-item:hover:before {opacity: 0.6;}
.tree-item:hover{opacity: 0.6;}

a.tree-file:hover {opacity: 0.6;}

