#auto-refresh-timer {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 10px;
    padding: 4px 0 0 0;
}

#auto-refresh-button {
    cursor: pointer;
}

#manual-refresh-button {
    cursor: pointer;
    margin-left: 5px;
}

#manual-refresh-icon {
    background-image: url("/resources/assets/images/share/manual-refresh-btn.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 18px;
}

#refresh-controls-container {
    display: inline-block;
}

#refresh-buttons-container {
    display: inline-block;
}

#refresh-buttons-container button {
    background: -moz-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499BEA), color-stop(100%, #1C1ABA));
    background: -webkit-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: -o-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: -ms-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: linear-gradient(top bottom, #499BEA 0%, #1C1ABA 100%);
    background-color: #499BEA;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    height: 26px;
    padding: 0 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear:both;
    display:block;
}

.inline-input {
    margin-top: 5px;
}

/* Used for link at top of probability_information page */
.probability_link { font-size: 18px; }
#pData_link { margin: 10px; }

/* Styles jquery menu on probability_information page */
#menu {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
}

#menu ul { width: 324px; font-size: 12px; }

#prob_info {border: none; text-align: center;}

.prob_menu_item{
        background: none !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom:  dotted 1px #bbb;
        text-align: left;
        padding: 5px 5px 7px 5px !important;
        margin: 0px !important;
        width: auto !important;
}

.prob_menu_item a:hover, .prob_menu_item .ui-state-focus {
    color: #EC7A08 ! important;
}

.prob_main_link {
        margin: 0px !important;
        padding: 0 !important;
        background: none !important;
        border: none !important;
        text-decoration: none;
}

.prob_main_link {
    font-size: 12px !important;
    font-family: Arial, Helvetica, San Serif;
    color: #0000FF !important;
}

.prob_main_link.ui-state-focus {
    color: #FF0000 !important;
    text-decoration: underline !important;
}

.prob_main_link span {
    display: none;
}

.prob_info {
        background: none !important;
        padding: 0px !important;
        border: none !important;
        text-decoration: none !important;
        line-height: 1.5 !important;
        margin: 0px !important;
}
.prob_info:hover { font-size: 12px; color: #EC7A08;}

#prob_info ul {
        background: #FFF;
        border-top: solid 3px #EC7A08;
        border-bottom: solid 3px #EC7A08;
        box-shadow: 0px 2px 5px #444444;
        -moz-box-shadow: 0px 2px 5px #444444;
        -webkit-box-shadow: 0px 2px 5px #444444;
        -o-box-shadow: 0px 2px 5px #444444;
        padding: 15px;
        width: 314px;
        z-index: 2000;
}

.bubble-content {
    text-align: center;
    padding: 10px;
    display: inline-block;
}

.hover-dialog {
    padding: 0 !important;
}

.hover-dialog .bubble-content {
    padding: 0;
}

.ui-dialog-no-padding {
    padding: 0;
}

.ui-dialog-no-title .ui-dialog-titlebar {
    display: none;
}

.ui-dialog-squared-edges {
    border-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -moz-top-right-radius: 0 !important;
    -moz-border-bottom-right-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -o-border-radius: 0 !important;
    -o-border-top-right-radius: 0 !important;
    -o-border-bottom-right-radius: 0 !important;
    -o-border-top-left-radius: 0 !important;
    -o-border-bottom-left-radius: 0 !important;
}

.bold {
	font-weight: bold;
}

/*Error Library Styling*/
.ons_error button
{
	border: 1px solid #cd0a0a;
	background-color: white;
	color: #cd0a0a;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ons_error_details
{
	display: none;
}

#menuitem A:link, .menuitem a:link {
color: white;
text-decoration: none;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

#menuitem A:Visited, .menuitem a:visited {
color: #FFFFFF;
}

A:Visited  {
color: #003399;
text-decoration: none;
}

#menuitem A:hover, .menuitem a:hover {
color : #F0E68C;
text-decoration : underline;
}

A:hover {
color : #FF0000;
text-decoration : underline;
}

