.tt-hint {
  margin-top: 5px;
}

#recipientgroup .checkbox input {
    margin-right: 5px;
}

.search-btn {
  border-radius:0;
}

.img-logotype {
  width:160px;
  padding:8px;
}

#marker-popup {
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  pointer-events: none; /* So it doesn't block map interactions */
}

.ol-dragzoom
{
    border: 3px dashed rgb(255, 0, 0);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
}