.menu-header{

    background-color: #52a1ff;
    color: white;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative

}


.menu-header .close {
    position: absolute;
    right:10px;
    font-size: 20px;
    top: 8px;
    color: white;
    opacity: 1;

}

.menu-subheader{

    background-color: #52a1ff;
    color: white;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;

}

.menu-padder {
    padding: 10px;
}

.menu-icon {
    font-size: 19px;
    width: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 1px;
}
.menu-icon-blue {    
    color: #2077ff;    
}

.menu-icon-green {    
    color: green;    
}

.menu-icon-bigger {
    font-size: 22px;
}

.menu-spacer {
    border-color: #ccc;
    padding: 0px;
}

.map-tt {
    opacity: 0.8;
    background-color: #333;
    border-color: #222;
    color: #fff;
}

.map-tt::before {
    
    border-color: #333;
    
    
}


.marker-navi {
	
	width: 40px;
	height: 40px;
	padding:4px;
	text-align: center;
	vertical-align: middle;
	margin-left: -20px;
	margin-top: -20px;
}

.marker-navi i {
	font-size: 23pt;
	color: #0000ff;
	
}

.marker-empty {
    background: none;
    border: 0px;
}

.location-pulse {

    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes pulsate {
    0% {
        /* transform: scale(0.1, 0.1); */
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
    }
    50% {
        opacity: 0.35;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.35)";
        filter: alpha(opacity=0.35);
    }
    100% {
        /*transform: scale(1.2, 1.2);*/
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=10);
    }
}

.location-footer {
    background-color: green; 
    color: white;
    position: absolute;
    bottom: 0px;
    z-index:100000;
    width: 100%;
    opacity: 0.8;
    display: none;
}

.location-footer .wrapper {
    padding: 5px;
}

.js-center.active {
    font-weight: bold;
}

.location-footer a {
    text-decoration: none;
    color: white;
}

.tap {
    border-radius: 0 2px 2px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 8px 10px;
    border: 0px;
    background-color: white;        
    opacity: 0.8;
    height: 35px;
    display: inline-block;
}

.tap-locate-info {

}

.tap-locate {
    width: 32px;
    color: green;
    font-weight: bold;
}

.tap-locate-info span {
    color: green;
    font-weight: bold;
}

.tap-locate-info span i{
    color:#333;
    font-weight: normal;
}

.tap-locate.active {
    background-color: green;
}

.tap-locate.active i {
    color: white;
}

.group .erg a {     
    
    font-size: 14px !important;
    white-space: nowrap;
}

.js-data-raster {
    font-size: 11px;
    color: #666;
    font-weight: bold;
    margin-left: 5px;
    display: none;
}

.erg a:hover .js-data-raster {
    display: inline !important;
}


.js-group {
    font-weight: bold !important;
    font-size: 14px !important;
    white-space: nowrap;
}


.item-prefix {
    width:30px;
    display:inline-block;
    text-align:right;
    margin-right:5px;
    
}

.tap-flex {
    border-radius: 0 2px 2px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 8px 10px;
    border: 0px;
    background-color: white;        
    opacity: 0.8;
    
    display: inline-block;
    white-space: wrap;
    max-width: 90%;
    min-width: 200px;
    display: none;
}



.tap-flex a {
    color: #005cff;
    text-decoration: underline;
}

.tap-flex div {
    white-space: normal;
}

#sidemenu .tap-poi-info {
    
    font-size: 13px;
    color: black;
    margin-bottom: 20px;
    margin-left: 10px;
    font-weight: normal;
    line-height: 21px;
    
}

.tap-poi-info .tap-poi-info-header {
    
    font-size: 90%;
    color: #666;
    font-variant: all-small-caps;
    font-weight: bold;
}

.box1  {
    background-color: black;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px 7px;
    top: 1px;
    position: relative
}