h1 {
	font-size: 17pt;
	font-family: Arial, Helvetica, San Serif;
	margin-bottom: 2pt;
	margin-top: 2pt;
}
h2 {
	font-size : 15pt;
	font-family : Arial, Helvetica, San Serif;
	margin-bottom: 2pt;
	margin-top: 2pt;
}
h3 {
	font-size : 13pt;
	font-family : Arial, Helvetica, San Serif;
	margin-bottom: 2pt;
	margin-top: 2pt;
}

#local-forecast-search {
    margin-bottom: 10px;
}

#leftMenu .menuitem > *:not(.yellow) {
    margin-left: 8px;
}

.white  {
	font-size : 9pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Arial, Helvetica, San Serif;
}

.whitesmall  {
	font-size : 8.5pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Arial, Helvetica, San Serif;
	background-color:#DFE3FE
}

.yellow  {
	font-family : Arial, Helvetica, San Serif;
	font-size : 9pt;
	font-weight : bold;
	color : #F0E68C;
}

.searchinput, .searchinput SELECT, .searchinput INPUT  {
	font-size : 8pt;
}

td  {
	font-size : 9pt;
	font-family : Arial, Helvetica, San Serif;
}

.gray  {
	font-size : 8pt;
	color : #808080;
}

.nav  {
	font-size : 9pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Arial, Helvetica, San Serif;
}

.nwslink  {
	font-size : 9pt;
	color: Black;
	text-decoration: none;
	font-family : Arial, Helvetica, San Serif;
}

.smalllink  {
	font-size : 8pt;
	color: blue;
	text-decoration: none;
	font-family : Arial, Helvetica, San Serif;
}

.srhwhite  {
	font-size : 9pt;
	text-decoration: none;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Arial, Helvetica, San Serif;
}

.small {
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
.small a {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000FF;
}
.small a:visited {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000FF;
}
.small a:hover {
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
}
.zoom a {
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.zoom a:visited {
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.zoom a:hover {
	text-decoration: underline;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Gold;
}
.graybackground {
	background-color: #F5F5F5;
}

.source  {
	font-size: 14px;
	color: White;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.location  {
	font-size: 24px;
	color: White;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left_menu_shadow
{
-moz-box-shadow: 3px 3px 5px #555;
-o-box-shadow: 3px 3px 5px #555;
-webkit-box-shadow: 3px 3px 5px #555;
box-shadow: 3px 3px 5px #555;
}

.breadcrumb {
margin-left: -37px;
overflow: hidden;
font: 13px Helvetica, Arial, Sans-Serif;
list-style: none;
}
.breadcrumb_list {
margin-left: -37px;
overflow: hidden;
font: 13px Helvetica, Arial, Sans-Serif;
list-style: none;
}
.breadcrumb li {
float: left;
}
.breadcrumb_list li {
float: left;
}
#breadcrumb_home a {
font-size: 11px;
color: white;
text-decoration: none;
padding: 6px 0px 7px 13px;                  /* fallback color */
background: #191970;
position: relative;
display: block;
float: left;
}
#breadcrumb_home a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;           /* Gzo big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid #191970;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
#breadcrumb_home a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 3px;
left: 100%;
z-index: 1;
}
.breadcrumb_crumb a {
font-size: 11px;
color: white;
text-decoration: none;
padding: 7px 1px 6px 47px;                  /* fallback color */
background: #2D58E2;
position: relative;
display: block;
float: left;
}
.breadcrumb_crumb a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid #2D58E2;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
.breadcrumb_crumb a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 3px;
left: 100%;
z-index: 1;
}

#breadcrumb_end a {
font-size: 11px;
width: auto;
padding-left: 45px;
padding-bottom: 7px;
padding-top: 6px;
color: white;
text-decoration: none;
background: #9FB2FF;
position: relative;
display: inline-block;
}
#breadcrumb_end a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid #9FB2FF;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
#breadcrumb_end a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 3px;
left: 100%;
z-index: 1;
}
/*IE 8 ONLY STYLES. Hack Provided by http://css-tricks.com/how-to-create-an-ie-only-stylesheet/ - You're welcome. */
 /*BreadCrumb ID*/
