﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: Layout.css
Editor: Yeats
CreateDate:2023/10/12
Last Editor: Yeats
LastDate: 2024/07/11
Version: 3.2
---------------------------
【 Table of Contents 】
	DIV XHTML頁面
	Free Style
	使用jQuery
=================================================================================*/

/*===============================================================================
                         Pages typography setting
=================================================================================*/
.pageCont {
    padding: 0 20px;
}

figure {
    text-align: center;
}

    figure img {
        border: 1px solid #E9E9E9;
    }

.Card .link {
    margin: 40px 0 20px;
}

.Card a {
    color: #fff;
    font-size: 1.25rem;
    background-color: #73C5C5;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 40px;
    margin-right: 40px;
}

    .Card a:hover {
        color: #70B5B5;
        background-color: #fff;
        border: 1px solid #9CDEDE;
        box-shadow: 0 2px 5px rgba(135, 226, 233, 0.4);
    }

/*    Environment analysis setting
================================================== */


/*    page title link setting
================================================== */
.specbtn {
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    margin: 36px 0;
    padding: 10px 0;
    width: 1300px;
    overflow-x: scroll;
}

    .specbtn img {
        width: 25px;
        height: 32px;
        margin: 0 16px;
        padding-top: 12px;
    }

    .specbtn div {
        padding-right: 50px;
        position: relative;
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

        .specbtn div a {
            color: #789849;
            font-size: 1.25rem;
            background: #EDF0EA;
            border: 1px solid #EDF0EA;
            border-radius: 30px;
            width: auto;
            white-space: nowrap;
            padding: 16px 20px;
            padding-left: 54px;
            display: block;
        }

    .specbtn a:before {
        content: url('../../images/icon_arrow.png');
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 32px;
    }

    .specbtn div:before {
        content: '';
        color: #789849;
        font-family: arial;
        font-size: 1.25rem;
        text-align: center;
        line-height: 32px;
        background: #F9FCF5;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 10px;
        left: 16px;
    }

    .specbtn div:nth-child(1):before {
        content: '01';
    }

    .specbtn div:nth-child(2):before {
        content: '02';
    }

    .specbtn div:nth-child(3):before {
        content: '03';
    }

    .specbtn div:nth-child(4):before {
        content: '04';
    }

    .specbtn div:nth-child(5):before {
        content: '05';
    }

    .specbtn div:nth-child(6):before {
        content: '06';
    }

    .specbtn div:nth-child(7):before {
        content: '07';
    }

    .specbtn div:nth-child(8):before {
        content: '08';
    }

    .specbtn div:nth-child(9):before {
        content: '09';
    }

    .specbtn div:nth-child(10):before {
        content: '10';
    }

    /*        .specbtn div:nth-child(11):before {
            content: '11';
        }

        .specbtn div:nth-child(12):before {
            content: '12';
        }

        .specbtn div:nth-child(13):before {
            content: '13';
        }

        .specbtn div:nth-child(14):before {
            content: '14';
        }

        .specbtn div:nth-child(15):before {
            content: '15';
        }
*/
    .specbtn div:hover a {
        background: #DFEDCA;
        border: 1px solid #C4DF9C;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        cursor: pointer;
    }

    .specbtn div:hover:before {
        color: #597B27;
        background: #C6E19D;
    }

    .specbtn div.mark a {
        color: #fff;
        background: #AFCBBF;
        border: 1px solid #D1E2DA;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        cursor: auto;
    }

    .specbtn div.mark:before {
        color: #90C2AD;
        background: #E7F3ED;
    }

    .specbtn div p {
        background-color: #fff;
        padding: .5rem 1rem;
        position: absolute;
        top: -1.5rem;
        left: 2rem;
    }

        .specbtn div p span {
            color: #ABABAB;
            font-family: Arial;
            font-size: 1.25rem;
            border-bottom: 1px solid #F9DDD1;
            padding: 4px 7px;
        }

    .specbtn div:hover p span, .specbtn div.mark p span {
        border-bottom: 1px solid #A2D9DC;
    }

    .specbtn div.focus a {
        color: #688978;
        font-weight: bold;
        border: 3px solid #688978;
    }

    .specbtn div.unable a {
        color: #b9b9b9;
        font-weight: normal;
        border: 2px solid #dfdfdf;
    }

    .specbtn div.unable:hover a {
        font-size: 1.25rem;
        background: #fff;
        transform: translateY(0);
        box-shadow: 0 0 7px #fff;
        cursor: not-allowed;
    }

    .specbtn div.focus p span {
        border-bottom: 1px solid #688978;
    }

    .specbtn::-webkit-scrollbar {
        width: 16px;
    }

    .specbtn::-webkit-scrollbar-track {
        background-color: #FDF8F5;
        border-radius: 10px;
    }

    .specbtn::-webkit-scrollbar-thumb {
        background-color: #F1DBD0;
        border: 4px solid #FDF8F5;
        border-radius: 10px;
    }

        .specbtn::-webkit-scrollbar-thumb:hover {
            background: #EFB64D;
        }

/*    查詢應用
================================================== */
.dialogBox {
    background: #DAEDEE;
    border-radius: 5px;
    width: 20rem;
}

.dialogHead, .dialogCont {
    padding: .75rem;
}

.dialogCont {
    background: #DAEDEE;
    border-radius: 0 0 5px 5px;
}

.dialogArea {
    text-align: center;
    padding: .5rem 0;
}

.dialogFoot {
    text-align: center;
    border-top: 1px solid #8AC3C7;
    padding-top: .5rem;
}

.dialogBox .close {
    color: #8BC6CA;
    font-size: 1.25rem;
    position: absolute;
    top: .25rem;
    right: .5rem;
}

    .dialogBox .close:hover {
        color: #F7EA8A;
        cursor: pointer;
    }

/* dialogBox detail */
ul.items {
    padding-right: 2rem;
}

.items li {
    font-size: 1.125rem;
    padding: .25rem .2rem;
    display: inline-block;
}

    .items li a {
        color: #DEECC0;
        border: 1px solid rgba(255, 255, 255, 0);
        border-radius: 3px;
        padding: .155rem .55rem;
    }

        .items li a:hover {
            border: 1px solid #DEECC0;
        }

    .items li.mark a {
        color: #5C6349;
        background: #CBE2A7;
    }

        .items li.mark a:hover {
            cursor: default;
        }

.dialogBox span {
    color: #DA5E3F;
}

.dialogBox table th {
    font-size: 1.125rem;
    font-weight: normal;
    text-align: left;
    width: auto;
    padding: 0 10px;
}

.dialogBox .btn {
    font-size: 1.125rem;
    padding: .25rem .75rem;
}

.dialogBox select {
    width: 90%;
    height: 12.5rem;
    background-image: none;
}

    .dialogBox select option {
        font-size: 1.125rem;
        padding: .25rem;
    }

.dialogBox select, .dialogBox input[type=text], .dialogBox input[type=number] {
    color: #688978;
    border: 1px solid #B6D4D6;
    padding: 0 .5rem;
}

    .dialogBox select:focus, .dialogBox input[type=text]:focus, .dialogBox input[type=number]:focus {
        color: #76AD90;
        background: #fff;
        border: 1px solid #B6D4D6;
    }

/* uploadFiles */
.uploadArea {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    box-sizing: border-box;
}

.uploadCard {
    width: calc((100% - 70px) / 3);
    /*width: calc((100% - 39px) / 4);*/
    height: auto;
    min-height: 354px;
    border-radius: 5px;
    padding: 15px 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-sizing: border-box;
    position: relative;
    margin: 22px 0;
    margin-right: 35px;
    /*margin-right: 13px;*/
}

    .uploadCard:nth-child(3n) {
        margin-right: 0;
    }

    /*.uploadCard:nth-child(4n) {
        margin-right: 0;
    }*/

    .uploadCard h4 {
        color: #000;
        font-size: 1.25rem;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .uploadCard h5 {
        font-size: 1.25rem;
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .uploadCard p {
        font-size: 1rem;
        padding-bottom: 8px;
        color: #EC9F81;
    }

        .uploadCard p.limit {
            line-height: 1rem;
            padding-bottom: 0;
        }

    .uploadCard span {
        font-size: 1rem;
        line-height: 1rem;
        padding-left: 0;
    }

hr {
    width: 100%;
    border: 1px solid #FDF8F5;
    background-color: #FDF8F5;
    margin: 10px 0 15px 0;
}

.files {
    margin: 10px 0;
}

    .files label {
        vertical-align: middle;
        margin-right: 0;
    }

    .files input {
        margin: 0;
        margin-left: 25px;
    }

        .files input.filesName {
            width: 70%;
            font-size: 1rem;
            padding: 0 5px;
            box-sizing: border-box;
        }

    .files .btn {
        width: 94px;
        height: 34px;
        border-radius: 5px;
        border: 2px solid #487F86;
        background-color: #fff;
        color: #487F86;
        font-size: 0.875rem;
        padding: 0;
    }

        /*.files .btn:hover, .files .btn:active {
            background-color: #487F86;
            color: #fff;
        }*/

        .files .btn.example {
            border: 2px solid #EFB64D;
            color: #916D5A;
        }

            .files .btn.example:hover, .files .btn.example:active {
                background-color: #EFB64D;
                color: #fff;
            }

div.fileupbox {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.fileupbox span {
    margin: 0 0.5em;
}

label.uploadstyle {
    color: #487F86;
    border-radius: 5px;
    border: 2px solid #487F86;
    background: #ffffff;
    padding: 6px 14px;
    margin: 0;
    margin-left: 16px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

    label.uploadstyle:hover, label.uploadstyle:active {
        background-color: #487F86;
        color: #fff;
    }

input[type="file"].fileBtn {
    position: absolute;
    left: 100px;
    top: 6px;
    width: 24%;
}

.upload {
    text-align: center;
    margin-top: 26px;
}

    .upload .btn {
        margin: 0;
    }

.fileArea {
    width: 100%;
    height: auto;
    min-height: 68px;
    padding: 18px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

    .fileArea.bottomColor {
        background-color: #FFFCF1;
        border-radius: 0 0 5px 5px;
    }

.fileArea_content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.fileArea a {
    color: #467c82;
}

    .fileArea a::before {
        content: "\f15b";
        font-family: 'Font Awesome 6 Free';
        color: #BCB2A6;
        padding-right: 6px;
    }

.fileArea button.delete {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    border: none;
    background-color: #ffffff00;
    color: #BCB2A6;
    padding: 0;
    float: right;
    margin: 0;
}

    .fileArea button.delete i {
        font-size: 16px;
        padding: 0;
    }

/* inspect */
.scription input[type="text"] {
    color: #9e9080;
    /*color: #487F86;*/
    /*border: none;
    width: 100%;
    min-height: 76px;
    background-color: #F1F7F7;*/
    padding: 10px;
}

/* quality 
*************************/
.formula {
    background: #F8F6ED;
    margin: 30px 0;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .formula.plural {
        background: #ffffff;
        padding: 0;
    }

        .formula.plural div {
            background: #F8F6ED;
            padding: 32px;
        }

            .formula.plural div:nth-last-child(1) {
                width: calc(100% - 600px);
                padding-bottom: 5px;
            }

                .formula.plural div:nth-last-child(1) > div:nth-last-child(1) {
                    width: 100%;
                    padding-top: 20px;
                }

            .formula.plural div > div {
                padding: 0;
            }

                .formula.plural div > div.abreast {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 2px dashed #DCCA7D;
                    padding: 0 26px;
                    padding-bottom: 20px;
                }

    .formula p {
        color: #5f783a;
        font-size: 1.5rem;
    }

        .formula span, .formula p span {
            color: #5f783a;
            font-size: 1.125rem;
            margin-right: .25rem;
        }

        .formula p > input[type=text] + span {
            color: #7b6d6a;
        }

    .formula.plural div:nth-last-child(1) > div:nth-last-child(1) p {
        text-align: center;
    }

        .formula.plural div:nth-last-child(1) > div:nth-last-child(1) p + p {
            color: #AAA58E;
            font-size: 1rem;
            text-align: right;
            padding-top: .5rem;
        }

    .formula div.vertical p {
        font-size: 2rem;
        text-align: center;
        padding: 16px;
    }

.fettle {
    text-align: center;
    background: #fff;
    border: 1px solid #ECCBBA;
    border-radius: 50px;
    width: 230px;
    height: 80px;
}

    .fettle p {
        color: #EC9F81;
        font-size: 2rem;
        font-weight: bold;
        line-height: 80px;
    }

        .fettle p i {
            color: #ECC5B2;
            padding-right: .25rem;
        }

/*** symbol ***/
.formula div.equals {
    text-align: center;
    background: #F3EFDC;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.formula.plural div.equals {
    padding: 0;
    margin: auto 20px;
}

.formula div.equals p {
    font-size: 2rem;
    line-height: 64px;
}

/*** option ***/
.formula input[type=text] {
    width: 142px;
}

.formula.plural .specopt input[type=text] {
    border: none;
    border-bottom: 2px solid #BCB2A6;
    background: #F8F6ED;
    text-align: center;
    width: 170px;
    padding-bottom: 1rem;
}

/*** downloadPage ***/

.downloadTitle {
    font-size: 1.375rem;
    font-weight: bold;
    color: #487F86;
    padding-top: 30px;
    padding-bottom: 10px;
}

.btnArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.btn.download {
    width: calc((100% - 10%) / 2);
    height: 70px;
    box-sizing: border-box;
    margin: 10px 0 8px 0;
    padding-left: 33px;
    padding-right: 33px;
    text-align: left;
}

    .btn.download:hover, .btn.download:active {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        transform: translateY(-10px);
    }

    .btn.download::before {
        content: "\f0c6";
        font-family: 'Font Awesome 6 Free';
        width: 1rem;
        padding-right: 9px;
    }

/*** resultPage ***/

.title.opinionTitle, .title.progressTitle, .title.progressTitle span {
    font-size: 1.375rem;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
}

.opinionTitle {
    color: #262626;
}

.progressTitle, .progressTitle span {
    color: #B2A3A0;
}

.opinionArea {
    padding-top: 4px;
}

    .opinionArea p {
        padding-bottom: 30px;
    }

.cardCont.inspect.progress {
    background: #ffffff;
    border: 3px solid #F1DBD0;
    border-radius: 5px;
    box-sizing: border-box;
}

    .cardCont.inspect.progress label {
        background: #ffffff;
        border: none;
        color: #262626;
    }

        .cardCont.inspect.progress label.progress {
            background: #ffffff;
            border: none;
        }


/*** iframe ***/

.iframeArea {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 60px;
}

    .iframeArea iframe {
        width: 100%;
        height: 100%;
        border-top: 2px solid #F1DBD0;
        border-bottom: 1px dashed #F1DBD0;
    }

/*** 個別設定 ***/

.phImages {
    margin: 40px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.btn_download {
    text-align: right;
}

/*    即時資料
================================================== */
.RTData_Sec1 {
    display: flex;
    justify-content: space-between;
}

    .RTData_Sec1 .forecast {
        border: none;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
        border-radius: 10px;
        margin: 5px
    }

        .RTData_Sec1 .forecast img {
            /*  width: 250px;*/
            margin: 10px;
            height: 250px;
            border: none;
            border-radius: 10px;
        }

.RTData_Sec2 h3 {
    font-size: 1.75rem;
    padding-bottom: 10px;
}

    .RTData_Sec2 h3::before {
        content: '\f042';
        font-family: 'Font Awesome 6 Free';
        font-size: 1.375rem;
        font-weight: bold;
        color: #799471;
        margin-right: 10px;
    }

.RTData_Sec2 details {
    margin-top: 20px;
}

    .RTData_Sec2 details summary {
        cursor: pointer;
        font-size: 1.375rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .RTData_Sec2 details summary::before {
            content: '\f0da';
            font-family: 'Font Awesome 6 Free';
            font-weight: bold;
            color: #799471;
            font-size: 1.375rem;
            margin-right: 5px;
        }

    .RTData_Sec2 details[open] summary::before {
        content: '\f0d7';
    }

    .RTData_Sec2 details summary span {
        padding-left: 20px;
        font-size: 1rem;
    }

        .RTData_Sec2 details summary span span {
            padding-left: 5px;
        }

    .RTData_Sec2 details .cards {
        width: 100%;
        float: left;
    }

        .RTData_Sec2 details .cards .card {
            width: calc((100% - 60px) / 5);
            min-height: 96px;
            margin: 0 15px 20px 0;
            border-radius: 10px;
            background-color: #fff;
            padding: 10px 15px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-sizing: border-box;
            float: left;
        }

            .RTData_Sec2 details .cards .card.card_minus {
                background-color: #e7e7e7;
            }

            .RTData_Sec2 details .cards .card.card_200 {
                background-color: #fff3bf;
            }

            .RTData_Sec2 details .cards .card.card_1000 {
                background-color: #ffdfbf;
            }

            .RTData_Sec2 details .cards .card.card_10000 {
                background-color: #f0e2ff;
            }

            .RTData_Sec2 details .cards .card:nth-child(5n) {
                margin-right: 0;
            }

            .RTData_Sec2 details .cards .card:last-child {
                margin-bottom: 40px;
            }

            .RTData_Sec2 details .cards .card p {
                font-size: 1.5rem;
                font-weight: bold;
            }

                .RTData_Sec2 details .cards .card p span {
                    font-size: 1.125rem;
                    font-weight: bold;
                    color: #8F8F8F;
                    padding-left: 10px;
                }

            .RTData_Sec2 details .cards .card .val {
                display: flex;
                justify-content: space-between;
                align-items: baseline;
                padding-top: 10px;
            }

                .RTData_Sec2 details .cards .card .val p {
                    font-size: 2rem;
                    font-weight: bold;
                    color: #799471;
                }

                .RTData_Sec2 details .cards .card .val span.Unit {
                    color: #8F8F8F;
                    font-size: 1rem;
                }

            /* 沒有資料的樣式 */

            .RTData_Sec2 details .cards .card.card_noneVal {
                background-image: url('../../images/RTData_noneVal.png');
                background-position: center right 10px;
                background-repeat: no-repeat;
            }

    .RTData_Sec2 details .hint_noneVal {
        margin-bottom: 60px;
    }

        .RTData_Sec2 details .hint_noneVal span {
            padding: 20px;
            border: 2px dotted #799471;
            background-color: #fff;
            border-radius: 10px;
            margin-bottom: 40px;
        }

            .RTData_Sec2 details .hint_noneVal span::before {
                content: '\f071';
                font-family: 'Font Awesome 6 Free';
                font-weight: bold;
                font-size: 1.125rem;
                color: #648AC4;
                margin-right: 10px;
            }

.RTData_Sec2 .hint span, .HR_Sec2 .hint span {
    font-size: 1rem;
    padding-right: 20px;
}

    .RTData_Sec2 .hint span::before, .HR_Sec2 .hint span::before {
        content: '';
        font-family: 'Font Awesome 6 Free';
        font-weight: bold;
        font-size: .75rem;
        /*vertical-align: inherit;*/
        vertical-align: bottom;
        margin-right: 10px;
    }

    .RTData_Sec2 .hint span:nth-child(1)::before, .HR_Sec2 .hint div:first-child span:nth-child(1)::before {
        content: '\f111';
        color: #e7e7e7;
    }

    .RTData_Sec2 .hint span:nth-child(2)::before, .HR_Sec2 .hint div:first-child span:nth-child(2)::before {
        content: '\f111';
        color: #fff3bf;
    }

    .RTData_Sec2 .hint span:nth-child(3)::before, .HR_Sec2 .hint div:first-child span:nth-child(3)::before {
        content: '\f111';
        color: #ffdfbf;
    }

    .RTData_Sec2 .hint span:nth-child(4)::before, .HR_Sec2 .hint div:first-child span:nth-child(4)::before {
        content: '\f111';
        color: #f0e2ff;
    }

    .RTData_Sec2 .hint span:nth-child(5)::before {
        content: '\f071';
        color: #648AC4;
    }

/*    歷史資料
================================================== */

.HR_Sec2 .hint {
    width: 47%;
}

    .HR_Sec2 .hint span {
        font-size: .8rem;
        padding-right: 10px;
    }

    .HR_Sec2 .hint div:first-child span:nth-child(5)::before {
        content: '*';
        color: #101010;
    }

    .HR_Sec2 .hint div:last-child span::before {
        display: none;
    }

    .HR_Sec2 .hint div:last-child span strong {
        padding-right: 5px;
        color: #799471;
    }

/*    圖表分析
================================================== */

.CAnalysis_Sec1 .MyQueryArea {
    position: relative;
}

    .CAnalysis_Sec1 .MyQueryArea .tabsmarker ul {
        position: absolute;
        top: -45px;
        right: 0;
    }

.CAnalysis_Sec2 {
    margin-top: 40px;
}

.chart_hour {
    margin-top: 40px;
}

.divChart {
    margin-top: 15px;
}

.chart_polar {
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
}

.div_relate {
    display: flex;
    justify-content: space-between;
}

    .div_relate .div_chart {
        width: 750px;
    }

/* 質量重建計算 */
.PM25hourChart .chartArea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    box-sizing: border-box;
}

    .PM25hourChart .chartArea .content {
        /*width: fit-content;*/
        width: 100%;
    }

        .PM25hourChart .chartArea .content.const_ratio {
            height: stretch;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-left: 100px;
        }

        .PM25hourChart .chartArea .content.const_ratio .const_ratio-chart {
            display: flex;
        }

            .PM25hourChart .chartArea .content.const_ratio .const_ratio-chart .itemName {
                height: 253px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-end;
                margin-top: 50px;
                padding: 30px 0;
                box-sizing: border-box;
            }

                .PM25hourChart .chartArea .content.const_ratio .const_ratio-chart .itemName span {
                    width: fit-content;
                    font-size: .875rem;
                    line-height: 1.5rem;
                    font-weight: bold;
                }

    .PM25hourChart .chartArea .chart {
        min-width: 497.7px;
        height: 450px;
        /*background-color: #ccc;*/
    }

        .PM25hourChart .chartArea .rate_closure {
            padding: 15px 20px;
            background-color: #ffffff;
            box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
            border-radius: 10px;
            border-left: 5px solid #799471;
            margin-top: 20px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .PM25hourChart .chartArea .rate_closure p:first-child {
                font-size: 1.5rem;
                font-weight: bold;
            }

                .PM25hourChart .chartArea .rate_closure p:first-child::before {
                    content: '\f201';
                    font-family: 'Font Awesome 6 Free';
                    font-size: 1.25rem;
                    font-weight: bold;
                    display: inline-block;
                    margin-right: 8px;
                    vertical-align: middle;
                    color: #799471;
                }

            .PM25hourChart .chartArea .rate_closure p.rate {
                font-size: 1.5rem;
                font-weight: bold;
                color: #5f783a;
                text-align: right;
            }

                .PM25hourChart .chartArea .rate_closure p.rate span {
                    padding-left: 5px;
                }

/* 計算公式 */
.PM25hourChart .formulaArea {
    width: 100%;
    margin-top: 60px;
}

        .PM25hourChart .formulaArea .formulas > p {
            font-size: 1.625rem;
            font-weight: bold;
            color: #5f783a;
        }

        .PM25hourChart .formulaArea .formulas .formula {
            width: 100%;
            text-align: center;
            justify-content: center;
            box-sizing: border-box;
        }

            .PM25hourChart .formulaArea .formulas .formula > p {
                margin-left: 10px;
            }

            .PM25hourChart .formulaArea .formulas .formula .fraciton p:first-child {
                border-bottom: 2px solid #5f783a;
                padding-bottom: 8px;
            }

            .PM25hourChart .formulaArea .formulas .formula .fraciton p:last-child {
                padding-top: 8px;
            }

/* 資料檢核 */
.pager_row {
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: space-between;
    /*align-items: center;*/
    align-items: end;
    margin-bottom: 15px;
}

/* 氣象與污染物濃度風瑰圖 */
.WPWindRose .chartArea .rateArea {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(121, 148, 113, .5);
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}

    .WPWindRose .chartArea .rateArea .rate_date, .WPWindRose .chartArea .rateArea .rate_angle, .WPWindRose .chartArea .rateArea .rate_wd {
        font-weight: bold;
    }

    .WPWindRose .chartArea .rateArea .rate_angle, .WPWindRose .chartArea .rateArea .rate_wd {
        text-align: center;
    }

    .WPWindRose .chartArea .rateArea .rate_block {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }

        .WPWindRose .chartArea .rateArea .rate_block p {
            margin-right: 30px;
        }

            .WPWindRose .chartArea .rateArea .rate_block p:last-child {
                margin-right: 0;
            }

            .WPWindRose .chartArea .rateArea .rate_block p::before {
                content: '';
                width: 12px;
                height: 12px;
                display: inline-block;
                margin-right: 10px;
            }

            .WPWindRose .chartArea .rateArea .rate_block p .rate {
                font-size: 1.25rem;
                font-weight: bold;
            }

/*趨勢圖*/
.WPWindRose .chartArea.chart_line .rateArea .rate_block p:nth-child(1)::before {
    background-color: #434348;
    transform: rotate(45deg);
}

.WPWindRose .chartArea.chart_line .rateArea .rate_block p:nth-child(2)::before {
    background-color: #90ed7d;
}

.WPWindRose .chartArea.chart_line .rateArea .rate_block p:nth-child(3)::before {
    background-color: #7cb5ec;
    border-radius: 50px;
}

/*風花圖*/
.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.blue::before {
    background-color: #2caffe;
    border-radius: 50px;
}

.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.darkBlue::before {
    background-color: #544fc5;
    border-radius: 50px;
}

.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.green::before {
    background-color: #00e400;
    border-radius: 50px;
}

.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.orange::before {
    background-color: #ff7e00;
    border-radius: 50px;
}

.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.yellow::before {
    background-color: #ffff00;
    border-radius: 50px;
}

.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.red::before {
    background-color: #ff0000;
    border-radius: 50px;
}

.WPWindRose .chart_polar .chartArea .rateArea .rate_block p.purple::before {
    background-color: #8f3f98;
    border-radius: 50px;
}

/*    人工資料檢核
================================================== */

.MDCheck_Sec2 .pager_row {
    justify-content: space-between;
}

.MDCheck_Sec2 .hint span {
    font-size: 1rem;
    padding-right: 20px;
}

    .MDCheck_Sec2 .hint span strong, .HR_Sec2 .hint div:last-child span:nth-child(1) strong {
        padding-right: 5px;
        color: #799471;
    }

/*    測站管理
================================================== */
.gallery {
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.imgContainer {
    min-height: 150px;
    height: auto;
    width: 200px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px;
    margin-top: 20px;
}

    .imgContainer img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        object-fit: contain;
        margin: auto;
    }

.imgContaine a {
    color: #555;
    font-family: "Microsoft JhengHei";
    font-size: 1rem;
}

    .imgContaine a:hover {
        color: #789849;
    }

.gallery .imgContainer {
    width: 320px;
    margin: 10px 30px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.imgContainer img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    margin: auto;
    margin-bottom: 10px;
}

/*.gallery .imgContainer img {
    width: 280px;
    height: auto;
}*/

.remove-btn:hover {
    cursor: pointer;
}

/*    時間序列分析
================================================== */
#MainCont {
    position: relative;
    padding-top: 30px
}

.btnlink {
    position: absolute;
    right: 5px;
    top: -6px;
}

    .btnlink a {
        color: #59655c;
        font-size: 1rem;
        text-decoration: none;
        display: inline-block;
        padding: 8px 16px;
        margin-top: 3px;
        margin-left: 3px;
        border: 1px solid #c4d9c5;
        border-radius: 4px 4px 0 0;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

    .btnlink a:hover {
        background-color: #d6e8d8;
        border-color: #7aaa82;
        color: #343534;
    }

    .btnlink a.active {
        background-color: #5f9768;
        border-color: #5f9768;
        color: #fff;
        pointer-events: none;
    }

.MyQueryArea.MyQueryArea_historical.TimeArray {
    padding: 25px 70px;
    margin-bottom: 30px;
}

    .MyQueryArea.MyQueryArea_historical.TimeArray th {
        width: 11%;
    }

.keysearch {
    margin-top: 20px;
}

    .keysearch input + input {
        margin-left: 10px;
    }

/**** 購物車清單區  ****/
.pickitem {
    background-color: #f8f8f8;
    padding: 10px 24px;
    margin-top: 15px;
}

    .pickitem p {
        color: #465d4a;
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

        .pickitem p i {
            color: #a3b897;
        }

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 28px;
    margin: 20px;
}

.cardheader p {
    color: #000;
    font-size: 1.325rem;
    font-weight: 700;
    text-align: left;
}

    .cardheader p + p {
        color: #535353;
        font-size: 1rem;
        font-weight: normal;
        background-color: #eef5d8;
        border-radius: 5px;
        padding: 4px 8px;
    }

.cardinfo, .cardinfo p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cardinfo ul {
    border-bottom: 1px solid #dae5da;
    padding-bottom: 20px;
    margin: 20px 0 16px;
    display: flex;
    flex-wrap: wrap;
}

.cardinfo.radio {
    border-bottom: none;
}

    .cardinfo li {
        color: #587a43;
        font-family: 'Georgia','Palatino', 'Helvetica', Arial;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: left;
        background-color: #f9fff9;
        border: 1px solid #cde9c6;
        border-radius: 30px;
        padding: 5px 16px;
        margin: 7px 5px;
        transition: all 0.3s ease;
        transform: translateY(0);
        flex: 0 0 32%;
        gap: 7px;
        box-sizing: border-box;
    }

        .cardinfo li::before, .cardinfo li.cancel::before {
            content: "\f00d";
            font-family: 'Font Awesome 6 Free';
            color: #5f8855;
            font-size: .875rem;
            font-weight: 900;
            padding-right: 5px;
        }

        .cardinfo.radio li::before, .cardinfo.radio li.cancel::before {
            display: none;
        }

        .cardinfo li:hover, .cardinfo li.cancel {
            color: #777;
            background-color: #e8e8e8;
            border: 1px solid #dedede;
            cursor: pointer;
            transition: all 0.3s ease;
            transform: translateY(3px);
        }

        .cardinfo li.cancel {
            transform: translateY(0);
        }

        .cardinfo li:hover::before {
            opacity: 0;
        }

        .cardinfo li.cancel::before {
            content: "\f00c";
            color: #999;
        }

.cardfood {
    text-align: right;
}

    .cardfood .btn {
        color: #dc6c38;
        font-size: .9375rem;
        border: 1px solid #e3b1ac;
        border-radius: 8px;
        background-color: transparent;
        cursor: pointer;
        padding: 3px 20px;
    }

        .cardfood .btn:hover {
            color: #5a250d;
            background-color: #ffe6e4;
            border: 1px solid #eeb5af;
        }

/**** 圖表測項換色區 ****/
h2 span {
    color: #528845;
    font-size: 1.5rem;
    display: block;
    padding-top: 16px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #8bb580;
}

h2 span::before {
    content: "\f017";
    font-family: 'Font Awesome 6 Free';
    color: #a8cba0;
    font-size: 1rem;
    font-weight: 900;
    padding-right: 5px;
}

.coloroption, .MyChartArea {
    margin-bottom: 50px;
}

.coloroption {
    border: 1px solid #cde9c6;
    background: rgba(245, 250, 247, .85);
    border-radius: 10px;
    padding: 20px;
    box-shadow: inset 7px 7px 20px #fff, 3px 3px 5px #e7ebe8;
}

    .coloroption p {
        color: #5f783a;
        font-size: 1.375rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .coloroption p i {
            color: #efcf8a;
            font-size: 1.25rem;
            padding-right: 5px;
        }

.colorswatch {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 20px;
        }

        .swatch-item {
            display: flex;
            flex-direction: column;
            flex: 0 0 calc(20% - 20px);
            min-width: 140px;
        }
        
        .swatch-item label {
            margin-bottom: 4px;
            font-size: 0.9em;
        }

        .swatch-item select {
            width: 100%;
        }

/*--- 色票 ---*/        
/* Aqua / 水色系 */
.aqua-light { background-color: #9FDED3; }
.aqua-mid { background-color: #82C7BD; }
.aqua-dark { background-color: #72AFA4; }

/* Beige / 米色系 */
.beige-light { background-color: #E3CEB8; }
.beige-mid { background-color: #DCBE9E; }
.beige-dark { background-color: #CFAD89; }

/* Sky Blue / 天藍系 */
.sky-light { background-color: #ACCAE8; }
.sky-mid { background-color: #90B9E1; }
.sky-dark { background-color: #83B2DF; }

/* Gold / 金黃系 */
.gold-light { background-color: #EBDA90; }
.gold-mid { background-color: #E2CA67; }
.gold-dark { background-color: #DABF51; }

/* Coral / 珊瑚紅系 */
.coral-light { background-color: #E88F8C; }
.coral-mid { background-color: #E06C68; }
.coral-dark { background-color: #D55E5A; }

/* Lavender / 薰衣草紫系 */
.lavender-light { background-color: #CDA4E1; }
.lavender-mid { background-color: #C792E1; }
.lavender-dark { background-color: #C07AD0; }

/* Lime / 萊姆綠系 */
.lime-light { background-color: #BADF9E; }
.lime-mid { background-color: #A3CA85; }
.lime-dark { background-color: #9ABB74; }

/* Terracotta / 陶土橙系 */
.orange-light { background-color: #E8986A; }
.orange-mid { background-color: #DC8857; }
.orange-dark { background-color: #D17743; }

/* Meadow Green / 草原綠系 */
.green-light { background-color: #98D5A0; }
.green-mid { background-color: #7FC687; }
.green-dark { background-color: #72B87B; }

/* Olive / 橄欖綠系 */
.olive-light { background-color: #CAD084; }
.olive-dark { background-color: #B2B678; }

/* Periwinkle / 長春花藍系 */
.periwinkle-light { background-color: #A8B0EA; }
.periwinkle-dark { background-color: #8D96E0; }

/* 特殊單色 / 高飽和色 */
.yellow-warm { background-color: #F7C16C; }
.blue-bright { background-color: #509CE4; }
.grass-bright { background-color: #69C13D; }
.amber-bright { background-color: #EEB739; }
.purple-deep { background-color: #8866D6; }
.red-bright { background-color: #F25E5E; }        

/* ------hightcharts調整------ */
.CAnalysis_Sec2 #MyChart {
    max-width: 1360px;
    min-width: 380px;
    height: 500px; /*記得調整高度*/
    margin: 0 auto;
    display: none
}

/*-----------------修正jQuery UI-----------------*/
.ui-widget.ui-widget-content {
    border: none;
}
