/*****************************************************************************/
/* wxdash.css
/*
/* master stylesheet for WxDash Web site; includes style common to all site 
/*   pages; special purpose pages supplement these settings by including the 
/*   appropriate secondary stylesheet files
/*
/* Written 9/1/2021, L.Pritchett, Cliffson Solutions, LLC
/* Revised 3/11/2022, L.Pritchett
/*****************************************************************************/

/*===========================================================================*/
/* external fonts
/*===========================================================================*/

@import url('Fonts/genericons/genericons.css');

@font-face
{
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url(/Styles/Fonts/Courgette/courgette-v4-latin-regular.woff) format('woff');
}


@font-face
{
  font-family: 'EagleLake';
  font-style: normal;
  font-weight: 400;
  src: url(/Styles/Fonts/EagleLake/eagle-lake-v4-latin-regular.woff) format('woff');
}


@font-face
{
  font-family: 'LucidaCallig';
  font-style: normal;
  font-weight: 400;
  src: url(/Styles/Fonts/LucidaCallig/lucida-callig.woff) format('woff');
}


@font-face
{
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url(/Styles/Fonts/OpenSans/open-sans-v13-latin-regular.woff) format('woff');
}


@font-face
{
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url(Fonts/Oxygen/oxygen-v5-latin-regular.woff) format('woff');
}


@font-face
{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/Styles/Fonts/Raleway/raleway-v10-latin-regular.woff) format('woff');
}


/*===========================================================================*/
/* global settings                                                           */
/*===========================================================================*/


html
{
  /* Always show Safari scrollbar */

  margin-bottom: 1px;
  height: auto;
}


body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
}


a,
span.link
{
  text-decoration: none;
  color: #b72a3f;
  font-weight: bold;
}


a:hover
{
  color: #d94c5f;
}


span.link:hover
{
  color: #d94c5f;
  cursor: pointer;
}


a:active
{
  color: #0099ff;
}


a:focus
{
  /* Remove link outlines */

  outline: none;
}


a img
{
  /* IE needs to be told specifically not to put borders on linked images */

  border: none;
}


h1,h2,h3,h4,h5,h6
{
  text-align: left;
}


/*===========================================================================*/
/* overall page contents                                                     */
/*===========================================================================*/

.box_page,
.box_page_content
{
  /* the portion of the page with content (as opposed to the entire browser  */
  /*   page): box_page_content contains header, content, and footer elements;*/
  /*   box_page contains both box_page_content as well as pseudo-pop-up      */
  /*   windows; even though the two boxes overlap exactly, they are distinct */
  /*   so lightbox effects with the pop-up windows work properly             */

  margin: 0px auto;
  padding: 0px;
  min-width: 1220px;
  position: relative;
  background-color: #2a2d33;
  text-align: left;
}


/*===========================================================================*/
/* header, including banner & logo                                           */
/*===========================================================================*/

.box_header
{
  /* header container, includes banner graphic and banner title */

  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 70px;
  position: relative;
  color: #2a2f43;
  background-color: #ffffff;
  clear: both;
}


.box_header .box_logo
{
  padding: 10px 0px 0px 15px;
  width: 295px;
  height: 50px;
  float: left;
}


.box_header .box_logo:hover
{
  cursor: pointer;
}


