.image-preview {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: left top;
	border: 1px solid #ccc;
	vertical-align: middle;
	position: relative;
}
.image-preview .image-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .8);
	color: black;
	font-size: .8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-preview-image {
	display: inline-block;
	margin-bottom: 4px;
}
.each-preview-image:not(:last-child) {
	margin-right: 4px;
}
.tempat-image-preview {
	display: inline-block;
	padding: 4px;
}
.tempat-image-preview > * {
	float: left;
}
.kumpulan-image-preview {
	padding-left: 4px;
}
.hapus-image-preview {
	opacity: .5;
	float: right;
	background-color: rgba(0, 0, 0, .7);
	padding: 0;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 2px;
	margin-right: 2px;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	line-height: 1.2em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.each-preview-image:hover .hapus-image-preview {
	opacity: 1;
}
.customAlert {
	background-color: orange;
	padding: 0px 10px 10px 10px;
}
.cA_btm  > span{
	margin-right:10px;
}