﻿@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:500,600,700';

body, h1, h2, h3, h4, h5, h6, input[type=text], input[type=password], input[type=email], textarea, select, input[type=button], input[type=submit], button {
    font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
    text-transform: none;
}

body {
    color: #707070;
    font-size: 15px;
    line-height: 27px;
    background-color: #fff;
    overflow-x: hidden;
}

body, html {
    overflow-x: hidden;
}

*:focus, canvas, label, div, span {
    outline: none !important;
}

a, button {
    outline: none !important;
}

img {
    max-width: 100%;
}

body p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}

.p0 {
    padding: 0 !important;
}

.p15 {
    padding: 15px !important;
}

.pr5 {
    padding-right: 5px;
}

.pl10 {
    padding-left: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt-25 {
    margin-top: -25px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.bold {
    font-weight: bold !important;
}

.text-blue {
    color: #006CB6 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.text-justify {
    text-align: justify !important;
}

.f18 {
    font-size: 18px !important;
}

.opacity-30 {
    -ms-opacity: 0.3;
    opacity: 0.3;
}

.opacity-20 {
    -ms-opacity: 0.2;
    opacity: 0.2;
}

.opacity-70 {
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.no-border-radius {
    border-radius: 0 !important;
}

::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
    text-transform: lowercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

/*----------------------------------------------------------------------------------------------- Header Start */

.application-name {
    cursor: default;
}

#header-container.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #2A3F54;
}

#header {
    position: relative;
    z-index: 999;
    padding: 6px 0 10px 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
    font-size: 16px;
}

header.fullwidth .container {
    width: 100%;
    margin: 0;
}

#collapseRightHandSidePanel {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 75px;
    border: 1px solid #ccc;
    left: -30px;
    top: 138px;
    background: #fff;
    border-right: 0;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    #collapseRightHandSidePanel i {
        padding-top: 30px;
        padding-left: 10px;
    }

    #collapseRightHandSidePanel.community-description-minimized {
        background: #f7f7f7;
    }

    #collapseRightHandSidePanel.getting-right-side-panel-data {
        background: #f7f7f7;
    }

    #collapseRightHandSidePanel.minimized {
        background: #fff;
    }

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1239px) and (min-width: 1025px) {
    .left-side {
        width: 100%;
        display: inline-block;
    }
}

.left-side {
    float: left;
    width: 100%;
    display: inline-block;
}

#logo {
    margin-right: 50px;
    float: left;
    display: inline-block;
    margin-top: 3px;
}

    #logo img {
        width: auto;
        transform: translate3d(0,0,0);
    }

    #logo span {
        position: relative;
        top: 5px;
        font-size: 20px;
        color: #fff;
    }

@media (max-width: 1239px) and (min-width: 1025px) {
    .right-side {
        width: auto;
        display: inline-block;
        margin-top: -126px;
        position: relative;
    }
}

.right-side {
    float: right;
    width: 35%;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------Header End*/

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.description {
    cursor: default;
}

.default-heading {
    font-size: 18px !important;
}

.ab617-container {
    height: 100%;
    width: 100%;
}

#community-link-header {
    width: 100%;
    height: 50px;
    background: #fff;
}

#link-container {
    float: right;
    padding: 15px;
    padding-right: 25px !important;
}

    #link-container a {
        font-size: 14px;
    }

        #link-container a:first-child {
            padding-right: 15px;
        }

#community-ajax-container {
    background: #f7f7f7;
    position: relative;
}

#ab617-default-content {
    height: 100vh;
    background: #fff;
    position: relative;
    z-index: 10;
}

.ab617-inner-container.content {
    width: 30%;
    background-color: #f2f2f2;
    z-index: 995;
    position: relative;
    padding-top: 40px;
    height: 100% !important;
}

.ab617-inner-container {
    background-color: #fff;
    z-index: 10;
    float: right;
    display: inline-block;
}

.ab617-content {
    max-height: 100%;
    padding: 0;
    position: relative;
    z-index: 10;
}

.ab617-container section.community-monitoring-site-box {
    padding: 0px 40px 0 40px;
    background-color: #fff;
    padding-bottom: 15px;
}

    .ab617-container section.community-monitoring-site-box .minimize-community-monitoring-box {
        right: -10px;
        top: 7px;
        top: 15px;
        cursor: pointer;
        color: #666;
        font-size: 15px;
        position: absolute;
        background-color: #fff;
        display: block;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        transition: all .4s;
        border: 1px solid #fff;
    }

