/* The MIT License */

.block { width: 230px; height: 230px; position: absolute; z-index: 200; }

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font: inherit; }

.dropzone { position: relative; border: 1px solid rgba(0,0,0,0.08); background: rgba(0,0,0,0.02); padding: 1em; }

    .dropzone.dz-clickable { }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message span { }

        .dropzone.dz-clickable * { cursor: default; }

    .dropzone .dz-message { opacity: 1; -ms-filter: none; filter: none; }

    .dropzone.dz-drag-hover { border-color: rgba(0,0,0,0.15); background: rgba(0,0,0,0.04); }

    .dropzone.dz-started .dz-message { display: none; }

    .dropzone .dz-preview,
    .dropzone-previews .dz-preview { background: rgba(255,255,255,0.8); position: relative; display: inline-block; margin: 7px; vertical-align: top; border: 1px solid rgba(0, 0, 0, 0.1); }

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] { /*display: none;*/ background: url("../Images/manage/song/music_ph_230.png") no-repeat; }

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details { cursor: pointer; width: 230px; height: 230px; position: relative; background: #ebebeb; padding: 0px; }

    .dropzone .dz-preview .dz-details .dz-filename,
    .dropzone-previews .dz-preview .dz-details .dz-filename { overflow: hidden; width: 100%; opacity: 0; color: #000000; }

        .dropzone .dz-preview .dz-details .dz-filename:hover,
        .dropzone-previews .dz-preview .dz-details .dz-filename:hover { opacity: 0.4; background-color: #E55841; }


    .dropzone .dz-preview .dz-details img,
    .dropzone-previews .dz-preview .dz-details img { width: 230px; height: 230px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

    .dropzone .dz-preview .dz-details .dz-size,
    .dropzone-previews .dz-preview .dz-details .dz-size { position: absolute; bottom: -28px; left: 10px; height: 28px; line-height: 28px; }

.dz-filename { color: #B3B3B3; font-size: 16px; margin-left: 10px; margin-right: 10px; margin-top: 10px; overflow: hidden; width: 210px; }

.dz-size { color: #B3B3B3; font-size: 14px; height: 24px; margin-bottom: 10px; margin-left: 10px; margin-right: 50px; overflow: hidden; width: 170px; }

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark { display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark { display: block; }

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img { display: none; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark { display: none; bottom: 15px; font-size: 30px; height: 40px; opacity: 0.4; position: absolute; right: 5px; text-align: center; width: 40px; z-index: 400; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark { color: #8cc657; }

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark { color: #ee162d; }

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress { background: none repeat scroll 0 0 #D7D7D7; bottom: 0; display: none; height: 6px; left: 0; position: absolute; right: 0; }

    .dropzone .dz-preview .dz-progress .dz-upload,
    .dropzone-previews .dz-preview .dz-progress .dz-upload { position: absolute; top: 0; bottom: 0; left: 0; width: 0%; background-color: #8cc657; }

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress { display: block; }

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message { display: none; position: absolute; top: 30%; background: rgba(0,0,0,0.8); color: #ffffff; z-index: 500; }

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message { display: block; }

.dropzone { border: 1px solid rgba(0,0,0,0.03); min-height: 360px; -webkit-border-radius: 3px; border-radius: 3px; background: rgba(0,0,0,0.03); text-align: left; padding: 0 7px; }

    .dropzone .dz-default.dz-message { opacity: 1; -ms-filter: none; filter: none; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; /*background-image: url("../Images/spritemap.png");*/ background-repeat: no-repeat; background-position: 0 0; position: absolute; width: 428px; height: 123px; margin-left: -214px; /*margin-top: -61.5px;*/ top: 20%; left: 50%; text-align: center; }

@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-default.dz-message { /*background-image: url("../Images/spritemap@2x.png");*/ -webkit-background-size: 428px 406px; -moz-background-size: 428px 406px; background-size: 428px 406px; }
}

.dropzone .dz-default.dz-message span { display: block; font-size: x-large; }

.dropzone.dz-square .dz-default.dz-message { background-position: 0 -123px; width: 268px; margin-left: -134px; height: 174px; margin-top: -87px; }

.dropzone.dz-drag-hover .dz-message { opacity: 0.15; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; filter: alpha(opacity=15); }

.dropzone.dz-started .dz-message { display: block; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }

.dropzone .dz-preview,
.dropzone-previews .dz-preview { font-size: 14px; background-color: #F8F8F8; }

    .dropzone .dz-preview.dz-image-preview:hover .dz-details img,
    .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img { display: block; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter: alpha(opacity=10); }

    .dropzone .dz-preview.dz-success .dz-success-mark,
    .dropzone-previews .dz-preview.dz-success .dz-success-mark { opacity: 1; -ms-filter: none; filter: none; }

    .dropzone .dz-preview.dz-error .dz-error-mark,
    .dropzone-previews .dz-preview.dz-error .dz-error-mark { opacity: 1; -ms-filter: none; filter: none; }

    .dropzone .dz-preview.dz-error .dz-progress .dz-upload,
    .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload { background: #ee1e2d; }

    .dropzone .dz-preview .dz-error-mark,
    .dropzone-previews .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark,
    .dropzone-previews .dz-preview .dz-success-mark { display: block; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; -ms-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; background-image: url("../Images/spritemap.png"); background-repeat: no-repeat; }

@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-error-mark,
    .dropzone-previews .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark,
    .dropzone-previews .dz-preview .dz-success-mark { background-image: url("../Images/spritemap@2x.png"); -webkit-background-size: 428px 406px; -moz-background-size: 428px 406px; background-size: 428px 406px; }
}

.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span { display: none; }

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark { background-position: -268px -123px; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark { background-position: -268px -163px; }

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload { -webkit-animation: loading 0.4s linear infinite; -moz-animation: loading 0.4s linear infinite; -o-animation: loading 0.4s linear infinite; -ms-animation: loading 0.4s linear infinite; animation: loading 0.4s linear infinite; -webkit-transition: width 0.3s ease-in-out; -moz-transition: width 0.3s ease-in-out; -o-transition: width 0.3s ease-in-out; -ms-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; -webkit-border-radius: 2px; border-radius: 2px; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-image: url("../Images/spritemap.png"); background-repeat: repeat-x; background-position: 0px -400px; }

@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-progress .dz-upload,
    .dropzone-previews .dz-preview .dz-progress .dz-upload { background-image: url("../Images/spritemap@2x.png"); -webkit-background-size: 428px 406px; -moz-background-size: 428px 406px; background-size: 428px 406px; }
}

.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress { display: block; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; -ms-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message { display: block; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message { opacity: 1; -ms-filter: none; filter: none; }

.dz-remove { /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -o-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -ms-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: linear-gradient(top, #fafafa 0, #eee 100%);*/ background-color: #999999; color: #FFFFFF; cursor: pointer; display: block; line-height: 1em; padding: 5px; position: absolute; text-decoration: none; top: 0; right: 0; z-index: 20; }

    .dz-remove .dz-remove-bg { width: 100%; height: 100%; opacity: 0.4; background-color: #E55841; position: absolute; z-index: 50; }


    .dz-remove .dz-remove-mark { background-color: #000000; color: #FFFFFF; cursor: pointer; display: block; padding: 5px; position: absolute; opacity: 1; top: 0; right: 0; z-index: 201; }

    .dz-remove:visited, .dz-remove:link { opacity: 1; color: #FFFFFF; }

    .dz-remove:hover { background-color: #000000; opacity: 1; color: #FFFFFF; }



@-moz-keyframes loading {
    0% { background-position: 0 -400px; }

    100% { background-position: -7px -400px; }
}

@-webkit-keyframes loading {
    0% { background-position: 0 -400px; }

    100% { background-position: -7px -400px; }
}

@-o-keyframes loading {
    0% { background-position: 0 -400px; }

    100% { background-position: -7px -400px; }
}

@-ms-keyframes loading {
    0% { background-position: 0 -400px; }

    100% { background-position: -7px -400px; }
}

@keyframes loading {
    0% { background-position: 0 -400px; }

    100% { background-position: -7px -400px; }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .dropzone .dz-default.dz-message span { font-size: large; background-image:none; }
    .dropzone { text-align: center; }
        .dropzone .dz-preview,
        .dropzone-previews .dz-preview {text-align:left; }
    .dz-size { margin-top: 5px; }
}
