.sortable-ul {
    list-style-type: none;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}

.sortable-ul input{
    margin-top: -3px;
    margin-left: -3px;
    margin-right: 3px;
}
.sortable-ul li {
    margin: 4px 0;
    padding: 5px 10px;
    background: #eee;
    border: 1px solid #e0e0e0;
    border-left: 8px solid #e0e0e0;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.shopCharacteristicsSortableOn  {
    background: #bfefa7!important;
    border: 1px solid #6c3!important;
    border-left: 8px solid #6c3!important;
}

.shopCharacteristicsProduct  {
    background: #bbb !important;
    border: 1px solid #b0b0b0 !important;
    border-left: 8px solid #b0b0b0!important;
}

.shopCharacteristicsSortableOn.shopCharacteristicsProduct  {
    background: #a7deef !important;
    border: 1px solid #3387cc !important;
    border-left: 8px solid #3387cc!important;
}

.sortable-ul .ui-sortable-helper {
    box-shadow: rgba(0, 0, 0, 0.14) 10px 10px 10px -5px;
}