.dd {
  margin-top: 10px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 24px;
  margin: 1px 0;
  padding: 4px 10px;
  color: #333;
  text-decoration: none;
  background: #FFF;
  line-height: 14px;
}
.dd-handle:hover {
  background: #f7fbfe;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 2px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.dd-item > button:before {
  content: "\f054";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-family: "FontAwesome";
}
.dd-item > button[data-action="collapse"]:before {
  content: "\f078";
}

.dd-placeholder {
  margin: 0;
  padding: 0;
  min-height: 24px;
  background: #e1f1fa;
  border: 1px dashed #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  margin: 0;
  padding: 0;
  min-height: 24px;
  background: #e1f1fa;
  border: 1px dashed #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Eof Nestable */
.dd-item .node-title {
  float: left;
  padding: 0;
  margin: 0;
}

.nestabled.dd-item .node-title {
  margin-left: 0;
}

.node-status {
  cursor: default;
  float: right;
  padding: 0 2px;
  margin-right: 10px;
}
.node-status > span {
  margin-left: 15px;
}
.node-status > span:first-child {
  margin-left: 0;
}
.node-status .fa,
.node-status .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.node-tools {
  position: relative;
  float: right;
  padding: 5px 0;
  line-height: 14px;
}
.node-tools .btn {
  margin: 1px;
}

.dd-list li:hover > .dd-handle {
  background-color: #f0f0f0;
  cursor: move;
}
.dd-list .dd-handle:hover {
  background-color: #f0f0f0;
}

/*# sourceMappingURL=nested.css.map */
