﻿#query_tab {
    width: 100%;
    height: 40px;
    border: 3px solid #c3c3c3;
    display: flex;
    flex-direction: row;
}

    #query_tab button {
        width: 100%;
        outline: none;
        font-size: 8px;
    }
#queryContent {
font-weight:bold;
}

#queryContent div {
    width: 100%;
    margin: 5px;
}

.query_display_flex {
    display: flex;
    align-items: center;
    padding: 2px 0px;
}
.query_no_display_flex {
    text-align: center;
}

.bodycontent {
    display: none;
}

.query_active {
    background-color: silver;
}

#queryContent .toolPanel-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

#queryMenu .toolPanel-menu-item.active {
    background-color: #006297;
    border-radius: 3px;
}

#queryMenu .toolPanel-menu-item {
    text-align: center;
    padding: 8px;
    cursor: pointer;
    width: 85%;
    margin: 4px auto;
    color: white;
    height: 40px;
}
#txtcoordx, #txtcoordy {
    width: 225px;
}

#queryDiv .toolPanel-menu {
    width: 110px;
    background-color: #0079c1;
    flex-shrink: 0;
    overflow: auto;
}

.queryBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #0079c1;
    background-image: url(../../Image/query_query.png);
    background-repeat: round;
    height: 30px;
    width: 77px;
    border-width: 0px;
}

.clearBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #0079c1;
    background-image: url(../../Image/query_Clear.png);
    background-repeat: round;
    height: 30px;
    width: 77px;
    border-width: 0px;
}
.manyBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #4caf50;
    background-image: url(../../Image/query_Many.png);
    background-repeat: round;
    height: 30px;
    width: 77px;
    border-width: 0px;
}
.exampleBtn {
    cursor: pointer;
    border-radius: 5px;
    background: #4caf50;
    background-image: url(../../Image/query_Example.png);
    background-repeat: round;
    height: 30px;
    width: 77px;
    border-width: 0px;
    display: inline-block;
}
