#panel1-1 .tabs-content > .content {
  margin-top: 0px;
}

#map {
  width: 100%;
  height: 500px; /*height: 500px or 750px; toggled programmatically*/
}

#map .reset {
    display: none;
    position: absolute;
    right: 11px;
    top: 70px;
    z-index: 999;
    width: 27px;
    height: 27px;
    border: 1px solid #999;
    border-color: rgba(0,0,0,.2);
    border-radius: 3px;
	background: url("../img/sprite.png") no-repeat -15px -1835px;
	background-color: white;
}
#map .reset:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.leaflet-bar, .leaflet-control-layers {
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0,0,0,.2);
  border-radius: 3px;
  box-shadow: none;
}

/* ============================================================== */
/*             Variable size circles - thematic map               */
/* ============================================================== */
.isdr-icon {
  background: #222;
  opacity: 0.75;
  background-clip: content-box;
  border: 4px solid rgba(0,0,0, 0.3);
  color: #eee;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
}
.isdr-icon.selected {
  background: #fff;
  opacity: 0.9;
  background-clip: content-box;
  border: 4px solid rgba(0,0,0, 0.3);
  color: #555;
  font-weight: bold;
}
.isdr-icon:hover {
  background: #000;
}
.isdr-icon.selected:hover {
  background: #fff;
  background-clip: content-box;
  border: 4px solid rgba(0,0,0, 0.5);
}
.circle-30 { line-height: 22px; }
.circle-40 { line-height: 32px; }
.circle-50 { line-height: 42px; }
.circle-60 { line-height: 52px; }
.circle-70 { line-height: 62px; }
.circle-80 { line-height: 72px; }


/* ============================================================== */
/*                      Map tooltip                               */
/* ============================================================== */
.leaflet-popup-content-wrapper {
  min-width: 150px;
}

.leaflet-popup-content-wrapper, .map-tooltip {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}

.leaflet-popup-content h1 {
  margin-top: 3px;
  margin-bottom: 0px;
}
.leaflet-popup-content span.info {
  color: #999;
  font-style: oblique;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.leaflet-popup-content h2.feature-name {
  margin: 0px 0 15px 0;
  font-size: 13px;
  font-weight: normal;
}

#table-container {
  max-height: 150px;
  overflow-y: auto;
}

.leaflet-popup-content table {
  border: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 20px;
}

.leaflet-popup-content table tr td {
  background-color: white;
  padding: 0 20px 4px 0;
  color: #4a68a6;
  font-size: 11px;
}

.leaflet-popup-content td.count {
  font-weight: bold;
  text-align: right;
}

.leaflet-popup-content a {
  color: #4a68a6;
}
.leaflet-popup-content a:hover {
  text-decoration: underline;
  color: #4a68a6;
}

.leaflet-popup-content a.countries-drilldown {
  dispay: inline-block;
  margin-left: 5px;
}

/* ============================================================== */
/*                        Facets                                  */
/* ============================================================== */
.location-data li.selected span {
  float: left;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  display: block;
  color: black;
}

/* ============================================================== */
/*                        List/map container                      */
/* ============================================================== */
#map-panel, #list-panel {
  padding-top: 0px;
  margin-top: 0px;
}
#list-panel #latest {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
/* ============================================================== */
/*                        Barchart                                */
/* ============================================================== */
#barchart {
  margin-bottom: 20px;
}
#barchart.empty {
  margin-bottom: 0;
}
#barchart path {
  stroke: #aaa;
}
#barchart .tick line {
  stroke: #aaa;
}
#barchart .tick text {
  stroke: none;
  fill: #aaa;
}

/* waiting spinner */
span#tooltip-spinner {
  display: inline-block;
  width: 100%;
  /* For debugging only */
  /*background:url('../img/x-ajax-loader.gif') no-repeat center;*/
  /* in prod */
  background: url('/v2/assets/img/x-ajax-loader.gif') no-repeat center;
  padding: 10px;
}
