﻿.gsmap-mapenv-info {
    position: absolute;
    bottom: 73px;
    right: 16px;
    z-index: 1;
    width: 180px;
    height: 90px;
    background-color: #2b2b2b;
    font-family: "微軟正黑體";
    color: #FFF;
    display: block;
    padding: 4px;
    text-align: right;
    font-size: 0.9rem;
    width: 160px;
    border-radius: 4px;
}

.gsmap-mouse-position {
    position: absolute;
    bottom: 110px;
    right: 20px;
    z-index: 100;
    background-color: transparent;
    color: #FFF;
    padding: 4px;
    font-family: "微軟正黑體";
    font-size: 0.9rem;
    text-align: right;
    border-radius: 4px;
    width: 150px;
}


.gsmap-scale-line {
    z-index: 100;
    background-color: transparent;
    border-radius: 4px;
    bottom: 80px;
    right: 16px;
    padding: 4px;
    position: absolute;
}

.gsmap-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 0.7rem;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}

.gsmap-labelLegend {
}

    .gsmap-labelLegend > div {
        margin: 2px;
    }

    .gsmap-labelLegend > div:hover {
        border: 1px solid #333;
        cursor: move;
    }

.gsmap_search {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 3.5em;
    top: 1em;
    background-color: #0f97ff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/icon_search.svg);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 24px auto;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 32px;
}


/* 下方資訊視窗 */
.gsmap-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
}

.gsmap-bottom-nav {
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    height: 36px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #31abaf;
}

    .gsmap-bottom-nav li {
        font-family: "微軟正黑體";
        color: #FFF;
        float: left;
        display: block;
        font-size:1.2rem;
        padding: 0px;
    }

        .gsmap-bottom-nav li a {
            display: inline-block;
            color: #FFF;
            text-decoration: none;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-family: "微軟正黑體";
            font-size: 1.2rem;
            padding-top: 0px;
            padding-right: 6px;
            padding-bottom: 0px;
            padding-left: 6px;
            height: 36px;
            line-height: 36px;
            background-color: #757575;
            margin-right: 2px;
        }

            .gsmap-bottom-nav li a img {
                height: auto;
                width: 20px;
                margin-top: -4px;
                margin-right: 4px;
            }

            .gsmap-bottom-nav li a:hover {
                background-color: #31abaf;
                padding-top: 0px;
                padding-right: 12px;
                padding-bottom: 0px;
                padding-left: 12px;
                margin-top: 0px;
            }

    .gsmap-bottom-nav.nav-tabs > li.active > a,
    .gsmap-bottom-nav.nav-tabs > li.active > a:hover,
    .gsmap-bottom-nav.nav-tabs > li.active > a:focus {
        background-color: #31abaf;
        margin-top: 0px;
        height: 36px;
        color: #FFF;
    }

@media (max-width: 980px) {
    .gsmap-bottom-nav {
        /*float: left;*/
        /*margin-top: 30px;*/
        overflow: hidden;
        background-color: transparent;
        width: 100%;
        height: 36px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #31abaf;
    }

        .gsmap-bottom-nav li {
            font-family: "微軟正黑體";
            color: #FFF;
            float: left;
            display: block;
            font-size: 1.2rem;
            padding: 0px;
        }

            .gsmap-bottom-nav li a img {
                height: auto;
                width: 20px;
                margin-top: -4px;
                margin-right: 4px;
                display: none;
            }

            .gsmap-bottom-nav li a:hover {
                background-color: #31abaf;
            }

            .gsmap-bottom-nav li a.active {
                background-color: #31abaf;
                margin-top: 0px;
                height: 36px;
                color: #FFF;
            }

    .gsmap-overview {
        display: none;
    }

    .gsmap-mouse-position {
        display: none;
    }
}

/*
     泡泡視窗layout
 */
.gsmap-popup {
}
    /*按鈕上方位置列*/
    .gsmap-popup .gsmap-btn_top_block {
    }
        /*關閉按鈕*/
        .gsmap-popup .gsmap-btn_top_block .gsmap-close {
        }

    /*泡泡視窗內容樣式*/
    .gsmap-popup .gsmap-content {
    }

@media(min-width:980px) {
    .gsmap-bottom {
        width: 600px;
    }
}

/*20190717右邊區塊UI*/
.ui-widget-content {
    border: 0px solid #dddddd;
    background: #FFF;
    color: #333333;
}

.ui-widget-header {
    border: 0px solid rgb(51, 51, 51);
    background: transparent;
    color: #ffffff;
    font-weight: bold;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    overflow: auto;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "微軟正黑體";
    font-size: inherit;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    border: 1px solid #dddddd;
    z-index: 99999;
}

@charset "utf-8";

.result_box {
    width: 400px;
}

