﻿/*定義頁面*/
html, body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    color: #505050;
    font-size: 16px;
    font-family: 'Noto Sans TC',sans-serif;
    /*background-color: #fff;*/
    background-image: url('visualmoduleTheme/gray_bg2.jpg');
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.00);
}

/*dropdown2 字體控制*/
.DropList .DropListNowCountSelect {
    color: #505050;
}

.DropList .DropListNowCountSearch {
    color: #505050;
}

.DropList .DropListNowCountAll {
    color: #505050;
}

/*timepick 字體控制*/
.TimePick .TimePickTitle select {
}

.TimePick .TimePickTimeBox select {
    color: #505050;
}

.TimePick option {
    color: #505050;
}

.TimePick .TimePickWork .button {
    font-size: 14px;
}

.TimePick .TimePickSelect .TimePickTable {
}

/*button2 字體控制*/
button {
    color: #505050;
}

/*input2 字體控制*/
input {
}

textarea {
}

/*placeholder 字體控制*/
::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}







/*超連結 字體控制*/
a {
    text-decoration: none;
    cursor: default;
}

    a[href] {
        cursor: pointer;
    }

    a:link,
    a:visited,
    a:active {
        color: #0094ff;
    }

    a:hover {
        color: #0072c4;
    }

/*gotop按鈕的事件*/
#gotop {
    z-index: 5050;
    text-align: center;
    display: none;
    position: fixed;
    right: 8px;
    bottom: 8px;
    padding: 5px 12px 10px 12px;
    font-size: 8px;
    background-color: #c86e86;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

    #gotop i {
        padding: 8px 0 0 0;
        font-size: 16px;
        position: relative;
        top: -2px;
    }

@media screen and (min-width: 1025px) {
    #gotop:hover {
        background-color: #d18a9d;
    }
}









/*全域寬度*/
.globalWidth {
    width: 1000px;
}

.globalGray {
    color: #ddd;
}




#uiHeader {
    position: relative;
    z-index: 5080;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

    #uiHeader #uiHeaderDiv {
        margin: auto;
        font-size: 0;
    }

        #uiHeader #uiHeaderDiv table {
            width: 100%;
        }

            #uiHeader #uiHeaderDiv table tr td {
                height: 80px;
                vertical-align: middle;
            }

        #uiHeader #uiHeaderDiv #uiHeaderLogo {
            height: 50px;
        }

        #uiHeader #uiHeaderDiv #uiHeaderTitle {
            font-size: 26px;
            color: #337ab7;
        }

        #uiHeader #uiHeaderDiv #uiHeaderMemo {
            padding-left: 10px;
            font-size: 14px;
            color: #337aba;
        }







#uiContent {
    position: relative;
}

    #uiContent #uiContentBG {
        /*position: absolute;
        top: 0;
        width: 100%;*/
        /*height: 200px;*/
        /*height: 100%;*/
        /*background-image: url('../Images/bgPixels_FFFFFF2.png'),linear-gradient(to bottom,#749bc7 0%,#b7d2e6 50%,#fbd8e4 85%,#fff 100%);
        background-size: 20% auto, 100% 100%;
        background-position: bottom;
        background-repeat: repeat-x;*/
        /*background-image: url('visualmoduleTheme/gray_bg2.jpg');
        background-size: cover;*/
    }

    #uiContent #uiContentDiv {
        position: relative;
        margin: auto;
        /*padding: 15px 0;*/
    }

        #uiContent #uiContentDiv .uiContentBox {
            margin-bottom: 30px;
        }

            #uiContent #uiContentDiv .uiContentBox:last-child {
                /*margin-bottom: 0;*/
            }

            #uiContent #uiContentDiv .uiContentBox .uiContentHeader {
                border-bottom: 1px solid #ddd;
                position: relative;
                font-size: 0;
            }

                #uiContent #uiContentDiv .uiContentBox .uiContentHeader .uiContentHeaderTitle {
                    font-size: 22px;
                    color: #0098a1;
                    border-bottom: 2px solid #0098a1;
                    padding-bottom: 5px;
                    display: inline-block;
                    position: relative;
                    top: 1px;
                }

    #uiContent #uiContentBG #uiContentBGckLine {
        width: 100%;
        height: 100%;
    }

    #uiContent #uiContentDiv .uiContentBox .uiContentBoxTitle {
        font-size: 18px;
        margin: 15px 0;
        background-color: #0072c4;
        color: #fff;
        padding: 5px 20px 5px 10px;
        display: inline-block;
        border-radius: 5px 30px 30px 5px;
        box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    }

