@import url('//cdnjs.cloudflare.com/ajax/libs/dropzone/4.0.1/min/dropzone.min.css');
#menu3 .sortable {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#menu3 .sortable li {
    float: none;
    width: 115px;
    height: 140px;
    overflow:hidden;
    text-align: center;
    margin:5px;
    display: inline-block;
}
#menu3 li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}
.dropzone{ border: 0; padding: 0; }
.dropzone .dz-preview{ margin: 0 0 5px; background: #F7F7F7; padding: 10px 0; border: 1px solid #ccc ; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; }
.dropzone .dz-preview .dz-progress{ width: 85% !important; }
.dz-filename{ width: 90%; margin: 0 auto; height: 35px; overflow: hidden; line-height: 2; }
#mergeBtn{ font-size: 18px; font-weight: 700; display: none; margin: 0 auto; clear:both; }
.dz-processing{ margin: 5px !important; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress{ animation: none !important; }