.mapstr-widget {
	position: relative;
	min-height: 250px;
	height: 250px;
}
.mapstr-widget .mapstr-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.mapstr-map-expand {
	float: right;
}

.mapstr-modal-overlay,
.mapstr-modal-ctn {
	position: absolute; /* For Safari mobile which doesnt support fixed position */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
}
.mapstr-modal-overlay {
	background-color: black;
	background-color: rgba(0,0,0,0.5);
}
.mapstr-modal-ctn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 50px 20px 50px;
	cursor: pointer;
}
.mapstr-modal-ctn > * {
	cursor: default;
}
.mapstr-modal-ctn iframe {
	border: none;
	width: 100%;
	height: 100%;
}
.mapstr-modal-ctn .mapstr-modal-close {
	position: absolute;
	right: 0;
	top: 10px;
	width: 50px;
	height: 50px;
	border: none;
	background: none;
	box-shadow: none;
	color: white;
	font-size: 30px;
	cursor: pointer;
	opacity: 0.7;
}
.mapstr-modal-ctn .mapstr-modal-close:hover {
	opacity: 1;
}

.mapstr-embedded-ctn {
	display: block;
	border: none;
	background: none;
	box-shadow: none;
}
.mapstr-embedded-ctn tbody,
.mapstr-embedded-ctn tr,
.mapstr-embedded-ctn td {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 !important;
	margin: 0;
}
.mapstr-embedded {
	border: none;
	background-color: #FEE0C6;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}

/* Admin */
#mapstr-admin-map {
	margin-right: 25px;
}
#mapstr-admin-map h2 {
	float: left;
}
#mapstr-admin-map .mapstr-admin-map-btns {
	float: right;
	padding-top: 10px;
}
#mapstr-admin-map .mapstr-admin-map-btns .spinner {
	float: left;
}
.mapstr-admin-ctn {
	height: 500px;
}