/*放在外面才方便丟到浮動視窗*/
.uiContentTools {
    margin: 15px 0;
    vertical-align: middle;
}

    .uiContentTools .uiContentToolsBtn {
        float: right;
        position: relative;
        top: -5px;
    }
/*#uiContent #uiContentDiv .uiContentBox .uiContentBoxTitle:before {
            content: '\f101';
            font-family: 'FontAwesome';
            font-weight: normal;
            margin-right: 5px;
            position: relative;
            top: -1px;
        }*/





#uiLoginTd {
    width: 35%;
    height: 100%;
}

#uiLogin {
    position: relative;
    z-index: 902;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px 0 0 5px;
    height: 300px;
}

    #uiLogin #uiLoginTitle {
        color: #0098a1;
        font-size: 20px;
    }

    #uiLogin hr {
        margin: 15px 0;
        border: 0;
        border-top: 1px solid #ddd;
    }

#uiStatisticalTd {
    width: 65%;
    height: 100%;
}

#uiStatistical {
    position: relative;
    z-index: 901;
    background-color: #fff;
    width: 100%;
    height: 330px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

    #uiStatistical .sp-thumbnail-image {
        width: 122px;
        height: 82.5px;
    }

    #uiStatistical .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
        border-left: 5px solid #0098a1;
    }

    #uiStatistical .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
        border-right: 13px solid #0098a1;
    }

    #uiStatistical .uiStatisticalCaption {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background-color: rgba(255, 255, 255, 0.75);
        color: #505050;
        padding: 10px;
        border-radius: 3px;
        max-width: 60%;
    }

        #uiStatistical .uiStatisticalCaption .uiStatisticalCaptionTitle {
            color: #0072c4;
            padding-bottom: 5px;
            border-bottom: 1px dashed #0072c4;
        }

        #uiStatistical .uiStatisticalCaption .uiStatisticalCaptionMemo {
            padding: 5px 0;
        }

        #uiStatistical .uiStatisticalCaption .uiStatisticalCaptionMoreBtn {
        }





#uiExtra {
    text-align: center;
    /*background-color: #f7f7f7;*/
}

    #uiExtra #uiExtraDiv {
        margin: auto;
        padding: 15px 0;
        font-size: 12px;
        color: #808080;
    }

        #uiExtra #uiExtraDiv .uiExtraText {
            padding: 0;
            margin-bottom: 10px;
        }

            #uiExtra #uiExtraDiv .uiExtraText:last-child {
                margin-bottom: 0;
            }


#uiCopyright {
    background-color: #c86e86;
}

    #uiCopyright #uiCopyrightDiv {
        color: #fff;
        margin: auto;
        font-size: 0;
    }

        #uiCopyright #uiCopyrightDiv table {
            width: 100%;
        }

            #uiCopyright #uiCopyrightDiv table tr td {
                height: 60px;
                vertical-align: middle;
            }

        #uiCopyright #uiCopyrightDiv #uiCopyrightLogo {
            height: 40px;
        }

        #uiCopyright #uiCopyrightDiv #uiCopyrightLink {
            font-size: 14px;
            line-height: 24px;
        }

            #uiCopyright #uiCopyrightDiv #uiCopyrightLink a:link,
            #uiCopyright #uiCopyrightDiv #uiCopyrightLink a:visited {
                color: #fff;
            }

            #uiCopyright #uiCopyrightDiv #uiCopyrightLink a:hover {
                color: #ddd;
            }

        #uiCopyright #uiCopyrightDiv .uiCopyrightText {
            color: #fff;
            font-size: 12px;
        }

        #uiCopyright #uiCopyrightDiv #uiCopyrightLogoTd {
            width: 1px;
        }

        #uiCopyright #uiCopyrightDiv #uiCopyrightLinkTd {
            padding: 0 10px;
        }

        #uiCopyright #uiCopyrightDiv #uiCopyrightTextTd {
            text-align: right;
        }