.box_header .box_feature
{
  padding: 35px 0px 0px 25px;
  width: 750px;
  float: left;
  text-align: left;
  font-family: Oxygen;
  font-size: 30px;
  font-weight: bold;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* testbed indicator                                                         */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_header .box_testbed
{
  padding-top: 10px;
  position: absolute;
  top: 10px;
  left: 590px;
  width: 150px;
  height: 22px;
  color: #cc0000;
  background-color: #ffff00;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  border: 1px solid #cc0000;
  z-index: 500;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* user identification
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_header .box_user
{
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 90px;
  top: 10px;
  width: 400px;
  height: 25px;
  text-align: right;
  color: #000000;
}


.box_header .box_user span.id
{
  font-size: 14px;
  font-weight: bold;
}


.box_header .box_user_icon 
{
  padding-left: 20px;
  width: 46px;
  position: absolute;
  right: 40px;
  top: 10px;
  width: 28px;
  height: 26px;
}


.box_header .box_user_icon img.exit
{
  vertical-align: top;
}


.box_header .box_user_icon img.acct_opts
{
  margin-top: -2px;
}


.box_header .box_user_icon img.exit:hover
{
  cursor: pointer;
  background-color: #96defc;
}


.box_header .box_user_icon .box_acct_menu
{
  padding: 12px;
  width: 150px;
  position: absolute;
  right: -10px;
  top: 25px;
  display: none;
  background-color: #353942;

  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  z-index: 100;
}


.box_header .box_user_icon:hover .box_acct_menu
{
  display: block;
}


.box_header .box_user_icon .box_acct_menu span.link
{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
}


.box_header .box_user_icon .box_acct_menu span.link:hover
{
  color: #a6192e;
  cursor: pointer;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* admin links
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_header .box_links
{
  margin: 0px;
  padding: 0px 50px 0px 0px;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 400px;
  height: 25px;
  color: #000000;
  text-align: right;
  text-transform: uppercase;
}


.box_header .box_links span.link_selected
{
  padding: 3px 5px 3px 5px;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


/*===========================================================================*/
/* actual page contents, between header and footer                           */
/*===========================================================================*/

.box_content
{
  margin: 0px auto 0px auto;
  padding-top: 35px;
  width: 1280px;
  position: relative;
  overflow: hidden;
  clear: both;
}


.box_content .box_nav
{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  width: 230px;
  float: left;
  color: #ffffff;
}


.box_content .box_nav ul
{
  margin-top: 0px;
  padding: 0px;
  list-style-type: none;
  background-color: #353942;
  border: 1px solid #2a2d33;
}


.box_content .box_nav li
{
  margin: 0px;
  padding: 15px 0px 15px 45px;
  text-transform: uppercase;
}


.box_content .box_nav li:hover
{
  color: #a6192e;
  cursor: pointer;
}


.box_content .box_nav li.selected
{
  background-color: #adadad;
}


.box_content .box_content_pane
{
  padding: 0px 20px 0px 20px;
  width: 990px;
  max-width: 990px;
  float: left;
  color: #ffffff;
  font-family: OpenSans,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.7em;
}


.box_content .box_content_pane h3
{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
}


.box_content .box_content_pane h4
{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  text-align: center;
}


.box_content .box_content_pane a,
.box_content .box_content_pane span.link
{
  font-size: 15px;
}


.box_content .box_content_pane p
{
  margin: 0px 0px 10px 0px;
  padding: 10px 20px 10px 20px;
  text-align: justify;
}


.box_content .box_content_pane p.nav
{
  padding-left: 0px;
}


.box_content .box_content_pane p.nav:hover
{
  cursor: pointer;
}


.box_content .box_content_pane .box_spinner
{
  padding: 35px 0px 0px 150px;
  display: none;
}


.box_content .box_content_pane .box_results_msg
{
  margin-left: 150px;
  display: none;
  font-size: 18px;
  text-align: left;
}


.box_content .box_content_pane .box_results_msg span.confirm
{
  padding: 5px 9px 5px 9px;
  display: none;
  color: #007700;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_results_msg span.err
{
  padding: 5px 9px 5px 9px;
  display: none;
  color: #ffff00;
  background-color: #cc0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_results_msg button
{
  padding: 9px;
  width: 100px;
  color: #ca0202;
  font-size: 16px;
  background-color: #2a2d33;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_results_msg button:hover
{
  background-color: #353942;
  border: 1px solid #96defc;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: policies
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_revisions
{
  font-size: 12px;
  font-style: italic;
  line-height: 1.2em;
}


.box_content .box_contact
{
  margin: 15px 0px 5px 50px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: std & admin login pages
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_content_pane input.login
{
  padding: 9px;
  width: 100px;
  color: #ffffff;
  background-color: #2a2d33;
  font-size: 16px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane input.login:focus
{
  color: #ffffff;
  background-color: #353942;
  border: 1px solid #96defc;
}


.box_content .box_content_pane button.login
{
  padding: 9px;
  width: 100px;
  color: #ca0202;
  font-size: 16px;
  background-color: #2a2d33;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane button.login:hover
{
  background-color: #353942;
  border: 1px solid #96defc;
}


.box_content .box_content_pane button.login:disabled
{
  color: #777777;
}


.box_content .box_content_pane .box_pw_reset
{
  display: none;
}


.box_content .box_content_pane .box_pw_reset p.confirm_msg
{
  padding: 7px 9px 7px 9px;
  display: none;
  color: #007700;
  background-color: #eeeeee;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


.box_content .box_content_pane .box_pw_reset p.err_msg
{
  padding: 7px 9px 7px 9px;
  display: none;
  color: #770000;
  background-color: #ffff99;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


.box_content .box_content_pane .box_pw_reset p.err_msg a
{
  font-size: 18px;
}


.box_content .box_content_pane .box_pw_reset button
{
  margin-left: 250px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: dashboard
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_content_pane .box_overview
{
  max-width: 990px;
  height: 390px;
  background-image: url(/Graphics/Misc/dash_bg.jpg);
  background-repeat: no-repeat;
}


.box_content .box_content_pane .box_overview .box_recomms
{
  padding: 20px;
  width: 40%;
  height: 350px;
  float: left;
  background-color: #333333b3;
}


.box_content .box_content_pane .box_overview .box_recomms h2
{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}


.box_content .box_content_pane .box_overview .box_recomms h4
{
  text-align: left;
  font-weight: bold;
}


.box_content .box_content_pane .box_overview .box_recomms p.recomm
{
  margin-left: 25px;
  padding: 0px;
  font-weight: bold;
}


.box_content .box_content_pane .box_overview .box_recomms p.recomm span
{
  padding: 2px 10px 2px 10px;
  background-color: #222222;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_overview .box_recomms p.ok
{
  color: #74f84b;
}


.box_content .box_content_pane .box_overview .box_recomms p.low
{
  color: #f2ff06;
}


.box_content .box_content_pane .box_overview .box_recomms p.moderate
{
  color: #f2c042;
}


.box_content .box_content_pane .box_overview .box_recomms p.high
{
  color: #ff2626;
}


.box_content .box_content_pane .box_overview .box_recomms p.extreme
{
  color: #d444e1;
}


.box_content .box_content_pane .box_overview .box_recomms .box_signal
{
  padding: 10px 30px 0px 0px;
  width: 130px;
  float: left;
  text-align: center;
}


.box_content .box_content_pane .box_overview .box_glance
{
  padding: 20px;
  width: 50%;
  height: 350px;
  float: left;
}


.box_content .box_content_pane .box_overview .box_glance h2
{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}


.box_content .box_content_pane .box_overview .box_glance h3
{
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  text-transform: uppercase;
  text-align: center;
}


.box_content .box_content_pane .box_overview .box_glance h3.ok
{
  color: #74f84b;
}


.box_content .box_content_pane .box_overview .box_glance h3.low
{
  color: #f2ff06;
}


.box_content .box_content_pane .box_overview .box_glance h3.moderate
{
  color: #f2c042;
}


.box_content .box_content_pane .box_overview .box_glance h3.high
{
  color: #ff2626;
}


.box_content .box_content_pane .box_overview .box_glance h3.extreme
{
  color: #d444e1;
}


.box_content .box_content_pane .box_overview .box_glance h4
{
  text-align: left;
  font-weight: bold;
}


.box_content .box_content_pane .box_overview .box_glance p
{
  margin-left: 25px;
  padding: 0px;
  font-weight: bold;
}


.box_content .box_content_pane .box_overview .box_glance p span
{
  padding: 2px 10px 2px 10px;
  background-color: #333333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_daily_forecast
{
  margin: 15px auto 0px auto;
  width: 930px;
  position: relative;
  overflow: hidden;
}


.box_content .box_content_pane .box_daily
{
  margin-right: 10px;
  padding: 0px;
  width: 151px;
  float: left;
}


.box_content .box_content_pane .box_daily h4
{
  margin: 0px;
  padding: 0px 10px 10px 0px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}


.box_content .box_content_pane .box_daily .box_daily_status
{
  padding: 20px 0px 20px 0px;
  width: 130px;
  float: left;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_daily .box_daily_status_ok
{
  border: 5px solid #74f84b;
}


.box_content .box_content_pane .box_daily .box_daily_status_low
{
  border: 5px solid #f2ff06;
}


.box_content .box_content_pane .box_daily .box_daily_status_moderate
{
  border: 5px solid #f2c042;
}


.box_content .box_content_pane .box_daily .box_daily_status_high
{
  border: 5px solid #ff2626;
}


.box_content .box_content_pane .box_daily .box_daily_status_extreme
{
  border: 5px solid #d444e1;
}


.box_content .box_content_pane .box_daily_legend
{
  margin-top: 15px;
  margin-right: 0px;
  padding: 0px;
  width: 120px;
  float: left;
  text-align: right;
}


/*--------------------------------------------------------------*/
/* thumbnails at bottom of dashboard page
/*--------------------------------------------------------------*/

.box_content .box_content_pane .box_graph_prods
{
  margin: 15px auto 25px auto;
  width: 930px;
  position: relative;
  overflow: hidden;
}


.box_content .box_content_pane .box_graph_prods .box_graph_opt
{
  margin: 0px 20px 0px 0px;
  width: 290px;
  float: left;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane .box_graph_prods .box_graph_opt img
{
  width: 295px;

  /* force height to zone img so all the thmbs are consistent */

  height: 229px;
}


.box_content .box_content_pane .box_graph_prods .box_graph_opt img:hover
{
  cursor: pointer;
}


.box_content .box_content_pane .box_graph_prods .box_graph_opt p
{
  margin: 0px;
  color: #ffffff;
  background-color: #a6192e;
  text-align: center;
}


/*--------------------------------------------------------------*/
/* special formatting for dynamically created zones thumbnail
/*--------------------------------------------------------------*/


.box_content .box_content_pane .box_graph_opt .zone_img_wrapper
{
  margin: 0px auto 0px auto;
  width: 295px;
  overflow: hidden;
  position: relative;
}


.box_content .box_content_pane .box_graph_opt .zone_img_wrapper img
{
  width: 295px; 
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg
{
  width: 295px;
  height: 229px;
  position: absolute;
  left: 0px;
  top: 0px;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg:hover
{
  cursor: pointer;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg svg
{
  width: 295px;
  height: 229px;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg svg text
{
  fill: #333333;
  stroke: #333333;
  font-size: 6px;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg polygon
{
  stroke-width: 1px;
  opacity: 0.9;
  fill-opacity: 0.5;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg polygon.ok
{
  fill: #74f84b;
  stroke: #a7fb7e;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg polygon.low
{
  fill: #f2ff06;
  stroke: #f5ff39;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg polygon.moderate
{
  fill: #f2c042;
  stroke: #f5f375;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg polygon.high
{
  fill: #ff2626;
  stroke: #ff5959;
}


.box_content .box_content_pane .box_graph_opt .box_zone_svg polygon.extreme
{
  fill: #d444e1;
  stroke: #f777f4;
}


/*--------------------------------------------------------------*/
/* special formatting for dynamically created tabular thumbnail */
/*--------------------------------------------------------------*/

.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper
{
  margin: 0px auto 0px auto;
  width: 295px;
  height: 229px;
  overflow: hidden;
  position: relative;
  text-align: center;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper:hover
{
  cursor: pointer;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper table
{
  margin-left: -4px;
  width: 100%;
  border-collapse: collapse;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper th,
.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper td
{
  padding: 2px 0px 2px 0px;
  font-size: 4px;
  line-height: 6px;
  border: 1px solid #ffffff;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper th.date
{
  font-size: 7px;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper td.ok
{
  background-color: #74f84b;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper td.low
{
  background-color: #f2ff06;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper td.moderate
{
  background-color: #f2c042;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper td.high
{
  background-color: #ff2626;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper td.extreme
{
  background-color: #d444e1;
}


.box_content .box_content_pane .box_graph_opt .box_tablr_wrapper img
{
  width: 265px;
  height: 46px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: animations
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_content_pane .box_forecast_opts
{
  margin: 20px 0px 15px 20px;
  padding: 0px;
  width: 698px;
  overflow: hidden;
  color: #ffffff;
  background-color: #353942;
}


.box_content .box_content_pane .box_forecast_opts .box_opt
{
  margin: 0px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}


.box_content .box_content_pane .box_forecast_opts .box_opt:hover
{
  color: #a6192e;
  cursor: pointer;
}


.box_content .box_content_pane .box_forecast_opts .selected
{
  background-color: #adadad;
}


.box_forecast_view
{
  margin: 25px 0px 30px 20px;
  width: 900px;
  text-align: center;
}


.box_forecast_view .forecast_img_wrapper
{
  overflow: hidden;
  border: 1px solid black;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
}


.box_forecast_view .forecast_img_wrapper img
{
  width: 900px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: zones
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_forecast_view .zone_img_wrapper
{
  margin: 0px auto 0px auto;
  width: 700px;
  overflow: hidden;
  position: relative;
  border: 1px solid black;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
}


.box_forecast_view .zone_img_wrapper img
{
  width: 700px; 
}


.box_forecast_view .box_zone_svg
{
  width: 700px;
  height: 543px;
  position: absolute;
  left: 0px;
  top: 0px;
}


.box_forecast_view .box_zone_svg svg
{
  width: 700px;
  height: 543px;
}


.box_forecast_view .box_zone_svg svg text
{
  fill: #333333;
  stroke: #333333;
  font-size: 14px;
}


.box_forecast_view .box_zone_svg polygon
{
  stroke-width: 2px;
  opacity: 0.9;
  fill-opacity: 0.5;
}


.box_forecast_view .box_zone_svg polygon.ok
{
  fill: #74f84b;
  stroke: #a7fb7e;
}


.box_forecast_view .box_zone_svg polygon.low
{
  fill: #f2ff06;
  stroke: #f5ff39;
}


.box_forecast_view .box_zone_svg polygon.moderate
{
  fill: #f2c042;
  stroke: #f5f375;
}


.box_forecast_view .box_zone_svg polygon.high
{
  fill: #ff2626;
  stroke: #ff5959;
}


.box_forecast_view .box_zone_svg polygon.extreme
{
  fill: #d444e1;
  stroke: #f777f4;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: tabular summary
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_forecast_view table
{
  width: 100%;
  border-collapse: collapse;
}


.box_forecast_view table th,
.box_forecast_view table td
{
  padding: 7px 0px 7px 0px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ffffff;
}


.box_forecast_view table th.date
{
  font-size: 16px;
}


.box_forecast_view table td.ok
{
  background-color: #74f84b;
}


.box_forecast_view table td.low
{
  background-color: #f2ff06;
}


.box_forecast_view table td.moderate
{
  background-color: #f2c042;
}


.box_forecast_view table td.high
{
  background-color: #ff2626;
}


.box_forecast_view table td.extreme
{
  background-color: #d444e1;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: webcams
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_content_pane .box_webcam_opts
{
  margin: 20px 0px 45px 20px;
  padding: 0px;
  width: 238px;
  overflow: hidden;
  color: #ffffff;
  background-color: #353942;
}


.box_content .box_content_pane .box_webcam_opts .box_opt
{
  margin: 0px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}


.box_content .box_content_pane .box_webcam_opts .box_opt:hover
{
  color: #a6192e;
  cursor: pointer;
}


.box_content .box_content_pane .box_webcam_opts .selected
{
  background-color: #adadad;
}


.box_content .box_content_pane .box_webcams
{
  margin: 25px 0px 30px 20px;
  width: 900px;
  position: relative;
  text-align: center;
}


.box_content .box_content_pane .box_webcams h3
{
  padding-bottom: 20px;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
}


.box_content .box_content_pane .box_webcams .box_webcams_row
{
  position: relative;
  overflow: hidden; 
}


.box_content .box_content_pane .box_webcams .box_webcams_row .box_webcam_img
{
  width: 300px;
  float: left;
}


.box_content .box_content_pane .box_webcams .box_webcams_row .box_webcam_img img
{
  width: 300px;
}


.box_content .box_content_pane .box_webcams .box_webcams_row .box_webcam_img p
{
  padding: 5px;
  color: #ffffff;
  background-color: #a6192e;
  text-align: center;
  text-transform: uppercase;
}


.box_content .box_content_pane .box_webcams .box_refresh_wrapper
{
  margin: -40px 120px 20px 540px;
  width: 275px;
  height: 20px;
  overflow: hidden;
  text-align: left;
}


.box_content .box_content_pane .box_webcams .box_refresh
{
  margin: 7px 0px 0px 10px;
  padding: 0px;
  width: 170px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background-color:#353942;
}


.box_content .box_content_pane .box_webcams .box_refresh_ptr
{
  margin: 0px;
  width: 1px;
  height: 10px;
  background-color: #009900;
}


.box_content .box_content_pane .box_webcams .box_tooltip
{
  padding-top: 10px;
  width: 250px;
  height: 100px;
  position: absolute;
  left: 477px;
  top: 382px;
  display: none;
  background-color: none;
  text-align: left;

  z-index:100;
}


.box_content .box_content_pane .box_webcams .box_tooltip .box_text
{
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
  width: 230px;
  height: 75px;
  color: #555555;
  background-color: #ffffff;
  text-align: center;

  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 3px 3px 7px #000000;
}


.box_content .box_content_pane .box_webcams .box_tooltip .box_text h4
{
  margin-top: 5px;
  color: #555555;
  font-size: 16px;
}


.box_content .box_content_pane .box_webcams .box_tooltip .box_text h5
{
  margin: 0px;
  text-align: center;
  font-size: 14px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: admin login
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_content_pane table.login
{
  border-collapse: collapse;
}


.box_content .box_content_pane table.login td
{
  padding: 5px 7px 5px 7px;
}


.box_content .box_content_pane table.login td.label
{
  text-align: right;
}


.box_content .box_content_pane table.login td.val
{
  text-align: left;
}


.box_content .box_content_pane table.login td.val .box_err_msg
{
  margin-left: 5px;
  padding: 5px 7px 5px 7px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}


.box_content .box_content_pane table.login td.val .box_pw_err_msg
{
  margin-left: 15px;
  display: inline-block;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
}


.box_content .box_content_pane table.login td.val div.box_err_msg,
.box_content .box_content_pane table.login td.val div.box_pw_err_msg span
{
  padding: 3px 7px 3px 7px;
  color: #cc0000;
  background-color: #ffff99;
  border: 1px solid #ffff99;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane table.login td.val div.box_pw_err_msg span
{
  display: none;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific page layout: individual acct mgt
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_content .box_content_pane table.acct_mgt
{
  width: 750px;
  border-collapse: collapse;
}


.box_content .box_content_pane table.acct_mgt td
{
  padding: 7px 9px 7px 9px;
}


.box_content .box_content_pane table.acct_mgt td button
{
  padding: 7px 9px 7px 9px;
  color: #ffffff;
  background-color: #353942;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane table.acct_mgt td.label
{
  padding-top: 12px;
  text-align: right;
  vertical-align: top;
}


.box_content .box_content_pane table.acct_mgt td.value
{
  text-align: left;
}


.box_content .box_content_pane table.acct_mgt td.value input
{
  padding: 5px 7px 5px 7px;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_content .box_content_pane table.acct_mgt td.value input:disabled
{
  color: #888888;
  background-color: #cccccc;
}


.box_content .box_content_pane table.acct_mgt td.value input.val_err
{
  background-color: #ccb7b7;
}


.box_content .box_content_pane table.acct_mgt td.button
{
  padding: 35px 0px 0px 125px;
}


.box_content .box_content_pane table.acct_mgt td.button button:hover
{
  color: #a6192e;
  cursor: pointer;
}


.box_content .box_content_pane table.acct_mgt td.button button:disabled
{
  color: #777777;
}


.box_content .box_content_pane table.acct_mgt td.button span.acct_err_msg
{
  padding: 5px 7px 5px 7px;
  display: none;
  color: #ffff00;
  background-color: #cc0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


/*===========================================================================*/
/* page footer                                                               */
/*===========================================================================*/

.box_footer
{
  padding: 20px 40px 20px 40px;
  height: 85px;
  overflow: hidden;
  color: #f4f7f9;
  background-color: #2a2d33;
  font-family: OpenSans,sans-serif;
  font-size: 12px;
}


.box_footer .box_logo,
.box_footer .box_logo img
{
  margin: 0px;
  padding: 0px;
  width: 150px;
  height: 85px;  
  float: left;
}


.box_footer .box_logo:hover
{
  cursor: pointer;
}


.box_footer .box_copyright
{
  /* container for copyright statement; intended to be located inside */
  /*   box_footer                                                     */

  margin: 0px;
  padding: 25px 0px 0px 55px;
  width: 425px;
  float: left;
  font-size: 14px;
  line-height: 1.5em;
}


.box_footer .box_copyright span.copyright
{
  font-size: 16px;
}


.box_footer .box_links
{
  margin: 0px;
  padding: 65px 0px 0px 0px;
  float: right;
  width: 380px;
  text-align: left;
}


.box_footer .box_links a
{
  font-size: 14px;
  font-weight: normal;
  color: #b72a3f;
}


.box_footer .box_links a:hover
{
  color: #d94c5f;
}


.box_footer .box_links .box_totop_wrapper
{
  display: inline-block;
}


.box_footer .box_links .box_totop_wrapper .genericon-top,
.box_footer .box_links .box_totop_wrapper span.to_top
{
  color: #b72a3f;
  font-size: 14px;
}


.box_footer .box_links .box_totop_wrapper .genericon-top
{
  font-size: 18px;
}


.box_footer .box_links .box_totop_wrapper:hover .genericon-top,
.box_footer .box_links .box_totop_wrapper:hover .to_top
{
  color: #d94c5f;
  cursor: pointer;
}


/*===========================================================================*/
/* special purpose fonts                                                     */
/*===========================================================================*/

.font_err
{
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}

.font_reqd
{
  /* font for asterisk indicating a required form element; intended */
  /*   to be used in a "span" tag                                   */

  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}

.font_confirm
{
  /* font used for confirmation msgs; intended for use in "span" or "p" */

  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #009900;
  text-align: center;
}


/*===========================================================================*/
/* pseudo-pop-up subwindow for single camera view; we call this something
/*   other than "subwin" to avoid messing up admin styles with that name
/*===========================================================================*/

.box_cam_view
{
  padding: 25px 25px 25px 35px;
  position: absolute;
  left: 125px;
  top: 0px;
  width: 550px;
  color: #ffffff;
  background-color: #353942;
  display: none;
  border-radius: 10px;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;

  border: 2px solid #000000;
  box-shadow: 0px 0px 7px #73060b;
}


.box_cam_view .box_corner_close
{
  padding: 4px 3px 3px 3px;
  float: right;
  width: 10px;
  text-align: center;
  line-height: 1.0em;
  color: #ca0202;
  background-color: #2a2d33;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_cam_view .box_corner_close:hover
{
  color: #990000;
  background-color: #353942;
  cursor: pointer;
  border: 1px solid #96defc;
}


.box_cam_view h2
{
  line-height: 1.3em;
  text-align: left;
}


.box_cam_view .box_refresh_wrapper
{
  margin: -40px 120px 20px 270px;
  width: 275px;
  height: 20px;
  overflow: hidden;
  text-align: left;
}


.box_cam_view .box_refresh
{
  margin: 7px 0px 0px 10px;
  padding: 0px;
  width: 170px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background-color: #242731;
}


.box_cam_view .box_refresh_ptr
{
  margin: 0px;
  width: 1px;
  height: 10px;
  background-color: #009900;
}


.box_cam_view .box_img_wrapper
{
  text-align: center;
}


.box_cam_view .box_button
{
  margin-top: 25px;
  text-align: center;
}


.box_cam_view .box_button button
{
  margin: 0px 0px 10px 10px;
  padding: 7px 9px 7px 9px;
  color: #ca0202;
  background-color: #2a2d33;
  font-size: 16px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.box_cam_view .box_button button:hover
{
  background-color: #353942;
  border: 1px solid #96defc;
  cursor: pointer;
}


