/*
Author     : AntonioL
Description:
Hoja de estilos para mensajes y pantallas emergentes.

Esta hoja de estilos forma parte de la plantilla y NO DEBE modificarse.
*/

/* NOTA PLANTILLA:
- Salvo excepciones en estilos propios de la plantilla, los nombres de los
estilos deben empezar en minúscula y hacer la separación de términos
empezando cada palabra con mayuscula, por ejemplo: esteEsElNombreDelEstilo */


/**** LOGIN ****************************************************************/

.color_texto_titulo_emergente{ color:#ffffff; }


.contenedorBarraCarga{
    position: fixed;
     top:50%;
    left:47%;
    z-index:1205;
}
/****************************************************************************************/
/****** Estilos capa transparente para bloquear la pantalla al mostrar un emergente *****/
/****************************************************************************************/
.transparente, .transparenteDoble, .transparenteTriple, .transparenteBarraCarga{     /* Redefinicion en explorer.css */
    /* transparenteBarraCarga está declarado en el fichero comunes.css */
    position :fixed !important;
    position: absolute;
    width :100%;
    height :100%;
    background-color :#000000;
    -moz-opacity :0.75;
    opacity :0.50;
    top:0px;
    left:0px;
}
.transparente{
    z-index :200; /*Este valor debe ser igual al del emergente sobre el que se superpone*/
}
.transparenteMensaje{
    z-index :301; /*Este valor debe ser igual al del emergente sobre el que se superpone*/
}
.transparenteDoble{
    z-index :150; /*Este valor debe ser igual al del emergente sobre el que se superpone*/
}
.transparenteTriple{
    z-index :170; /*Este valor debe ser igual al del emergente sobre el que se superpone*/
}
/****************************************************************************************/
/**** FIN estilos capa transparente para bloquear la pantalla al mostrar un emergente ***/
/****************************************************************************************/



.botonMaximizar, .botonMinimizar { /* Este estilo se sobrescribe en el CSS del módulo correspondiente para cambiar la imagen de la maximizar/minimizar */
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 10px;
    margin-right: 3px;
    width: 10px;
    z-index: 152;
}
.botonMaximizar { /* Sobrescribe al estilo de mensajes.css */
               background-image: url(../imagenes/iconoMaximizarVentana.png);
               /* Imagen en blanco: background-image: url(../imagenes/iconoCerrarVentanaBlanco.png); */
}

.botonMinimizar { /* Sobrescribe al estilo de mensajes.css */
               /*background-image: url(../../imagenes/iconoMinimizarVentana.png);*/
               background-image: url(../imagenes/iconoRestaurarVentana.png);
               /* Imagen en blanco: background-image: url(../imagenes/iconoCerrarVentanaBlanco.png); */
}
.ventanaMaximizada{
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    position: fixed !important;
}

.contenidoVentanaMaximizada {
    max-height: 100% !important;
    max-width: 100% !important;
}

/*.caja_mensaje {
    position :fixed;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    border-width: 1px;
    border-top: 0px;
    border-style: solid;
    background-color: #ffffff;
    z-index: 300;
    width: 350px;
    float: left;
    box-shadow: 0 0 8px 1px #999999;
}*/
.caja_mensaje_redonda {
    position :fixed;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #0442bf;
    border-width: 0px;
    background-color: #ffffff;
    z-index: 300;
    width: 360px;
    height: 360px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    left: 50%;
    top: 50%;
    margin-left:-180px;
    margin-top:-180px;
}

.caja_mensaje_redonda_login {
    position :fixed;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #0442bf;
    border-width: 0px;
    background-color: #ffffff;
    z-index: 300;
    width: 400px;
    height: 400px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    left: 50%;
    top: 50%;
    margin-left:-200px;
    margin-top:-200px;
}

.caja_mensaje_solicitud {
    position :fixed;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #0442bf;
    border-width: 0px;
    background-color: #ffffff;
    z-index: 300;
    width: 570px;
    height: 570px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    left: 50%;
    top: 50%;
    margin-left:-285px;
    margin-top:-285px;
}

.caja_mensaje_solicitud_renovacion {

    height: 390px;
    margin-top:-195px;
    width: 390px;
    margin-left:-195px;
}

.caja_mensaje_redonda_grande {
    position :fixed;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #0442bf;
    border-width: 0px;
    background-color: #ffffff;
    z-index: 300;
    width: 460px;
    height: 460px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    left: 50%;
    top: 50%;
    margin-left:-230px;
    margin-top:-230px;
}

.caja_mensaje {
    position :fixed;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    border-width: 0px;
    border-top: 0px;
    border-style: solid;
    background-color: #ffffff;
    z-index: 302;
    width: 420px;
    float: left;
    box-shadow: 0 0 8px 1px #999999;
    left: 50%;
    margin-left:-210px;
    top: 35%;
    border: 1px solid #313131;
    /*border-radius:125px;*/
}
.caja_mensaje_error {
    background-color: #FFFFFF;
    border-style: solid;
    border-top: 0 solid;
    border-width: 0 1px 1px;
    color: #E50005;
    font-family: verdana;
    font-size: 11px;
    left: 38%;
    top: 23%;
    position: absolute !important;
    text-decoration: none;
    width: 350px;
    z-index: 302;
}
.cabecera_mensaje { /* Redefinicion en explorer.css */
    width: 99.8%;
    padding: 2px;
    padding-right: 0px;
    font-weight: 700;
    color: #FFFFFF;
}


.texto_mensaje {
    width: 91%;
    padding: 2px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left:15px;
    text-align: center;
    color: #66757F;
    color: #404040;
    font-family: 'Poppins Light';
    font-size: 16px;
}

.botonSi{
    border: none;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Poppins Light', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    width: 115px;
    margin-right: 25px;
    cursor:pointer;
}


.botonAceptar{
    border: none;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Poppins Light', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    width: 155px;
    margin-left:6px;
    cursor:pointer;
}

.botonNo{
    border: none;
    background-color: white;
    color: #333333;
    text-transform: uppercase;
    padding: 9px;
    font-family: 'Poppins Light', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    border: 1px solid #333333;
    width: 115px;
    cursor:pointer;
}

.texto_mensaje_comprimido {
    width: 91%;
    padding: 2px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:16px;
    /*text-align: center;*/
}
.texto_mensaje_ampliado {
    width: 96.5%;
    padding: 2px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    height:300px;
    overflow:auto;
}
.texto_mensaje_ampliado2 {
    width: 96.5%;
    padding: 2px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    height:200px;
    overflow:auto;
}
.lista_errores{
    margin-left: 25px;
    text-align:justify;
    padding-right:9px;
}
/*.lista_errores{ /* Estilo para la lista de errores de un mensaje*/
/*    margin-left: 12px; !important;
    *margin-left: 0px; !important;
    text-align:justify;
    padding-right:9px;
}*/

.cabecera_formulario {
    height:15px;

    padding-top:1px;
    padding-bottom:1px;

    color: #ffffff;
    background-color:#E50005;
    /*border-width: 1px;
    border-style: solid;
    background-color:#ffffff;*/
}

.cabecera_formulario_fases {
    height:15px;
    padding-top:1px;
    padding-bottom:1px;
    padding-right:15px;
    padding-left:15px;

    color: #ffffff;
    background-color:#E50005;
}


.boton_formulario {
    border:none;

    background-color:#E50005;

    color:#FFFFFF;
    font-size:10px;

    padding-top:2px;
    padding-bottom:2px;

    width:70px;
    cursor:pointer;

}

.boton_administrar {
    border:none;
    background-color:#ffffff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#666666;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;

}
.boton_administrar:hover {
    border:none;
    background-color:#ffffff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FF8148;
}

.contenedor_boton_formulario_mensajes{
    width:70px;
}


.contenedor_campo_formulario_mensajes{
    width:50%;
    float:right;
}

.linea_formulario{
    margin:15px;
    height:15px;
    clear:both;
}

.lineaFormularioSinAltura{
    /*  margin:15px; leyre*/
    margin:15px;
    clear:both;
}

.linea_formulario_botones{

    height:15px;
    clear:both;
}

.contenedor_botones_mensaje{
        float: left;
        position: relative;
        margin-left: 66px;
        margin-top: 10px;
        margin-bottom: 10px;
}


.campo_formulario_mensajes{
    width:96%;
    /*border:1px #173F66 solid;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;

}

.color_texto_etiqueta_error { color: #FF0000; }

.letra_advertencia{
    padding-left:22px;
    /*padding-top:15px;*/
    height:15px;
}


/*Añadido para inscripción*/


.ul_lista_errores{
    margin-left: -23px;
}

.boton_pantalla_completa{
    bottom:13px;
    left:50%;
    position:absolute;
}

/*.contenedorBotonesMensajeUnBoton, .contenedorBotonesMensajeDosBotones{
    height: 19px;
    padding-bottom: 7px;

}*/

.contenedorBotonesMensajeUnBoton{ margin-left: 45px; }
.contenedorBotonesMensajeDosBotones{ /*margin-left: 6px;*/ }
.contenedorBotonesMensajeDosBotonesAcceso{ margin-left: 73px; }
.contenedorBotonesMensajeDosBotonesSalir{ margin-left: 80px; }
.contenedorBotonesMensajeTresBotones{ margin-left: 52px; }

.margenInferiorBotones{
    padding-bottom: 10px !important;
}

.draggable {
    cursor: move;
}
.contenedor_modulo {
    float: left;
    height: 100%;
    color: black;
    width: 100%;
    height: 382px;
    overflow-y: auto;
    position: relative;
}
.contenedor_mensaje {
    border: 0px solid #E50005;
    clear: both;
    margin: 1px;
    overflow: auto;
    padding-bottom: 19px;
    padding-left: 185px;
    padding-right: 15px;
    position: relative;
    font-size: 13px;
}

.contenedor_mensaje_renovacion{padding-left: 110px;}

.contenedor_modulo_acceso {
    float: left;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    position: relative;
}
.contenedor_modulo2_coste {
    float: left;
    height: 100%;
    color: black;
    width: 100%;
    overflow-y: auto;
    position: relative;
}
.contenedor_modulo2_facturacion {
    float: left;
    height: 100%;
    color: black;
    width: 100%;
    overflow-y: auto;
    position: relative;
}
.contenido_modulo { /* Redefinicion en explorer.css */
    position :relative;
    width: 100%;
    /**width: 97%;*/
    min-width: 620px;
}

.contenido_modulo_acceso {
    position :relative;
    width: 100%;
    min-width: 320px;
}
.contenido_modulo2 {
    position :relative;
    width: 100%;
}
.capaMaximizada{
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.botonPointer{
    cursor:pointer;
}
.botonHelp{
    cursor:help;
}

.bordeBlanco {
    border: 1px solid #FFFFFF;
}

/*************************************zona de auxiliares de las emergentes*************************/
.margen_izquierdo_60pxExplorer{ /*Redefinicion en explorer.css*/
    margin-left:60px;
    /**margin-left:47px;*/
    }

.margen_izquierdo_105pxExplorer{ /*Redefinicion en explorer.css*/
    margin-left:105px;
    /**margin-left:90px;*/
}
.margen_izquierdo_botonesAcceso{ /*Redefinicion en explorer.css*/
    margin-left:26%;
    /**margin-left:21%;*/
}

.altura_87_porcent{
    height:87% !important;
}
.altura100porcentajeImportant{
    height:100%  !important;
}

.cabeceraMensajeTitulo {
    width: 97.2%;
}

.botonCerrar, .botonCerrarAyuda {
    /* Este estilo se sobrescribe en el CSS del módulo correspondiente para cambiar la imagen de la 'X' */
    float: right;
    margin-right: 7px;
    margin-top: -10px;
    height: 10px;
    width: 10px;
    z-index: 152;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


/***********************************************************/
/******* Estilos mensajes informativos de emergentes *******/
/***********************************************************/
.contenedorTextoCamposObligatorios{ /* Redefinicion en explorer.css */
    clear: both;
    margin-bottom: 10px;
    margin-left: 12px;
    font-size: 9px;
    text-align: justify;
}

.contenedorExistenErrores{
    display: none; /* Por defecto, el contenedor está oculto */
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 16px;
    margin-right: 12px;
    padding: 6px;
    text-align: justify;
    background-color: #F2F3F5;
}
/***********************************************************/
/***** FIN estilos mensajes informativos de emergentes *****/
/***********************************************************/



.contenedor_aviso { /* Redefinicion en explorer.css */
    position: relative;
    clear: both;
    padding-right: 15px;
    padding-left: 14px;
    padding-bottom: 19px;
    margin: 1px;
    border: 0px solid #D3D3D3;
    overflow: auto;
    height: auto;
}

.contenido_aviso {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    height: auto;
    width:100%;
}