#hydroData {
    margin: 0 auto; /* Centers the table horizontally */
    text-align: center; /* Centers text inside the table */
}

.container-fluid {
    display: block;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    width: 990px;
    margin: auto;
}

#stateFilter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-wrapper {
    width: fit-content;
    margin: auto; /* Centers the wrapper */
}

.container {
    display: block;
    width: 100%;
    max-width: 990px;
    margin: 0 auto; /* Ensures horizontal centering */
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.container p {
    margin-bottom:5px;
}

.title {
    color: #104070;
    font-size: 24px;
    text-align: center;
}

.highlight {
    color: red;
    font-weight: bold;
}

/* Wraps EVERYTHING including header and footer */
#page-wrapper {
  width: 100%;
  max-width: 990px; /* Adjust this to match your preferred site width */
  background: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Ensure Header and Nav span the full width of the wrapper */
.header, .topnav, .header-shadow {
  width: 100% !important;
  margin: 0 auto !important;
}

.main-content {
  padding: 40px;
  flex: 1; /* Pushes footer to bottom */
}
.page-title {
  color: var(--hads-blue);
  font-weight: 700; border-bottom: 2px solid var(--nws-blue);
  padding-bottom: 5px; margin-bottom: 15px;
 font-size: 1.5rem;
}

.hads-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.provisional-warning {
  background-color: #fff5f5;
  padding: 15px;
  margin: 20px 0;
  text-align: left;
}

.search-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.map-image {
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 100%;
  height: auto;
}

.click-hint {
  color: #cc0000;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}

.update-footer {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2rem;
}


/* ********* Legal Footer Section ********** */
.footer-legal {
        background: white repeat center;
	border-top:1px solid #94C6EF; 
	width:100%;
	visibility:visible;
	overflow:hidden;
	padding-bottom:10px;
}

.footer-legal * {
	font:8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.footer-legal a:link {
	text-decoration:none;
}

.footer-legal a:hover {
	text-decoration:underline;
}

.footer-legal-content {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	line-height:16px;
	padding-top:15px;
}

.footer-legal-gov {
	float:left;
}

.footer-legal-column {
	float:left;
	width:450px;
	position:relative;
	left:60px;
	font:8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.footer-legal-column2 {
	float:left;
	left:90px;
	position:relative;
	font:8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.footer-legal-column3 {
	float:left;
	left:120px;
	width:160px;
	position:relative;
	font:8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.requiredLinks {
  background: #000066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 0.5em;
  height: 1.5em;
  text-align: center;
}

.requiredLinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.top-bar {
    display: flex;
    align-items: center; /* Ensures search and pagination align vertically */
    justify-content: space-between; /* Moves search box right, dropdown left */
    padding: 10px;
    width: 100%;
}
@charset "utf-8";
/* CSS Document */
/*9 Feb 2021*/

/************************************************/
.lightblue {
	background-color: #f0f8fe;
	border: 1px solid #AEDBF4;
	text-decoration: none;
}
.darkblue {
    background-color: #000066;
    color: white;
    font-weight: bold;
    text-align: center;
}
.content_centered {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 10pt;
    line-height: 1.5em; /*increasing a bit the space between lines - Loly - 22 Sep 2021*/
}
ul ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul ul li a:link {
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul ul li a:hover {
	text-decoration: underline;
	padding-bottom: 5px;
	padding-top: 5px;
}
/************************************** Mission / Vision *********************************************/

#missionBox {
	width: 100%;
	border: 1px solid #aedbf4;
	padding: 6px 6px 0px 6px;
	/*margin-top: 20px;*/
	background-color: #f0f8fe;
	font-size: .9em;
}
#missionBox ul {
	line-height: normal;
	list-style-type: disc;
}
#visionBox {
	width: 100%;
	border: 1px solid #aedbf4;
	padding: 6px;
	margin-top: 20px;
	background-color: #f0f8fe;
	font-size: .9em;
}
#grayTime {
	font-size : 8pt;
	color : #808080;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.green {
	color: rgba(0,153,0,1.00);
}
.red {
	color: red;
}

.SmallItalicGrey {
	font-size: smaller;
/*	font-size : 8pt;*/
	color : #808080;
	font-style: italic;
}

.gray {
	font-size : 8pt;
	color : #808080;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}



/****************** CMS provided styles *****************/


h1, h1 a:link, h1 a:visited {
	color: #135897;
	font-size: 19pt;
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}

h1 a:hover {
	color: #ED7A08;
}

h2, h2 a:link, h2 a:visited {
	color: #ED7A08;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}

h2 a:hover {
	color: #EFA905
}

h3, h3 a:link, h3 a:visited {
	color: #00A3E3;
	font-size:  12pt;
	font-weight: normal;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;

}

h3 a:hover {
	color: #ED7A08;
}

h4, h4 a:link, h4 a:visited {
	font-size: 12pt;
	font-weight: normal;
	color:  #666;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}

h4 a:hover {
	color: #888;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;

}
/*************** Taken from nco_main.css***********************/
.content-title {
	text-align: center;
	padding-left: .5em;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 1em;
}
.content-subtitle {
	font-size: 1em;
	padding-top: .25em;
	padding-left: .25em;
	font-weight: bold;
	text-align: left
}

.content-body table {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: .5em;
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	border: 2px solid lightgray;
}

/**/
/*.center .center-content .full-width-border .partial-width-borderbottom #home_page_content */

#home_page_content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 15px 30px;
    /* Line spacing for missionbox ul*/
	/*padding-top: 1em;
	padding-bottom: 1em;*/
}
#home_page_content ul li{
	padding-bottom: normal;
}
#home_page_content ul a {
	text-decoration: none;
}
#home_page_content ul a:hover {
	text-decoration: underline;
	color: #135897;
}
#home_page_content ul a:visited {
	color: #1763AB;
}
#home_page_content a {
	text-decoration: none;
}
#home_page_content a:hover {
	text-decoration: underline;
	color: #135897;
}
#home_page_content a:visited {
    color: #1763AB;
    text-align: center;
}
    /**/



