@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:200,300,400,500,600,700,800');
	body {
		margin: 0;
		padding: 0;
		/*font-family: Raleway, Verdana, "ms sans serif", Arial;*/
		font-family: Roboto, Arial, sans-serif;		/* for google map styling*/
	}
	.fa-ul {
		list-style: none;
		margin-left: -32px;
	}
	.fa-ul LI {
		/*padding-bottom: 8px;*/
	}

	#logo {
		background-image: url(../images/aeternum-logo-large.png);

		position: fixed;
		top: 10px;
		left: 20px;
		width: 160px;
		height: 60px;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1000;
		/*border: 1px solid gray;*/
	}

	@media only screen and (max-width: 500px) {
		#logo {
				top: 0px;
				left: 50%;
    		margin-left: -150px
		}
	}


		#logo_2 {
			background-image: url(../images/bouygues_logo_2.png);
			position: fixed;
			bottom: 0px;
    	left: 80px;
    	width: 120px;
    	height: 60px;
			background-repeat: no-repeat;
			background-size: contain;
			z-index: 1000;
			display: none;
			/*border: 1px solid gray;*/
		}

		@media only screen and (max-width: 500px) {
			#logo_2 {
				bottom: 50px;
					left: 10px;
					width: 90px;
					height: 40px;
			}
		}

		.logo2_dark {
			background-image: url(../images/bouygues_logo.png) !important;
		}

		#logo_3 {
			background-image: url(../images/ccc_logo.png);
			position: fixed;
			bottom: 10px;
	    left: 190px;
	    width: 120px;
	    height: 30px;
			background-repeat: no-repeat;
			background-size: contain;
			z-index: 1000;
			display: none;
			/*border: 1px solid gray;*/
		}

		@media only screen and (max-width: 500px) {
			#logo_3 {
				bottom: 50px;
				left: 90px;
				width: 100px;
				height: 30px;
			}
		}

	#telemetry_container {
		position: fixed;
		left: 0;
		top: 50px;
		height: auto;
		width: auto;
		min-width: 270px;
		/*background-color: white;*/
		/*background: -webkit-linear-gradient(90deg, #778d98 31%, #607D8B 69%);
		background: -webkit-gradient(linear, left top, right top, color-stop(31%, #778d98), color-stop(69%, #607D8B));
		background: -webkit-linear-gradient(left, #778d98 31%, #607D8B 69%);
		background: -o-linear-gradient(left, #778d98 31%, #607D8B 69%);*/
		/*background: linear-gradient(90deg, #778d98 31%, #607D8B 69%);*/
		/*background: linear-gradient(90deg, #607D8B 31%, #778d98 69%);*/
		/*background: linear-gradient(90deg, #4A3A9C 31%, #872359 69%);*/			/* blue red gradient from website top nav*/
		/*background: linear-gradient(90deg, #71689c 31%, #874c6b 69%);*/			/* desaturated version of top nav */
		/*background-color: #19bcd4;*/
		background-color: #00000080;
		z-index: 1000;
		font-size: 15px;
		padding: 10px;
		display: none;
		border: 0px solid gray;
		border-radius: 10px;
		color: white;
		/*font-family: 'Open Sans', sans-serif;*/
		/*font-family: 'Raleway', sans-serif;*/
		font-family: Roboto, Arial, sans-serif;
		letter-spacing: 1px;
	}


		@media only screen and (max-width: 500px ) {

			#telemetry_container {
				font-size: 10px;
			}
		}

	#telemetry {
		margin-top: 0px;
		/*background: linear-gradient(90deg, #4c6570 31%, #5f717a 69%);*/
		background-color: #cccccc10;
		padding: 5px;

		border-radius: 8px;
		max-height: 300px;
		width: 98%;
	}
	#telemetry_head {
		margin-bottom: 5px;
		font-weight: bold;
		color: white;
		cursor: move;
	}

	#telemetry_close {
		cursor: pointer;
		font-size: 14px;
		padding: 3px;
		float: right;
		margin-top: -5px;
		margin-right: -10px;
		color: white;
		background-image: url(../images/xbox-x.png);
		background-repeat: no-repeat;
		width: 24px; height:24px;
	}
	#telemetry_find {
		cursor: pointer;
		font-size: 14px;
		padding-top: 6px;
		float: right;
		color: white;
		background-image: url(../images/define-location-white.png);
		background-repeat: no-repeat;
		width: 24px; height: 24px;
	}
	#telemetry_drive {
		cursor: pointer;
		font-size: 14px;
		padding-top: 6px;
		float: right;
		color: white;
		background-image: url(../images/waypoint-map-white.png);
		background-repeat: no-repeat;
		width: 24px; height: 24px;
	}

	#telemetry_export {
		cursor: pointer;
		font-size: 14px;
		margin-top: -2px;
		float: right;
		color: white;
		background-image: url(https://img.icons8.com/material-outlined/20/ffffff/export-csv.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		padding-left: 6px;
	}

	.telemetry_time {
		color: #d8d8d8;
    font-size: 13px;
		position: relative;
	}
	.telemetry_minor {
		color: #d8d8d8;
    font-size: 14px;
	}

	.telemetry_figureX {
		white-space: nowrap;
		position: relative;
	}

	.telemetry_figure {
		width: 100%;
		margin-left: 10px;
		font-style: italic;
	}

	.telemetry_value {
		display: inline-block;
		right: 0px;
    position: absolute;
		top: 0;
	}

	@media only screen and (max-width: 500px ) {

		.telemetry_value {
			font-size: 16px;
		}
	}

	.telemetry_fixed {
		display: inline-block;
		width: 50px;
    text-align: right;
	}
	.telemetry_row {
		white-space: nowrap;
		position: relative;
		height: 20px;
	}
	.telemetry_row DIV {
		display: inline-block;
	}
	.telemetry_cell {
		display: inline-block;
		cursor: pointer;
		width: 100%;
	}
	.telemetry_label {
		display: inline-block;
		cursor: pointer;
		font-size: 13px;
        letter-spacing: 0px;
	}
	.telemetry_hr {
		color: black;
	}
	#measures {
		position: fixed;
		width: 33px;
		left: 10px;
		height: auto;
		/*top: 50%;
		margin-top: -120px;*/
		top: 300px;
		border: 1px solid #ffffff;			/* old color 19bcd4 */
		border-radius: 5px;
		background-color: #00000080;
		z-index: 1000;
		padding: 0px 3px 0px 6px;
		color: #7f7f7f;
	}
	#measures > DIV {
		display: inline;
	}


	@media only screen and (max-width: 500px ) {
		#measures {
			/*top: 42%;*/
			top: 70px;
		}
	}

	.measure_icon {
		height: auto;
		margin-left: -10px;
		margin-bottom: 3px;
		text-align: center;
		cursor: pointer;
	}

	.measure_icon  IMG {
		width: 26px;
	}
	.toggle_icon {
		height: auto;
		margin-left: -15px;
		margin-bottom: 3px;
		text-align: center;
		cursor: pointer;
	}
	.toggle_icon  IMG {
		/*width: 26px;*/
	}

	.interval {

		height: 22px;
	}
	.interval IMG {
		opacity: .5;
	}

	#legend {
		position: fixed;
    z-index: 999;
    left: 51px;
    /*top: 50%;*/
    /*margin-top: -50;*/
		/*margin-top: -110px;*/
    border-right: 1px solid silver;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#legend DIV {
		display: block;
    width: 30px;
    height: 19px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    opacity: .8;
		z-index: 99;
	}
	#legend DIV:first-child {
		border-top-right-radius: 5px;
	}
	#legend DIV:last-child {
		border-bottom-right-radius: 5px;
	}

	#help_out {
		position: fixed;
		text-align: right;
		bottom: 20px;
		right: 20px;
		width: 60px;
		height: 28px;
		border: 0px solid red;
	}


	@media only screen and (max-width: 500px ) {

			#help_out {
					bottom: 52px;
					right: 10px;
			}
	}

	#help_out DIV {
		display: inline-block;
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	#help {
		background-image: url(https://img.icons8.com/material-outlined/24/ffffff/help.png);
		background-color: #00000080;
		border-radius: 10px;
	}
	#logout {
		background-image: url(https://img.icons8.com/metro/20/ffffff/logout-rounded.png);
		background-color: #00000080;
		border-radius: 10px;
	}

	#directions {
		position: fixed;
    right: 10;
    top: 90px;
    width: 200px;
    background-color: white;
    font-size: 13px;
    display: none;
    padding: 5px;
    border-radius: 8px;
	}

	#directions_close {
		cursor: pointer;
		font-size: 14px;
		padding: 3px;
		float: right;
		margin-top: -5px;
		margin-right: -10px;
		color: white;
		background-image: url(../images/xbox-x-black.png);
		background-repeat: no-repeat;
		width: 24px; height:24px;
	}

	#map_options {
		/*width: 1320px;*/
		width: 550px;
		left: 50%;
		/*left: 0px;*/
		/*margin-left: -660px;*/
		margin-left: -275px;
		height: 20px;
		position: fixed;
		bottom: 15px;
		background-color: #00000080;
		padding: 0px;
		padding-bottom: 8px;
		opacity: .9;
		font-size: 13px;
		white-space: nowrap;
		text-align:center;
		/*background-color: #423f9c;
		background-color: #862359;*/
		/*background: linear-gradient(90deg, #423f9c 31%, #862359 69%);*/
		/*border-top-left-radius: 5px;
		border-top-right-radius: 5px;*/
		border: 1px solid #ffffff;			/* old color 19bcd4 */
		border-radius: 5px;
		/*text-shadow: 1px 0px white;*/
	}
	#map_options DIV {
		display: inline-block;
	}

