.mytree_main ul , .mytree_main ul li{
        list-style-type: none;
}
.mytree_main{
    
    padding:0px;
 
    list-style-type: none;
    
}

.mytree_main ul{
    
       margin-right:25px;
}

.mytree_main  ul{
    padding-right:20px;
      padding-left:10px;
      border-right:dashed 1px #c5c5c5;
      margin-right:5px;
      padding-top:5px;
}
.mytree_main  li{
    position:relative;
}
.mytree_main ul li:before {
    content:"";
    display:inline-block;
    width:20px;
    height:1px;
    position:absolute;
    top:8px;
    right:-20px;
    border-top:dashed 1px #c5c5c5;
    
}

.mytree_main  li.has-child > .felesh{
   display:inline-block;

    color: #000;
    font-size: 21px;
   
    position: absolute;
    top: 0px;
    right: -12px;
    cursor:pointer;
    z-index:1000;
    
    
}
.mytree_main  li  .has-child.opened > .felesh.feleshup{
   
 content: "\f0d7";
  
    
}

.mytree_main .has-child > ul{
    
   display:none; 
    
}

.mytree_main .has-child.opened > ul{
    
   display:block; 
    
}