.dropzone { padding: 5px 10px 15px 10px; min-height: 129px; position: relative; }
.dropzone.dz-clickable a { cursor: pointer; }
.dropzone .dz-placeholder { text-align: center; color: #888; position: absolute; bottom: 0; left: 0; right: 0; }
.dropzone .dz-preview { background: #fff; border-radius: 10px; border: 1px solid #e8e8e8; margin: 10px; white-space: nowrap; height: 80px; min-height: auto; }
.dropzone .dz-preview:hover { border-color: #bbb; z-index: inherit; }
.dropzone .dz-size { white-space: normal }
.dropzone.horizontal .dz-preview .dz-details .dz-size span.dz-pagecount-label { padding-left: 5px; }
.dropzone .dz-advice {}

.dropzone.boxy .dz-preview { width: 210px; }
.dropzone.horizontal .dz-preview { display: block; width: auto; }

.dropzone .dz-preview .dz-image { z-index: 0; border-radius: 10px 0 0 10px; width: 78px; height: 78px; position: absolute; }
.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 10px 0 0 10px; }
.dropzone .dz-preview .dz-image IMG { width: 78px; height: 78px; object-fit: cover; object-position: left top; }
.dropzone .dz-preview:hover .dz-image IMG { filter: none; transform: none; }
.dropzone.horizontal .dz-preview .dz-image { border-right: 1px solid #eee; }

.dropzone .dz-preview .dz-details { opacity: 1; }

.dropzone.boxy .dz-preview .dz-details { z-index: 0; display: flex; flex-direction: column; width: 100%; padding: 4px 3px; text-align: right; }
.dropzone.boxy .dz-preview .dz-details .dz-size { order: 2; margin-bottom: 0; }
.dropzone.boxy .dz-preview .dz-details .dz-filename { order: 1; }

.dropzone.boxy .dz-preview .dz-details .dz-filename:not(:hover) span, .dropzone.boxy .dz-preview .dz-details .dz-size:not(:hover) span { border: 1px solid rgba(255,255,255,0.85); }
.dropzone.boxy .dz-preview .dz-details .dz-filename:hover span, .dropzone.boxy .dz-preview .dz-details .dz-size:hover span { background: #fff; border: 1px solid rgba(240,240,240,0.9); }
.dropzone.boxy .dz-preview .dz-details .dz-filename span, .dropzone.boxy .dz-preview .dz-details .dz-size span { background: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.85); padding: 3px 6px; }
.dropzone.boxy .dz-preview .dz-details .dz-filename, .dropzone.boxy .dz-preview .dz-details .dz-size { padding: 3px 0 3px 3px; }

.dropzone.horizontal .dz-preview .dz-details { text-align: left; margin-left: 80px; font-size: inherit; line-height: inherit; min-width: auto; max-width: none; width: auto; right: 65px; padding: 4px 0 4px 6px; }
.dropzone.horizontal .dz-preview .dz-details .dz-filename span, .dropzone.horizontal .dz-preview .dz-details .dz-size span { padding: 0; }
.dropzone.horizontal .dz-preview .dz-details .dz-filename:hover span, .dropzone.horizontal .dz-preview .dz-details .dz-size:hover span { border-color: transparent; }

.dropzone.horizontal .dz-preview .dz-details .dz-filename { overflow: hidden; text-overflow: ellipsis; padding-left: 0; }
.dropzone.horizontal .dz-preview.dz-title-inputted .dz-details .dz-filename { overflow: auto; text-overflow: unset; }

.dropzone.horizontal .dz-preview .dz-index { position: absolute; top: 8px; left: 35px; font-weight: bold; font-size: 16px; display: none; }

.dropzone A.dz-pdf-conversion { font-size: 95%; }
.dropzone .dz-pagecount-input { width: 50px; }
.dropzone .dz-input { cursor: auto; }
.dropzone .dz-input.dz-error { border-color: darkred; background: #fcc; }


.dropzone.horizontal .dz-preview .dz-details .dz-filename span, .dropzone.horizontal .dz-preview .dz-details .dz-size span, .dropzone.horizontal .dz-preview .dz-details .dz-filename:hover span, .dropzone.horizontal .dz-preview .dz-details .dz-size:hover span {
    background: none;
}

.dropzone .dz-preview .dz-remove { text-align: right; display: inline; bottom: 0; right: 22px; padding: 8px; position: absolute; font-size: 20px; border-radius: 10px; font-family: "FontAwesome"; text-decoration: none; color: #777; }
.dropzone .dz-preview .dz-remove:hover { text-decoration: none; color: #222; }
.dropzone.horizontal .dz-preview .dz-remove { background: #fff; }

.dropzone .dz-preview .dz-crop-button { bottom: 30px; right: 1px; position: absolute; cursor: pointer; display: none; }

.dropzone.horizontal .dz-preview .dz-info-message { z-index: 1; position: absolute; top: auto; left: 90px; bottom: 0; width: auto; border-radius: 8px 8px 0 0; padding: 0.3em 1.2em 0.1em; background: #111; color: #fff; transition: opacity 0.3s ease; }

.dropzone .dz-preview .dz-error-message { top: 80px; left: 80px; width: auto; opacity: 1; white-space: normal; }

SELECT.dz-mediaType-input { width: 250px; }

.dropzone.horizontal .dz-preview > * { z-index: 2; }
.dropzone.horizontal .dz-error-message { z-index: 10; }
.dropzone.horizontal .dz-error-mark { z-index: 0; }

/* progress styling */
.dropzone .dz-preview .dz-progress { height: 40px; margin-top: -20px; width: 120px; margin-left: -60px; border: 1px solid rgba(0,0,0,0.1); }
.dropzone .dz-preview .dz-progress .dz-upload { bottom: auto; height: 16px; }
.dropzone .dz-progress .dz-progressText { position: absolute; text-align: center; bottom: 0; width: 100%; }

/* handle */
.dropzone .dz-handle {
    border-left: 1px solid #e8e8e8;
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 30px 5px;
    color: #888;
    font-size: 16px;
    cursor: grab;
}
.dropzone .dz-handle:active:hover {
    cursor: grabbing;
}
.dropzone .dz-preview:hover .dz-handle {
    border-color: #bbb;
}

/* details */
.dropzone.horizontal .dz-details {
    display: flex;
    flex-direction: column;
}

/* filename */
.dropzone.horizontal .dz-filename SPAN, .dropzone.horizontal .dz-filename A {
    font-size: 16px;
    font-weight: bold;
    color: black;
}
.dropzone.horizontal .dz-filename {
    order: 1;
    margin-bottom: 7px;
}

/* size */
.dropzone.horizontal .dz-size {
    order: 2;
    padding-left: 10px;
}

/* default text */
.dropzone .dz-default {
    display: none;
}

/* inline buttons */
.dropzone .dz-inline-button {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    height: 80px;
    flex: 1;
    margin: 10px;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
    color: #555;
    font-size: 18px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    filter: drop-shadow(0 0 2px #fff);
}
.dropzone .dz-inline-button::before {
    font-size: 130px;
    line-height: 70px;
    position: absolute;
    color: rgba(0,0,0,0.08);
}
.dropzone .dz-inline-button:hover, .dz-drag-hover .dz-add-buttons .dz-add-button.dz-file-button {
    border-width: 2px;
    padding: 4px;
    color: #333;
    background: rgba(0,0,0,0.01);
}
.dropzone .dz-inline-button:hover::before, .dz-drag-hover .dz-add-buttons .dz-add-button.dz-file-button::before {
    color: rgba(0,0,0,0.12);
}

/* add buttons */
.dropzone .dz-add-buttons {
    display: flex;
    margin: 10px;
}
.dz-max-files-reached .dz-add-buttons {
    display: none;
}
.dropzone .dz-add-button {
    margin: 0 0 0 10px;
}
.dropzone .dz-add-button:first-of-type {
    margin: 0;
}
.dropzone .dz-add-buttons .dz-add-button::before {
    content: '+';
}

/* crop button */
.dropzone .dz-crop-button::before {
    content: '\f125';
    font-family: "FontAwesome";
    font-size: 70px;
}

/* dropzone box */
.dz-drag-hover.dropzone, .dz-drag-hover .dropzone {
    border-color: #0d71bb;
}
.dz-max-files-reached .dropzone.dz-clickable, .dropzone.dz-max-files-reached.dz-clickable {
    cursor: default;
}
.dropzone {
    pointer-events: none;
}
.dropzone .dz-preview, .dropzone .dz-add-button, .dropzone .dz-inline-button {
    pointer-events: auto;
}

/*# sourceMappingURL=/Volumes/Scratch/build/neon/releaseCustomTables/production/neon/WEB-INF/classes/com/pirionsystems/ne/sites/standard/skin/staticContent/style/dropzone-local.css.map */
