﻿/*Drop zone overwrite*/

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark{
    top: 35px;
    left: auto;
    right: 10px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg{
    width: 24px;
    height: 24px;
}

.dropzone .dz-preview .dz-error-mark svg g{
    fill: red;
    opacity: 0.9;
    stroke: white;
}

.dropzone .dz-preview .dz-remove,
.dropzone .dz-preview .dz-remove:hover{
    margin-top: -25px;
    position: relative;
    z-index: 100;
    background: red;
    color: white;
    display: block;
    margin: -35px 10px 0 10px;  
    text-decoration: none;
    border-radius: 5px;
    opacity: 0.8;
    padding: 5px;
}

.dropzone .dz-preview .dz-remove:hover{
    opacity: 1;
}