/* ol:/ui/extranet-2/style/api/enhance-defaults.css */
/**
* extranet2 -> pbuic-pager.css
*/
.pbuic-pager-container {
    font-size: 1rem;
}

li.pgr-active span {
    background-color: #333;
}

/** uibase -> cr.table-view.css */
.cr-table-view-wrapper,
table.cr-table-view thead th,
.tv-row-amount {
    font-size: .875rem;
}

table.cr-table-view thead th,
.tv-row-amount {
    font-size: .875rem;
    color: inherit;
    opacity: .7;
}

.cr-table-view caption {
    margin-bottom: 1rem;
    text-align: left;
}

.cr-table-view tbody .cr-table-view__row--clickable:hover td {
    background-color: rgb(246, 245, 250) !important;
}

table.cr-table-view thead td,
table.cr-table-view thead th {
    background: transparent;
}

div.ProcessGuide {
    margin-bottom: var(--flow-space);
    padding: 1em 0;
    border-bottom: 0;
}