.infowindow {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.search_btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    /*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;*/
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #337fed;
    display: inline-block;
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 0;
    font-weight: bold;
    font-style: normal;
    height: 31px;
    line-height: 31px;
    width: 70px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #1570cd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-color: #4d90fe;
    /*background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);*/
    background-image: -moz-linear-gradient( center top, #4d90fe 5%, #4787ed 100% );
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#4787ed');
    border: 1px solid #3079ed;
    position: relative;
    top: 7px;
}

    .search_btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
        background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
        background-color: #1e62d0;
    }

    .search_btn:active {
        position: relative;
        top: 1px;
    }

.search_icon {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180827175201/http://prtr.epa.gov.tw/Content/images/nav_logo195.png') no-repeat -113px -61px;
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABfElEQVQ4T6XTv0tCQRwA8O/33o/oP2iptSAyCJR4PzKtpvaEtmpqaBXCpRbBPVyCCIIGCfoDKvU9vadIDuYSLUGO1RAVDfruOocnpr6wvO3uvve57919D2HEhiOuhz7AMFYNlNkOAJsEIA3WdE8otQp+G/0AdDO8ryhKkjFW58BqgDgnoTQv+od2PnswCOkAIV03FSLbIihBC1bSCw5HVuKImAIGa/n89XUv0gEW9aVTwiHgOPZCb5AZidxyhg9FK7vpDxhGjgA8OsXidh+wHD0mHGct60bzBTTdPAPAaYfaoQEZlEUGTyKDDV/AENfPUboSF7ZXooUjL1Azw7uqoqRZy43Zdi7jC7QnNMNMIZI4d7kD6NY4kgBBohMiDgd49/z1Eb2vVF67kb46CGnmugywJZ5wigE0OOeXErKEJKsz4jXqn+9v0Wq1+uIhQ1ViMBicUFQ1NwgZCmjv1o00W26mTO1Ye3xowEPksfE0cPeiROn5n4FfS/m/v/IbTC6PEd6JR7QAAAAASUVORK5CYII=');*/
    color: transparent;
    display: inline-block;
    height: 18px;
    margin: 4px auto 3px;
    width: 18px;
}

.pager {
    margin: 8px 3px;
    padding: 3px;
    text-align: right;
}

    .pager .disabled {
        border: 1px solid #ddd;
        color: #999;
        margin-top: 4px;
        padding: 3px;
        text-align: center;
    }

    .pager .current {
        background-color: #6ea9bf;
        border: 1px solid #6e99aa;
        color: #fff;
        font-weight: bold;
        margin-top: 4px;
        padding: 2px 5px;
        text-align: center;
    }

    .pager span, .pager a {
        margin: 4px 3px;
    }

    .pager a {
        border: 1px solid #aaa;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
    }

        .pager a.imgBtn {
            border: 0;
            padding: 0;
        }

.pagination {
    display: inline-block;
    position: relative;
    /*top: 8px;*/
    margin-left: 5px;
}

    .pagination img {
        border: 0;
        vertical-align: middle;
        padding-bottom: 4px;
    }

tr.data_tr td {
    padding-bottom: 10px;
}

td.up {
    vertical-align: top;
}

td.data_td a {
    color: #1E31B4;
    font-weight: bold;
    text-decoration: none;
}

.additional_topLeft {
    width: 100%;
    /*margin-top: 20px;*/
    /*float: left;*/
}

.additional_condition{
    /*margin-top: 10px;*/
}

.additional_topRight {
    display: inline-block;
    position: relative;
    top: 5px;
    overflow: auto;
    width: 60%;
    height: 30px;
    /*overflow: auto;*/
    /*width: 30%;*/
    /*height: 60px;
    margin-top: 10px;*/
}

    .additional_topRight span {
        display: inline-block;
        padding: 4px 6px;
        margin: 0 3px 3px 0;
        font-size: 14px;
        background-color: RGB(207,220,247);
        cursor: pointer;
    }

        .additional_topRight span::after {
            content: "";
            width: 17px;
            height: 17px;
            background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180827175201/http://prtr.epa.gov.tw/Content/images/close.png');
            background-repeat: no-repeat;
            float: right;
            position: relative;
            right: -2px;
            top: 2px;
        }

.additional_wrap {
    /*margin-top: 20px;*/
}

.additional_left {
    width: 20%;
    border-right: 1px solid #888;
}

.additional_middle {
    width: 49.4%;
    margin-left: 3px;
}

.additional_right {
    width: 30%;
    border-left: 1px solid #888;
}

.ui-accordion .ui-accordion-icons {
    padding-left: .5em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    left: initial;
    right: .5em;
}

.ui-accordion .ui-accordion-content {
    padding: .5em;
}

.up_arrow {
    border-color: #909090 transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    width: 0;
    height: 0;
    position: relative;
    right: 1em;
    top: 12px;
    float: right;
    display: inline-block;
}

.down_arrow {
    border-color: #909090 transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    width: 0;
    height: 0;
    position: relative;
    right: 1em;
    top: 12px;
    float: right;
    display: inline-block;
}

.airQuality ul, #divCounty ul, .polType ul, #divBasin ul, #divIndustry ul, #divOther ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .airQuality ul li, #divCounty ul li, .polType ul li, #divBasin ul li, #divIndustry ul li, #divOther ul li {
        line-height: 25px;
        cursor: pointer;
        padding-left: 1.25em;
        border-left: 10px solid white;
    }

.additional_btn {
    background-color: #f5f5f5;
    width: 70px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1030px) {
    .additional_search_input {
        width: 80%;
    }
}

@media screen and (min-width: 1280px) {
    .additional_search_input {
        width: 85%;
    }
}


.airQuality ul li.additional_selected, #divCounty ul li.additional_selected, .polType ul li.additional_selected, #divBasin ul li.additional_selected, #divIndustry ul li.additional_selected, #divOther ul li.additional_selected {
    border-left: 10px solid #4d90fe;
    background-color: RGB(207,220,247);
}

    .airQuality ul li.additional_selected::after, #divCounty ul li.additional_selected::after, .polType ul li.additional_selected::after, #divBasin ul li.additional_selected::after, #divIndustry ul li.additional_selected::after, #divOther ul li.additional_selected::after {
        content: "";
        width: 17px;
        height: 17px;
        background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180827175201/http://prtr.epa.gov.tw/Content/images/close.png');
        background-repeat: no-repeat;
        float: right;
        position: relative;
        right: 10px;
        top: 4px;
    }



.infowindow .report {
    border-top: 1px solid #e2e2e2;
    margin-top: 3px;
    padding-top: 3px;
}






/*
     FILE ARCHIVED ON 17:52:01 八月 27, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:40:50 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