.ab617-container section.default-content.community-monitoring-site-box .description {
    padding-top: 15px;
    font-size: 15px !important;
    line-height: 28px;
}

.ab617-container section.community-monitoring-site-box-minimized {
    padding: 5px 40px 0 40px;
    background-color: #fff;
    /*position: absolute;*/
    width: 100%;
    top: 55px;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

    .ab617-container section.community-monitoring-site-box-minimized h3.heading {
        /*margin: 25px 0;*/
        margin: 20px 0;
    }

    .ab617-container section.community-monitoring-site-box-minimized .maximize-community-monitoring-box {
        position: absolute;
        right: 0px;
        top: 18px;
        cursor: pointer;
    }

.heading {
    color: #006cb6;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
    line-height: 20px;
}

    .heading::before {
        content: "";
        height: 4px;
        background: #006cb6;
        width: 45px;
        position: absolute;
        left: 0;
        bottom: -8px;
        z-index: 0;
    }

.monitoring-site-container ul:last-child {
    margin-bottom: 0px;
    border-radius: 0 0 4px 4px;
}

.monitoring-site-container ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

    .monitoring-site-container ul li {
        padding: 0 0 5px 0;
        position: relative;
    }

.monitoring-site-container h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    cursor: default;
}

.monitoring-site-container p {
    padding: 0;
    font-size: 13px;
    margin: 0;
    display: inline-block;
    width: 100%;
    cursor: default;
    text-align: left;
}

.monitoring-site-container span {
    position: absolute;
    right: 0px;
    top: 65%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 18px;
    color: #777;
}

.ab617-container {
    opacity: 1;
    transition: all .3s;
    margin-top: 10px !important;
    margin-bottom: 70px;
}

    .ab617-container .ab617-pollutants-section.minimized {
        position: absolute;
        width: 100%;
        top: 110px;
        background: #f2f2f2;
        padding-top: 10px;
    }

    /* MTH */
    .ab617-container .ab617-pollutants {
        padding: 0 0 15px 25px;
        margin: 0;
/*        padding-bottom: 25px;*/
    }

.ab617-inner-container.map-fixed {
    height: 100vh;
    position: fixed;
    top: 0;
    padding-top: 50px;
    background: #f9f9f9;
}

.ab617-container #map-container {
    position: relative;
    top: 5px;
    left: 0;
    height: 101% !important;
    width: 100%;
    z-index: 990;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
}

#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 990;
    margin-bottom: 60px;
}

#viewDiv {
    height: 100% !important;
    border-bottom: 1px solid #ccc;
    width: 100%;
    outline: none !important;
}

#monitoring-site-pollutants-container {
    min-height: 500px;
    border-top: 1px solid #ddd;
}

.conclusion-statement {
    color: navy;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
}

#monitoring-site-pollutants-container.minimized-state {
    /*margin-top: 70px;*/
}

