.menu-header{

    background-color: #52a1ff;
    color: white;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 #797979;

}

.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: 1px;
    left: 1px;
}
.menu-icon-blue {
    
    color: #2077ff;
    
}

.menu-icon-red {
    
    color: #cc0000;
    
}

.menu-icon-cancelsearch {
    display: none;
    cursor: pointer;
}

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

.menu-header .close {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 9px;
    color: white;
    opacity: 1;
    text-shadow: 0 1px 0 #797979;
}

.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;
    border-radius: 2px;
}

.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;
}

.location-pulse {

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

@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);
    }
}

.smallheader {
    font-size: 12px;
    font-style: italic;
    color: #666;
    font-weight: normal;
    
}

.poi-type {
    font-size: 11px;
    font-weight: normal;
    color: #444;
}

.raster-error {
    color: #cc0000;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    display: none;
}

input.error {
    border-color: #cc0000;
    color: #cc0000;
}




.leaflet-control-zoom {
    border: 0px !important;
    
}


.leaflet-control-zoomx a {
    border: 0px !important;
    border-radius: 0 2px 2px 0 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
    margin-bottom: 2px !important;
    color: #2077ff;
    font-weight: bold;
    width: 35px !important;
    height: 35px !important;
    opacity: 0.8;
    padding-top: 2px;
    border-radius: 2px !important;
}

.leaflet-right .leaflet-control {
    margin-top: 9px !important;
}

.tap-menu {
    width: 35px;
    border-radius: 2px;
}



#map {
    background-color: #efefef;
}

#mm-raster {
    background-color: #ff0000;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: 14px;
    margin-left: -24px;
    opacity: 0.8;
    font-weight: bold;
}