.dad-noSelect, .dad-noSelect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.dad-container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dad-container::after {
        content: '';
        clear: both !important;
        display: block;
    }

.dad-active .dad-draggable-area {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.dad-draggable-area > *, .dad-draggable-area img {
    pointer-events: none;
}

.dads-children.active {
    pointer-events: none;
}

.dads-children-clone {
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
}

.dads-children-placeholder {
    pointer-events: none;
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border: 4px dashed #639BF6;
    margin: 5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}

.drag-bar {
    background: red none repeat scroll 0 0;
    border-bottom: 4px solid transparent;
    color: #ffffff;
    display: block;
    font-family: "bebas_neueregular",sans-serif;
    font-size: 16px;
    height: 10px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
