body.reports-page {
    min-width: 1280px;
    margin: 0;
    overflow-x: auto;
    background: #eef2f6;
    color: #263442;
    font-family: "Open Sans", Arial, sans-serif;
}

.reports-page [v-cloak] {
    display: none !important;
}

.reports-page .reports-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000;
    border-radius: 3px;
    background: #fff;
    padding: 8px 12px;
    color: #075b98;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 2px 8px rgba(20, 45, 70, 0.24);
    transform: translateY(-160%);
}

.reports-page .reports-skip-link:focus {
    color: #075b98;
    outline: none;
    box-shadow: 0 0 0 1px #f0bb36, 0 2px 8px rgba(20, 45, 70, 0.24);
    transform: translateY(0);
}

.reports-page .demo-header {
    min-width: 1280px;
}

.reports-page .demo-header-logo {
    flex: 1 1 auto;
}

.reports-page .demo-header-text {
    max-width: 850px;
}

.reports-page .demo-header-note {
    display: block;
}

.reports-page .demo-header-back {
    margin-left: 24px;
}

.reports-page .demo-header-back:focus {
    outline: none;
    text-decoration: underline;
}

.reports-page .reports-load-error {
    max-width: 760px;
    margin: 96px auto 24px;
    border: 1px solid #d9aaa7;
    border-left: 4px solid #b94a48;
    border-radius: 3px;
    background: #fff5f4;
    padding: 14px 16px;
    color: #7f302d;
    font-size: 13px;
    line-height: 1.5;
}

.reports-page .reports-load-error[hidden] {
    display: none;
}

.reports-page .reports-load-error strong,
.reports-page .reports-load-error span {
    display: block;
}

.reports-page .reports-load-error span {
    margin-top: 3px;
}

.reports-page .reports-app,
.reports-page .reports-app * {
    box-sizing: border-box;
}

.reports-page .reports-app {
    min-width: 1280px;
    min-height: 100vh;
    padding-top: 71px;
}

.reports-page .reports-appbar {
    position: sticky;
    top: 71px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: 6px 24px;
    background: #0063b0;
    box-shadow: 0 2px 6px rgba(20, 45, 70, 0.18);
    color: #fff;
}

.reports-page .reports-appbar-context {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.2;
}

.reports-page .reports-appbar-context span {
    font-size: 11px;
    opacity: 0.8;
}

.reports-page .reports-appbar-context strong {
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reports-page .reports-appbar-user {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 24px;
}

.reports-page .reports-user-label {
    font-size: 12px;
    white-space: nowrap;
}

.reports-page .reports-user-label .glyphicon {
    margin-right: 6px;
    opacity: 0.8;
}

.reports-page .reports-user-label strong {
    font-weight: 600;
}

.reports-page .reports-logout-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.reports-page .reports-logout-button:hover,
.reports-page .reports-logout-button:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}

.reports-page .reports-logout-button:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.reports-page .reports-notice {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 24px;
    z-index: 300;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 410px;
    max-width: calc(100vw - 48px);
    border: 1px solid #8ab7d7;
    border-left: 4px solid #0063b0;
    border-radius: 3px;
    background: #f2f9fe;
    box-shadow: 0 8px 24px rgba(28, 55, 80, 0.2);
    padding: 12px 14px;
    color: #23455f;
    font-size: 13px;
    line-height: 1.45;
}

.reports-page .reports-notice span {
    flex: 1 1 auto;
}

.reports-page .reports-notice-close {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    padding: 0 2px;
    color: #47677f;
    font-size: 20px;
    line-height: 1;
}

.reports-page .reports-notice-close:hover,
.reports-page .reports-notice-close:focus {
    color: #17364d;
}

.reports-page .reports-notice-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.36);
}

.reports-page .reports-workspace {
    display: flex;
    width: 100%;
    height: calc(100vh - 123px);
    min-height: 560px;
    background: #fff;
}

