#map { height: 94vh; }

.ui-content {
  padding: 0em;
}
		html, body {
			height: 100%;
			margin: 0;
		}
		.leaflet-container {
			height: 100%;
			max-width: 100%;
			max-height: 100%;

		}
		.my-label {
    font-size:18px;
    color:red;
}
	
.easy-button-button {
	padding: 0;
}

.On-active, button:hover.On-active {
	background-color: red;
}

.Off-active {
	background-color: lightgrey;
}

.fs1 {
	font-size: 30px;
}
.ucicon-map:before {
	content: "\2398";
}
.ucicon-arrow-wave:before {
	content: "\219d";
}
.ucicon-pos:before {
	content: "\2316";
	font-family: "Arial";
}

.pos1 {
    top: 30px;
}	

.pos2 {
    top: 60px;
}	
	
.pos1, .pos2 {
    padding:5px 5px;
/*    background: rgba(255,255,255,1.0); */
		background: yellow;
    color: black;
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    left: 0px;
		width: max-content;
 }

.pos1:empty, .pos2:empty {
    display: none;
}		

.myMoveData {
  padding:5px 10px;
/*    background: rgba(255,255,255,1.0); */
  background: yellow;
  color: black;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;

  position: fixed; 
	left: 160px;

  z-index: 1;
  top: 55px;
	width: max-content;
/*
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  */
 }

 .myMoveData:empty {
  display: none;
}		
/*
 .gpsData {
  padding:5px 10px;
  background: yellow;
  color: black;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;
  z-index: 1;
  top: -15px;
  border:dashed;
 }
 */

 .gpsData {
  padding: 10px;
  background: yellow;
  color: black;
  font-size: 16vw;
  line-height: 1;
  border-radius: 30px;
  z-index: 1;
  top: 80px;
  border:dashed;
  white-space: nowrap;
 }
 
 .gpsData:empty {
  display: none;
}

.pinMsg {
  padding: 10px;
  background: yellow;
  color: black;
  font-size: 1.4em;
  border-radius: 10px;
  border:dashed;
  white-space: nowrap;
  float: none;

 }
 
 .pinMsg:empty {
  display: none;
}


.raceBoard {
  padding: 2x;
  background: whitesmoke;
  opacity: 0.8;
  color: black;
  font-size: 0.9em;
  border-radius: 5px;
  border:outset;
/*  white-space: nowrap; */
 }
 
 .raceBoard:empty {
  visibility: hidden;
}

.raceBoardTable {
  background: white;
  border-radius: 5px;
  border-collapse: collapse;
  white-space:nowrap;  
}

.raceBoardTable tr:nth-child(even) {
  background-color: white;
}

.raceBoardTable td {
/*  width:50%; */
  border: 1px solid black;
  padding-left: 5px;	
}
 

#mySelector {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.myButtonBar {
    background: white;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 0px 0px;
/*    position: relative; */
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;  
		width: max-content;
}

.leaflet-verticalcenter {
  position: absolute;
  top: 50%;
/*  transform: translateY(-50%); */
  padding-top: 10px;
}

.leaflet-verticalcenter {
  margin-bottom: 10px;
}

.leaflet-horizontalcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
}

.leaflet-horizontalcenter {
  margin-bottom: 10px;
}

.leaflet-control {
  display: flex;
}

.leaflet-tooltip-racing {
  background-color: green;
  color: yellow;
}
.leaflet-tooltip-noracing {
  background-color: red;
  color: yellow;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 30px;
  height: 30px;
}

/* translate animation */
._leaflet-tooltip {
  transition: transform 0.3s ease-in-out;
}

/* remove arrow in tooltips */
._leaflet-tooltip-top:before,
._leaflet-tooltip-bottom:before,
._leaflet-tooltip-left:before,
._leaflet-tooltip-right:before {
  visibility: hidden;
}
*/

/******************************************/

.log-control {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
 }
 
.track-control {
  position: fixed;
  bottom: 30px;
  right: 30px;
  left: unset;
  z-index: 1000;
} 

.switch {
  width: 50px;
  height: 20px;
}

.slider::before {
  height: 13px;
  width: 13px;
}
.overlay {
  z-index: 1000;
}
.overlay-content {
  font-size: 12px;
}
/********************************/


.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 0px;
	overflow: hidden;
}

.switch-title {
  font-size: 14px;
}

.switch-title:hover {
	cursor: default;
}

.switch-field input {
  display: none;
}

.switch-field label {
/*  float: left; */
  display: inline-block;
  width: auto;
  padding: 2px;
  margin:auto;
/*  background-color: #f4f4f4; */
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
/*  background-color: #444; */
  -webkit-box-shadow: none;
  box-shadow: none;
  color: red;
  font-weight: bold;
/*  color: rgba(255, 255, 255, 1); */
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.anim {
  animation:myfirst 4s 1;
  -webkit-animation:myfirst 4s 1; /* Safari and Chrome */
}

@keyframes myfirst
{
  0%      {background:green;}
  25%     {background:yellow;}
  75%     {background:yellow;}
  100%    {background:green;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
  0%      {background:green;}
  25%     {background:yellow;}
  75%     {background:yellow;}
  100%    {background:green;}
}
