.dir_rtl {
	direction: rtl;
}
.dir_ltr {
	direction: ltr;
}
.dir_ltr_r {
	direction: ltr;
	text-align: right;
}
.pull-10-t {
	margin-top: -10px !important;
}
.dropzone-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: rgba(234, 234, 234, 0.16);
	display: none;
}
.remove_dropzone_img {
	display:block;
	width:50px;
	height:50px;
	background-image:url("../img/remove.png");
	border:none;
	background-size: contain;
	background-color: rgba(255, 255, 255, 0.78);
	position: absolute;
	top: -30px;
	right: -30px;
	cursor:pointer !important;
	z-index: 400;
	border-radius: 50%;
	border: none;
}