@charset "utf-8";
/* CSS Document */

/*===============================================
           警政地圖頁面樣式(搜尋區塊)
=================================================*/


#g_map_page #select3_ms {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*搜尋區塊-列表樣式*/

#g_map_page #list_box {
    margin-bottom: 15px;
}

/*搜尋區塊-案類下拉選單*/

.ui-multiselect-menu {
    height: auto !important;
}

.ui-helper-reset {
    height: auto !important;
}


.ui-multiselect-checkboxes li {
    padding: 3px 0;
    border-bottom: 1px solid #dddddd;
}

.ui-multiselect-checkboxes label {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體" !important;
    padding: 0 2px;
    margin: 0;
}

/*搜尋區塊-小標題樣式*/

#g_map_page #search_form label {
    font-size: 1.3em;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體" !important;
}

/*搜尋區塊-按鈕樣式*/

#g_map_page .btn-default {
    width: 150px;
    font-size: 1.5em;
    color: #fff;
    background-color: #219f8a;
    margin: auto;
    display: table;
}

@media (max-width: 991px){

#g_map_page .btn-default {
    width: 100%;
}

}

/*===============================================
           警政地圖頁面樣式(地圖區塊)
=================================================*/

@media (max-width: 991px){

#g_map_box {
    height: auto !important;
}

}

/*===============================================
            警政地圖頁面樣式(圖示列表區塊)
=================================================*/

/*圖示列表區塊-主區塊*/

#legend {
    width: 250px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ababab;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	z-index: 0;
    position: absolute;
    bottom: 250px;
    right: 50px;
}

/*圖示列表區塊-主標題樣式*/

#legend .title h3 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    background-color: #278790;
    margin: 0;
    padding: 5px 15px;
}

/*圖示列表區塊-內容區塊樣式*/

#legend .content {
    padding: 15px;
}

/*圖示列表區塊-列表樣式*/

#legend .content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#legend .content li {
    width: 100%;
    display: inline-block;
    table-layout: auto;
    padding: 6px 0;
    border-bottom: 1px solid #dddddd;
}

/*圖示列表區塊-icon區塊樣式*/

#legend .content .icon_box {
    float: left;
    margin: 0 !important;
	position: relative;
}

/*圖示列表區塊-線條專用區塊*/

#legend .line .color_box {
    width: 100%;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

#legend .content span {
    height: 32px;
    font-size: 1.2em;
    line-height: 1.2;
    padding-left: 8px;
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}

@media (max-width: 991px){

#g_map_box #legend {
    width: 100%;
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}

}