body
{
	font-family:arial;
}

#panelPrincipal{
	
	padding: 50px, 50px, 50px, 50px;
	
}

#contenedorP {
	
	margin-left: 25px !important;
	
	top: 130px;
	width:calc(100% - 25px) !important ;
}

#fondoLogin{
	
	background-image: url("cube.png");
	
}

.modalproductos-content{
	
	color:white !important;
background: rgba(255, 255, 255, 0.06) !important;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important;
		border: 1px solid rgba(255, 255, 255, 0.3) !important;
		
		

}

.modalproductos-body{
	
	background-color: transparent ;
	
	
}

#modalProductos{
	
	background-color: transparent ;
	
}

.cardGlass{
	
	/* From https://css.glass */



/*height: 200px !important;*/

/*background-image: url("https://i.ibb.co/7GSYjDV/security-4390569-1280-jpg.jpg");*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 85%;
	height: 95%;
	
	border-radius: 5px;
	
color:white !important;
	  	background: rgba(254, 254, 254, .7) !important;
box-shadow: 4px 5px 14px -5px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 5px 14px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 14px -5px rgba(0,0,0,0.75)



	
}
.cardGlass > span >input{
	
	height: 30px;
	width: 10%;
	border:0;
	text-align:center;
	color:#3D9A0E;
	font-weight: bold;
	background: transparent;
	
	
}

.btnProd{
	
	
	border-radius:3px;
	position:relative;
	width: 90%;
	margin-top: 5px;
	margin-bottom : 5px;
	border:0;
	background-color: transparent;
/* 	box-shadow: 6px 7px 10px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 6px 7px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 7px 10px -5px rgba(0,0,0,0.75);
	color: dimgray; */
	height: 50px;

}

.btnProd:hover{
	
	
/*box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.75);*/
cursor: pointer;
color:  #1976d2 ;

-webkit-transform:scale(1.10);
-moz-transform:scale(1.10);
-ms-transform:scale(1.10);
-o-transform:scale(1.10);
transform:scale(1.10);

}



.imgProducto{
	
	
	height: 200px;
	width: 170px;
	border-radius: 5px;
	opacity: .9;
/*	
	box-shadow: 7px 8px 8px -6px rgba(0,0,0,.5);
	-webkit-box-shadow: 7px 8px 8px -6px rgba(0,0,0,.5);
	-moz-box-shadow: 7px 8px 8px -6px rgba(0,0,0,.5);*/
	
	margin-top: 10px;
	
	
}

.imgProducto:hover{
	
	
	opacity: 1;
/*box-shadow: 0px 0px 5px 2px rgba(86,101,115,1);
-webkit-box-shadow: 0px 0px 5px 2px rgba(86,101,115,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(86,101,115,1);*/


-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);
transform:scale(1.05);
	
	
}



.menuProductoDepto{
	

	width: 95%;
	background: rgba(255, 255, 255, 0.23);
	border-radius: 5px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9.8px);
	-webkit-backdrop-filter: blur(9.8px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	
	display: grid;
	grid-template-columns:repeat(5, 1fr);
	grid-gap: 1%;
	grid-auto-rows: 40px !important;
	
	position:fixed;
	

	
    z-index: 100;
	
}
.menuProductoDepto > span{
	
	align-self: center;
	justify-items:center;
	width: 100% !important;
	
}


.menuProductoDepto > span > button{

	width: 100% !important;
	
	
}
.menuProductoDepto > span > input{
	width: 100% !important;
	border-radius: 4px;
	height: 25px;
	padding: 1px;
	border-color: #6902ff;
	border-width: 2px;
	
}

.infoPv
{
	position:absolute;top:60px;
	height:55px;
	width:100%;
	left:0px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#8000ff;
	background: #ffffff;
	padding-top: 5px;
/* 	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); */
/* 	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);  */
/* 	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );	 */
}
.infoPv > ul
{
	position:absolute;font-size:16px;width:98%;left:50%;margin-left:-50%;
}

.headerPagina
{
	position:absolute;width:100%;left:0px;top:0px;margin:0px 0px 5px 0px;background-color:#4e8ed6;height:60px;
}
.contenedorPagina
{
	position:absolute;width:100%;top:130px;display:block; padding-top:2px;height:calc(100% - 150px) !important;margin-left: 3px;
}
/*@media only screen and (max-width: 1250px) and (min-width:1150px)
{
	.contenedorMenu
	{
		left:-180px;transition:left 0.15s;
	}
	.contenedorPagina
	{
		left:50%;margin-left:-550px;width:1100px;padding:10px 0px 0px 0px;
	}
	.menuHover
	{
		display:block;
	}
	.contenedorMenu:hover
	{
		left:0px;
	}
}*/
.menuHover
{
	position:absolute;width:100px;background-color:#ffffff;width:220px;border-radius:0px 5px 5px 0px; top:-40px;height:25px;padding:10px 5px 0px 0px;color:#400040;vertical-align:middle;display:table-cell;text-align:right;
}
.menuHover > a
{
	color:#400040 !important;
}

.item1{
	
	display: grid;
	grid-template-columns:repeat(3, 33%);
	grid-gap: 1%;
	
	
}
.pieVenta{
	
	position:absolute;
	top:calc(100% - 50px);
}
/*@media all and (min-width: 1249px)
{
	.menuHover
	{
		display:none;
	}
	.contenedorMenu
	{
		left:0px;
	}
	.contenedorPagina
	{
		left:180px;width:calc(100% - 200px);overflow:hidden;
	}
}*/