.pollutant-box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0px #eee;
    margin-top: -5px;
    transition: 0.2s;
    cursor: default;
}

    .pollutant-box:first-child {
        margin-top: 15px;
    }

    .pollutant-box:hover {
        transform: scale(1.02, 1.02);
        box-shadow: 5px 5px 25px 0px #d9d9d9;
    }

    .pollutant-box .header {
        height: 40px;
        background: #f7f7f7;
    }

        .pollutant-box .header h3 {
            padding: 13px;
            color: #666;
            font-weight: bold;
            font-size: 16px;
        }

        .pollutant-box .header .code {
            color: #aaa;
            font-weight: normal;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 85%;
        }

    .pollutant-box .average-hour-box {
        width: 100%;
        min-height: 100px;
    }

        .pollutant-box .average-hour-box .average-hour-sub-box {
            padding: 5px 15px 15px 0px;
        }

            .pollutant-box .average-hour-box .average-hour-sub-box .average-value {
                color: #666;
                font-weight: bold;
                font-size: 23px;
                padding: 18px 0px;
                border-right: 1px solid #ccc;
                width: 30%;
                text-align: center;
                float: left;
            }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-value span.aqi {
                    padding-top: 10px;
                    font-size: 30px;
                    color: #666; /*5285b9;*/
                    cursor: pointer;
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar {
                    width: 75px;
                    margin: 0 auto;
                    margin-top: 5px;
                    min-height: 5px;
                    cursor: pointer;
                }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar.good {
                        border: 1px solid #00e400;
                        background: #00e400;
                    }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar.moderate {
                        border: 1px solid #ffff00;
                        background: #ffff00;
                    }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar.unhealthy-for-sensitive-groups {
                        border: 1px solid #ff7e00;
                        background: #ff7e00;
                    }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar.unhealthy {
                        border: 1px solid #ff0000;
                        background: #ff0000;
                    }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar.very-unhealthy {
                        border: 1px solid #8f3f97;
                        background: #8f3f97;
                    }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value div.aqi-color-bar.hazardous {
                        border: 1px solid #7e0023;
                        background: #7e0023;
                    }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-value .average-value-unit.aqi-unit {
                    color: #666;
                    min-height: 12px;
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-value span.average-value-label {
                    color: #666;
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-value .average-value-unit {
                    font-size: 15px;
                    padding-left: 5px;
                }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-value .average-value-unit.average-value-unit-label {
                        color: #aaa;
                        font-weight: normal;
                    }

            .pollutant-box .average-hour-box .average-hour-sub-box .average-info {
                width: 70%;
                float: left;
                padding: 0 10px;
                color: #b5b5b5;
                font-size: 12px;
                margin-top: -5px;
            }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-info .average-label-value {
                    font-weight: bold;
                    color: #a1a1a1;
                    margin-top: -10px;
                    font-size: 15px;
                }

                    .pollutant-box .average-hour-box .average-hour-sub-box .average-info .average-label-value.highlighted {
                        color: #ee463b;
                    }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-info .state-federal-standard-text {
                    margin-top: 3px;
                    line-height: 18px !important;
                    font-size: 12px;
                }

            .pollutant-box .average-hour-box .average-hour-sub-box .average-chart {
                position: absolute;
                right: 15px;
                cursor: pointer;
                margin-top: 5px;
            }

            .pollutant-box .average-hour-box .average-hour-sub-box .average-chart {
                color: #b5b5b5;
                font-size: 15px;
                position: absolute;
                right: 10px;
                background-color: #fff;
                display: block;
                height: 30px;
                width: 30px;
                border-radius: 50%;
                transition: all .4s;
                border: 1px solid #fff;
                margin-top: 30px;
            }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-chart .fa {
                    margin: 7px 0 0 6px;
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-chart:before, .pollutant-box .average-hour-box .average-hour-sub-box .average-chart:after {
                    transition: opacity .3s,transform .4s cubic-bezier(0,-.41,.19,2.5);
                    font-family: fontawesome;
                    position: absolute;
                    right: 0;
                    left: 0;
                    text-align: center;
                    top: 3px;
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-chart:before {
                    transform: scale(.95);
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-chart:after {
                    content: "\f004";
                    opacity: 0;
                    transform: scale(.5);
                }

                .pollutant-box .average-hour-box .average-hour-sub-box .average-chart:hover {
                    color: #fff;
                    background-color: #ee463b;
                    border: 1px solid #ee463b;
                }

#chart-container {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1000000;
    padding: 15px;
    height: 475px;
    bottom: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

#chart .fa-times-thin:before {
    content: '\00d7';
}

#close-chart {
    position: absolute;
    font-size: 50px;
    color: #aaa;
    cursor: pointer;
    top: 0px;
    z-index: 1000;
    right: 15px;
}

#map-loader {
    margin: auto;
    width: 100%;
    padding: 50px;
    text-align: center;
    position: absolute;
    top: 40%;
}

    #map-loader img {
        width: 50px !important;
    }

#chart-loader {
    position: absolute;
    top: 40%;
    left: 45%;
    text-align: center;
    z-index: 100;
}

    #chart-loader img {
        width: 55px;
    }

.pollutant-chart-container {
    height: 350px;
}

