﻿
/*---------------Cuerpo de la app-----------------*/

body 
{
    font-family:Verdana;
    font-size:9pt;
    color:#696969;
}

.body_bg
{
    background-color:#cad6e9;
    background-image: url('../img/body_bg_opacity.png');

}

.rml_menu_bg
{
    background-color:#e0e4e7; /*#657693;*/
    background-image: url('../img/body_bg_opacity.png');
}

.footer_mainContent_userRML
{
    width:1000px;
    height:30px;    
    background-position:right;
    background-repeat:no-repeat;
    background-image:url('../img/footer_MainContent_userRML.png');
}

.footer_mainContent_adminInst
{
    width:1000px;
    height:30px;    
    background-position:right;
    background-repeat:no-repeat;
    background-image:url('../img/footer_MainContent_adminInst.png');
}

.footer_mainContent_adminCAEFYC
{
    width:1000px;
    height:30px;    
    background-position:right;
    background-repeat:no-repeat;
    background-image:url('../img/footer_MainContent_adminCAEFYC.png');
}

.footer_mainContent_auditor
{
    width:1000px;
    height:30px;    
    background-position:right;
    background-repeat:no-repeat;
    background-image:url('../img/footer_MainContent_Auditor.png');
}


/*-----------Estilos generales para todos los controles-----------*/

.checkbox
{
    font-family:Verdana;
    font-size:9pt;
    color: #696969;
    vertical-align:middle;
}


/*----------Estilos para controles especificos--------------*/

/*links del menu corto(general) de la pagina*/
.topLinks
{
    font-family:Verdana;
    font-size:7pt;
    font-weight:bold;
    color:#b5b5b5;
}

.topLinks:hover
{
    color:#2b4882;
}

/*--------usuario logueado en la pagina---------*/
.label_user_logged
{
    font-family:Verdana;
    font-size:7pt;
    color:#333333;
}

.rml_menu_separators
{
    font-family:Tahoma;
    font-size:11pt;
    color:#b0b5bc;
}

/*controles de la pagina de Login*/
.label_login
{
    font-family:Verdana;
    font-size:8pt;
    color:#333333;
    text-align:right;
    padding-right:5px;
}

.textbox_login
{
    font-family:Verdana;
    font-size:8pt;
    color:#333333;
    width:120px;
}

.checkbox_login_1
{
    font-family:Verdana;
    font-size:7.5pt;
    color:#696969;
    vertical-align:middle;
}

.checkbox_login_2
{
    font-family:Verdana;
    font-size:7pt;
    color: #696969;
    vertical-align:middle;
}

.hyperlink_login
{
    font-family:Verdana;
    font-size:7pt;
}

.button_login
{
    font-family:Verdana;
    font-size:8pt;
    background-color:White;
    color:#284E98;
    border:1px solid #507CD1;
}

/*-------para las cabeceras de grid, etc..--------*/
.div .header td, .consult .header td, .caption 
{background:#ff9e11; color:White; font-weight:bold; text-align:center; padding:5px;}

/*-----Para los textos Titulo de los grid de Estructuras en modulo Reportes y Estructuras del usuario RML------*/
.div_estruct
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    color:#334372;
    background-color:#e5e7ed;
    width:100%;
    height:22px;
    vertical-align:middle;
}

/*--------------labels para pagina de administracion de BD------------*/
.label_title
{
    font: normal normal bold 11pt/normal Trebuchet MS;
    color:#213d62;
}

.label_subtitle
{
    font: normal normal bold 10pt/normal Trebuchet MS;
    color:#50647e;
}

/*---------pagina de migracion de datos (usuario rml)---------*/
.panel_style
{
    border:2px solid Gray;
}

.panel_check_etl
{
    border-top:1px solid Gray;
    border-bottom:1px solid Gray;
    background-color:#dde5ea;
}

/*---------pagina de parametros etl (usuario rml)---------*/
.lb_style
{
   font-family:System;
   font-weight:bold;
   font-size:11pt;
   color:#272e42;
}

.tb_style
{
   font-family:System;
   font-size:10pt;
   color:#272e42;
   background-color:#f2f2e9;
}

.textbox_style
{
    /*font:normal normal normal 6pt/normal Tahoma;*/
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    font-size:8pt;
    font-family:Tahoma;
    background-color:#edeff4;
}
.banner_td
{
    width: 1000px;
    height: 170px; 
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    vertical-align: top;
}
/*Seccion para Maximizar el GIF animado*/
.gifoverlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.gifoverlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}