/*********zw element UI 部分样式修改*****************************************************************/
/******input,select********/
.el-select{
    width: 150px;
}
/* *******按钮**************** */
.el-button+.el-button{
    margin-left: 7px;
}
/****日期插件*********/
.el-input__inner{
    font-size: 12px;
    height: 28px;
}
.el-input__prefix {
    top: 0;
}
.el-input__icon{
    line-height: 25px;
}
.el-input--small .el-input__inner,.el-input--prefix .el-input__inner{
    height: 28px;
}
/********el-form****************/
.el-form-item{
    margin-bottom: 14px;
}
.el-form-item__label{
    font-weight: normal;
    font-size: 12px;
}
.el-form-item__error{
    padding-top: 4px;
}
/*************table**********************/

.scrollBarX .el-table__body-wrapper{
    overflow-x: visible;
}
table{
    border-bottom:0;
}
.el-table--border, .el-table--group{
    border:0;
}
.el-table th{
    background: #F7F7F7;
}
.el-table td, .el-table th{
    height: 35px;
    line-height: 35px;
    padding:0px;
    font-size: 12px;
    border-bottom: 1px solid #DADADA;
    vertical-align: middle !important;
}
.el-table .cell{
    white-space: nowrap;
    height:25px;
    width: 100%;
}
.line_feed .el-table .cell{
    height:auto;
}
.el-table .cell a{
    color: #00bbbd;
    margin: 0 2px;
}
.el-table--striped .el-table__body tr.el-table__row--striped td{
    border-bottom: 1px solid #DADADA
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td, .el-table__body tr.current-row>td, .el-table__body tr.hover-row.current-row>td, .el-table__body tr.hover-row.el-table__row--striped.current-row>td, .el-table__body tr.hover-row.el-table__row--striped>td, .el-table__body tr.hover-row>td{
    background: #FAFAFA;
}
/*******button*******/
.cancel.el-button--text:active,.cancel.el-button--text:focus, .cancel.el-button--text:hover{
    color: #00bbbd;
    background: #FFF;
    border:1px solid #24afaf;
}
.el-button.is-disabled.el-button--text{

}
/**************transfer-panel_*****************/
.el-transfer-panel__item{
    border-bottom: 1px solid #DBDBDB;
}
..el-transfer-panel__list.is-filterable{
    height: 350px;
}
.el-transfer-panel{
    width: 190px;
    height: 415px;
}
.el-transfer-panel__body{
    padding-top: 10px;
}
.el-transfer-panel__header{
    // display:none;
}
.el-transfer-panel__list.is-filterable{
    height: 300px;
    border-radius: 4px;
}
.el-transfer-panel__filter .el-input__inner{
    border-radius: 4px;
}
.el-transfer {
    font-size: 12px;
    padding-left: 45px;
}
.el-transfer-panel__item{
    padding-top: 5px;
    height: 38px;
    line-height: 38px;
}
.el-transfer-panel__item .el-checkbox__input{
    top: 12px;
}
.el-transfer__buttons .el-button+.el-button{
    margin: 0 auto 10px auto;
}
/*****tree******/
.el-tree-node>.el-tree-node__children{
    overflow:visible;
}

/******el-dialog__title**********/
.el-dialog__header{
    background: #00bbbd;
}
.el-dialog__title{
    color: #FFF;
    font-size: 16px;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close,.el-dialog__headerbtn .el-dialog__close{
    color: #fff;
    font-size: 24px;
}
/********InputNumber 计数器********/
.el-input-number{
    line-height: 26px;
}
/************/
.components_upload input[type=file]{
    display:none;
}
.components_upload .el-upload__tip{
    display: inline-block;
    margin-left: 18px;
    color: #999;
}
.dialog_personal .el-dialog__body{
    padding: 10px 20px;
}
.components_edit_modal .maxheight .el-dialog__body{ max-height: 500px;overflow: auto; }
.el-table__body-wrapper {
    overflow-x: visible;
    position: relative;
    border-left: 1px solid #e6ebf5;
    box-sizing: content-box;
}
.el-table__expanded-cell[class*=cell]{
    padding: 0;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
    width: 100%;
}
.el-table .el-button--small,.el-table .el-button--small.is-round{
    margin: -4px 0;
}
// .el-textarea__inner{
//     margin-bottom: 10px;
//     overflow: hidden;
// }