@media all  
{
	.contenedorPagina
	{
		position:absolute;width:100% !important;padding:5px 0px 0px 0px;
	}
	.contenedorMenu
	{
		left:-180px;transition:left 0.15s;
	}
	.contenedorMenu:hover
	{
		left:0px;
	}
	.listado
	{
		width:100%;
	}
	.infoPv > .bloque
	{
		position:relative;
		left:20px;
		margin:0px;
	}
	.tamLogo
	{
		width:200px;height: 50px;
	}
	
	.dashP{
	
		height: 30px ;
		
	}
	
	#botonesPago{
		margin-top: 10px;
		width: 98%;
		display: grid;
		grid-template-columns:repeat(6,16%);

  		grid-gap: 1%;
  		height: 45px !important;
		
	}
	
	#botonesPago > button{
		
		width:100%;
		font-size: 1.1em !important;
		color:#ffffff;
		background-color:rgb(108, 22, 205) ;
		border-color: rgb(108, 22, 205);
		
	}
	
	#botonesPago > button:hover{
		
		width:100%;
		
		color:#ffffff;
		background-color:rgb(108, 40, 254) ;
		border-color: rgb(108, 22, 254);
		
	}
	
	.login1Row {
	

	
		background-color:#ffffff!important;
	
	
	}
	
	.login1Celda > a > span:hover {
	

	
		color:#ffffff !important;
		background-color:rgb(108, 40, 254) !important;
		border-radius: 5px;
		height: 35px !important;
	
	}
	
	#modalImpresion{
	
	
		background: rgba(255, 255, 255, 0.06) !important;
	
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important;
		border: 1px solid rgba(255, 255, 255, 0.3) !important;
	  
	
	}
	
	#modalProductosPeso{

		background: rgba(255, 255, 255, 0.06) !important;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important;
		border: 1px solid rgba(255, 255, 255, 0.3) !important;

	}
	
	.optImpresora{
	
	  width: 50% !important;
	  position: absolute !important;
	  top: 50% !important;
	  left: 50% !important;
	  transform: translate(-50%, -50%) !important;
	  
	  color:white !important;
	  background: rgba(84, 179, 242, 0.50) !important;
	
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important;
		border: 1px solid rgba(84, 179, 242, 0.31) !important;
	  
	
	}
	
	
	.optProductosPeso{
	
		/*width: 50% !important;*/
	  	position: absolute !important;
	  	top: 50% !important;
	  	left: 50% !important;
	  	transform: translate(-50%, -50%) !important;
	  
	  	color:white !important;
	  	background: rgba(84, 179, 242, 0.50) !important;
	
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important;
		border: 1px solid rgba(84, 179, 242, 0.31) !important;
	}
	
	
	.headOptImpresora {
	
	background-color: transparent !important;
	color: purple !important;

	}
	
	.headProductosPeso {
	
	background-color: transparent !important;
	color: purple !important;

	}
	

	
	.footOptImpresora{
	
		background-color: transparent !important;
		
	}
	
	.footOptProductoPeso{
	
		background-color: transparent !important;
		
	}
	
	.bodyOptImpresora {
	
		/*display: inline !important;*/
		align-content: center;
		
	}
	
	.bodyOptProductosPeso {
	
		
		align-content: center;
		
	}
	
	#datosProductosPeso{
	
		
		width : 70%;
		grid-template-columns: 100% !important;
		grid-gap: 2px;
		height: auto;
		align-content:center !important;
	  	justify-content: center !important;
	
	}
	
	#datosProductosPeso > div{
	
		width: 80%;
		align-self: center;
  		justify-self: center;

	}
	
	#panelCatergoriaPeso {
	
		align-content: center;
		grid-template-columns: 33% 33% 33% !important;
		grid-gap: 2px;
		height: auto;
		width: 90%;
		align-content:center !important;
	  	justify-content: center !important;
		/*background-color: #ffffff;*/
	
	}
	
	#panelProductosPeso {
	
		align-content: center;
		grid-template-columns: 33% 33% 33% !important;
		grid-gap: 2px;
		height: auto;
		width: 90%;
		align-content:center !important;
	  	justify-content: center !important;
		/*background-color: #ffffff;*/
	
	}
	
	#panelImpresoras{
	
		display: grid !important;
		grid-template-columns: 20% 25% 25% 10% 10% !important;
		align-content:center !important;
	  	justify-content: center !important;
		grid-gap: 2px;
		height: auto;
		color: indigo;
		width: 90% ;
	
	
	}
	
	#ajaxMini{
	
		width:auto;  border-radius:10px; position: absolute; margin-left: -50%;
		left:50%; 
		top:50%; 
		transform: translate(-50%, -50%);
		margin:0px 0px 0px 0px; 
		border-radius:10px; 
		display:none;
		
	}
	
	#prod > div {
	
		display: grid;
		justify-items: center;
	
	
	}
	
	
	.muestraCantidad {
	
		width: 98%;
		text-align: right;
		font-size: 1.3em;
	}
	
	#opcionesCfdiPanel {
	
		display: grid !important;
		grid-template-columns: 25% 20% 15% 20% 20%  !important;
		grid-auto-rows: 27px;
		align-content:center !important;
	  	justify-content: center !important;
		/*grid-gap: 1%;*/
		height: auto;
		color: indigo;
		width: 100% ;
	
	
	
	}
	
	.codigoCfdi {
	
		display: grid !important;
		grid-template-columns: 30% 35% 35% !important;
		grid-auto-rows: 27px;
		align-content:center !important;
	  	/*justify-content: center !important;*/
		/*grid-gap: 1%;*/
		height: auto;
		color: indigo;
		
	
	
	
	}
	
	.accionesCfdi {
	
		display: grid !important;
		grid-template-columns: 20% 15% 20% 20% 10%  !important;
		grid-auto-rows: 30px;
		align-content:center !important;
	  	/*justify-content: center !important;
		grid-gap: 1%;*/
		height: auto;
		color: indigo;
		
	
	
	}
	
	#opcionesCfdiPanel > div {
	
		padding-bottom: 5px !important;

	}
	
	.modalConcepto {
	
		/*height: auto !important;*/
	
	}
	
}


@media (min-width:50px) and (max-width:1024px){
	
body{

    font-size:12px !important;

}

.optImpresora{
	
	  width: 95% !important;

}

#panelImpresoras{
	
	 width: 98% !important;
	
}

/* .ajax
{
	width:auto; 
	height:auto;  
	border-radius:10px; 
	position: absolute; 
	margin-left: -50%;
} */

.ajax
{
	
	clear:both; 
	position:fixed; 
	 
	 
	z-index:12; 
	padding:10px; 
	background-color:#FFFFFF; 
	z-index:11; 
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	margin:0px 0px 0px 0px; 
	border-radius:10px; 
	display:none;
	
}

.ajaxMini
{
	width:auto; height:auto;  border-radius:10px; position: absolute; margin-left: -50%;

}




.ocultaE {
  display: none !important;
}

