﻿.page-heading {
    border-top: 0;
    padding: 0px 20px;
    border-bottom: 1px solid #e5e5e5;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
}

    .page-heading .title {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 10px;
        float: left !important;
    }

    .page-heading .tools {
        float: right !important;
    }

.el-dialog__title {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.page-footer {
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
    left: 0px;
    right: 0px;
    background: #fff;
    height: 44px;
    line-height: 48px;
    padding-right: 30px;
    vertical-align: middle;
}

.page-footer-blank {
    height: 45px;
    box-sizing: content-box;
}

.el-table thead {
    color: #000000;
}

.el-table th.el-table__cell {
    background-color: #eef1f6;
}

.el-table__header-wrapper tr th.el-table-fixed-column--left, .el-table__header-wrapper tr th.el-table-fixed-column--right {
    background-color: #eef1f6;
}

.el-table.is-scrolling-none th.el-table-fixed-column--left, .el-table.is-scrolling-none th.el-table-fixed-column--right {
    background-color: #eef1f6;
}
