/*##query start*/
#query{
    color: white;
    background-color: #16A8F1;
    height: 400px;
}
#query .form-center{
    width: 100%;
    text-align: center;
    margin-top: 200px;
}
#query .form-center a{
    padding-right: 30px;
}
#query .form-center a:hover{
    color: red;
    text-decoration: none;
}
#mask-kk{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #666;
        opacity: 0.5;
        filter: alpha(opacity=50)-moz-opacity: 0.5;
        display: none;
        padding-top: 50px;
    }
.popup-kk{
        position: absolute;
        left: 50%;
        width: 540px;
        height: 578px;
        background: #fff;
        z-index: 1000;
        display: none;
        border-radius:5px;
    }
.close {
        position: absolute;
        top: 21px;
        right: 20px;
        cursor:pointer;
    }
.form-inlines {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 #mask-kk{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: #666;
        opacity: 0.5;
        filter: alpha(opacity=50)-moz-opacity: 0.5;
        display: none;
        padding-top: 50px;
    }
    .popup-kk{
        position: absolute;
        left: 50%;
        width: 100%;
        height: 578px;
        background: #fff;
        z-index: 1000;
        display: none;
        border-radius:5px;
        overflow: auto;
    }
    .close {
        position: absolute;
        top: 21px;
        right: 20px;
        cursor:pointer;
    }
    .form-controls{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    vertical-align: middle;
    }
    .cbtn{
        vertical-align: middle;
    }
#tese{
    margin-top: 50px;
    margin-bottom: 0px; 
}
        .ads{
            text-align: center;
            margin-top: 10px;
        }
        #city{
            width: 80%;
            border: 1px solid lightskyblue;
        }
        #address{
            width: 80%;
            border: 1px solid lightskyblue;
        }
        #adrs{
            width: 80px;
            border: 1px solid lightskyblue;
            color: #fff;
            background-color: lightskyblue;
        }
        .ades{
            cursor: pointer;
        }
        .adess{
            cursor: pointer;
        }
/*##query end*/
