html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type='submit'],
input[type='button'] {
  cursor: pointer; }

a.canvasjs-chart-credit {
  display: none; }

/* ########## VARIABLES ########## */
/* ########## GLOBAL ########## */
/* ########## UI BUTTONS ########## */
.uiButton {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-top: 0px;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #54906d; }
  .uiButton a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 72px; }

.uiButton_waterColor {
  background-color: #0068dc; }

.uiButton_plantColor {
  background-color: #3d6950; }

.uiButtonEmpty {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #564232; }

/* ########## TRAFFIC SIGNAL COLORS and CLASSES ########## */
.signal {
  float: left;
  margin-top: 12px;
  margin-right: 24px;
  width: 82px;
  height: 48px;
  border-radius: 12px; }
  .signal p.latestReading {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 48px; }

.signalRed {
  /*background-color: $signalRed;*/
  background-image: url("/images/icon_reading_red.png"); }

.signalYellow {
  /*background-color: $signalYellow;*/
  background-image: url("/images/icon_reading_yellow.png"); }

.signalGreen {
  /*background-color: $signalGreen;*/
  background-image: url("/images/icon_reading_green.png"); }

.signalGray {
  background-color: #564232; }

.signalBlue {
  background-color: #0068dc; }

.signalSmall {
  width: 24px;
  height: 24px;
  /*border-radius: 12px;*/
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  font-weight: bold;
  color: white; }

.signalSmaller {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  text-align: center; }

.thresholdResultGood {
  color: #54906d !important;
  font-weight: bold; }

.thresholdResultAction {
  color: #bc9600 !important;
  font-weight: bold; }

.thresholdResultBad {
  color: #f11c1c !important;
  font-weight: bold; }

.waterColor {
  color: #0068dc; }

.plantColor {
  color: #3d6950; }

body {
  font-family: "Open Sans";
  font-size: 14px;
  color: #4b4b4b;
  background-color: #463629;
  margin: 56px 0 28px 0; }

sup, sub {
  font-size: 0.6em !important; }

input[type="submit"] {
  cursor: pointer; }

a {
  text-decoration: none;
  color: white; }

.required {
  color: #54906d;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px; }

.requiredInstructions {
  color: #54906d;
  text-align: left;
  margin-top: 12px;
  font-size: 11px; }

img.iconHelp {
  cursor: pointer;
  position: relative;
  top: -7px;
  float: right;
  margin: 0 0 0 7px; }

/* ########## HEADER ########## */
div#header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: white;
  text-align: center; }
  div#header div#header_inner {
    position: relative;
    max-width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }

div#hamburger_container {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  white-space: nowrap; }
  div#hamburger_container div#hamburger_text {
    display: inline-block; }
    div#hamburger_container div#hamburger_text p {
      display: inline-block;
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold;
      text-align: right;
      color: #463629; }
  div#hamburger_container img#hamburger {
    float: right;
    margin-left: 5px; }

img#logo {
  position: relative;
  margin-top: 10px; }

img#logout {
  position: absolute;
  top: 10px;
  right: 10px; }

/* ########## NAV ########## */
div#nav {
  display: none;
  background-color: white;
  width: 100%;
  text-align: left; }
  div#nav div#nav_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    div#nav div#nav_inner ul {
      display: inline-block;
      width: 100%; }
      div#nav div#nav_inner ul li {
        display: block;
        width: 100%;
        /*border-top: 1px solid lighten($darkColor, 65%);*/
        background: linear-gradient(#f7f4f1 0%, white 35%, white 100%); }
        div#nav div#nav_inner ul li a {
          cursor: pointer;
          display: block;
          width: 500px;
          margin-left: auto;
          margin-right: auto;
          color: #463629;
          padding: 18px 10px 19px 15px;
          font-size: 17px; }

/* ########## LOGIN ########## */
div#login_container {
  display: block; }
  
