.device-map-icon-plain svg {
  fill: #1a9e42;
}

.device-map-icon-blue svg {
  fill: #0063c0;
}

.device-map-icon-red svg {
  fill: #e43725;
}

.boom-map-popup {
  word-wrap: break-word;
  font-family: @roboto-font;
  font-weight: 300;
  font-size: 12px;
}

.boom-map-popup .leaflet-popup-content-wrapper {
  box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.25);
}

.boom-map-popup .leaflet-popup-tip-container {
  display:none;
}

.boom-map-popup .boom-map-popup-content {
  min-width: 90px;
}

.boom-map-popup .boom-map-popup-header {
  padding: 0 0 10px 0;
  font-weight: bold;
}