.chart-pollutant-tooltip-header {
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.chart-standard-above-below-same-text {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #b5b5b5;
    border-top: 1px solid #f2f2f2;
}

.chart-tooltip-label-text {
    font-size: 12px;
    color: #b5b5b5;
}

.chart-tooltip-label-value {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    color: #666;
    position: relative;
    top: -5px;
}

.chart-tooltip-label-unit {
    padding-left: 5px;
    font-weight: normal;
    font-size: 12px;
}

.chart-tooltip-datetime-label-text {
    text-align: center;
    color: #aaa;
    padding-top: 25px;
}

.popup-text {
    font-weight: bold;
    cursor: default;
}

#community-content-loader {
    position: absolute;
    margin-top: 40%;
    margin-left: 40%;
    z-index: 1000 !important;
    text-align: center;
    width: 100px;
}

    #community-content-loader img {
        width: 55px;
    }

.no-data {
    text-align: center;
    color: #cccccc;
    margin-top: 15px;
}

.read-more-less-text {
    padding: 2px 5px 2px 5px;
    margin-left: 5px;
    color: #f3817a;
    cursor: pointer;
}

    .read-more-less-text:hover {
        color: #ee463b;
        background: #fde8e7;
        border-radius: 5px;
    }

    .footer-row {
    /*position: fixed;
    width: 100%;*/
    bottom: 0;
}

.footer-logo-container {
    background: #2A3F54;
    color: #fff;
    min-height: 135px;
}

    .footer-logo-container img {
        margin: 15px;
        height: 100px;
        float: left;
    }

    .footer-logo-container .footer-text {
        padding: 30px 0px;
        float: left;
        cursor: default;
    }

        .footer-logo-container .footer-text p {
            font-size: 14px;
        }

.footer-text-links {
    float: right;
    padding: 15px;
    padding-top:30px;
}

    .footer-text-links a {
        font-size: 12px;
        display: block;
        color: #ffffff;
        text-align: right;
    }


.footer-second-container {
    background-color: #006cb6;
    color: #fff;
    padding: 5px 17px;
    cursor: default;
}

    .footer-second-container span {
        font-size: 12px;
        position: relative;
        top: -1px;
    }

    .footer-second-container p {
        font-size: 12px;
        float: right;
    }

        .footer-second-container p a {
            color: #ffffff !important;
        }

        .footer-second-container p span {
            padding: 0 5px;
            font-weight: bold;
        }

.ab617-inner-container.content.collapsed {
    -moz-min-width: 0 !important;
    -ms-min-width: 0 !important;
    -o-min-width: 0 !important;
    -webkit-min-width: 0 !important;
    min-width: 0 !important;
    width: 0 !important;
}

.ab617-inner-container.map-fixed.collapsed {
    width: 100% !important;
}

.monitoring-site-get-pollutant-trigger {
    color: #d9534f !important;
    font-weight: bold;
    cursor: pointer;
    float: right;
}

.esri-popup__header-title {
    font-weight: bold;
    color: #006CB6 !important;
    line-height: 20px !important;
    word-break: keep-all !important;
    text-align: left !important;
}

.esri-widget__table tr th {
    width: 25% !important;
}

.esri-popup__content {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.esri-widget__table tr:nth-child(odd), .esri-widget__table tr:nth-child(even) {
    background: none !important;
}

.esri-popup__header-buttons {
    display: none !important;
}

.esri-popup__footer {
    display: none !important;
}

.esri-view-width-xsmall .esri-popup--is-docked-top-center .esri-popup__main-container, .esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__main-container {
    border-bottom: 1px solid #ccc !important;
}

/*.esri-zoom {
    display: none !important;
}*/

.esri-expand__container {
    position: relative !important;
}

.esri-legend__layer-caption {
    display: none !important;
}

.esri-feature__field-header {
    cursor: default;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container {
    text-align: left;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table td:hover {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: #fbebed !important;
        color: black;
        cursor: not-allowed;
        border-radius: 0 !important;
    }

.buttons-excel {
    float: right;
    margin-top: -35px;
    margin-right: 8px;
}

div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #f2f2f2;
    padding: 10px;
}

#search-result-table {
    width: 100% !important;
}

#search-result-table_length {
    padding-left: 10px;
}

#search-result-table_info {
    padding-left: 10px;
    font-weight: bold;
    color: #006cb6;
}