.anchoProducto{
	
	width:200px ;
	
}

.anchoCantidad{
	
	width:60px ;
	
}
.anchoUnidad{
	
	width:60px ;
	
}
.anchoIcono{
	
	width:20px;
	font-size: 14px !important;
	
}



.contenedorPagina
{
	/*margin-left: 5px !important;*/
	/*font-size:8px !important;*/
	width:100% !important;
	margin-right: 10px !important;
	margin-left: 5px !important;
		top: 130px;
		width:calc(100%-2px) !important;
}

.alinearN >li {
	
	display: block !important;
	width:100px !important;
	padding: .5em 1em;
}
.anchoW{
	
	width: 100% !important;
}

.divListar{
	
	height: auto !important;
	
}
.divLista > li {

	  display: flex !important;
	  flex-direction: column;
	  width: 100%  !important;
      
      height: auto !important;

  
}
.aliN{ 
	
	width: 90%;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: .2em .2em;
       
}
.aliN > .btnM{
	font-size: 1.75em !important;
}

.aliN > .dashP {
		font-size: 2em !important;
		 vertical-align: middle;
	}

.aliN > div > .btnM{
	font-size: 12px !important;
	height: 25px !important;
	margin-left: 2px !important;
}

.aliN > .btnM1{
	height: 35px !important;
	font-size: 12px !important;
	text-align: justify !important;
	}
	
.aliN > a > i {
	
	font-size: 1.6em !important;
	
}

#detalleVenta > ul > li > a > i {
	
	font-size: 1.7em !important;

	color: indigo;
	
}
	
.btnMovil {
	height: 35px !important;
	font-size: 1.4em !important;
	text-align: center !important;
	}
	

	
/* #ventaPrevia1 {

	width: 97% !important;

	top: 40% !important;

} */

#ajax1 {
	
	width: 95%;

}

.gridMovil  > li{
	
	width:100% !important; 
	height: 25px;
	align-content:center;
}

.gridMovil  {
	
	display: grid !important;
   	grid-template-columns:42% 5% 7% 10% 14% 5% 15%;
   /*	grid-template-columns:45% 15% 15% 15% ;
  	grid-gap: 10px;*/
  	grid-gap: 1%;
  	/*grid-auto-rows: 20px;*/
  	grid-auto-rows: 35px !important;

  	/*align-content:center;*/
  	height: 38px;
  	
	
}

.gridMovilP  > li{
	
	width:100% !important;
	font-size: 14px !important; 
	
}

.gridMovilP  {
	
	display: grid !important;
   	grid-template-columns:5% 50% 15% 15% ;
  	grid-gap: 10px;
  	grid-auto-rows: 20px;
  	height: 50px;
  	
	
}


.gridMovil2  {
	
	display: grid !important;
   	grid-template-columns: repeat(2, auto) !important;
  	grid-gap: 10px !important;
  	grid-auto-rows: 30px !important;
  	height: 60px !important;
  	
  	
}



.gridMovil2  > li{
	
	vertical-align:middle !important;
	 text-align:center !important;
}

.gridMovil3  {
	
	display: grid !important;
   	grid-template-columns: repeat(3, auto) !important;
  	grid-gap: 10px !important;
  	grid-auto-rows: 20px !important;
  	height: 45px !important;
  	
  	
}

.movil-pago  {
	
	display: grid !important;
   	grid-template-columns: 100% !important;
  	grid-gap: 10px !important;
  	grid-auto-rows: max-content !important;
  	height: auto !important;
  	overflow: hidden;
  	
}

.movil-pagoBoton {
	
	display: grid !important;
   	grid-template-columns: 50% 50% !important;
  	grid-gap: 10px !important;
  	grid-auto-rows: max-content !important;
  	height: auto !important;
  	overflow: hidden;
	
	
}

.movil-pago > div {
	
	width: 50% !important;
	justify-content: center;
  	align-items: center;	
}

#panelDatos {
		
	height: 100% !important;
	width: 100% !important;
	overflow: hidden;
	overflow-y: scroll;
		
}

#ajax1 > ul > li{
	
	display: flex !important;
	flex-direction: row;
	justify-content: space-evenly;
	
}

.pvListHead {
	
	display: grid !important;
   	grid-template-columns: repeat(2,50%) !important;
  	grid-gap: 10px !important;
  	grid-auto-rows: max-content !important;
  	height: auto !important;
	
}



.txtSucursal > li > span{
	
	font-size:12px !important;
	
}

/*#listado1 > ul{
	
	display: grid !important;
   	grid-template-columns: repeat(2, auto) !important;
  	grid-gap: 10px !important;
  	grid-auto-rows: max-content !important;
  	height: auto !important;
	
}


/*
.listado > ul > li {
	
	
	font-size:15px ;
	/*height:35px !important;
	
}*/

.letraMetodo{
	
	font-size:12px !important;
	height:20px !important;
	
}

.selMovil {
	
	/*font-size: 1.2em !important;*/
	color: white;
	background-color: indigo;
	width: 100% !important;
	border-radius: 5%;
	padding: 2px;
	/*padding-top: 5px !important;
	display: inline-block;*/
	
}


			
	
.pieVenta{
	
	/*position:relative !important;
	top: 100% !important;*/
	position: relative !important;
	top: calc(100%-55px) !important;
}

.seccTotal{

    text-align: center !important;
}

.tamLogo
{
	width:200px;height: 50px;
}

#cate, #prod {



	display: grid;
   	grid-template-columns:49%  49%  !important;
  	grid-gap: 1%;
  	grid-auto-rows: 52px !important;
	/*grid-auto-rows: 260px !important;*/

}


#deptos  > h1{
	
	height: 60px;
}




#prod {



	display: grid;
   	grid-template-columns:repeat(3, 32%) !important; 
  	grid-gap: 1%px;
  	/*grid-auto-rows: 52px !important;*/
	grid-auto-rows: 295px !important;

}

#detalleVenta{

	/*height: calc(100%-190px) !important;*/
	
}

.btnLog, .userLog{
	
	width: 50% !important;
	font-size: 20px !important;
	padding: 5px 0px 5px 0px;
	margin-left: 7px;
	
}

