html, body {
    height:            100%;
}

app {
    display:           block;
    height:            100%;
}

.header-logo {
	background:        url('../images/Segre.png');
	background-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;
}


.NombreCSS .dxbl-text {
    font-weight: bold;
}

.NombreCSS .dxbl-text-edit {
    background-color: lightyellow;
    color: dimgray;
    font-size: 14px;
}


.TabCSS .dxbl-tabs .dxbl-scroll-viewer .dxbl-scroll-viewer-content .dxbl-active {
    background-color: whitesmoke !important;
}

    .TabCSS .dxbl-tabs .dxbl-scroll-viewer .dxbl-scroll-viewer-content .dxbl-active .dxbl-text {
        color: dimgray;
    }

/*.TabCSS .dxbl-tabs .dxbl-scroll-viewer .dxbl-scroll-viewer-content .dxbl-tabs-item {
    background-color: white;
}*/