/*
 * Copyright notice
 *
 * © 2008-2025 side by site GmbH & Co. KG (info@sidebysite.de)
 * All rights reserved
 *
 * This copyright notice MUST APPEAR in all copies of the script!
 */

.tt_map_div {
	position: relative;
	background-color: #ddd;
	overflow: hidden;
	z-index: 1;
}

.tt_map_content {
	position: absolute;
	background: #ddd;
	z-index: 5;
	width: 100%;
	height: 100%;
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("../Images/openhand.cur"), move;
}

.tt_map_content_dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("../Images/closedhand.cur"), move;
}

.tt_map_background,
.tt_map_tile {
	position: absolute;
	z-index: 10;
}

.tt_map_objects {
	position: absolute;
	z-index: 11;
}

.tt_map_detail_div,
.tt_map_context_menu_div,
.tt_map_loading_div {
	z-index: 40;
	position: absolute;
	display: none;
}

.tt_map_shadow,
.tt_route {
	position: absolute;
}

.tt_map_marker_box {
	position: absolute;
	z-index: 40;
}

.tt_map_marker {
	position: relative;
}

.tt_map_marker_box_count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 22px;
	height: 22px;
	padding: 3px 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	color: white;
	text-align: center;
	background: url("../Images/Marker/counter-background.png") no-repeat;
}

/* Controls */

.tt_map_ctrl_div_lup,
.tt_map_ctrl_div_rup,
.tt_map_ctrl_div_ldown,
.tt_map_ctrl_div_rdown {
	position: absolute;
	z-index: 60;
}

.tt_map_ctrl_div_lup {
	left: 0;
	top: 0;
}

.tt_map_ctrl_div_rup {
	right: 0;
	top: 0;
}

.tt_map_ctrl_div_ldown {
	left: 0;
	bottom: 0;
}

.tt_map_ctrl_div_rdown {
	right: 0;
	bottom: 0;
}

.tt_fullscreen_ctrl,
.tt_zoomlevel_ctrl,
.tt_map_ctrl,
.tt_map_ctrl2 {
	z-index: 60;
	display: none;
	margin: 5px;
}

.tt_fullscreen_ctrl_img {
	z-index: 61;
	cursor: pointer;
}

.tt_zoomlevel_ctrl div.zoomPlus,
.tt_zoomlevel_ctrl div.zoomMinus {
	width: 32px;
	height: 32px;
	color: #333;
	cursor: pointer;
	margin-bottom: 4px;
	overflow: hidden;
}

.tt_zoomlevel_ctrl div.zoomPlus {
	background-image: url("../Images/Controls/zoomlevel-plus.png");
}

.tt_zoomlevel_ctrl div.zoomMinus {
	margin-top: 4px;
	background-image: url("../Images/Controls/zoomlevel-minus.png");
}

.tt_zoomlevel_ctrl div.zoomlevel {
	width: 26px;
	height: 14px;
	background-color: #333;
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 0 2px 2px;
	border: 1px solid #000;
	border-radius: 2px;
	box-shadow: 2px 1px 2px #33333388;
	overflow: hidden;
}

.tt_zoomlevel_ctrl div.act {
	background-color: #fff;
	color: #888;
	border: 1px solid #000;
}

.tt_copyright_ctrl {
	z-index: 60;
	display: none;
	padding: 2px;
	float: left;
	font-size: 10px;
	background-color: white;
}

.tt_copyright_ctrl a {
	text-decoration: none;
}

.tt_copyright_ctrl a:hover {
	text-decoration: underline;
}

.tt_lock_ctrl {
	cursor: pointer;
	width: 31px;
	height: 31px;
	margin: 5px;
}

.tt_lock_ctrl.lock {
	background: no-repeat url("../Images/Controls/button_map_unlock.svg");
}

.tt_lock_ctrl.unlock {
	background: no-repeat url("../Images/Controls/button_map_lock.svg");
}

.unlock-notice {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.unlock-notice .unlock-tourtorial {
	position: absolute;
	font-size: 21px;
	color: #fff;
	width: 240px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.unlock-notice .unlock-tourtorial .unlock-link {
	display: block;
	cursor: pointer;
	background: no-repeat url("../Images/Controls/button_map_unlock.svg");
	padding-left: 42px;
	height: 31px;
}

.unlock-notice .unlock-tourtorial .scroll-notice {
	margin-top: 3em;
	cursor: auto;
	font-size: 16px;
	text-align: center;
}