.result_tab {
    display: block;
}

    .result_tab ul {
        display: block;
        overflow: hidden;
        border-bottom: #2ca5de solid 1px;
    }

        .result_tab ul li {
            font-family: "微軟正黑體";
            color: #2ca5de;
            text-align: center;
            float: left;
            padding-right: 10px;
            padding-left: 10px;
            padding-top: 12px;
            padding-bottom: 12px;
            font-size: 1rem;
        }

            .result_tab ul li a {
                font-family: "微軟正黑體";
                color: #2ca5de;
                text-align: center;
                float: left;
                font-size: 1rem;
                text-decoration: none;
            }

                .result_tab ul li a:hover {
                    background-color: #f1f1f1;
                    -webkit-border-top-left-radius: 4px;
                    -webkit-border-top-right-radius: 4px;
                    -moz-border-radius-topleft: 4px;
                    -moz-border-radius-topright: 4px;
                    border-top-left-radius: 4px;
                    border-top-right-radius: 4px;
                    color: #2ca5de;
                    text-decoration: none;
                    padding-top: 12px;
                    padding-right: 6px;
                    padding-bottom: 12px;
                    padding-left: 6px;
                    margin: -12px -6px;
                    font-size: 1rem;
                    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
                }

            .result_tab ul li.active {
                background-color: #2ca5de;
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                color: #FFF;
                font-size: 1rem;
                font-weight: 600;
            }

                .result_tab ul li.active a {
                    font-family: "微軟正黑體";
                    color: #FFF;
                    text-align: center;
                    float: left;
                    font-size: 1rem;
                    font-weight: 600;
                }

                    .result_tab ul li.active a:hover {
                        background-color: transparent;
                        /*padding-right: 0px;
                        padding-left: 0px;*/
                    }

.result_cont {
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0;
}

    .result_cont h3 {
        font-family: "微軟正黑體";
        font-size: 1.3rem;
        line-height: 30px;
        font-weight: 400;
        color: #2ca5de;
    }

.ListResult {
}

    .ListResult .center {
        text-align: center;
    }

    .ListResult th {
        font-family: "微軟正黑體";
        font-size: 1.1rem;
        color: #a8a8a8;
        background-color: #ebebeb;
        text-align: left;
        padding-top: 8px;
        padding-right: 4px;
        padding-bottom: 8px;
        padding-left: 4px;
    }

    .ListResult td {
        font-family: "微軟正黑體";
        font-size: 0.9rem;
        color: #333;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e4e4e4;
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
    }

    .ListResult tr:hover {
        background-color: #c6eadb;
        cursor: pointer;
    }

    .ListResult tr:last-child td {
        border-bottom-width: 0px;
    }

.ListNum {
    border-radius: 20px;
    background-color: #a8a8a8;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    float: right;
    min-width: 48px;
    text-align: center;
}

.ListNumOrange {
    background-color: #fb9e4b;
    color: #FFF;
}

.ListNumPurple {
    background-color: #7e76b5;
    color: #FFF;
}

.TbFormResult {
    width: 100%;
}

    .TbFormResult th {
        background-color: #ebebeb;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        font-family: "微軟正黑體";
        font-size: 0.95rem;
        color: #a8a8a8;
        text-align: left;
        padding: 8px;
    }

    .TbFormResult td {
        background-color: #f6f6f6;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        font-family: "微軟正黑體";
        font-size:0.95rem;
        color: #434343;
        text-align: left;
        padding: 8px;
    }

        .TbFormResult td a {
            text-decoration: none;
            color: #355cb5;
            text-decoration: underline;
        }

    .TbFormResult .left {
        text-align: left;
    }

    .TbFormResult .right {
        text-align: right;
    }

    .TbFormResult .center {
        text-align: center;
    }

.BtnhideAll {
    font-size: 0.7rem;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid #337fed;
    text-decoration: none;
    background-color: transparent;
    color: #848484;
    display: inline-block;
    background-image: url(../images/btn_icon_hide.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 33px auto;
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 10px;
}

.BtnshowAll {
    font-size: 0.7rem;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid #337fed;
    text-decoration: none;
    background-color: transparent;
    color: #848484;
    display: inline-block;
    background-image: url(../images/btn_icon_show.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 33px auto;
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 10px;
}

    .BtnhideAll:hover, .BtnshowAll:hover {
        background-color: #434343;
    }

    .BtnhideAll:active, .BtnshowAll:active {
        position: relative;
        top: 1px;
    }

.Btnshow {
    font-size: 0.95rem;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 0px solid #337fed;
    text-decoration: none;
    background-color: transparent;
    color: #4d4d4d;
    display: inline-block;
    background-image: url(../images/btn_icon_hide.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 46px;
}

    .Btnshow:hover {
        background-image: url(../images/btn_icon_hide.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 46px 20px;
        background-color: transparent;
    }

    .Btnshow:active {
        position: relative;
        top: 1px;
    }

.Btnhide {
    font-size: 0.95rem;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 0px solid #337fed;
    text-decoration: none;
    background-color: transparent;
    color: #4d4d4d;
    display: inline-block;
    background-image: url(../images/btn_icon_show.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 46px;
}

    .Btnhide:hover {
        background-image: url(../images/btn_icon_show.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 46px 20px;
        background-color: transparent;
    }

    .Btnhide:active {
        position: relative;
        top: 1px;
    }

.result-case-level {
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
}