.content ul {
	padding-top: normal;
	padding-bottom: normal;
}
.content ul li {
	padding-top: normal;
	padding-bottom: normal;
	font-weight: normal;
	list-style-type: circle;
	font-size: 1em;
	margin-left: 2em;
}
.content a {
	color: blue;
}
.row {
	display: flex;
	margin-top: .5em;
}
.rowd {
	display: flex;
	margin-top: .5em;
	width: 60%;
}
.rowl {
	display: flex;
	margin-top: .5em;
	/*width: 30%;*/
}

/* Create columns that sits next to each other */
.column {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 33%;
}
.columnd {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 50%;
}
.columnm {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 100%;
}
.columnl {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 33%;
}
.title {
	font-size: 1.15em;
	padding-top: .25em;
	padding-left: .25em;
	font-weight: bold;
	text-align: left;
}
.column div.title {
	font-size: 1.15em;
	padding-top: .25em;
	font-weight: bold;
	text-align: left;
}
.column div.list {
	padding-top: .25em;
	padding-left: .25em;
	line-height: 1.25em;
}
.column div.subt {
	padding-bottom: 0;
	padding-top: .25em;
	text-align: left;
	font-size: .9em;
}
.column div.subtc {
	padding-bottom: 0;
	padding-top: .25em;
	text-align: center;
	font-size: .9em;
}
.column div.location {
	font-size: .9em;
	padding-bottom: .5em;
}
.column img {
	padding-top: .5em;
	vertical-align: middle;
}
.column img.map {
	padding-top: .5em;
	margin-left: 25%;
}
.column div.line {
	border-top: 1px solid lightgray;
	margin-top: .5em;
	margin-bottom: 1em;
}
.map {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div.line {
	border-top: 1px solid lightgray;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.display-title {
	text-align: center;
	padding-left: .25em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 1em;
}

/* Style for additional info links */

.links-ove {
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.links-ove li {
	padding: .15em;
}
.links-ove a {
	color: black;
	text-decoration: none;
}
.links-ove a:hover {
	text-decoration: none;
	color: gray;
}
.links-ove a.active {
	text-decoration: underline;
}
.links-ove a.active:hover {
	color: gray;
}
.links-ove div.active {
	display: block;
	font-size: .75em;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin-left: 5%;
	margin-right: 7%;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
}
ul.ulist {
}
ul.ulist li {
	font-weight: normal;
	list-style-type: circle;
	font-size: 1.15em;
	margin-left: 1em;
}
ul.ulista {
	padding-bottom: 1em;
}
ul.ulista li {
	font-weight: normal;
	list-style-type: none;
	font-size: 1.15em;
	margin-left: 1em;
}
ul.ulistb li {
	margin-left: 2em;
}
ul.ulist li a {
	color: blue;
}
ul.ulista li a {
	color: blue;
}
div.titlea {
	font-size: 1.25em;
	text-align: center;
	padding-bottom: .75em;
	padding-top: .75em;
}
div.subtitlea {
	font-size: 1.25em;
}
p.title {
	font-size: 1.25em;
	text-align: center;
	padding-bottom: .75em;
	padding-top: .75em;
}
p.subtitle {
	font-size: 1.25em;
}
p.text {
	font-size: 1.15em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding-bottom: .75em;
}
div.text {
	font-size: 1.15em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding-bottom: .75em;
}
div.text2 {
	padding-left: .75em;
}
p.subtitle a {
	color: black;
	text-decoration: underline;
}
p.subtitle a:visited {
	color: black;
}
p.subtitle a:hover {
	color: #EC7A08;
}
.page_title {
    text-align: center;
    color: #135897;
	font-size: 19pt;
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}
/* lets make the space line-height on the pre tag a bit smaller */
.center .center-content .full-width-border .partial-width-borderbottom #home_page_content .content_centered pre {
	line-height: normal;
}
.lightgrey {
	background-color: lightgrey;
}
.hads-logo {
         max-width: 100%;
         height: auto;
         margin-bottom: 30px;
}
.provisional-warning {
         background-color: #fff5f5;
         padding: 15px;
         margin: 20px 0;
         text-align: left;
}
.search-card {
         background: #f8f9fa;
         border: 1px solid #dee2e6;
         border-radius: 8px;
         padding: 20px;
         margin-bottom: 20px;
}
.map-image {
         border: 1px solid #ccc;
         box-shadow: 0 4px 8px rgba(0,0,0,0.1);
         max-width: 100%;
         height: auto;
}
.click-hint {
         color: #cc0000;
         font-weight: bold;
         margin: 10px 0;
         text-transform: uppercase;
}
.bottom {
    display: flex;
    flex-direction: column; /* Stacks info on top of buttons */
    align-items: center;    /* Centers both horizontally */
    gap: 10px;
    margin-top: 15px;
}

.content-section {
        line-height: 1.2;
        color: #333;
}
.page-header {
        color: #000066;
        border-bottom: 2px solid #000066;
        margin-bottom: 1.0rem;
        padding-bottom: 0.5rem;
}
.content-section ul {
        padding-left: 2.5rem !important;
        margin-bottom: 1.5rem;
}

.content-section li {
        list-style-type: disc !important;
        padding-left: 0.5rem;
}
.disclaimer-link {
        font-size: 0.90rem;
        color: #0056b3;
        text-decoration: none;
}

.calendar-card {
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	overflow: hidden;
}
.calendar-header {
	background: #17067A;
	color: white;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.calendar-table {
	margin-bottom: 0;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.calendar-table th {
	background: #f8f9fa;
	text-align: center;
	font-size: 0.75rem;
	padding: 8px;
	border: 1px solid #dee2e6;
}
.calendar-table td {
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dee2e6;
}
.day-link {
	display: block;
	height: 100%;
	padding-top: 18px;
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
.day-link:hover {
	background: #eef4ff;
}
.day-future {
	color: #bbb;
}
.month-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	max-width: 600px;
	margin: 25px auto 0 auto;
}
.month-btn {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	color: #000066;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: bold; border-radius: 4px;
}
.month-btn:hover {
	background: #6495ed;
	color: white;
}

