.WebDragDropList [draggable] {
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -khtml-user-drag: element !important;
    -webkit-user-drag: element !important;
}

.WebDragDropList [draggable]:active {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}

.WebDragDropList .WebList_Table {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}

.DragDropListRow * {
    cursor: -webkit-grab !important;
    cursor: grab !important;
}

.DragDropListRow button {
    cursor: pointer !important;
}

.DragDropListRow a {
    cursor: pointer !important;
}

.DragDropListRow select {
    cursor: pointer !important;
}

.DragDropListRow input {
    cursor: pointer !important;
}

.DragDropListRow textarea {
    cursor: pointer !important;
}

.DragDropListRow text {
    cursor: pointer !important;
}

.DragDropListCol {
    white-space: normal !important;
}

.DragDropListCol input {
    padding: 0px !important;
    border: 0px;
    height: 100% !important;
}

.DragDropListCol select {
    padding: 0px !important;
    border: 0px;
    height: 100% !important;
}

.DragDropListCol textarea {
    padding: 0px !important;
    border: 0px;
    height: 100% !important;
}