.ulTable {
    width: 100%;
}

    .ulTable tr td {
        padding: 20px;
        border-right: 1px solid #ddd;
    }

        .ulTable tr td:first-child {
            padding-left: 0;
        }

        .ulTable tr td:last-child {
            border-right: 0;
            padding-right: 0;
        }

.newsTable {
    width: 100%;
}

    .newsTable tr td {
        padding: 0;
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    .newsTable .newsTableRow {
        cursor: pointer;
    }

        .newsTable .newsTableRow .newsTable_icon {
            color: #ddd;
            font-size: 12px;
            width: 1px;
            padding-right: 10px;
        }

        .newsTable .newsTableRow:hover .newsTable_icon {
            color: #bbb;
        }

        .newsTable .newsTableRow .newsTable_text {
            vertical-align: top;
        }

            .newsTable .newsTableRow .newsTable_text .newsTable_textMsg {
                float: right;
                font-size: 0;
            }

                .newsTable .newsTableRow .newsTable_text .newsTable_textMsg .newsTable_textMsgUser,
                .newsTable .newsTableRow .newsTable_text .newsTable_textMsg .newsTable_textMsgTime {
                    padding: 2px 8px;
                    font-size: 12px;
                    line-height: 22px;
                }

                .newsTable .newsTableRow .newsTable_text .newsTable_textMsg .newsTable_textMsgUser {
                    color: #fff;
                    background-color: #ccc;
                    border-radius: 30px 0 0 30px;
                }

                .newsTable .newsTableRow .newsTable_text .newsTable_textMsg .newsTable_textMsgTime {
                    color: #aaa;
                    background-color: #f1f1f1;
                    border-radius: 0 30px 30px 0;
                }

        .newsTable .newsTableRow:hover .newsTable_text {
            color: #ff6a00;
        }

        .newsTable .newsTableRow .newsTable_type {
            width: 40px;
            text-align: center;
            color: #fff;
            font-size: 10px;
            padding-right: 10px;
            vertical-align: top;
        }


            .newsTable .newsTableRow .newsTable_type .newsTable_typeTop,
            .newsTable .newsTableRow .newsTable_type .newsTable_typeNew {
                border-radius: 30px;
                padding: 3px 0;
                position: relative;
                top: 2px;
            }

            .newsTable .newsTableRow .newsTable_type .newsTable_typeTop {
                background-color: #0072c4;
            }

            .newsTable .newsTableRow .newsTable_type .newsTable_typeNew {
                background-color: #f6a800;
            }

        .newsTable .newsTableRow .newsTable_icon,
        .newsTable .newsTableRow .newsTable_type,
        .newsTable .newsTableRow .newsTable_text {
            padding-top: 15px;
            padding-bottom: 15px;
            /*vertical-align: top;*/
        }

.newsTable_type2 {
    width: 40px;
}

.newsTable_typeTop2,
.newsTable_typeNew2 {
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 3px 0;
    border-radius: 30px;
    position: relative;
    top: 2px;
}

.newsTable_typeTop2 {
    background-color: #0072c4;
}

.newsTable_typeNew2 {
    background-color: #f6a800;
}

.newsTable_type3 {
    top: -2px;
    width: 40px;
    display: inline-block;
}










#uiContentPlacardTd {
    width: 60%;
    vertical-align: top;
}

#uiContentPlacardHeader {
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 0;
}

    #uiContentPlacardHeader #uiContentPlacardTitle {
        font-size: 22px;
        color: #0098a1;
        border-bottom: 2px solid #0098a1;
        padding-bottom: 5px;
        display: inline-block;
        position: relative;
        top: 1px;
    }

    #uiContentPlacardHeader #uiContentPlacardMoreBtn {
        position: absolute;
        top: 5px;
        right: 0;
    }





#QRCodeTd {
    width: 40%;
    vertical-align: top;
}

