body {
    /* font-family: "Arial","Microsoft YaHei", Georgia, sans-serif;*/
    /*font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;*/
}
table {
    font-family: "Calibri", Microsoft YaHei, Georgia, Serif;
}
.table-nowrap{
    white-space:nowrap;
    overflow:hidden;
    word-break:keep-all;
}
.form-inline  .form-control{
    min-width: 160px;
}
.form-inline .btn-sm{
    height: 30px;
}
.node-type-menu label{
    font-weight: bold;
}
.node-type-menu, .node-type-menu-menu label{
    color: #35b8e0; /* text-info */
}
.node-type-path, .node-type-menu-path label{
    color: #10c469; /* text-success */
}
.node-type-link label{
    color: #ff8acc; /* text-pink */
}
.node-auth-1 label{
    /* color: #ff5b5b; text-danger */
    text-decoration: underline wavy #ff5b5b;
}
.ztree * {
    font-size: 14px;
}
.ztree li a {
    height:  1.5rem;
}
.ztree li a.curSelectedNode {
    height:  1.5rem;
}