/* 该css文件：用于配合设计组调整基于ElementUi的公共样式 */

[v-cloak] {
    display: none;
}

body.el-popup-parent--hidden {
    padding: 0 !important;
}

/** 给Ele的 Message 消息提醒 样式调整*/
.message-success.el-message--success {
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgba(9,30,66,0.31), 0 4px 8px -2px rgba(9,30,66,0.25);
    border-radius: 2px;
    border-color: #FFFFFF;
}
.message-success.el-message--success .el-message__content {
    font-size: 14px;
    color: #42526E;
    line-height: 24px;
}
.message-success.el-message .el-icon-success {
    color: #36B37E;
    font-size: 20px;
}

/** 给Ele的 Notification 通知 加颜色*/
.notification-success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    align-items: center;
}
.notification-success .el-notification__title {
    color: #67C23A;
    font-weight: 400;
    font-size: 14px;
}
.notification-warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    align-items: center;
}
.notification-warning .el-notification__title {
    color: #E6A23C;
    font-weight: 400;
    font-size: 14px;
}
.notification-error {
    background-color: #fef0f0;
    border-color: #fde2e2;
    align-items: center;
}
.notification-error .el-notification__title {
    color: #F56C6C;
    font-weight: 400;
    font-size: 14px;
}
.notification-info {
    background-color: #edf2fc;
    border-color: #EBEEF5;
    align-items: center;
}
.notification-info .el-notification__title {
    color: #909399;
    font-weight: 400;
    font-size: 14px;
}

.notification-msg .el-notification__content {
    max-height: 800px;
    overflow: auto;
}
.notification-msg .el-notification__content::-webkit-scrollbar {
    width: 0;
}

/** 给Ele的 Upload 上传文件拖拽 自定义宽度*/
.upload-file-drag .el-upload__tip {
    color: #999999;
    line-height: 1.5;
    margin: 0;
}
.upload-file-drag .el-upload {
    width: 100%;
}
.upload-file-drag .el-upload-dragger {
    width: unset;
}

.el-pagination__sizes {
    width: 100px;
}

.el-pagination__sizes .el-input--mini .el-input__inner {
    height: 22px;
    line-height: 22px;
}
.el-pagination__sizes .el-input--mini .el-input__icon {
    line-height: 22px;
}

.el-table .el-button+.el-button {
    /*margin: 4px;*/
    margin: 0;
}

.el-pagination .number, .el-pagination li.btn-quickprev, .el-pagination li.btn-quicknext, .el-pagination .btn-next, .el-pagination .btn-prev {
    color: #7a7b7c;
}

.el-dialog__body {
    padding: 20px;
}

label {
    margin-bottom: 0;
}

.el-input__inner {
    padding: 0 12px;
    border-radius: 2px;
}

.el-scrollbar__bar.is-horizontal {
    height: 4px;
}
.el-scrollbar__bar.is-vertical {
    width: 4px;
}

.el-upload__tip {
    line-height: 1;
}

.el-cascader__search-input {
    margin-left: 12px;
}

/* 智能客服 */
.e-bg-light {
    background-color: #ebf4ff;
}
/*选择模版*/
.temp-search .el-input__inner {
    border: 0;
}
.temp-langs .el-input__inner {
    width: 56px;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    text-align: center;
    font-size: 11px;
}
.temp-langs .el-input__suffix {
    display: none;
}
.temp-top {
    padding: 12px;
    background-color: #f8f9f9;
}
.temp-list {
    padding: 12px;
    cursor: pointer;
}
.temp-res-close {
    background-color: #d4d7d9;
    cursor: pointer;
}
.temp-res-close:hover {
    background-color: #a2a4a6;
}
.temp-res-title {
    line-height: 22px;
    background-color: #EBEEF5;
}
.temp-res-langs {
    width: 250px;
    height: 250px;
    padding: 12px;
    background: #f8f9f9;
    border: 1px solid #d4d7d9;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 10%);
}

.pg-header .pg-title {
    line-height: 40px;
}
.pg-body {
    min-width: 400px;
    max-width: 720px;
}
@media screen and (min-width: 1050px) {
    .pg-search {
        width: 400px;
    }
}

.sect-title {
    color: #909399;
    font-weight: 500;
}

.el-table .DisabledSelection.el-table__cell{
    padding: 0;
}
.el-table .DisabledSelection.cell{
    height: 47px;
    position: relative;
}
.el-table .DisabledSelection.cell:after{
    content: "\5168\9009\6b64\9875"; /* "全选此页"的Unicode */
    position: absolute;
    font-size: 10px;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    right: 0;
    color: #409EFF;
}
.el-table .DisabledSelection.cell .el-checkbox{
    padding-top: 8px;
}

html[lang='zh-CN'] .menu-popover {
    width: 150px !important;
}

.el-table tr.danger-row>td.el-table__cell {
    background: #ffe4e1 !important;
}
.el-table tr.warning-row>td.el-table__cell {
    background: oldlace !important;
}
.el-table tr.success-row>td.el-table__cell {
    background: #f0f9eb !important;
}