#search-result-table_paginate {
    margin-bottom: 15px;
    padding-right: 10px;
}

.tooltip.bottom .tooltip-inner {
    background-color: #666 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #666 !important;
}

.tooltip.left .tooltip-inner {
    background-color: #666 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #666 !important;
}

#historical-search-panel.searched > * .data-enquiry-message {
    width: 75%;
}

#message-container {
    position: relative;
    height: 100vh;
    background: #fff !important;
}

    #message-container .message-container {
        position: absolute;
        left: 50%;
        top: 35%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.message-container {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
}

    .message-container .message-sub-container {
        position: relative;
        height: 100px;
    }

        .message-container .message-sub-container h1 {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 40px;
            font-weight: 400;
            margin: 0px;
            color: #ff6f68;
            -webkit-background-clip: text;
            background-clip: text;
            text-transform: uppercase;
            width: 100%;
        }

    .message-container h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 20px;
        font-weight: 200;
        margin-top: 0px;
        margin-bottom: 25px;
        letter-spacing: 3px;
    }


    .message-container p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-weight: 200;
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: center;
    }


    .message-container a {
        font-family: 'Kanit', sans-serif;
        color: #ff6f68;
        font-weight: 200;
        text-decoration: none;
        border-bottom: 1px dashed #2a3f54;
        border-radius: 2px;
    }

.no-data-message-container {
    height: 50vh !important;
}

    .no-data-message-container h1 {
        font-size: 30px !important;
    }

    .no-data-message-container h2 {
        font-size: 12px !important;
        line-height: 20px;
    }

.no-monitoring-site-data-message-container {
    height: 100vh !important;
}

.no-history-search-data-message-container {
    height: 100vh !important;
}

.accordion {
    margin: 0 auto 100px;
    padding-left: 0;
    margin-bottom: -15px;
}

    .accordion li {
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        list-style: none;
    }

        .accordion li:last-child {
            position: relative;
            list-style: none;
        }

        .accordion li p {
            padding: 0px 22px 5px 15px;
            font-size: 15px;
            line-height: 25px;
            text-align: justify;
        }

        .accordion li ul {
            padding: 0 0 0 25px;
            margin-bottom: 25px;
        }

        .accordion li ul li {
            border-bottom:none !important;
            padding: 0 0 0 0;
            position: relative;
            list-style-type: disc;
        }

         .accordion li ul li:last-child {
            position: relative;
            list-style: disc !important;
        }


    .accordion a {
        width: 100%;
        cursor: pointer;
        line-height: 3;
        font-size: 14px;
        font-size: 0.875rem;
        text-indent: 15px;
        user-select: none;
        font-size: 15px;
        height: 55px;
    }

        .accordion a:focus, a:hover {
            text-decoration: none !important;
        }

        .accordion a.accordion-header:after {
            width: 8px;
            height: 8px;
            border-right: 1px solid #4a6e78;
            border-bottom: 1px solid #4a6e78;
            position: absolute;
            right: 23px;
            content: " ";
            top: 27px;
            transform: rotate(-45deg);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .accordion p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 2;
        padding: 10px;
    }

        .accordion p a {
            display: inline;
            color: #337ab7;
            font-size: 14px;
            font-weight: normal;
            line-height: 2;
        }


        .accordion p span.facility-row {
            display: block !important;
            border-bottom: 1px solid #eee;
            padding: 5px 0px;
        }

            .accordion p span.facility-row a {
                font-size: 14px;
            }

                .accordion p span.facility-row a.facility-id {
                    text-indent: 0;
                }

            .accordion p span.facility-row:last-child {
                border-bottom: none;
            }

