@charset "utf-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* OCULTAR FLECHAS EN INGRESOS NUMERICOS */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

/* ESTILOS DE ELEMENTOS COMUNES */
body {
	font-family: 'Lato', sans-serif;
	color: #444;
	margin: 0;
}

input[type=submit],
input[type=button],
button
{
	-webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 5px 10px 5px 10px;
	background: #333; 
    border: 0 none; 
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCCCCC;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button:disabled {
	background: #E2E2E2; 
	color: #CECECE;
}
input[type=image]
{
	border: 0px;
}


/* CONTENEDOR PRINCIPAL */
#Pagina
{
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: 100vh;
}
#Menu
{
	width: 200px;
	background: #3edbe8;
	height: 100%;
	position: fixed;
	left: 0;
	background-image: url('../img/logo_cela.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center bottom;
}
#Contenido
{
	width: calc(100% - 200px);
	height: 100%;
	margin-left: 215px;
	margin-right: 15px;
	
}

/* RELOJ CONTROL HORARIO */
#FechaRC
{
	font-size: 30px;
}
#HoraRC
{
	font-size: 75px;
	font-weight: bold;
}
#BtnRC_Ent
{
	margin-right: 15px;
}
.RelojControl
{
	width: 620px;
	justify-content: center;
}
.HoraFirmaRC
{
	font-weight: bolder;
	background: #FFFF00;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#StatusJornada
{
	font-size: 20px;
	display: block;
	text-align: justify;
	width: 620px;
}

/* ESTILOS PARA MENÚ */
.MenuLogos
{
	width: 100%;
	display: flex;
    justify-content: center;
}
.MenuLogos img
{
	vertical-align: middle;
	
}
.MenuLogoCela
{
	
}
.MenuLogoICG
{
	margin-left: 10px;
	text-align: center;
}
.MenuBienvenida
{
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.MenuBienvenida span
{
	color: #0000DD;
	font-weight: bold;
}
.MenuItem 
{
	margin-top: 20px;
	margin-left: 10px;
}
.MenuItem a
{
	position: relative;
  	cursor: pointer;
}
.MenuItemTitulo
{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
.MenuItemBoton
{
  	background-color: #12656e;
  	display: inline-block;
  	color: white;
  	padding-left: 4px;
  	padding-right: 4px;
  	font-family: "Courier New", Courier, monospace;
  	font-size: 20px;
  	margin-right: 4px;
  	border: none;
  	cursor: pointer;
  	min-width: 20px;
}
.MenuItemBoton:hover, .MenuItemBoton:focus 
{
 	background-color: #2980B9;
}
.MenuSubItem {
	display: none;
  	font-size: 16px;
  	font-style: italic;
  	font-weight: 100;
  	color: #0000FF;
}
.MenuSubItem div
{
	margin-left: 35px;
	margin-top: 10px;
}
.MenuSubItem a {
	text-decoration: none;
}
.MenuLogout
{
	position: absolute;
	bottom: 2px;
	left: 70px;
	text-align: center;
	font-size: 10px;
}
.AuthTitulo
{
	width: 100%;
	text-align: center;
}
.AuthContenedor
{
	display: block;
	position: absolute;
	right: calc(50% - 175px);
	top: 100px;
	border: 2px solid #666666;
	width: 350px;
	height: auto;
	padding: 20px;
}
.AuthEtiqueta
{
	width: 100px;
	text-align: right;
	display: inline-block;
	margin-bottom: 15px;
}
.AuthCampo
{
	width: 190px;
	text-align: left;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 10px;
}
.AuthCampo input
{
	width: 150px;
}
.AuthOpciones
{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
}
.AuthBotones
{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.AuthMsj
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.AuthMsj img
{
	vertical-align: middle;
}

/*ESTILOS FORMULARIO INGRESO VENTA*/
.FormVentaFechaVenta,
.FormVentaFechaERP,
.FormVentaFechaDTE
{
	width: 130px;
	font-family: Tahoma;
}
.FormVentaFolioDTE
{
	width: 75px;
	font-size: 18px;
}
.FormVentaClienteRun
{
	width: 100px;
	font-size: 14px;
}
.FormVentaClienteNombre
{
	width: 150px;
	font-size: 14px;
}
.FormVentaClienteApellidos
{
	width: 200px;
	font-size: 14px;
}
.FormVentaProdCod
{
	width: 60px;
	font-size: 14px;
}
.FormVentaProdDesc
{
	width: 500px;
	font-size: 12px;
}
.FormVentaProdPrecio
{
	width: 75px;
}
.FormVentaProdAgregar
{
	border: 1px solid black;
	font-size: 10px;
}
.FormVentaMedioPago
{
	font-size: 12px;
	margin-right: 15px;
}
.FormVentaMedioPagoTipo
{
	margin-right: 15px;
}
.FormVentaMedioPagoMonto
{
	margin-right: 15px;
	width: 75px;
}
.FormVentaMedioPagoIDTrans
{
	width: 100px;
}
.FormVentaMedioPagoAgregar
{
	margin-top: 5px;
	font-size: 10px;
}
.FormObs 
{
	width: 550px;
	height: 75px;
	resize: none;
}
/*ESTILOS DE OBJETOS DE FORMULARIO*/
.FormRow
{
	display: flex;
	flex-direction: initial;
	margin-bottom: 20px;
	vertical-align: top;
}
.FormRow input[type=button]
{
	margin-left: 30px;
}
.FormRow.FormBtn
{
	width: 100%;
	justify-content: center;
}
.FormLabel
{
	justify-content: top;
	position: relative;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	width: 175px;
}
.FormField
{
	position: relative;
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
.FormStatusMsg
{
	font-size: 16px;
	font-weight: bold;
	color: blue;
}
.FormStatusMsg img
{
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
.FormInputFile
{
	position: relative; 
	background: url(img/bg_dataFile.png) left no-repeat;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
}
.FormInputFileDisabled
{
	background: url(img/bg_dataFile_disabled.png) left no-repeat;
}
.FormInputFileObj
{
	width: 250px; 
	opacity:0; 
	filter: Alpha(Opacity=0);
	height: 25px;
}
.FormInputFileText
{
	width: 220px; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	height: 24px;
}

/*ESTILOS LISTADO VENTAS*/
.LVTabla
{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.LVEncab
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
}
.LVFila
{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.LVUnaFila 
{
	text-align: center;
	font-style: italic;
	height: 100%;
	width: 100%;
}
.LVFormNumDTE
{
	width: 75px;
}
.LVFormidVenta
{
	width: 75px;
}
.LVEncabFolio,
.LVCeldaFolio
{
	width: 8%;
}
.LVEncabCliente,
.LVCeldaCliente
{
	width: 22%;
}

.LVEncabFechaDTE,
.LVCeldaFechaDTE
{
	width: 11%;
}
.LVCeldaFechaDTE
{
	font-size: 12px;
}
.LVCeldaCliente
{
	font-size: 14px;
}
.LVEncabMontoVenta,
.LVCeldaMontoVenta
{
	width: 8%;
}
.LVCeldaMontoVenta
{
	text-align: right;
	margin-right: 1em;
}
.LVEncabEstadoVenta,
.LVCeldaEstadoVenta
{
	width: 18%;
}
.LVEncabPagos,
.LVCeldaPagos
{
	width: 23%;
}
.LVCeldaPagos
{
	text-align: right;
}
.LVEncabAcciones,
.LVCeldaAcciones
{
	width: 10%;
}
.LVTransaccionPago
{
	font-size: 12px;
}
.LVTransaccionPago img
{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	max-height: 15px;
	max-width: 60px;
}
.LVCeldaAcciones img
{ 
	margin-right: 5px;
}
.LVFilaAmarilla
{
	background-color: #FFB;
}
.LVFilaNaranja
{
	background-color: #FAC864;
}
.LVFilaRoja
{
	background-color: #FFC1D5;
}
.LVFilaAchurada
{
	
}
.LVBtn 
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
	display: inline-flex;
}
.LVBtnDisabled
{
	opacity: 0.2
}
/*ESTILOS BODEGAS */
.BITabla
{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.BIEncab
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
}
.BIFila
{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.BIEncabBodega,
.BICeldaBodega
{
	width: 20%;
}
.BIEncabArticulo,
.BICeldaArticulo
{
	width: 50%;
	text-align: left;
	display: flex;
	align-items: center;
}
.BICeldaArticulo img
{
	max-width: 75px;
	max-height: 50px;
	margin-right: 5px;
	border: 1px solid black;
}
.BIEncabStockDisp,
.BICeldaStockDisp,
.BIEncabStockRes,
.BICeldaStockRes
{
	width: 10%;
}
.BIEncabUltSalida,
.BICeldaUltSalida
{
	width: 10%;
}
.BIFilaAmarilla
{
	background-color: #FFD;
}
.BIFilaNaranja
{
	background-color: #FAC864;
}
.BIFilaRoja
{
	background-color: #FFC1D5;
}
/*ESTILOS CAJA CHICA */
.CCTabla
{
	display: flex;
	flex-direction: column;
	width: 900px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.CCEncab
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
}
.CCFila
{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: center;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.CCEncabFecha,
.CCCeldaFecha
{
	width: 130px;
}
.CCEncabUser,
.CCCeldaUser
{
	width: 100px;
}
.CCCeldaUser input
{
	width: 90px;
	text-align: center;
}
.CCEncabMonto,
.CCCeldaMonto
{
	width: 100px;
}
.CCCeldaMonto input
{
	width: 80px;
}
.CCEncabMov,
.CCCeldaMov
{
	width: 100px;
}
.CCCeldaMov select
{
	width: 80px;
}
.CCEncabNumDoc,
.CCCeldaNumDoc
{
	width: 130px;;
}
.CCCeldaNumDoc input
{
	width: 80px;
}
.CCEncabDescripcion,
.CCCeldaDescripcion
{
	width: 250px;
}
.CCCeldaDescripcion input
{
	width: 230px;
}
.CCEncabAcciones,
.CCCeldaAcciones
{
	width: 100px;
}
.CCCeldaRojo
{
	color: #DD2222;
	font-weight: 500;
}
.CCCeldaAzul
{
	color: #0000FF;
	font-weight: 500;
}
.CCBtn 
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
	display: inline-flex;
	cursor: pointer;
}
.CCBtnDisabled
{
	opacity: 0.2;
	cursor: auto;
}
/*ESTILOS GESTIÓN USUARIOS*/
.GUTabla
{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.GUEncab
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
}
.GUFila
{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.GUUnaFila 
{
	text-align: center;
	font-style: italic;
	height: 100%;
	width: 100%;
}
.GUFilaTachado
{
	text-decoration: line-through;
	color: #555555;
    background-image: linear-gradient(135deg, #ababab 4.55%, #fff 4.55%, #fff 50%, #ababab 50%, #ababab 54.55%, #fff 54.55%, #fff 100%);
	background-size: 31.11px 31.11px;
}

.GUEncabUsuario,
.GUCeldaUsuario
{
	width: 10%;
}
.GUEncabNombre,
.GUCeldaNombre
{
	width: 20%;
}
.GUEncabEmail,
.GUCeldaEmail
{
	width: 27%;
}
.GUEncabTelefono,
.GUCeldaTelefono
{
	width: 10%;
}
.GUEncabPrivilegios,
.GUCeldaPrivilegios
{
	width: 28%;
}

.GUCeldaPrivilegios
{
	text-align: left;
	font-size: 13px;
}
.GUEncabAcciones,
.GUCeldaAcciones
{
	width: 5%;
}
.GUBtn 
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
	display: inline-flex;
}
/*ESTILOS CONTROL HORARIO */
.CHTabla
{
	display: flex;
	flex-direction: column;
	width: 750px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.CHEncab
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	width: 750px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
}
.CHFila
{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: center;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.CHEncabFecha,
.CHCeldaFecha
{
	width: 150px;
}
.CHEncabUser,
.CHCeldaUser
{
	width: 200px;
}
.CHEncabMov,
.CHCeldaMov
{
	width: 100px;
}
.CHEncabHJ,
.CHCeldaHJ
{
	width: 100px;;
}
.CHEncabHR,
.CHCeldaHR
{
	width: 100px;
}
.CHEncabHDIf,
.CHCeldaHDif
{
	width: 100px;
}
.CHCeldaNeg
{
	color: #DD2222;
	font-weight: 500;
}
.CHCeldaPos
{
	color: #0000FF;
	font-weight: 500;
}
.CHBtn 
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
	display: inline-flex;
	cursor: pointer;
}
.CHBtnDisabled
{
	opacity: 0.2
}
.CHFilaAzul
{
	background-color: #D2DCFA;
}
.CHFilaDomingo
{
	color: #DD2222;
	background-color: #FADCD2;
}
.CHFilaDomingo2
{
	color: #DD2222;
}
.CHFilaFeriado
{
	color: #AA3296;
	background-color: #E6D2E6;
}
.CHFilaFeriado2
{
	color: #AA3296;
}
.CHFilaSabado
{
	color: #008214;
	background-color: #C8FAC8;
}
.CHFilaSabado2
{
	color: #008214;
}
/*ESTILOS EDICIÓN USUARIOS*/
.EUPrivilegioRow
{
	background-color: #EAEAEA;
}
.EUPrivilegioLabel
{
	width:100px;
	font-size: 18px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.EUPrivilegioField
{
	font-size: 12px;
}

/*ESTILOS COMUNES*/
.IconLoading
{
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	display: none;
}
.IconError
{
	vertical-align: middle;
	display: none;
}
.IconOK
{
	vertical-align: middle;
	display: none;
}
.IconInfo
{
	vertical-align: middle;
}
.IconTbk
{
	width: 100px;
}
.IconValTbk
{
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.IconMP
{
	width: 100px;
}
.IconValMP
{
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