#breadcrumb {
position: relative\0/;
z-index: 3\0/;
display: block\0/;
}
/*BreadCrumb END*/
#breadcrumb_end {
position: relative\0/;
z-index: 4\0/;
display: inline-block\0/;
}
/*BreadCrumb HOME*/
#breadcrumb_home {
position: relative\0/;
z-index: 6\0/;
display: inline-block\0/;
}

/*#breadcrumb_crumb {
position: relative\0/;
z-index: 7000\0/;
display: inline-block\0/;
}

.breadcrumb_end {
position: relative\0/;
z-index: 6000\0/;
display: inline-block\0/;
}

.breadcrumb_home {
position: relative\0/;
z-index: 8000\0/;
display: inline-block\0/;
}*/

.breadcrumb_crumb {
position: relative\0/;
z-index: 5\0/;
display: inline-block\0/;
}
.hydrograph_avail {
    margin-top: 05px;
    margin-bottom: 05px;
}
.gage_left {
display: inline-block;
width: 80px;
vertical-align: top;
}
.gage_right {
margin-left: 17px;
display: inline-block;
width: 166px;
vertical-align: top;
}
.hydro_name {
display: inline-block;
width: 23px;
}
.hydro_name_long {
display: inline-block;
width: 130px;
margin-left: -3px;
}
.left_img {
padding-right: 4px;
display: inline-block;
vertical-align: top;
}
.ahps_map_controls{
    display: inline-block;
    font-size: 15px;
}
.full_width {
    width: 100%;
}
.full_width #mySlider {
    text-align: center;
    width:
}
.radio_options {
    display: inline-block;
}
.full_width span {
    font-size: 15px;
    display: inline-block;
}
.radio_options span{
     display: inline-block;
}
.full_width .left_half {
    width: 31%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.full_width .right_half {
    width: 65%;
    height: auto;
    display: inline-block;
    text-align: right;
}
.gage_edit_triggers {
border-style: solid;
border-width: 1px;
border-color: #DCDCDC;
width: 813px;
margin-bottom: 10px;
}
.gage_edit_triggers h4 {
margin-top: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
background-color: rgb(10, 35, 144);
color: #fff;
font-size: 12px;
}
.about_inundation {
 margin-left:  25PX;
}

.gage_edit_triggers p {
    padding: 08px;
}
.footer_margin {
    margin-left: 25px;
}
#collab_toggle {
    margin-left: 25px;
}

.right_half .datePicker hasDatepicker {
	max_width:153px;
}
.gage_reliability {
	max-width: 75%;
}
.gage_hydronote {
	max-width: 75%;
}
.gage_wfoid {
	max-width: 75%;
}
.gage_proximity {
	max-width: 75%;
}
.gage_tz{
	max-width: 75%;
}
.gage_rfc {
	max-width: 75%;
}
.wfo_tz {
	max-width: 75%;
}
.gage_action_flow {
	max-width: 75%;
}
.gage_fs {
	max-width: 75%;
}
.gage_moderate_flow {
	max-width: 75%;
}
.gage_major_flow{
	max-width: 75%;
}
.gage_major_stage {
	max-width: 75%;
}
.gage_fcststatus{
	max-width: 75%;
}
.gage_ahps {
	max-width: 75%;
}
.gage_coeid {
	max-width: 75%;
}
.gage_coeurl {
	max-width: 75%;
}
.gage_usgsid{
	max-width: 75%;
}
.gage_infofile {
	max-width: 75%;
}
.gage_longitude {
	max-width: 75%;
}
.gage_hemisphere {
	max-width: 75%;
}
.gage_longitude {
	max-width: 75%;
}
.gage_inundation_disclaimer{
max-width: 75%;
}

