.search {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:calc(100% - 20px);
}
.body {
}
.gallery-parent-div {
	margin-left:10px;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
}
.gallery-div {
	margin-bottom:30px;
}
.gallery-image-div {
	display:inline-block;
}
.gallery-image {
	width:150px;
	height:auto;
}
.gallery-buttons-div {
	display:inline-block;
	position:absolute;
	margin-left:30px;
}
.image-notes {
	display:block;
	margin-bottom:5px;
	font-weight:300;
}
.gallery-buttons-checkbox {
	position:relative;
	width:15px;
	height:15px;
}
.gallery-buttons-checkbox-text {
	margin-left:5px;
}
.gallery-buttons-button {
	display:block;
	margin-top:10px;
}
.realestates {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:calc(100% - 20px);
}

.tableheader {
	background-color: #95BEE6;
	color:white;
	font-weight:bold;
}
.tablerow {
	background-color: #A7D6F1;
	color:white;
}
.message {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.attachments {
	border-collapse:separate;
	border-spacing:10px;
}
.attachments tr {
	padding-bottom:10px;
}
.attachments .link {
	padding-right:10px;
}
.attachments .link span {
	color:#0000EE;
	cursor:pointer;
}
.attachments .icon {
	width:20px;
	height:20px;
	cursor:pointer;
}
.loader {
	z-index: 2;
	position:absolute;
	left:calc(50% - 120px);
	top:calc(50% - 120px);
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}