.el-table th,
.el-table__header-wrapper thead div {
    background: #f0f0f0;
    color: #333;
    word-break: inherit!important;
}
.el-input__inner,
.el-input-group__append,
.el-textarea__inner,
.el-button {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px;
}
.el-button:hover{
    background: #337ab7;
    color: #fff;
}
.el-input-group__append {
    border-left: none;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
    background: #6e7c6b;
    border-color: #6e7c6b;
    border-radius: 0;
}
.el-table__body-wrapper {
    overflow: unset;
}
.el-collapse-item__header {
    background: #f0f0f0;
    border-color: #ccc;
}
.el-button--primary,
.el-button--primary:active,
.el-button--primary:hover,
.el-button--primary:focus {
    background: #6e7c6b;
    border: 1px solid #6e7c6b;
    padding: 8px 12px;

}
.el-upload__input {
    opacity: 0;
    position: relative;
    top: -5px;
}
.el-upload-list__item-name {
    height: 25px;
}
.el-dialog {
    transform: none;
    left: 0;
    position: relative;
    margin: 0 auto;
}
.el-select-dropdown {
    margin: 0;
}
.el-table__empty-text {
    top: 20%;
}
.el-collapse-item__content div {
    word-wrap: break-word;
    max-height: 110px;
    overflow: auto;
}
.el-tree {
    border: none;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #6e7c6b;
    border-color: #6e7c6b;
}
.el-table__empty-block {
    height: 20%;
}