/*Ahps2 River.php CSS*/
.river_body {
width: 900px;
padding: 15px;
margin-left:135px;
}
.black {
color: #000;
}
.bread_info{
display: inline-block;
}
.message_blue {
background-color: #d9edf7;
border-color: #bce8f1;
color: #003399;
padding: 10px;
display: inline-block;
margin-left: 43px;
}
#river_info_container{
background-color: #F2F2F2;
padding: 08px;
margin-bottom: 05px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 1px solid #74b2e2;
background: #adb5fd;
font-weight: bold;
color: #082290;
}

.yellow_warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
padding: 05px;
text-align: center;
}
.stage_stage_flow {
    display: inline-block;
}
.flood_stage_flow {
    margin-top: 6px;
    margin-right: 28px;
    display: inline-block;
}
.stage_n_flow {
margin-bottom: 05px;
text-align: center;
}
.current_warns_statmnts_ads {
    text-align: center;
    margin-bottom: 05px;
}
.move_right {
    margin-right: 05px;
}
.com_info {
    text-align: center;
    margin-bottom: 05px;
}
.hydro_map {
    text-align: center;
    padding-top: 05px;
    padding-bottom: 05px;
}
.google_map_river {
    margin-left: 182px;
    text-align: center;
    padding-top: 05px;
    padding-bottom: 05px;
}
.flood_impact_river {
    background-color: #F7F7F7;
    padding: 10px;
}
.flood_his_lwr {
    background-color: #E8E8E8;
    padding: 05px;
    margin-bottom: 05px;
    margin-top: 05px;
}
.box_square {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 10px;
}
.obs_fores {
    border: 1px solid;
    border-color: #D7D7D7;
    margin-bottom: 05px;
    margin-top: 05px;
}

.obs_fores h4 {
margin-top: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
background-color: rgb(10, 35, 144);
color: #fff;
font-size: 15px;
}

.box_rectangle {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 09px;
    border: 1px solid;
    border-color: #D7D7D7;
    margin-bottom: 15px;
}
.data_name {
    margin-top: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
background-color: rgb(10, 35, 144);
color: #fff;
font-size: 12px;
}
.legend_info {
    background-color: #EBEBEB;
    margin-bottom: 8px;
    margin-top: 8px;
}
.names_info {
    text-align: center;
    width: 32%;
    display: inline-block;
}
.names_infos {
    text-align: center;
    width: 32%;
    display: inline-block;
}
#ahpsMapContainer_new {
width: 860px;
display: inline-block;
clear: both;
}
#ahpsMapContainer_new_width {
width: 1000px;
display: inline-block;
clear: both;
}
.menuitem{
font-size: 10pt;
color: #FFFFFF;
font-weight: bold;
font-family: Arial, Helvetica, San Serif;
}
.small {
text-decoration: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
}
.jtooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px !important;
	width: 280px;
	font-style:italic;
	z-index: 100;
	font-family: arial, helvetica, sans-serif;
}


.utcbg {
    background: none repeat scroll 0 0 #07A1E7;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 8pt;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 5px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center !important;
    width: 120px;
}

#noaa_logo{
    display: inline-block;
    position: absolute;
    height: 55px;
    width: 55px;
    left: 5px;
    bottom: 5px;
    z-index: 30;
    opacity: .8;
    cursor: pointer;
}

#usgs_logo{
    display: inline-block;
    position: absolute;
    height: 35px;
    width: 95px;
    left: 62px;
    bottom: 5px;
    z-index: 30;
    opacity: .8;
    border:0;
    cursor: pointer;
}

.water_information{
	margin-left:140px;
}

#removeMarker{
	color:#0000ff;
}

.nwscms_box{
margin-left:141px;
margin-top:05px;
border-style: solid;
border-width: 1px;
border-color: #DCDCDC;
width: 813px;
margin-bottom: 10px;
}

.nwscms_box h4{
margin-top: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
background-color: rgb(10, 35, 144);
color: #fff;
font-size: 12px;
}

.padded{
	padding-top:0px;
	padding-left:09px;
	padding-right:09px;
	padding-bottom:09px;
}

