html, body, #app
{
    height: 100%;
    margin: 0;
    padding: 0;
}

.el-card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    height: calc(100% - 2px) !important;
}

.el-card__body {
    padding: 5px 5px 15px 5px !important;
    height: calc(100% - 20px) !important;
    overflow: hidden !important;
}

.topradius {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.bottomradius {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.el-table {
    margin-top: 1px !important;
    font-size: 12px !important;
}

.searchform {
    background: #f5f5f5 !important;
    padding-top: 18px !important;
    padding-left: 10px !important;
    border: 1px solid #ebeef5 !important;
}

.el-pagination {
    background: #f5f5f5 !important;
    margin-top: 1px !important;
    padding-left: 10px !important;
    border: 1px solid #ebeef5 !important;
}
