.connectedSortable {
  list-style-type: none;
  margin: 0;
  padding: 0 0 2em;
  overflow: auto;
  clear: both;
  overflow-x: auto;
  height: 200px;
}

.connectedSortable li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  float: left;

}

.connectedSortable:not(.useHandle) li {
  cursor: move;
}

.crudDragAndDrop.displayListView .connectedSortable li {
  float: none;
}

.selectedColumnsContainer {
  width: 40% !important;
  float: left;
}

.availableColumnsContainer {
  width: 50% !important;
  float: left;
}

.listViewHolder {
  height: 20px;
  display: flex;
  justify-content: flex-end;
  margin-right: 3em;
}

.listView, .listViewLabel {
  vertical-align: top;
}

.placeholder {
  height: 15px;
}

.dragAndDrop-container {
  display: flex;
  justify-content: space-around;
}

#removeItemWarningDialog {
  display: none;
}

.sortableColumn .sortableHandle {
  width: 3em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #808080;
}

.sortableColumn .sortableHandle:hover {
  cursor: -webkit-grab;
}

.sortableColumn .contentWithHandle {
  padding-left: 3em;
}

.sortableColumn {
  position: relative;
}
