.file-item{
    position:relative;
    padding: 3px;
    border-radius: 5px;
    display: block;
    margin: 5px 0px;
}
.file-remove{
    position: absolute;
    right: 5px;
    color: red;
    cursor: pointer;
    font-size: 16px;
    top: 5px;
    z-index: 100;
}
.showColumnVisibleConfig {
	background: #f59d2a;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	margin-right: 0px;
	border-radius: 3px;
	margin-left:10px;
	display: inline-block;
	cursor: pointer;
}

/* 固定列样式 */
.DTFC_ScrollWrapper{
   height:auto!important;
}
.DTFC_LeftHeadWrapper,.DTFC_LeftBodyWrapper,.DTFC_RightHeadWrapper,.DTFC_RightBodyWrapper{
   z-index: 1000;
}
.DTFC_LeftWrapper,.DTFC_RightWrapper{
   display: none;
}
.DTFC_LeftBodyLiner,.DTFC_RightBodyLiner{
   overflow: hidden;
}
/* 固定列样式 */

.modal-open .modal {
    z-index: 10000000;
    left: 50%;
    top: 50%;
    overflow-y: hidden;
    transform: translate(-50%, -50%);
}

.auditBtnContent span.btn{
    margin-left: 10px;
}
