@charset "UTF-8";

html {
    font-size: unset;
}

.loading-wheel {
    display: flex;
    justify-content: center;
}

.loading-wheel img, .info-panel .loading-wheel img {
    width: 4.6em;
}

.rodeo-loading-wheel .loading-wheel img {
    width: 2em;
}

/* -------------------------------------
   This is for the Navigation Container 
---------------------------------------*/

.topnav {
    background-color: #F5F6F6;
    overflow: hidden;
    border-top: 3px solid #385696;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Change the color of links on hover */
.topnav a:hover {
    border-bottom: 3px solid #67a9cf;
}

/* Add an active class to highlight the current page */
/*
.active {
  border-bottom: 3px solid #67a9cf;
}
*/
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* ---------------------------------------*
   END: Menu area
---------------------------------------*/

/* This is the top yellow bar */
.primary_header {
    width: 100%;
    height: 10px;
    background-color: #385696;
    padding-top: 0px;
    padding-bottom: 2px;
    clear: left;
    border-bottom: 2px solid #FFA500;
    margin-bottom: 2em;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 102px;
}

/* This is the bottom yellow bar */
#footer {
    width: 100%;
    margin-top: 2em !important;
    background-color: #385696;
    padding-bottom: 2px;
    border-top: 2px solid #FFA500;
    position: relative;
    margin-top: -10px;
    height: 10px;
    clear: both;
}

#graph {
    height: 350px;
    margin: 0 auto;
}

/* This is for the logo position */
.logo_column {
    float: left;
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
}

p.bigga {
    font-size: 13.5pt;
    text-align: center;
}

.logo_img {
    width: 75%;
    height: auto;

}

/* This is for the title position */
.title_column {
    width: 100%;
    padding-top: 20px;
}

/* Clear floats after the columns */
.logorow:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 1em;
}

/* This is for the header title */
.header_title {
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #fff;
}

/* This is for the main title */
.maintitle {
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px white;
}

.title_with_separator {
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #000000;
    padding-top: 40px;
    letter-spacing: 2px;
    border-bottom: 2px solid #EF2600;
}

.title_no_separator {
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #000000;
    padding-top: 40px;
    letter-spacing: 2px;
}

.mapcontainer {
    width: 99.8%;
    border-left: 1px solid #385696;
    border-right: 1px solid #385696;
    border-top: 1px solid #385696;
    border-bottom: 1px solid #385696;

}

#wrapper {
    position: relative;
    margin: 0 auto;
}

#over_map p {
    margin: 15px;
    font-size: 0.917em;
}

.map {
    height: 600px;
    width: 100%;
}

#wrap {
    min-height: 100%;
}



/* This is for the separator belog the Dashboard Title */

.column_half {
    width: 50%;
    float: left;
    margin-top: 0px;
}

.columns {
    width: 25%;
    float: left;
    font-family: "Source Sans Pro";
    color: #A5A5A5;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.container .columns h4 {
    text-align: center;
    color: #01B2D1;
}

.left_article {
    background-color: #FFFFFF;
    width: 60%;
    float: left;
    font-family: "Source Sans Pro";
    color: #343434;
    padding-bottom: 20px;
}

.noDisplay {
    display: none;
}

.container .left_article h3 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
    color: #717070;
    font-weight: bold;
    text-transform: uppercase;
}

.container .left_article p {
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #B3B3B3;
}

.right_article {
    width: 40%;
    float: left;
    background-color: #F6F6F6;
}

.container .right_article ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.right_article ul li {
    font-family: "Source Sans Pro";
    list-style: none;
    text-align: center;
    background-color: #B3B3B3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.3s linear;
    border-left: 5px solid #717070;
}

.right_article ul li:hover {
    background-color: #717070;
    cursor: pointer;
}

.title {
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    ;
    text-align: right;
    color: #000000;
    letter-spacing: 2px;
}

.placeholder {
    /* [disabled]max-width: 400px;
*/
    /* [disabled]max-height: 200px;
*/
    width: 100%;
    padding-top: 30px;
    /* [disabled]padding-left: 19px;
*/
    padding-bottom: 30px;
    height: 100%;
}

.left_half {
    background-color: #52BAD5;
}

.container .column_half.left_half h2 {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    text-align: center;
}

.right_half {
    background-color: #01B2D1;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    text-align: center;
    font-weight: bold;
}

