﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #E9E8E6;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
    /*font-size: 14px;*/
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
}
/*esri樣式*/
.esriSimpleSliderTR {
    top: 35px;
    right: 5px;
}

.zoomTo {
    display: none;
}

.loginPlaceholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B2E4E4;
    text-align: center;
}

.loginPlaceholder::-moz-placeholder { /* Firefox 19+ */
    color: #B2E4E4;
    text-align: center;
}

.loginPlaceholder:-ms-input-placeholder { /* IE 10+ */
    color: #B2E4E4;
    text-align: center;
}

.loginPlaceholder:-moz-placeholder { /* Firefox 18- */
    color: #B2E4E4;
    text-align: center;
}

.maximize {
    display: none;
}

a {
    /*color:#4493CB;*/
    text-decoration: none;
    cursor: pointer;
}

#divBanner {
    position: absolute;
    top: 0px;
    width: 100%;
    /*height: 90px;*/ /* 2015/10/21 修改跑馬燈位置 */
    height: 72px; /* 2015/10/21 修改跑馬燈位置 */
    background: #fff;
    /*line-height: 90px;*/
    border-top: 10px solid #1EB5C3;
    border-bottom: 1px solid #CACACA;
    padding: 0px 5px 0px 10px;
}

    #divBanner .OthLink {
        position: absolute;
        right: 20px;
        top: 5px;
        
    }

        #divBanner .OthLink span, #divBanner .OthLink a {
            padding-right: 5px;
            font-size: 11pt;
            font-family: Arial,"微軟正黑體","Microsoft JhengHei";
            color: #7F7F7F;
        }
 

    #divBanner .AreaSelect, #divBanner .SysLogin, #divBanner .SysLogout {
        margin-right: 5px;
        padding-right: 5px;
        padding-top: 3px;
        border: 1px solid #CACACA;
        border-radius: 4px;
        display: inline-block;
        background: #1EB5C3;
        color: #fff;
    }

        #divBanner .AreaSelect select, #divBanner .SysLogin select, #divBanner .GroupSelect select {
            height: 22px;
            border: 1px solid #CACACA;
            border-radius: 2px;
            font-size: 11pt;
            font-family: Arial,"微軟正黑體","Microsoft JhengHei";
        }

    #divBanner .AreaSelect {
        display: none;
    }

#BannerText {
    color: #004B8F;
    font-weight: bold;
    font-size: 22pt;
    vertical-align: middle;
}

#divFooter {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 70px;
    background: #E5E4E2;
    border-top: 1px solid #CACACA;
}

    #divFooter table {
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 12px;
        color: #656563;
    }

/*LBS按鈕*/
#btnLBS {
    position: absolute;
    top: 105px;
    right: 5px;
    width: 30px;
    z-index: 30;
    height: 30px;
    background: #fff;
    border: 2px solid gray;
    border-radius: 4px;
    line-height: 27px;
    text-align: center;
    display: none;
}

/*截圖按鈕*/
#btnCapture {
    position: absolute;
    top: 137px;
    right: 5px;
    width: 30px;
    z-index: 30;
    height: 30px;
    background: #fff;
    border: 2px solid gray;
    border-radius: 3px;
    line-height: 27px;
    text-align: center;
    display: none;
}

    #btnLBS img, #btnCapture img {
        width: 22px;
        vertical-align: middle;
        cursor: pointer;
    }
/*右側資訊綜覽縮放 2016/08/15 Kevin*/
#btnExpand {
    position: absolute;
    top: 205px;
    right: 5px;
    display: none;
    z-index: 30;
    border-radius: 5px 0px 0px 5px;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#hideRightMain {
    font-size: 24px;
    font-weight: bold;
}

#showRightMain {
    display: none;
    font-size: 24px;
    font-weight: bold;
}

