ul,#myUL {
    list-style-type: none;
    font-family: IranianSans_;
    line-height: 30px;
    font-size: 14px;

}

#myUL {
    margin: 0;
    padding: 0;
}

.OPEN_CLOSE_TREE {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.OPEN_CLOSE_TREE::before {
    content: "\002B";
    color: black;
    display: inline-block;
    margin-left: 6px;
}

.OPEN_CLOSE_TREE_DOWN::before {
    content: "\002D";
}
.cursor-pointer
{
    cursor: pointer;
}
.liUnSelected
{
    text-decoration: none;
    color:black;
}
.liUnSelected:hover
{
    text-decoration: none;
    color:black;
}
.liSelected
{
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color:black;
}
.liSelected:hover
{
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color:black;
}

.nested {
    display: none;
}

.active {
    display: block;
}

.removeTrash {
    cursor: pointer;
    color: #fc2525;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}
.addTree {
    cursor: pointer;
    color: #28a745;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

