@charset "utf-8";
/* CSS Document */
/*
#EncabezadoTabla{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 16vh;
	display: inline-block;
}

#Exportar{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 9.9em;
	background-color:rgba(107,107,107,1.00) !important;
}

#NombresColumnas{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 13.38em;
	background: rgba(255,255,255,1.00);
}

#TituloTabla{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 4.3em;
	background: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 1.4em;
	margin: 0em auto 0.3em;
	font-weight: bold;
}

color: #3C3C3C;
*/

#ColumnasTotales{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	font-size: 1.1em;
    font-weight: bold;
	top: 13.38em;
	background: rgba(255,255,255,1.00);
}
 

#Items-Columna {
    background-color: #cbdef5;
    text-align: left;
    color: #000000;
    font-weight: bold;
}

#Items-Columna-izquierdo {
    background-color: #cbdef5;
    text-align: left;
		font-size: 1.2em;
	padding: 0.7em;
    color: #000000;
    font-weight: bold;
}

#Items-Columna-derecho {
    background-color: #cbdef5;
    text-align: right;
    color: #000000;
	font-size: 1.2em;
	padding: 0.7em;
    font-weight: bold;
}

#TituloTablaExcel{
 
	top: 0em;
  	background: rgb(230, 235, 241);
}

#TituloTablaExcelCuadro{
 
	top: 0em;
  	background: rgb(230, 235, 241);
}

#TituloTabla{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 4.3em;
 
	background: rgb(230, 235, 241);
	text-align: center;
	font-size: 1.4em;
	margin: 0.35em auto 0.1em;
	font-weight: bold;
}

#TituloCuadroComparativo{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0.5em;
 
	background: rgb(230, 235, 241);
	text-align: center;
	font-size: 1.4em;
	margin: 0.35em auto 0.1em;
	font-weight: bold;
}

#TituloCuadroComparativo-NEW1{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0.5em;
 
		background: rgb(230, 235, 241);
	text-align: center;
	font-size: 1.4em;
	margin: 0.35em auto 0.1em;
	font-weight: bold;
}

#TituloCuadroComparativo-NEW2{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0.5em;
 
		background: rgb(230, 235, 241);
	text-align: center;
	font-size: 1.4em;
	margin: 0.35em auto 0.1em;
	font-weight: bold;
}

#TablaPag{
	overflow: visible !important;
  overflow-x: hidden;
}



table {
  margin-top: 0em; 
  border-collapse: collapse;
  width: 100%;
}

table caption {
	caption-side: top;
	display: table-caption;
  	text-align: center;
	font-size: 1.7em;
	margin: 0em auto 0.3em;
	font-weight: bold;
}

tr:nth-child(even){background-color:rgba(124, 176, 239, 0.5);}

tr:nth-child(odd){background-color:rgba(175, 206, 243, 0.5);}

.FilaTitulo{
		background-color:rgba(230, 235, 241);
	
}



#TablaPag_NEW{
	overflow: scroll;
  	overflow-x: scroll;
	font-size:0.9em;
   	height:37em;
}


table_NEW {
  margin-top: 0em; 
  border-collapse: collapse;
  width: 100%;
}

table caption_NEW {
	caption-side: top;
	display: table-caption_NEW;
  	text-align: center;
	font-size: 1.7em;
	margin: 0em auto 0.3em;
	font-weight: bold;
}

tr:nth-child(even){background-color:rgba(124, 176, 239, 0.5);}

tr:nth-child(odd){background-color:rgba(175, 206, 243, 0.5);}

.FilaTitulo{
		background-color:rgba(230, 235, 241);
	
}

 
#TituloTabla_NEW{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0em;
 
	background: rgb(44, 127, 226, 0));
	text-align: center;
	font-size: 1.0em;
	margin: 0.35em auto 0.1em;
	font-weight: normal;
}
#TituloTabla_EXCEL{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0em;
 
	background: rgb(44, 127, 226, 0));
	text-align: center;
	font-size: 2.0em;
	margin: 0.35em auto 0.1em;
	font-weight: bold;
}
#TituloTabla_EXCEL90{
	position: -webkit-sticky;
	position: sticky;
	width: 90%;
	top: 0em;
 float: left;
	background: rgb(44, 127, 226, 0));
	text-align: center;
	font-size: 2.0em;
	margin: 0.1em auto 0.1em;
	font-weight: bold;
}
#TituloTabla_EXCEL10{
	position: -webkit-sticky;
	position: sticky;
	width: 10%;
	top: 0em;
 float: right;
	background: rgb(44, 127, 226, 0));
	text-align: center;
	font-size: 2.0em;
	margin: 0.35em auto 0.1em;
	font-weight: bold;
}