/*登入頁*/
#divLogin {
    width: 250px;
    position: absolute;
    top: 83px;
    right: 10px;
    border: 1px solid #CACACA;
    padding: 3px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    display: none;
    z-index: 99;
}

    #divLogin form {
        font-size: 14px;
        /*text-align: left;*/
        color: #1EB5C3;
    }

    #divLogin .mask {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(255,255,255,0.5);
        width: 100%;
        height: 100%;
        font-size: 16px;
    }

    #divLogin input[type='text'], input[type='password'] {
        width: 110px;
        padding: 2px 5px 4px 5px;
        font-family: Arial,"微軟正黑體","Microsoft JhengHei";
    }

    #divLogin input[type='button'] {
        width: 165px;
        height: 25px;
        padding: 2px 5px 4px 5px;
        background-color: #1EB5C3;
        border: 1px solid #1EB5C3;
        color: #fff;
        font-family: Arial,"微軟正黑體","Microsoft JhengHei";
    }

    #divLogin a {
        display: block;
        padding: 0px 2px 0px 2px;
    }

        #divLogin a:hover {
            background: #4493CB;
            color: #fff;
        }

    #divLogin #captcha-block {
        padding: 5px 12px 10px;
    }

        #divLogin #captcha-block .captcha-refresh {
            text-align: center;
            width: 30px;
            vertical-align: middle;
            height: 30px;
            padding: 0;
            position:absolute;
            left: 40px;
            background: url('../images/Portal/refresh.png');
            background-repeat: no-repeat;
            background-position-x: center;
            background-size: contain;
            background-color: #1EB5C3;
            border: 1px solid #1EB5C3;
        }

        #divLogin #captcha-block #imgCaptcha {
            width: 110px;
            height: 30px;
            vertical-align: middle;
        }

/*防災速報*/
#divNCDREQ {
    margin: 0px 0px 0px 0px; /*上右下左*/
    padding: 0px 0px 0px 0px; /*上右下左*/
    position: fixed;
    width: 600px;
    height: 500px;
    border: 2px solid #87A1A6;
    border-radius: 10px;
    background-color: #046EB8;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
}

    #divNCDREQ .EqPict {
        border: 1px solid #808080;
        background-color: #fff;
        position: absolute;
        top: 31px;
        left: 3px;
        width: 330px;
        height: 440px;
        overflow: auto;
    }

    #divNCDREQ .EqItme {
        border: 1px solid #808080;
        background-color: #fff;
        position: absolute;
        right: 3px;
        top: 31px;
        width: 258px;
        height: 440px;
    }

    #divNCDREQ .btnNCDREQon {
        text-decoration: underline;
        color: #046EB8;
        cursor: pointer;
        margin: 15px;
        height: 18px;
        font-size: 20px;
    }

    #divNCDREQ .btnNCDREQ {
        color: #000;
        cursor: pointer;
        margin: 15px;
        height: 18px;
        font-size: 20px;
    }

/*公告*/
#divBulletin {
    width: 600px;
    height: 500px;
    background: #E5E4E2;
    padding: 2px 15px 2px 15px;
}

    #divBulletin .ui-state-default a,
    #divBulletin .ui-state-default a:link,
    #divBulletin .ui-state-default a:visited {
        color: #454545;
        text-decoration: none;
        border: inherit;
        outline-style: inherit;
        outline-color: inherit;
    }

    #divBulletin .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0 0px;
    }

        #divBulletin .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
            border-radius: 5px 5px 0px 0px;
        }

    #divBulletin .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        /* border: 1px solid #d3d3d3; */
        font-weight: normal /*{fwDefault}*/;
        color: #555555 /*{fcDefault}*/;
        background: #A9A9A9;
    }

    #divBulletin .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        /*border: 1px solid #96f2f2; */
        background: #ffffff /*{bgColorActive}; url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}; 50%/*{bgActiveXPos}; 50%/*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
        /*color: #212121*/
    }


    #divBulletin .tab-content {
        overflow-y: auto;
        height: 355px;
    }

.bulletin-page {
    background: white;
    height: 425px;
    padding-left: 10px;
    padding-right: 10px;
}

.news-item-header {
    color: #AE0001;
}

.news-item-left {
    display: inline-block;
    width: 75%;
    word-break: break-all;
    vertical-align: middle;
}

.news-item-right {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.news-img {
    width: 300px;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

.links a:link {
    color: #0000ee
}

.links :visited {
    color: #551A8B;
}

.dotted-line {
    border: none;
    border-top: 1px dotted;
    height: 1px;
}

.bulletin-footer {
    margin-top: 5px;
}

    .bulletin-footer .top-image {
        float: right;
    }

#divQuestionnairesContent {
    padding: 5px;
    background: #BDD7EE;
    border-radius: 5px;
}

    #divQuestionnairesContent a {
        color: blue;
        text-decoration: underline;
    }