.userLog{
	
	width: 50% !important;
	font-size: 16px !important;
	padding: 3px 0px 3px 0px;
	padding-left: 5px !important;
	
}

.infoLog{
	
	padding-top: 20px !important;
	padding-left: 5px !important;
	text-align: center;
	
}

.ajaxMini2 {
	
	width: 90% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
	margin: auto;
	
	
}
.ajaxMini2 > select {
	
	min-width: 50px !important;
	width:150px !important;
}

.ajaxMini2 > div > ul > li > input {
	
	min-width: 50px !important;
	width:150px !important;
	
}

#saldoInicialCajaUser{
	
	width:100px;
	min-width: 50px
	
}

#encabezadoPv{
	
	/*height: 103px !important;*/
padding-bottom: 2px;
}

#contenedorP {
	
	top: 170px;
}



#iconosMenu0 {
	
	height: 90px !important;
	
}

#controlVista {
	
	display: none;
}

#iconosMenu3 {
	
	display: grid;
   	grid-template-columns:5% 90% 5% !important;
  	grid-gap: 10px;
  	grid-auto-rows: 30px;
	align-content:center;
  	justify-content: center;
	
	
}

.contenedorPV > .acciones {
	

  	grid-auto-rows: 30px !important;
  	align-content:start;

  	
}

.contenedorPV > .acciones2 {
	
	display: grid;
   	grid-template-columns: repeat(4,24%)  !important ;
  	grid-gap: 1%;
  	grid-auto-rows: 47px !important;
  	/*grid-auto-rows: 23px !important;*/

  	align-content:start;
  	padding-top: 10px;
	
}

.dashP{
	
	height: 40px !important;
}

.dashP > i {
	
	font-size: 2.5em !important;
	
}


.contenedorPV > .acciones1 {
	
	height: 100% !important;
}

.contenedorPV {
	
	display: grid;
   	grid-template-columns:100% !important;
  	grid-gap: 30px;
  	/*grid-auto-rows: 40px;*/
  	grid-auto-rows: max-content !important;
	align-content:center;
  	justify-content: start;
  	width: 100% !important;
  	height: auto !important;
  	/*height: 800px !important;*/
		  	
  	
}

.liPv{
	
	display: flex !important;
    align-content: center;
    flex-direction: column;
    height: auto !important;
    
}




.menuIconPV{ 
	
	display: grid;
   	grid-template-columns:  repeat(20,4%)  !important;
  	grid-gap: 1%;
  	/*grid-auto-rows: 10px;*/
  	grid-auto-rows: max-content !important;
	align-content:center !important;
  	justify-content: center !important;
	height: auto;
	width: 75% !important;

}

.menuIconPV > a > i{ 
	
	font-size: 18px !important;
	
}

.acciones1{
	
	
	height: 35px;
}

.acciones  > div > button {
	
	font-size: 1em !important;
	
	height: 40px !important;
}

.acciones2  > div > a > i {
	
	font-size: 1.5em ;
	
}

.acciones2  > div > button {
	
	font-size: 1em !important;
	
}

#cate ,#cateT {
	

	display: grid;
   	grid-template-columns:auto auto !important ;
  	grid-gap: 5px;
  	grid-auto-rows: 35px;

  	
}

.gridT{
	

	
	display: grid;
   	grid-template-columns:auto auto !important ;
  	grid-gap: 5px;
  	grid-auto-rows: 35px;

  	
}

#productosDepto {
	
	display: grid;
   	grid-template-columns:100% !important ;
  	grid-gap: 5px;
  	grid-auto-rows: 70px;
  	overflow-y: scroll;
	
}

.menuProductoDepto{

	width: 100%;
  position: fixed;
  z-index: 100;
	background: rgba(255, 255, 255, 0.23);
	border-radius: 5px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9.8px);
	-webkit-backdrop-filter: blur(9.8px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	
	display: grid;
	grid-template-columns:repeat(5, 20%);
	grid-auto-rows: 35px !important;

	
}
.menuProductoDepto > span{
	
	align-self: center;
	justify-self: center;
	width: 98% !important;
}

#contenedorP {
		margin-left: 5px !important;
		top: 130px;
		width:calc(100%-5px) !important;
		
	}
	


.cardGlass{
	

	width: 95%;
}


.cpdigoCfdi {
	
		
		grid-template-columns: 33% 33% 33%  !important;
	grid-auto-rows: 40px !important;
	
	
	}




}



