﻿.jquery-anais-loading-html {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.jquery-anais-loading-fullscreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 99999;
    background-color: #000;
}

.jquery-anais-loading-texto {
    position: fixed;
    top: 50%;
    left: 35%;
    color: #FFFFFF;
    width: 30%;
    padding: 1%;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial;
    font-size: 12px;
    background-color: #444;
}