.systemAboutLink {
    color: #7F7F7F;
    font-size: 16px;
    cursor: pointer;
}
/*跑馬燈*/
/* 2015/10/21 修改跑馬燈位置 */
#divMarguee {
    position: absolute;
    /*top:0px;*/
    top: 82px;
    left: 28px;
    width: 98.4%;
    /*height: 35px;*/
    height: 25px;
    /*line-height: 35px;*/
    line-height: 25px;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: #FFF3F3;
    opacity: 0.9;
    /*color: #FF0;*/
    color: #AE0001;
    z-index: 31;
    overflow: hidden;
    display: none;
    font-size: 11pt;
}

    #divMarguee div {
        /*cursor: pointer;*/
        /*padding-left:10px;*/
        margin-left: 5px;
        margin-right: 5px;
        /*height: 35px;*/
        height: 25px;
        /*line-height: 35px;*/
        line-height: 25px;
        /*border-bottom: 1px dotted #6E6E6E;*/
        white-space: nowrap; /*不換行*/
        text-overflow: ellipsis; /*超出邊界顯示...*/
        /*text-decoration:underline;*/
        overflow: hidden;
    }
/*顯示更多跑馬燈*/
#divMargueeMore {
    margin: 0px 0px 0px 0px; /*上右下左*/
    padding: 0px 0px 0px 0px; /*上右下左*/
    position: fixed;
    width: 600px;
    height: 90%;
    border: 2px solid #87A1A6;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
}

/*相關連結*/
#divWebLink {
    margin: 0px 0px 0px 0px; /*上右下左*/
    padding: 0px 0px 0px 0px; /*上右下左*/
    position: fixed;
    width: 500px;
    height: 500px;
    border: 2px solid #87A1A6;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
}

/*客製化表單 begin *************************************/
/*客製化表單*/
.openRtuiDiv {
    position: absolute;
    top: 50px;
    left: 50px;
    border: 1px solid #87A1A6;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    opacity: 1;
    z-index: 3;
}

/*客製化表單歷線圖*/
.viewRT_History {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 105px;
    left: 10px;
    border: 2px solid #87A1A6;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    z-index: 3;
}

/*客製化表單歷線圖(合併)*/
.viewRT_HistoryComb {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 680px;
    height: 350px;
    /*top:70px; /* 2015/01/12 */
    top: 100px; /* 2015/01/12 */
    left: 800px;
    border: 2px solid #87A1A6;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    z-index: 4;
    overflow: auto;
    overflow-x: hidden;
}

/*客製化表單歷線圖(合併紀錄)*/
.viewRT_HistoryCombTemp {
    display: none;
}

.chart {
    min-width: 320px;
    max-width: 650px;
    height: 300px;
    margin: 20px 0px 0px 20px;
}

.highcharts-container, .highcharts-root {
    overflow: visible !important;
}

.myhighcharts-tooltip {
    position: absolute;
    right: 30px;
    margin: 10px 2px 2px 2px;
    font-family: 微軟正黑體;
    font-size: 12pt;
    z-index: 98;
}

.myhighcharts-change {
    width: 22px;
    height: 22px;
    background-position: center;
    background-image: url("../images/other/switch.png");
    position: absolute;
    right: 30px;
    margin: 10px 2px 2px 2px;
    font-family: 微軟正黑體;
    font-size: 12pt;
    z-index: 99;
}

.highcharts-close, .highchartsWraRe-close, .highchartsTLevel-close, .highchartsRain-close {
    width: 20px;
    height: 20px;
    background-position: center;
    background-image: url("../images/other/close.png");
    position: absolute;
    right: 0px;
    margin: 10px 10px 2px 10px;
    font-family: 微軟正黑體;
    font-size: 12pt;
    z-index: 99;
}

/*客製化表單TIP*/
.RT_tooltip {
    position: absolute;
    font-size: 12px;
    border: 1px solid #87A1A6;
    border-radius: 3px;
    margin: 0px;
    padding: 5px;
    background-color: rgba(0, 118, 173, 0.8);
    color: #fff;
}
/*客製化表單 begin *************************************/

