


/*          jStree    */

.jstree-image a {
    
    height: 70px !important;
    width: 70px;
    
}

.jstree-image a i {
    
    background-size: 60px 60px !important;
    height: 70px !important;
    width: 70px !important;
    float: left;
    
}

.jstree-image-detail {
    
    position: fixed; 
    width: 32%;
    
}

.jstree ul li a .fa-user{
    
    color:  red;
    
}

.jstree ul ul li a .fa-user{
    
   color:  blue;
    
}

.jstree ul ul ul li a .fa-user{
    
    color:  orchid;
    
}

.jstree ul ul ul ul li a .fa-user{
    
    color:  #77b54f;
    
}

.jstree ul ul ul ul ul li a .fa-user{
    
    color:  #AB0068;
    
}



/*      End   jStree    */


