.dropzone { margin-bottom: 3rem;    text-align: center; }

.dropzone { border: 2px dashed #DDD; border-radius: 5px; background: white;cursor: pointer;padding: 0px }
.dropzone .dz-message { font-weight: 400; }
.dropzone .dz-message .note { font-size: 0.8em; font-weight: 200; display: block; margin-top: 1.4rem; }
.dropzone_file{
    min-height: 200px;
}

.dropzone .dz-preview {margin-top: 0px}

.image_list_vignette{
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.iolib_image{
    cursor: pointer;
    max-width: 100%;
}

.image-container{
    position: relative;
    display: inline-block;
}

.image-toolbar{
    position: absolute;
    bottom: 20px;
    z-index: 100;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-dialog {
    width: 100%;
    padding: 20px;
}

.img-preview{
    margin: 5px
}

.img-save{
    margin: 5px
}