/**
 * @Author: Zhaoxiaoli
 * @Description: 商品管理css
 * @Version: v0.1.0
 * @Date: Created in 2018/5/2
 */
.todo-sidebar{
    margin-right:10px;
}
.todo-project-list ul.nav-pills>li>a:hover,
.todo-project-list ul.nav-pills>li>a:focus{
    border-radius:0;
}
.todo-project-list ul.nav-pills>li>a.active{
    border-radius:0;
    color:#42C4EB;
    background:#eee;
}
.todo-project-list ul li a button.btn-operate{
   padding:0;
}
.todo-project-list ul li a button:last-child{
    margin-right:0!important;
}

/* 商品管理css */
.btn-group.btn-dropdown{
    position:relative!important;
}
.btn-group.btn-dropdown .btn-kucun{
    padding:3px;
}
.btn-group.btn-dropdown .dropdown-menu{
    min-width:90px;
}
.btn-group.btn-dropdown .dropdown-menu>li>a{
   /* padding:4px 10px;*/
}

/*  z-tree.js */

.ztree li span.demoIcon{
    padding:0 2px 0 10px;
}
.ztree li span.button.icon01{
    margin:0;
    background: url('../../../images/details.png') no-repeat scroll 0 0 transparent;
    vertical-align:top;  *vertical-align:middle;
    background-size:100% 100%;
}
.ztree li span.button.icon02{
    margin:0;
    background: url('../../../images/modify.png') no-repeat scroll 0 0 transparent;
    vertical-align:top; *vertical-align:middle;
    background-size:100% 100%;
}
.ztree li span.button.icon03{
    margin:0;
    background: url('../../../images/delete.png') no-repeat scroll 0 0 transparent;
    vertical-align:top; *vertical-align:middle;
    background-size:100% 100%;
}

.ztree li span.button.icon04{margin:0; background: url('../../../images/delete.png') no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.icon05{margin:0; background: url('../../../images/delete.png') no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.icon06{margin:0; background: url('../../../images/delete.png') no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}

/*

.ztree li span.button{
    float:right;
    width:10px;
    height:10px;
}
.ztree li >span.operate-detail{
    background:url('../../../images/details.png') no-repeat center;
}
.ztree li >span.operate-detail:hover{
    background:url('../../../images/details_1.png') no-repeat center;
    cursor: pointer;
}
.ztree li >span.operate-modify{
    background:url('../../../images/modify.png') no-repeat center;
}
.ztree li >span.operate-modify:hover {
    background: url('../../../images/modify_1.png') no-repeat center;
    cursor: pointer;
}
.ztree li > span.operate-delete {
    background: url('../../../images/delete.png') no-repeat center;
}

.ztree li > span.operate-delete:hover {
    background: url('../../../images/delete_1.png') no-repeat center;
    cursor: pointer;
}*/