﻿/*Main*/
html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#map,#main_mapwrp  {
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#print_wrp {
    height: 100%;
    width: 100%;
    background: white;
    z-index: 1000;
    position: absolute;
    top: 0;
}
body {
    background-color: #FFF;
    overflow: hidden;
    font-family: "Microsoft JhengHei","Trebuchet MS";
}

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

.MainFrameHide{
    z-index:300;
    position:absolute;
    top:0px;
    background-color:#ffffff;
    border-style:hidden;
    left:-516px;
    display:none;
}

.FrameStyle{
    border-style:hidden;
    background-image:url(../images/Bg_float.png);
    background-size: 475px 515px;
    background-repeat: no-repeat;
}

#BgHistGp{
    background-color:#1792E5;
    color:#FFFFFF;
    position:absolute;
    right:8px;
    bottom:155px;
    padding:10px 10px 12px 8px;
    font-family:微軟正黑體;

    /* support Safari, Chrome */
    -webkit-border-radius: 20px;
    /* support firefox */
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity:0.8;
    display:none;
    z-index:50;
}

/*Lod*/
#ALL_LodDiv{
    width:20px;
    /* support Safari, Chrome */
    -webkit-border-radius: 20px;
    /* support firefox */
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align:center;
}
#ALL_LodDiv img{
    cursor:pointer;
    width:20px;
    height:20px;
}

/*BaseMapItem*/
#BaseMapDiv img{
    cursor:pointer;
}


.LoadingSty{
    display:none;
    top:250px;
    left:170px;
    position:absolute;
    z-index:9999999;
    width:22%;
    height:22%;
}



#MainFrameDiv {
    height:544px;
    width:480px;
}

#scale_bar {
    position:absolute;
    bottom:10px;
    right:560px;
}

#search_wrp {
    position: absolute;
    right: 63px;
    top: 38px;
    padding: 5px 10px;
    background: rgba(220, 220, 220, 0.9);
    border-radius: 5px;
    visibility:hidden;
    z-index:400;
}

#searchbox {
    position:relative;
}

#searchbox .search-text {
    width: 135px;
    box-sizing: border-box;
    padding: 1px 19px 1px 0;
}

#searchbox .search-type {
    font-size:small;
    cursor: default;
}

    #searchbox .search-type input[type="radio"] {
        margin:0;
        margin-top: 4px;
    }

    #searchbox .search-query {
        position: absolute;
        right: 4px;
        top: 6px;
        cursor: pointer;
        width: 12px;
    }

#search_autocomplete {
    z-index:500;
    width:400px;
    height:180px;
    position:absolute;
    border-radius:5px;
    background-color:rgba(255,255,255,0.9);
    display:none;
}
    #search_autocomplete .autocomplete-close {
        position: absolute;
        right: 25px;
        top: 3px;
        font-size: small;
        padding: 3px;
        opacity: 0.5;
        cursor:pointer;
    }

    #search_autocomplete .autocomplete-close:hover {
        opacity:1;
        background-color:white;
    }

    #search_autocomplete .autocomplete-loading {
        position:absolute;
        text-align: center;
        background-color: rgba(255,255,255,0.5);
        border-radius: 5px;
        display:none;
        font-size:small;
        width:100%;
        height:100%;
    }

    #search_autocomplete .autocomplete-loading div {
        position:absolute;
        top:87px;
        left: 0;
        right: 0;
    }

    #search_autocomplete .autocomplete-content {
        height: 98%;
        overflow: auto;
        margin-right: 4px;
        margin-top: 3px;
    }

    #search_autocomplete .layer {
        font-size:small;
        margin-top: 3px;
        margin-left: 16px;
        margin-right: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor:pointer;
    }

    #search_autocomplete .layer:hover {
        background-color:rgba(222,222,222,0.9);
    }

    #search_autocomplete .google-placemark {
        margin-top: 6px;
        margin-left: 16px;
        margin-right: 8px;
        margin-bottom: 7px;
        font-size: small;
        cursor:pointer;
    }

    #search_autocomplete .google-placemark:hover {
        background-color:rgba(222,222,222,0.9);
    }
    
    
    #search_autocomplete .google-title {
        margin: 2px 0 5px 8px;
    }
        

    #search_autocomplete hr {
        margin: 0 8px;
    }

    #search_autocomplete .title {
        margin-left: 8px;
        padding:5px 0;
    }

#BaseMapDiv > img {
    display:inline-block;
}

#BaseMap_opc_wrp {
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    text-align: left;
    background-color: rgba(148, 151, 142,0.9);
    box-sizing: border-box;
}
    #BaseMap_opc_wrp .opc-title {
        display:inline-block;
        padding: 1px 10px;
        box-sizing: border-box;
        background-color:rgba(255,255,255,0.7);
        border-radius: 10px;
        width: 56px;
        text-align:center;
    }
    #BaseMap_opc_wrp .opc-slider-wrp {
        display:inline-block;
        margin-left: 10px;
        color:white;
        cursor: default;
    }

#BaseMap_opc_slider {
    display: inline-block;
    width: 210px;
    height: 2px;
    margin: 0px 10px 3px 10px;
}
    #BaseMap_opc_slider.ui-slider .ui-slider-handle {
        width: 0.8em;
        height: 0.8em;
        top: -0.4em;
        border: 2px solid white;
        border-radius: 10px;
        background: #F19725;
    }


    #BaseMap_opc_slider.ui-slider .ui-slider-handle.ui-state-hover {

        background-color: #F19725;
    }

    /*#BaseMap_opc_slider .ui-widget-content {

    }*/