﻿/*
    Rrtarax Tree View
    copyright 2018 http://artarax.com
*/
.treeview, .treeview *{
    list-style-type:none;
    margin:0;
    padding:0;
}
.treeview li{
    line-height:25px;
}
.treeview label{
    font-size:100%;
}
.treeview ul{
    margin-right:25px;
    margin-bottom:14px;
    list-style-type:none;
    border-right:1px solid #ccc;
}
.node-plus,.node-minus, .node-none{
    margin:0;
    padding-right:8px;
    font-size:170%;
    display:inline-block;
    cursor:pointer;
}
.node-none{
    width:22px;
}
.node-plus::before {
    content: "+";
}
.node-minus::before {
    content: "-";
}
.node-plus:hover{
    color:#26c6da
}
.node-minus:hover{
     color:#e94949
}
.mng-img{
    width:18px;
    height:18px;
    margin:0 4px;
    cursor:pointer
}
