:focus {
  outline: none;
}
::selection {
  background: white;
  color: black;
}
::-moz-selection {
  background: white;
  color: black;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=text],
input[type=password] {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #80c000;
  padding: 0 5px;
  box-sizing: border-box;
  background-color: #333333;
  color: #ffcc00;
  font-size: 1.4em;
}
input[type=text]:focus,
input[type=password]:focus {
  border-bottom: 1px solid #ffcc00;
  background-color: #4d4d4d;
}
input[type=text].error,
input[type=password].error {
  border-bottom: 1px solid #ff4040;
}
.click {
  cursor: pointer;
}
.max {
  width: 100%;
}
.m-izq {
  margin-left: 40px;
}
.h-cen {
  text-align: center;
}
.h-der {
  text-align: right;
}
.h-izq {
  text-align: left;
}
.v-arr {
  vertical-align: top;
}
.m-5-v {
  margin-right: 5px;
  margin-left: 5px;
}
.m-arr {
  margin-top: 5px;
}
.bloque {
  display: inline-block;
}
html,
body,
#completo {
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  font-family: Arial;
  font-size: 0.5cm;
}
div.espacio {
  display: inline-block;
  height: 1px;
  width: 20px;
}
.w600 {
  width: 600px;
  margin: auto;
}
.p-3-1 {
  width: 300px;
  margin: auto;
}
.p-3-2 {
  width: 300px;
  margin: auto;
}
#completo {
  color: #80c000;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#pendientes {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  text-align: right;
}
#lista_pendientes {
  display: inline-block;
  max-width: 200px;
  background-color: white;
  overflow: hidden;
}
#lista_pendientes.oculto {
  max-height: 0px;
}
#lista_pendientes .pendiente {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  color: black;
  text-align: left;
}
#boton_pendientes {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: black;
  background-color: #ffcc00;
  overflow: hidden;
  vertical-align: bottom;
}
#boton_pendientes.oculto {
  height: 0;
}
#contenido {
  margin: 0;
  border: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.super-titulo {
  font-size: 3.5em;
  font-weight: bold;
  margin: 10px 0;
  color: white;
  text-align: center;
}
.titulo {
  font-size: 2em;
  font-weight: bold;
  margin: 10px 0;
  color: white;
  text-align: center;
}
.centro {
  display: flex;
  align-items: center;
  height: 100%;
}
.boton {
  padding: 20px;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.boton.menu {
  width: 290px;
  margin-right: 5px;
  margin-left: 5px;
}
.boton i {
  width: 40px;
  text-align: center;
}
.boton.mini {
  font-size: 1em;
  padding: 10px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.boton.mini i {
  width: 20px;
}
.boton.interno {
  margin: 0 10px 10px 10px;
}
.boton.verde {
  background-color: #00a351;
  color: white;
}
.boton.verde:hover {
  background-color: #00b35c;
}
.boton.rojo {
  background-color: #cf131e;
  color: white;
}
.boton.rojo:hover {
  background-color: #d8232e;
}
.boton.azul {
  background-color: #1a85fd;
  color: white;
}
.boton.azul:hover {
  background-color: #2a95ff;
}
.boton.h-cen {
  padding-right: 0;
  padding-left: 0;
}
#omni {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  width: 100%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #262626;
  overflow: hidden;
  position: absolute;
}
#omni input[type=text] {
  width: calc(100% - 150px);
  font-size: 1.4em;
}
#omni #tipo_omni {
  display: inline-block;
  width: 150px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: right;
}
#omni.visible {
  bottom: 0px;
}
#omni.oculto {
  bottom: -50px;
}
#menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #333333;
}
#menu .icono {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  box-sizing: border-box;
  font-size: 27px;
  color: white;
}
#menu .icono.rojo {
  color: #ff4040;
}
#menu .icono.amarillo {
  color: #ffff40;
}
#menu .icono.verde {
  color: #c0ff00;
}
#menu #titulo_menu {
  display: inline-block;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 27px;
  color: white;
}
#caja_encabezado {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
  color: white;
}
#caja_encabezado .descripcion,
#caja_desglose .descripcion {
  display: inline-block;
  overflow: hidden;
  width: 330px;
  vertical-align: middle;
  white-space: nowrap;
}
#caja_encabezado .cantidad,
#caja_desglose .cantidad {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  width: 100px;
}
#caja_encabezado .unidad-medida,
#caja_desglose .unidad-medida {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50px;
}
#caja_encabezado .unitario,
#caja_desglose .unitario {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  width: 110px;
}
#caja_encabezado .total,
#caja_desglose .total {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  width: 110px;
}
#orden_encabezado {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
  color: white;
}
#lista_orden {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  height: calc(100% - 300px);
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #1a1a1a;
}
#lista_orden div.selec {
  background-color: #ffcc00;
  color: black;
}
#lista_busqueda {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 150px;
  width: calc(100% - 150px);
  height: 190px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #262626;
}
#lista_busqueda input {
  display: none;
  width: 80px;
  margin-left: 50px;
}
#lista_busqueda div.selec {
  background-color: #ffcc00;
  color: black;
  height: 40px;
  line-height: 40px;
}
#lista_busqueda div.selec input {
  display: inline-block;
}
#orden_encabezado .codigo-barras,
#lista_orden .codigo-barras,
#lista_busqueda .codigo-barras {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  vertical-align: middle;
  white-space: nowrap;
}
#orden_encabezado .descripcion,
#lista_orden .descripcion,
#lista_busqueda .descripcion {
  display: inline-block;
  overflow: hidden;
  width: 330px;
  vertical-align: middle;
  white-space: nowrap;
}
#orden_encabezado .cantidad,
#lista_orden .cantidad,
#lista_busqueda .cantidad {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  width: 100px;
}
.compra #caja_desglose .unitario,
.compra #caja_encabezado .unitario,
.compra #caja_desglose .total,
.compra #caja_encabezado .total {
  display: none;
}
.compra #caja_encabezado .descripcion,
.compra #caja_desglose .descripcion {
  width: 450px;
}
#caja_desglose {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 300px);
  height: calc(100% - 100px);
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #1a1a1a;
}
#caja_desglose div.selec {
  background-color: #ffcc00;
  color: black;
}
#caja_info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 300px;
  height: calc(100% - 100px);
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #262626;
}
.compra #caja_info {
  background-color: #7eab25;
}
#caja_busqueda {
  width: calc(100% - 150px);
  height: 300px;
  position: absolute;
  bottom: -300px;
  right: 0px;
  overflow: hidden;
  background-color: #000000;
  white-space: nowrap;
}
#caja_busqueda.visible {
  bottom: 50px;
}
#caja_busqueda .lista {
  width: 375px;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
}
#caja_busqueda .lista div.selec {
  background-color: #ffcc00;
  color: black;
}
#caja_busqueda .detalle {
  width: calc(100% - 375px);
  height: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  color: white;
}
#caja_busqueda .detalle .celda {
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#caja_buscar {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-color: rgba(0, 147, 255, 0);
}
#caja_buscar .area {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #262626;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#caja_buscar .area input[type=text] {
  vertical-align: top;
  width: 100%;
  font-size: 1.4em;
}
#caja_buscar .area .eti-buscar {
  vertical-align: top;
  display: none;
  width: 150px;
  padding-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: right;
}
#caja_buscar.buscando {
  background-color: rgba(0, 147, 255, 0.5);
}
#caja_buscar.buscando input[type=text] {
  width: calc(100% - 150px);
}
#caja_buscar.buscando .eti-buscar {
  display: inline-block;
}
#caja_buscar.buscando.transparente {
  background-color: transparent;
}
#lista {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 300px;
  height: calc(100% - 50px);
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #1a1a1a;
}
#lista div {
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
  font-size: 0.8em;
}
#lista div.masespacio {
  height: auto;
}
#lista div.selec {
  background-color: #454545;
}
#lista.historico-ventas div {
  white-space: pre-line;
  height: 40px;
}
#lista:focus div.selec {
  background-color: #ffcc00;
  color: black;
}
#detalle {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(100% - 300px);
  height: calc(100% - 50px);
  padding: 10px;
  box-sizing: border-box;
  background-color: #262626;
}
#detalle .s-1 {
  width: calc((100% - 2px - 150px ) - 4px);
  margin-right: 2px;
  margin-left: 2px;
}
#detalle .s-2 {
  width: calc(( 100% - 2px - 150px ) / 2 - 4px);
  margin-right: 2px;
  margin-left: 2px;
}
#detalle .s-7 {
  width: calc(( 100% - 2px - 150px ) / 7 - 4px);
  margin-right: 2px;
  margin-left: 2px;
}
#detalle .s-8 {
  width: calc(( 100% - 2px - 150px ) / 8 - 4px);
  margin-right: 2px;
  margin-left: 2px;
}
#detalle .espacio {
  display: inline-block;
  width: 100%;
  height: 20px;
}
#detalle .enc {
  width: 150px;
}
#detalle table {
  margin-bottom: 10px;
}
#detalle input[type=text] {
  height: 30px;
  font-size: 0.7em;
}
#catalogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#catalogo .p-3-1 {
  width: 450px;
  height: 100%;
  margin: auto;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #1a1a1a;
}
#catalogo .p-3-1 div {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8em;
}
#catalogo .p-3-1 div.selec {
  background-color: #ffcc00;
  color: black;
}
.texto-amarillo {
  color: #ffcc00;
  font-size: 0.7em;
  padding-left: 6px;
}
#liberar_precios .p-3-1 {
  width: 450px;
  max-height: 350px;
  margin: auto;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #1a1a1a;
  position: relative;
}
#liberar_precios .p-3-1 div {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8em;
}
#liberar_precios .p-3-1 div.selec {
  background-color: #ffcc00;
  color: black;
}
#liberar_precios .p-3-1 div.selec .detalle {
  display: block;
}
#liberar_precios .p-3-1 div .detalle {
  display: none;
}
#liberar_precios .lista {
  max-height: 350px;
  overflow: hidden;
}
#notificacion {
  position: fixed;
  bottom: 5px;
  left: 0;
  padding-left: 5px;
  box-sizing: border-box;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  text-align: left;
}
#notificacion.oculto {
  max-height: 0;
}
#notificacion #contenido_notificacion {
  display: inline-block;
  padding: 10px;
  background-color: #F7B919;
  color: black;
}
#mensaje {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#mensaje.oculto {
  display: none;
}
#mensaje #contenido_mensaje {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #3B3B3B;
  background-color: #262626;
  padding: 5px;
}
/*
.error {

    background-color: #FFC5C5;
}
input {
    height: 40px;
    box-sigzing: border-box;    
    &[type=file],
    &[type=text],
    &[type=password] {
	margin: 2px 0 5px 0;
    }
    &[type=radio],
    &[type=checkbox] {
	margin: 2px 5px 8px 5px;
	vertical-align: middle;
    }
    font-size: 1.2em;
}
.titulo {
    font-size: 2em;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    .h-cen;
}
@media (max-width:400px) {
    table:not(.seguimiento) {
	tr, td, td.h-der {
	    display: block;
	    text-align: left;
	}
    }
}

.circulo {
    width: 50px;
    height: 50px;    
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50px;    
    -webkit-border-radius: 50px;
    text-align: center;
    vertical-align: bottom;
    line-height: 36px;
    white-space: nowrap;
    &.verde {
	border: 7px solid @verde1;
	color: @verde1;
    }
    &.gris {
	border: 7px solid @gris;
	color: @gris;
    }
}
i.status {
    width: 20px;
    text-align: center;
    &.verde {
	color: @verde1;
    }
    &.rojo {
	color: @rojo1;
    }
}
.detalles {
    display: block;
    overflow: hidden;
    .animado;
    &.oculto {
	max-height: 0px;
    }
    &.visible {
	max-height: 1000px;
    }
    
}
table.seguimiento {
    border-spacing: 0;
    border-collapse: collapse;
    display: inline-block;
    font-size: 0.7em;
    td {
	padding: 0;
	&.verde {
	    width: 7px;
	    background-color: @verde1;
	}
	&.gris {
	    width: 7px;
	    background-color: @gris;
	}
	&.espacio {
	    width: 20px;
	}
    }
}

.resaltado {
    color: #C00D0D;
}

.mas-informacion {
    font-size: 0.8em;
    color: #6257FE;
    cursor: pointer;
    padding: 5px 0;
}


.archivo {
    position: relative;
    overflow: hidden;
}
.archivo input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    height: 100%;
    filter: alpha(opacity=0);
}

.lista-archivos {
    .animado;
}
.oculto .lista-archivos {
    max-width: 0;
}
.visible .lista-archivos {
    max-width: 600px;
}
div.item-lista {
    padding: 10px;
    box-sizing: border-box;
    &:nth-child(odd) {
	
    }
    &:nth-child(even) {
	background-color: white;
    }
}

.thumb {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    cursor: pointer;
    img {
	height: 75px;
    }
    span {
	display: inline-block;
	position: absolute;
	background-color: rgba(230,230,230,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    }
    .loading {
	position: absolute;
	bottom: 10px;
	right: 10px;
    }
}
tr.oculto {
    display: none;
}





/*


.boton.t280 {
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
	display: inline-block;
	border: 10px solid #e5e5e5;
	border-top: 0;
	text-align: left;
}
i.azul {
	color: #1a85fd;
}
i.azuloscuro {
	color: #1a318e;	
}
i.amarillo {
	color: #e7bb2e;
}
span.rojo, 
i.rojo {
	color: #CF131E;
}



tr:nth-child(even) {
	background: white;
}
table {
	border-collapse: collapse;
}

*/
