/** LEFT NAVIGATION **/
#leftNav { 
	width: 182px; 
	float: left; 
} 
#leftNavElements  {
	margin-top: 0px;
	list-style-type: none;
	margin-left: 0px;  
	margin-bottom: 5px;
	padding-left: 0px;
	width: 100%;
}
#leftNavElements a:link { color: #ffffff; }
#leftNavElements a:visited { color: #ffffff; 	}

.input-label .label-text {
    display: inline-block;
    padding-left: 5px;         /* space between radio and text */
    text-indent: -5px;         /* align second line with first line text */
    margin-left:  0px;         /* same width as radio button */
}

.input-label2 {
    display: flex;
    align-items: center;   /* ← centers radio vertically */
    justify-content: flex-start;  /* ← PREVENT horizontal centering */
    max-width: 180px;      /* your constrained width */
}
.input-label2 input {
    margin: 0;              /* remove browser defaults */
    transform: translateY(1px);  /* optional micro-adjust */
}
.label-text2 {
    padding-left: 5px;         /* space between radio and text */
    text-indent: 0px;         /* align second line with first line text */
    line-height: 1.4;
}


/* GENERAL NODE STYLES */
#leftNavElements li {
	background: url('../framework/images/left_nav_bullet.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #00a3e3;
	color: #ffffff; 
	font-weight: bold; 
	font-size: .7em;
	line-height: 1.4em;
	border-top:  1px dotted #ffffff;
	padding: 3px 4px 4px 18px; 
	margin-left: 0px;
}
#leftNavExtras { 
	padding: 4px;
	text-align:center;
}

/* NODE-SPECIFIC STYLES */
li#leftNavTopItem {
	background-color:  #0057A5; 
}
li#leftNavAlerts {

}
li#leftNavWeather { 
	background-image: none;
	background-color:  #0057A5;
	padding:  4px 4px 4px 7px;
}
li#leftNavWeather #zipcity { 
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	width: 9.8em;
	height: 1.2em;
	margin-bottom: 2px;
	margin-right: 2px;
}
form#localWeather {
	display: inline;
}
#wxFieldSet { border: 0px; padding: 0px; margin: 0px; }

#leftNavExtras img { 
	margin: 5px;
	border: 0px;
}

/* LEFT NAV USER EXTRAS */
#leftNavUserExtras ul {
	list-style-type: none;
	margin-left: 0px;  
	margin-bottom: 5px;
	margin-top: 20px;
	padding-left: 0px;
	width: 100%;
}
#leftNavUserExtras ul li {
	background: url('../framework/images/left_nav_extras_bullet.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
	color: #666666; 
	font-weight: normal;
	font-size: .7em;
	line-height: 1.4em;
	border-top: 1px dotted #AEDBF4;
	padding: 1px 4px 4px 18px; 
	margin-left: 0px;
}
#leftNavUserExtras li.heading { 
	padding-left: 6px;
	background-image: none;
	background-color: #f0f8fe;
	color: #0057A5;
	font-weight: bold;
} 
#leftNavUserExtras * { font-weight: normal; }
#leftNavUserExtras a:link { color: #0057A5; }
#leftNavUserExtras a:visited {color: #0057A5 }
#leftNavUserExtras a:hover { color: #00a3e3; }

/* FIX TO PREVENT CASCADING FONT-SIZE REDUCTION IN NESTED LISTS */
#leftNavUserExtras ul li ul li {
	font-size: 1em;
}

#dateinput {
  text-align: left;
/*  margin-left: 5px;*/
/*  margin-right: 5px;*/
}

.form-row {
  margin: 5px 4px;
}

.form-row.no-bottom {
  margin-bottom: 0;
}

form input {
  vertical-align: middle;
  margin: 3px;
}

/* button spacing [KH] */
.date-btn {
  display: inline-block;
  width: 23.4%;
  color: #424242;
  font-size: 0.9em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.invis-elem {
  visibility: hidden;
}

#dateinput_hour {
  margin-left: 26px;
}

.date-ddmenu {
  width: 48px;
}

label.input-text {
  padding-left: 4px;
  color: #666;
  font-size: 0.9em;
  font-weight: 600;
}

/* utility classes */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.greyedout {
/*  background-color: white;*/
  filter:alpha(opacity=25); /* IE */
  opacity: 0.25; /* Safari, Opera */
  -moz-opacity:0.25; /* FireFox */
  z-index: 20;
/*  height: 100%;*/
/*  width: 100%;*/
  background-repeat:no-repeat;
  background-position:center;
  pointer-events: none;  
/*  position:absolute;*/
  top: 0px;
  left: 0px;
}

/* table struction in left panel */
table.input-table {
  width: 100%;  /* 200px; */
}

table.input-table td {
  width: 50%;
  padding: 0;
  padding-left: 5px;     /* space for radio + gap */
  text-indent: -5px;     /* pull first line back */
  text-align: left;
}
table.input-table2 td {
  text-align: left;
}
