@import url('https://fonts.googleapis.com/css?family=Saira:300,400,700&display=swap&subset=latin-ext');

html, body {
    height: 100%;
    font-family: 'Saira', sans-serif !important;
    font-size: 15px;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 40px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.xaf-nav-link {
    font-size: 13px;
}

.dxbl-grid-header-content {
    font-style: normal;
    font-size: 12px;
}

.company-name {
    font-size: 13px;
}

.xaf-object-caption xaf-ellipsis fw-bold d-block {
    font-style: normal !important;
    font-size: 9px;
}

.xaf-view-caption-lg xaf-ellipsis d-block {
    font-style: normal !important;
    font-size: 8px !important;
}

.loading-image {
    width: 200px;
}

.custom-numeric-edit {
    text-align: right;
}

.main-content .dxbl-grid .dxbl-grid-table > tbody > tr > td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-content .dxbl-grid .dxbl-grid-table > thead > tr > th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clickable-xaf-nav-item > a .xaf-nav-link, .clickable-xaf-nav-item > div > a .xaf-nav-link {
    text-decoration: none;
}

.company-name {
    width: 100%;
    text-align: end;
}

.xaf-view-caption-lg {
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: .125rem;
    width: 400px;
}

.dxbl-grid-filter-row .dxbl-text-edit > input {
    background-color: #fff5ee;
}

.dxbl-btn {
    border-radius: 4px;
}

.dxbl-text-edit {
    border-radius: 4px;
}

.dxbl-fl-cpt {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.dxbl-grid .dxbl-grid-table > tbody > tr > td {
    border-left-width: 0px;
    border-right-width: 0px;
}

.dxbl-grid {
    --dxbl-grid-border-radius: 9px;
}

.xaf-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.dxbl-grid td {
    border-left-width: 0px;
    border-right-width: 0px;
}

.xaf-view-caption-lg {
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: .125rem;
    width: 410px !important;
}

.dxbl-grid-filter-row .dxbl-text-edit > input {
    background-color: antiquewhite
}

.dxbl-grid-filter-row .dxbl-text-edit > input {
    background-color: antiquewhite
}

.dxbl-btn {
    border-radius: 4px;
}

.dxbl-text-edit {
    border-radius: 4px;
}

.alternatestyle table tbody tr:nth-child(odd) {
    background-color: linen;
}

.loading-image-wrapper {
    width: 120px;
    height: 120px;
    background-color: transparent !important;
    transition: 0;
}

.loading-image
{
    display : none;
}

