/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:white /*#E4E4E4*/;

    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:12px;
	overflow:hidden;

}
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}
.map{
	
	position: absolute; top:46px;left:0;right:0;bottom:0;
	
}
/* Portrait layout (default) */
.app {




    

}

#btn_addtohomescreen{
	position:absolute;
	top:150px;
	left:15px;
	height: 40px;
	display:none;
}
#downloadProgress{
	position:absolute;
	top:200px;
	left:15px;
	height: 40px;
	font-size:36px;
	color:darkgreen;
	border:1px solid darkgreen;
	background:white;
	padding:5px;
	display:none;
}
div.ol-attribution.ol-uncollapsible {

    position: absolute;
    bottom: 10px;
    right: 20px;
    opacity: 0.8;
    border: 1px solid #bada55;
    border-radius: 5px;
}
div.ol-attribution.ol-uncollapsible a{
	color:darkgreen;
	text-decoration:none;
}
div.cesium-viewer-selectionIndicatorContainer{
	
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {

    }
}
@media only screen and (max-width : 760px) {
.compassControl{display:none !important;}
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

/*Toolbar Control*/
.toolbarControl {
	top: 2.2em;
	left: 10px;
	
	
}
.toolbarControl button.toolbarButton {
	float:left;
	font-size:30px !important;
	margin-right: 5px;
}
.toolbarControl button.threeD {
	/*transform:rotate(90deg);
	padding-bottom:2px !important;*/
}
.toolbarControl button.addtohome {
	display:none;
}

.ol-zoom{
	top:3em !important;
	left:2em !important;
	transform: scale(2);
}
.ol-rotate{
	top:3em !important;
	right:2em !important;
	transform: scale(2);
}	
* {
  font-family: arial;
}

/*MENU https://codepen.io/axel1998/pen/OyByEJ/ */
#header {
  background: #7896BC;
  width: 100%;
  height: 46px;

}
.apptitle{
	font-size:24px;
	color:white;
	font-family:Courier;
	font-weight:bold;
	position: absolute;
	top: 10px;
	left:0;
	right:0;
	text-align:center;

}
.layerIcon{
  position: absolute;
  width: 32px;
  height: 32px;
  display: inline-block;
  
   /*left: calc(100% - 100px);
 bottom:9px;*/
 right:20px;
  z-index:1;
  color:white;
  margin-top: 4px;
}
#menu{
  background: #1D9F03;
  width: 100%;
  height: 46px;
}
.menuIcon{
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-left: 3px;
  z-index:1;
  
}
.menuIcon .container{
  transform-origin: 23px 23px;
  transition: all .5s ease;
  transform: rotate(0deg);
  
}
.menuIcon span{
  width: 26px;
  height: 2px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 10px;
  margin: 0;
  transition: all .3s ease;

}
.menuIcon span:nth-child(1){
  top: 14px;
}
.menuIcon span:nth-child(2){
  top: 22px;
}
.menuIcon span:nth-child(3){
  top: 30px
}
.menuIcon.active span:nth-child(1){
  width: 14px;
  top: 17.85px;
  left: 26px;
  transform: rotate(45deg);
}
.menuIcon.active span:nth-child(3){
  width: 14px;
  top: 26.3px;
  left: 26px;
  transform: rotate(-45deg);
}

#menu {
  width: 250px;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: -250px;
  transition: left .5s ease;
  z-index:1;
    
}

#menu.opened {
  left: 0px;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  padding: 12px 10px;
  font-size:24px;
  font-weight: bold;
  font-family:Courier;
  color: #7896BC;
}

#menu ul li:hover {
  background: #BBB;
  cursor: pointer;
}

/* helpPage  */
#helpPage, #aboutPage {
  width: 100%;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: 100%;
  transition: left .5s ease;
  z-index:1;
  overflow:auto;
    
}
#helpPage.opened, #aboutPage.opened {
  left: 0;
}
#helpPage div.pageTitle, #aboutPage div.pageTitle {
  padding: 20px;
  font-size:24px;
  font-weight: bold;
  font-family:Courier;
  color: #7896BC;	
}
/**/
#helpPage div.content, #aboutPage div.content{
	padding-left: 20px;
	margin: 5px 20px 3px 20px;
	border: 1px solid rgba(81, 203, 238, 1);
	border-radius:5px;

	outline: none;
	background-color: rgba(255, 255, 255, 0.7)
}
#helpPage div.row, #aboutPage div.row{
	display: flex;
}
#helpPage div.col, #aboutPage div.col{
	flex: 1; 
	padding: 5px;
	font-size:12px;
	font-weight: bold;
	font-family:Courier;
	color: #7896BC;	
}


#outTrackName input{

	width:100%;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
	border-radius:5px;
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	outline: none;
	transition: all 0.30s ease-in-out;
}
#outTrackName input:focus { 
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}
#btnSaveSettings{
	width:200px;
	height:50px;
	
}
/* page layers */

