.plugin-horovice-report { overflow: auto; position: relative; height: 100%; font-size: 13px; }

.plugin-horovice-report .empty-message { display: flex; align-items: center; justify-content: center; flex-direction: column; font-weight: bold; font-size: 24px; color: var(--icon-static-color); padding: 0 var(--pad-2); position: absolute; width: 100%; left: 0; top: 50%; transform: translate(0, -50%); margin-top: calc(var(--table-row-min-height) / 2); min-height: var(--table-row-min-height); }

.plugin-horovice-report table { border-collapse: collapse; border: 2px solid var(--border-default-color); }

.plugin-horovice-report table th, .plugin-horovice-report table td { border: 1px solid var(--border-default-color); padding: 4px 8px; text-align: center; }

.plugin-horovice-report table thead th { background-color: var(--table-alternation-bg); font-weight: bold; }

.plugin-horovice-report table thead .agent-name { font-size: 1.2rem; text-align: left; border: none; background-color: transparent; white-space: nowrap; text-overflow: ellipsis; max-width: 280px; overflow: hidden; }

.plugin-horovice-report table tbody tr:nth-child(even) { background-color: var(--table-alternation-bg); }

.plugin-horovice-report table tbody .vertical-text { writing-mode: vertical-rl; transform: rotate(180deg); font-weight: bold; border-right: 2px solid var(--border-default-color); white-space: nowrap; }

.plugin-horovice-report table tbody .row-label { text-align: left; white-space: nowrap; }

.plugin-horovice-report table tbody .row-label.indent { padding-left: 20px; }

.plugin-horovice-report table tbody .row-label.indent-2 { padding-left: 40px; }

.plugin-horovice-report table tbody .footer-total { font-weight: bold; border-top: 2px solid var(--border-default-color); }

.plugin-horovice-report table tbody .footer-total th { text-align: left; }

[data-cardid="plugin.horovice.did-counts-by-time"] .smart-table th { white-space: nowrap; }

/*# sourceMappingURL=style.css.map */
