
.uploadr-has-image:hover:not(button) > .image-div-preview {
	cursor: pointer !important;
	opacity: 0.5 !important;
}

.uploadr-has-image:hover span {
	display: block !important;
	opacity: 1 !important;
}

.uploadr-has-image:hover button {
	display: block;
}

.image-uploadr-div > button {
	display: none;
}

.uploadr-placeholder {
	text-align: center;
	vertical-align: middle;
	line-height: 50px
}

.image-uploadr-div{
	cursor: pointer !important;
	min-height: 50px;
	background-color: #d4d5d6;
	border-radius: 5px;
}

.image-uploadr-div:hover {
	border-color: #aaa !important;
}

.uploadr-remove_buton{
	margin:0 auto;
	border-radius: 50%;
	display: none;
	top: 40%;
	right: 40%;
	position: absolute;
}
.uploadr-image_container{
	height: 150px;
	width:150px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	position: relative;
}

.uploadr-image_container:hover .uploadr-remove_buton {
	display: block;
}

img.uploadr-image {
	height: 130px;
	width: 130px;
	min-height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 611.5px;
}

label.image-uploadr-label {
	width: 1000px; /*exceed */
	max-width: 100%;
}