.page-container-bg-solid .page-bar{
  margin-bottom: 20px;
}
.page-bar .page-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.modal #allImages{
	height:450px;
	overflow:auto;
}
.modal .itemImg p{
	margin: 10px 0;
	font-weight: 600;
	font-size: 14px;
}
.imgPreview{
	position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 50px;
    width: 50px;
}
.loading {
	background-color: #000;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	color: #ffffff;
}
.loading img {
	left: 50%;
	position: absolute;
	top: 50%;
}
.loading span {
	left: 48%;
	position: absolute;
	top: 58%;
}