div#forgot_password_container {
	display: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 500px;
	background-color: #564232;
	border-radius: 25px;
	text-align: center;		
}
  div#forgot_password_container h1 {
    color: white;
    font-size: 24px;
    margin: 20px 0 20px 0;
    padding-top: 20px; }
  div#forgot_password_container hr {
    border: 0;
    border-bottom: 1px dashed #86684f;
    width: 85%; }
  div#forgot_password_container p {
    color: white;
    font-size: 16px;
    margin: 20px 0 8px 0; }
  div#forgot_password_container input[type="text"],
  div#forgot_password_container input[type="password"] {
    border: 0;
    background-color: white;
    color: #463629;
    font-size: 16px;
    padding: 5px;
    width: 200px; }
  div#forgot_password_container input[type="button"] {
    border: 0;
    min-width: 120px;
    margin-top: 35px;
    border-radius: 15px;
    padding: 7px 18px 7px 18px;
    background-color: #3d6950;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 27px; }

div#register_container {
  display: none; }
  div#register_container div#registration_disclaimer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 140%;
    color: white;
    font-size: 11px;
    width: 210px; }

div.login_container {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 500px;
  background-color: #564232;
  border-radius: 25px;
  text-align: center; }
  div.login_container h1 {
    color: white;
    font-size: 24px;
    margin: 20px 0 20px 0;
    padding-top: 20px; }
  div.login_container hr {
    border: 0;
    border-bottom: 1px dashed #86684f;
    width: 85%; }
  div.login_container p {
    color: white;
    font-size: 16px;
    margin: 20px 0 8px 0; }
  div.login_container input[type="text"],
  div.login_container input[type="password"] {
    border: 0;
    background-color: white;
    color: #463629;
    font-size: 16px;
    padding: 5px;
    width: 200px; }
  div.login_container input[type="button"] {
    border: 0;
    min-width: 120px;
    margin-top: 35px;
    border-radius: 15px;
    padding: 7px 18px 7px 18px;
    background-color: #3d6950;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 27px; }
    
p#forgot_password {
  margin-top: 40px;
  text-align: center;	
}
p#forgot_password a {
	color: white;
    text-decoration: underline;	
}

p#register_new_company {
  margin-top: 40px;
  text-align: center; }
  p#register_new_company a {
    color: white;
    text-decoration: underline; }

input#email_register {
  color: #54906d; }

.dupFound {
  color: #ba1100 !important;
  font-weight: bold; }

p#login_to_your_account {
  display: none;
  margin-top: 40px;
  text-align: center; }
  p#login_to_your_account a {
    color: white;
    text-decoration: underline; }

p#login_error,
p#login_incorrect,
p#login_dup,
p#register_error,
p#password_email_sent {
  display: none;
  padding: 0 25px 25px 25px;
  color: yellow;
  line-height: 125%;
  font-size: 12px; }
  
p#password_email_sent {
	display: block;
}

div#funders_outer {
  width: 100%;
  background: linear-gradient(#403125 0%, #463629 25%);
  text-align: center;
  /*margin-top: 40px;*/
  margin-bottom: 40px; }
  div#funders_outer div#funders_inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    div#funders_outer div#funders_inner div#fi_left {
      float: left;
      width: 50%; }
    div#funders_outer div#funders_inner div#fi_right {
      margin-left: 50%; }
      div#funders_outer div#funders_inner div#fi_right img {
        margin-left: 25px;
        margin-bottom: 4px;
        border: 8px solid white; }
    div#funders_outer div#funders_inner p {
      margin-bottom: 20px;
      margin-left: 25px;
      line-height: 140%;
      color: white;
      font-size: 12px; }
      div#funders_outer div#funders_inner p strong {
        font-weight: bold; }
      div#funders_outer div#funders_inner p a {
        color: #54906d;
        text-decoration: underline; }
    div#funders_outer div#funders_inner p:first-of-type {
      padding-top: 20px; }
    div#funders_outer div#funders_inner p.noIndent {
      margin-left: 0; }