@media only screen and (min-width : 320px) and (max-width : 652px)
{
	#prod  {
		
	
		width: 98%;
		display: grid;
	   /*	grid-template-columns:auto auto auto auto ;*/
	   grid-template-columns:repeat(2, 1fr) !important; 
	   
	  	/*grid-gap: 1%;*/
	  	grid-auto-rows: 295px;
	  	
  		position: relative;
	  	top: 100px;

	  
	  	
	}
	
	#prod > div {
	
		display: grid;
		justify-items: center;
	
	
	}
	
	
	.contenedorPV > .acciones2 {
	
		display: grid;
	   	grid-template-columns: repeat(3,31.8%)  !important ;
	  	grid-gap: 1%;
	  	grid-auto-rows: 35px !important;
	  	/*grid-auto-rows: 23px !important;*/
	
	  	align-content:start;
	  	padding-top: 10px;
	
	}
	
	.menuProductoDepto{
	
		
		
		display: grid;
		grid-template-columns:repeat(3, 33.33%);
		grid-auto-rows: 35px !important;

	
	}
	.gridMovil  {
	
		display: grid !important;
		
		/*grid-template-rows: 50% [Line1] 50% [Line2];*/
	  
	   	/*grid-template-columns:45% 15% 15% 15% ;*/
	   	grid-template-columns:15% 20% 15% 20% 15% 10% ;
	   	
	   	grid-template-areas:
	    "area1 area1 area1 area1 area1 area1"
	    "area2 area3 area4 area5 area6 area7";
    
	  	/*grid-gap: 10px;*/
		
	  	grid-auto-rows: 25px;
	  	
	  	height: 55px;
	  	
	  	letter-spacing: -1px;
  	
	}
	
	.anchoProducto{
		grid-area:  area1 ;
		
	}
	.anchoCantidad{
		grid-area:  area2 ;
	}
	.unidadM{
		
		grid-area:  area3 ;
	}
	
	.CamPrecio{
		
		grid-area:  area4 ;
	}
	
	.CamImporte {
		
		/*grid-area:  area8 ;*/
		grid-area:  area5 ;
		
	}
	
	.PorDecuento {
		
		/*grid-area: area7;*/
		grid-area: area6;
		
	}
	
	.anchoIcono {
		
		/*grid-area: area6;*/
		grid-area: area7;
	}
	
	.anchoCantidad > a{
		
		display: inline-block;
		width: 100% !important;
		background-color:rebeccapurple;
		border-radius: 3px;
		color:#ffffff;
		font-weight: bold;
		/*padding-right: 2px;*/
		
				
		
	}
	
	.anchoCantidad > a:hover{
		
		
		background-color:rebeccapurple;
		font-size: 1.1em;
		color:#ffffff;
		
		
	}
	
	.anchoCantidad > a > span{
		
		padding-right: 2px;
		
	}
	
	.anchoUnidad > a {
		
		display: inline-block;
		width: 100% !important;
		
		
		
	}
	
	.movil-pago > div {
	
		width: 100% !important;
		
	}
	
	.movil-pagoBoton {
	
		display: grid !important;
	   	grid-template-columns: 100% !important;
	  	grid-gap: 10px !important;
	  	grid-auto-rows: max-content !important;
	  	height: auto !important;
	  	overflow: hidden;
	
	}
	#ventaPrevia1 {
		
		width: 92% !important;
		height: 90% !important;
	}
	
	.menuIconPV{ 
	
		display: grid;
	   	grid-template-columns:  repeat(10,9%)  !important;
	  	grid-gap: 1%;
	  	/*grid-auto-rows: 10px;*/
	  	grid-auto-rows: max-content !important;
		align-content:center !important;
	  	justify-content: center !important;
		height: auto;
		width: 75% !important;

	}
	
	#contenedorP {
		margin-left: 5px !important;
		top: 130px;
		width:calc(100%-2px) !important;
		
	}
	
	.menuProductoDepto{
	

		
	display: grid;
		grid-template-columns:repeat(2, 48%);
		grid-auto-rows: 35px !important;
		grid-gap: 3px;

		justify-content: start !important;

		
	}
	
	.menuProductoDepto > span{
	
		align-self: center;
		justify-self: center;
		width: 98% !important;
	}
	
	.dashP{
	
		height: 30px !important;
	}

	.dashP > i {
		
		font-size: 1.3em !important;
		
	}
	
/*	#ventaPrevia1{
	
		height: 99% !important;
		width: 96% !important;
		top: 1px !important;
		margin: 0px  0px 0px 0px!important;
		left: 0% !important;
		position: fixed !important;
		
	
	}*/
	
	.lineaProducto{
	
/*		display: grid !important;
	   	grid-template-columns: repeat(2, auto) !important;
	  	grid-gap: 10px !important;
	  	grid-auto-rows: max-content !important;
	  	height: auto !important;*/
	  	display: grid !important;
		
		/*grid-template-rows: 50% [Line1] 50% [Line2];*/
	  
	   	/*grid-template-columns:45% 15% 15% 15% ;*/
	   	grid-template-columns:8% 20% 20% 20% 15% 15% ;
	   	
	   	grid-template-areas:
	    "area1 area1 area1 area1 area1 area1"
	    "area2 area3 area4 area5 area6 area7";
    
	  	grid-gap: 1%;
		
	  	grid-auto-rows: 27px;
	  	
	  	height: 55px;
	  	
	  	letter-spacing: -1px;
	  	
		
	}
	
	.productoP{
		font-stretch: condensed;
		width: 100% !important;
		grid-area: area1;
		
	}
	
	.inventarioP{
		
		width: 100% !important;
		grid-area: area2;
		
	}
	
	.existenciaP{
		
		width: 100% !important;
		grid-area: area3;
		
	}
	
	.existenciaP > a > span{
		
		display: inline-block;
		width: 100% !important;
		background-color:rebeccapurple !important;
		border-radius: 3px;
		color:#ffffff;
		/*font-weight: bold;*/
		font-size: 16px !important;
		padding: 0px;
		padding-right: 3px !important;
		
	
		
	}
	

	
	.precioP > a > span{
		
		display: inline-block;
		width: 100% !important;
		background-color:rebeccapurple !important;
		border-radius: 3px;
		color:#ffffff;
		/*font-weight: bold;*/
		padding: 0px;
		font-size: 16px !important;
		padding-right: 3px !important;
	
		
	}
	
	.precioP{
		
		width: 100% !important;
		grid-area: area4;
	
	}
	
	.codigoP {
		
		width: 100% !important;
		grid-area: area5;
		
	}
	.codintP{
		
		width: 100% !important;
		grid-area: area6;
		
	}
	
	.invP {
		
		width: 100% !important;
		grid-area: area7;
		
	}

	.listado > ul > li {
		
		
		font-size:15px ;
		/*height:35px !important;*/
		
	}
	
	#listado1{
		
		height: 500px !important;
		
	}
	
	#detalleVenta{
		
		height: 800px !important;
		
	}
	
	#ajax1{
		
	
    width: 96% !important;
    
    margin: 0px 0px 0px 0px !important;
    
    position: fixed !important;
		
		
	}
	
	#opcionesCfdiPanel {
	
	
		grid-template-columns: 50% 50%  !important;
		grid-auto-rows: 35px;
	
	
	}
	
	
	.codigoCfdi {
	
		grid-template-columns: 50% 50% !important;
		
		grid-auto-rows: 40px !important;
		
	}
	
	.accionesCfdi {
	
		grid-template-columns: 50% 50% !important;
		
		
		
	}
	
	.noneItem {
	
		display: none;
	
	}
	
	.visibleItem {
	
		display: blok;
	
	}
	
	#opcionesCfdi {
	
		display: inline !important;
	
	}
	
	.modCfdiD1 {
	
		display: grid;
		grid-template-columns: 48% 48%;
		/*grid-auto-rows: 35px !important;
		grid-gap: 3px;

		justify-content: start !important;*/
	
	
	}
	.modCfdiD2 {
	
		display: grid;
		grid-template-columns: 100% ;
		/*grid-auto-rows: 35px !important;
		grid-gap: 3px;

		justify-content: start !important;*/
	
	
	}
	
	#descripcion{
	
	width: auto !important;
	
	}
	
	#cadClaveSat{
	
	width: auto !important;
	
	}
	
	.modalConcepto {
	
	
	height: auto !important;
	
	
	}
	
	.modalPreCfdi{
	
	width: 98% !important;
	
	}
	
	#ajaxMini {
	
	width: 98% !important;
	
	
	
	}
	
	#condicionesPago {
	
	width:  auto !important;
	
	
	}
	
	#leyenda {
	
	width:  auto !important;
	
	
	}
	
	#ajaxCfdiRelacionados {
	
	width: 98% !important;
	height: auto !important;
	
	
	
	}
	
	#ajaxNotarios{
	
	width: 90% !important;
	height: 80% !important;
	
	}
	
	#ajaxMini{
	
		height: 80% !important;
	
	}
		

	
	
}


