﻿
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
    .ui-sortable-handle.selected {
        /*border: 1px solid #ffcc00;*/
        border-left: 10px solid #ffff00;
    }
    .ui-sortable-handle.selectedToReady {
        /*border: 1px solid #ffcc00;*/
        border-left: 20px solid #00ff00;
    }


.personplan_sortable {
    width: 100%;
    min-height: 22px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 0 0;
}
.personplan_sortable:hover {
    /*background-color: #ccc;*/
}
.personplan_sortable li {
    cursor: move;
    position: relative;
    padding: 0;
    height: auto;
    min-height: 20px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    margin: 0;
    box-sizing:border-box;
}
.personplan_sortable li:hover {
    background: rgba(255, 255, 255, 0.30);
}


.personplan_sortableMuell {
    width: 100%;
    min-height: 22px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 0 0;
}
.personplan_sortableMuell:hover {
    /*background-color: #ccc;*/
}
.personplan_sortableMuell li {
    cursor: move;
    position: relative;
    padding: 0;
    height: auto;
    min-height: 20px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    margin: 0;
    box-sizing:border-box;
}
.personplan_sortableMuell li:hover {
    background: rgba(255 ,255 ,255 , 0.30);
}