@media print {
	.noprint	{ visibility:hidden !important; } 
	.print		{ visibility:visible !important; }
}

@font-face {
	font-family: 'mapy';
	src: url('/font/api/mapy.eot?5');
	src: url('/font/api/mapy.eot?5#iefix') format('embedded-opentype'),
		 url('/font/api/mapy.svg?5') format('svg'),
		 url('/font/api/mapy.woff?5') format('woff'),
		 url('/font/api/mapy.ttf?5') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.smap {
	font-family: TriviaSeznam, helvetica, arial,sans-serif;
	position: relative;
	overflow: hidden;
}

.smap .hud > * > * {
	z-index: 1; /* chceme byt nad zvyraznenymi poi */
}

.smap .copyright, .smap .scale {
	font-size: 10px;
	cursor: default;
	color: #333;
	text-shadow:
		#fff -1px -1px 0, #fff 1px -1px 0, #fff -1px 1px 0, #fff 1px 1px 0,
		#fff -1px 0 0, #fff 1px 0 0, #fff 0 1px 0, #fff 0 -1px 0;
}

.smap .copyright a {
	color:#6b7580;
	text-decoration:none;
}

.smap .compass {
	cursor: pointer;
}
.smap .compass-north { 
	width: 63px;
	height: 63px;
	background: #fff url(/img/api/compass/compass-n.png) no-repeat; 
	background-position: center center;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.smap .compass-north-ie8 { 
	width: 65px;
	height: 65px;
	background-image: url(/img/api/compass/compass-n-ie8.png); 
	background-position: center center;
}
.smap .compass-east { 
	background-image: url(/img/api/compass/compass-e.png); 
}
.smap .compass-south { 
	background-image: url(/img/api/compass/compass-s.png); 
}
.smap .compass-west { 
	background-image: url(/img/api/compass/compass-w.png); 
}

.smap .cw, .smap .ccw {
	width: 22px;
	height: 26px;
	cursor: pointer;
}
.smap .ccw {
	background-image: url(/img/api/ccw.png); 
}
.smap .cw {
	background-image: url(/img/api/cw.png); 
}

.smap .cw-smooth {
	width: 69px;
	height: 102px;
	background-image: url(/img/api/cw-smooth.png);
	cursor: pointer;
}
.smap .cw-smooth:hover {
	background-image: url(/img/api/cw-smooth-hover.png);
}

.smap .zoom {
	width: 64px;
	cursor:pointer;
}

.smap .zoom .button-group {
	position: absolute;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.smap .zoom .button-group button {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 32px;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	font-family: "mapy";
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background: #fff;
	color: #6b7580;
	border: none;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}

.smap .zoom .button-group button:hover {
	color: #29ac07;
	background: #f7f7f7;
}

.smap .zoom .button-group button:active {
	font-size: 13px;
}

.smap .zoom .button-group button.minus {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	width: 31px;
}
.smap .zoom .button-group button.plus {
	position: relative;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.smap .zoom .button-group button.plus:active {
	font-size: 21px;
}
.smap .zoom .button-group button.plus:after {
	position: absolute;
	display: block;
	width: 1px;
	height: 19px;
	content: "";
	top: 4px;
	left: 0;
	background: #e8e8e8;
}
.smap .zoom .zoom-menu {
	width: 99%;
	position: absolute;
	top: 26px;
	
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.smap .zoom .line {
	width: 16px;
	right: 10px;
	top: 21px;
}
.smap .zoom .label {
	right: 18px;
	font-size: 11px;
	color: #666;
	text-align: right;
}
.smap .zoom .label:hover {
	color: #29ac07;
}
.smap .zoom .slider {
	right: 0px;
	z-index: 10;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 12px 6px 0;
	border-color: transparent #29ac07 transparent transparent;
}
.smap .zoom .slider-bg {
	position: absolute;
	left: 60%;
	top: 0;
	background: #ccc;
	background: rgba(0,0,0,0.3);
	opacity: 0.3;
	z-index: 0;
	width: 1px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	height: 100%;
}
.smap .zoom .top {
	height: 25px;
	background: #fff;
}
.smap .zoom .middle {
	background: #fff;
}
.smap .zoom .bottom {
	height: 26px;
	background: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.smap .selection {
	cursor: pointer;
	border-color: #00a;
	border-style: solid;
	background-color: #66f;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.smap .notification {
	width: 200px;
	visibility: hidden;
}
.smap .notification div {
	border-color: red;
	border-width: 2px;
	width: 15%;
	height: 15%;
	visibility: visible;
}

.smap .notification .top-left {
	border-top-style: solid;
	border-left-style: solid;
}
.smap .notification .top-right {
	border-top-style: solid;
	border-right-style: solid;
}
.smap .notification .bottom-left {
	border-bottom-style: solid;
	border-left-style: solid;
}
.smap .notification .bottom-right {
	border-bottom-style: solid;
	border-right-style: solid;
}

/*- prepinac mapovych podkladu - "SMap.Control.Layer" -*/
.smap .layer-switch {
	cursor: pointer;
}

.smap .layer-switch button {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 0 8px;
	padding-bottom: 1px;
	text-align: center;
	
	line-height: 24px;
	
	background: #fff;
	color: #6b7580;
	border: none;

	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}

.smap .layer-switch button span {
	font-size: 13px;
}

.smap .layer-switch button:before {
	content: 'm';
	position: relative;
	top: 2px;
	font-size: 16px;
	padding-right: 6px;
	display: inline-block;
	font-family: "mapy";
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.smap .layer-switch button:hover {
	color: #29ac07;
}

.smap .layer-switch .window {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	
	background: #fff;
	color: #6b7580;
	border: none;

	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);

	font-size: 12px;
	padding: 13px 13px 4px;
}

.smap .layer-switch .left, .smap .layer-switch .right {
	position: absolute;
	cursor: pointer;
	background-color: white;
	width: 13px;
	height: 65px;
	top: 13px;
}
.smap .layer-switch .left {
	left: 0px;
}
.smap .layer-switch .right {
	right: 0px;
}
.smap .layer-switch .left .arrow {
	background: transparent url(/img/api/layer-switch/l-arr.png) 50% 0 no-repeat;
}
.smap .layer-switch .right .arrow {
	background: transparent url(/img/api/layer-switch/r-arr.png) 50% 0 no-repeat;
}
.smap .layer-switch .item {
	display: inline-block;
	margin: 0 0px;
	vertical-align: top;
}
.smap .layer-switch .item > div {
	margin: 0 0 0 3px;
	padding: 0;
	position: relative;
	height: 50px;
	overflow: hidden;
}
.smap .layer-switch :first-child.item > div {
	margin: 0;
}
.smap .layer-switch .item p {
	margin: 2px 0px 0px 2px;
	color: #00c;
	font-size: 12px;
}
.smap .layer-switch .active p {
	font-weight:bold;
	color: #000;
}
.smap .layer-switch .item > div .border {
	display: none;
}
.smap .layer-switch .active > div .border {
	display: block;
	position: absolute;
	border: 2px solid #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.smap .layer-switch .arrow {
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0px;
	top: 19px;
}

.smap .minimap {
	border-style: solid;
	border-width: 2px;
}

.context-menu {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 3px #888;
	padding: 10px 0;
	opacity: 0.96;
	border-radius: 11px;
	z-index: 2;
}
.context-menu .item {
	font-size: 93%;
	display: block;
	padding: 0.3em 1.25em 0.3em 1.25em;
	color: black;
}
.context-menu a.item {
	text-decoration: none;
	color: #29ac07;
}
.context-menu a.item:hover {
	color: white;
	background-color: #29ac07;
}
.context-menu .disabled, .context-menu a.disabled, .context-menu a.disabled:hover {
	color: #888;
	background-color: #fff;
}
.context-menu .separator {
	border-top: 1px dotted #c8c8c8;
	margin: 0em 1.25em 0em 1.24em;
	height: 1px;
	padding: 0px;
}

/*- ovladaci prvek ruzice -*/
.smap .control-rosette			{ 
	width:44px; 
	height:44px; 
	overflow:hidden; 
	position:absolute; 
}

.smap .control-rosette div		{ 
	position:absolute;
	top:14px; 
	left:18px;
	width:10px; 
	height:10px; 
	color:#fff;
	font-size:14px;
	line-height:14px;
}

/*- shluk -*/
.smap .cluster {
	width: 0;
	height: 0;
	cursor: pointer;
}

.smap .cluster div {
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	border: 10px solid rgba(0, 0, 0, 0.4);
	background-clip: padding-box;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.smap .cluster img {
	margin-left: 3px;
}

/*- graficke meritko -*/
.smap .scale .numbers {
	position: relative;
	height: 16px;
}
.smap .scale .numbers span {
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	transition: all 500ms;
}
.smap .scale .parts {
	border: 1px solid #fff;
	height: 6px;
	line-height: 0;
}
.smap .scale .unit {
	position: absolute;
	padding-left: 5px;
	top: 13px;
	transition: all 500ms;
}
.smap .scale .parts span {
	display: inline-block;
	height: 0;
	border-width: 0;
	border-top-width: 6px;
	border-style: solid;
	transition: all 500ms;
}
.smap .scale .parts span.odd {
	border-color: #333;
}
.smap .scale .parts span.even {
	border-color: #fff;
	opacity: 0.8;
}
