@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700&display=swap&subset=latin-ext');

html, body {
    height: 100%;
    font-family: 'Heebo', sans-serif !important;
    font-size: 15px;
    background-color: #FAFAFA;
}

app {
    display: block;
    height: 100%;
}

.header {
    z-index: 1030;
    min-height: 3.1rem;
    word-wrap: inherit;
    background-color: #FAFAFA;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 60px;
}

#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: 410px !important;
}

.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
}

.alternatestyle table tbody tr:nth-child(odd) {
    background-color: #f0f8ff;
}

.dxbl-grid td {
    border-left-width: 0px;
    border-right-width: 0px;
}

.loading-image-wrapper {
    width: 120px;
    height: 120px;
    background-color: transparent !important;
    transition: 0;
}

/*.loading-image {
    display: none;
}*/

.dxbl-treeview > .dxbl-navigation-filter {
    margin-bottom: var(--dxbl-treeview-navigation-filter-bottom-spacing);
    width: 100%;
    background: #F5F5F5;
    margin-top: 5px;
}

.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active {
    background-color: #35a8e0;
}

.dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl) {
    display: flex;
    background-color: #CFD8DC;
}

.dxbl-grid .dxbl-grid-table > tbody > tr > td {
    border-left-width: 0px;
    border-right-width: 0px;
}

.dxbl-grid {
    --dxbl-grid-border-radius: 9px;
    width: 100%;
}

.xaf-navmenu xaf-tree-view dxbl-treeview {
    background-color: #CFD8DC;
}

/*.customActionCSS {
    background: #FAFAFA;
    color: #35a8e0;
}*/
.dxbl-btn dxbl-btn-secondary dxbl-disabled dxbl-toolbar-layout-block-item dxbl-toolbar-btn customAuditActionCSS dxbl-btn-last dxbl-btn-first {
    display: none;
}
