﻿/************ General ************/
html
{
    background-color: #fff;
    height: 100%
}
body 
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

fieldset {
    display: inline-block;
    border: 1px solid #006699;
    border-radius: 5px;
}

fieldset legend {
    color: black;
    background-color: #fff;
    text-shadow: 1px 1px #ddd;
    border-radius: 5px;
    padding: 4px 10px;
    text-align: left;
}

.page
{
    min-height: 100%;
    position: relative;
}
h1
{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 23px;
}

.documento
{
    background-color: White;
    padding: 10px;
    padding-bottom: 110px;
}

.Edifact
{
    border: 1px solid black;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    font-size: smaller;
}

.Edifact .Simbolo
{
    font-weight: bold;
    color: red;
}

.infoUsuario
{
    float: right;
    color: White;
    text-align: right;
    font-size: small;
    padding: 5px;
}
.infoUsuario a 
{
    color: #fff;
}

.Info
{
    border: 1px solid Green;
    color: Green;
    padding-left: 30px;
    padding-right: 30px;
}

.Error
{
    border: 1px solid Red;
    color: Red;
    padding-left: 30px;
    padding-right: 30px;
}

.Progreso
{
	margin-top: 5px;
    background-color: Blue;
    color: White;
    padding-left: 30px;
    padding-right: 30px;
}