/* ########## DASHBOARD ########## */
div#dashboard_container {
  width: 100%;
  min-height: 300px;
  margin-bottom: 75px;
  background: linear-gradient(#362a20 0px, #463629 300px, #463629 100%); }

div#dashboard_container p.moreInfo {
  color: white;
  font-size: 11px;
  font-style: italic;
  margin: 30px 0 20px 0; }

div.dashboard_item {
  /*cursor: pointer;*/
  width: 100%;
  text-align: left;
  background: linear-gradient(#604a38, #463629);
  font-size: 0;
  margin-bottom: 22px; }
  div.dashboard_item div.dashboard_item_inner {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    div.dashboard_item div.dashboard_item_inner h1 {
      color: white;
      font-size: 24px;
      font-weight: bold;
      padding-top: 20px;
      /*margin-bottom: 25px;*/ }
    div.dashboard_item div.dashboard_item_inner img.icon {
      margin: 0px 5px 27px 5px; }
      div.dashboard_item div.dashboard_item_inner img.icon img.icon_moreTopMargin {
        margin-top: 15px; }
    div.dashboard_item div.dashboard_item_inner p {
      font-size: 14px;
      color: white; }
    div.dashboard_item div.dashboard_item_inner p.dates {
      padding: 0 0 22px 0; }
    div.dashboard_item div.dashboard_item_inner p.pageDetails {
      color: white;
      font-size: 17px;
      font-weight: normal;
      margin: 3px 0 0 0;
      line-height: 140%; }

p.subTableLink {
  margin-top: 15px; }
  p.subTableLink a span {
    position: relative;
    top: -3px;
    margin-left: 7px;
    font-size: 14px; }

a.pageDetailsLink {
  color: #9dc6ae !important; }
  a.pageDetailsLink img {
    opacity: 0.4; }
  a.pageDetailsLink span {
    position: relative;
    top: -3px;
    left: 7px;
    font-size: 14px; }

div.dashboard_item:hover {
  /*background: linear-gradient(lighten($darkColor, 4%), darken($darkColor, 4%));*/ }

div.dashboard_item_fixed_height {
  height: 71px; }

div#dashboard_container div.content {
  max-width: 500px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  div#dashboard_container div.content div.faq_container {
    border-top: 1px solid #664f3c;
    padding-top: 20px; }
    div#dashboard_container div.content div.faq_container p.question {
      font-size: 17px;
      color: white;
      line-height: 140%;
      margin-bottom: 20px; }
      div#dashboard_container div.content div.faq_container p.question a {
        font-size: 14px;
        color: #54906d;
        text-decoration: underline; }
    div#dashboard_container div.content div.faq_container div.answer {
      display: none; }
      div#dashboard_container div.content div.faq_container div.answer table {
        border-top: 1px solid white;
        border-left: 1px solid white;
        margin-bottom: 20px; }
        div#dashboard_container div.content div.faq_container div.answer table thead tr td {
          font-size: 12px;
          color: white;
          padding: 6px;
          border-bottom: 1px solid white;
          border-right: 1px solid white; }
        div#dashboard_container div.content div.faq_container div.answer table tbody tr {
          background-color: #457659; }
          div#dashboard_container div.content div.faq_container div.answer table tbody tr td {
            font-size: 10px;
            color: white;
            padding: 6px;
            border-bottom: 1px solid white;
            border-right: 1px solid white; }
        div#dashboard_container div.content div.faq_container div.answer table tbody tr:nth-child(even) {
          background-color: #54906d; }
      div#dashboard_container div.content div.faq_container div.answer p {
        font-size: 14px;
        color: white;
        line-height: 140%;
        margin-bottom: 20px; }
      div#dashboard_container div.content div.faq_container div.answer a {
        color: #54906d;
        text-decoration: underline; }
      div#dashboard_container div.content div.faq_container div.answer ul {
        color: white;
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 18px;
        margin-bottom: 20px; }
        div#dashboard_container div.content div.faq_container div.answer ul li {
          line-height: 140%;
          margin-bottom: 20px; }
          div#dashboard_container div.content div.faq_container div.answer ul li span {
            position: relative;
            left: 10px; }
        div#dashboard_container div.content div.faq_container div.answer ul li.lessBottomMargin {
          margin-bottom: 5px; }
      div#dashboard_container div.content div.faq_container div.answer ol {
        color: white;
        list-style-type: decimal;
        list-style-position: outside;
        margin-left: 15px;
        margin-bottom: 20px; }
        div#dashboard_container div.content div.faq_container div.answer ol li {
          line-height: 140%;
          margin-bottom: 20px; }
          div#dashboard_container div.content div.faq_container div.answer ol li span {
            position: relative;
            left: 10px; }
        div#dashboard_container div.content div.faq_container div.answer ol li.lessBottomMargin {
          margin-bottom: 5px; }
  div#dashboard_container div.content div.faq_container:first-of-type {
    border-top: 0;
    padding-top: 0; }