.reports-page .reports-sidebar {
    display: flex;
    flex-direction: column;
    flex: 0 0 312px;
    width: 312px;
    overflow: hidden;
    border-right: 1px solid #cfd8e1;
    background: #f8fafc;
}

.reports-page .reports-sidebar-header {
    border-bottom: 1px solid #dfe5eb;
    background: #fff;
    padding: 10px 14px 11px;
}

.reports-page .reports-sidebar-title {
    margin: 0;
    color: #273746;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.reports-page .reports-sidebar-search {
    position: relative;
    margin-top: 7px;
}

.reports-page .reports-sidebar-search .form-control {
    height: 29px;
    border-color: #bfcbd5;
    border-radius: 3px;
    padding: 4px 30px 4px 27px;
    color: #2e4050;
    font-size: 11px;
    box-shadow: none;
}

.reports-page .reports-sidebar-search .form-control:focus {
    border-color: #348fd2;
    box-shadow: 0 0 0 1px rgba(0, 99, 176, 0.16);
}

.reports-page .reports-sidebar-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.reports-page .reports-sidebar-search-icon {
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 2;
    color: #728494;
    font-size: 10px;
    pointer-events: none;
}

.reports-page .reports-sidebar-search-clear {
    position: absolute;
    top: 2px;
    right: 4px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 2px;
    background: transparent;
    padding: 0;
    color: #607385;
    font-size: 19px;
    line-height: 22px;
}

.reports-page .reports-sidebar-search-clear:hover {
    background: #e7eef4;
    color: #2e4659;
}

.reports-page .reports-sidebar-search-clear:focus {
    background: #e7eef4;
    color: #2e4659;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.32);
}

.reports-page .reports-sidebar-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 5px 0;
}

.reports-page .reports-tree,
.reports-page .reports-tree-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reports-page .reports-tree-organization {
    border-bottom: 1px solid #e3e8ed;
}

.reports-page .reports-organization-toggle {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 8px 13px 7px;
    color: #2f4353;
    text-align: left;
}

.reports-page .reports-organization-toggle:hover,
.reports-page .reports-organization-toggle:focus {
    background: #edf4fa;
    color: #174d75;
}

.reports-page .reports-organization-toggle:focus {
    outline: none;
    box-shadow: inset 3px 0 0 #0063b0;
}

.reports-page .reports-organization-toggle.is-current {
    background: #e5f2fb;
    color: #174d75;
    box-shadow: inset 3px 0 0 #0063b0;
}

.reports-page .reports-organization-toggle.is-current .reports-organization-icon {
    color: #0063b0;
}

.reports-page .reports-organization-toggle.is-search-result {
    cursor: default;
}

.reports-page .reports-organization-icon {
    flex: 0 0 15px;
    margin-top: 2px;
    color: #748798;
    font-size: 12px;
}

.reports-page .reports-organization-text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    margin-left: 7px;
}

.reports-page .reports-organization-text strong {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reports-page .reports-organization-text small {
    margin-top: 2px;
    color: #5f6f7c;
    font-size: 10px;
    line-height: 1.3;
}

.reports-page .reports-tree-list {
    border-top: 1px solid #e8edf1;
    background: #fff;
    padding: 4px 6px 5px 20px;
}

.reports-page .reports-tree-report {
    display: block;
    width: 100%;
    margin: 1px 0;
    border: 0;
    border-left: 3px solid transparent;
    border-radius: 2px;
    background: transparent;
    padding: 5px 7px 5px 9px;
    color: #435665;
    font-size: 11.5px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    text-align: left;
}

.reports-page .reports-tree-report:hover {
    background: #eef6fc;
    color: #075b9b;
}

.reports-page .reports-tree-report:focus {
    background: #eef6fc;
    color: #075b9b;
    outline: none;
    box-shadow: inset 3px 0 0 #0063b0;
}

.reports-page .reports-tree-report.is-active {
    border-left-color: #0063b0;
    background: #dceefb;
    color: #104f7c;
    font-weight: 700;
}

.reports-page .reports-tree-report.is-active:focus {
    box-shadow: none;
}

.reports-page .reports-sidebar-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 14px;
    border: 1px dashed #c8d3dd;
    border-radius: 3px;
    background: #fff;
    padding: 34px 18px;
    color: #687989;
    text-align: center;
}

