.menu-header {
    background: linear-gradient(135deg, #1cba80 0%, #169f6d 100%);
    color: white;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-shadow: none;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);

}


.menu-subheader {

    background-color: #169f6d;
    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: #169f6d;

}

.menu-icon-red {

    color: #cc0000;

}

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

.menu-icon-cancelraster {
    display: none;
    cursor: pointer;
    margin-left: 6px;
}

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

.menu-header .close {
    position: absolute;
    right: 12px;
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    top: 8px;
    color: white;
    opacity: 0.9;
    text-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    transition: background-color 0.15s ease, opacity 0.15s ease;
}

.menu-header .close:hover,
.menu-header .close:focus {
    color: white;
    opacity: 1;
    background: rgba(255, 255, 255, 0.22);
}

.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: #2b7fff;
    font-weight: bold;
    border-radius: 2px;
}

.tap-locate-info span {
    color: #2b7fff;
    font-weight: bold;
}

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

.tap-locate.active {
    background-color: #2b7fff;
}

.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 {
    display: none !important;
}

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



#map {
    background-color: #efefef;
}


.icon-ad {
    background-color: #ff7f00;
    color: #000;

    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 2px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: auto !important;
    height: auto !important;
}

.bg-esc {
    background: linear-gradient(63deg, #ff0056 0%, #7220ba 50%, #003ffd 100%);
    /*linear-gradient(0deg, var(--mosaik-brand-esc-neutral-transparent-16) 0, var(--mosaik-brand-esc-neutral-transparent-16) 100%)*/
}
.pridex-bg {
  background:
    /* top band */
    linear-gradient(
      to right,
      #1565d8 0 5.8%,
      #ffc400 5.8% 14.8%,
      #7c1299 14.8% 28.3%,
      #06b312 28.3% 46.3%,
      #ffc400 46.3% 59.5%,
      #ff7a00 59.5% 72.8%,
      #e60000 72.8% 100%
    ) 0 15.5% / 100% 47.5% no-repeat,

    /* lower band */
    linear-gradient(
      to right,
      #06b312 0 5.8%,
      #7c1299 5.8% 14.8%,
      #f10000 14.8% 35.7%,
      #ff7a00 35.7% 46.3%,
      #ffc400 46.3% 59.5%,
      #ff7a00 59.5% 72.8%,
      #e60000 72.8% 100%
    ) 0 84% / 100% 13% no-repeat,

    /* middle/bottom main fill */
    linear-gradient(
      to right,
      #1565d8 0 5.8%,
      #ffc400 5.8% 14.8%,
      #f10000 14.8% 35.7%,
      #ff7a00 35.7% 46.3%,
      #ffc400 46.3% 59.5%,
      #ff7a00 59.5% 72.8%,
      #f10000 72.8% 100%
    ) 0 63% / 100% 34% no-repeat,

    /* red diagonal overlay, no transparency */
    linear-gradient(
      48deg,
      #e60000 0 67%,
      #1565d8 67.2% 100%
    ) 72.8% 15.5% / 27.2% 81.5% no-repeat,

    /* base */
    #fff;
}

.map-grid-bg {
    background-color: #e7e5e4;
    background-image:
        linear-gradient(to right, rgba(115, 115, 115, 0.14) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(115, 115, 115, 0.14) 1px, transparent 1px),
        linear-gradient(to right, rgba(115, 115, 115, 0.22) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(115, 115, 115, 0.22) 1px, transparent 1px),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8), transparent 38%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.45), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(231, 229, 228, 0.96));
    background-size: 32px 32px, 32px 32px, 160px 160px, 160px 160px, auto, auto, auto;
    background-position: center;
}