.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-wrapper {
    padding: 10px;
    margin-bottom: 5px;
    
}

.group-wrapper * {
    
    color: white !important;
}

.group-wrapper div.erg {
    padding: 5px 0px 5px 12px;
}

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

.int {
    padding-left: 20px !important;
}

.stage {
    background-color: black;
    color: #fff;
}

a.erg {
    padding: 2px;
}


a.erg.nodata {
    opacity: 0.5 !important;
}

.group {
    margin-left: 12px;
    
}


.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;
    position:absolute;
    background-color: white;
}

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

.hilite {
    background-color: yellow;
    color: #000;
    text-decoration: underline;
}

.span-group {
    font-size: 11px;
}

.courtmenu a {
    
    
    text-align: center;
    display: inline-block;
    color: #52a1ff;
    width: 100%;
    text-decoration: underline !important;
    /* border: 1px solid #52a1ff; */
    font-size: 12px;
}

.courtmenu .active {
    background-color: #52a1ff;
}

.courtmenu .active a {

    text-align: center;
    
    
    color: white;
    text-decoration: none !important;
}

.okat-wrapper {
    margin-top: 10px;
}

.okat-wrapper-inner {
    padding-left: 10px;
}



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

.floating-menu {
    border-radius: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    padding: 6px 10px;
    border: 0px;
    width: auto;
    transition: all 0.2s ease-in;
    display: inline-block;
    background-color: #ffffffd6;
    color: green;
}

.floating-menu.active {
    background-color: #008000d6;
    color: #fff;
}
.tap-locate.active {
    background-color: green;
}

.icon-text {
    width: auto !important;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}