.reports-page .reports-sidebar-empty .glyphicon {
    margin-bottom: 12px;
    color: #88a0b3;
    font-size: 26px;
}

.reports-page .reports-sidebar-empty strong {
    margin-bottom: 6px;
    color: #405466;
    font-size: 13px;
}

.reports-page .reports-sidebar-empty span:last-child {
    font-size: 11px;
    line-height: 1.5;
}

.reports-page .reports-sidebar-footer {
    flex: 0 0 auto;
    border-top: 1px solid #dfe5eb;
    background: #fff;
    padding: 8px 15px;
    color: #5f6f7c;
    font-size: 10px;
    line-height: 1.3;
}

.reports-page .reports-main {
    flex: 1 1 auto;
    min-width: 0;
    overflow-y: auto;
    background: #fff;
    padding: 14px 20px 28px;
}

.reports-page .reports-main:focus {
    outline: none;
}

.reports-page .reports-view-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 12px;
}

.reports-page .reports-view-header > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.reports-page .reports-view-heading {
    padding-bottom: 1px;
}

.reports-page .reports-view-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #0063b0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.reports-page .reports-view-header h2,
.reports-page .reports-form-container h2 {
    margin: 0;
    color: #243746;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.reports-page .reports-view-header p {
    max-width: 760px;
    margin: 6px 0 0;
    color: #687989;
    font-size: 13px;
    line-height: 1.45;
}

.reports-page .reports-updated {
    display: block;
    margin-top: 5px;
    color: #5f6f7c;
    font-size: 11px;
    line-height: 1.35;
    white-space: nowrap;
}

.reports-page .reports-back-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    border: 1px solid #9eafbd;
    border-radius: 3px;
    background: #fff;
    padding: 5px 11px;
    color: #31526b;
    font-size: 12px;
    font-weight: 600;
}

.reports-page .reports-back-button:hover {
    border-color: #5d86a5;
    background: #f5f9fc;
    color: #0a578f;
}

.reports-page .reports-back-button:focus {
    border-color: #0063b0;
    background: #f5f9fc;
    color: #0a578f;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.18);
}

.reports-page .reports-toolbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
}

.reports-page .reports-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    border: 1px solid #7f9aad;
    border-radius: 3px;
    background: #fff;
    padding: 5px 11px;
    color: #284e69;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.reports-page .reports-filter-toggle:hover,
.reports-page .reports-filter-toggle.is-active {
    border-color: #3484bd;
    background: #edf7fe;
    color: #075b98;
}

.reports-page .reports-filter-toggle:focus {
    border-color: #0063b0;
    background: #edf7fe;
    color: #075b98;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.18);
}

.reports-page .reports-create-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    border: 1px solid #0063b0;
    border-radius: 3px;
    background: #0063b0;
    padding: 5px 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.reports-page .reports-create-toggle:hover {
    border-color: #004e8b;
    background: #005496;
    color: #fff;
}

.reports-page .reports-create-toggle.is-active,
.reports-page .reports-create-toggle.is-active:hover {
    border-color: #2f83bd;
    background: #e5f3fc;
    color: #075b98;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.08);
}

.reports-page .reports-create-toggle:focus {
    border-color: #00487f;
    background: #005496;
    color: #fff;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.reports-page .reports-filter-count {
    min-width: 19px;
    border-radius: 10px;
    background: #0063b0;
    padding: 2px 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.reports-page .reports-filter-panel {
    margin-bottom: 9px;
    border: 1px solid #c8d5df;
    border-radius: 3px;
    background: #f8fbfd;
    box-shadow: 0 1px 2px rgba(35, 55, 75, 0.04);
}

.reports-page .reports-filter-form {
    margin: 0;
    padding: 8px 11px;
}

.reports-page .reports-filter-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 6px;
}

