@charset "utf-8";

/* CSS Document */


/*	#loader { left: 0px; width: 100%; height: 100%; background-color:#000; z-index:100; filter:inherit;  }*/

#accordion1 .ui-accordion-content {
    padding: 1em;
}

#accordion2 .ui-accordion-content {
    padding: 1em;
}

#accordion3 .ui-accordion-content {
    padding: 1em;
}

#accordion4 .ui-accordion-content {
    padding: 1em;
}

.ui-tooltip {
    font-size: 0.7em;
    padding: 5px;
}

.barChart {
    height: 1.2em;
    border: 1px solid #009;
    background-color: #234075;
    float: left;
    margin: 0px 4px 0px 0px;
}

.paramRow:hover .barChart {
    background-color: #E3A82B;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1px 1px 1px #888;
    box-shadow: 1px 1px 1px #888;
}


/** #tabs .ui-tabs-nav {background: #234075 url(images/ui-bg_glass_25_234075_1x400.png) 50% 50% repeat-x;} **/

#chartContain {
    clear: both;
    text-align: center;
    visibility: hidden;
    margin-top: 15px;
}

#chartTitle, #chartFooter {
     font-weight: bold;
     text-align: center;
}

#chartTitle h3 {

  font-weight:bold;
  font-size:2em;

}

#chart {
    text-align: center;
    margin: 0 auto 0 auto;
    width: 550px;
}

#overview {
    height: 150px;
}

a.graphLink {
    cursor: pointer;
   
}

a.graphLink:hover {
    color: inherit;
}

.extraSmall {
    font-size: large;
    font-weight: normal;
}

#communityListDiv {
    visibility: hidden;
    display: none;
}


/* table styling */

table {}

table.paramTable th {
    text-align: left;
}

table.paramTable td {
    margin: 0px;
}

.paramRow:hover td {}

th.paramName1 {
    width: 65%;
}

th.paramName2 {
    width: 50%;
}


/* Custom jQuery styles */

.ui-widget-header .ui-state-default {
    background: #234075 url(images/ui-bg_glass_65_e3a82b_1x400.png) 50% 50% repeat-x;
    color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #e1e3e6;
    text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    /*{fcHover}*/
    ;
    text-decoration: underline;
}

.ui-state-active,
.ui-state-default,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa/*{borderColorActive}*/
    ;
    background: #fff/*{bgColorActive}*/
    ;
    font-weight: bold/*{fwDefault}*/
    ;
    color: #1a5a96/*{fcActive}*/
    ;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: ##1a5a96/*{fcActive}*/
    ;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f1f1f3;
}

.ui-accordion-header-active {
    background: #fade81;
}


/** #banner {background: url(http://www.bcairquality.ca/2008_templates/images/banners/bcairquality720.jpg) no-repeat; width: 100%; height: 100px;} **/


/**.container {width: 720px; margin: 0px auto 0px auto; padding: 0px; background-color:#FFFFFF;} **/

table,
tr,
td {}

#mapWrapper {
    min-height: 600px;
    min-width: 100%;
}

#map_canvas {
    height: 500px;
    width: 550px;
    margin-top: 2px;
}

.accLink {
    border: 1px solid #006;
    background-color: #CCC;
    padding: 10px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

.paramReadings {
    font-size: inherit;
}

a.linkDeco {
    text-decoration: underline;
    color: #0000FF;
    cursor: pointer;
}

a.linkDeco:hover {
    color: #FF0000;
}


/**	#header {margin-left: 15px; margin-top: 10px;} **/

.info {
    line-height: 1.35;
    font-weight: bold;
}

#aqhiTable {
    width: 600px;
}

#aqhiTable th,
td {
    font-size: inherit;
    font-weight: normal;
    padding: 5px;
}

.aqhiRead {
    width: 16%;
    text-align: center;
}

.aqhiPlace {
    width: 35%;
    text-align: left;
}

.aqhiDate {
    font-size: 0.7em;
}