/*書籤頁籤樣式 begin *************************************/
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabMenu {
    margin: 5px auto;
    padding: 0;
    background: #b2e4e4;
    border: none;
    overflow: hidden;
}

    #tabMenu ul.tabs {
        margin: -0.8px;
        padding: 0;
        border-width: 0px 0px 1px 0px;
        border-radius: 0px 0px 0px 0px;
        background: #b2e4e4;
        height: 30px;
    }

        #tabMenu ul.tabs li {
            float: left;
            width: 120.2px;
            height: 30px;
            overflow: hidden;
            position: relative;
            margin: 0px 0px -2px 0px;
            padding-bottom: 1px;
            /*border: 1px solid #6E6E6E;
	    border-left: none;*/
            background: #b2e4e4;
        }

            #tabMenu ul.tabs li.ui-tabs-active {
                background: #b2e4e4;
                /*border: 1px solid #046EB8;
            border-bottom: none;*/
            }

                #tabMenu ul.tabs li.ui-tabs-active a {
                    background: #1EB5C3;
                    /*background: #3FADFA;
            color: #fff;*/
                }

                #tabMenu ul.tabs li.ui-tabs-active span {
                    background: #1EB5C3;
                    /*background: #3FADFA;
            color: #fff;*/
                }

                #tabMenu ul.tabs li.ui-tabs-active div {
                    /*background: #1EB5C3;*/
                    /*background: #3FADFA;
            color: #fff;*/
                }

            #tabMenu ul.tabs li.active {
                background: #b2e4e4;
                /*border-bottom: 1px solid #fff;*/
            }

        #tabMenu ul.tabs li {
            background: #b2e4e4;
        }

            #tabMenu ul.tabs li a {
                margin: 0;
                padding: 0;
                width: 121px;
                height: 30px;
                line-height: 28px;
                text-align: center;
                font-size: 11pt;
                font-family: Arial,"微軟正黑體","Microsoft JhengHei";
                font-weight: bold;
                color: #404040;
            }

                #tabMenu ul.tabs li a:hover {
                    /*background: #3FADFA;*/
                }

            #tabMenu ul.tabs li div:hover {
                background: #1EB5C3;
            }

    #tabMenu .tabsBmk {
        position: relative;
        width: 100%;
        padding-top: 0.5px;
        padding-bottom: 5px;
        background: #1EB5C3;
        border-radius: 0px 0px 0px 0px;
        white-space: nowrap;
        font-size: 0px;
        border: 1px solid #1EB5C3;
        /*overflow-x: auto;
    overflow-y:hidden;*/
    }

        #tabMenu .tabsBmk a {
            display: inline-block;
            width: 120px;
            height: 22px;
            line-height: 22px;
            background: #1EB5C3;
            /*border: 1px solid #6E6E6E;
        border-top: none;
        border-left: none;
        border-bottom: none;*/
            text-align: center;
            font-size: 14px;
            font-family: Arial,"微軟正黑體","Microsoft JhengHei";
            color: #046EB8;
        }

            #tabMenu .tabsBmk a:hover {
                /*background: #3FADFA;*/
            }

        #tabMenu .tabsBmk span:hover {
            background: #00DAD9;
            width: 110px;
        }

.spanHover {
    background: #00DAD9;
    width: 110px;
}

.divHover {
    background: #1EB5C3;
    width: 110px;
}

.altItem {
    background: #C7310C;
    width: 110px;
}

#tabMenu .tabsBmk a.tabsBmk-active {
    /*background: #0094FF;*/
    /* background: #3FADFA;*/
}

#tabMenu .tabsBmk div.tabsBmk-active {
    background: #0094FF;
    /* background: #3FADFA;*/
}

#tabMenu .tabsBmk span.tabsBmk-active {
    /*background: #0094FF;*/
    background: #00DAD9;
    width: 110px;
}

#tabMenu a.IsAlt {
    /*background: #BB0D33;*/
}

#tabMenu ul.tabs li.IsAlt div {
    /*background: #BB0D33;*/
}

/*書籤頁籤樣式 end *************************************/

/*資訊綜覽頁籤樣式 begin *************************************/
#R1 ul.tabs {
    margin: 0;
    padding: 0;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
}

    #R1 ul.tabs li {
        float: left;
        width: 300px;
        height: 25px;
        overflow: hidden;
        position: relative;
        margin: 0px 0px -1px 0px;
        padding-bottom: 1px;
        border: 1px solid #999;
        border-left: none;
        background: #CACACA;
    }

        #R1 ul.tabs li.ui-tabs-active, #R1 ul.tabs li.ui-tabs-active a {
            background: #b2e4e4;
            border: none;
        }

        #R1 ul.tabs li.active {
            background: #fff;
            /*border-bottom: 1px solid #fff;*/
        }

        #R1 ul.tabs li a {
            margin: 0;
            padding: 0;
            width: 300px;
            height: 25px;
            line-height: 28px;
            text-align: center;
            font-size: 11pt;
            font-family: Arial,"微軟正黑體","Microsoft JhengHei";
            font-weight: bold;
            color: #323C50;
            background: #CACACA;
        }

            #R1 ul.tabs li a:hover {
                background: #3FADFA;
            }

