.sortable-list li, .sortableListsCurrent, .sortableListsCurrent li {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 5px 0px 5px -20px;
    padding: 0px 5px 0px 20px;
}

.sortable-list li, .sortableListsCurrent, .sortableListsCurrent li{
    list-style-type: none;
}

.sortable-list li{
    cursor: grab;
}

.sortableListsCurrent{
    background-color: rgba(256,256,256,0.5);
    cursor: grabbing;
}

.sortable-list i.fas,
#sortableListHintWrapper i.fas,
#sortableListPlaceholder i.fas,
.sortableListsCurrent i.fas{
    margin-left: 4px;
    margin-top: 4px;
    cursor: pointer;
}

.sortable-list i.fa-chevron-down,
.sortable-list i.fa-chevron-right,
#sortableListHintWrapper i.fa-chevron-down,
#sortableListHintWrapper i.fa-chevron-right,
#sortableListPlaceholder i.fa-chevron-down,
#sortableListPlaceholder i.fa-chevron-right,
.sortableListsCurrent i.fa-chevron-down,
.sortableListsCurrent i.fa-chevron-right
{
    margin-left: 16px !important;
    padding: 0px 6px;
}

.sortable-list li>*:not(.sortableignore) {
    cursor: grab;
}

.sortable-list .sortableignore {
    cursor: default;
}

.sortableListsOpener{
    margin-right: 24px !important;
}