form#form_feedback {
  padding-top: 0 !important; }
  form#form_feedback p {
    font-size: 13px !important;
    margin-bottom: 7px !important; }
  form#form_feedback input[type="text"] {
    border: 0;
    background-color: white;
    color: #463629;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    max-width: 75%; }
  form#form_feedback textarea {
    border: 0;
    background-color: white;
    color: #463629;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    height: 175px;
    max-width: 75%; }
  form#form_feedback input[type="button"] {
    border: 0;
    min-width: 120px;
    margin-top: 22px;
    border-radius: 15px;
    padding: 7px 18px 7px 18px;
    background-color: #3d6950;
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px !important; }

/* ########## MAP ELEMENTS ########## */
img#crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px; }

div.infowindow {
  width: 250px;
  min-height: 100px;
  margin: 4px 0 4px 0; }
  div.infowindow p.site {
    font-weight: bold;
    font-size: 14px !important;
    color: #4b4b4b !important;
    margin: 0 0 15px 0 !important; }
  div.infowindow p.details {
    font-size: 12px !important;
    color: #4b4b4b !important;
    margin: 0 !important; }

/* ########## PAGES (GENERAL) ########## */
div.showHideContainer {
  position: relative; }

div#current_page_header {
  width: 100%;
  background-color: #54906d;
  background: linear-gradient(#417055 0%, #54906d 50%, #54906d 100%);
  padding-top: 15px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 0; }
  div#current_page_header img.icon {
    margin-left: 5px;
    margin-right: 5px; }
  div#current_page_header div#current_page_header_inner {
    max-width: 500px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }

div.waterColor {
  background-color: #0068dc !important;
  border-color: #0068dc !important; }

div.plantColor {
  background-color: #3d6950 !important;
  border-color: #3d6950 !important; }

div#current_page_header table.company td {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px 10px 0; }

div#current_page_header p.page {
  color: white;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 130%; }

div#current_page_header p.pageDetails {
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin: 14px 0 0 0;
  line-height: 140%; }
  div#current_page_header p.pageDetails a.markAsComplete {
    font-size: 12px;
    text-decoration: underline; }

div#current_page_header p.link {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0 0; }

div#dashboard_container hr {
  max-width: 500px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  height: 2px;
  background-color: #664f3c;
  /*background-color: darken($lightColor, 60%);*/ }
div#dashboard_container h2 {
  font-weight: normal;
  font-size: 24px;
  color: white;
  margin-bottom: 25px; }
div#dashboard_container img.iconShowHide {
  cursor: pointer;
  float: right;
  opacity: 0.2; }
div#dashboard_container div.chartContainer {
  height: 250px;
  width: 100%; }

