﻿ 
.quick-form-row {
    padding: 5px 0;
}

.quick-col-one {
    margin: 0 10px;
    border-radius: 10px;
    width: auto;
    padding: 10px;
    background: #fff;
    position: relative;
}

.quick-ui-input {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    padding: 0 5px;
    transition: none;
    line-height: 32px;
    outline: none;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
}

.quick-form-text {
    display: inline-block;
    float: left;
    text-align: left;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 32px;
    padding-left: 10px;
}

    .quick-form-text font {
        color: red;
        right: 0px;
        font-family: 宋体;
    }

.quick-form-value {
    padding-left: 10px;
    min-height: 32px;
}

.inputWarnEmpty {
    border: red 1px solid;
    background: url(http://wx.sxxzlsgs.cn/wechatweb/Frontend/Quickui/images/WarnEmpty.png) no-repeat;
    background-size: 100px;
    background-position: right 5px top 50%;
}

.quick-ui-textarea {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 5px;
    line-height: 145%;
    border: 1px solid #ddd;
    background: #FFF;
    width: 100%;
    resize: none;
    overflow: auto;
}

.quick-load-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 32px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    background: #067ef5;
}

    .quick-load-button:hover {
        background: #0362c0;
    }

.submit {
    border: 1px solid #067ef5;
    background: #067ef5;
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 120px;
    line-height: 36px;
    border-radius: 5px;
    float: left;
    margin-left: 40%;
}

    .submit:hover {
        background: #0362c0;
        color: #fff;
    }
 
.box-163css {
    width: 500px;
    height: 900px;
    margin: 520px auto;
    position: relative;
}

.box-163css input {
    margin-left: 10px;
    border: none;
    border: 1px solid #a10000;
    background: #c00;
    text-align: center;
    height: 24px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

#dvMsgBox {
    display: none;
    position: absolute;
    font-size: 12px;
    width: 300px;
    overflow: hidden;
    z-index: 999;
    border-radius: 3px;
}

    #dvMsgBox .top {
        height: 40px;
        background-color: #1ab394;
        padding-left: 16px;
        float: left;
        width: 100%;
    }

        #dvMsgBox .top .right {
            height: 100%;
            padding-right: 6px;
        }

            #dvMsgBox .top .right .title {
                height: 100%;
                line-height: 35px;
                color: #fff;
                vertical-align: middle;
                font-size: 14px;
                overflow: hidden;
                margin-right: 23px
            }

    #dvMsgBox .body {
        background: #fff;
        padding-left: 10px;
    }

        #dvMsgBox .body .right {
            background: #fff;
            padding-right: 2px;
        }

            #dvMsgBox .body .right .ct {
                line-height: 60px;
                vertical-align: middle;
                width: 100%;
                text-align: center;
                color: #000;
                font-size: 14px;
            }

                #dvMsgBox .body .right .ct .pro {
                    width: 280px;
                    border: solid 1px #6593cf;
                    height: 25px;
                    background: #ffffff;
                    line-height: 23px;
                    overflow: hidden;
                }

                    #dvMsgBox .body .right .ct .pro .bg {
                        width: 0%;
                        height: 100%;
                        background: #c9dffc;
                    }

    #dvMsgBox .bottom {
        background: #fff;
        padding-left: 6px;
    }

        #dvMsgBox .bottom .right {
            height: 100%; /*background:transparent url(right-corners.png) no-repeat right bottom;*/
            padding-right: 6px;
        }

input.btn {
    width: 66px;
    border-radius: 3px;
    color: #fff;
    border: none;
    height: 30px;
    text-align: center;
    background-color: #1ab394;
    text-align: center;
    margin: 0px auto;
}

input.btnfocus {
    background-color: #EC6D51;
    border-radius: 3px;
    width: 56px;
    margin: 0px auto;
    border: none;
    height: 25px;
    cursor: pointer;
    color: #fff;
}

#dvMsgBox .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

#dvMsgBox .error {
    background: url(icon-error.gif) no-repeat;
}

#dvMsgBox .info {
    background: url(icon-info.gif) no-repeat;
}

#dvMsgBox .warning {
    background: url(icon-warning.gif) no-repeat;
}

#dvMsgBox .clear {
    clear: both;
}

#dvMsgBox .height {
    height: 0px;
    line-height: 0px;
}

#ShowBolightBox {
    display: none;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #000000;
    z-index: 100;
    position: absolute;
    left: 0px;
    top: 0px;
}

#dvMsgBtns {
    text-align: center;
    width: 100%;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

tr td, th {
    border: 1px solid rgb(18, 18, 18);
    padding: 2%;
}
 