﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
    height: 100%;
    background-color: #fff;
    background-image: url("../Imagenes/2026-abr/APP-RAIDERS_FONDO-APP.png");
    /* Full height */
    /*height: 750px;*/
    /* Center and scale the image nicely */
    
    background-repeat: repeat;
    font-size: 14px;
    font-family: Arial, Arial, Helvetica, sans-serif, Tahoma;
}

.flex-fill {
    flex: 1;
}


/*CLASES PARA CUANDO SE HACE UN REQUEST*/

.modalProcesando {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url('../Imagenes/General/FhHRx.gif') 50% 50% no-repeat;*/
    background: rgba( 255, 255, 255, .8 ) url('../Imagenes/General/preloader01.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalProcesando {
        display: block;
    }


/*TERMINAN PARA CUANDO SE HACE UN REQUEST*/


