/* alen-easy-dd */
#alen-easy-dd-wraper{
	display: none;
	position: fixed;
	left:0px;
	top:0px;
	width: 100vw;
	height: 100vh;
	background: rgba(12, 11, 11, 0.7);
	z-index: 9998;
}
.easy-dd[data-ddstatus='1'] {
	z-index: 9999;
	
}
.easy-dd:hover {
	color: green;
}
.alen-easy-dd:hover .easy-dd{
/*display: block;	*/
border:#ddd 2px solid;
}
.alen-easy-dd{position: relative;}
.easy-dd{
	border:transparent 2px solid;
	/*position: absolute;
	left: -4px;
	top: -28px;
	display: none;
	cursor: pointer;*/
}