/*********************/
/* Map of the galaxy */
/*********************/

/*The maps container */
#mapid {
  background-color: lightgray;
  height: 80vh;
  /*outline: none;*/
  width: 100%;
  /*resize: both;*/
}

/* Test de halo pour les planètes */
/*.icon-place.empire {
  -webkit-filter: drop-shadow( 0 0 10px red );
  filter: drop-shadow( 0 0 10px red );
}*/

.icon-place,
.icon-unit {
  /*background-color: rgba( 255, 255, 255, 0.5 );*/
  /*outline: 1px solid green;*/
}

.tooltip-place,
.tooltip-unit {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000000;
  font-size: 9px;
  margin: 0;
  padding: 3px;
}

  .tooltip-place:before,
  .tooltip-unit:before {
    content: none;
  }

  .tooltip-place,
  .tooltip-unit {
    text-shadow:
   -1px -1px 0 white,  
    1px -1px 0 white,
    -1px 1px 0 white,
     1px 1px 0 white;
  }


.tooltip-unit {
  /*outline: 1px solid red;*/
  padding-top: 0;
  /*margin-top: -2px;*/
}

.tooltip-place {
  padding-bottom: 3px;
  /*outline: 1px solid pink;*/
}

.popup-place .leaflet-popup-content-wrapper {
  /*border-radius: 2px;*/
}

.popup-place .leaflet-popup-content {
  padding: 0.5rem;
  margin: 0 0 0 0;
}

  .popup-place .leaflet-popup-content h5 {
    color: rgba( 40, 120, 168, 1 );
    font-size: 1.0rem;
    margin: 0 0 5px 0;
    text-transform: uppercase;
  }

  .popup-place .leaflet-popup-content h6 {
    color: #cccccc;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px 0 0 0;
  }

/**************/
/* End of map */
/**************/