@media only screen and (orientation: landscape) and (max-height: 500px) {
 
  
  .detalleVenta {
	  
	  height: 390px;
	  
  }
  

  
  #encabezadoPv{
	  
	  display: none !important;
  }
  
  #contenedorMenu1{
	  
	  top: 50px !important;
	  
  }
  
  #contenedorP{
	  
	  top: 60px !important;
	  
	  
  }
  
  .movil-pago{
	  
	grid-template-columns: repeat(3, 33%) !important;
	
	  
  }
  .movil-pago > div{
	  
	width: 90% !important;  
	  
  }
  
  #ventaPrevia1 {
	  
	  /*top: 70% !important;*/
	  height: 90% !important;
	  top: 80% !important;
	 /*left: 50% !important;*/
	 
  }
  
  
}

@media only screen and (min-width : 1025px) 
{
	#detalleVenta{
	
		max-height: 390px;
	
	}
	
}

@media only screen  and (max-height: 768px)
{
	#detalleVenta{
	
		max-height: 300px !important;
	
	}
	
}



@media only screen  and (min-height: 769px)  and (max-height: 1050px)
{
	#detalleVenta{
	
		max-height: 490px !important;
	
	}

	
}







@media only screen and (min-width : 653px) and (max-width : 1024px)
{
	.contenedor1024{
		
		display: grid !important;
		grid-template-columns:30% 69%;
		align-content:start !important;
	  	justify-content: start !important;
		grid-gap: 2px;
		height: 100%;
		/*height: calc(100%-170px) !important;*/
		
	}
	
	.contenedorPV {
		
		align-content:start !important;
	  	justify-content: start !important;
	  	height: 800px !important;
		
	}
	
	.contenedorPV > .acciones2 {
	
		display: grid;
	   	grid-template-columns: repeat(2,49%)  !important ;
	  	grid-gap: 1%;
	  	grid-auto-rows: 43px !important;
	  	/*grid-auto-rows: 23px !important;*/
	
	  	align-content:start !important;
	  	justify-content: start !important;
	  	padding-top: 10px ;
	
	}
	
	.contenedorPV > .acciones {
	
		display: grid;
	   	grid-template-columns: 20% 36% 19% 19%  !important ;
	  	grid-gap: 1%;
	  	grid-auto-rows: 43px !important;
	  	/*grid-auto-rows: 23px !important;*/
	
	  	align-content:start;
	  	padding-top: 10px;
	
	}
	

	.dashP > i {
		
		font-size: 1.5em !important;
		
	}
	
	#cTotal1{
	
		display:none;
	
	}
	
	#total1024{
	
		display: inline !important;
	
	}
	
	.conenedorCerificado{
		
		display: grid;
	   	grid-template-columns: repeat(2,49%)  !important ;
	  	grid-gap: 1%;
	  	grid-auto-rows: 43px !important;
	  	/*grid-auto-rows: 23px !important;
	
	  	align-content:start !important;
	  	justify-content: start !important;
	  	padding-top: 10px ;*/
	
	}
	
	#contenedorNotifT{
	
		align-content:end !important;
	  	justify-self:end !important; 
	  	
	}
	
	.anchoProducto >a {
	
	letter-spacing: -1px;
	
	
	}
	.anchoProducto  {
	
	overflow: hidden !important;
    white-space: initial !important;
    height: auto !important;
	
	
	}
	.anchoCantidad >a {
	
	letter-spacing: -1px;
	
	}
	.anchoUnidad >a {
	
	letter-spacing: -1px;
	
	}
	
	.gridMovil{
	
		height: 38px;
		grid-template-columns: 40% 7% 10% 10% 14% 5% 10%;
		
	}
	
