@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
/* Palette generated by Material Palette - materialpalette.com/yellow/blue */
.marker-container {
  height: 35px;
  width: 35px;
  background-color: #757575;
  margin: auto;
  border-radius: 50%;
}
.marker-container.selected {
  background-color: #ffeb3b;
}
.marker-container.selected .y {
  color: #212121;
}
.marker-container.selected .marker-bottom {
  background-color: #ffeb3b;
}
.marker-container .circle-indicator,
.marker-container .y {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.marker-container .circle-indicator {
  background-color: #ffeb3b;
}
.marker-container .y {
  width: 100%;
  color: white;
  font-weight: bold;
  line-height: 22.75px;
  font-size: 24.5px;
  text-align: center;
}
.marker-container .circle-bg {
  overflow: hidden;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: 4px;
  border-radius: 50%;
}
.marker-container .marker-bottom {
  content: '';
  background-color: #757575;
  width: 11.140819964349376px;
  height: 11.140819964349376px;
  position: absolute;
  transform: rotate(-45deg);
  top: 26.429590017825312px;
  right: 11.929590017825312px;
}
.own-marker {
  background-color: #448aff;
  border-radius: 20px;
  border: 2px solid white;
}
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: rgba(117, 117, 117, 0.6);
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: rgba(255, 235, 59, 0.9);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.marker-cluster span {
  line-height: 30px;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  height: 100%;
}
.single-liner {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #212121;
}
.wrapper .leaflet-popup-content-wrapper {
  border-radius: 2px;
}
.wrapper .leaflet-popup-content {
  font-family: Roboto, sans-serif;
  margin: 10px 15px;
}
.buttons button {
  background-color: white;
  margin-bottom: 5px;
}
.map-container {
  display: flex;
  flex-grow: 1;
}
.map {
  flex-grow: 1;
}
.bottom {
  background-color: #ffffff;
  height: 115px;
  border-top: 1px solid #bdbdbd;
}
.content {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.content .info.my-hidden .to-hide {
  display: none;
}
.content .info .to-hide {
  padding: 20px 20px 10px;
}
.content .info h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.content .info button {
  visibility: visible;
  opacity: 1;
  z-index: 1050;
  position: absolute;
  top: -35px;
  right: 20px;
  color: #ffffff !important;
  font-weight: bold;
  transition: .5s all;
  transform: translateY(0);
}
.content .info.my-hidden button {
  opacity: 0;
  transform: translateY(60px);
  visibility: hidden;
}
.content .info h4 {
  margin: 0;
}
.content .info p {
  display: inline-block;
  width: 49%;
  margin: 10px 0 0;
  text-align: center;
}
.content .info p strong {
  font-size: 16px;
  vertical-align: middle;
}
.content .default {
  text-align: center;
}
.content .default .text {
  margin: 10px 0;
}
.content .default .reloading {
  display: none;
}
.content .default .center-on-me {
  display: none;
}
