/* Diagrams */
.diagram-container {
  position: relative;
  float: left;
  margin-right: 1em; }

.diagram-sensor {
  border: 1px solid #222;
  background: #eee url("/stylesheets/icons/bullet_green_big.png") no-repeat scroll left 50%;
  padding: 1px 5px 1px 16px;
  margin: 0 0 5px 0;
  font-family: Arial, Sans-serif;
  line-height: 14px;
  font-size: 10px;
  z-index: 10; }

.diagram-teacup-text {
  border: 1px solid #222;
  background: #eee url("/stylesheets/icons/bullet_green_big.png") no-repeat scroll left 50%;
  padding: 1px 5px 1px 16px;
  margin: 0 0 5px 0;
  font-family: Arial, Sans-serif;
  line-height: 14px;
  font-size: 10px;
  z-index: 10 /* Over teacup */; }

.diagram-graph {
  border: 1px solid #222;
  background: #eee url("/stylesheets/icons/bullet_green_big.png") no-repeat scroll left 50%;
  padding: 1px 5px 1px 16px;
  margin: 0 0 5px 0;
  font-family: Arial, Sans-serif;
  line-height: 14px;
  min-height: 14px;
  font-size: 10px;
  background-image: url("/stylesheets/icons/bullet_graph.png");
  z-index: 10; }

.diagram-webcam {
  border: 1px solid #222;
  background: #eee url("/stylesheets/icons/bullet_webcam.png") no-repeat scroll left 50%;
  padding: 1px 5px 1px 16px;
  margin: 0 0 5px 0;
  font-family: Arial, Sans-serif;
  line-height: 14px;
  min-height: 14px;
  font-size: 10px;
  z-index: 10; }
  .diagram-webcam img {
    margin: auto;
    display: none; }

.diagram-container .diagram-webcam:hover {
  z-index: 100;
  background-image: none;
  padding: 1px 16px 8px 16px; }
  .diagram-container .diagram-webcam:hover.icon-right {
    padding: 1px 5px 8px 5px; }
  .diagram-container .diagram-webcam:hover img {
    display: block; }

.diagram-container .icon-right, .icon-right .diagram-sensor, .icon-right .diagram-graph, .icon-right .diagram-teacup-text, .icon-right .diagram-webcam {
  background-position: right 50%;
  padding: 1px 16px 1px 5px; }

.diagram-sensor a, .diagram-graph a, .diagram-teacup-text a, .diagram-webcam a {
  color: #000;
  text-decoration: none; }

.diagram-container .yellow {
  background-image: url("/stylesheets/icons/bullet_yellow_big.png") !important; }
.diagram-container .red {
  background-image: url("/stylesheets/icons/bullet_red_big.png") !important; }

