﻿body {
    padding: 0 4px 0 4px;
}

.index-top {
    background-color: rgb(7, 44, 82);
    height: 42px;
    line-height: 42px;
    margin: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    padding: 0 10px 0 10px;
}

.index-content {
    border: solid 1px #093f75;
    border-radius: 0 0 10px 10px;
    margin: 0 5px 0 5px;
    background-color: #103058;
}

/*tableRowsBar*/
.tableRowsBar {
    position: fixed;
    right: 20px;
    color: white;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: right;
}

    .tableRowsBar span {
        font-size: 16pt;
        color: aqua
    }

.bottomBtnBar {
    height: 40px;
    line-height: 40px;
    /*border-top: solid 1px #093f75;*/
    text-align: center;
    background-color: #072c52;
}

/*el-table*/

.el-table {
    padding: 0 10px 0 10px;
}

.el-table, .el-table__expanded-cell {
    background-color: #103058;
    border-radius: 0 0 7px 7px;
}

    .el-table tr {
        background-color: #08355c;
        color: white;
    }

    .el-table th.el-table__cell {
        background-color: #093f75;
    }

    .el-table td.el-table__cell {
        border-bottom: 1px solid #041c34;
    }

.el-table--border .el-table__cell {
    border-right: 1px solid #041c34;
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
    background-color: #041c34;
}

.el-table thead.is-group th.el-table__cell {
    background: #072c52;
}

.el-table--border th.el-table__cell, .el-table__fixed-right-patch {
    border-bottom: solid 1px #041c34;
}

    .el-table--border th.el-table__cell.gutter:last-of-type {
        border-bottom: 1px solid #041c34;
    }

.el-table--border, .el-table--group {
    /* border: 1px solid #041c34;*/
    border: 0;
}

    .el-table--border::after, .el-table--group::after, .el-table::before {
        background-color: transparent;
    }

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #021022;
    padding: 3px;
}

.el-table__expand-icon {
    color: #0ff78a;
    font-size: 12pt;
}

.el-table .el-table__cell {
    padding: 8px 0;
}

/*    .el-table .el-table__cell .el-button {
        height: 28px;
    }*/

.el-table__body tr.current-row > td.el-table__cell {
    background-color: #5892ea;
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: #062b4f;
}

.el-table--enable-row-hover .el-table__body tr.el-table__row--striped:hover > td.el-table__cell {
    background-color: #041c34;
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
    background-color: #5892ea;
}

.el-table th .cell {
    text-align: center;
}

.el-icon-arrow-right:before {
    content: "\e791";
}