#R1 > div {
    padding: 5px;
    height: 270px;
    border: 1px solid #fff;
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
    line-height: 22px;
    font-size: 14px;
}

#R1 #tabsCase {
    overflow-x: hidden;
    overflow-y: auto;
}
/*資訊綜覽頁籤樣式 end *************************************/

/*統計圖 begin *************************************/
/*頁籤樣式*/
#R2 ul.tabs {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 6px;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #b2e4e4;
}

    #R2 ul.tabs li {
        float: left;
        height: 20px;
        overflow: hidden;
        position: relative;
        margin: 0px 0px -1px 0px;
        padding-bottom: 1px;
        /*border: 1px solid #6E6E6E;*/
        border-left: none;
        /*background: #999999;*/
    }

        #R2 ul.tabs li.ui-tabs-active, #R2 ul.tabs li.ui-tabs-active a {
            background: #1EB5C3;
            color: #fff;
        }

        #R2 ul.tabs li.active {
            background: #fff;
            border-bottom: 1px solid #fff;
        }

        #R2 ul.tabs li a {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 20px;
            line-height: 23px;
            text-align: center;
            font-size: 11pt;
            font-family: Arial,"微軟正黑體","Microsoft JhengHei";
            color: #5F5F5D;
            background: #b2e4e4;
        }

            #R2 ul.tabs li a:hover {
                background: #1EB5C3;
            }

/*Chart顯示更多*/
#divChartMore {
    margin: 0px 0px 0px 0px; /*上右下左*/
    padding: 0px 0px 0px 0px; /*上右下左*/
    position: fixed;
    width: 90%;
    height: 90%;
    border: 2px solid #87A1A6;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
}
/*統計圖 end *************************************/

/*圖例區************************************************/
#divFuncLegend {
    margin: 0px 0px 0px 0px; /*上右下左*/
    padding: 0px 0px 0px 0px; /*上右下左*/
    position: absolute;
    bottom: 40px;
    right: 315px;
    width: 300px;
    height: 280px;
    border: 2px solid #87A1A6;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    z-index: 3;
}

/*圖層清單容器*/
#divOpenFunc {
    height: 210px;
    overflow-y: scroll;
    background-color: #fff;
}
    /*圖層項目*/
    #divOpenFunc div {
        /*line-height:30px;*/
        /*height:30px;*/
        margin: 0px 5px 0px 5px; /*上右下左*/
        padding: 5px 0px 5px 0px; /*上右下左*/
        border-bottom: 1px solid #c1dee1;
    }

/*圖層圖示*/
.OpnFunc img {
    width: 18px;
    vertical-align: middle;
    padding-left: 5px;
    cursor: pointer;
}

/*透明度容器*/
.Opa {
    position: absolute;
    left: 50px;
    /*height: 7%;*/
    width: 220px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    background-color: #E8F4F7;
    line-height: 20px;
    display: none;
    z-index: 100;
}
    /*透明度圖示*/
    .Opa img {
        width: initial;
        padding-left: 2px;
    }
    /*透明度箭頭外框*/
    .Opa s {
        position: absolute;
        top: -12px;
        right: 25px;
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-color: transparent transparent #888 transparent;
        border-style: dashed dashed solid dashed;
        border-width: 6px;
    }
    /*透明度箭頭*/
    .Opa i {
        position: absolute;
        top: -5px;
        left: -6px;
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-color: transparent transparent #E8F4F7 transparent;
        border-style: dashed dashed solid dashed;
        border-width: 6px;
    }
/*******************************************************/

