#dropzone {	
	min-height: 240px;
	margin-bottom:20px;
}

.dropzone .dz-intro {
	text-align: left;
	font-size: 1.3rem;	
}
.dropzone.dz-started .dz-intro {
	display:none;
}

.dropzone .dz-message {
	font-size:20px;
	text-align:center;
	margin-bottom:10px;	
}
.dropzone .dz-message span {
	cursor:pointer;
}
.dropzone .dz-preview {
	padding:10px;
	border:1px solid #ccc;
	border-radius:3px;
	background:#fff;
	position:relative;
	margin-bottom:10px;
}
.dropzone .dz-error-message {
	display:none;
	float:left;
	width:340px;
	height:20px;
	line-height:20px;
	color:#bf0000;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dropzone .dz-error .dz-error-message {
	display:block;
}
.dropzone .dz-content,
.dropzone .dz-footer {
	display:none;
}
.dropzone .dz-header {
	height:20px;
}
.dropzone .dz-filename {
	line-height:20px;
	float:left;
	width:144px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dropzone .dz-progress {
	float:left;
	width:340px;
	height:18px;
	border:1px solid #ddd;
	border-radius: 3px;
	background:#f9f9f9;
}
.dropzone .dz-size {
	position:absolute;
	left:300px;
	top:11px;
}
.dropzone .dz-error .dz-progress,
.dropzone .dz-error .dz-size {
	display:none;
}
.dropzone .dz-remove {
	display: block;
	height: 18px;
	border:1px solid #ccc;
	border-radius: 3px;
	background:#ddd;
	color:#444;
	line-height:20px;
	position: absolute;
	right: 10px;
	top: 10px;
	width:100px;
	text-align:center;
}
.dropzone .dz-upload {
	-webkit-animation: loading 0.4s linear infinite;
	-moz-animation: loading 0.4s linear infinite;
	-o-animation: loading 0.4s linear infinite;
	-ms-animation: loading 0.4s linear infinite;
	animation: loading 0.4s linear infinite;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;	
	border-radius: 2px;
	display:block;	
	width:0;
	height:18px;
	background:#8cc657;
}
.dropzone .job-detail {
	display:none;
}
.dropzone .dz-content {
	margin-top:10px;
}
.dropzone .thumb {
	max-width:300px;
	max-height:150px;
	float:right;
}
.dropzone .job-detail table label {
	font-family:'EconomicaRegular', Arial, Helvetica, Sans-Serif;
	color:#3179C3;
	font-size:16px;
}
.dropzone .job-detail table  td {
	padding:5px 0;
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone .dz-preview.dz-success .dz-size {
	display:none;
}

.dropzone .dz-preview.dz-success {
	background:#f9edbe;
}
.dropzone .dz-preview.dz-error {
	background:#fbdede;
}
.dropzone .dz-preview.dz-success.dz-confirm {
	background:#d5e7ce;
}
.dropzone .dz-preview.dz-error table {
	width:100%;
}
.dropzone .measured-size {
	color:#bf0000;
}
.dropzone .dz-footer {	
	margin-top:10px;	
}
.dropzone .dz-footer .confirm {
	display:inline-block;	
	border:1px solid #ccc;
	border-radius: 3px;
	background:#ddd;
	color:#444;
	width:80px;
	height:18px;
	line-height:20px;
	text-align:center;	
	cursor:pointer;
	margin-right: 10px;
}



	