a.accordion-header {
    cursor: pointer !important;
}

    a.accordion-header.active:after {
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.accordion-content {
    padding: 0px 20px 10px 20px;
}

.accordion .title {
    color: #006cb6;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

    .accordion .title::before {
        content: "";
        height: 4px;
        background: #006cb6;
        width: 75px;
        position: absolute;
        left: 15px;
        bottom: 5px;
        z-index: 0;
    }

    .accordion .title i {
        position: relative;
        left: -15px;
    }

    .accordion .title span {
        position: relative;
        left: -10px;
    }

.accordion .faq .question {
    display: block !important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

    .accordion .faq .question:last-child {
        border-bottom: none !important;
    }


@media only screen and (max-width: 480px) {
    .message-container .message-sub-container {
        position: relative;
        height: 100px;
    }

        .message-container .message-sub-container h1 {
            font-size: 25px;
        }

    .message-container h2 {
        font-size: 20px;
        line-height: 25px;
    }
}
@media only screen and (min-width : 320px) {
    .accordion {
        margin-top: 15px;
    }

    .application-name {
        font-size: 16px;
    }

    .ab617-content {
        max-height: 100000px;
    }

    #ab617-default-content {
        height: auto;
    }
}

@media only screen and (min-width : 480px) {
    .accordion {
        margin-top: 15px;
    }

    .application-name {
        font-size: 20px;
    }

    .ab617-content {
        max-height: 100000px;
    }

    #ab617-default-content {
        height: auto;
    }

    .footer-row {
        position: relative;
        width: auto;
        bottom: auto;
    }
}

@media (max-width: 1000px) {
    #chart-container {
        top: 45px;
        border-right: 0;
    }

    #collapseRightHandSidePanel {
        display: none;
    }

    .community-monitoring-site-box-minimized {
        top: 0 !important;
    }

    .ab617-inner-container.content {
        width: 100% !important;
        margin-top: 490px !important;
        padding-top: 0;
    }

    .ab617-inner-container.map-fixed {
        height: 500px;
        position: absolute;
        top: 0px;
        padding-top: 0px !important;
        width: 100% !important;
    }

    #map-loader {
        top: 40%;
    }

    #close-chart {
        top: 15px;
    }
}


@media(max-width: 600px) {
    .footer-logo-container {
        min-height: 130px;
    }

        .footer-logo-container .footer-text {
            padding: 15px;
        }

        .footer-logo-container img {
            height: 65px;
        }

    .footer-text p {
        font-size: 11px;
    }

    .footer-second-container p {
        font-size: 11px !important;
        margin-right: -70px;
    }
}

@media(max-width: 575px) {
    .footer-logo-container {
        min-height: 130px;
    }

        .footer-logo-container .footer-text {
            padding: 15px 0px;
        }

        .footer-logo-container .footer-text {
            padding: 15px !important;
        }

        .footer-logo-container img {
            height: 65px !important;
        }

    .footer-text p {
        font-size: 12px !important;
    }

    .footer-second-container p {
        font-size: 12px !important;
    }
}

@media (max-width: 412px) {
    .application-name {
        font-size: 15px !important;
    }

    .default-heading {
        font-size: 15px !important;
    }

    .pollutant-box .average-hour-box .average-hour-sub-box .average-value {
        font-size: 15px !important;
    }

        .pollutant-box .average-hour-box .average-hour-sub-box .average-value .average-value-unit {
            font-size: 13px !important;
        }

    #map-loader {
        top: 40%;
    }

    #historical-search-criteria .criteria {
        font-size: 14px;
    }

    #historical-search-panel.searched {
        height: 100vh;
    }


    .footer-logo-container {
        min-height: 130px;
    }

        .footer-logo-container .footer-text {
            padding: 15px !important;
        }

        .footer-logo-container img {
            height: 65px !important;
        }

    .footer-text p {
        font-size: 12px !important;
    }

    .footer-second-container p {
        font-size: 11px !important;
        float: none;
    }

    .footer-text-links {
        float: none !important;
        display: inline !important;
        text-align: center;
    }

        .footer-text-links a {
            font-size: 12px;
            display: inline;
            color: #ffffff;
            text-align: right;
            margin: 15px;
        }
}

@media (max-width: 500px) {
    .footer-logo-container {
        min-height: 130px;
    }

        .footer-logo-container .footer-text {
            padding: 15px !important;
        }

        .footer-logo-container img {
            height: 65px !important;
        }

    .footer-text p {
        font-size: 12px !important;
    }

    .footer-second-container p {
        font-size: 11px !important;
        float: none;
    }
}

