.treeSelCheck {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    width: 14px;
    margin-right: 4px;
    cursor: default;
    font-size: 1.1rem;
}

/* fa-square-o */
.treeSelCheck::before {
    content: "\f096";
    color: rgb(48, 159, 219);
}

/* fa-check-square-o */
.fullChecked.treeSelCheck::before {
    content: "\f046";
    color:green;
}

.partChecked.treeSelCheck::before {
    content: "\f0c8";
    color: #FFAE42;
}


span.a-Icon.icon-tree-folder {
    display: none ;
}