/*帶箭頭div提示框 begin ***********************************/
.mwt_border {
    text-align: center;
    background: #fff;
    position: absolute;
    border: solid 1px #333;
    border-radius: 5px;
    padding: 10px;
    z-index: 3;
}
    /*箭頭右*/
    .mwt_border .arrow_r_int {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent #333;
        position: absolute;
        top: 20%;
        right: -20px;
    }
    /*箭頭右-邊框*/
    .mwt_border .arrow_r_out {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 20%;
        right: -19px;
    }

    /*箭頭左*/
    .mwt_border .arrow_l_int {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #333 transparent transparent;
        position: absolute;
        top: 20%;
        left: -20px;
    }

    /*箭頭左-邊框*/
    .mwt_border .arrow_l_out {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        top: 20%;
        left: -19px;
    }

    /*箭頭上*/
    .mwt_border .arrow_t_int {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
        position: absolute;
        top: -20px;
        left: 40px;
    }
    /*箭頭上-邊框*/
    .mwt_border .arrow_t_out {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -19px;
        left: 40px;
    }

    /*箭頭下*/
    .mwt_border .arrow_b_int {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        right: 50px;
    }
    /*箭頭下-邊框*/
    .mwt_border .arrow_b_out {
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -19px;
        right: 50px;
    }
/*帶箭頭div提示框 end *************************************/

/**示警平台前台顯示 Start 2015/07/30**/
/*警示視窗-底框*/
.MegDivSimpleClass {
    width: 240px;
    height: 300px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    overflow-y: hidden;
    overflow-x: hidden;
    display: none;
}

/*警示視窗-控制*/
.MegDivCtrlClass {
    width: 240px;
    height: 22px;
    font-size: 15px;
    background-color: #E60012;
    color: #FFF;
    position: absolute;
    z-index: 10;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 3px;
    cursor: pointer;
    animation: blink 2s infinite;
    -moz-animation: blink 2s infinite; /* Firefox */
    -webkit-animation: blink 2s infinite; /* Safari and Chrome */
    -o-animation: blink 2s infinite; /* Opera */
}

/*警示視窗-訊息框*/
.MegDivClass {
    width: 200px;
    background-color: #F6F5EE;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: #545353;
    border: 1px solid #FFF;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 2px rgba(20%,20%,40%,0.5);
}

/*警示視窗-文字閃爍特效*/
@keyframes blink {
    0% {
        color: #FFF;
    }

    80% {
        color: #FFF;
    }

    81% {
        color: #FFF;
    }

    100% {
        color: #E60012;
    }
}

/**示警平台前台顯示 End**/
/**2016/06/14 Kevin 登入建議修改個資 Start**/
#InfoChangeAlert {
    width: 300px;
    /*height: 300px;*/
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 45%;
    display: none;
}

#InfoChangeAlertTilte {
    background-color: #267fdd;
    color: white;
    height: 20px;
    font-size: 16px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
}

#InfoChangeAlertDesc {
    background-color: #FFF;
    font-size: 14px;
    padding-left: 3px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
/**2016/06/14 Kevin 登入建議修改個資 End**/

/*Feature service熱區圖 Kevin 2016.09.21*/
.HeatMap {
    position: absolute;
    left: -245px;
    /*height: 7%;*/
    width: 225px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    background-color: #E8F4F7;
    /*line-height: 20px;*/
    display: none;
    z-index: 100;
}

#btnMapAPI {
    position: absolute;
    top: 255px;
    right: 15px;
    z-index: 30;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

#divMapAPIPanel {
    margin: 0px 0px 0px 0px; /*上右下左*/
    padding: 5px 5px 5px 5px; /*上右下左*/
    position: fixed;
    top: 40%;
    left: 35%;
    width: 450px;
    border: 2px solid #FAFAFA;
    border-radius: 10px;
    background-color: #FAFAFA;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    display: none;
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
}

ul.mapAPITabs li {
    float: left;
    height: 31px;
    line-height: 31px;
}

#APIMapSetting {
    display: none;
}

#APIApplyInfomation {
    text-align: center;
}

#APIUrl {
    display: none;
}

#applyInfomationTab {
    display: inline-block;
    line-height: 25px;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

#mapSettingTab {
    display: inline-block;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.mapSettingTabDisable {
    /*background:gray;*/
    color: gray;
}

.mapSettingTabEnable {
    background: white;
}

#getAPIUrlTab {
    display: inline-block;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.getAPIUrlTabDisable {
    /*background:gray;*/
    color: gray;
}

/*.applyInfomationTabClicked{
     border-bottom: #0000FF 2px solid;
 }*/

.applyInfomationTabClicked, .mapSettingTabClicked, .getAPIUrlTabClicked {
    border-bottom: #1EB5C3 2px solid;
}

#applyName {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 170px;
}

#applyEmail {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 42px;
}

