.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;
}

@-moz-document url-prefix() { 
    .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;
}
/**Additional**/
#daddy3::after{content: '';clear: both !important; display: block}
#daddy3>div{box-sizing: border-box; width: 25%;padding:5px;  float: left; display: block; position: relative}
#daddy3>div>div,#daddy3 .item{display: block; height: 100px; text-align: center; font-size: 30px; font-weight: bold; /**border:1px solid #ccc;*/ color: white; font-family: "Arial", sans-serif;}
.dropzone{
    width:100%;
    height: 100px;
}
.remove-image-property{
    font-size: 10px !important;
    height: 20px;
    width: 70%;
    margin-left: 10px;
}
.dad-draggable button {
  padding: initial !important;
  line-height: 15px;
}