﻿#ComparisonClearWhereBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #ffc000;
    background-image: url(../../Image/Image_clearWhere.png);
    background-repeat: round;
    height: 32px;
    width: 157px;
    margin: 5px;
    border-width: 0px;
}
#ComparisonqueryBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #70ad47;
    background-image: url(../../Image/Image_query.png);
    background-repeat: round;
    height: 32px;
    width: 157px;
    margin: 5px;
    border-width: 0px;
}
#closeBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #ffc000;
    background-image: url(../../Image/Image_closeBtn.png);
    background-repeat: round;
    height: 32px;
    width: 243px;
    border-width: 0px;
}

.display_flex {
    display: flex;
    align-items: center;
    margin:3px;
}
    .display_flex_lb_w120 {
        width: 130px;
    }
.display_flex_lb_w100 {
    width: 100px;
}
        .display_flex_lb_w80 {
            width: 80px;
        }

    #ComparisonQueryDiv > span {
        color: red;
    }

#Frame5000Div {
    margin: auto 0;
}

#ComparisonMapCenterBtn, #ComparisonSelectBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #d0cecf;
    display: block;
    margin-left: 15px;
}

#sQueryDate, #eQueryDate {
    display: block;
}

.tab_css {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

#tab_Comparison, #tab_query {
    display: none
}

    .tab_css > label {
        /*margin: 0px 2px 0px 0px;*/
        padding: 8px 10px 0px 10px;
        cursor: pointer;
        /*border-radius: 5px;*/
        background: #999;
        color: #fff;
        opacity: 0.5;
        /*border: solid black;*/
        width:250px;
        text-align: center;
    }

.tab_content {
    order: 1;
    display: none;
    width: 100%;
    line-height: 1.6;
    font-size: .9em;
    /*padding: 0px 5px;
    border: 2px solid #000;*/
}
.tab_content_bottom {
    height: 50px;
    margin: auto;
    text-align: center;
    margin-bottom: auto;
    padding-top:10px;
}

.tab_css input:checked + label, .tab_css label:hover {
    opacity: 1;
}

    .tab_css input:checked + label + .tab_content {
        display: initial;
    }


#ComparisonDiv {
    display: flex;
    /*height: 100%;*/
    width: 100%;  
    position: relative;
    overflow: auto;
}

    #ComparisonDiv .toolPanel-menu {
        width: 160px;
        background-color: #0079c1;
        flex-shrink: 0;
        overflow: auto;
        padding: 10px 0;
        color: white;
    }

    #ComparisonDiv .toolPanel-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: auto;
        height: 440px;
        background-color: rgba(255, 255, 255, 0.5);
    }

#ComparisonQueryDiv > .display_flex {
    padding: 3px 0;
    padding-left:10px;
}

    #ComparisonQueryDiv > .display_flex > label {
        font-weight:bold;
    }

#ComparisonDiv .toolPanel-menu-item.active {
    background-color: #006297;
    border-radius: 3px;
}
#ComparisonDiv .toolPanel-menu-item {
    text-align: left;
    padding: 5px;
    cursor: pointer;
    width: 90%;
    margin: 5px auto;
    color: white;
    height: 35px;
    /*border: 2px solid #000;*/
    border-radius: 3px;
    font-weight: bold;
}

/*結果清單*/
.featurelayers-layerList-header {
    padding-right: 16px;
}

.featurelayers-layerList-header, .featurelayers-layerList-row {
    display: flex;
}

.featurelayers-layerList-name {
    /*flex-grow: 1;*/
    width: 170px;
    margin: auto;
    padding-left: 10px;
}

.featurelayers-layerList-name2 {
    flex-grow: 1;
    margin: auto;
    text-align: center;
}

.featurelayers-layerList-buttons {
    width: 80px;
    flex-shrink: 0;
    text-align: center;
}

.featurelayers-layerList-body {
    overflow: auto;
    padding: 1px;
}

.featurelayers-layerList-row {
    margin: 5px 0;
    padding: 2px;
    font-size: 12px;
    border: solid 1px rgba(209, 209, 209, 1);
    border-radius: 3px;
}

.featurelayers-layerList-buttons button {
    padding: 1px 6px 3px 6px;
    margin: 0 2px;
    border: solid 2px #D1D1D1;
    color: #7586A6;
    font-weight: bold;
    border-radius: 5px;
    background: #FFF;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.featurelayers-layerList-buttons button.active {
    border-color: #7586A6;
    background-color: #7586A6;
    color: #FFF;
}

.img-h-30 {
    height: 30px;
}
.whereDiv {
    background-color: white;
    display: block;
    padding: 5px;
}

    .whereDiv > .display_flex {
        padding: 0px 0px 0px 15px;
    }
