
ol.nested-sortable,
ol.unsortable{
    padding: 0;
}

ol.nested-sortable,
ol.nested-sortable ol,
ol.unsortable,
ol.unsortable ol{
    list-style-type: none;
}

ol.nested-sortable .list-item-main ,
ol.unsortable .list-item-main {
    background-color: #d6d6d6;;
    border-bottom: 1px dotted;
    border-color: #c5c5c5 #adadad #a8a8a8;
    padding: 8px 16px 8px 15px;
    margin-bottom: 5px;
    position: relative;
    cursor: move;
}

ol.unsortable .list-item-main {
    cursor: pointer;
}

ol.unsortable .list-item-main.assigned {
    background-color: #9e6b6b;
}


.placeholder {
    border: 1px dashed #4183C4;
    list-style: none;
}

.mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}


