﻿/*  loading form e01 */
.ax-cargando-proceso {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6e6e6ea3;
    z-index: 99;
}

    .ax-cargando-proceso div {
        background: #fff;
        width: 16%;
        position: relative;
        box-shadow: 0px 0px 30px 5px #ebebeb;
        padding: 5px;
        display: flex;
        justify-content: left;
        align-items: center;
    }

        .ax-cargando-proceso div img {
            max-width: 50%;
        }

        .ax-cargando-proceso div label {
            margin: 0;
        }

.success-file-info {
}
