/* ImageField style
========================================================================================================================================================================================================================================*/

.ImageFieldProgress {
	text-align: left !important;
	height: 36px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 0;
}
.ImageFieldProgress span {
	display: inline-block;
	height: 100%;
}
.ImageFieldProgress span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@-webkit-keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 60px 0;
	}
}
@-moz-keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 60px 0;
	}
}
.ImageFieldWrapper .init {
	position: absolute;
	width: 100%;
	padding-right: 4px;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	opacity: 0;
	z-index: 100;
}
.ImageFieldWrapper {
	overflow: hidden;
	display: block;
	position: relative;
	color: #000;
	padding: 0px;
	min-width: 150px;
	width: 100%;
	
}
.ImageField {
	z-index: 1;
	min-height: 36px;
	line-height: 36px;
	padding-right: 36px;
	display: block;
	position: relative;
}
.ImageField input {
	text-shadow: 1px 1px 0px rgba(255,255,255,.3),-1px -1px 0px rgba(255,255,255,.3),1px -1px 0px rgba(255,255,255,.3), -1px 1px 0px rgba(255,255,255,.3), 1px 0px 0px rgba(255,255,255,.3), 0px 1px 0px rgba(255,255,255,.3);
	width: 100%;
	border: none;
	height: 36px;
	line-height: 36px;
	background: none !important;
	color: #222;
	display: block;
}
.ImageFieldButton {
	color: #fff;
	border-radius: 2px;
	z-index: 2;
	font-size: inherit;
	position: absolute;
	right: 2px;
	top: 2px;
	height: 32px;
	width: auto;
	min-width: 32px;
	line-height: 32px;
	text-align: center;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	padding: 0px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3), -1px -1px 1px rgba(255,255,255,.3);
}