.co-tree {
  margin: 0;
  border: 1px solid transparent;
}
/* .co-tree-focused:not(.co-tree-active-focused) {
  border-color: cyan;
} */
.co-tree-treenode {
  /* margin: 0; */
  padding: 0;
  /* display: flex; */
  /* align-items: center; */
  line-height: 21px;
  white-space: nowrap;
  list-style: none;
  outline: 0;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  user-select: none;
}

.co-tree-treenode:hover {
  background: #eee;
}

/* .co-tree-treenode:hover {
  background-color: #eee;
} */

.drag-over {
  color: white;
  background-color: #99bcf5;
  /* border: 1px #90baff solid; */
  opacity: 0.7;
}

.drag-over-gap-top {
  border-top-color: skyblue;
}

.drag-over-gap-bottom {
  border-bottom-color: skyblue;
}

.draggable {
  color: #333;
  user-select: none;
}
/* .drag-over > .draggable {
  color: white;
  background-color: #90baff;
  border: 1px #90baff solid;
  opacity: 0.8;
} */
/*
.drag-over-gap-top > .draggable {
  border-top: 2px skyblue solid;
}
.drag-over-gap-bottom > .draggable {
  border-bottom: 2px skyblue solid;
} */

/*Its for searchable tree table*/
.filter-node > .co-tree-node-content-wrapper {
  color: #a60000 !important;
  font-weight: bold !important;
}
/* .co-tree-treenode ul {
  margin: 0;
  padding: 0 0 0 18px;
} */
.co-tree-node-content-wrapper {
  display: inline-flex;
  height: 20px;
  margin: 1px 0;
  padding: 1px 5px;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
}
.co-tree-switcher,
.co-tree-iconEle {
  display: inline-flex;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
  /* background-color: transparent;
  background-image: url("./icon.png");
  background-repeat: no-repeat;
  background-attachment: scroll; */
}

.co-tree-switcher {
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

/*For img sprite*/
/* co-tree-icon__customize,
.co-tree-iconEle.co-tree-icon__customize {
  background-image: none;
} */
/* .co-tree-icon_loading {
  margin-right: 2px;
  vertical-align: top;
  background: url("./loading.gif") no-repeat scroll 0 0 transparent;
} */
.co-tree-switcher-noop > svg {
  display: none;
}

/*open icon  => arrowdropdown*/
.co-tree-switcher_open {
  /* background: url("./arrowright.png") no-repeat 0 0 transparent; */
  transform: rotate(90deg);
  transition: 0.2s linear;
}
/*close icon => arrowdropdown rotate*/
.co-tree-switcher_close {
  /* background: url("./arrowright.png") no-repeat 0 0 transparent; */
  /* transform: rotate(-90deg); */
  transition: 0.2s linear;
}

/* .co-tree-switcher-noop {
  background: none;
} */
/* .co-tree-treenode:not(:last-child) > ul {
  background: url("./line.gif") 0 0 repeat-y;
} */
/* .co-tree-treenode:not(:last-child) > .co-tree-switcher-noop {
  background-position: -56px -18px;
}
.co-tree-treenode:last-child > .co-tree-switcher-noop {
  background-position: -56px -36px;
} */
.co-tree-child-tree {
  display: none;
}
.co-tree-child-tree-open {
  display: block;
}

.co-tree-treenode-disabled > span:not(.co-tree-switcher),
.co-tree-treenode-disabled > a,
.co-tree-treenode-disabled > a span {
  color: #767676;
  cursor: not-allowed;
}
.co-tree-treenode-active {
  background: rgba(19, 18, 18, 0.1);
}
.co-tree-treenode-selected {
  background-color: #e6ecf1;
  /* border: 1px #dbdbdb solid; */
  font-weight: bold;
  opacity: 0.8;
}

/*folder*/
/* .co-tree-icon__open {
  margin-right: 2px;
  margin-bottom: 4px;
  vertical-align: middle;
  background: url("./notebookp.png") no-repeat 0 0 transparent;
} */
/*folder*/
.co-tree-icon,
.co-tree-docu {
  font-size: 1.2rem;
  margin-right: 2px;
  margin-bottom: 4px;
  padding: 2px 0;
  vertical-align: middle;
  /* background: url("./Folder.svg") no-repeat 0 0 transparent; */
}
.co-tree-icon__customize {
  margin-right: 2px;
  vertical-align: top;
}
.co-tree-indent-unit {
  display: inline-block;
  padding-left: 10px;
}
