/* ===================================================================
 * dosenet.css — consolidated DoseNet styling
 *
 * Replaces the three previously separate inline-style snippets
 * (DoseNet-main-CSS, DoseNet-download-CSS, GPS-mapping-CSS) with a
 * single enqueued file. Rules are copied verbatim from those snippets
 * — no behavior change, no rule trimming. A follow-up audit will
 * identify dead rules and decide per-page gating.
 *
 * Consolidation date: 2026-04-23
 *
 * Sections below correspond to the original snippets; section
 * boundaries are kept so diff archaeology stays easy.
 * =================================================================== */


/* -------------------------------------------------------------------
 * Section 1 — DoseNet-main-CSS (formerly snippet ID 18)
 *
 * DoseNet dashboard chrome: graph div sizing, map canvas, jumbotron,
 * header text, map-* button + label system (names deliberately
 * prefixed to avoid colliding with Bootstrap's generic .btn/.label),
 * custom Leaflet marker-cluster styling.
 * ------------------------------------------------------------------- */

.labels {
  color: black;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
	 border: 2px solid;
	 border-color: black;
}
#graph_wrapper_div{
	position: relative;
	width:400px;
	height:275px;
}
#graph_div {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
#only_small_graph_div {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 2px;
	bottom: 2px;
}
#only_spectra_div {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 1px;
	top: 2px;
}
#small_graph_div {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 2px;
	bottom: 140px;
}
#spectra_div {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 1px;
	top: 140px;
}
#temp_graph_div {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 2px;
	bottom: 190px;
}
#hum_graph_div {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 95px;
	bottom: 95px;
}
#press_graph_div {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 190px;
	bottom: 1px;
}
#main-area {
    background-image: none;
    background: gray;
}
#map-canvas {
	width: 100%;
	height: 550px;
	margin-bottom:1em !important;
	margin-top: 0.0em !important;
	clear:both;
}
#dosimeter_list {
	padding: 0.5em;
	margin-left: 1em;
	width: 100%;
}
#plotoptions_dropdown {
  margin-left: 3em;
}
#plotoptions_label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #5bc0de;
}
.jh5 {
	padding: 0.5em 0 0 0;
	font-size: 2em;
	text-align: center;
}
.jh2 {
	font-size: 3em;
}
.jp {
	padding: 1vw;
	font-size: 1.2em;
	text-align: center;
}
.header-text {
	font-size: 2vw;
	font-family: 'Garamond', Arial, sans-serif;
}
.names {
	font-family: 'Garamond', Arial, sans-serif;
	color: #D19000 !important;
}
.reddot {
	height:1.5em !important;
	margin-top: 0.5em !important;
	margin-left: auto;
	margin-right: auto;
}
.plot {
	width:100%;
	min-height: 35em;
}
.center {
	text-align: center;
}
.vcenteralign {
	vertical-align: center;
}
.transbg {
	background-color:transparent !important;
}
.map-dropdown {
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size:10px;
}
.map-roundedwrapper {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 0.5em;
	border: 2px solid;
	border-color: #CED1D4;
}
.map-paddingtop {
	padding-top: 1em;
}
.map-paddingright {
	padding-right: 1em;
}
.map-labels {
	background-color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:110%;
}
.map-label-info {
	background-color: #5bc0de;
}
.map-label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.map-label-info[href]:hover,
.map-label-info[href]:focus {
	background-color: #31b0d5;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 2em;
  color: white;
  background-color: #5B6770;
  margin-top:0em;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 100;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
      .item {
        margin-left: 20px;
      }
      .custom-clustericon {
        background: var(--cluster-color);
        color: #FFF;
        border-radius: 100%;
        font-weight: bold;
        font-size: 15px;
        display: flex;
        align-items: center;
      }

      .custom-clustericon::before, .custom-clustericon::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;

        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: var(--cluster-color);
        opacity: 0.3;
        border-radius: 100%;
      }

      .custom-clustericon::before {
        padding: 7px;
      }

      .custom-clustericon::after {
        padding: 14px;
      }

      .custom-clustericon-1 {
        --cluster-color: #00A2D3;
      }

      .custom-clustericon-2 {
        --cluster-color: #FF9B00;
      }

      .custom-clustericon-3 {
        --cluster-color: #FF6969;
      }

