
.is-none {
  display: none;
}

.location_info {
  margin-left: 2.5em;
}

.location_info .chart-header {
  padding: 0;
}

.location_info span {
  padding-right: 1em;
}

.download_csv {
  margin-left: 2.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.tabs-content .tab-content {
  display: none;
}

.tabs-content .tab-content.is-active {
  display: block;
}

.card.download-resource-info {
  margin-bottom: 1rem;
}

.card-header-icon.last-update-info {
  font-size: 0.8rem;
  cursor: initial;
}

.card-footer.download-tags {
  padding: 0.9rem;
}

.card-footer.download-tags .tag {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.popup-button {
  text-align: center;
}

.popup-info {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1408px), print {

  /* Layout and tiles */
  .tile.is-2.settings-container {
    width: 18%;
  }

  .tile.is-parent:first-child {
    padding-right: 0 !important;
  }

  .tile.is-parent:last-child {
    padding-left: 0 !important;
  }

  .tile.settings-container article {
    height: 100%;
    overflow-y: auto;
    min-height: 0;
  }

  /* Sidebar settings and options */
  .calendar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1407px), print {

  /* Layout and tiles */
  .tile.is-2.settings-container {
    width: 25%;
  }

  .tile.is-parent:first-child {
    padding-right: 0 !important;
  }

  .tile.is-parent:last-child {
    padding-left: 0 !important;
  }

  .tile.settings-container article {
    /*height: 100%;*/
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* Sidebar settings and options */
  .calendar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width: 1023px), print {

  /* Layout and tiles */
  body, html {
    overflow-y: auto;
  }

  .tile.is-2.settings-container {
    width: 100%;
  }

  .settings-sub-container h4 {
    text-align: center;
  }


  /* Sidebar settings and options */
  .calendar,
  .time {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .animation-settings .field,
  #layers-fields .field {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Map charts */
  .leaflet-control-container .leaflet-sidebar {
    width: 100%;
  }

  .leaflet-control-container .leaflet-sidebar.right {
    right: -1023px;
  }

  .leaflet-control-container .leaflet-sidebar.right.visible {
    right: 0px;
  }

}

@media screen and (max-width: 768px), print {

  /* Layout and tiles */
  .tile.is-parent.outer-map-container:nth-child(2) {
    height: calc(100vh - 80px);
  }

  /* Sidebar settings and options */
  #layers-fields .field {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Map charts */
  .leaflet-control-container .leaflet-sidebar {
    width: 100%;
  }

  /* Time slider */
  .mapcontrol .timeslider .slider {
    width: 250px;
  }

}

@media screen and (max-width: 570px), print {

  /* Sidebar settings and options */
  .calendar,
  .time {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Map charts */
  .leaflet-control-container .leaflet-sidebar {
    width: 100%;
  }

  /* Time slider */
  .mapcontrol .buttons.has-addons {
    display: none;
  }

  .mapcontrol .label {
    padding-left: 2em;
  }

  .mapcontrol .timeslider .slider {
    width: 200px;
  }

  .leaflet-control-container .leaflet-control-zoom {
    display: none;
  }

}

@media screen and (max-width: 420px), print {

  /* Sidebar settings and options */
  .calendar,
  .time {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Map charts */
  .leaflet-control-container .leaflet-sidebar {
    width: 100%;
  }

}

@media screen and (max-width: 380px), print {

  /* Sidebar settings and options */
  .calendar,
  .time {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Time slider */
  .mapcontrol .buttons.has-addons {
    display: none;
  }

  .mapcontrol .label {
    padding-left: 1em;
  }

  .mapcontrol .timeslider .slider {
    width: 170px;
  }

  .leaflet-control-container .leaflet-control-zoom {
    display: none;
  }

}

.calendar table {
  table-layout: fixed;
}

.map-legend-container {
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.legend-bar-container {
  margin: 0.5em;
}

.map-legend-container .button {
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 5px;
}

.inner-legend-container {
  padding: .4rem .6rem;
}

.inner-legend-container .legend-bar-container {
  margin-bottom: 0.2rem;
}

.inner-legend-container .legend-bar-container .legend-title {
  padding: 0.1em;
  font-weight: bold;
}

.inner-legend-container .close {
  cursor: pointer;
}

.inner-legend-container .close svg {
  float: right;
}

.chart-container {
  width: 100%;
  height: 230px;
}

.sidebar-button-container {
  padding: 2em;
}

.settings-sub-container span {
  cursor: pointer;
}

#layers-fields .layers-inner-content .field {
  margin-bottom: 0.55rem;
}

.settings-container .settings-sub-container h4.title {
  margin-bottom: 1rem;
}

.leaflet-pane.leaflet-custom-pane {
  z-index: 500;
}

.leaflet-pane.leaflet-custom-pane img {
  max-width: none !important;
  max-height: none !important;
}


.fwi-point-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 14px;
  color: white;
  font-weight: bold;
  opacity: 0.7;
  background-color: white;
  line-height: 28px !important;
  text-align: center !important;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
