﻿#orthoLayer path {
	opacity:0.3;
}
body.MONOCLASS #orthoLayer path {
	opacity:0;
}
#orthoLayer[rel='class1'] #path_0,
#orthoLayer[rel='class2'] #path_1,
#orthoLayer[rel='class3'] #path_1,
#orthoLayer[rel='class4'] #path_2 {
	opacity:1;
}
#poiLayer #buoy_124,
#poiLayer #buoy_135,
#poiLayer #buoy_126,
#poiLayer #buoy_137,
#poiLayer #buoy_128 {
	display:none !important;
}
#poiLayer[rel='class1'] #buoy_124,
#poiLayer[rel='class2'] #buoy_126,
#poiLayer[rel='class3'] #buoy_126,
#poiLayer[rel='class4'] #buoy_137,
#poiLayer[rel='class4'] #buoy_128,
#poiLayer[rel='class4'] #buoy_135 {
	display:block !important;
}

#areasLayer #harborApproach {
	fill:transparent;
	stroke:rgba(255,134,0,0.7);
}
#areasLayer #corridorApproachOn,
#areasLayer #corridorArrivalOn {
	fill:rgba(255,0,0,0.2);
	stroke:rgba(255,0,0,0.7);
}
#areasLayer #corridorApproachOff,
#areasLayer #corridorArrivalOff {
	fill:rgba(255,134,0,0.1);
	stroke:rgba(255,134,0,0.7);
}
#restrictedareasmessage {
	fill:rgba(255,255,255,0.5);
}
#restrictedareasmessage a text {
	text-decoration:underline;
}

#frequency .hours {
	display:none;
}
body[rel="fr"] #frequency .range:after {
	content:'Mise à jour toutes les heures';
}
body[rel="en"] #frequency .range:after {
	content:'Update every hour';
}

body.GAME #harborApproach,
body.GAME #corridorApproachOn,
body.GAME #corridorArrivalOn,
body.GAME #corridorApproachOff,
body.GAME #corridorArrivalOff,
body.GAME #arrivalLine,
body.GAME #restrictedareasmessage {
	display:none !important;
}

#gameArrivalLine,
#buoyW_138 {
	display:none;
}

body.GAME #gameArrivalLine,
body.GAME #buoyW_138 {
	display:block !important;
}