body {
  overflow: hidden
}

:root {
    --primary: #818181;
    --secondary: #353535;
  }

.grid {
  display: grid; 
  
  height:100vh;
}

ul, li {
  list-style: none;
  margin:0px;
  padding:0px;
}

hr {
    border-color: var(--primary);
}

/* sidenav */

.sidenav {
  z-index: 1;
  background-color: #111;
  padding: 20px;
  color: var(--primary);
}

.sidenav a {
  padding: 6px 0px 6px 0px;
  text-decoration: none;
  color: #ababab;
  display: inline-block;
}

.sidenav a:hover {
  color: #d8d8d8;
}

.sidenav li {
  padding-top: 10px;
}

.sidenav li a {
  display: inline-block;
  padding: 6px 6px 6px 0px;
}

.header-menu {
  font-size: 18px;
}

.footer-menu {
  font-size: 16px;
  position: absolute;
  width: 225px;
  bottom: 20px;
}

/* polter */
.leaflet-popup-content .label {
    font-size: 16px;
}

/*
@media (max-width: 767px) {
  .label {
    font-size: 16px;
  }
}
*/

/* info */

.info {
  padding:15px;
  background-color:white;
}

.n-polter {
  max-height:25vh;
  overflow-y: auto;
  margin-bottom: 15px;
}

.polterliste {
  max-height:25vh;
  overflow-y: auto; 
}

.detail {
  max-height:50vh;
  font-size: 80%;
  margin-bottom: 15px;
  overflow-y: auto; 
}

.warning {
  color:red;
}

.success {
  color: green;
}

.pointer {
  cursor: pointer;
}

/*
.remove {
  cursor: url('/images/trash-16x16.png'), auto;
}
*/

.header {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 10px;
}

#clipboard {
  opacity:0;
  font-size:1px;
}

.polter-images {
  margin-bottom: 25px;
}

/* snapshots */

div#screens img {
  width: 90px;
  padding: 1px;
}

/* icons */

.fas {
	margin-right:5px;
}

/* spinner */

#overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.spinner-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.spinner-icon {
  z-index: 1000;
  color: white;
  margin: auto;
  width: 60px;
  height: 60px;
}

/* map */

#map {
    height: 100%;
}

/*
.leaflet-fade-anim .leaflet-tile, 
.leaflet-zoom-anim .leaflet-zoom-animated { 
  will-change:auto !important; 
}
*/

.cursor-crosshair {
  cursor: crosshair;
}

/* leaflet */

.leaflet-popup-content {
  margin: 5px 15px;
  line-height: 1.4;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  text-shadow: white 0.1em 0.1em 0.2em;
  font-weight:900;
  box-shadow: none;
}