/* 	#ventaPrevia1{
	
		height: auto !important;
		width: 98% !important;
		top: 1px !important;
		margin: 0px  0px 0px 0px!important;
		left: 0% !important;
		position: fixed !important;
		
	
	} */
	
	#ajax1{
	
		height: 98% !important;
		width: 98% !important;
		margin: 0px !important;
		position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
	}
	
	.ajax{
	
		height: 90% !important;
		width: 85% !important;
	}
	
	.listado {
		
		height: 500px !important;
		
		
	}
	
	#detalleTemporal{
		
		height: auto !important;
		
	}
	
	#divPendientes{
		
		height: 300px !important;
		
	}
	
		.pvListHead {
	
		display: flex !important;
   	
	
	}
	
	.movil-pagoBoton {
	
		display: grid !important;
	   	grid-template-columns: repeat(5,19.5%) !important;
	  	grid-gap: 5px !important;
	  	grid-auto-rows: max-content !important;
	  	height: auto !important;
	  	overflow: hidden;

	}
	
	.existenciaP > a >span {
		
		display: inline-block;
		
		
	}
	
	.precioP > a >span {
		
		display: inline-block;
		
		
	}
	
	#opcionesCfdiPanel {
	
	
		grid-template-columns: 33% 33% 33% !important;
	
		grid-auto-rows: 40px;
	
	}
	
		.accionesCfdi {
	
		
		grid-template-columns: 33% 33% 33%  !important;

	
	
	}
	
	.codigoCfdi {
	
		
		grid-template-columns: 33% 33% 33%  !important;
	grid-auto-rows: 40px !important;
	
	
	}
	
	#contenedorCfdi{
	
	height: auto !important;
	
	
	}
	
	
	
	
}
/*
@media (min-width:1025px) and (max-width:1081px) {
	

	
	.divListar{
		
		height: auto !important;
		
	}
	.divLista > li {

	  display: flex !important;
	  flex-direction: column;
	  width: 100%  !important;
      
      height: auto !important;

  
	}
	.ocultaE {
  		display: none !important;
	}

	.aliN { 
		
		width: 90%;
		display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    padding: .2em .2em;
	       
	}
	.aliN > .btnM {
		font-size: 1.3em !important;
	}
	
	
	.aliN > div > .btnM{
		font-size: 1.3em !important;
		height: 25px !important;
		margin-left: 2px !important;
	}
	
	.aliN > .btnM1 {
		height: 30px !important;
	}	


	.txtcant{
		
		width:20% !important;
		
	}
	
	.txtcodi{
		
		width:50% !important;
		
	}
	.btnPeso{
		
		width:20%!important;
		
	}
	.anchoW{
	
		width: 100% !important;
	
	}
	
	.txtSucursal{
	
	font-size:12px !important;
	
}
	
	.letraMetodo{
		
		font-size:8px !important;
		height:20px !important;
		
	}
	
	.listado > ul > li {
		
		font-size: 16px !important;
		height: 30px !important;
		
	}
	
	.gridMovil3  {
	
		display: table-cell;

	}
	

	
	.gridMovil  {
	
		display:grid !important;
	   	grid-template-columns:400px 100px 100px 100px !important;
	  	grid-gap:10px;
	  	grid-auto-rows:20px;
	  	height:50px;
	  	background-color: red;
  	
	
	}
	

	


}*/




  /*@media only screen and (min-width: 768px) {
 For desktop: 
  .coln-1 {width: 8.33%;}
  .coln-2 {width: 16.66%;}
  .coln-3 {width: 25%;}
  .coln-4 {width: 33.33%;}
  .coln-5 {width: 41.66%;}
  .coln-6 {width: 50%;}
  .coln-7 {width: 58.33%;}
  .coln-8 {width: 66.66%;}
  .coln-9 {width: 75%;}
  .coln-10 {width: 83.33%;}
  .coln-11 {width: 91.66%;}
  .coln-12 {width: 100%;}
  
  
 
}*/

.contenedorMenu
{
	margin-top:2px;
    margin-left:0px;
	position:absolute;/*background-color:#1A1b6f;*/background-color:#ffffff;width:180px;font-weight:bold;font-size:14px;z-index:4;
	
}

#contenedorMenu {
	
	
	opacity: 0.7;
	
}

.contenedorMenu > .menu
{
	
	margin:0px;padding:0px;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
	border-radius: px 0px 5px 5px;
}
.contenedorMenu > .menu > li
{
	list-style:none;padding:0px 0px 0px 10px;border-style:solid;border-width:0px 0px 0px 0px;border-color:#ffffff;
}
.contenedorMenu > .menu > li > a
{
	color:#400080;text-decoration:none;display:block;padding:7px 0px 7px 0px;
	font-size:12px;
}
.contenedorMenu > .menu > li > a > span
{
	width:180px;font-size:12px;padding:5px 0px 15px 0px;
}
.contenedorMenu > .menu > li:hover
{
	background-color:#07709e;
	border-color:#07709e;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
}
.contenedorMenu > .menu > li:hover > a 
{
	color:#ffffff;
}

.contenedorMenu > .menu > li > div
{
	display:none;position:absolute;left:180px;background-color:#ffffff;margin:-30px 0px 0px 0px;width:200px;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
	border-radius: 0px 0px 10px 10px;
}
.contenedorMenu > .menu > li > div > ul
{
	margin:0px;padding:0px;
}
.contenedorMenu > .menu > li > div > ul > li
{
	list-style:none;padding:0px 0px 0px 10px;border-style:solid;border-width:0px 0px 1px 0px; border-color:#ffffff;
}
.contenedorMenu > .menu > li > div > ul > li > a
{
	display:table-cell;height:30px;width:180px;vertical-align:middle;color:#400080;text-decoration:none;font-size:12px;
}
.contenedorMenu > .menu > li > div > ul > li:hover
{
	background-color:#07709e;
	border-color:#07709e;
	color:#ffffff;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
}
.contenedorMenu > .menu > li > div > ul > li:hover > a
{

	color:#ffffff;
}
.contenedorMenu > .menu > li:hover > div
{
	display:block;
}
.espacio {
	margin-left:  3px  !important;
}
hr {

	box-shadow: 2px 2px 2px 1px rgba(82, 10, 142, 0.3);
}
a:hover
{
	 font-weight: bold;
	color:#044e6c;
	

}
a:hover i
{
	
	
	transform: scale(1.2);
	transition: all 0.5s;
	display: inline-block;
}

.ajaxMini2{
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}
.ajaxMini{
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}
.ajax {
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
	
}
.ajaxMiniMobile{
	box-shadow:  0px 0px 15px  rgba(0, 0, 0, 0.8);
}

.swal2-popup{
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}

.modalp {
	
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  /*padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /* overflow: auto; Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 
}

/* Modal Content */
.modalp-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
}

.modalDatos-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
  	left:0px !important;
	 width:60% !important;
	 position: absolute !important;
	 top: 50% !important;
	 left: 50% !important;
	 transform: translate(-50%, -50%) !important;
}

.modalproductos-content {
	
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
  
}

.datos-grid {
	
	padding-top: 5px;
	display: grid;
	width: 80%;
	
}

.datos-grid  > select{
	
	padding-left: 8px;
	font-size: 16px;
	color: rgb(82, 10, 142);
	
}

.datos-grid  > input{
	
	padding-left: 8px;
	font-size: 14px;
	color: rgb(82, 10, 142);
	
}

.datos-grid  > label{
	
	
	font-size: 14px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	
}


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.closep {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closep:hover,
.closep:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalp-header {
  padding: 2px 16px;
  background-color: #1d9ed2;
  color: white;
  border-radius: 15px 15px 0px 0px;
}



.modalp-body {
	
	display: flex;
  	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px ;

	
}

.modalproductos-body {

/*position: relative;*/
/*	align-items: center;*/
/*	padding: 10px ;*/
	/*height: auto !important;
	
	overflow-y:scroll;*/
	
	
}

#deptos {
	
	align-items: center;
}