.provHeader {
    font-size: inherit;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.aqhi1,
.aqhi2,
.aqhi3,
.aqhi4,
.aqhi5,
.aqhi6,
.aqhi7,
.aqhi8,
.aqhi9,
.aqhi10,
.aqhi11,
.aqhiNA {
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
}

.aqhi1 {
    background-color: #9CCEFC;
}

.aqhi2 {
    background-color: #64CAFC;
}

.aqhi3 {
    background-color: #04CEFC;
}

.aqhi4 {
    background-color: #9CCECC;
}

.aqhi5 {
    background-color: #9C9A9C;
}

.aqhi6 {
    background-color: #9C9A64;
}

.aqhi7 {
    background-color: #9C6604;
}

.aqhi8 {
    background-color: #9C6634;
}

.aqhi9 {
    background-color: #9C3604;
}

.aqhi10 {
    background-color: #640204;
}

.aqhi11 {
    background-color: #FC0204;
}

.aqhiNA {
    background-color: #0xEBEBEB;
}

td.aqhiRisk {
    color: #000000;
    text-align: center;
}

.aqhiScale th {
    text-align: center;
    font-weight: normal;
}

table.aqhiScale {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 600px;
}

#welcome {
    font-size: 1em;
    text-align: center;
}

.extraLarge {
    font-size: 1.2em;
}

.mapBox {
    float: right;
    
}

.photoBox {
    float: right;
    padding-right: 10px;
}

.stationInfo {
     float: left;
    margin: 10px;
}

.smallMap,
.stationPhoto {
    margin: 0px 0px 5px 0px;
    border: 1px solid #000000;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}


/* save state styling */

.saveState {
    float: right;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    clear: right;
}

.stateButton {
    font-size: 0.7em;
    cursor: pointer;
    color: #234075;
    margin-left: 5px;
}


/** overiding jquery-ui.css **/

.ui-widget-header {
    display: none;
}

.ui-widget-content {
    color: inherit;
    border: none !important;
    font-family: inherit;
}

.ui-widget-content a {
    color: #1a5a96;
}

.ui-widget {
    font-family: inherit;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-tabs .ui-tabs-panel {
    padding: inherit;
}

/** Tiles **/

div.row.AQReadings {
        margin-top: 10px;
    }   
    div.row.MetReadings {
        margin-top: 10px;
    }  

.count_top {
    
     white-space: normal;
    
}

.tile_count .tile_stats_count, ul.quick-list li {
   /** overflow: hidden;  **/
   /** text-overflow: ellipsis; **/
    white-space: nowrap;
}

.tile_stats_count:hover{
    background-color: #f3cd65;
}

.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
}
.tile_count .tile_stats_count {
    border-bottom: 1px solid #d9dee4;
    padding: 10px 10px 0 20px;
    position: relative;
}
.tile_count .tile_stats_count::before {
    border-left: 2px solid #adb2b5;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
}
@media (min-width: 992px) {
    
footer {
    margin-left: 230px;
}
.tile_count .tile_stats_count {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 10px;
/** margin-top: 10px; **/
/** padding-top: 10px; **/
/**   margin-right: 40px; **/
 /**   padding-right: 40px; **/
    min-height: 90px;
     min-width: 250px;
   
}
.tile_count .tile_stats_count:first-child::before {
    border-left: 0 none;
}
}
.tile_count .tile_stats_count .count {
    font-size: 30px;
    font-weight: 600;
    line-height: 47px;
}
@media (min-width: 768px) {
.tile_count .tile_stats_count .count {
    font-size: 30px;
}
   
}
@media (min-width: 992px) and (max-width: 1100px) {
.tile_count .tile_stats_count .count {
    font-size: 30px;
}
}
.tile_count .tile_stats_count span {
    font-size: 12px;
}
@media (min-width: 768px) {
.tile_count .tile_stats_count span {
    font-size: 13px;
}
}
 
.tile_count .tile_stats_count .count_bottom i {
    width: 12px;
