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