﻿.fm-map-container {
	z-index: 0;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.fm-tooltip {
	display: none;
	position: absolute;
	z-index: 3;
	min-width: 200px;
}
.fm-tooltip-image {
	white-space: nowrap;
}
.fm-tooltip-image img {
	max-width: none;
}
.fm-tooltip-comment {
	font-size: 12px;
	font-family: Arial, Geneva, sans-serif;
	color: #000000;
	text-align: left;
}
.fm-tooltip-frame {
	background-color: #fff;
	border: 2px solid #bbb;
	border-radius: 10px;
	padding: 5px;
	opacity: .99;
	max-width: 350px;
	min-width: 200px;
	border-collapse: separate;	
	margin-bottom: 0 !important;
	line-height: 1.4;
	vertical-align: top;
	table-layout: auto;
}
@media (max-width: 700px) {
	.fm-mobile-fixed .fm-tooltip-frame {
		max-width: 100%;
		width: 100%;
	}
	.fm-mobile-fixed .fm-tooltip-comment {
		width: 100%;
	}
}
.fm-tooltip-frame td {
	background-color:inherit;
	border: none !important;
	padding: 5px;
	vertical-align: top;
	margin: 0;
}
.fm-tooltip-name {
 	color: #000;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
 	font-size: 18px;
	font-weight:bold;
	padding: 5px;
	font-family: Arial, Geneva, sans-serif;
	line-height: 1;
}
.fm-tooltip-x {
	color: #444;
	font: 12px/100% arial, sans-serif;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	z-index: 5;
	visibility: hidden;
	cursor: pointer;
	margin: -5px -5px 5px 5px;
	border-bottom: none !important;
	float: right;
}
.fm-tooltip-x img {
	width: 12px;
	padding:0 !important;
	margin:0 !important;
	border:0 !important; 
}
.fm-tooltip-x.fm-frozen-x {
	visibility: visible;
}
.fm-tooltip-x.fm-mobile-x {
	visibility: visible;
}
.fm-controls {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	margin: 10px;
}

.fm-back-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: .3em 1em .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	color: #fef4e9;
	border: solid 1px #a0a0a0;
	background: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#a0a0a0));
	background: -moz-linear-gradient(top,  #cccccc,  #a0a0a0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#a0a0a0');
}

.fm-back-button:hover {
	text-decoration: none;
	
	background: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#707070));
	background: -moz-linear-gradient(top,  #545454,  #707070);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#707070');
}

.fm-back-button:active {
	position: relative;
	top: 1px;
	
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#707070));
	background: -moz-linear-gradient(top,  #545454,  #707070);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#707070');
}

.fm-overlay {
	background: url('../img/25.png') center center no-repeat rgba(255,255,255,0.4);
	/*opacity: 0.3;*/
	cursor: progress;
}


.fm-scale {
	float: left;
	position: absolute;
	left: 0px;
	bottom: -40px;
	z-index: 1;
	margin: 10px
}
.fm-scale div {
	float: left;
}
.fm-scale-display {
	clear: both;
	position: relative;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 1px;
	bottom: 0px;
	margin-bottom: 5px;
	background-color: #e8e8e8;
}
.fm-scale-display div {
	background-color: #237cbd;
	height: 1px;
	-webkit-transition: width ease-in-out .2s;
	transition: width ease-in-out .2s;
}

.fm-scale-buttons {
	clear: both;
}

.fm-scale a {
	display: block;
	float: left;
	font-size: 31px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	color: #333;
	width: 41px;
	height: 37px;
	padding-top: 1px;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	margin-right: 3px;
	border-radius: 2px;
	background: #fff;
}
.fm-scale a:hover {
	color: #186ba3;
}
.fm-scale a.fm-inactive {
	cursor: default;
	color: #cdcdcd;
}

.fm-x-debug {
	position: absolute;
	z-index: 2;
	min-width: 200px;
	border-radius: 5px;
	background: white;
}