.reports-page .reports-filter-heading strong,
.reports-page .reports-filter-heading span {
    display: block;
}

.reports-page .reports-filter-heading strong {
    color: #30495c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.reports-page .reports-filter-heading span {
    margin-top: 2px;
    color: #5f6f7c;
    font-size: 10px;
    line-height: 1.35;
}

.reports-page .reports-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px 8px;
}

.reports-page .reports-filter-field {
    display: block;
    min-width: 0;
    margin: 0;
    color: #526675;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-filter-field > span {
    display: block;
    margin-bottom: 4px;
}

.reports-page .reports-filter-field_search {
    grid-column: span 2;
}

.reports-page .reports-filter-field .form-control {
    width: 100%;
    height: 29px;
    border-color: #b9c8d3;
    border-radius: 3px;
    background-color: #fff;
    padding: 4px 7px;
    color: #304453;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    box-shadow: none;
}

.reports-page .reports-filter-field .form-control:focus {
    border-color: #348fd2;
    box-shadow: 0 0 0 1px rgba(0, 99, 176, 0.14);
}

.reports-page .reports-filter-field input[type="search"] {
    padding-right: 10px;
}

.reports-page .reports-filter-error {
    margin: 9px 0 0;
    color: #a94442;
    font-size: 11px;
    line-height: 1.4;
}

.reports-page .reports-filter-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 7px;
    border-top: 1px solid #e0e7ed;
    padding-top: 6px;
}

.reports-page .reports-filter-reset,
.reports-page .reports-filter-apply {
    min-height: 29px;
    border-radius: 3px;
    padding: 5px 13px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-filter-reset {
    border: 1px solid #9aabb8;
    background: #fff;
    color: #405a6d;
}

.reports-page .reports-filter-reset:hover {
    border-color: #6d879a;
    background: #f5f8fa;
}

.reports-page .reports-filter-apply {
    border: 1px solid #0063b0;
    background: #0063b0;
    color: #fff;
}

.reports-page .reports-filter-apply:hover {
    border-color: #004d89;
    background: #005596;
}

.reports-page .reports-filter-reset:focus,
.reports-page .reports-filter-apply:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.2);
}

.reports-page .reports-surface {
    min-height: 220px;
    border: 1px solid #d6dee6;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(35, 55, 75, 0.05);
}

.reports-page .reports-form-container {
    min-height: 0;
    margin-bottom: 9px;
    padding: 10px 12px 9px;
}

.reports-page .reports-form-container h2 {
    font-size: 17px;
}

.reports-page .reports-form-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e1e7ec;
    padding-bottom: 7px;
}

.reports-page .reports-form-header p {
    margin: 4px 0 0;
    color: #5f6f7c;
    font-size: 10px;
    line-height: 1.4;
}

.reports-page .reports-form-close {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 2px;
    background: transparent;
    padding: 0;
    color: #728493;
    font-size: 22px;
    line-height: 26px;
}

.reports-page .reports-form-close:hover {
    background: #edf3f7;
    color: #294b63;
}

.reports-page .reports-form-close:focus {
    background: #edf3f7;
    color: #294b63;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.32);
}

.reports-page .reports-form-summary-error {
    margin-bottom: 12px;
    border: 1px solid #e3b9b7;
    border-left: 3px solid #b94a48;
    border-radius: 2px;
    background: #fff5f4;
    padding: 8px 10px;
    color: #8b3634;
    font-size: 11px;
    line-height: 1.4;
}

.reports-page .reports-form-summary-error:focus {
    outline: none;
}

.reports-page .reports-form-summary-error .glyphicon {
    margin-right: 5px;
}

