#mapid{ /* 	The leaflet map container */
		float:left;
		position:absolute;
		width:99%;
		height:99%;
}

.PilotNOT_USED {
	circleRatio :0.65;
	fontSize 	: 12 ; 
	iconSize	:[32,48];
	}

#pilotData { /*	Pilot table with on click stuff */
	display:block;
	opacity:0.8;
	visibility: visible;
	position:fixed;
	top:85px;
	left:20px;
	z-index:10000;
	background:#FFFFFF;
}
/*
	Dynamic font size tor the pilot table

>> screen size >= 601px wide */
@media screen and (min-width: 601px) {
  .pilotText {
    font-size: 1em;
	}
}
/* screen size < 600px wide  : eg smartphone 
>> set the font a bit smaller */
@media screen and (max-width: 600px) {
  .pilotText {
    font-size: 0.90em;
  }
}

#buttonData{ /* to toggle the visibility of the pilot data */
	position:fixed;
	left:52px;
	top:40px;
    height:24px;
    width:24px;
    z-index:9000;
	background-image:url(../img/user.jpg);
	background-repeat:no-repeat;
}

#buttonMarker{ /* to toggle the visibility of the all marker or only the last one */
	position:fixed;
	left:200px;
	top:40px;
    height:41px;
    width:25px;
    z-index:9000;
	background-image:url(../img/marker.png);
	background-repeat:no-repeat;
}

#buttonAlti{ /* to toggle the visibility of the all marker or only the last one */
	position:fixed;
	left:230px;
	top:38px;
    height:28px;
    width:28px;
    z-index:9900;
	background-image:url(../img/chart.png);
	background-repeat:no-repeat;
}


#flightList{ /* combobox to choose a day of the given flights  */
	position:fixed;
	left:90px;
	top:20px;
    height:30px;
    width:150px;
    z-index:8999;
}

#groupList{ /* sub group for filtering */
	position:fixed;
	left:90px;
	top:45px;
    height:30px;
    width:150px;
    z-index:8999;	
}

#yearlist{ /* used in the histo page : combobox for years*/
	position:fixed;
	left:90px;
	top:20px;
    height:30px;
    width:150px;
    z-index:8999;
}
#monthlist{ /* used in the histo page : combobox for month*/
	position:fixed;
	left:90px;
	top:45px;
    height:30px;
    width:150px;
    z-index:8999;
}

#dayList{ /* used in the histo page : combobox for days*/
	position:fixed;
	left:90px;
	top:70px;
    height:30px;
    width:150px;
    z-index:8999;
}

#noHisto{ /* used in the histo page - if histo is empty or disabled */
	position:fixed;
	left:150px;
	top:40px;
    height:50px;
    width:500px;
    z-index:8999;
}
