﻿.el-pager li {
    width: 36px;
    height: 36px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    line-height: 36px;
    color: #666666;
    font-weight: normal;
    margin-right: 10px;
}

.el-pagination {
    padding-left: 0;
    padding-right: 0;
}

    .el-pagination .btn-prev, .el-pagination .btn-next {
        display: none;
    }

.el-pager li.active + li {
    border: solid 1px #cccccc;
}

.el-pager li.active, .el-pager li:hover {
    border: solid 1px #333333;
    background-color: #333333;
    color: #fff;
}

.el-icon-d-arrow-right:before {
    top: 5px;
    position: relative;
}

.el-collapse {
    border: none;
}

.el-collapse-item__header {
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.el-dialog__body {
    padding-top: 12px;
}