div#dashboard_container form {
  /*border: 20px solid $darkColor;*/
  max-width: 500px;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto; }
  div#dashboard_container form hr {
    margin-top: 35px;
    margin-bottom: 35px; }
  div#dashboard_container form div.formItem {
    clear: both;
    margin-bottom: 20px;
    min-height: 55px; }
    div#dashboard_container form div.formItem label {
      display: block;
      color: white;
      font-size: 17px;
      margin-bottom: 8px; }
    div#dashboard_container form div.formItem input[type='text'],
    div#dashboard_container form div.formItem input[type='password'] {
      border: 0;
      background-color: white;
      color: #463629;
      font-size: 17px;
      width: 100%;
      border: 5px solid white;
      box-sizing: border-box; }
    div#dashboard_container form div.formItem select {
      border: 0;
      background-color: white;
      color: #463629;
      font-size: 17px;
      width: 100%;
      max-width: 100%;
      border: 5px solid white;
      box-sizing: border-box; }
    div#dashboard_container form div.formItem textarea {
      border: 0;
      background-color: white;
      color: #463629;
      font-size: 17px;
      width: 100%;
      max-width: 100%;
      height: 200px;
      border: 5px solid white;
      box-sizing: border-box; }
    div#dashboard_container form div.formItem input[type="submit"] {
      border: 0;
      min-width: 120px;
      width: 100%;
      max-width: 500px;
      margin-top: 15px;
      border-radius: 15px;
      padding: 7px 18px 7px 18px;
      background-color: #54906d;
      color: white;
      font-size: 16px;
      font-weight: bold; }
    div#dashboard_container form div.formItem .floatLeft {
      float: left;
      width: 75% !important; }
    div#dashboard_container form div.formItem .floatRight {
      float: right;
      width: 20% !important; }

div#dashboard_container div.info {
  /*border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;*/
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 25px; }
  div#dashboard_container div.info div#map-canvas {
    width: 100%;
    height: 500px;
    background-color: #86684f;
    margin-top: 23px; }
  div#dashboard_container div.info p {
    color: white;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 140%; }

div#dashboard_container div.info:first-of-type {
  padding-top: 25px; }

p.noSites {
  margin-top: 15px;
  font-size: 14px;
  color: #967458 !important; }

div#dashboard_container div.infoFullWidth {
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px; }