#cate ,#cateT {
	

	
	display: grid;
   	grid-template-columns:auto auto auto auto ;
  	grid-gap: 8px;

  	/*grid-auto-rows: 45px;*/

  	
}

#cate > div{
	

	
	display: grid;
   	grid-template-columns: 1fr;
  	
justify-items:center;
  	/*grid-auto-rows: 45px;*/

  	
}

#cate > button{
	
	height: 50px !important;
}

#prod  {
	

	width: 100%;
	display: grid;
   /*	grid-template-columns:auto auto auto auto ;*/
   grid-template-columns:repeat(5, 1fr); 
   
  	grid-gap: 1%px;
  	grid-auto-rows: 295px;

  	
}



.gridT{
	

	
	display: grid;
   	grid-template-columns:auto auto auto auto ;
  	grid-gap: 12px;
  	grid-auto-rows: 35px;

  	
}

#prodTiempo{
	
	
	display: grid;
   	grid-template-columns:1fr 2fr;
  	grid-gap: 12px;
  	grid-auto-rows: 50px;
  	
  	
}

.prodList{
	
	
	display: grid;
   	grid-template-columns:10% 15% 40% 10% 15% 10%;
  	grid-gap: 12px;
  	grid-auto-rows: 20px;
  	
  	
}

.contenedorPV {
	
	display: grid;
   	grid-template-columns:34% 40% 23%;
  	grid-gap: 10px;
  	/*grid-auto-rows: 40px;*/
	align-content:center;
  	justify-content: start;
  	/*height: auto !important;*/
  	
}

#iconosMenu3 {
	
	display: grid;
   	grid-template-columns:25% 50% 25%;
  	grid-gap: 5px;
  	grid-auto-rows: 20px;
	align-content:center;
  	justify-content: start;
	
	
}

.menuIconPV{
	
	
	display: grid;
   	grid-template-columns:repeat(20,4%);
  	grid-gap: .5%px;
  	grid-auto-rows: 20px;
	align-content:center;
  	justify-content: start;
	
}

.menuIconPV > a > i{ 
	
	font-size: 20px !important;
	
}

.contenedorPV > .acciones {
	
	display: grid;
   	grid-template-columns: 20% 44% 15% 15%  ;
  	grid-gap: 2%;
  	grid-auto-rows: 60px;
  	align-content:start;

  	
}



.contenedorPV > .acciones2 {
	
	display: grid;
   	grid-template-columns: 23% 23% 22% 22%   ;
  	grid-gap: 1%;
  	/*grid-auto-rows: 40px;*/
  	align-content:start;

  	
}

.contenedorPV > .acciones1 {
	
	display: grid;
   	grid-template-columns: 98%  ;
  	grid-gap: 10px;
  	grid-auto-rows: 25px;
  	justify-content: end;
	width: 98% !important;
	justify-items: end;
  	
}

#prodTiempo > .coolinputT{
	
	width: 98% !important;
	
	
}

.prodList > div > input{
	
	width: 98% !important;
	font-weight: normal ;
	color:rgb(0, 0, 0);
	font-family: sans-serif;
	border-color: #3380FF; 
	border-radius:3px;
	padding: 2px;
}



.modalp-footer {
	
  padding: 10px 16px;
  background-color: #1d9ed2;
  color: white;
  text-align:center;
  border-radius: 0px 0px 15px 15px;
  
}



.buttonP{
  background:#1d9ed2;
  color:#fff;
  border:none;
  position:relative;
  height:40px;
  font-size:1.4em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.buttonP:hover{
  background:#fff;
  color:#1d9ed2;
}
.buttonP:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1d9ed2;
  transition:400ms ease all;
}
.buttonP:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.buttonP:hover:before,.buttonP:hover:after{
  width:100%;
  transition:800ms ease all;
}

.coolinput {
	
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-self: center;
  
  font-size: 1.5rem;

}

.coolinput label.text {
  font-size: 1rem;
  color: #1d9ed2;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: #ffffff;
  width: fit-content;
}

.coolinput input[type=text].input {
  padding: 11px 10px;
  font-size: 1.2rem;
  border: 2px #1d9ed2 solid;
  border-radius: 5px;
  background: #ffffff;
}

.coolinput input[type=text].input:focus {
  outline: none;
}

.coolinputT {
	
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-self: center;
  
  font-size: 1.1rem;

}

.coolinputT label.text {
  font-size: .8rem;
  color: #1d9ed2;
  font-weight: 700;
  position: relative;
  top: 0.2rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: #ffffff;
  width: fit-content;
}

.coolinputT input[type=text].input {
  padding: 3px 3px;
  font-size: 1rem;
  border: 2px #1d9ed2 solid;
  border-radius: 5px;
  background: #ffffff;
}

.coolinputT input[type=text].input:focus {
  outline: none;
}

.inputp {
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  outline: none;
}

.inputp:focus {
  border-bottom: 1px solid #1d9ed2;
  -webkit-transition: 0.1s;
  transition: 0.5s;
}

.btnNego {
  border: none; 
  color: black; 
  padding: 5px 10px; 
  cursor: pointer; 
  border-radius: 5px; 
}
.primary {background-color: white; border: 2px solid #007bff;} 
.primary:hover {background: #0b7dda; color: white;}
.secondary {background-color: white; border: 2px solid #e7e7e7;} 
.secondary:hover {background: #ddd; color: white;}
.success {background-color: white; border: 2px solid #04AA6D;} 
.success:hover {background-color: #46a049; color: white;}
.warning {background-color: white; border: 2px solid #ff9800;} 
.warning:hover {background: #e68a00; color: white;}
.danger {background-color: white; border: 2px solid #f44336;} 
.danger:hover {background: #da190b; color: white;}

#prodTiempo > input{
	
	width: 98% !important;
	
}

.contenedorEnc {
	
	margin-left: 5px;
	margin-bottom: 5px;
	display: flex;
	gap: 5px;
	
}

.contenedorIcon{
	
	margin-left: 5px;
	margin-bottom: 5px;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.itemDerecha {
	
	position: absolute;
    right: 0;
    margin-right: 10px;
	
}










