html {
  margin: 0;
  padding: 0;
  /*    position: fixed;*/

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*    overflow: hidden;*/
}

* {
  -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' */

  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fit {
  width: 100%;
  height: 100%;
}

.pattern-icon {
  pointer-events: none;
}

div.leaflet-control.leaflet-control-attribution {
  background-color: transparent;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  pointer-events: none;
}

.map-icon {
  border-radius: 25px !important;
}

.map-icon>.leaflet-bar-part {
  font-size: 14px !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 25px !important;
}

.map-icon .leaflet-active {
  outline: none !important;
}

.empty-info {
  line-height: 1.5em;
  padding-left: 0.5em;
}

#preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  color: black;
  z-index: 10000;
  opacity: 1;
  line-height: 2em;
  text-align: center;
  padding: 2em;
  box-sizing: border-box;
}

#preload.loaded {
  -webkit-transition: opacity 0.5s ease, z-index 0.5s step-end;
  transition: opacity 0.5s ease, z-index 0.5s step-end;
  z-index: -1;
  opacity: 0;
}

.unresolved .download {
  display: none;
}

#preload .download {}

#preload i.fa {
  display: inline-block;
}

.spinner-container {
  text-align: center;
}

.version-info {
  font-size: 14px;
  padding-left: 1em;
  margin-top: 0.5em;
}

.login-info {
  padding-left: 1em;
  margin-top: 0.5em;
}

.partner-info {
  margin-top: 1em;
  background-color: rgb(200, 200, 200);
}

.push-feedback {
  margin-top: 0.5em;
  background-color: rgb(200, 200, 250);
}

.device-marker-label {
  z-index: 10000000 !important;
}