.reports-page .reports-create-form {
    margin: 0;
}

.reports-page .reports-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px 10px;
}

.reports-page .reports-form-field {
    min-width: 0;
}

.reports-page .reports-form-field_wide {
    grid-column: span 2;
}

.reports-page .reports-form-field_checkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45px;
    padding-top: 12px;
}

.reports-page .reports-form-label {
    display: block;
    margin: 0 0 4px;
    color: #4b6171;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-required-mark {
    color: #b74340;
    font-weight: 700;
}

.reports-page .reports-form-field .form-control {
    width: 100%;
    height: 30px;
    border-color: #b9c8d3;
    border-radius: 3px;
    background-color: #fff;
    padding: 4px 7px;
    color: #304453;
    font-size: 11px;
    line-height: 1.4;
    box-shadow: none;
}

.reports-page .reports-form-field .form-control:focus {
    border-color: #348fd2;
    box-shadow: 0 0 0 1px rgba(0, 99, 176, 0.14);
}

.reports-page .reports-form-field.has-error .form-control {
    border-color: #c86b68;
    background: #fffafa;
}

.reports-page .reports-checkbox-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: #3f5667;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.reports-page .reports-checkbox-label input {
    flex: 0 0 auto;
    margin: 2px 0 0;
}

.reports-page .reports-checkbox-label input:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(0, 99, 176, 0.32);
}

.reports-page .reports-field-error {
    margin: 4px 0 0;
    color: #a94442;
    font-size: 10px;
    line-height: 1.35;
}

.reports-page .reports-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 9px;
    border-top: 1px solid #e1e7ec;
    padding-top: 7px;
}

.reports-page .reports-form-required-note {
    color: #5f6f7c;
    font-size: 10px;
    line-height: 1.35;
}

.reports-page .reports-form-actions > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.reports-page .reports-form-cancel,
.reports-page .reports-form-submit {
    min-height: 30px;
    border-radius: 3px;
    padding: 5px 13px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-form-cancel {
    border: 1px solid #99aab7;
    background: #fff;
    color: #405a6d;
}

.reports-page .reports-form-cancel:hover {
    border-color: #6d879a;
    background: #f5f8fa;
}

.reports-page .reports-form-submit {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #2b7a3f;
    background: #348448;
    color: #fff;
}

.reports-page .reports-form-submit:hover {
    border-color: #1e6131;
    background: #28743b;
}

.reports-page .reports-form-cancel:focus,
.reports-page .reports-form-submit:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.2);
}

.reports-page .reports-history-surface {
    min-height: 0;
    overflow: hidden;
}

.reports-page .reports-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.reports-page .reports-history-table {
    width: 100%;
    min-width: 930px;
    border-collapse: collapse;
    table-layout: fixed;
}

.reports-page .reports-history-table_global {
    min-width: 1080px;
}

.reports-page .reports-history-table th,
.reports-page .reports-history-table td {
    border-bottom: 1px solid #e2e8ed;
    padding: 7px 9px;
    vertical-align: middle;
    text-align: left;
}

.reports-page .reports-history-table th {
    border-bottom-color: #b8d3e5;
    background: #e4f1fa;
    color: #24506d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.3;
    text-transform: uppercase;
}

.reports-page .reports-history-table td {
    background: #fff;
    color: #364b5b;
    font-size: 11px;
    line-height: 1.4;
}

.reports-page .reports-history-table tbody tr:hover td {
    background: #f8fbfd;
}

.reports-page .reports-history-table tbody tr:last-child td {
    border-bottom: 0;
}

.reports-page .reports-column-number {
    width: 140px;
}

.reports-page .reports-column-number strong {
    color: #25465e;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.reports-page .reports-column-status {
    width: 104px;
}

.reports-page .reports-column-report {
    width: 230px;
}

.reports-page .reports-column-report strong,
.reports-page .reports-column-report span {
    display: block;
}