@media only screen and (max-width: 500px ) {
	#map_options {
		width: 360px;
		margin-left: -180px;
	}
}

	.sub_menu UL {
		margin: 0;
		padding: 2px;
	}
	#sub_aq LI:nth-child(2) {
		margin-left: 10px;
	}

	#sub_pm LI:nth-child(2) {
		margin-left: 10px;
	}
	#sub_pm LI:nth-child(3) {
		margin-left: 10px;
	}
	.aqpm {
		text-transform: uppercase;
		text-align: center;
		height: 26px;
		font-size: 13px;
	}

	#sub_aq {
    position: absolute;
		left: 53px;
    top: 480px;
		display: none;
		z-index: 1000;
  }
  #sub_pm {
		display: none;
    position: absolute;
    left: 53px;
    top: 24px;
		z-index: 1000;
  }
	#no2:after { content: 'NO2'}
  #CO:after { content: 'CO'}
  #h2s:after { content: 'H2S'}
	#pmX:after { content: 'µ'}
  #pm1:after { content: '1'}
  #pm2:after { content: '2.5'}
  #pm10:after { content: '10'}
	.icon_child {
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-size: 11px;
		text-align: center;
		display: block;
		vertical-align: middle;
		cursor: pointer;
		border-radius: 25px;
		background-color: #00000080;
		border: 1px solid #ffffff80;
		color: white;
		}
	#aet_toggle {
		color: #ffffff;		/* old color 11bed5 */
	}
	#ext_toggle {
		color: #ffffff;		/* old color 11bed5 */
	}
	#timeline {
		font-size: 13px;
		color: #393939;
		vertical-align: top;
	}
  .slidecontainer {
		display: inline-block;
		width: 510px;
		text-align: center;
		border: 0px solid orange;
	}
	#timeline_slider {
			width: 380px;

			border: 0px solid red;
	}
	.timeline_choice {
		color: black;
		letter-spacing: 1px;
		width: 110px;
		border: 0px solid green;
	}


	@media only screen and (max-width: 500px ) {
		#timeline {
			font-size: 11px;
		}
		#timeline_slider {
			width: 100%;
		}
		.slidecontainer {
			width: 320px;

		}

		.timeline_choice {
			width: 76px;
		}
	}



	/* The slider itself */
	.slider {
	  -webkit-appearance: none;  /* Override default CSS styles */
	  appearance: none;
	  width: 100%; /* Full-width */
	  height: 5px; /* Specified height */
	  background: #d3d3d3; /* Grey background */
	  outline: none; /* Remove outline */
	  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
	  transition: opacity .2s;
	}
	/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
	.slider::-webkit-slider-thumb {
	  -webkit-appearance: none; /* Override default look */
	  appearance: none;
	  width: 8px; /* Set a specific slider handle width */
	  height: 12px; /* Slider handle height */
	  background: #ffffff;			/* old color 19bcd4 */
	  cursor: pointer; /* Cursor on hover */
	}

	.slider::-moz-range-thumb {
		width: 8px; /* Set a specific slider handle width */
	  height: 12px; /* Slider handle height */
	  background: #ffffff;			/* old color 19bcd4 */
	  cursor: pointer; /* Cursor on hover */
	}
	#bottom_info DIV {
		display: none;
	}

	.map_option_toggle {
		font-weight: bold;
		display: inline-block;
		cursor: pointer;
	}

	.recent_value {

		padding-left: 5px;
		padding-right: 5px;
		cursor: pointer;
		font-size: 14px;
	}

	.delta_icon {
		font-size: 18px;
		font-weight: bold;
	}

	.delta_up {
		color: red;
	}

	.delta_down {
		color: blue;
	}
	.ico {
		opacity: .5;
		color: black;
	}
	.overlay {
		z-index: 99999;
	}

	#alerts {
		/*width: 1320px;*/
		width: 200px;
		right: 20px;
		bottom: 30px;
		position: fixed;
		background-color: white;
		opacity: .9;
		font-size: 13px;
		padding: 8px;
		border: 1px solid #cc6464;
		border-radius: 5px;
	}

	.pipe {
		font-size: 15px;
		display: inline-block;
		float: right;
	}

	#spinner {
		background-image: url(../images/spinner-1s-104px.gif);
		width: 104px;
		height: 104px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -72px;
		margin-top: -72px;
	}

	@keyframes ldio-h6rg8n9shme {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-h6rg8n9shme div {
  left: 50.440000000000005px;
  top: 24.44px;
  position: absolute;
  animation: ldio-h6rg8n9shme linear 1s infinite;
  background: #f1f1f1;
  width: 3.12px;
  height: 13.52px;
  border-radius: 1.56px / 2.1632000000000002px;
  transform-origin: 1.56px 27.560000000000002px;
}.ldio-h6rg8n9shme div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9230769230769231s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(2) {
  transform: rotate(27.692307692307693deg);
  animation-delay: -0.8461538461538461s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(3) {
  transform: rotate(55.38461538461539deg);
  animation-delay: -0.7692307692307693s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(4) {
  transform: rotate(83.07692307692308deg);
  animation-delay: -0.6923076923076923s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(5) {
  transform: rotate(110.76923076923077deg);
  animation-delay: -0.6153846153846154s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(6) {
  transform: rotate(138.46153846153845deg);
  animation-delay: -0.5384615384615384s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(7) {
  transform: rotate(166.15384615384616deg);
  animation-delay: -0.46153846153846156s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(8) {
  transform: rotate(193.84615384615384deg);
  animation-delay: -0.38461538461538464s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(9) {
  transform: rotate(221.53846153846155deg);
  animation-delay: -0.3076923076923077s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(10) {
  transform: rotate(249.23076923076923deg);
  animation-delay: -0.23076923076923078s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(11) {
  transform: rotate(276.9230769230769deg);
  animation-delay: -0.15384615384615385s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(12) {
  transform: rotate(304.61538461538464deg);
  animation-delay: -0.07692307692307693s;
  background: #f1f1f1;
}.ldio-h6rg8n9shme div:nth-child(13) {
  transform: rotate(332.3076923076923deg);
  animation-delay: 0s;
  background: #f1f1f1;
}
#loading {
	display: none;
	width: 104px;
	height: 104px;
	position: fixed;
	top: 38px;
  left: 93px;
  overflow: hidden;
  background: none;
}
.ldio-h6rg8n9shme {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-h6rg8n9shme div { box-sizing: content-box; }
/* generated by https://loading.io/ */


#fullscreen {
	background-image: url(https://img.icons8.com/material-outlined/34/9c9c9c/full-screen.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 10px;

}

@media only screen and (max-width: 500px ) {
	#fullscreen {
		top: 100px;
	}
}

#fullscreen:hover {
	background-image: url(https://img.icons8.com/material-outlined/34/ffffff/full-screen.png);
}
#fullscreen.collapse {
	background-image: url(https://img.icons8.com/android/34/9c9c9c/collapse.png);
}

#fullscreen.collapse:hover {
	background-image: url(https://img.icons8.com/android/34/ffffff/collapse.png);
}

#map_mode {
	position: fixed;
	top: 46px;
	background-image: url(../images/waxing-gibbous.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}


@media only screen and (max-width: 500px ) {
	#map_mode {
		top: 57px;
	}
}

#map_mode:hover {
	background-image: url(https://img.icons8.com/android/34/ffffff/waxing-gibbous.png);
}

.dark {
	background-image:  url(https://img.icons8.com/android/34/9c9c9c/waxing-crescent.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
}

#map_mode.dark:hover {
	background-image: url(https://img.icons8.com/android/34/ffffff/waxing-crescent.png);
}

.g_control {
		direction: ltr;
    overflow: hidden;
    text-align: center;
		right: 10px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(255, 255, 255);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 18px;
    background-color: #00000080;
    /*padding: 0px 17px;*/
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    width: 36px;
    font-weight: 500;

	}


.gm-style-mtc > button {
	background-color: #00000080 !important;
	color: white !important;
}

.symbol {
	color: #cfcfcf;
}

.inline_toggler {
	right: 0;
  color: #cfcfcf;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  top: 42;
	font-size: 11px;
	font-style: normal;
}
