html, body {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-X: hidden;
	overflow-Y: auto
}
.noSelect {
	pointer-events: none;
}
body {
	margin-top: 25px
}
.MAP_MAKER {
	position: absolute;
	margin-left: 50%;
}
.PLAT {
	position: absolute;
	left: 0px;
	top: 0px
}
.mark, .mark1, .mark3 {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: .5;
	border: 1px solid black;
	box-shadow: 0px 4px 4px black;
	text-decoration: none;
}
.mark:hover {
	opacity: 1
}
.mark:hover span {
	display: block
}
.mark span {
	display: none;
	width: 50px;
	text-align: center;
	font-family: "brother-1816", sans-serif;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	z-index: 99999;
	opacity: 1;
	left: -55px;
	color: white;
	padding: 2px;
	background-color: black;
	position: absolute;
}
.activeMarker {
	background-color: white
}
.LEGEND {
	height: 40px;
	text-align: center
}
.LEGEND span {
	position: relative;
	font: 10px verdana;
	height: 40px;
	margin: 10px;
	display: inline-block;
	text-align: center
}
.mark3 {
	position: relative;
	margin: 0px auto;
	margin-bottom: 5px;
	display: block;
	width: 40px;
	height: 40px;
}
.IMG {
	position: absolute;
	display: block
}
.DATA {
	cursor: move;
	width: 300px;
	font: 14px "brother-1816";
	position: absolute;
	z-index: 2000;
	background: white;
	display: none;
	box-shadow: 0px 2px 14px black;
	height: 400px;
	padding: 8px;
	overflow: hidden;
	overflow-Y: auto
}
.DATA a {
	display: block;
	color: black;
	font-size: 12px
}
.DATA span {
	display: inline-block;
	font-style: italic;
}
.del {
	text-decoration: none;
	padding: 5px;
	background: gray;
	border: 1px outset black;
	color: black;
	display: block;
	margin: 0px auto;
	text-align: center;
	border-radius: 5px;
	width: 60px
}
.del:active {
	border: 1px inset black
}
.FPS {
	font: 12px verdana
}
.purple {
	background-color: purple
}
.blue {
	background-color: blue
}
.green {
	background-color: green
}
.yellow {
	background-color: yellow
}
.red {
	background-color: red
}
.teal {
	background-color: rgb(0, 255, 255)
}
.FPS {
	width: 95%;
	margin: 0px auto;
	height: 150px;
	overflow: hidden;
	overflow-Y: auto
}
.FPS a {
	display: block;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	background: #f0f0f0;
	padding: 3px;
	margin: 5px
}
.FPS span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: black;
	color: white;
	text-align: center;
	font: 12px verdana;
	line-height: 18px
}
input {
	width: 35px
}
.closer {
	display: block;
	background: black;
	width: 25px;
	height: 25px;
	color: white;
	border-radius: 50%;
	text-decoration: none;
	font: bold 14px verdana;
	line-height: 25px;
	position: absolute;
	right: -10px;
	top: -10px;
	text-align: center
}
ul {
	position: relative;
	display: block;
	width: 95%;
	padding: 0px;
	margin: 0px auto;
	max-height: 280px;
	overflow: hidden;
	overflow-Y: scroll;
	scrollbar-width: thin;
	scrollbar-color: black white;
}
li {
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 5px
}
li a {
	display: block
}
li a:hover {
	background: #c0c0c0
}
.loaderPos {
	display: none;
	position: fixed;
	top: 5px;
	right: 70px;
	width: 60px;
	height: 60px
}
.sving {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	color: red;
	text-align: center;
	padding-top: 23px;
	font-family: "brother-1816", sans-serif;
	height: 92px;
	width: 92px
}
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media print {
	.mark, .mark3 {
		opacity: 1 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: solid 12px;
	}
	.mark3 {
		border-width: 20px;
	}
	.pmsAvailableLot {
		background-color: purple;
		border-color: purple;
	}
	.pmsAvailable {
		background-color: palegreen;
		border-color: palegreen;
	}
	.pmsSold {
		background-color: red;
		border-color: red;
	}
	.pmsModelHome {
		background-color: aquamarine;
		border-color: aquamarine;
	}
	.pmsUnderConstruction {
		color: green;
		border-color: green;
	}
	.pmsComingSoon {
		color: yellow;
		border-bottom-color: yellow;
	}
}