﻿/* Color Scheme generado mediante colorschemedesigner
   http://colorschemedesigner.com/#3w11Tw0w0w0w0
*/

body {
        padding-top: 120px;  /* Permite desplazar el body por debajo de la barra de navegación */
        padding-bottom: 40px;
      }
      
/* 
  Modificaciones de los estilos de BootStrap
*/
.form-horizontal .control-group  {
    margin-bottom: 9px;
}

.navbar .nav > li {
    line-height: 30px;
}

.navbar .nav > li > a {
    line-height: 29px;
    }

.navbar .nav .dropdown-toggle .caret {
    margin-top: 13px;
}

.dropdown-menu > li > a {
    line-height: 30px;
}

@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .pwLogin.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    body {
        padding-top: 0px;
        }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Maquetación de la masterPage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clear {
    float: none;
    clear: both;
    }
    
.pwLogin {
    text-align: right ;
    vertical-align: bottom ;
    margin-top: 5px;
}

.pwLogoInstalacion {
    margin-left: 10px;
    margin-right: 10px;
}

/* Título de la instalación (nombre de la empresa) */
.pwTituloInstalacion {
    padding:10px 20px 10px;margin-left:-20px;
    font-size:20px;font-weight:200;
    color:#777777;text-shadow:0 1px 0 #ffffff
}

.navbar-inverse .pwTituloInstalacion {
    color:#999999;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    height:40px;

    float:left;
}

.pwContenidoPrincipal {
    margin-top: 20px;  /* no modificar este valor, modificar padding-top: 80px de body */
    width:100%;
    text-align:left ;
}

.pwClienteSeleccionado {
    font-weight: bold;
}

.pwSeleccionaRepresentante {
}

.pwPie {
    border-top: 1px #808080 solid;
    text-align: center;
    font-family : Arial;
    font-size: 12px;
    color: Gray;
    padding:  5px 0 5px 0;
    margin: 15px 5px 0  5px; 
}