.grid-container {
  display: grid; /* This is a (hacky) way to make the .grid element size to fit its content */
  overflow: auto;
  height: 300px;
  width: 100%;
}
.grid {
  display: flex;
  flex-wrap: nowrap;
}
.grid-col {
  width: 150px;
  min-width: 150px;
}
.descripcion {
min-width: 25em;
white-space:nowrap;
}

.grid-item--header {
  height: 1.2em;
  min-height: 1.2em;
 
  position: -webkit-sticky;
  position: sticky;
  background: #2c7fe2;
  	font-size: 1.0em;
	margin: 0em auto 0.1em;
	font-weight: bold;
  top: 0;
}

.grid-col--fixed-left {
  position: sticky;
  left: 0;
  z-index: 9998;
  background: white;
}

.grid-col--fixed-left2 {
  position: sticky;
  left: 150px;
  z-index: 9997;
  background: white;
}

.grid-col--fixed-right {
  position: sticky;
  right: 0;
  z-index: 9998;
  background: white;
}

.grid-item {
  height: 3.0em;
  text-align: left;
  padding:0.4em;
  border: 1px solid gray;
}
.grid-item-Letra-Normal {
  height: 1.9em;
  text-align: left;
  padding: 0.3em;
  border: 1px solid gray;
}
.grid-item-Letra-Normal-derecha {
  height: 1.9em;
  text-align: right;
  border: 1px solid gray;
}

.grid-item-derecha {
  height: 1.9em;
  border: 1px solid gray;
  padding: 0.3em;
  text-align: right;
}


/*
#Subtitulo{
	widows: 100%;
}

#btnExportar{
	text-align:right;
}

#TotalVentas{
text-align: left;
}
*/
th {
	background-color: #4d84f5;

	text-align: left;

	color: #000000;

	font-weight: bold;

}

th_Totales {
	background-color: #4d84f5;

	text-align: left;

	color: #000000;

	font-weight: bold;

}


p {
margin:0;

}

th, td {
	padding: 0.3em;
}

.td-izquierdo{
	text-align: left;
}

.td-centro{
	text-align: center;
}

.td-derecho{
	text-align:right;
}

.col-borde-derecho{
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-width: thin;
}

.col-borde-izquierdo{
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-width: thin;
}

.col-borde-abajo{
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-width: thin;
}

.col-borde-derecho-azul{
	border-right-color: #1158f973;
	border-right-style: solid;
	border-width: thick;
}


.col-borde-izquierdo-azul{
	border-left-color: #1158f973;
	border-left-style: solid;
	border-width: thick;
}

.pagination {
	margin-top: 1em;
	overflow: auto;
	float: right;
	margin-left:auto;
}

.pagination a{
	border-radius: 0.4em;
	padding: 0.8em;
    background: #3C3C3C;
	color:white;
    display:inline-block;
    line-height:0.7em;
	margin: 0.2em auto;
}

.pagination a:link,.pagination a:visited,.pagination a:active {
    text-decoration:none;
}


.pagination b{
	border-radius: 0.4em;
	padding: 0.8em;
    background: #6B6B6B;
	color:#3C3C3C;
    display:inline-block;
    line-height:0.7em;
	margin: 0.2em auto;
}

#TablaPag > #PagMostrado{
	margin-top: 1em;
	margin-right: 0.6em;
	overflow: auto;
	float: right;
	margin-left:auto;
}

#TablaVacia{
	display: inline-block;
	min-height: 19.5em;
}

@media screen and (max-width: 600px) {

	#TablaVacia{
		min-height: 27em;
	}
	
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
	  
	position: absolute;
	top: -9999px;
	left: -9999px;
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	color: #3C3C3C;
		  
  }
	
  table td:last-child {
    border-bottom: 0;
  }
	
.td-izquierdo, .td-centro,.td-derecho {
	text-align: right;
}

.col-borde-izquierdo, .col-borde-derecho, .col-borde-abajo{
		border-left-style: none;
}	
	
}


.total > td{
	background-color:#ffffff;
	border-bottom: 0.1em solid #3C3C3C;
	border-top: 0.1em solid #3C3C3C;
	font-weight: bolder;
}

#TextoaBuscar {
  background-image: url('../imagenes/buscar-negro18x18.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 0px 12px 40px; /* Add some padding */
  box-sizing: border-box;
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

