html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/Logo.svg');    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 254px;
    height: 32px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

#main-view-content{
    /*background-color: #3d3d3d;*/
    padding: 15px;
}

.main-content > .grid-content dxbl-grid {
    height: calc(100vh - 130px) !important;
}

.header{
    background: #ffffff;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.sidebar{
    width: 350px;
    min-width: 350px;
}

.dxbl-grid-table tr:nth-child(2n+0){
    background-color: #d9d9d924;
}

.dxbl-grid-table tr:hover{
    background-color: #00000010;
}

.dxbl-grid-table tr td {
    padding: 5px !important;
    border-left: 0 !important;
    height: 60px !important;
}

.dxbl-grid-table.col-highlight-1 tr td:nth-child(1),
.dxbl-grid-table.col-highlight-2 tr td:nth-child(2),
.dxbl-grid-table.col-highlight-3 tr td:nth-child(3),
.dxbl-grid-table.col-highlight-4 tr td:nth-child(4),
.dxbl-grid-table.col-highlight-5 tr td:nth-child(5),
.dxbl-grid-table.col-highlight-6 tr td:nth-child(6),
.dxbl-grid-table.col-highlight-7 tr td:nth-child(7),
.dxbl-grid-table.col-highlight-8 tr td:nth-child(8),
.dxbl-grid-table.col-highlight-9 tr td:nth-child(9),
.dxbl-grid-table.col-highlight-10 tr td:nth-child(10){
    font-weight: 700;
}

.dxbl-accordion .dxbl-accordion-group:not(.dxbl-disabled):not(:disabled):not(.dxbl-accordion-filter):not(.dxbl-active) > .dxbl-accordion-group-header {
    color: #000000;
    background-color: #ffffff;
}

.dxbl-btn-primary, .dxbl-btn-secondary{
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    letter-spacing: .7px;
}

.dxbl-btn-secondary img, .xaf-toolbar-item-icon{
    filter: brightness(0) saturate(100%) !important;
}

.dxbl-btn-primary img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(11deg) brightness(98%) contrast(106%) !important;
}

.dxbl-btn-primary:hover:not(.dxbl-disabled) img {
    filter: brightness(0) saturate(100%) !important;
}

.parametrized-action-wrapper{
     height: 100%;
}

.dxbl-tabs-item {
    padding: 8px 24px !important;
    text-transform: uppercase;
}

.dxbl-tabs-item .xaf-layout-tab-icon{
    display: none !important;
}

.dxbl-tabs-item.dxbl-active {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.dxbl-tabs-item.dxbl-active:after {
    background-color: #000000 !important; 
}

.dxbl-tabs-tablist{
    margin: 5px 0 15px 0;
    border-bottom: 2px solid #000000 !important;
}

.dxbl-fl-cpt {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.main-content .dxbl-group {
    border: 0;
}

.main-content .dxbl-group {
    margin-bottom: 35px;
}

.main-content .dxbl-group-header{
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.main-content th.dxbl-grid-header {
    height: 55px !important;
}

.dxbl-btn-primary:where(:not(.dxbl-btn-standalone)) {
    --dxbl-btn-bg: #000000;
    --dxbl-btn-border-color: #000000;
    --dxbl-btn-color: #fff;
    --dxbl-btn-active-bg: rgb(0, 0, 0);
    --dxbl-btn-active-color: #fff;
    --dxbl-btn-active-border-color: rgb(0, 0, 0);
    --dxbl-btn-hover-bg: rgb(255, 255, 255);
    --dxbl-btn-hover-color: #000000;
    --dxbl-btn-hover-border-color: rgb(206, 212, 218);
    --dxbl-btn-disabled-bg: rgb(153, 153, 153);
    --dxbl-btn-disabled-color: #fff;
    --dxbl-btn-disabled-border-color: rgb(153, 153, 153);
    --dxbl-btn-disabled-opacity: 1;
    --dxbl-btn-focus-shadow-color: rgba(12, 5, 0, 0.5);
    --dxbl-btn-focus-shadow-spread: 0.125rem;
    --dxbl-btn-focus-shadow-blur: 0rem;
}

.dxbl-pager {
    --dxbl-pager-active-page-btn-bg: #000000;
    --dxbl-pager-page-btn-hover-bg: #000000;
    --dxbl-pager-page-btn-hover-color: #000000;
}