.u-button,.btn{
    height: 36px;
    border-radius: 1px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
}
.u-button-info{
    background-color: #1baede;
    border: 1px #1baede solid;
    color: #fff;
}
.u-button-info:hover,.u-button-info:active,.u-button-info:focus:not(:active),.btn-primary:hover,.btn-primary:focus:not(:active){
    background: #189cc7;
    border-color: #189cc7;
}
.u-button.u-button-sm{
    height: 20px;
    font-size: 12px;
}
/*返回，默认按钮通用样式*/
.u-button.btn-back{
    background: #fff;
    color: #333;
    border: 1px solid #cecece;
    padding: 0 20px;
    font-size: 14px;
}
.u-button.btn-back:hover,.u-button.btn-back:active{
    background: #f1f1f1;
}
.u-form-control{
    border-radius: 0;
}
.u-form-control:focus{
    border-color: #6bcaea;
}
.u-table thead tr,.u-table thead tr th{
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bolder;
    color: #666666;
}
.u-table tbody tr,.u-table tbody tr td{
    height: 44px;
    padding: 0 12px;
}
.u-table tbody table tr:hover{
    height: 44px;
}
.u-table .u-form-control{
    height: 30px;
}
label{
    color:#666;
    font-weight: normal;
}
#editModal input.form-control{
    display: inline-block;
    width: auto;
}
#editModal .list-dom label.u-checkbox{
    width: auto;
    margin: 0 10px 0 0;
}