﻿
.body.scrollfijo {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 100%;
    min-width: 1000px;
}





/*Estilo mensaje de error autocomplete*/
.k-widget.k-tooltip-validation {
    color: #d50000;
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    top: 36px;
    min-width: 120px;
    font-size: 12px;
    text-align: left;
    z-index: 9999;
    left: 0;
}

/*Estilo mensaje de error mdinputborder */
input.mdinputborder + div + span.k-tooltip {
    top: 28px;
}

.k-widget.k-tooltip-validation span {
    color: #d50000;
    display: none;
}


.k-widget.k-tooltip-validation {
    position: inherit;
}

/*Estilo mensaje de error mdinputborder */
input.mdinputborder + div + span.k-tooltip {
    top: 28px;
}


input.mdinputborder {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    transition: border-color 250ms cubic-bezier(.455, .03, .515, .955);
    outline: 0;
    width: 100%;
}

    input.mdinputborder:focus {
        border-bottom: 1px solid #ff0044;
    }

    input.mdinputborder + div::before {
        box-sizing: border-box;
        background-color: #ff0044;
        bottom: 0;
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        transition: .5s cubic-bezier(.4,0,.2,1);
        transform: scaleX(0);
    }

    input.mdinputborder:focus + div::before {
        transform: scaleX(1);
        visibility: visible;
    }

#dvTxtCorreo, #dvTxtNombre {
    width: 100%;
}

.dvInlineField {
    height: 26px
}

.mdinputborder.k-input + div + label.lblflotante.mdinlinefieldlabel {
    color: #9e9e9e;
    top: 0;
    font-weight: 300;
    transition: all 250ms cubic-bezier(.455, .03, .515, .955);
    pointer-events: none;
}

.mdinputborder.k-input:focus + div + label.lblflotante.mdinlinefieldlabel, .mdinputborder.k-input.con-datos + div + label.lblflotante.mdinlinefieldlabel {
    font-size: 12px;
    transform: translateY(-20px);
    transition: all 250ms cubic-bezier(.455, .03, .515, .955);
}

#dvEdicionUsuario input {
    box-shadow: none;
}
