@import url('./clean-layout.css');
@import url('./menu-layout.css');

table-component > .footer {
    width: 100%;
    margin-top: 15px;
    text-align: right;
    font-size: small;
    color: gray;
}

.table-route-root > table-component > .footer {
    margin-bottom: 25px;
}

vaadin-dialog-overlay.form-dialog-root > vaadin-form-layout {
    width: 100%;
    padding: 0;
}

vaadin-horizontal-layout.sticky-horizontal-layout {
    position: sticky;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1;
}

vaadin-horizontal-layout.fixed-horizontal-layout {
    position: fixed;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1;
}

.page-title {
    margin-bottom: var(--lumo-space-m);
}

.error-view {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.error-view .message {
    font-size: x-large;
    font-weight: bold;
}

.error-view .links {
    text-align: center;
}

.error-view .tracking {
    font-size: small;
}

.no-cell-padding vaadin-grid-cell-content {
    padding: 0 !important;
}
