.RowSortingIcon {
  fill: #a0a0a0;
  height: 20px;
  width: 20px;
  cursor: move;
  opacity: 0.4;
}

.RowSortingIcon:hover {
  fill: #261c29;
}

.MovingListItem .RowSortingIcon {
  fill: #261c29;
}

.ListItem {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 6px 20px;
}

.ListItemOdd {
  background-color: #f6f6f6;
}

.MovingListItem {
  z-index: 11; /* it has to be higher than modal's z-index */
  box-shadow: 0 0 3px;
}

.ListTitle {
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
}