table.default_table {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 500px; }
  table.default_table thead tr {
    border-bottom: 1px solid #664f3c; }
    table.default_table thead tr td {
      text-align: left;
      font-size: 12px;
      color: #cab5a4;
      padding: 10px 10px 10px 0; }
    table.default_table thead tr td:last-of-type {
      /*text-align: right;*/
      padding-right: 0; }
  table.default_table tbody tr {
    /*cursor: pointer;*/
    border-bottom: 1px solid #664f3c; }
    table.default_table tbody tr td {
      text-align: left;
      font-size: 12px;
      color: white;
      padding: 10px 10px 10px 0;
      vertical-align: top; }
      table.default_table tbody tr td a {
        color: white; }
      table.default_table tbody tr td h3 {
        font-size: 20px; }
      table.default_table tbody tr td p.locations_view_add {
        margin: 0 !important; }
        table.default_table tbody tr td p.locations_view_add a {
          margin: 0 !important;
          font-size: 13px;
          line-height: 100%; }
      table.default_table tbody tr td p.locations_view_add:first-of-type {
        margin-top: 18px !important; }
    table.default_table tbody tr td:last-of-type {
      /*text-align: right;*/
      padding-right: 0; }
      table.default_table tbody tr td:last-of-type div {
        display: inline-block; }
    table.default_table tbody tr td.td_icon {
      width: 24px;
      height: 24px;
      padding-right: 10px;
      white-space: nowrap; }
      table.default_table tbody tr td.td_icon .signalSmall {
        display: inline-block;
        margin-right: 1px; }
      table.default_table tbody tr td.td_icon span {
        position: relative;
        top: 0px; }

table.default_table_alt thead tr {
  border-bottom: 5px solid transparent; }
  table.default_table_alt thead tr td {
    padding: 10px 10px 4px 10px;
    color: #cab5a4; }
  table.default_table_alt thead tr td:last-of-type {
    padding-right: 10px; }
table.default_table_alt tbody tr {
  background-color: #362a20;
  border-bottom: 7px solid #463629; }
  table.default_table_alt tbody tr td {
    padding: 12px; }
    table.default_table_alt tbody tr td p {
      color: #967458 !important; }
    table.default_table_alt tbody tr td p.noReadings {
      margin: 18px 0 2px 0 !important;
      font-size: 14px !important; }
    table.default_table_alt tbody tr td table thead tr td {
      text-decoration: underline; }
    table.default_table_alt tbody tr td table tr {
      border-bottom: 0; }
      table.default_table_alt tbody tr td table tr td {
        padding: 10px 10px 0 0;
        vertical-align: middle; }
  table.default_table_alt tbody tr td:last-of-type {
    padding-right: 10px; }
table.default_table_alt tbody tr.siteComplete {
  background-color: #261d16; }

table#table_recent_site_activity tr.recentSiteActivityRow {
  /*cursor: pointer;*/ }
table#table_recent_site_activity tr.recentSiteActivityRow td a:hover {
  cursor: pointer;
  text-decoration: underline; }
table#table_recent_site_activity td {
  vertical-align: middle; }

table#table_newly_added_sites tr.newlyAddedSiteRow {
  cursor: pointer; }

table#table_recent_site_activity td:nth-of-type(3),
table#table_recent_site_activity td:nth-of-type(4),
table#table_newly_added_sites td:nth-of-type(2),
table#table_newly_added_sites td:nth-of-type(3) {
  width: 30%; }

div#dashboard_container div.infoWithParentForm {
  border: 0; }
  div#dashboard_container div.infoWithParentForm h2 {
    margin-bottom: 40px; }

/* ########## VIEW SITE ########## */
div.miniSamplingMethodIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #0068dc;
  border-radius: 24px; }
  div.miniSamplingMethodIcon img {
    position: relative;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px; }

div.miniSamplingMethodIconPlant {
  background-color: #3d6950; }

div#info_readings table tbody tr {
  cursor: pointer; }
div#info_readings table tbody tr:hover {
  /*background-color: lighten($darkColor, 3%);*/ }
div#info_readings table tbody td span.na {
  color: #664f3c; }

/* ########## ADD WATER READINGS ########## */
div#info_readings table td.td_icon {
  width: 24px;
  height: 24px; }

div#select_water_source {
  /*text-align: center;*/
  font-size: 0; }
  div#select_water_source div {
    cursor: pointer;
    /*margin: 0 5px 0 5px;*/ }

/* READING */
table.tableReading {
  width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px; }
  table.tableReading thead tr td {
    font-weight: normal;
    color: #ae8e74; }
  table.tableReading tr td {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #664f3c; }
  table.tableReading tr td.readingValue {
    width: 1px;
    white-space: nowrap;
    text-align: right; }
    table.tableReading tr td.readingValue div.signalSmall {
      position: relative;
      top: -1px;
      display: inline-block;
      margin-left: 4px; }

p.viewAllReadings {
  margin-top: 15px; }
  p.viewAllReadings a {
    font-size: 14px;
    text-decoration: underline; }

/* ########## FOOTER ########## */
div#footer {
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  /*background-color: lighten($darkColor, 5%);*/
  background-color: white;
  text-align: center; }
  div#footer div#footer_inner {
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    div#footer div#footer_inner p#copyright {
      margin: 0;
      font-size: 10px;
      line-height: 26px;
      /*color: $lightColor;*/ }
    div#footer div#footer_inner p#copyright a {
      display: inline-block;
      margin-left: 7px;
      text-decoration: underline;
      color: #463629; }

/*# sourceMappingURL=styles.css.map */