.column_title {
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright {
    text-align: center;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: "Source Sans Pro";
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

@media (max-width: 320px) {

    .maintitle {
        font-weight: normal;
        font-style: normal;
        font-size: 70%;
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
        color: #000000;
        letter-spacing: 2px;
    }

    .logo_img {
        width: 100%;
        height: auto;
        padding-top: 10px;


    }

    .secondary_header ul li {
        float: none;
        margin-top: 28px;
        margin-left: 0px;
        width: 100%;
    }

    .container .secondary_header ul {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .secondary_header {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 1px;
        padding-bottom: 40px;
    }

    .left_article {
        width: 100%;
        height: auto;
    }

    .right_article {
        width: 100%;
        height: auto;
    }

    .placeholder {
        width: 100%;
        margin-top: 22PX;
        margin-right: 0px;
        margin-bottom: 22PX;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        max-width: 400px;
        max-height: 200px;
        height: auto;
    }

    .columns {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0PX;
        padding-right: 0PX;
        padding-bottom: 0PX;
        padding-left: 0PX;
    }

    .columns p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .column_half.left_half {
        width: 100%;
    }

    .column_half.right_half {
        width: 100%;
    }

    .copyright {
        padding-top: 25px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .container .left_article h3 {
        margin-top: 30px;
    }

    .social .social_icon img {
        width: 80%;
    }
}

@media (min-width: 321px) and (max-width: 768px) {

    .maintitle {
        font-weight: normal;
        font-style: normal;
        font-size: 125%;
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
        color: #000000;
        letter-spacing: 2px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .logo_img {
        width: 125%;
        height: auto;
        padding-top: 10px;


    }

    .secondary_header ul li {
        float: none;
        margin-top: 28px;
        margin-left: 0px;
        width: 100%;
    }

    .container .secondary_header ul {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .secondary_header {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 1px;
        padding-bottom: 40px;
    }

    .left_article {
        width: 100%;
        height: auto;
    }

    .right_article {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
    }

    .placeholder {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .columns {
        width: 100%;
        margin-top: 6px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .columns p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .column_half.left_half {
        width: 100%;
    }

    .column_half.right_half {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {

    .maintitle {
        font-weight: normal;
        font-style: normal;
        font-size: 150%;
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
        color: #000000;
        letter-spacing: 2px;
    }

    .logo_img {
        width: 85%;
        height: auto;

    }

    .secondary_header {
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .secondary_header ul li {
        margin-top: 10px;
        margin-right: 7%;
        margin-bottom: 10px;
        margin-left: 7%;
    }

    .left_article {
        height: auto;
    }

    .right_article {
        height: auto;
        padding-bottom: 27px;
    }

    .placeholder {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .columns {
        width: 50%;
        float: left;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .container .columns p {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1001px) {}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.thumbnail {
    width: 100px;
    border-radius: 200px;
    height: 100px;
    margin-left: auto;
}

.thumbnail_align {
    text-align: center;
}

.social {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #414141;
    clear: both;
    overflow: auto;
}

.social_icon {
    width: 25%;
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
}

.container .social .social_icon:hover {
    cursor: pointer;
    opacity: 0.5;
}

/* RB - Added - Start */

.subtitle {
    margin: 1em;
    font-size: 1.2em;
    text-align: justify;
}

.subtitle a {
    color: revert;
}

.subtitle p a {
    font-weight: bold;
}

a.url {
    color: revert;
}

.status-heading {
    padding: 0 1em;
}

.status-td {
    text-align: center;
}

.status-td select {
    width: 10em;
}

.status {
    font-size: 13pt;
}

.status.fancy {
    display: flex;
    flex-direction: column;
    padding: 0.2em;
    background: #e0e0e0;
    border-radius: 1em;
}

.status.fancy:not(.status.fancy:last-child) {
    margin-bottom: 1em;
}

.gauge { /* NOTE: To work around https://github.com/toorshia/justgage/issues/93 */
    display: none;
    height: 10.5em;
    width: 14em;
}

.pollutant-table {
    margin-top: 1.5em;
}

.pollutant-table.fancy {
    margin-top: 0;
}

.pollutant-table td:nth-child(1) {
    /* Status indicator */
    width: 25%;
}

.pollutant-table td:nth-child(2) {
    /* Chart */
    width: 75%;
}

.pollutant-table thead * {
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.pollutant-data {
    display: flex;
    align-items: center;
}

.flex-pollutant-status {
    width: 18em;
    margin: 1em;
}

.pollutant-chart {
    width: 100%;
    height: 360px;
    margin-top: 2.5em;
    text-align: center;
    line-height: 350px;
    border: 1px solid #385696;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.pollutant-chart.fancy {
    margin-top: 0;
}

.pollutant-chart-container {
    margin-bottom: 1em;
    flex-grow: 1;
    flex-shrink: 1;
    width: min-content;
}

.chart-footnote {
    background: var(--tertiary, #c3cfe2);
    margin: 0.5em 0 1em;
    padding: 0.4em 0.6em;
    border-radius: 1em;
}

.history-table {
    text-align: center;
}

.history-table th:nth-child(1), .history-table td:nth-child(1)  {
    /* Pollutant */
    width: 15%;
    text-transform: uppercase;
    word-spacing: 100vw; /* Force 1 word per line */
    text-align: center;
}

.history-table th:nth-child(2), .history-table td:nth-child(2) {
    /* Current Reading */
    width: 15%;
}

.history-table th:nth-child(3), .history-table td:nth-child(3) {
    /* Data Trend Graph */
    width: 58%;
}

.history-table.fancy th:nth-child(2), .history-table.fancy td:nth-child(2) {
    /* Data Trend Graph */
    width: 73%;
}

.history-table th:last-child, .history-table td:last-child {
    /* Range */
    width: 12%;
}

.history-table th, .history-table td {
    padding: 0.5em 0 0.5em 0;
}

.history-row:nth-child(odd) {
    background: #f1f1f1;
}

.history-row div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-row * {
    margin: 0;
}

.history-row select {
    margin-top: 0.5em;
    width: 8em;
}

.history-row .range-buttons {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.history-row .range-buttons a {
    margin: 0.2em;
}

.history-chart {
    font-weight: normal;
}

.content_area {
    margin: 0 8em;
}

@media (max-width: 1280px) {
    .content_area {
        margin: 0 4em;
    }
}

@media (max-width: 900px) {
    .content_area {
        margin: 0;
    }

    .pollutant-data {
        flex-direction: column !important;
    }
}

/* RB - Added - End */

.button {
    display: inline-block;
    display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

.medium {
    font-size: 14px;
    padding: .2em 1em .275em;
}

/* blue */
.blue {
    color: #fff !important;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.blue-selected,
.blue-selected:hover {
    color: white;
    border: solid 1px #0c4a63;
    background: -webkit-gradient(linear, left top, left bottom, from(#086385), to(#14a0d3));
    background: -moz-linear-gradient(top, #086385, #14a0d3);
    cursor: default;
}