:root {
    --CorVerde: #10d38d;
    --CorCinza: #f9f9f9;
    --CorSecundaria: #6a63f6;
    --CorPrimaria: #5f368d;
}

html, body {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "cv11", "salt", "ss01", "ss03", "cv01", "cv02", "cv03", "cv04", "cv05", "cv06", "cv09", "cv10"
}

app {
    display: block;
    height: 100%;
}



#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.rowLogin {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

.columnLogin {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background-color: gray;
    order: 2;
    color: black !important
}

.column1 {
    flex: 0 0 70%;
    order: 1;
    background-image: url('../images/GalleteBackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .column1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
    }

.imgLogin {
    width: 50%;
}

.imgLoginColum1 {
    width: 30%;
}

.divImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textoBemVindo {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.textoSaudeBemEstar {
    color: var(--CorPrimaria);
    font-size: 20px;
}

.divTextoBemVindo, .divTextoSaudeBemEstar {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 768px) {
    .rowLogin {
        flex-direction: column;
    }

    .columnLogin,
    .column2 {
        flex: 0 0 100%;
        order: initial;
    }
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-grid-command-cell .dxbl-btn-link > span {
    text-decoration: revert !important;
}

.dxbl-fl-cpt {
    font-weight: bold !important;
    font-style: italic !important
}

#main-window-template-component::before {
    content: "";
    width: 100%;
    height: 15px;
    background-color: #6f42c1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dxbl-modal-header {
    background-color: var(--CorCinza) !important;
}

.dxbl-modal-footer {
    background-color: var(--CorCinza) !important;
}
/*Seleciona linhas pares*/
.ListViewCustomCss tr:nth-child(even) {
    background-color: var(--CorCinza);
}

.ListViewCustomCss tr:nth-child(odd) {
    background-color: #ffffff;
}

.header {
    background-color: var(--CorCinza);
    elevation: 10
}


.header-logo {
    flex-shrink: 0;
    /*background-color: white;*/
    webkit-mask: url('../images/logo.png');
    background-image: url('../images/logo.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 160px;
    height: 59px;
}