.reports-page .reports-column-report strong {
    overflow: hidden;
    color: #29475d;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reports-page .reports-column-report span {
    overflow: hidden;
    margin-top: 2px;
    color: #5f6f7c;
    font-size: 9px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reports-page .reports-column-date {
    width: 126px;
}

.reports-page .reports-column-date time {
    color: #4a5f6e;
    white-space: nowrap;
}

.reports-page .reports-column-description {
    width: auto;
}

.reports-page .reports-column-description span {
    display: -webkit-box;
    overflow: hidden;
    max-height: 32px;
    line-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.reports-page .reports-column-format {
    width: 70px;
    text-align: center !important;
}

.reports-page .reports-column-actions {
    position: sticky;
    right: 0;
    z-index: 1;
    width: 104px;
    box-shadow: -1px 0 0 #dce4ea;
    text-align: center !important;
}

.reports-page .reports-history-table th.reports-column-actions {
    z-index: 2;
}

.reports-page .reports-row-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.reports-page .reports-row-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #9cb0bf;
    border-radius: 3px;
    background: #fff;
    padding: 0;
    color: #315d7b;
    font-size: 12px;
    line-height: 25px;
}

.reports-page .reports-row-action:hover {
    border-color: #3f83b3;
    background: #edf7fd;
    color: #075b98;
}

.reports-page .reports-row-action:focus {
    border-color: #0063b0;
    background: #edf7fd;
    color: #075b98;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.2);
}

.reports-page .reports-row-action_download {
    border-color: #8fb99a;
    color: #2e7540;
}

.reports-page .reports-row-action_download:hover:not(:disabled),
.reports-page .reports-row-action_download:focus:not(:disabled) {
    border-color: #348448;
    background: #eef8f0;
    color: #246837;
}

.reports-page .reports-row-action_delete {
    border-color: #c9a19f;
    color: #a04440;
}

.reports-page .reports-row-action_delete:hover,
.reports-page .reports-row-action_delete:focus {
    border-color: #b94a48;
    background: #fff3f2;
    color: #923734;
}

.reports-page .reports-row-action:disabled {
    border-color: #d5dde3;
    background: #f4f6f7;
    color: #a6b0b8;
    cursor: not-allowed;
}

.reports-page .reports-format-badge {
    display: inline-block;
    min-width: 42px;
    border: 1px solid #c8d4dc;
    border-radius: 2px;
    background: #f5f8fa;
    padding: 3px 5px;
    color: #466172;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
}

.reports-page .reports-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 11px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.reports-page .reports-status_ready {
    background: #e5f4e9;
    color: #28703d;
}

.reports-page .reports-status_forming {
    background: #fff3d5;
    color: #8a6111;
}

.reports-page .reports-status .glyphicon {
    font-size: 8px;
}

.reports-page .reports-status-spinner {
    animation: reports-status-spin 0.9s linear infinite;
}

.reports-page .reports-history-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 38px;
    color: #657786;
    text-align: center;
}

.reports-page .reports-history-empty h3 {
    margin: 0 0 7px;
    color: #3b5061;
    font-size: 15px;
    font-weight: 600;
}

.reports-page .reports-history-empty p {
    max-width: 460px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.reports-page .reports-history-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 44px;
    border-top: 1px solid #b8d3e5;
    background: #eaf4fb;
    padding: 6px 10px;
}

.reports-page .reports-history-count {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #49697f;
    font-size: 10px;
    line-height: 1.35;
    white-space: nowrap;
}

.reports-page .reports-history-count strong {
    color: #24506d;
    font-size: 11px;
    font-weight: 700;
}

.reports-page .reports-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.reports-page .reports-page-button {
    min-width: 29px;
    height: 28px;
    border: 1px solid #bac7d0;
    border-radius: 2px;
    background: #fff;
    padding: 3px 6px;
    color: #3e5a6e;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.reports-page .reports-page-button:hover:not(:disabled) {
    border-color: #4a88b5;
    background: #eef7fd;
    color: #075b98;
}

