.dz-image-preview,
.dz-error {
	text-align: center;
}

.dz-details .dz-size,
.dz-details .dz-filename,
.dz-progress,
.dz-sending-mark,
.dz-success-mark,
.dz-error-mark {
	display: none;
}

.dz-image {
	min-height: 85px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dz-image:after {
	content: "";
	display: table;
	clear: both;
}

.dz-image-image {
	position: relative;
	float: left;
	z-index: 1;
}

.dz-read-only .dz-image-image:hover {
	cursor: pointer;
}

.dz-sending-mark,
.dz-success-mark,
.dz-error-mark {
	position: absolute;
	float: left;
	z-index: 2;
}

.dz-remove {
	padding-top: 5px;
	margin-bottom: 10px;
	display: block;
}
