
.autowidth{ width: auto;}
.none{display: none;}
.content-wrapper{min-height:900px;height: 100%}

.no-margin{
    margin-left: 0px;
}
.tdleft{
    max-width: 100px;
    width: 110px;
}
.textalign{
    text-align: center;
}
.txtLong{
    width: 400px;
}
textarea{
    width: 400px;height: 200px;
}
.Hui-iconfont{
    font-size: 16px;
}
/*====================================
  分页信息（表格依赖样式）
  ===================================*/
.pagination{ margin-top:3px; text-align:right;width:100%; line-height:32px; height:35px;}
.pagination a {text-decoration: none;border: solid 1px;	}
.pagination .pxofy{float:left;margin-left: 5px;height:25px;*padding-top:1px;}
.pagination a, .pagination span {display: block;float: left;line-height:24px;padding:0 9px;border-radius:2px;margin-right: 5px;font-family:Arial, Helvetica, sans-serif !important;}
.pagination .current {cursor:default;border: solid 1px ;}
.pagination .prev, .pagination .next{*line-height:22px;}
.pagination div{float:right;}
/*分页样式*/
.pagination a{color: #000000;border-color:#8EB2D2; background:#eaf4fa;}
.pagination a:hover{color:#023054;border-color:#8EB2D2;background:#3C95C8;}
.pagination .current{color:#fff;border-color:#4ea052;background:#3C95C8;}
.pagination .current.prev, .pagination .current.next{color:#B9B9B9;border-color:#D3D3D3;background:#fff;}
.pagination .pxofy{color: #A9ACAF;}

/*for form*/
.tblForm{border:1px solid #C1D3DE;width:100%;}
.tdFormHead{background:#CCFFFF;font-weight:bold;}
.tdFormRight{text-align:left;}

.tblForm td {
    border:dotted 1px #C1D3DE;
    height: 30px;
    padding:0px 2px 0px 4px;
}
.tblForm td em {
    color: red;
}
.tdFormHead{background:#CCFFFF;font-weight:bold;}
.tdFormRight{text-align:left;}

.tblForm1 td {
    border:dotted 1px #C1D3DE;
    height: 30px;
    padding:0px 2px 0px 4px;
}
.tblForm1 td em {
    color: red;
}
.tdFormLeft {
    background-color: #F9F9F9; text-align:right;width:100px;
}
.valigntop {
    vertical-align: top;
}
.form-control{
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.form-control-file{
    height: auto;
    padding: 2px 10px;
    width: 173px;
}
.tblForm select{
    height: 26px;
    width: 174px;
}