.reports-page .reports-page-button:focus {
    border-color: #0063b0;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.2);
}

.reports-page .reports-page-button.is-active {
    border-color: #0063b0;
    background: #0063b0;
    color: #fff;
}

.reports-page .reports-page-button:disabled {
    border-color: #d7dfe5;
    background: #f4f6f7;
    color: #a6b0b8;
    cursor: not-allowed;
}

.reports-page .reports-page-button_direction {
    padding-right: 5px;
    padding-left: 5px;
}

.reports-page .reports-page-button_direction .glyphicon {
    font-size: 8px;
}

.reports-page .reports-page-ellipsis {
    min-width: 20px;
    color: #7e8d98;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.reports-page .reports-empty-state-icon {
    margin-bottom: 16px;
    color: #8da2b5;
    font-size: 38px;
}

.reports-page .reports-details-header {
    align-items: flex-end;
}

.reports-page .reports-details-header h2 {
    display: inline-block;
    max-width: 100%;
}

.reports-page .reports-details-card {
    min-height: 0;
    overflow: hidden;
}

.reports-page .reports-details-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #dfe6eb;
    background: #f8fafc;
    padding: 16px 18px;
}

.reports-page .reports-details-identity {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.reports-page .reports-details-identity span {
    color: #0063b0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.3;
    text-transform: uppercase;
}

.reports-page .reports-details-identity strong {
    margin-top: 3px;
    color: #294254;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.reports-page .reports-details-identity small {
    margin-top: 3px;
    color: #5f6f7c;
    font-size: 9px;
    line-height: 1.3;
}

.reports-page .reports-details-status {
    flex: 0 0 auto;
    margin-top: 2px;
    padding: 5px 9px;
    font-size: 10px;
}

.reports-page .reports-details-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-bottom: 1px solid #e1e7ec;
    padding: 0;
}

.reports-page .reports-details-meta > div {
    min-width: 0;
    border-right: 1px solid #e5eaee;
    padding: 13px 16px;
}

.reports-page .reports-details-meta > div:last-child {
    border-right: 0;
}

.reports-page .reports-details-meta dt,
.reports-page .reports-parameters-grid dt {
    margin: 0 0 4px;
    color: #5f6f7c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.3;
    text-transform: uppercase;
}

.reports-page .reports-details-meta dd,
.reports-page .reports-parameters-grid dd {
    margin: 0;
    color: #344b5c;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.reports-page .reports-details-description,
.reports-page .reports-details-parameters {
    padding: 16px 18px;
}

.reports-page .reports-details-description {
    border-bottom: 1px solid #e1e7ec;
}

.reports-page .reports-details-description h3,
.reports-page .reports-details-section-heading h3 {
    margin: 0;
    color: #344b5c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.reports-page .reports-details-description p {
    margin: 7px 0 0;
    color: #536878;
    font-size: 11px;
    line-height: 1.55;
}

.reports-page .reports-details-section-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 11px;
}

.reports-page .reports-details-section-heading span {
    color: #5f6f7c;
    font-size: 9px;
    line-height: 1.3;
}

.reports-page .reports-parameters-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid #dfe6eb;
    border-left: 1px solid #dfe6eb;
    padding: 0;
}

.reports-page .reports-parameters-grid > div {
    min-width: 0;
    border-right: 1px solid #dfe6eb;
    border-bottom: 1px solid #dfe6eb;
    background: #fbfcfd;
    padding: 10px 12px;
}

.reports-page .reports-details-file {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 18px 18px;
    border: 1px solid #ead4a0;
    border-left: 4px solid #d9a928;
    border-radius: 3px;
    background: #fffaf0;
    padding: 12px 13px;
    color: #715615;
}

.reports-page .reports-details-file.is-ready {
    border-color: #bcd9c3;
    border-left-color: #3f934f;
    background: #f2faf4;
    color: #2f6c3c;
}