.diagram-table .last-reading {
  background-color: #ccffcc !important; }
.diagram-table .yellow {
  background-color: #ffffcc !important; }
.diagram-table .red {
  background-color: #ffcccc !important; }

table.diagram-table {
  margin-bottom: 1em;
  border-collapse: collapse;
  font-family: Verdana; }
  table.diagram-table th {
    color: #666;
    border-bottom: 1px solid #ccc;
    background-color: none;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    padding-bottom: 2px; }
  table.diagram-table td {
    text-align: left;
    font-size: 12px;
    padding: 5px 10px; }
    table.diagram-table td.right-align {
      text-align: right; }
  table.diagram-table .station-name {
    display: block;
    font-weight: bold; }
  table.diagram-table .sensor-name {
    font-size: 10px;
    color: #777; }
  table.diagram-table .last-reading-date {
    font-size: 10px; }
  table.diagram-table tr.even td {
    background-color: #f9f9f9; }
  table.diagram-table tr.odd td {
    background-color: #fff; }

.diagram-meta-container .quiet {
  color: #555;
  font-size: 90%; }

img.diagram-image {
  border: 1px solid #ccc; }

/* Stations */
.station-table table {
  margin-bottom: 1em;
  border-collapse: collapse;
  font-family: Verdana; }
  .station-table table th {
    color: #666;
    border-bottom: 1px solid #ccc;
    background-color: none;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    padding-bottom: 2px; }
  .station-table table td {
    text-align: left;
    font-size: 12px;
    padding: 5px 10px; }
  .station-table table .last-reading-date {
    font-size: 10px; }
  .station-table table tr.even td {
    background-color: #f9f9f9; }
  .station-table table tr.odd td {
    background-color: #fff; }
  .station-table table .blue {
    color: #6c90bc; }
  .station-table table .orange {
    color: #ff8800; }
  .station-table table .quiet {
    color: #999; }
  .station-table table .hide {
    display: none; }
  .station-table table abbr, .station-table table acronym {
    border-bottom: 1px dotted #aaa; }

/* Webcams */
.webcam-thumbnail {
  float: left;
  margin: 0 1em 1em 0;
  text-align: center;
  width: 150px; }
  .webcam-thumbnail .date {
    display: block;
    font-size: 80%; }

.webcam-pagination {
  clear: left; }

.webcam-animation-container {
  display: inline;
  float: left;
  margin: 0 1em 1em 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding-bottom: 3px; }

.webcam-animation {
  display: block;
  margin-bottom: 3px; }

/* Retrievers */
div#snotel-legend ul {
  list-style-type: square;
  list-style-position: inside; }
  div#snotel-legend ul li {
    font-size: 20px; }
    div#snotel-legend ul li.current-precipitation {
      color: #00ff00; }
    div#snotel-legend ul li.average-precipitation {
      color: #009a00; }
    div#snotel-legend ul li.current-snow {
      color: #0000ff; }
    div#snotel-legend ul li.average-snow {
      color: #00a7ff; }
    div#snotel-legend ul li.current-temp {
      color: #ff0000; }
    div#snotel-legend ul li.average-temp {
      color: #daa520; }
    div#snotel-legend ul li span {
      color: #222;
      font-size: 12px; }

/* Diagnostics */
table.delay, table.unit-overview {
  margin-bottom: 1em;
  border-collapse: collapse;
  font-family: Verdana; }
  table.delay tbody th, table.delay thead th, table.unit-overview tbody th, table.unit-overview thead th {
    color: #666;
    border-bottom: 1px solid #ccc;
    background-color: none;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px; }
  table.delay tbody td, table.unit-overview tbody td {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    border-bottom: 1px solid #fff; }
  table.delay tbody tr.even td, table.unit-overview tbody tr.even td {
    background-color: #f9f9f9; }
  table.delay tbody tr.odd td, table.unit-overview tbody tr.odd td {
    background-color: #fff; }
  table.delay tbody tr td.no-data, table.unit-overview tbody tr td.no-data {
    background-color: black;
    color: white; }
  table.delay tbody tr td.invalid, table.unit-overview tbody tr td.invalid {
    background-color: white; }
  table.delay tbody tr td.green, table.unit-overview tbody tr td.green {
    background-color: #ccffcc; }
  table.delay tbody tr td.yellow, table.unit-overview tbody tr td.yellow {
    background-color: #ffffcc; }
  table.delay tbody tr td.red, table.unit-overview tbody tr td.red {
    background-color: #ffcccc; }
  table.delay tbody tr td.name, table.unit-overview tbody tr td.name {
    text-align: left; }
  table.delay span.reading-abnormal, table.unit-overview span.reading-abnormal {
    color: #c00; }
  table.delay td.abnormal-reading-key, table.unit-overview td.abnormal-reading-key {
    padding-top: 4px;
    text-align: right;
    font-style: italic;
    font-size: 12px; }

table.delay tbody th {
  padding: 5px; }
table.delay tbody th, table.delay tbody td {
  font-size: 11px; }

/* Map Locations */
.metridyne-embed #map {
  width: 800px;
  height: 600px;
  border: 1px solid #999;
  margin-top: 0.5em; }
.metridyne-embed #map-locations ul {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
  display: inline; }
  .metridyne-embed #map-locations ul li {
    display: inline;
    margin-right: 0.5em; }
.metridyne-embed .map-location .delete {
  display: none; }
.metridyne-embed #save-current-map-location-container {
  display: none !important; }

table.map-table td.sensor-status {
  padding-left: 16px;
  background: transparent url("/stylesheets/icons/bullet_green_big.png") no-repeat scroll left 50%; }
table.map-table td.yellow {
  background-image: url("/stylesheets/icons/bullet_yellow_big.png"); }
table.map-table td.red {
  background-image: url("/stylesheets/icons/bullet_red_big.png"); }
table.map-table span.weak {
  font-size: 90%;
  color: #777; }
