/* [KENDO THEME BUILDER] */
/* (end) [KENDO THEME BUILDER] */
/* [COLORS] */
/* [COLORS] Overall */
/* [COLORS] Buttons */
/* [COLORS] Navbar left */
/* [COLORS] Navbar top */
/* [COLORS] StaticBar / Breadcrumb */
/* [COLORS] - SubNavbar*/
/* [COLORS] - First pages */
/* [COLORS] - Inputs */
/* [COLORS] - Kendo */
/* [COLORS] - Grids */
/* [COLORS] - Other */
/* (end) [COLORS] */
/* [MEASURES] */
/* [MEASURES] Overall */
/* [MEASURES] - Inputs */
/* [MEASURES] - Buttons */
/* [Measures] - Grids */
/* [Measures] - Kendo */
/* [MEASURES] - Navbar left */
/* [MEASURES] - Navbar top */
/* [MEASURES] - Subnavbar */
/* [MEASURES] - First pages*/
/* [MEASURES] - Fonts */
/* [MEASURES] - StaticBar / Breadcrumb */
/* [MEASURES] - Other */
/* (end) [MEASURES] */
/* [SCROLLBAR] */
/* (end) [SCROLLBAR] */
/* [OTHER] */
/* (end) [OTHER] */
.map {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .map .map__content {
    margin-bottom: 1rem; }
    .map .map__content .k-marker {
      background-image: url("/content/images/icons/kendo-markers.png"); }
      .map .map__content .k-marker-red {
        background-image: url("/content/images/icons/markers-red.png"); }
      .map .map__content .k-marker-yellow {
        background-image: url("/content/images/icons/markers-yellow.png"); }
      .map .map__content .k-marker-blue {
        background-image: url("/content/images/icons/markers-blue.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .map .map__content .k-marker {
        background-image: url("/content/images/icons/kendo-markers_2x.png"); }
        .map .map__content .k-marker-red {
          background-image: url("/content/images/icons/markers-red@2x.png"); }
        .map .map__content .k-marker-yellow {
          background-image: url("/content/images/icons/markers-yellow@2x.png"); }
        .map .map__content .k-marker-blue {
          background-image: url("/content/images/icons/markers-blue@2x.png"); } }
  .map .map__coordinates {
    display: flex; }
    .map .map__coordinates .coordinate {
      width: 50%; }
      .map .map__coordinates .coordinate:first-child {
        margin-right: 1rem; }

.map__tooltip .tooltip__actions .k-button.delete {
  padding: 0.3em;
  border-radius: 20px;
  margin: 0;
  background-color: #FF3B00;
  color: #FFFFFF;
  width: auto;
  height: auto;
  background-image: none;
  border: none;
  position: absolute;
  top: -0.7em;
  right: -0.7em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-items: center; }
  .map__tooltip .tooltip__actions .k-button.delete:hover {
    background-color: #FF0C00;
    color: #FFFFFF; }
  .map__tooltip .tooltip__actions .k-button.delete:focus {
    outline: none; }

.map__tooltip .tooltip__content {
  padding: 0.1em 0.8em; }
