/*!
 * azui 0.0.10
 * https://github.com/elgs/azui#readme
 * @author Qian Chen
 * MIT License
 * Copyright (c) 2019 Qian Chen
 */
@media (hover: hover) {
  .azui.azTree .azTreeNode:not(.disabled):hover {
    background-color: #dedede; } }

.azui.azTree .azTreeNode:not(.disabled).active {
  background-color: #c9c9c9; }

.azui.azTree .disabled.azTreeNode * {
  color: gray;
  fill: gray;
  cursor: not-allowed; }

.azui.azTree .azTreeNode * {
  user-select: none; }

.azui {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif; }
  .azui *,
  .azui *::before,
  .azui *::after {
    box-sizing: border-box; }

.azui.azTree {
  font-size: 14px;
  color: #333;
  outline: none;
  cursor: pointer; }
  .azui.azTree svg {
    width: 15px;
    fill: #666;
    position: relative;
    top: 2px;
    margin-right: 2px;
    transform: rotate(90deg); }
    .azui.azTree svg.collapsed {
      transform: rotate(0deg); }
  .azui.azTree .keyon {
    background-color: #dedede; }
  .azui.azTree .azTreeNode {
    line-height: 2; }
  .azui.azTree .azTreeBranch {
    display: block;
    padding-left: 20px; }
    .azui.azTree .azTreeBranch.collapsed {
      display: none; }


/*# sourceMappingURL=azui.tree.0.0.10.css.map*/