﻿.dz-size { display: none; }

.dz-open, .dz-remove-custom { margin: 0 5px 0 0px !important}

.dropzone .dz-preview .dz-image {
	border-radius: 5px !important;
	height: 50px !important;
	width: 50px !important;
}

.dropzone .dz-preview:hover .dz-image img {
	-moz-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-webkit-filter: blur(0px);
	-webkit-transform: scale(1.01, 1.01);
	filter: blur(0px);
	transform: scale(1.0, 1.0);
}

.dz-file-preview .dz-image {
	background-position: left center;
	background-repeat: no-repeat !important;
	background-size: 50px 50px !important;
}

.dropzone .dz-preview .dz-progress {
	-webkit-transform: scale(1);
	background: #ff5656;
	border-radius: 4px;
	height: 6px;
	margin-left: auto;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 2px;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	position: relative;
	top: 30%;
	width: 40px;
	z-index: 1000;
	left: auto;
	right: auto;
}

.dropzone .dz-preview {
	margin-top: 0px;
}

.dropzone .dz-preview .dz-details {
	-ms-opacity: 1;
	opacity: 1;
	color: #000;
	position: relative;
	padding: 0;
	text-align: center;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: auto;
	text-overflow: ellipsis;
}

	.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
		-ms-opacity: 1;
		opacity: 1;
		background-color: white;
		/*border: 1px solid rgba(200, 200, 200, 0.8);*/
	}

.dropzone .dz-preview.dz-image-preview {
	 text-align: center;
}

.dropzone .dz-preview .dz-image {
	 margin: 0 auto;
}

.dropzone .dz-preview.dz-image-preview .dz-details span {
		display: block;
		width: 100px;
		word-wrap: break-word;
	}

.dropzone .dz-preview .dz-details .dz-filename {
	 white-space: normal;
}

.dropzone .dz-preview .dz-progress {
	display: none;
}