@media (max-width: 455px) {
    .footer-logo-container {
        min-height: 130px;
    }

        .footer-logo-container .footer-text {
            padding: 15px !important;
        }

        .footer-logo-container img {
            height: 65px !important;
        }

    .footer-text p {
        font-size: 12px !important;
    }

    .footer-second-container p {
        font-size: 11px !important;
        float: none;
    }

    .footer-text-links {
        float: none !important;
        display: inline !important;
        text-align: center;
    }

        .footer-text-links a {
            font-size: 12px;
            display: inline;
            color: #ffffff;
            text-align: right;
            margin: 20px;
        }
}

@media (max-width: 375px) {

    .pollutant-box .average-hour-box .average-hour-sub-box .average-value .average-value-unit {
        font-size: 13px !important;
    }

    #map-loader {
        top: 40%;
    }

    .footer-logo-container {
        min-height: 110px;
    }

        .footer-logo-container .footer-text {
            padding: 15px !important;
        }

        .footer-logo-container img {
            height: 65px !important;
        }

    .footer-text p {
        font-size: 11px !important;
    }

    .footer-second-container p {
        font-size: 11px !important;
        float: none;
    }

    .footer-text-links {
        float: none !important;
        display: inline !important;
        text-align: center;
    }

        .footer-text-links a {
            font-size: 11px;
            display: inline;
            margin: 15px;
        }
}

@media (max-width: 360px) {
    .application-name {
        font-size: 14px !important;
    }

    .default-heading {
        font-size: 15px !important;
    }

    .pollutant-box .header .code {
        font-size: 75%;
    }

    .footer-logo-container {
        min-height: 110px;
    }

        .footer-logo-container .footer-text {
            padding: 15px 10px 10px 10px  !important;
        }

        .footer-logo-container img {
            height: 50px !important;
        }

    .footer-text p {
        font-size: 10px !important;
    }

    .footer-second-container p {
        font-size: 11px !important;
        float: none;
    }

    .footer-second-container p {
        font-size: 11px !important;
        float: none;
    }

    .footer-text-links {
        float: none !important;
        display: inline !important;
        text-align: center;
    }

        .footer-text-links a {
            font-size: 11px;
            display: inline;
            margin: 10px;
        }
}

@media (max-width: 320px) {
    #logo img {
        width: 35px;
    }

    .application-name {
        font-size: 12px !important;
    }

    .default-heading {
        font-size: 14px !important;
    }

    .pollutant-box .header .code {
        font-size: 75%;
    }

    #map-loader {
        top: 40%;
    }

    .footer-text-links {
        float: none !important;
        display: inline !important;
        text-align: center;
    }

        .footer-text-links a {
            font-size: 12px;
            display: inline;
            color: #ffffff;
            text-align: right;
            margin: 20px;
        }
}


@media (min-width: 1000px) {
    .ab617-inner-container.content {
        min-width: 50% !important;
    }

    .ab617-inner-container.map-fixed {
        min-width: 50% !important;
    }
}

@media (min-width: 1100px) {
    .ab617-inner-container.content {
        min-width: 50% !important;
    }

    .ab617-inner-container.map-fixed {
        min-width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .ab617-inner-container.content {
        min-width: 45% !important;
    }

    .ab617-inner-container.map-fixed {
        min-width: 55% !important;
    }
}

@media (min-width: 1300px) {
    .ab617-inner-container.content {
        min-width: 40% !important;
    }

    .ab617-inner-container.map-fixed {
        min-width: 60% !important;
    }
}

@media (min-width: 1400px) {
    .ab617-inner-container.content {
        min-width: 40% !important;
    }

    .ab617-inner-container.map-fixed {
        min-width: 60% !important;
    }
}

@media (min-width: 1500px) {
    .ab617-inner-container.content {
        min-width: 40% !important;
    }

    .ab617-inner-container.map-fixed {
        min-width: 60% !important;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
    .default-heading {
        font-size: 15px !important;
    }

    #logo span {
        font-size: 15px;
    }

    .application-name {
        font-size: 15px !important;
    }

    .pollutant-box .average-hour-box .average-hour-sub-box .average-value {
        font-size: 18px;
    }

    .ab617-inner-container.content {
        width: 100% !important;
        margin-top: 440px !important;
        padding-top: 0;
    }

    .ab617-inner-container.map-fixed {
        height: 450px;
        position: absolute;
        top: 0px;
        padding-top: 65px !important;
        width: 100% !important;
        border-right: none !important;
    }

    #chart-loader {
        left: 35%;
    }
}
