﻿.mapycz-canvas{
	position:relative;
}
.mapycz-search{
	position:absolute;
	background:white; 
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	z-index:10;	
	top:10px;
	left:10px;
	padding:5px;
	border-radius:3px;
}
.mapycz-search .icoButt{background:none;}
.mapycz-search input{font-size:12px; line-height:16px;}
.map-address-text{
	padding:5px 0;
}
#geocodeAddress{
	line-height:20px;
	border:none;
	background:#eee;
	box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}
.geocodeAddress, .myPosition{
	border:none;
	margin:0 0 0 0px;

}
.geocodeAddress:hover, .myPosition:hover{background:none;}

.markerName{
	cursor:pointer;
	font-weight:bold;
}
.iconMapMarker{
	position:relative;
	height:28px;
}
.iconMapMarker:before{
	content:"";
	position:absolute;
	bottom:0;
	right:-10px;
	width:26px;
	height:11px;
	background:url(/styles/default/img/marker-shadow.png);
}


.routeContainter{
	padding:5px 75px 5px 5px;
	border:1px solid rgba(0,0,0,0.1);
	margin-bottom:2px;
	position: relative;
	box-sizing: border-box;
}
.routeContainter > input{
	border:none;
	width:100%;
	padding:10px;
	box-sizing: border-box;
    background:#ddd;
}
.routeContainter > i{
	position:absolute;
	top:10px;
	cursor:pointer;
	font-size: 24px;
}
.routeContainter > i.routePointDelete{
	color:red;
	right:10px;
}
.routeContainter > i.routePointZoom{
	color:black;
	right:40px;	
}

.lineContainter{
	border:1px solid rgba(0,0,0,0.1);
	background:rgba(0,0,0,0.05);
	padding:10px;
}
.lineContainter > div{
	padding:5px 75px 5px 5px;
	border:1px solid rgba(0,0,0,0.1);
	margin-bottom:2px;
	position: relative;
	box-sizing: border-box;
}
.lineContainter > div > input{
	border:none;
	width:100%;
	padding:10px;
	box-sizing: border-box;
}
.lineContainter > div > i{
	position:absolute;
	top:10px;
	cursor:pointer;
	font-size: 24px;
}
.lineContainter > div > i.routePointDelete{
	color:red;
	right:10px;
}
.lineContainter > div > i.routePointZoom{
	color:black;
	right:40px;	
}

.showMarker{
	position: relative;
	width:0;
	height:0;
	border:1px solid red;
}
.showMarker i{
	text-align:center;
	font-size:2em;
	color:#333;
	font-weight:bold;
	position: absolute;
	bottom:0em;
	left:0em;
}
.showMarker span{
	position: absolute;
	bottom:0.1em;
	left:2em;
	font-size:1em;
	color:white;
	display: block;
	background:rgba(0,0,0,0.5);
	padding:2px 5px;
	border-radius:0.5em;
}

.htmlMarker{
	text-align: center; 
	font-size: 40px; 
	font-weight: bold; 
	width: 0.75em; 
	position: absolute; 
    cursor: pointer;
    margin-left:-0.2em;
}
.htmlMarker:hover{
	z-index: 10000 !important
}
.htmlMarker > div{
	position: absolute; 
	left: 0; 
	top: 0; 
	text-align: center; 
	width: 100%; 
	font-weight: bold; 
	font-size: 0.4em; 
	line-height:2em;
	
	text-shadow:0 0 0.3em rgba(0,0,0,0.5);
    pointer-events:none;
}
.smap .cluster img {
display: none !important;
}

.routePlanner, .linePlanner{display:none;}
.mapycz-canvas .fa-expand{position:absolute;top:-10px; right:0;font-size:1.2em;cursor:pointer}
.mapycz-canvas.fullscreenMap .fa-expand{top:20px; right:20px;font-size:1.6em;}
.mapycz-canvas .fa-expand.fullscreenShow {z-index:10}
.mapycz-canvas.fullscreenMap{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:99;
    box-sizing:border-box;
}
.mapycz-canvas.fullscreenMap .mapycz{
    width:100% !important;
    height:70vh !important;
}
.mapycz-canvas.fullscreenMap.fullscreenMapShow .mapycz{
    width:100% !important;
    height:calc(100vh - 100px) !important;
}
.mapycz-canvas.fullscreenMap{
    background:white;
    padding:50px;
}