﻿.dndList ul[dnd-list],
.dndList ul[dnd-list] > li {
  position: relative;
}
.dndList ul[dnd-list] {
  min-height: 67px;
  padding-left: 0;
  margin-bottom: 0;
}
.dndList ul[dnd-list] li {
  min-height: 67px;
}
.dndList ul[dnd-list] .dndDraggingSource {
  display: none;
}
.dndList ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 67px;
}
.dndList ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}
.dndList ul[dnd-list] li.dndListInactive {
  background-color: #f5f5f5;
  color: #888888;
}
.dndList ul[dnd-list] li.selected {
  background-color: #e8f7f7;
  /*color: #3c763d;*/
}
/*# sourceMappingURL=drag-and-drop-list.css.map */