<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.actree {
   
   
    position:relative;
    font-size: 12px;


}

.actree .actree-choices &gt; li {
    display: inline-block;
   
   
    position:relative;
}

.actree .actree-choices li i {
    
    font-size: 11px;
    font-weight: 600;
    vertical-align: baseline;
}

.actree .actree-shortcut li{
    margin-left:10px;
    margin-top:10px;
    font-weight:bold;
}


/*.actree{
    position:relative;
    display:block;
    font-size: 12px;
}*/

.actree ul, .actree li {
       
    list-style-type: none;
    margin: 3px 6px;
    margin-left: 0;
    
        
}

.actree ul {
       
   padding: 0;
}

.actree .actree-drop-container li ul {
    padding-left: 10px;
}


.actree-drop{
    background: none repeat scroll 0 0 #FDFDFD;
    border-color:#DDDDDD;
    
    border: 1px solid #DDDDDD;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    left: 0px;
    position: absolute;
    display:none;
    top: 100%;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 1010;
}

.actree-input{
  /*background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #DDDDDD;
    margin-top:5px;*/
}

.actree-input input{
    
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
  
    padding: 5px 8px 6px;
    width: 100%;
}

.actree.actree-active .actree-drop{
display:block;
}

.actree ins {
    display: inline-block;
    height: 18px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 18px;
    vertical-align:text-top;
    
}

.actree .actree-drop-container li, .actree .actree-drop-container ins {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("d.png");
    background-repeat: no-repeat;
}

.actree .actree-drop-container li {
    background-position: -90px 0;
    background-repeat: repeat-y;
}
.actree .actree-drop-container li.jstree-last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.actree .actree-drop-container .actree-open &gt; ins {
    background-position: -72px 0;
}
.actree .actree-drop-container .actree-closed &gt; ins {
    background-position: -54px 0;
}
.actree .actree-drop-container .actree-leaf &gt; ins {
    background-position: -36px 0;
}

ul.actree-choices
{
    display:block;
    clear:both;

    margin:-10px;
    padding:10px;
    
    
}

/*.actree .actree-choices &gt; li {
    
    cursor: default;
   
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
    float: left;
}*/

.actree .actree-select-close {

    margin-left: 5px;
    cursor:pointer;
}</pre></body></html>