html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    background-color: white;
    -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: 100% !important;
    height: 24px;
}

.splashscreen-logo {
    flex-shrink: 0;
    background-color: var(--bs-primary);
    -webkit-mask: url('../images/SplashScreen.svg');
    mask: url('../images/SplashScreen.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 150px;
    background-size: cover;
    mask-size: 100% 100%;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.efeito-vidro {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
}
.fundo-logon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/login_bg.png');
}
/*Evento*/
.group-passagem div.dxbl-group-header {
    background-color: var(--bs-primary);
    color: white;
}

.valor-passagem dxbl-spinedit {
    font-size: x-large;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane .dxbl-grid-header-row {
    display: none;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane .dxbl-grid-command-cell {
    display: none;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane .dxbl-grid-bottom-panel {
    display: none;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane .dxbl-grid-empty-cell {
    display: none;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane {
    flex: 0 1 0px;
    height: 40px;
    min-width: 70px !important;
    max-width: 70px !important;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-view {
    min-width: 70px !important;
    width: 70px !important;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane dxbl-grid:first-of-type {
    max-width: 70px !important;
    --dxbl-grid-min-width: 70px;
    --dxbl-grid-border-width: 0px;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane col:first-child {
    width: 100% !important;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane col:nth-child(2) {
    width: 0px !important;
}

dxbl-form-layout-item.dia-listview .main-content {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    padding-bottom: 0rem !important;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-splitter {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0rem;
    cursor: auto;
}

    dxbl-form-layout-item.dia-listview .xaf-masterdetail-splitter .handle-bar {
        display: none;
    }

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane td:nth-child(2) {
    color: var(--bs-primary);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center;
    border-radius: 2px;
}

dxbl-form-layout-item.dia-listview .xaf-masterdetail-first-pane .dxbl-grid-selected-row {
    background-color: var(--bs-primary) !important;
    color: white !important;
    font-weight: bold;
}

dxbl-form-layout-item.dia-listview {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0rem;
    cursor: auto;
}


/*Evento - Dia - Transporte */
dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane .dxbl-grid-header-row {
    display: none;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane .dxbl-grid-command-cell {
    display: none;
}

dxbl-form-layout-item.transporte-listview .dxbl-grid-bottom-panel {
    display: none;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane .dxbl-grid-empty-cell {
    display: none;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane {
    flex: 0 1 0px;
    height: 40px;
    min-width: 70px !important;
    max-width: 70px !important;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-view {
    min-width: 70px !important;
    width: 70px !important;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane dxbl-grid:first-of-type {
    max-width: 70px !important;
    --dxbl-grid-min-width: 70px;
    --dxbl-grid-border-width: 0px;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane col:first-child {
    width: 100% !important;
}

dxbl-form-layout-item.transporte-listview .xaf-masterdetail-first-pane col:nth-child(2) {
    width: 0px !important;
}



/* --dxbl-grid-min-width: 240px;
/*.dia-listview dxbl-grid:first-child tr.dxbl-grid-header-row {
    display: none;
}
.dia-listview > dxbl-grid:first-child > div.dxbl-grid-bottom-panel {
    display: none;
}
.dia-listview dxbl-grid:first-child tr td:first-child.dxbl-grid-command-cell {
    display: none;
}
*/
