﻿.Cityprj input[type="submit"] {
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 5px;
}

.MyGridView td input {
    margin-bottom: 7px;
}

.MyGridView#ContentPlaceHolder1_gvQuery th:nth-child(1),
.MyGridView#ContentPlaceHolder1_gvQuery th:nth-child(2),
.MyGridView#ContentPlaceHolder1_gvQuery th:nth-child(3) {
    width: 8%;
    box-sizing: border-box;
}

.MyGridView#ContentPlaceHolder1_gvQuery th:nth-child(6) {
    width: 12%;
}

.MyGridView#ContentPlaceHolder1_gvQuery td:last-child {
    text-align: left;
}

.ui-widget-header span {
    color: #ffffff;
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 5%;
    margin: 0;
}

#ContentPlaceHolder1_UpdatePanel2 > div {
    overflow-x: auto;
}