.pwPie a 
{
    color: inherit 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Estilos de texto globales
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* imágenes: por defecto sin borde */
img  {
    border: none 0
}

table.gaTablaStd {
    border: 1px solid gray;
    border-collapse: collapse;
}
table.gaTablaStd th {
	border-width:  1px ;
	padding: 2px 2px 2px 2px;
	border-style: solid ;
	border-color: gray ;
}
table.gaTablaStd td {
	border: 1px solid gray;
	padding: 2px 2px 2px 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Paneles y contenedores
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.PanelContenido {
    font-family : Verdana, Arial;
    font-size : 1.1em;
    text-align:left ;
    
    padding: 10px;
    clear: both ;
    
    color: #292929 ; /* texto gris oscuro */
    background: White; 
    border: 1px solid #EBEBEB;  /* borde gris claro */    
}

/* Panel con borde, sin sombra */
.PanelConBorde {
    padding: 10px;
    margin: 10px;
    
    color: #555; /* letra gris oscuro */
        
    border: 1px solid #CDCDCD;  /* borde gris oscuro */
    border-radius: 5px;
    -moz-border-radius: 5px;
    }


/* Línea de Información (amarilla) */
div.PanelInformacion  {
    background : #FFE787 url('imagenes/informacionNaranja30x30.png') no-repeat;
    background-position: 3px 3px;
    color: #FFAC30;

    border: 1px solid #FFAC30;
    padding: 5px 5px 5px 40px;
    margin: 5px;

    min-height: 26px;
    font-size: 1.1em;
}

/* Línea de Error (roja) */
div.PanelError {
    background : #FF8C95 url('imagenes/error32x32.png') no-repeat;
    background-position: 3px  5px;

    color: #890000;

    border: 1px solid #FF2926;
    padding: 5px 5px 5px 50px;
    margin: 5px;
    
    min-height: 26px;
    font-size: 1.1em;
}

/* Línea de Proceso Ok (verde) */
div.PanelOk {
    background : #D7E3BC url('imagenes/ok32x32.png') no-repeat;
    background-position: 3px  5px;
    color: #00B050;

    border: 1px solid #00B050;
    padding: 5px 5px 5px 50px;
    margin: 5px;

    min-height: 26px;
    font-size: 1.1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Formulario dentro de  una página (div)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.gaFormulario  
{
    margin: 5px;
    padding: 10px;
    color:Black ;
    border:  solid 1px #CDCDCD;
    background: white url('imagenes/gaFormularioFondo.png') repeat-x top ;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

/* para compensar el overflow de anchura de los gaFrmTextbox (por width:95% y padding) */
div.gaFormulario table {
    border-spacing: 10px 0px
}

/* Para los labels a la izquierda de los campos */
td.gaFrmLabel 
{
    text-align:right ;
    vertical-align:middle ;
}

/* Para aplicar a asp:textbox */
.gaFrmTextbox  {
    border: solid 1px Gray ; 
    padding : 5px;
    margin-bottom: 5px;
    width: 95%;
    }
.gaFrmTextbox:focus
 {
    border-color:Navy ; 
    background-color: #E8EDF6;
}

/* textbox con error de validación */
.control_validation_error {
    background-color: #FF8C95 !important;
    border-color: #FF2926  !important;
    }
.control_validation_error:focus {
    background-color: #FF8C95  !important;
    border-color: #FF2926 !important;
    }
    

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	gaGridView
    Estilos del pager y otros elementos
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Alternating RowStyle - color de fondo */
.gaGridAlternating {
    background-color: #E1ECF2;
}

/* desactiva el hover de .table */
tr.gaGridAlternating:hover td, tr.gaGridAlternating td:hover, tr.gaGridAlternating:hover, tr.gaGridAlternating td:hover  {background-color:#E1ECF2 !important;}

/* Header RowStyle - color de fondo */
.gaGridHeader {
    background-color: #B9E0EA;
}

/* desactiva el hover de .table */
tr.gaGridHeader:hover th, tr.gaGridHeader th:hover, tr.gaGridHeader:hover, tr.gaGridHeader th:hover { background-color: #B9E0EA !important;}

.gaGrdVpagerNRegistros  {
    color: #545454;
    font-weight:bold ;

    float:left;
}

.gaGrdVpagerBtnAntSig {
    font-weight:bold ;
    color: #545454;

    margin: 0 10px 0 10px;

    height: 30px;
    line-height: 30px;
    float:left;
}

.gaGrdVpagerBtnPagina {
    color: #545454;
    border-color: #545454;
    border-style:solid;
    border-width:1px;
    margin: 2px;

    height: 30px;
    line-height: 30px;
    min-width: 28px;
    float:left;
    
    text-align: center;
}

.gaGrdVpagerBtnPagina a {
    margin: 0;
    padding:  6px 6px 2px 6px;    
}

.gaGrdVpagerBtnPaginaActual  {
    background-color:#545454;
    color: White;
    font-weight: bold;
}

/* Separador entr los botones de las páginas (...) */
.gaGrdVpagerSeparadorPaginas {
    height: 30px;
    line-height: 30px;

    float:left;
    margin: 0 10px 0 10px;
}

/* Dropdownlist de Número de registros por página */
.gaGrdVpagerDropdownListRegPorPag   {
    width: 100px;
    float:left;
}

/* Texto ' por página' */
.gaGrdVpagerTextoRegPorPag {
    height: 30px;
    line-height: 30px;

    float:left;
    margin: 0 10px 0 0px;
}

/* Personalización */
.gaGrdV_persoBoton  {
    }

/* Contenedor exterior */
.gaGrdV_persoContainer {
    margin: 1px;
    padding: 5px;
    background: white;
    height: 600px;

    /*float:left;*/
}

/* Scroll panel dentro del contenedor exterior */
.gaGrdV_persoScrollPanel {
    width: 100%;
    height: 600px;
}

.gaGrdV_persoContainer span#titulo  {
    font-family: Arial;
    font-size: 20px;
}
   
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	gaGrdV_std: GridView, estilos estándar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gaGrdV_std_row {
     font-family:Arial;
     font-size:12px;
     height: 25px;
     border:none ;
     border-color:#C0C0C0 ;  /*gris gaFormularios*/
}
.gaGrdV_std_row:hover  {
    background-color:#FFDB73 ; 
}
.gaGrdV_std_row a {
    text-decoration: none;
}
.gaGrdV_std_row a:hover {
    text-decoration: underline;
}

.gaGrdV_std_header {
    font-family:Arial;
    font-size:12px;
    background-color: #24577B;  /* azul */
    border: 1px solid #24577B;
    color: white;
    height: 25px;
    line-height:25px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	modalPopUp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ModalBackground {
    background-color:#E0E0E0;
    filter:alpha(opacity=60);
    opacity:0.6;
}

.ModalPanel {
    background-color:white;
    border: 2px solid #CDCDCD;
    padding:3px;

    width: 900px;
    /* mostrar scroll-bar si no cabe el contenido */
    overflow:auto;
}

.ModalPanel div.ModalClose {
    position: absolute;
    right: 5px;
    top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  Estilo a aplicar a las lista de los autoCompleteExtenders
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.autoCompleteList {
    z-index: 100002 !important;

    text-align: left; 
    cursor: default; 
    list-style: none outside none; 
    padding: 5px; 
    margin: 0;
    border: 1px solid buttonshadow; 
    background-color: window; 
    color: windowtext; 

    font-size: 1.2em;
    max-height: 300px;
    overflow: scroll;

    visibility: hidden;
}

ul.autoCompleteList li {
    vertical-align: middle;
    min-height: 30px;
    padding: 8px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  Contenedor de un google map
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.divGoogleMapsContainer * {
    max-width: none;  /* soluciona error de visualización de los controles del mapa cuando está dentro de un contenedor responsive */
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Titulares/subtitulares 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.titular1 {
    color: #333333;

    font-size: 31.5px;
    line-height: 35px;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

.titular2 {
    color: #333333;

    font-size: 25.5px;
    line-height: 30px;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

.titular3 {
    color: #acacac;

    font-size: 25.5px;
    line-height: 30px;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

.titular3_nobold {
    color: #acacac;

    font-size: 23.5px;
    line-height: 30px;
    font-weight: normal;
    text-rendering: optimizelegibility;
}

.titular4 {
    color: #acacac;

    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-rendering: optimizelegibility;
}
.titular4_nobold {
    color: #acacac;

    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    text-rendering: optimizelegibility;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Progreso
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Div de progreso grande que ocupa toda la pantalla */
/* Formado por un div contenedor con la imagen de progreso en su interior */
.ProgresoGrande {
    position:absolute; 
    left:0; 
    right:0; 
    top:0; 
    height: 4000px; 
    text-align:center;
    
    background-color:#E0E0E0;
    filter:alpha(opacity=70);
    opacity:0.6;

    z-index: 100100;
    }
    
.ProgresoGrande img {
    margin: 20% auto 0 auto;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PasswordStrengh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gaPSbarBorder {
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    margin-top: 10px; margin-bottom:10px;
    width:150px;
    height: 10px; max-height: 10px;
    vertical-align:middle;
}

.gaPSbarIndicator_floja {
    color:Red;
    background-color:Red;
    height: 10px; max-height: 10px;
    margin-top: 10px; margin-bottom:10px;
}
.gaPSbarIndicator_media {
    color:Blue;
    background-color:#FFD800;
    height: 10px; max-height: 10px;
    margin-top: 10px; margin-bottom:10px;
}
.gaPSbarIndicator_buena {
    color:Green;
    background-color:Green;
    height: 10px; max-height: 10px;
    margin-top: 10px; margin-bottom:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  Solución al problema de script busy en Firefox del Ajax:AsyncFileUpload
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AjaxFileUploader input {
    width:100%!important;
}