#layers {
  width: 100%;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: 100%;
  transition: left .5s ease;
  z-index:1;
  overflow:auto;
  z-index:20; 
}
#layers.opened {
  left: 0;
}

#layers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#layers label{
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	border-bottom:1px solid red;

}
#layers ul li {
  padding: 10px;
  position:relative;

  border-bottom:1px solid white;
}
#layers ul li.visible {
	background: #bbb;
}

#layers ul li img ~ span{
	position:absolute;
	top:0;
	left:80px;
	padding-top:10px;
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	color: #7896BC;
}

/* page swisstopo layers */
#stlayers {
  width: 100%;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: 100%;
  transition: left .5s ease;
  z-index:1;
  overflow:auto;
    
}
#stlayers.opened {
  left: 0;
}
#stlayers ul {
  list-style: none;
  padding: 0;
  padding-top: 20px;
  margin: 0;
}
#stlayers ul li {
  padding: 30px;
  position:relative;
	font-size:14px;
  border-bottom:1px solid white;
}
#stlayers ul li div.stlayertitle{
	position:relative;
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	color: #7896BC;
	padding: 10px 0px 10px 0px;

}
#stlayers ul li div.stlayeradd{
	position:relative;
	text-align:right;
}

#stlayers input{
	position:fixed;
	z-index:2;
	width:calc(100% - 66px);
	padding: 10px;
	padding-left: 50px;
	margin: 0 2px 0 2px;
	background-image: url('../img/search.png');
	background-position: left 10px top 8px; 
	background-repeat: no-repeat;
	border: 1px solid rgba(81, 203, 238, 1);
	border-radius:5px;
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	outline: none;
	transition: all 0.30s ease-in-out;
}
#stlayers input:focus { 
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}
#stlayers ul li span{
	background: #4CD100;
	font-family:inherit;
	border-radius:5px;
}
#stlayers div.noResults{
	padding: 60px 0px 40px 10px;
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	color: #7896BC;
	border-bottom:1px solid white;
}

/* page tracks */
#tracks {
  width: 100%;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: 100%;
  transition: left .5s ease;
  z-index:1;
  overflow:auto;
    
}
#tracks.opened {
  left: 0;
}

#tracks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tracks label{
	font-size:24px;
	font-weight: bold;
	font-family:Courier;
	border-bottom:1px solid red;

}
#tracks ul li {
  padding: 10px;
  position:relative;
	height:50px;
  border-bottom:1px solid white;
}
#tracks ul li.visible {
	background: #bbb;
}

#tracks ul li i {
	position:absolute;
	top:10px;
	right:20px;
	font-size:56px;

}
.trackcolor{
	width:50px;
	height:10px;
	border-bottom: 1px solid red;
}
.tracktitle{

	font-size:14px;
}
 
/* confirmation dialog */
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}


.modalDialog.opened {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 240px;
	position: relative;
	margin: 30% auto;
	padding: 5px 20px 13px 20px;
	border: 1px solid black;
	border-radius: 10px;
	background: #eee;
	height:auto;
}

.modalDialog .x {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
}
.confirmationheader{
	margin-top: 20px;
	font-size:24px;
	font-weight: bold;
	font-family:Courier;	
	border-bottom:1px solid #aaa;
	border-shadow: 1px 1px 3px #000;
}
.confirmationbody{
	margin-top: 20px;
	font-size:16px;
	border-bottom:1px solid #aaa;
	border-shadow: 1px 1px 3px #000;	
}
.confirmationbuttons{
	margin-top: 20px;
	overflow: auto;
}
.modalDialog .btncancel {
	float: left;
	text-decoration: none;
	padding: 10px 0 10px 0;
	background:#D4EDDA;
	width:80px;
	text-align:center;
	border-radius: 12px;
	font-size:16px;
	color:darkgreen;
	border: 1px solid #C3E6CB;
}
.modalDialog .btndelete {
	float: right;
	text-decoration: none;
	padding: 10px 0 10px 0;
	background:#F8D7DA;
	width:80px;
	text-align:center;
	border-radius: 12px;
	font-size:16px;
	color:darkred;
	border: 1px solid #F5C6CB;
}


/* page browser */
#browser {
  width: 100%;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: 100%;
  transition: left .5s ease;
  z-index:1;
  overflow:auto;
    
}
#browser.opened {
  left: 0;
}

#browser ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#browser label{
	display:block;
	text-align:center;
}
#browser ul li {
  float: left;
  margin:20px;
  text-align:center;
}
#browser ul li img{ 
	display:relative;
}