.dijitTitlePaneTextNode{
	margin-top: -5px\0;
    vertical-align: top\9;
}
.claro .dijitTitlePaneTextNode{
	vertical-align: top\0 !important;
}
.claro .dijitInline{
	vertical-align: middle\0 !important;
	margin-top:05px\0 !important;
}
.sevenhundred_width {
	width:700px;
	display: inline-block;
	float:left;
}
.table {
    width: 860px;
    border: none;
    margin-top: 10px;
}
.map_nav {
	width: 292px; display: inline-block; float: right;
}

.bold_name{
	font-size:16px;
}
.ql_display{
	display: inline-block; padding-right:05px;
}
.hydro_link{
	text-align:center;
	color:blue;
	margin-bottom: 90px;
	margin-left: 53px;
}
.hydro_blue{
	color:#033;
}
span.close {
    position: absolute;
    top: -2.5em;
    left: -2.5em;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    background-color: #fff;
    cursor: pointer;
}

.nav_iframe {
}
.map_nav_dropdown {
	width:98%;
}

/*.min_height_tabs {
	min-height:500px;
}*/
.map_margin_left {
	margin-left: 251px;
}
.kml_dl_img {
	display:inline-block;
	width: 33px;
}
.gauge_loc{
	display:inline-block;
	width: 295px;
	text-align: center;
}
.disclaimer_link{
	display:inline-block;
	vertical-align: top;
	margin-top: 16px;
}
.disclaimer_txt{
	margin-top:02px;
}
.nav_bar{
	width: 278px;
	display: inline-block;
}
#resetView{
	position: absolute;
	z-index: 1;
	font-size: 12px;
	right: 10px;
	top: 40px;
	float: right;
	width: 120px;
	padding: 4px;
}

.switch_button{
	z-index: 2 !important;
	position: absolute;
	right: 10px;
	top: 10px;
    max-width: 97%;
}
.esriControlsBR{
	z-index: 1 !important;
}
.zoom_indicator{
    margin-left: 340px;
	margin-top:15px;
}
.contentPane .tabs {
	width: 535px !important;
	overflow: hidden;
	min-height: 475px;
}

.marker_tooltip{
	padding: 3px;
	background-color:  #444444;
	color:  white;
	font-size: small;
}

.noaa_watermark {
	background-image:  url(/images/noaa_logo_10opac.png) !important;
	background-repeat: no-repeat !important;
	background-position: 102px 58px !important;
}

.centered {
	text-align: center;
	width: 100%;
}
.titlePane{
	height:  20px;
}
.titleButton.maximize{
	width: 0px !important;
	height: 0px !important;
}
.esriPopup .titleButton.maximize {
	margin-right:6px !important;
}
.esriPopup .titleButton.close{
	margin-right:6px !important;
}
.esriPopup .contentPane {
	max-height: 500px !important;
	overflow:hidden !important;
	padding: 0px 0px 0px 0px !important;
}
.sizer {
	width: 540px;
}
.actionsPane{
	background-color: #FCFDFD !important;
}


.min_height_tabs{
	margin: -7px 0px -98px -1px !important;
}
.hydro_blue{
	font-size: 12px !important;
}

.print_how_to_link{
	width:92px;
	display:inline-block;
	white-space: nowrap;
	text-align: right;
	text-indent: -80px;
}
.esriScalebar{
	margin-left: 110px;
	bottom: 5px;
}
.esriBasemapGalleryThumbnail{
	opacity:.8;
}
.esriBasemapGalleryThumbnail:hover{
	opacity:1;
}
.download_subtitles{
	margin: 0px;
}
.download_list_item{
	list-style: none;
}

.nat_other_links{
	margin: 0px 0px 7px 1px;
}

.progress-bar.ui-progressbar{
    position: relative;
    background: #EEE;
    border: 1px solid #CCC;
}

