.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.leaflet-container {
  background-color: rgba(255, 0, 0, 0); }

.map-container {
  margin-top: 0;
  position: relative; }

#map {
  background: #000;
  width: 100%;
  height: 100vh; }

.map-title {
  position: absolute;
  left: 150px;
  top: 50px;
  font-size: 22px;
  z-index: 999; }

.map-popup-container {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  width: 230px;
  background: rgba(1, 1, 1, 0.4);
  z-index: 999;
  right: 20px;
  top: 12px;
  border-radius: 5px;
  padding: 10px;
  color: white;
  /* to make scrollbars always visible */ }
  .map-popup-container p {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0; }
  .map-popup-container p.ul-caption {
    margin-top: 10px; }
  .map-popup-container .cell-data {
    margin-top: 5px; }
  .map-popup-container #ul-container {
    position: relative;
    overflow: hidden;
    max-height: 40vh;
    margin-top: 5px;
    margin-bottom: 5px; }
  .map-popup-container ul {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table;
    width: 100%; }
  .map-popup-container li {
    list-style-type: none;
    display: table-row; }
  .map-popup-container li span.date {
    font-style: italic;
    color: #999;
    display: table-cell; }
  .map-popup-container li a {
    color: #EF5223;
    display: table-cell; }
  .map-popup-container li a:hover,
  .map-popup-container li a.hover {
    color: #1E90FF;
    text-decoration: underline; }
  .map-popup-container .p-table {
    display: table; }
  .map-popup-container .p-row {
    display: table-row; }
  .map-popup-container .p-cell {
    display: table-cell; }
  .map-popup-container .always-visible.ps > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .map-popup-container h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.7em; }
    @media (max-width: 767px) {
      .map-popup-container h3 {
        display: none; } }

/*# sourceMappingURL=application.css.map */
