@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.dxbl-btn-primary {
    /*background-color: #7DB52C;
    border-color: #7DB52C;  */
    background-color: #2db29e;
    border-color: white;
    border-width: 1px;
    padding: 16px 32px;
    font-size: 16px;
    --dxbl-btn-hover-bg: #9c973e;
    --dxbl-btn-hover-border-color: white;
    --dxbl-btn-hover-background: #9c973e;
}
    /*    .dxbl-btn-primary:hover {
        background-color: #9c973e;
        border-color: white;
        border-width: 1px;
    }*/
    .dxbl-btn-primary:disabled {
        background-color: #47d1bc;
        border-color: white;
        border-width: 1px;
    }

.flex-65, .layout-column > .flex-65, .layout-row > .flex-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
}

.flex-65, .layout-row > .flex-65 {
    max-width: 65%;
    max-height: 100%;
}

.container-title {
    margin: 0;
    padding: 150px;
    min-width: 400px;
}

.flex-35, .layout-column > .flex-35, .layout-row > .flex-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
}

.flex-35, .layout-row > .flex-35 {
    max-width: 35%;
    max-height: 100%;
}

.layout-align-center-center, .layout-align-end-center, .layout-align-space-around-center, .layout-align-space-between-center, .layout-align-start-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%;
}

.min-ingreso {
    min-width: 200px;
}

.layout-column, .layout-row {
    -webkit-box-direction: normal;
}

.layout-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.desktop {
    background: url("../images/fondoInicio_PortalAlumnos.png") no-repeat;
    background-size: 65% 100%;
    /*min-height: 100vh;*/
    min-height: 100vh;
    min-width: 860px;
}

.container-ingreso {
    background-color: #FFFFFF;
    padding: 100px 100px 0 100px;
    min-width: 450px;
    min-height: 550px;
}

@media (max-height: 768px) {
    .container-ingreso {
        background-color: #FFFFFF;
        padding: 10px 100px 0 100px;
        min-width: 450px;
        min-height: 550px;
    }
}
@media (max-width: 768px) {
    .desktop {
        background: none;
        background-image: none;
        background-size: 0;
        /*min-height: 100vh;*/
        min-height: 0;
        min-width: 0;
    }

    .container-ingreso {
        background-color: #FFFFFF;
        width: 100%;
        height: auto;
    }
}

    .layout-row {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .layout-column, .layout-row {
        -webkit-box-direction: normal;
    }

    .layout, .layout-column, .layout-row {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .myForm {
        background-color: #afcfe8;
        border-radius: 25px;
        vertical-align: central;
        text-align: center;
    }

        .myForm .myTextBox input {
            min-width: 100px;
            max-width: 200px;
        }

    .labelInicio {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        font-size: medium;
        text-align: center;
    }

    .layoutItemInicio {
        align-content: center;
        text-align: center;
    }

    .dx-datagrid-headers {
        background-color: #40668c !important;
        color: white !important;
    }

    .dxbl-grid-header {
        background-color: #40668c !important;
        color: white !important;
    }

    .dxbl-modal-header {
        background-color: #40668c !important;
        color: white !important;
    }