#upload-wrapper {
	position:relative;
}

#upload-loading {
	text-align: center;
	position:absolute;
	top:2px;
	left:2px;
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	background:rgba(255, 255, 255, 0.6);
	z-index:52;
	display:none;
}

#upload-loading img {
	position:relative;
	top:calc(50% - 32px);
}

#upload-for-div {
	border:solid 1px #efefef;
	border-radius:4px;
	box-shadow:0px 0px 10px #eee;
	margin-bottom:10px;
	position:relative;
}

#fileform {
min-height:350px;
clear:both;
background: url(/template/img/draganddrop.png);
background-repeat: no-repeat;
background-position: center;
background-size:40%;
}


.dropzone-final-status {
	display:none;
}

.dz-message {
	position:absolute;
	top:300px;
	width:100%;
	color:#888;
	text-align:center;
}

.dz-message .dz-button {
	color:white;
	background: #71bc00;
	border:0px;
	padding:10px 15px;
	font-family: 'Roboto', sans-serif;
	font-size:12pt;
	font-weight: 300;
	cursor:pointer;
}

.dz-preview {
	display:inline-block;
	width:130px;
	height:170px;
	overflow:hidden;
	border:solid 1px #efefef;
	border-radius:3px;
	background:#fafafa;
	margin:3px;
	padding:1px;
	position:relative;
	border:solid 1px gray;
	box-shadow:1px 1px 3px #aaa;
	text-align: center;
}

.dz-filename {
	font-size: 9pt;
	position:absolute;
	top:3px;
	background:rgba(255, 255, 255, 0.93);
    overflow:hidden;
    padding:1px;
    width:127px;
}

.dz-filename {
	top:0px;
}

.dz-size {
	position:absolute;
	font-size: 9pt;
	bottom:4px;
	z-index:10;
	width:100%;
	text-align:center;
}

.dz-success-mark, .dz-error-mark {
	display:none;
}

.dz-progress {
	position:absolute;
	bottom:4px;
	left:0px;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	background:white;
	height:15px;
	width:100%;
}

.dz-error-message {
	position:absolute;
	top:25px;
	left:0px;
	background:red;
	color:white;
	z-index:50;
	width:100%;
	font-size:0.8em;
	padding:0px;
	text-align:center;
	opacity: 0.9;
}

.dz-error-message div {
	padding:5px;
}

.dz-error-message img {
	margin-top:3px;
	max-height:32px;
	padding:2px;
}

.dz-upload {
	display:block;
	height:100%;
	background:orange;
	width:0%;
}

.dz-remove {
	display:none;
	font-size:10pt;
	position:absolute;
	top:3px;
	left:0px;
	width:100%;
	background:orange;
	color:white;
	padding:10px 0px;
	z-index:51;
	text-align: center;
}

.dz-remove:hover {
	color:white;
	text-decoration: none;
}

.dz-preview:hover .dz-remove {
	display:block;
}