#toMapSetting {
    position: relative;
    right: -355px;
    cursor: pointer;
    width: 100px;
    font-size: 8px;
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
}

#toGetAPIUrl {
    position: relative;
    right: -355px;
    cursor: pointer;
    font-size: 8px;
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
}

#urlText {
    width: 170px;
}

#closeMapAPIPanel {
    border: none;
    font-size: 20px;
    height: 21px;
    line-height: 15px;
    width: 21px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.copySuccessMessage {
    display: none;
    position: relative;
    left: 170px;
    border: 1px solid #000000;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
    width: 65px;
}

/*  SEDLE 社會經濟災損圖層 Martin 2016.11.02 */
#SEDLETheme #t2main2 .locStat {
    margin-bottom: -4px;
}

.GroupSelect {
    display: none;
    margin-right: 5px;
    padding-right: 5px;
    padding-top: 3px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    background: #1EB5C3;
    color: #fff;
}

/*timeSlider Player*/
.dijitButtonNode {
    border: 0px;
}

    .dijitButtonNode * {
        border: 0px;
        vertical-align: super;
        outline: none;
    }

.dijitReset.dijitInline.dijitIcon.tsButton.tsPlayButton {
    background-position: 0px 0px;
    background-image: url(../images/widgetTimeSlider/time_play.svg);
}

.dijitReset.dijitInline.dijitIcon.tsButton.tsPauseButton {
    background-position: 0px 0px;
    background-image: url(../images/widgetTimeSlider/time_pause.svg);
}

.dijitReset.dijitInline.dijitIcon.tsButton.tsPrevButton {
    background-position: 0px 0px;
    background-image: url(../images/widgetTimeSlider/time_back.svg);
}

.dijitReset.dijitInline.dijitIcon.tsButton.tsNextButton {
    background-position: 0px 0px;
    background-image: url(../images/widgetTimeSlider/time_pre.svg);
}

.dijitSliderImageHandle.dijitSliderImageHandleH {
    opacity: 0.9;
    border: 0px;
    width: 8px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/widgetTimeSlider/time_key.svg);
}

.esriTimeSlider td[align="center"] {
    width: 90%;
}

.dijitSliderBar.dijitSliderBumper.dijitSliderBumperH.dijitSliderLeftBumper {
    background-color: #5d6fff;
}

.dijitSliderBar.dijitSliderBarH.dijitSliderProgressBar.dijitSliderProgressBarH {
    background-color: #5d6fff;
}

.esriTimeSlider .tsTicks {
    height: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
}

#headerSliderDiv.rough-sea-usage {
    /*padding: 5px 0px;*/
    width: 65%;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 10px;
    background-color: #E9E8E6;
    opacity: 0.7;
    font-family: 微軟正黑體;
    border-radius: 5px;
    transition: height 0.5s;
    -webkit-transition: width 0.5s;
}

    #headerSliderDiv.rough-sea-usage.hide {
        width: 0;
    }

    #headerSliderDiv.rough-sea-usage .toggle-time-slider {
        display: inline-block;
        width: 30px;
        height: 100%;
        display: inline-block;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px 0 0 5px;
    }

    #headerSliderDiv.rough-sea-usage.hide .toggle-time-slider {
        background-color: #E9E8E6;
        border-radius: 5px;
        /*width: 30px;*/
        /*height: 30px;*/
        line-height: 30px;
        /*margin: 15px 0 0 5px;*/
    }

        #headerSliderDiv.rough-sea-usage .toggle-time-slider:hover,
        #headerSliderDiv.rough-sea-usage.hide .toggle-time-slider:hover {
            background-color: #d0d0d0;
        }

    #headerSliderDiv.rough-sea-usage .toggle-time-slider:before {
        background: url(../images/RoughSea/caret-left.png) no-repeat 50%;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-size: 100%;
        content: "";
    }

    #headerSliderDiv.rough-sea-usage.hide .toggle-time-slider:before {
        background: url(../images/RoughSea/caret-right.png) no-repeat 50%;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-size: 100%;
        content: "";
    }

    #headerSliderDiv.rough-sea-usage center {
        position: absolute;
        visibility: visible;
        width: 97%;
        top: -2px;
        left: 30px;
        transition: visibility 0.2s;
        -webkit-transition: visibility 0.2s;
    }

    #headerSliderDiv.rough-sea-usage.hide center {
        width: 90%;
        visibility: hidden;
    }