/* page stats */
#stats {
  width: 100%;
  height: calc(100% - 46px);
  background: #efefef;
  position: fixed;
  top: 46px;
  left: 100%;
  transition: left .5s ease;
  z-index:1;
  overflow:auto;
    
}
#stats.opened {
  left: 0;
}
#profileCanvas{


	overflow:none;
	margin:0;
	padding 0;

}


.circleOut {
	position: absolute;
	margin: 0 auto;
	padding: 0;

	top: -10px;
	left: -10px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	border: 5px solid red;              
	border-radius: 100%; /*0 100% 100% 0*/
	box-shadow: 0 0 10px 5px white;
	opacity:0.8;
	transform: scale(2);
}
.startMarker {
	position: absolute;
	margin: 0 auto;
	padding: 0;

	top: -10px;
	left: -10px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	border: 5px solid red;              
	border-radius: 0 100% 100% 0;
	box-shadow: 0 0 10px 5px white;
	opacity:0.8;
	transform: scale(2);
}
.endMarker {
	position: absolute;
	margin: 0 auto;
	padding: 0;

	top: -10px;
	left: -10px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	border: 5px solid blue;              
	border-radius: 100% 0 0 100%;
	box-shadow: 0 0 10px 5px white;
	opacity:0.8;
	transform: scale(2);
}
/*
.ol-overlay-container{
	transition-property: left, top;
	transition-duration: 1s;
	transition-timing-function: linear;  	
}*/
.circleOutAnimation{
  -webkit-transform-origin: center;
	  -ms-transform-origin: center;
		  transform-origin: center;
  -webkit-animation-name: fadeOut;
		  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
		  animation-timing-function: ease-in-out;
  -webkit-animation-delay: -1s;
		  animation-delay: -1s;
  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
  -webkit-animation-direction: forwards;
		  animation-direction: forwards;				
}
@-webkit-keyframes fadeOut {
  0% {
	-webkit-transform: scale(0);
			transform: scale(0);
  }
  50% {
	opacity: 1;
  }
  100% {
	-webkit-transform: scale(2);
			transform: scale(2);
	opacity: 0;
	box-shadow: 0 0 0 0 white;
  }
}
@keyframes fadeOut {
  0% {
	-webkit-transform: scale(0);
			transform: scale(0);
  }
  50% {
	opacity: 1;
	box-shadow: 0 0 10px 5px white;
  }
  100% {
	-webkit-transform: scale(2);
			transform: scale(2);
	opacity: 0;
	box-shadow: none;
  }
}

.outStats{
  padding: 0px 10px;
  font-size:18px;
  font-weight: bold;
  font-family:Courier;
  color: #7896BC;
}
.outStats span{
  font-size:18px;
  font-weight: bold;
  font-family:Courier;
  color: red;
}
.outStatsTitle {
  padding-top:10px;

  text-align:center;

  font-size:18px;
  font-weight: bold;
  font-family:Courier;
  color: red;
}

.slider {
	position: relative;
	top:-16px;
	height: 50px;
	
}
.slider:after {
	display:inline-block;
	margin-top:10px;
	height: 30px;
	margin-left:-25px;
	background-color:#ccc;
	content:"";
	width:calc(100% - 50px);
	
}

.bar {
	position: relative;
	top: 30px;
	width: 152px;
	height: 2px;
	background-color: #404040;
}
.knob11 {
	position: relative;
	
	background-image: url('../img/k1.png');
	width: 25px;
	height: 50px;

	float:left;
}
.knob22 {
	position: relative;


	bbackground-image: url('../img/k2.png');
	width: 25px;
	height: 50px;

	float:left;
}
.knob1 {
	position: relative;

	border: 5px solid red;
	background-color: rgba(255,0,0,0.4);
	width: 25px;
	height: 50px;
	border-radius: 25px 0 0 25px;
	box-sizing: border-box;
	float:left;
}
.knob2 {
	position: relative;

	border: 5px solid blue;
	background-color: rgba(0,0,255,0.4);
	width: 25px;
	height: 50px;
	border-radius: 0 25px 25px 0;
	box-sizing: border-box;
	float:left;
}
#ranking{
	
}
#ranking ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ranking ul li {
  padding: 10px;
  position:relative;

  border-bottom:1px solid white;
  font-size:18px;
  font-weight: bold;
  font-family:Courier;
  color: red;  
}

#log{
	position:absolute;
	bottom: 100px;
	right: 20px;
	left:20px;
	height:100px;
	border:1px solid red;
	background: white;
	font-size:12px;
	font-weight: normal;
	font-family:Courier;	
	padding-left:10px;
	padding-top:2px;
	border-radius: 10px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#buildingdialog{
	position:absolute;
	top: 100px;
	left:20px;
	z-index:1000;
	background: white;
}

