

/*列表状态圆点去除*/
.table tbody tr td span>i.fa:before{content: none!important;}



/*公共调整*/
#add-form,
#edit-form{
    padding:20px;
}
#add-form,
#edit-form{
    padding:20px;
}
.content>#add-form,
.content>#edit-form{
    padding-top:0;
}

/*** 通用的一些类 定义 ***/
.msg-box {
    position: absolute;
    top: 28px;
    left: 0;
}
.textarea-no-resize {
    /* 自定义CSS类以禁止 <textarea> 控件大小可拖动调整 */
    resize: none;
}
.row-margin-top {
    /* 自定义间距类 */
    margin-top: 15px;
}
.no-padding-left {
    padding-left: 0;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.align-center {
    text-align: center;
    vertical-align: middle
}
