/* Fix multiselect dropdown checkboxes */
form#Filter .multiselect-container input[type=checkbox],
.multiselect-container input[type=checkbox] {
  display: none !important;
}
form#Filter section div fieldset .multiselect-container label {
  float: none;
  clear: none;
  width: 100%;
  padding: 3px 20px;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.4;
  font-size: 13px;
}
.multiselect-container > li.active > a,
.multiselect-container > li.active > a:hover,
.multiselect-container > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.multiselect-container > li.active > a > label {
  color: #fff;
}

/* ================================================
   Data Overview (stage4) — map left, data right
   CSS uses .data-overview p but HTML uses div
   ================================================ */

/* Data rows — NOT the map, NOT buttons, NOT popups */
.data-overview > div:not(.map):not(.buttons):not(.popup1) {
  float: left;
  width: 55%;
  line-height: 1.75rem;
  min-width: 280px;
  padding: 0 0 0 2%;
  font-weight: bold;
  font-size: 18px;
}
/* Map container stays at style.css 38% */
.data-overview > div.map {
  width: 38% !important;
  min-width: auto !important;
  font-size: inherit !important;
  font-weight: normal !important;
  padding: 0 !important;
}
/* h2 spans full width above data rows */
.data-overview > h2 {
  float: left;
  width: 55%;
  padding-left: 2%;
}
.data-overview > h3 {
  width: 100%;
}

/* Color spans */
.data-overview > div span,
.data-overview > div span.red {
  color: #cb2029;
}
.data-overview > div span.blue {
  color: #1454a8;
}
.data-overview > div span.green {
  color: #14a854;
}
.data-overview > div span.yellow {
  color: #ccbe00;
}

/* View / Buy / NoView buttons */
.data-overview > div .view {
  float: right;
  margin-right: 2%;
  font-size: 0.75rem;
  background: #1454a8;
  color: #fff;
  padding: 0.5rem 2rem;
  text-decoration: none;
}
.data-overview > div .view:hover {
  background: #0f3d7a;
  color: #fff;
}
.data-overview > div .noview {
  float: right;
  margin-right: 2%;
  font-size: 0.75rem;
  background: #999999;
  color: #fff;
  padding: 0.5rem 2rem;
}
.data-overview > div .buy {
  float: right;
  margin-right: 2%;
  font-size: 0.75rem;
  background: #27ae60;
  color: #fff;
  padding: 0.5rem 2rem;
  cursor: pointer;
}

/* Buttons row */
.data-overview > div.buttons {
  width: 100% !important;
  min-width: auto !important;
  font-size: inherit !important;
  font-weight: normal !important;
  clear: both;
  padding: 10px 0 !important;
}
.data-overview > div.buttons a {
  background: #1454a8;
  color: #fff;
  padding: 0.5rem 2rem;
  text-decoration: none;
  font-size: 0.85rem;
}

/* Popup */
.popup1 {
  display: none;
  position: fixed !important;
  z-index: 10001;
  background: #fff;
  border: 2px solid #1454a8;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  width: auto !important;
  min-width: 300px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.popup1 h4 {
  color: #1454a8;
  margin: 0 0 10px;
}
.popup1 .closepop {
  display: inline-block;
  background: #1454a8;
  color: #fff;
  padding: 6px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 3px;
}

/* ================================================
   Tooltip3 — appears on top with blue bg
   ================================================ */
#tooltip3 {
  display: none;
  position: absolute;
  z-index: 10000;
  background: #1454a8;
  color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  width: 400px;
  font-size: 13px;
  line-height: 1.6;
}
#tooltip3 ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#tooltip3 li {
  margin: 4px 0;
}

/* Pagination fix */
.pagination-cust {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}
.pagination-cust .pagination {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.pagination-cust .pagination > li {
  display: inline-block;
  float: left;
}
.pagination-cust .pagination > li > a,
.pagination-cust .pagination > li > span {
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  box-sizing: border-box;
  margin-left: -1px;
}
.pagination-cust .pagination > .active > a,
.pagination-cust .pagination > .active > span {
  background: #1454a8;
  border-color: #0f3d7a;
  color: #fff;
  z-index: 2;
}
.pagination-cust .Pages {
  float: left;
  display: inline-block;
  margin: 6px 0 0 15px;
  line-height: 1.4;
  font-size: 13px;
  width: auto;
}

/* Banner — contain image, no cutoff */
.banner {
  background-size: cover !important;
  background-position: center center !important;
  background-color: #2c3e50;
  height: auto !important;
  min-height: 200px;
  height: 450px !important; padding-top: 0;
  box-sizing: border-box;
}

/* Fix admin edit page - prevent table row hover turning text white */
.DataBreakdown table tr td input,
.DataBreakdown table tr td select,
.DataBreakdown table tr td label,
.DataBreakdown table tr:hover td,
.DataBreakdown table tr:hover td input,
.DataBreakdown table tr:hover td select,
.DataBreakdown table tr:hover td label {
  color: #333 !important;
}

/* Fix Turnstile widget inside login form */
.cf-turnstile,
.cf-turnstile div,
.cf-turnstile iframe {
  float: none !important;
  width: auto !important;
  position: relative !important;
}
/* Fix box2 internal divs from global div{float:left;width:100%} */
.box2 div {
  width: auto !important;
}
.box2 form label {
  clear: left;
}