.compassControl{
	top: 20px;
	right: 20px;
	position:absolute;
	height:120px;
	width:120px;	
	background-color:transparent !important;
	display:none;
}
.compassControl::before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	top: 0px;
	left: 0px;
	content: "\f111";
	color:#7896BC;
	font-size: 123px;
	-webkit-text-stroke: 2px white;
	opacity: 0.8;
}
.compassControl::after{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 19px;
	left: 19px;
	content: "\f111";
	color:#7896BC;
	font-size: 85px;
	opacity: 0.9;
	-webkit-text-stroke: 2px white;
}

.compass-north{
	position:absolute;
    top: 20px;
	left: 40px;
	width: 40px;
	height: 20px;
	cursor: pointer;
	z-index:10;
	
}
.compass-north:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 0px;
	left: 15px;
	content: "\f106";
	color:white;
	font-size: 20px;
}
.compass-south {
    bottom: 20px;
	position: absolute;
	left: 40px;
	width: 40px;
	height: 20px;
	cursor: pointer;
	z-index:10;	
}
.compass-south:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 0px;
	left: 15px;
	content: "\f107";
	color:white;
	font-size: 20px;
}
.compass-west{
    left: 20px;
	position: absolute;
	top: 40px;
	width: 20px;
	height: 40px;
	cursor: pointer;
	z-index:10;	
}
.compass-west:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 11px;
	left: 3px;
	content: "\f104";
	color:white;
	font-size: 20px;
}
.compass-east{
    right: 20px;
	position: absolute;
	top: 40px;
	width: 20px;
	height: 40px;
	cursor: pointer;	
	z-index:10;
}
.compass-east:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 11px;
	left: 5px;
	content: "\f105";
	color:white;
	font-size: 20px;
}
.compass-center{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 40px;
    height: 40px;
	cursor: pointer;	
	z-index:10;
}
.compass-center:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 11px;
	left: 11px;
	content: "\f06e";
	color:white;
	font-size: 20px;
}
.compass-pointer-north {
    top: -23px;
    left: 43px;
    transform-origin: 18px 86px;
}
.compass-pointer-north:before{
	position: absolute;
	font-family: 'Courier New';
	top: 15px;
	left: 9px;
	padding:2px 2px 0 2px;
	line-height: 0.9;
	content: "N";
	color:red;
	font-size: 20px;
	font-weight:900;
	background-color:#eeeeee;
	border: 1px solid black;
}
.compass-pointer-south {
    top: -23px;
    left: 43px;
    transform-origin: 18px 86px;
}
.compass-pointer-south:before{
	position: absolute;
	font-family: 'Courier New';
	top: 15px;
	left: 9px;
	padding:2px 2px 0 2px;
	line-height: 0.9;
	content: "S";
	color:#555555;
	font-size: 20px;
	font-weight:900;
	background-color:#eeeeee;
	border: 1px solid black;
}
.compass-pointer-west {
    top: -23px;
    left: 43px;
    transform-origin: 18px 86px;
}
.compass-pointer-west:before{
	position: absolute;
	font-family: 'Courier New';
	top: 15px;
	left: 9px;
	padding:2px 2px 0 2px;
	line-height: 0.9;
	content: "W";
	color:#555555;
	font-size: 20px;
	font-weight:900;
	background-color:#eeeeee;
	border: 1px solid black;
}
.compass-pointer-east {
    top: -23px;
    left: 43px;
    transform-origin: 19px 86px;
}
.compass-pointer-east:before{
	position: absolute;
	font-family: 'Courier New';
	top: 15px;
	left: 9px;
	padding:2px 2px 0 2px;
	line-height: 0.9;
	content: "E";
	color:#555555;
	font-size: 20px;
	font-weight:900;
	background-color:#eeeeee;
	border: 1px solid black;
}
.compass-pointer{
    position: absolute;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.control-box-btn {
    position:relative;
	top:135px;
	display: inline-block;
    border: 1px solid white;
    background-color: #7896BC;
	
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    line-height: normal;
    margin: 0 1px;
    cursor: pointer;

}


.tilt-down:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 2px;
	left: 2px;
	content: "\f03d";
	color:white;
	font-size: 14px;
	transform: rotate(30deg);
}
.tilt-up:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 2px;
	left: 2px;
	content: "\f03d";
	color:white;
	font-size: 14px;
	transform: rotate(-30deg)
}
.fly-down:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: -3px;
	left: 2px;
	content: "\f0d7";
	color:white;
	font-size: 24px;
}
.fly-up:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: -3px;
	left: 2px;
	content: "\f0d8";
	color:white;
	font-size: 24px;
}
.ground:before{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 2px;
	left: 2px;
	content: "\f4cd";
	color:white;
	font-size: 16px;
}
      .icon::before {
        display: none;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
      }
	  
.label3d {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    padding: 4px 8px;
    background: #303336;
    color: #edffff;
    border-radius: 4px;
    margin: 2px 6px;
    border: 1px solid #444;
}	  