﻿.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.mapycz-canvas{
	position:relative;
}
.mapycz_right{
    width:350px;
    position:absolute;
    top:0;
    right:0;
    box-sizing:border-box;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.5) inset;
}
.altitudeChartOuter{
    padding:10px;
    box-sizing: border-box;
}
.mapycz_right .topTools{
    padding:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    z-index:1;
    position:relative;
    font-size:0.8em;
    text-align:right;
    background:#eee;
}

.mapycz_right .topTools span{
    position: absolute;
    font-size:1.8em;
    left:10px;
    top:10px;
}
.changeMapLayer{
    position: absolute;
    left:10px;
    z-index: 10;
    background:white;
    padding:7px;
    box-shadow:0 1px 2px rgba(0,0,0,0.2);
    border-radius:5px;
}
.changeMapLayer.showMap{top:10px;}
.changeMapLayer.editMap{top:100px;}

.mapEditTools{
    position: absolute;
    top:60px;
    left:10px;
    z-index: 10;
}
.mapEditTools i{
	background:white; 
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
    color:black;
    display: inline-block;
    padding:7px;
    border-radius:5px;
    margin-right:0px;
    font-weight: 500;
    cursor: pointer;
}
.mapEditTools i.selectedTool{
    color:green !important;
}

.rightTools{
    position: absolute;
    top:130px;
    right:10px;
    z-index: 10;
}
.rightTools i{
	background:white; 
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
    color:black;
    display: inline-block;
    padding:7px;
    border-radius:5px;
    margin-right:0px;
    font-weight: 500;
    cursor: pointer;
}
.rightTools i:hover{
    color:green;
}

.maker_mapMarker{
    text-align:center;
    font-size:30px;
    color:blue;
    font-weight:bold;
}
.maker_popisek{
    position:absolute;
    left:0px; 
    top:0px;
    text-align:center;  
    width:1.8rem; 
    line-height:1.8em; 
    color:white; 
    font-weight:bold; 
    font-size:0.5em;
    cursor:pointer;
    width:100%;
}


.mapLayers{
    padding:10px;
    box-sizing:border-box;
    overflow-y:auto;
    height:calc(100% - 190px);
    background:#777;
}

.mapLayers .layer{
    padding:10px;
    border:1px solid #aaa;
    border-radius:5px;
    margin-bottom:3px;
    background:#eee;
    position:relative;
    box-shadow:0 0 10px rgba(0,0,0,.3);
    border-left:10px solid #999;
}
.mapLayers .layer.disabled{opacity:0.5}
.mapLayers .layer:hover{
    background:#f5f5f5;
}
.mapLayers .layer.selected{
    background:white;
}

.mapLayers .layer .tools{
    position:absolute;
    top:10px;
    right:10px;
    
}
.mapLayers .layer .tools span{
    color:#aaa;
    cursor:pointer;
}
.mapLayers .layer .tools span:hover{
    color:black;
}
.mapLayers .layer .tools span:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight:normal;	
    display:inline-block;
    margin-left:10px;
    font-size:1em;
    cursor:pointer;
}

.mapLayers .layer span.check:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight:normal;	
    display:inline-block;
    margin-right:10px;
    font-size:1em;
    cursor:pointer;
    content: "\f0c8";
}
.mapLayers .layer.selected span.check:before{content: "\f14a"; font-weight:bold;}
.mapLayers .layer .tools .visible:before{content: "\f06e";}
.mapLayers .layer .tools .settings:before{content: "\f013";}
.mapLayers .layer .tools .delete:before{content: "\f1f8";}
.mapLayers .layer .tools .zoom:before{content: "\f002";}
.mapLayers .layer .tools .type:before{content: "\f4d7";}
.mapLayers .layer .tools .info:before{content: "\f05a";}


.mapycz_outer{
     box-sizing:border-box;
}
.mapycz_outer.mapycz_left{
     width:calc(100% - 350px);
    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;
}

.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: 30px; 
	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;
}

.singleMarker{
	text-align: center; 
	font-size: 50px; 
	font-weight: bold; 
	width: 0.75em; 
	position: absolute; 
    cursor: pointer;
    margin-left:-0.2em;
    z-index: 10000 !important
}
.singleMarker:hover{
	
}
.singleMarker > 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.fullscreenMap .fa-expand{top:20px; right:20px;}
.mapycz-canvas .fa-expand.fullscreenShow {z-index:10}
.mapycz-canvas.fullscreenMap{
    position:fixed !important;
    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 - 200px) !important;
}
.mapycz-canvas.fullscreenMap{
    background:white;
    padding:0px;
}