#QRCodeTitle {
    font-size: 22px;
    color: #0098a1;
    text-align: center;
}

#QRCodeMemo {
    text-align: center;
    color: #aaa;
    padding: 5px 0 50px 0;
}

#QRCode {
    text-align: center;
}







#uiMenu {
    top: 0;
    position: relative;
    z-index: 5090;
    user-select: none;
    background-color: #0098a1;
    width: 100%;
}

    #uiMenu #uiMenuDiv {
        margin: auto;
    }

        #uiMenu #uiMenuDiv #uiMenuTable {
            width: 100%;
        }

            #uiMenu #uiMenuDiv #uiMenuTable tr td {
                /*white-space: nowrap;*/
                text-align: center;
                border-left: 1px solid #87c4c7;
                border-right: 1px solid #87c4c7;
                width: 16.66%;
                vertical-align: middle;
                height: 50px;
                position: relative;
            }

                #uiMenu #uiMenuDiv #uiMenuTable tr td a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    vertical-align: middle;
                    position: relative;
                    overflow: hidden;
                    line-height: 16px;
                    color: #fff;
                }

                    #uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuLinkBtn {
                        position: absolute;
                        width: 100%;
                        display: block;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                    #uiMenu #uiMenuDiv #uiMenuTable tr td a:link,
                    #uiMenu #uiMenuDiv #uiMenuTable tr td a:visited,
                    #uiMenu #uiMenuDiv #uiMenuTable tr td a:active,
                    #uiMenu #uiMenuDiv #uiMenuTable tr td a:hover {
                        color: #fff;
                    }

                #uiMenu #uiMenuDiv #uiMenuTable tr td:hover {
                    background-color: #f7f7f7;
                }

                    #uiMenu #uiMenuDiv #uiMenuTable tr td:hover a {
                        color: #505050;
                    }

                        #uiMenu #uiMenuDiv #uiMenuTable tr td:hover a:link,
                        #uiMenu #uiMenuDiv #uiMenuTable tr td:hover a:visited,
                        #uiMenu #uiMenuDiv #uiMenuTable tr td:hover a:active,
                        #uiMenu #uiMenuDiv #uiMenuTable tr td:hover a:hover {
                            color: #505050;
                        }

                #uiMenu #uiMenuDiv #uiMenuTable tr td:active a[href] {
                    background-color: #ddd;
                }

                #uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuForPhone {
                    display: none;
                }

                /*#uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuLinkBtn .uiMenuForPhone .uiMenuMsgCount {
                    position: relative;
                    top: 2px;
                    font-size: 10px;
                    background-color: #e53534;
                    border-radius: 30px;
                    color: #fff;
                    padding: 0 6px 1px 4px;
                }

                #uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuLinkBtn .uiMenuForPC .uiMenuMsgCount {
                    position: relative;
                    top: -2px;
                    font-size: 10px;
                    padding: 2px 6px 3px 6px;
                    background-color: #e53534;
                    color: #fff;
                    border-radius: 30px;
                    margin-left: 5px;
                }*/

                #uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuLinkBtn .uiMenuForPhone .uiMenuMsgCount,
                #uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuLinkBtn .uiMenuForPC .uiMenuMsgCount {
                    position: relative;
                    top: -10px;
                    left: 3px;
                    display: inline-block;
                    width: 5px;
                    height: 5px;
                    background-color: #e53534;
                    border-radius: 5px;
                }

                #uiMenu #uiMenuDiv #uiMenuTable tr td a .uiMenuLinkBtn .uiMenuForPhone .uiMenuMsgCount {
                    top: -7px;
                    left: 1px;
                }

    #uiMenu #uiMenuMap {
        width: 100%;
        max-height: 400px;
        position: absolute;
        bottom: 1px;
        transform: translateY(100%);
        background-color: #f7f7f7;
        box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        overflow: auto;
        transition: linear 0.1s;
    }

    #uiMenu:hover #uiMenuMap {
        transform: translateY(100%);
        visibility: visible;
        opacity: 1;
        /*transition: linear 0.1s 0.3s;*/
        transition: linear 0.1s 0.1s;
    }

    #uiMenu #uiMenuMap #uiMenuMapDiv {
        padding: 15px 0;
        margin: auto;
    }

        #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable {
            width: 100%;
        }

            #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td {
                vertical-align: top;
                border-left: 1px dashed #ccc;
                border-right: 1px dashed #ccc;
                padding: 0 10px;
                width: 16.66%;
            }

                #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td.uiMenuMapTdNone {
                    border-left: 0;
                    border-right: 0;
                    padding: 10px;
                    width: 16.66%;
                }

                #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td .uiMenuMapTitle {
                    color: #0072c4;
                    padding: 5px 0;
                }

                #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td hr {
                    border: 0;
                    border-bottom: 1px dashed #ccc;
                    margin: 10px 0;
                }

                #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td a {
                    display: block;
                    margin: 5px 0;
                    padding: 5px 0 5px 5px;
                    color: #0098a1;
                    /*border-radius: 3px;*/
                }

                    #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td a i {
                        color: #ccc;
                    }

                    #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td a:hover {
                        color: #505050;
                        background-color: #eee;
                    }

                        #uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td a:hover i {
                            color: #f6a800;
                            background-color: #eee;
                        }



