#drop-region {
	background-color: #e7e7e7;
	width:100%;
	padding: 40px 40px;
	text-align: center;
	cursor:pointer;
	transition:.3s;
	border: 3px dotted #666666;
	margin-top: 20px; 
}
#drop-region:hover {
	background-color: #666666;
	color: #ffffff;
}

#image-preview {
	margin-top:20px;
}
#image-preview .image-view {
		margin: 0 auto 20px auto; 
   
		position:relative;
		width: 500px;
		outline: 1px solid #e7e7e7;
		text-align: center; 
}
#image-preview .image-view img {
    max-width: 500px;
		max-height: 500px;

}


.rotorblade-image-saving {
	padding: 20px;
	color: green;
	text-align: center;
	text-transform: uppercase;
}

#image-preview .image-view .image-btn {
	padding: 10px;
	cursor: pointer; 
	background-color: #e7e7e7;
}

#image-preview .image-view .image-btn:hover {
	background-color: #666666;
	color: #ffffff;
}

#image-preview .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    /* background: rgba(255,255,255,0.5); */
}