.ulmap { 
    padding: 0px;display:none;
    margin: 0px;z-index:20;position: absolute;display:none;
}

.mapmenuehead {
	float:left;;margin-top:10px;margin-right:10px;border-bottom:1px solid #ffffff;color:#ffffff;padding-left: 5px;height:40px;line-height:40px;width:200px;cursor:pointer;font-size:14px;text-align:right;
	}
.mapmenueheadstart {
	font-size:18px;
	}
.mapmenueheadactive {
	background:#ffffff;color:#000000;
	}
     

.mapmenueheadloaded {
	
	}
.fswhat{width:70px;font-weight:bold;margin-left:10px;color:#ffffff;float:left;border-bottom:1px solid #ffffff;height:40px;line-height:20px;margin-top:10px;}
.fsdate{width:25px;font-weight:bold;margin-left:10px;color:#ffffff;float:left;border-bottom:1px solid #ffffff;height:40px;line-height:20px;margin-top:10px;}

.limap{ border: 1px dotted #dddddd;padding-left: 5px;height:40px;line-height:40px; z-index:999;list-style-type: none;z-index:999;width:154px; color:#000000;
        float: left;margin-left:0px;  background: #ffffff;font-size:14px; }
.limap:hover, .limap.selected { background: #09f; color:#ffffff; list-style-type: none;z-index:999;display:inline;width:154px;cursor:pointer; }

.destinations {color:#000000;margin-top: 0px;}
.flightinfos {font-size: 12px;line-height: 15px;}
.calender {
	float:left;;margin-top:10px;margin-left:35px;margin-right:10px;;
	line-height:40px;cursor:pointer;font-size:14px;text-align:center;
	padding:0px;width:220px;background:#ffffff;color:#000000;
	}

.destlistport {height:40px;line-height:40px;cursor:pointer;}
.selectflight {padding-left:15px;line-height:30px;color:#111111;font-size:13px;cursor:pointer;}

.tooltip {
  position: relative;
  padding: 3px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0.9;
  white-space: nowrap;
  font: 10pt sans-serif;
}

.xtooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height:30px;
    width:100px;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.xtooltip .tooltiptext {
    visibility: hidden;
    display: block;
    white-space:nowrap;
    background: #ffffff;
    color: #000000;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1000;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#popupsearch {display:none;position: absolute;z-index:3;background:#ffffff;color:#000000;font-size: 12px;padding:10px;}

amap {
  color: #ffff00;
  text-decoration: none;
}

amap:hover {
  color: #ffff00;
  text-decoration: underline;
}

#header {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #ffffff;
}

#mapcontainer {
  height: 100%;
  width: 100%;
  padding: 0; margin: 0;
}
#map {
  height: 100%;
  width: 100%;
  padding: 0; margin: 0;
}
#maptable {
  height: 98%;
  width: 96%;
  padding: 0; margin: 0;
}


#contentmap {
  font-size: 1em;
}

#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}
    

  
#map .ol-scale-line { background-color: rgba(100,100,100,0.4); top: 12px; left: auto; right: 8px; padding: 0;height:20px; }
#map .ol-zoom-out { margin-top: 204px;}
#map .ol-zoom { background-color: rgba(100,100,100,0.2); top: 58px; left: auto; right: 8px; padding: 0; }
#map .ol-zoomslider { top: 86px; height:200px;  left: auto; right: 6px; }
#map .ol-touch .ol-zoom .ol-zoom-out { margin-top: 212px;}
#map .ol-touch .ol-zoomslider { top: 86px; }
#map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],  #map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] { top: 3px;}
#map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],  #map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] { top: 232px; }