.progress-bar .ui-progressbar-value{
    background: #30a4f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #30a4f2 0%, #2c93e8 50%, #2b7fe5 54%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30a4f2), color-stop(50%,#2c93e8), color-stop(54%,#2b7fe5), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #30a4f2 0%,#2c93e8 50%,#2b7fe5 54%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #30a4f2 0%,#2c93e8 50%,#2b7fe5 54%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #30a4f2 0%,#2c93e8 50%,#2b7fe5 54%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #30a4f2 0%,#2c93e8 50%,#2b7fe5 54%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a4f2', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.progress-bar {
    position: relative;
}

.progress-bar.ui-state-disabled:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #999;
    z-index: 11;
}

.progress-bar.ui-progressbar-indeterminate {
    background-color: #8899AA;
}

.progress-bar-label {
    padding: 1px 3px;
    position: absolute;
    top: 3px; left: 40%; right: 40%;
    z-index: 10;
    display: none;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.notification_dialog.ui-dialog .ui-dialog-titlebar-close span {
    margin-left: -8px !important;
    margin-top: -8px !important;
}

.masterTooltip {
    cursor: default;
}

#map-help-container h4 {
    color: #FFFFFF;
    font-size: medium;
}

#map-help-container .list-title {
    margin: 0 0 5px;
}

#map-help-container ul {
    color: #FFFFFF;
    padding-left: 1.5em;
    margin: 0;
}

#ios-map-trouble {
    position: fixed;
    top: 15px;
    left: 5%;
    right: 5%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0;
    z-index: 100;
}

#ios-map-trouble p {
    margin: 5px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 15px;
}

.alert-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 6px;
    border-radius: 3px;
    border: 1px solid #faebcc;
    background-color: #fdf9f4;
}

.mobile-dialog, .mobile-dialog .ui-dialog-titlebar {
    font-size: 1.5em;
    line-height: 1.5em;
}

.custom-dialog {
	padding: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	z-index: 9999;
    font-size: 14px;
}

.custom-dialog .ui-dialog-titlebar {
	width: auto;
	border: 1px solid white;
	border-radius: 0 !important;
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #1c1aba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#1c1aba));
	background: -webkit-linear-gradient(top,  #499bea 0%,#1c1aba 100%);
	background: -o-linear-gradient(top,  #499bea 0%,#1c1aba 100%);
	background: -ms-linear-gradient(top,  #499bea 0%,#1c1aba 100%);
	background: linear-gradient(to bottom,  #499bea 0%,#1c1aba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1c1aba',GradientType=0 );
}

.custom-dialog .ui-dialog-titlebar button {
	display: none;
}

/* ----- ESRI Basemap CSS ----- */
.esriBasemapGallery {
    width: auto;
    overflow-y: auto;
}

.esriBasemapGalleryNode {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 8px 0;
    padding: 0 10px 0 0;
}

.esriBasemapGalleryNode a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    height: 35px;
}

.esriBasemapGalleryThumbnail {
    height: 30px;
    width: auto;
}

.esriBasemapGalleryLabelContainer {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* ----- ESRI Search Module ----- */

.custom-dialog .ui-dialog-buttonpane {
    border: none;
    background: none;
}

.arcgisSearch {
    float: right;
}

.arcgisSearch .searchBtn {
    height:  10px;
    width: 10px;
    background-color: #2D58E2;
}

.arcgisSearch .searchGroup .searchInput {
    height:  10px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.arcgisSearch .searchIcon {
  font-size: 13px;
  width: 12px;
  line-height: 12px;
  height: 10px;
  color: black;
}

.arcgisSearch .searchBtn .searchIcon {
  font-size: 13px;
  width: 12px;
  line-height: 12px;
  height: 10px;
  color: white;
}

.arcgisSearch .searchBtn:hover,
.arcgisSearch .searchBtn:active,
.arcgisSearch .searchBtn:focus {
    background-color: #2649BB;
}


.arcgisSearch .searchClear {
  top: 7px;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}

.arcgisSearch .noResultsSearch {
    display: block;
}

.geocode-results-list {
    padding: 0 16px;
    list-style: inherit;
}

.geocode-result {
    color: #0000FF !important;
}

.hydrograph-caution {
	margin: 4px;
    color: red;
    text-align: center;
}
