.dropzone {
	border-style: dashed;
}
.dropzone .dz-preview {
	width: 100%;
	min-height: 140px;
}
.dropzone .dz-preview {
	border: 1px solid #CCC;
	margin: 10px;
	padding: 15px 0 15px;
	border-radius: 5px;
}
.dropzone .dz-preview p,
.dropzone .dz-preview span {
	font-size: 11px !important;
}
.dropzone .c-gestor {
	text-align: center;
	top: 20px;
	position: absolute;
	width: 70px;
	z-index: 999;
	cursor: pointer;
	left: 15px;
	background: #E2E2E2;
	padding: 20px 0;
	border-radius: 4px;
}
.dropzone .c-gestor:hover {
	background-color: #EEE;
}
.dropzone .chk-gestor-nome {
    word-wrap: break-word;
    font-weight: bold;
	background: #FF0;
	padding: 0 2px;
}
.dropzone .dz-preview .dz-details {
	position: initial;
	opacity: 1;
	padding: initial;
	min-width: initial;
	max-width: initial;
}
/*.dropzone .dz-preview .dz-details {
	top: 5px;
	padding: 0;
	opacity: 1 !important;
}*/
.dropzone .dz-preview .dz-details img {
	float: left;
	margin-left: 95px;
}
.dropzone .dz-preview .dz-progress {
	left: 55px;
	top: 95px;
	width: 55px;;
}
.dropzone .dz-preview .dz-remove {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 9;
    font-size: 10px;
}
.dropzone .dz-preview .dz-filename {
	text-align: left;
	margin: 0 0 0 100px;
	padding: 0;
}
.dropzone .dz-preview p, 
.dropzone .dz-preview .dz-details .dz-filename span {
	margin: 0;
	padding: 0;
}
.dropzone .dz-preview input[type="checkbox"] {
	vertical-align: sub;
}
.dropzone .dz-preview .dz-details .dz-filename span {
	margin-bottom: 7px !important;
	border: none !important;
	display: block;
}
.dropzone .dz-preview .dz-externo {
	padding-top: 13px;
}
.dropzone .dz-preview .dz-externo p {
	margin-bottom: 20px;
}
.dropzone .dz-preview .dz-externo p small {
	display: block;
	color: #999;
	margin: 0 0 0 15px;
}
.dropzone .dz-preview p {
	text-transform: uppercase;
	font-weight: 600;
}
.dropzone .dz-preview .dz-changelog textarea {
	height: 110px;
	resize: none;
}
.dropzone .dz-preview .dz-versao {
	margin-top: 1rem;
}
.dropzone .dz-preview .dz-versao .revisao {
	width: 50px;
}