.reports-page .reports-details-file-icon {
    flex: 0 0 auto;
    font-size: 17px;
}

.reports-page .reports-details-file > div:first-of-type {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.reports-page .reports-details-file strong {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.reports-page .reports-details-file span:not(.glyphicon) {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.45;
}

.reports-page .reports-details-download {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    border: 1px solid #2b7a3f;
    border-radius: 3px;
    background: #348448;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-details-download:hover:not(:disabled) {
    border-color: #1e6131;
    background: #28743b;
}

.reports-page .reports-details-download:focus,
.reports-page .reports-details-delete:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 99, 176, 0.2);
}

.reports-page .reports-details-download:disabled {
    border-color: #d3c18f;
    background: #f1ead8;
    color: #9a8758;
    cursor: not-allowed;
}

.reports-page .reports-details-file-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
}

.reports-page .reports-details-delete {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    border: 1px solid #bb7773;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    color: #9b3d39;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-details-delete:hover {
    border-color: #a94442;
    background: #fff3f2;
    color: #8c302d;
}

.reports-page .reports-details-header h2:focus {
    outline: none;
}

body.reports-page.reports-dialog-open {
    overflow: hidden;
}

.reports-page .reports-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1280px;
    background: rgba(22, 39, 53, 0.56);
    padding: 24px;
}

.reports-page .reports-dialog {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    width: 440px;
    border: 1px solid #aebdc9;
    border-radius: 4px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(18, 38, 55, 0.28);
}

.reports-page .reports-dialog-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff2d0;
    color: #96670e;
    font-size: 14px;
}

.reports-page .reports-dialog-icon.is-danger {
    background: #fde9e7;
    color: #a94442;
}

.reports-page .reports-dialog-content {
    min-width: 0;
}

.reports-page .reports-dialog-content h2 {
    margin: 0;
    color: #2b4152;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.reports-page .reports-dialog-content p {
    margin: 6px 0 0;
    color: #465d6e;
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.reports-page .reports-dialog-content small {
    display: block;
    margin-top: 6px;
    color: #5f6f7c;
    font-size: 10px;
    line-height: 1.45;
}

.reports-page .reports-dialog-actions {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 17px;
    border-top: 1px solid #e0e7ec;
    padding-top: 13px;
}

.reports-page .reports-dialog-cancel,
.reports-page .reports-dialog-confirm {
    min-height: 32px;
    border-radius: 3px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.reports-page .reports-dialog-cancel {
    border: 1px solid #96a8b6;
    background: #fff;
    color: #405a6d;
}

.reports-page .reports-dialog-cancel:hover,
.reports-page .reports-dialog-cancel:focus {
    border-color: #637d90;
    background: #f3f7fa;
}

.reports-page .reports-dialog-confirm {
    color: #fff;
}

.reports-page .reports-dialog-confirm_danger {
    border: 1px solid #a94442;
    background: #b94a48;
}

.reports-page .reports-dialog-confirm_danger:hover,
.reports-page .reports-dialog-confirm_danger:focus {
    border-color: #853634;
    background: #a33f3d;
}

.reports-page .reports-dialog-confirm_warning {
    border: 1px solid #b98519;
    background: #c69225;
}

.reports-page .reports-dialog-confirm_warning:hover,
.reports-page .reports-dialog-confirm_warning:focus {
    border-color: #916812;
    background: #ad7e1e;
}

.reports-page .reports-dialog-cancel:focus,
.reports-page .reports-dialog-confirm:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

@media (max-width: 1279px) {
    body.reports-page,
    .reports-page .demo-header,
    .reports-page .reports-app {
        min-width: 1280px;
    }

    .reports-page .reports-table-wrap {
        scrollbar-gutter: stable;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reports-page .reports-status-spinner {
        animation: none;
    }
}

@keyframes reports-status-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
