html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.status-paid {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-os {
    background-color: #d9534f;
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
}

.status-ord {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-rcvd {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-invd {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-trfd {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-dlvd {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-void {
    background-color: #808080;
    color: #000;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-used {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-issd {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-quoted {
    background-color: #46923c;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-unquoted {
    background-color: #cc0000;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-partial {
    background-color: #FFFFE0;
    color: #000;
    padding: 1px 3px;
    border-radius: 3px;
}

.status-cancel {
    background-color: #d9534f;
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
}

.status-settle {
    background-color: #87CEEB;
    color: #000;
    padding: 1px 3px;
    border-radius: 3px;
}

.status-finish {
    background-color: #93c54b;
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

.status-reject {
    background-color: #d9534f;
    color: #000;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
}