.dragger-list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    min-height: 50px;
    border: 1px solid $j-dragger-border-color;
}

.dragger-list-group-item {
    position: relative;
    /*display: block;*/
    padding: 0.75rem 1.25rem;
    margin-bottom: 0px;
    border-bottom: 1px dotted $j-dragger-item-border-color;
    /*cursor: move;*/
    -webkit-box-direction: normal;
}

.dragger-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.ghost {
    opacity: 0.5;
}

.flip-list-move {
    transition: transform 0.5s;
}

.no-move {
    transition: transform 0s;
}

.handle {
    cursor: move;
}