.Mensaje
{
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

/************ Estructura ************/
.encabezado
{
    background-color: Black;
}

.pie
{
    background-color: Black;
    color: White;
    text-align: center;
    font-size: x-large;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 96px;
	overflow: hidden;
}

.ReglaSuperior {
    color: White;
    text-align: center;
    background-image: url('images/Regla.gif');
    background-position: left;
    background-repeat: repeat-x;
}

.ReglaInferior {
    color: White;
    text-align: center;
    background-image: url('images/ReglaInf.gif');
    background-position: left;
    background-repeat: repeat-x;
    position: relative;
}

.ReglaInferior2
{
	color: White;
	text-align: center;
    position: relative;
    padding: 20px 0 0 0;
}

.Botones
{
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    clear: left;
}

/************ Página de login ************/
.login
{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

.login .titulo
{
    background-color: #006699;
    color: white;
    font-weight: bold;
}

/************ Menú principal ************/

.MenuPrincipal
{
    margin-left: auto;
    margin-right: auto;
}

.MenuPrincipal td
{
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	width: 150px;
	vertical-align: top;
}

.MenuPrincipal td a
{
    color: Black;
    text-decoration: none;
    background-image: url('images/mn_opcion.gif');
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 80px;
    display: block;
}


/************ Menú inferior ************/
.LinkMenuPrincipal a
{
    text-align: left;
    color: White;
    font-size: 14px;
    text-decoration: none;
}

.LinkMenuPrincipal a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.LinkMenuPrincipalArriba {
    float: right;
    position: sticky;
    top: 15px;
    right: 15px;
    shape-outside: linear-gradient(transparent,transparent); /*???*/
    z-index: 1;
}

    .LinkMenuPrincipalArriba a {
        color: #045c88;
        text-shadow: 1px 1px 1px white;
    }

    .LinkMenuPrincipalArriba a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

/************ Tablas de resultado ************/

.TablaResultado {
	border-collapse: collapse;
	border: 1px solid black;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

.TablaResultado td {
	text-align: center;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	border-right: 1px solid black;
}

.TablaResultado th {
	color: black;
	background-color: #C8E4FF;
	font-size: 15px;
	border: 1px solid black;

	padding-left: 5px;
	padding-right: 5px;
	
	text-align: center;
}

.TablaResultado .totales {
	font-weight: bold;
	background-color: #DCDCDC;
	padding-right: 20px;
}

.TablaResultado .totales td 
{
    border: 0px;
}


.TablaResultado .pivote {
	font-weight: bold;
	background-color: #DCDCDC;
	padding-right: 20px;
}

.TablaResultado .radio {
	width: 15px;
}

.TablaResultado .num {
	text-align: right;
}

.TablaResultado .filaSeleccionada {
	cursor: pointer;
	background-color: #E6E6E6;
}

.TablaResultado .filaActiva {
	border-top: 1px Solid Black;
	border-bottom: 1px Solid Black;
	background-color: Yellow;
	cursor: pointer;
}

.TablaResultado caption {
	color: White;
	background-color: #006699;	
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	border: 2px solid #006699;
	
	margin-left: auto;
	margin-right: auto;
}

.TablaResultado .Texto
{
    width: 300px;
}

.TablaResultado .Checkbox
{
}

/************ Detalle de resultado ************/
.DetalleResultado {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.DetalleResultado th {
    font-weight: bold;
    color: black;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: none;
    background-color: #FFFFFF;
    vertical-align: middle;
}

.DetalleResultado td {
    font-size: 12px;
    padding-right: 10px;
}

.DetalleResultado .Notas {
    font-size: 10px;
    color: Gray;
}

.DetalleResultado label {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.DetalleResultado td label {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.DetalleResultado td label.enfila {
    text-align: left;
    display: inline;
    padding-right: 10px;
}

#dvFiltros {
    text-align: center;
}

/*#dvFiltros tr {
    vertical-align: top;
}*/

.CajaLogin
{
    margin-left: auto;
    margin-right: auto;   
    padding-top: 10px; 
    padding-bottom: 30px; 
}

.CajaLogin td
{
    padding-left: 5px;
    padding-right: 5px;   
}

/* Calendar extender */
.ajax__calendar_days table tr td {
    padding-right: 0px;
}

.ajax__calendar_months table tr td 
{
    padding-right: 0px;
}

.ajax__calendar_years table tr td
{
    padding-right: 0px;
}

.BloqueResultado
{
    margin-left: auto;
    margin-right: auto;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.ErrorValidando 
{
    text-align: center;
    color: Red;
    font-style: italic;
    font-size: small;   
    display: block; 
}

.Button {
    border: 0px;
    background-image: url(images/btn_blue.png);
    width: 69px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none;
}


    .Button:hover {
        background-image: url(images/btn_blue2.png);
    }

.Button:active
{
	outline: none;
}

.Button:focus
{
  outline: none;
}

.FormMantenimiento 
{
    width: 800px;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.FormMantenimientoImpresion {
    width: 870px;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.ancho98 {
    width: 98%;
}

.ancho96 {
    width: 96%;
}

.botonesToolbar 
{
    text-align: center;
}

textarea,
.SelectorCargando,
.ui-autocomplete-input,
select,
#frmReporte input[type=text],
#ContenidoForm input[type=text],
#ContenidoForm input[type=file],
#ContenidoForm input[type="password"] {
    width: 400px;
    border-radius: 4px;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #9f9cc0;
    box-sizing: border-box;
}

#ContenidoForm #dvFiltros input[type=text],
#ContenidoForm #dvFiltros input[type=file],
#ContenidoForm #dvFiltros input[type="password"],
#ContenidoForm #dvFiltros select,
#frmReporte input[type=text],
#frmReporte select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/*select dentro de dialogos y grid*/
.ui-dialog select,
.ui-jqgrid select,
.ui-jqdialog select {
    width: auto;
}

#ContenidoForm #dvFiltros .t2_10, #frmReporte .t2_10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20% !important;
}
#ContenidoForm #dvFiltros .t3_10, #frmReporte .t3_10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30% !important;
}

.Field_Pequenio {
    width: 30% !important;
}

.Selector_Codigo {
    float: left;
    width: 125px;
    text-align: left;
    margin-right: 2px;
}

.Selector_Descripcion 
{
    width: 400px; 
    text-align: left; 
    margin-right: 2px;
}

.ui-jqgrid .ui-pg-input {
    width: 25px !important;
}

.iFrameReportes
{
    width: 1240px;
    height: 750px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 0px;
}

/********************************************************Botonera Form**********************************************************/
.MenuForm {
    float: right;
}

.BotoneraForm {
    display: table;
}

.SeparadorBotones 
{
    min-width: 12px;
}

.ConjuntoBotones {
    display: table-cell;
    
    padding-left: 6px;
    padding-right: 6px;
    
    border: 1px solid black;   
    
    background-image: url("images/btn_barra.png");
    background-position: left;
    background-repeat: repeat;
}

.ConjuntoBotones a{
    background-image: url('images/sprite_tools.png');
}

.ConjuntoBotones a:hover {
    cursor: pointer;
}

.ConjuntoBotones a[disabled]  {
    background-image: url('images/sprite_tools_disabled.png');
}
.ConjuntoBotones a[disabled]:hover  {
    background-image: url('images/sprite_tools_disabled.png');
}

.ConjuntoBotones a {
    float: right;
    height: 19px;
}

.ConjuntoBotones div {
    float: left;
}

.BotonGrupo {
    width: 23px;
    height:23px;
}

.ConjuntoBotones input
{
    margin:0px;
    padding:0px;
    width:25px;
    height:25px;
    background-repeat: no-repeat;
}

.Separador
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000;
}

.SeparadorInvertido
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000;
}

.Boton_Primegro {
    background-position: -55px -75px;
}
.Boton_Antergior {
    background-position: -27px -75px;
}
.Boton_Siguiegnte {
    background-position: 0px -75px;
}
.Boton_Ultgimo {
    background-position: -50px -50px;
}
.Boton_Grigd 
{
    background-position: -27px -126px;
}
.Boton_Buscar {
    background-position: -52px 0px;
}
.Boton_Agregar {
    background-position: 0px 0px;
}
.Boton_Elimginar {
    background-position: -27px -151px;
}
.Boton_Modificar 
{
    background-position: 0px -150px;
}
.Boton_Guardar {
    background-position: -52px -27px;
}
.Boton_Cancelar {
    background-position: -27px -50px;
}
.Boton_Refrescar {
    background-position: 0px -50px;
}
.Boton_Imprimir {
    background-position: 0px -100px;
}
.Boton_Tergminar {
    background-position: -27px -26px;
}
.Boton_Aplicar {
    background-position: -52px -26px;
}
.Boton_Procesar {
    background-position: 0px -75px;
}

.Boton_Contabilizar {
    background-position: -27px -176px;
}

.Boton_Movimientos {
    background-position: -53px -176px;
}

.Boton_Cerrar {
    background-position: -52px -150px;
}

.Boton_Liquidacion {
    background-position: 0px -26px;
}

.Boton_Estado {
    background-position: 0px -175px;
}

.Boton_Estado_Anterior {
    background-position: -0px -175px;
    
    -moz-transform: scaleX(-1); /* Firefox */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Chrome y Safari */
    transform: scaleX(-1); /* w3org */
    filter: FlipH; /* Internet Explorer */
}

.Boton_Importar {
     background-position: -27px -101px;
    
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	rotation: 180deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.Boton_Exportar {
    background-position: -27px -101px;
}

.Boton_Heredar {
    background-position: -27px -102px;
}

.ConjuntoBotones a[disabled]:hover {
     cursor: default;
}
.ConjuntoBotones select {
    width: 170px;
    height: 26px;
    margin-left: 3px;
}


.EsquinasInferioresRedondas
{
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;   
    /*behavior: url(/PIE.htc);*/
}

.EsquinasSuperioresRedondas
{
    
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /*behavior: url(/PIE.htc);*/
}

.EncabezadoForm
{
    height: 44px;
    background-color: White;
    background-position: left;
    background-repeat: repeat-x;
    border-bottom: #6C6C6C solid 1px;
    border-bottom: 2px solid #0a5dc2;
    margin-bottom: 1px;
    background-image: url('images/barra_bg.png');
}
.InfoEncabezadoForm {
    height: 55px;
    padding: 10px 10px 10px 25px;
}
.Form {
    border: 1px solid #939393;
    width: 1240px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
}
.NombreForm {
    font-size: 24px;
    font-weight: bold;
}

.ConjuntoBotones select {
    width: 170px;
    height: 26px;
    margin-left: 7px;
}

.ContenidoForm {
    padding-top: 5px;
    padding-bottom: 10px;
}



input:required { /* eliminar sombra de campos requeridos */
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}

/*********************************************************Dialogos**************************************************************/
.MensajeError
{
    color:#c10000;
}

.overlayDialogo {
	width:100%;
	height:100%;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	background:#fff;
	position:absolute;
	top:0; 
	left:0;
	z-index:3000000;
	display:none;
	
	cursor:wait;
}

.moduloDialogo{
	border: 1px solid #7e7e7e;
	background-color:#fff;
	width:600px;
	position:absolute;
	z-index:5000000;
	display:none;
}

.encabezadoDialogo
{
	font-size:16px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	cursor:move;
}

.encabezadoDialogoConfirmacion{
	color:#0057c1;
}

.encabezadoDialogoError{
	color:#c10000;
}

.contenidoDialogo {
	border-bottom: 6px solid #c7c7c8;
	padding:20px 30px;
	background-color: #f4f3f3;
}

.botoneraDialogo{
	height:20px;
	border: 1px solid #fff;
	padding-top:15px;
	padding-bottom:15px;
}

.botoneraDialogoConfirmacion{
    background: #006699 50% 50% repeat-x;
}

.botoneraDialogoError{
    background-color:#AC0000;
}

.moduloMensajeError
{
    border: 1px solid #fff;
	background-color:#AC0000;
	padding: 5px 0px 10px;
	width: 450px;
	position: absolute;
	z-index: 5000000;
	display: none;     
}

.encabezadoMensajeError{
    text-align:center;
	padding: 0px 45px;
    height: 25px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #C70000;
	background-color:#fff;
}

.moduloMensaje
{
    border: 1px solid #fff;
	background-color:#0159c5;
	padding: 5px 0px 10px;
	width: 450px;
	position: absolute;
	z-index: 5000000;
	display: none;     
}

.encabezadoMensaje{
    text-align:center;
	padding: 0px 45px;
    height: 25px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #0157c4;
	background-color:#fff;
}

.contenidoMensaje {
	font-size: 12px;
	padding: 15px 45px 0px;
	color: #fff;
}

/*******************************************************************************************************************************/

.botonGris
{
    height:20px;
	font-size:12px;
	line-height:20px;
	border: 1px solid #757575;
	color:#000;

    background-color: #DDDDDD;
    
    padding-left:13px;
    padding-right:13px;
    margin-left:2px;
	margin-right:2px;
	
	cursor: pointer;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.botonGris:hover 
{
	text-decoration: underline;
	box-shadow: 0 0 4px #F4F3F3;
	background-position: 0px 0px;
	outline-style:none;
}

.botonGris:focus 
{
	text-decoration: underline;
	box-shadow: 0 0 4px #F4F3F3;
	background-position: 0px 0px;
	outline-style:none;
}

.icono-error
{

}

.celdasMismoTamanio
{
	table-layout: fixed;
}

.anchoTotal
{
	width: 100%;
}

.Selector_Paginador
{
    text-align: center;
}
.SelectorCargando,
.ui-autocomplete-input
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 21px !important;
    box-sizing: border-box;
}
.ui-autocomplete-input {
    background-image: url(images/flecha_selector.svg);
}
.SelectorCargando {
    background-image: url(images/cargandofe.gif) !important;
}

/*******************************INPUT LOGO PERSONA**********************/

.dvLogo {
    width: 200px !important;
    height: 100px !important;
    overflow: hidden;
    display: flex;
    border: 3px outset #e9e9e9;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #82bdf1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dvLogo:active {
    border: 3px inset #c9c9c9;
}

.dvLogo .dvLblLogo {
    width: 200px;
    height: 100px;
    position: absolute;
    display: inherit;
    align-items: inherit;
}

.dvLblLogo span.spnImagen {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(images/sprite_tools.png);
    background-position-x: -50px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    margin-left: auto;
}

.dvLogo label.lblTexto {
    margin-right: auto;
}

.dvLogo input.inputLogo {
    opacity: 0.0;
    width: inherit;
    height: inherit;
    cursor: pointer;
}
.dvLogo input.inputLogo:disabled {
    cursor: default;
}

.dvLogo img.imgLogo {
    max-width: 200px;
    max-height: 100px;
    position: absolute;
}

/********/
.acordeon {
    width: 1155px;
    margin: auto;
}

.acordeon_titulo {
    color: #084062 !important;
    padding: .4em .3em .3em 2.1em;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0px 0px #222;
    background-image: url(themes/ineldat/images/ui-bg_highlight-soft_75_006699_1x100.png) !important;
    background-repeat: repeat-x;
    margin: 0px auto;
    border-top: 0px;
}

.Monto {
    text-align: right;
    width: 100px;
}
label .Monto {
    padding-left: 10px;
    padding-right: 10px;
}

.Subtitulo{
    font-weight: bold;
}

.Notificaciones {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 6px;
}

.alert-info {
    background-color: #9addff;
    border-color: #bce8f1;
}

.ui-tabs-nav { /* Las pestañas se vuelven locas, el encabezado crece hacia abajo cuando queda fuera de la vista y se pasa el cursor por un grid */
    max-height: 30px;
}

.TablaFormulario, .TablaFormularioImpresion {
    border-spacing: 7px;
}

.TablaFormulario tr th {
    width: 33%;
    padding-right: 0.4em;
    text-align: right;
    /*border-right: 3px solid #a1a1a1;*/
    font-size: 0.9em;
}

.TablaFormularioImpresion tr th {
    width: 33%;
    padding-right: 0.4em;
    text-align: right;
    /*border-right: 3px solid #a1a1a1;*/
    font-size: 12px;
}

.TablaFormulario tr td, .TablaFormularioImpresion tr td {
    width: 66%;
    text-align: left;
    padding: 0em 1em 0em 0.5em;
}

.TablaFormulario tr td *, .TablaFormularioImpresion tr td * {
    /*margin: 0.2em 0em;*/
    width: 100%;
}

.TablaFormularioImpresion tr.subtitulo th {
    padding-top: 1em;
    padding-bottom: 0.3em;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #82bdf1;
    border-right-width: 0px;
    font-size: 1em;
}

.TablaFormularioImpresion tr.subtitulo th {
    padding-top: 1em;
    padding-bottom: 0.3em;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #82bdf1;
    border-right-width: 0px;
    font-size: 13px;
}