.width-full {
	width: 100%;
}

.upload-images-view {
	border-radius: 4px;
	border-width: 1px;
	border-color: #c7c7c7;
	border-style: dashed;
	padding: 3px;
	max-width: 140px;
	margin-top: 5px;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	opacity: 0.3;
	background-color: #000;
	z-index: 200;
}

#loading-image {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 48%;
	z-index: 201;
	display: block;
}
