.dz-browser-not-supported .dz-message {
    display: none !important;
}

.dz-browser-not-supported.dropzone-box {
    padding: 0 !important;
    min-height: auto !important;
    width: auto !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: default !important;
    transition: none;
}

.dropzone {
    position: relative;
    padding: 0 1.5rem 1.5rem 0;
    width: 100%;
    cursor: pointer;
}

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: .5;
        }

    .dropzone:not(.dz-clickable) {
        opacity: .5;
        cursor: not-allowed;
    }

.dz-message {
    margin: 1rem 0;
    padding-top: 1.5rem;
    text-align: center;
    font-weight: 500;
	font-size:14px;
}

    .dz-message .note {
        display: block;
        margin-top: .625rem;
        font-weight: 400;
    }

.dz-started .dz-message {
    display: none;
}

.dz-preview {
    position: relative;
    box-sizing: content-box;
    margin: 1.5rem 0 0 1.5rem;
    background: #fff;
    vertical-align: top;
    font-size:14px;
    cursor: default;
}

.dz-filename {
    /*position: absolute;
    overflow: hidden;
    /*padding: .625rem .625rem 0 .625rem;*/
    /*width: 100%;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
		*/
}

    .dz-filename:hover {
        /*text-overflow: inherit;
        white-space: normal;*/
    }

.dz-size {
    padding: 1.875rem .625rem .625rem .625rem;
    font-style: italic;
    font-size: .6875rem;
}

.dz-thumbnail {
    position: relative;
    box-sizing: content-box;
    padding: .625rem;
    height: 7.5rem;
    text-align: center;
}

    .dz-thumbnail > img, .dz-thumbnail .dz-nopreview {
        position: relative;
        top: 50%;
        display: block;
        margin: 0 auto;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .dz-thumbnail > img {
        max-width: 100%;
        max-height: 100%;
    }

.dz-nopreview {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6875rem;
}

.dz-thumbnail img[src] ~ .dz-nopreview {
    display: none;
}

.dz-preview .progress, .dz-preview .progess-bar {
    height: .5rem;
}

.dz-preview .progress {
    /*
	position: absolute;
    top: 50%;
	*/
    right: 1.25rem;
    left: 1.25rem;
    z-index: 30;
    margin-top: -.25rem;
}

.dz-complete .progress {
    display: none;
}

.dz-remove {
    display: block;
    padding: .375rem 0;
    text-align: center;
    font-size: 14px;
}

    .dz-remove:hover, .dz-remove:focus {
        border-top-color: transparent;
        text-decoration: none;
    }

.dz-error-mark, .dz-success-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-position: center center;
    background-size: 1.875rem 1.875rem;
    background-repeat: no-repeat;
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.06);
}

.dz-error-mark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.dz-success-mark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.dz-error-message {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 40;
    display: none;
    overflow: auto;
    padding: .75rem;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.dz-error .dz-error-mark {
    display: block;
}

.dz-error .dz-error-message {
    display: none;
}

.dz-error:hover .dz-error-mark {
    display: none;
}

.dz-error:hover .dz-error-message {
    display: block;
}

.dz-success .dz-success-mark {
    display: block;
}

.default-style .dropzone {
    border: 3px dashed rgba(24,28,33,0.06);
}

.default-style .dz-message {
    font-size: 1.313rem;
}

    .default-style .dz-message .note {
        color: #a3a4a6;
        font-size: .894rem;
    }

.default-style .dz-preview {
    border: 1px solid rgba(24,28,33,0.06);
    border-radius: .25rem;
    box-shadow: 0 1px 4px rgba(24,28,33,0.012);
}

.default-style .dz-size {
    color: #a3a4a6;
}

.default-style .dz-thumbnail {
    border-bottom: 1px solid #f1f1f2;
    background: rgba(24,28,33,0.015);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.default-style .dz-nopreview {
    color: #a3a4a6;
}

.default-style .dz-remove {
    border-top: 1px solid #f1f1f2;
    color: #4E5155;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

    .default-style .dz-remove:hover, .default-style .dz-remove:focus {
        background: rgba(24,28,33,0.06);
        color: #4E5155;
    }

.default-style .dz-error-mark, .default-style .dz-success-mark {
    background-color: rgba(24,28,33,0.1);
}

.default-style .dz-error-message {
    background: rgba(217,83,79,0.8);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

@media (min-width: 576px) {
    .default-style .dz-preview {
        display: inline-block;
        width: 11.25rem;
    }

    .default-style .dz-thumbnail {
        width: 10rem;
    }

    ..material-style .dropzone {
        border: 3px dashed rgba(24,28,33,0.06);
    }

    .material-style .dz-message {
        font-size: 1.313rem;
    }

        .material-style .dz-message .note {
            color: #a3a4a6;
            font-size: .894rem;
        }

    .material-style .dz-preview {
        border: 0px solid rgba(24,28,33,0.06);
        border-radius: .125rem;
        box-shadow: 0 2px 3px 0px rgba(0,0,0,0.03),0 1px 4px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.04);
    }

    .material-style .dz-size {
        color: #a3a4a6;
    }

    .material-style .dz-thumbnail {
        border-bottom: 1px solid #f1f1f2;
        background: #fff;
        border-top-left-radius: calc(.125rem - 1px);
        border-top-right-radius: calc(.125rem - 1px);
    }

    .material-style .dz-nopreview {
        color: #a3a4a6;
    }

    .material-style .dz-remove {
        border-top: 1px solid #f1f1f2;
        color: #4E5155;
        border-bottom-right-radius: calc(.125rem - 1px);
        border-bottom-left-radius: calc(.125rem - 1px);
    }

        .material-style .dz-remove:hover, .material-style .dz-remove:focus {
            background: rgba(24,28,33,0.06);
            color: #4E5155;
        }

    .material-style .dz-error-mark, .material-style .dz-success-mark {
        background-color: rgba(24,28,33,0.1);
    }

    .material-style .dz-error-message {
        background: rgba(217,83,79,0.8);
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem;
    }
}

@media (min-width: 576px) {
    .material-style .dz-preview {
        display: inline-block;
        width: 11.25rem;
    }

    .material-style .dz-thumbnail {
        width: 10rem;
    }
}

.dz-remove {
    border-top: 1px solid #ebebeb;
    background: #fff6f6;
}




.dropzone[data-preview='false'] .dz-thumbnail {
    display: none;
}

.dropzone[data-description='false'] .dz-description {
    display: none;
}

.dropzone[data-types='false'] .dz-types {
    display: none;
}


