.lh-tree-select-div {
  height: 360px;
  padding: 48px 0 48px 0;
  .tree-select-div-header {
    position: absolute;
    top:12px;
    left:0;
    padding: 0 12px 12px 12px;
    width: 100%;
  }
  .tree-select-div-content-wapper {
    //min-width: 100%;
    //display: inline-block;
    overflow-y: auto;
    height: 100%;
  }
  .tree-select-div-content {
    display: inline-block;
    padding-left: 12px;
    .node-label {
      padding-right: 12px;
    }
  }
  .tree-select-div-footer {
    position: absolute;
    bottom: 12px;
    left:0;
    padding:12px 12px 0 12px;
    width: 100%;
  }
}

.lh-tree-select-popover {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 4px;
  border: none;
  display: inline-block;
}
.lh-tree-select-popover-mini {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 3px;
  border: none;
}