.mat-card.rc-table-card{margin-bottom:8px;padding:0}.mat-card.rc-table-card:after{content:"";position:absolute;z-index:9;top:4px;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.64)}.mat-card.rc-table-card .rc-table-card__content{padding:16px}.mat-card.rc-table-card .rc-table-card__progress{position:absolute;top:0;left:0;right:0;z-index:2;height:4px}.mat-card.rc-table-card.rc-table-card--init:after{animation:.32s .32s both rc-table-card-init}@keyframes rc-table-card-init{0%{opacity:1;backdrop-filter:blur(1px);animation-timing-function:cubic-bezier(.27,.09,.83,1)}to{opacity:0;backdrop-filter:none;visibility:hidden}}.mat-card.rc-table-card.rc-table-card--init .rc-table-card__progress{animation:.32s .64s both rc-table-card-progress-hide}@keyframes rc-table-card-progress-hide{0%{opacity:1;animation-timing-function:cubic-bezier(.27,.09,.83,1)}to{opacity:0}}.mat-card.rc-table-card.rc-table-card--load:after{animation:.32s both rc-table-card-load}@keyframes rc-table-card-load{0%{opacity:0;backdrop-filter:none;animation-timing-function:cubic-bezier(.27,.09,.83,1)}to{opacity:1;backdrop-filter:blur(1px)}}.mat-card.rc-table-card.rc-table-card--load .rc-table-card__progress{animation:.32s both rc-table-card-progress-show}@keyframes rc-table-card-progress-show{0%{opacity:0;animation-timing-function:cubic-bezier(.27,.09,.83,1)}to{opacity:1}}.mat-card.rc-table-card .rc-table-card__warn{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;width:100%;height:calc(100% - 48px)}.mat-card.rc-table-card .rc-table-card__warn:before{content:"";width:160px;height:160px;display:block;background:url(icons/i-table.svg) no-repeat;background-size:100% 100%}.mat-card.rc-table-card .rc-table-card__warn-text{margin-top:8px;color:rgba(0,0,0,.54)}.mat-card.rc-table-card:not(.rc-table-card--header-fixed) .rc-table-toolbar{transform:translateY(0)!important}.mat-card.rc-table-card.rc-table-card--header-fixed{padding-top:48px}.mat-card.rc-table-card.rc-table-card--header-fixed .rc-table-toolbar{position:fixed;z-index:99;top:0;left:8px;right:16px;background:#fff;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);box-shadow:0 2px 2px 0 rgba(0,0,0,.16)}.rc-table-toolbar{display:flex;align-items:center;height:48px;padding-top:8px;padding-bottom:8px;transition:padding .24s linear;overflow:hidden;justify-content:space-between}.rc-table-toolbar .rc-table-toolbar__field{flex-basis:240px}[dir=ltr] .rc-table-toolbar .rc-table-toolbar__field:not(:last-child){margin-right:8px}[dir=rtl] .rc-table-toolbar .rc-table-toolbar__field:not(:last-child){margin-left:8px}[dir=ltr] .rc-table-toolbar{padding-right:8px}[dir=rtl] .rc-table-toolbar{padding-left:8px}[dir=ltr] .rc-table-toolbar{padding-left:16px}[dir=rtl] .rc-table-toolbar{padding-right:16px}.rc-table-toolbar .rc-table-toolbar__section{position:relative;display:flex;flex-wrap:nowrap;align-items:center}.rc-table-toolbar .rc-table-toolbar__section:first-child{flex-grow:1;width:0}.rc-table-toolbar .rc-table-toolbar__title{font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[dir=ltr] .rc-table-toolbar .rc-table-toolbar__title,[dir=rtl] .rc-table-toolbar .rc-table-toolbar__title{margin-right:16px}.rc-table-card{min-height:450px;font-family:Roboto,Arial,sans-serif}.rc-table-card__content{min-height:402px;position:relative}.rc-table{position:relative}.rc-table__ref{margin:8px 16px}