.map-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.map-btn:focus,
.map-btn:active:focus,
.map-btn.active:focus,
.map-btn.focus,
.map-btn:active.focus,
.map-btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.map-btn:hover,
.map-btn:focus,
.map-btn.focus {
	color: #333;
    background-color: #00A5F2;
	text-decoration: none;
}
.map-btn:active,
.map-btn.active {
	background-image: none;
    background-color: #00A5F2;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.map-btn.disabled,
.map-btn[disabled],
fieldset[disabled] .map-btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	      box-shadow: none;
  opacity: .65;
}
.map-btn-info {
  color: #fff;
  /*background-color: #5bc0de;*/
  background-color: #00B5E2;
  border-color: #46b8da;
}
.map-btn-info:hover,
	.map-btn-info:focus,
	.map-btn-info.focus,
	.map-btn-info:active,
	.map-btn-info.active,
	.open > .dropdown-toggle.map-btn-info {
  color: #fff;
  background-color: #00A5F2;
  /*background-color: #31b0d5;*/
  border-color: #269abc;
}
.map-btn-info:active,
	.map-btn-info.active,
	.open > .dropdown-toggle.map-btn-info {
  background-image: none;
  background-color: #00A5F2;
}
.map-btn-info.disabled,
	.map-btn-info[disabled],
	fieldset[disabled] .map-btn-info,
	.map-btn-info.disabled:hover,
	.map-btn-info[disabled]:hover,
	fieldset[disabled] .map-btn-info:hover,
	.map-btn-info.disabled:focus,
	.map-btn-info[disabled]:focus,
	fieldset[disabled] .map-btn-info:focus,
	.map-btn-info.disabled.focus,
	.map-btn-info[disabled].focus,
	fieldset[disabled] .map-btn-info.focus,
	.map-btn-info.disabled:active,
	.map-btn-info[disabled]:active,
	fieldset[disabled] .map-btn-info:active,
	.map-btn-info.disabled.active,
	.map-btn-info[disabled].active,
	fieldset[disabled] .map-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.map-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;

}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 1em 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 2em;
    padding-left: 2em;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 2em;
  }
}


/* -------------------------------------------------------------------
 * Section 2 — DoseNet-download-CSS (formerly snippet ID 19)
 *
 * Layout for the download-data page and per-station single-post
 * pages. Containers for tables and the data/spectra plot rows that
 * location_data.js populates.
 * ------------------------------------------------------------------- */

#local_table_wrapper_div {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
}

#local_graph_wrapper_div {
   position:relative;
   height:330px;
   width:100%;
}
#dose_graph_wrapper_div {
  position:relative;
  height:240px;
  width:100%;
  border:0px;
  margin-left:-25px;
  margin-top:-15px;
}
.data_graph_wrapper {
  position:relative;
  height:220px;
  width:85%;
  margin-right:5%;
  margin-left:5%;
  border:20px;
}
.spectra_graph_wrapper {
  position:relative;
  height: 350px;
  width:85%;
  margin-right: 5%;
  margin-left: 5%;
  border: 20px;
}
.legend_table {
  width:90%;
  text-align: center;
  margin-left: 10%;
  margin-right: 0%;
  border: 10px;
}
.squashed_graph_wrapper {
  position:relative;
  height:110px;
  width:85%;
  margin-right: 5%;
  margin-left: 5%;
}


/* -------------------------------------------------------------------
 * Section 4 — Site-wide accessibility tweaks (added 2026-04-27)
 *
 * Cross-cuts the original snippets. Kept separate so the audit
 * paper trail stays clear.
 * ------------------------------------------------------------------- */

/* WCAG 1.4.1 — links must be distinguishable without color alone.
   Targets common WordPress + Vantage content-area selectors.
   Intentionally narrow: does NOT match the site's nav menu, footer
   icon links, or anything with its own class (buttons, social-icon
   wrappers, etc.) so we don't fight the theme's intentional styling.
   If links inside a content area aren't getting the underline, add
   that wrapper's selector here. */
.entry-content a:not([class]),
.post-content a:not([class]),
.page-content a:not([class]),
.site-content a:not([class]),
.textwidget a:not([class]),
.so-widget-sow-editor a:not([class]),
.siteorigin-widget-tinymce a:not([class]) {
	text-decoration: underline;
}


/* -------------------------------------------------------------------
 * Section 3 — GPS-mapping-CSS (formerly snippet ID 21)
 *
 * Two specific Folium-generated Leaflet container IDs on the NAA /
 * GPS mapping pages. The IDs are hashed by Folium at generation time
 * and baked into the HTML widgets; both get the same sizing rules.
 * ------------------------------------------------------------------- */

#map_4531d2c11a7a4f868decd51c0104c23e {
    position: relative;
    width: 100.0%;
    height: 100.0%;
    left: 0.0%;
    top: 0.0%;
}
#map_0135c239a4504dcbb33b3a2d94934b57 {
    position: relative;
    width: 100.0%;
    height: 100.0%;
    left: 0.0%;
    top: 0.0%;
}
