

/** 为匹配新架构所做的样式调整 **/
.btn {
    background-color: #336699;
    border-color: #336699;
    border-radius:3px;
}

    .btn:hover {
        background-color: #7093b7;
        border-color: #7093b7;
    }
    .btn:disabled {
        background-color: #7093b7 !important;
        border-color: #7093b7 !important;
    }

input[type=button], input[type=submit] {
    background-color: #336699;
    border-color: #336699;
    color: #fff;
    border-radius: 3px;
}

    input[type=button]:hover, input[type=submit]:hover {
        background-color: #7093b7;
        border-color: #7093b7;
    }
    input[type=button]:disabled, input[type=submit]:disabled {
        background-color: #7093b7 !important;
        border-color: #7093b7 !important;
    }

.btnKey {
    background-color: #336699 !important;
    border-color: #336699 !important;
    border-radius: 3px !important;
}

    .btnKey:hover {
        background-color: #7093b7;
        border-color: #7093b7;
    }
    .btnKey:disabled {
        background-color: #7093b7 !important;
        border-color: #7093b7 !important;
    }
.btnQuery {
    background-color: #336699 !important;
    border-color: #336699 !important;
    border-radius: 3px;
}

    .btnQuery:hover {
        background-color: #7093b7 !important;
        border-color: #7093b7 !important;
    }

    .btnQuery:disabled {
        background-color: #7093b7 !important;
        border-color: #7093b7 !important;
    }
.tb td a {
    background-color: #336699;
    border-color: #336699;
    border-radius: 3px;
}
    .tb td a:hover {
        background-color: #7093b7;
        border-color: #7093b7;
    }

input[type=text], input[type=password], select, textarea {
    border-radius: 3px;
    border: solid 1px #ddd !important;
    transition: border-color 0.2s ease;
}

    input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        outline: none;
        border: solid 1px #336699 !important;
        box-shadow: 0 0 0 1px #f3f3f37d;
    }

.offTab {
    border-radius: 5px 5px 0 0;
}

.selTab {
    border-radius: 5px 5px 0 0;
    box-shadow: 2px -2px 2px 0px #eee;
}

.Menubox li {
    border-radius: 5px 5px 0 0;
    border: solid 1px #ddd;
    border-bottom: none;
}

.Menubox li.lisel {
    border-radius: 5px 5px 0 0;
    box-shadow: 2px -2px 2px 0px #eee;
    background-color: #fff;
    border: solid 1px #ddd;
    border-bottom: none;
}

#AspNetPager1 table td {
    box-sizing: border-box;
    height: 38px;
    padding-bottom: 5px;
}
.footer {
    border-top-color: #ebeef5;
}
.otherIndex {
    padding:2px 4px;
}
.otherIndex:hover {
    border-radius: 4px;
    padding: 2px 4px;
    background-color: #336699;
    border-color: #336699;
}
.pageButton {
    padding: 2px 4px;
}
    .pageButton:hover {
        padding: 2px 4px;
        border-radius: 4px;
        background-color: #336699;
        border-color: #336699;
    }