.menu-items {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border: 2px solid #2196F3;
}
.menu-items .menu-item-handle {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.menu-items .menu-item-handle span {
  flex: 1 auto;
}
.menu-items .menu-item-handle div {
  display: block;
}
.menu-items ul,
.menu-proposal-list ul {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
}
.menu-items li:not(.placeholder):not(.hint),
.menu-proposal-list li {
  list-style-type: none;
  box-sizing: content-box;
  padding: 5px;
  border: 2px solid #eee;
  padding-left: 50px;
  background-color: #2196F3;
  color: #f7f5e7;
}
.menu-items li:not(.placeholder):not(.hint) div:not(.menu-item-delete):not(.menu-item-edit),
.menu-proposal-list li div:not(.menu-item-delete):not(.menu-item-edit) {
  height: 30px;
  padding: 10px;
  line-height: 30px;
  background-color: #fff;
  color: #000;
  position: relative;
}
.menu-items li:not(.placeholder):not(.hint) span,
.menu-proposal-list li span {
  overflow: hidden;
  padding: 10px;
  white-space: nowrap;
}
.menu-items li div:not(.menu-item-delete):not(.menu-item-edit) {
  cursor: move;
}
.menu-proposal-item {
  cursor: pointer;
}
.menu-proposal-item div {
  cursor: pointer;
}
.menu-proposal-list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border: 2px solid #2196F3;
}
.placeholder {
  background-color: #0D47A1;
  color: #ffffff;
  border: 1px solid #2196F3;
  border-left: 51px solid #0D47A1;
  padding: 5px;
}
/*margin-left: @dim_menu_item_padding;

    mask-size: 20px;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

.menu-item-edit {
    mask-image: url('@{img}action/edit.svg');
    -webkit-mask-image: url('@{img}action/edit.svg');
    .menu-item-action;
}

.menu-item-delete {
    mask-image: url('@{img}action/trash.svg');
    -webkit-mask-image: url('@{img}action/trash.svg');
    .menu-item-action;
}
*/