#uiMenuMap_即時通 .uiMenuMsgCount {
    /*display: none;*/
    position: relative;
    top: -2px;
    font-size: 10px;
    padding: 2px 6px 3px 6px;
    background-color: #e53534;
    color: #fff;
    border-radius: 30px;
    margin-left: 5px;
}

.systemNotice_tagPoint {
    position: relative;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #e53534;
    border-radius: 5px;
}


/*#uiMenu #uiMenuMap #uiMenuMapDiv #uiMenuMapTable tr td .uiMenuMapTopArrow {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 7px 7.5px 0 7.5px;
                    border-color: #0099a1 transparent transparent transparent;
                    line-height: 0px;
                    _border-color: #0099a1 #000000 #000000 #000000;
                    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
                    position: relative;
                    top: -15px;
                    left: 50%;
                    transform: translateX(-50%);
                    transition: linear 0.1s;
                }*/

#uiMenuShadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5070;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: linear 0.2s;
}

#uiMenu:hover ~ #uiMenuShadow {
    visibility: visible;
    opacity: 1;
    /*transition: linear 0.2s 0.3s;*/
    transition: linear 0.2s 0.1s;
}




#uiNav {
}

    #uiNav #uiNavDiv {
        margin: auto;
        padding: 15px 0;
        font-size: 14px;
        min-height: 19px;
    }

        #uiNav #uiNavDiv .uiNavArrows {
            color: #ddd;
        }

        #uiNav #uiNavDiv .uiNavBar a:link,
        #uiNav #uiNavDiv .uiNavBar a:visited,
        #uiNav #uiNavDiv .uiNavBar a:active {
            color: #aaa;
        }

        #uiNav #uiNavDiv .uiNavBar a:hover {
            color: #808080;
        }







/*頁籤列*/
.uiTagRow {
    font-size: 0;
    margin: 15px 0;
    border-bottom: 1px solid #d3d3d3;
    user-select: none;
}

    .uiTagRow .uiTagCell {
        cursor: pointer;
        min-width: 100px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        padding: 5px;
        color: #808080;
        background-color: #f1f1f1;
        border: 1px solid #d3d3d3;
        border-radius: 5px 5px 0 0;
        /*position: relative;
        top: 1px;*/
        margin-left: -1px;
        margin-bottom: -1px;
        line-height: 22px;
    }

        .uiTagRow .uiTagCell:first-child {
            margin-left: 5px;
        }

        .uiTagRow .uiTagCell:hover {
            color: #505050;
        }

    .uiTagRow .uiTagSelect {
        cursor: default;
        color: #505050;
        background-color: #fff;
        border-bottom: 1px solid #fff;
    }





/*登入介面*/
.uiLogin_box {
    position: relative;
    max-width: 400px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

    .uiLogin_box .uiLogin_title {
        color: #337ab7;
        font-size: 20px;
    }

    .uiLogin_box hr {
        margin: 15px 0 20px 0;
        border: 0;
        border-top: 1px solid #ddd;
    }
