


/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 19/01/2023, 11:39:33 a. m.
    Author     : Cesar Quiroz
*/

*{
    margin: 0px;
    padding: 0px;
    text-decoration: none; /* eliminamos todos los subrrallados  */
    list-style: none; /* quitar puntos a las listas  */
    box-sizing: border-box; /* para que los elementos no se slgan  */
    
}
body{
    height: 100%;
}
.Contenido-Calve{
    margin: auto;
    margin-top: 50px;
    width: 250px;
    height: 420px;
    text-align: center;
    border: darkorange 1px solid;
    background: whitesmoke;
    border-radius: 40px;
}
.Contenido-Cantidad{
    margin: auto;
    margin-top: 100px;
    width: 250px;
    height: 420px;
    text-align: center;
    border: black 0px solid;
    background: whitesmoke;
    border-radius: 40px;
}
.Contenido-CalveUsuarioSucursal{
    margin: auto;
    margin-top: 60px;
    width: 250px;
    height: auto;
    text-align: center;
    border: darkorange 1px solid;
    background: whitesmoke;
    border-radius: 40px;
    padding-bottom: 10px;
}
.Contenido-CalveUsuario{
    margin: auto;
    margin-top: 50px;
    width: 250px;
    height: auto;
    text-align: center;
    border: darkorange 1px solid;
    background: whitesmoke;
    border-radius: 40px;
    padding-bottom: 20px;
}
.Clave{
    width: 90%;
    height: 50px;
    border: darkorange 1px solid;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 80px;
}

.TeclaNumero{
    width: 60px;
    height: 60px;
    margin: 3px 2px;
    border-radius: 100px;
    border: 1px darkorange solid;
    background-color: white;
    color: darkorange;
    font-size: 20px;
    transition: ease-out 0.4s;
    cursor: pointer;
}
.TeclaNumeroCambioCantidadEnter{
    width: 130px;
    height: 44px;
    margin: 3px 2px;
    border-radius: 10px;
    border: 1px darkorange solid;
    background-color: white;
    color: darkorange;
    font-size: 20px;
    transition: ease-out 0.4s;
    cursor: pointer;
}
.TeclaNumero:hover {
  box-shadow: inset 400px 50px 0 0 darkorange;
  color: white;
}


.TeclaNumeroEnter{
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0px;
    margin-left: -74px;
    margin-top: 326px;
    border-radius: 100px;
    border: 1px darkorange solid;
    background-color: white;
    color: darkorange;
    font-size: 20px;
   
}
.IngresoSesion{
    width: 150px;
    height: 40px;
    margin: 3px 2px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px darkorange solid;
    background-color: white;
    color: darkorange;
    font-size: 18px;
    cursor: pointer;
}
.IngresoSesionNuevaSucursal{
    width: 180px;
    height: 40px;
    margin: 3px 2px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px darkorange solid;
    background-color: darkorange;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.IngresoSesionNuevoUsuario{
    width: 200px;
    height: 40px;
    margin: 3px 2px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px darkorange solid;
    background-color: darkorange;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.Logo{
    position: absolute;
    top: -15px;
    margin-left: 0px;
    height: 140px;
}
.LogoClave{
    position: absolute;
    top: 20px;
    margin-left: 0px;
    height: 150px;
}
.Logo2{
    position: absolute;
    top: 30px;
    margin-left: 30px;
    height: 140px;
}
.CajaTextoPassword{
    padding: 0px 3px;
    margin-top: 10px;
    width: 88%;
    height: 50px;
    border: darkorange 1px solid;
    border-radius: 10px;
    text-align: left;
    font-size: 15px;
}
.CajaTextoEmail{
    padding: 0px 3px;
    margin-top: 200px;
    width: 88%;
    height: 50px;
    border: darkorange 1px solid;
    border-radius: 10px;
    text-align: left;
    font-size: 15px;
    margin-top: 100px;
}
input:focus{
    outline: none;
}
.Ingresar{
    margin-top: 20px;
}
.TextInicioSesion{
    position: absolute;
    margin-top: 80px;
    color: darkorange;
}
.TextInicioSesionCliente{
    position: fixed;
    margin: auto;
    margin-top: 100px;
    color: darkorange;
    border: 3px black solid;
    width: 180px;
    height: 50px; 

}
.Encabezado{
    border: 0PX black solid;
    width: 100%;
    height: 40PX;
    background: whitesmoke;
    border: darkorange 1px solid;
}
.TextInicioSesionheader{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    color: darkorange;
    font-size: 20px;
}
.CajaTextoSeleccion{
    padding: 0px 3px;
    margin-top: 200px;
    width: 88%;
    height: 50px;
    border: darkorange 1px solid;
    border-radius: 10px;
    text-align: left;
    font-size: 15px;
    margin-top: 100px;
    overflow-x: auto;
}
.TextoNombreEstablecimento{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    color: darkorange;
    font-size: 16px;
}

.EncabezadoPrincipal{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 55px;
    border: darkorange 1px solid;
}

.EncabezadoPrincipal nav{
    background-color: whitesmoke; /* color de fondo al nav */
    width: 100%; /* ancho al nav */
    height: 50px; /* alto al nav */
    
}
.logoPrin{
    height: 80px;
}

.EncabezadoClave{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border: darkorange 1px solid;
    height: 90px;
}
.footerPagina{
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    text-align: center;
    background-color: white;
    border: darkorange 1px solid;
}
footer{
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    text-align: center;
    background-color: white;
    border: darkorange 1px solid;

}
footer p{
    font-size: 8px;
}
footer nav ul li{
    display: inline-block;
    margin: 2px 2px;
    margin-top: 1px;
}
.BtnRedes{
    height: 20px;
}

@media (max-height: 475px){
    .TeclaNumero{
        height: 40px;
    }
    .TeclaNumeroEnter{
        height: 40px;
        margin-top: 266px;
    }
    .Contenido-Calve{
        height: 320px;
        margin-top: 20px;
    }
    .LogoClave{
        height: 120px;
        margin-left: 30px;
    }
    .BtnRedes{
        height: 20px;
    }
    .footer{
        height: 20px;
    }
    .EncabezadoPrincipal{
        height: 55px;
    }
    .EncabezadoPrincipal nav{
        height: 50px;
    }
    .logo{
        height: 50px;
    }
    .NombreCliente{
        height: 50px;
        font-size: 14px;
    }
    .Contenido-Cantidad{
        margin-top: 10px;
        height: 320px
    }
}

@media (max-height: 1024px){
    .LogoClave{
        margin-left: 20px;
        margin-top: 5px;
    }
}

@media (max-height: 912px){
    .LogoClave{
        margin-left: 20px;
        margin-top: 5px;
    }
}

@media (max-height: 820px){
    .LogoClave{
        margin-left: 20px;
        margin-top: 5px;
    }
}

@media (max-height: 540px){
    .Contenido-Calve{
        margin-top: 30px;
    }
    .LogoClave{
        height: 120px;
        margin-top: 10px;
    }
}

@media (max-height: 414px){
    .Contenido-Calve{
        height: 300px;
    }
    .TeclaNumero{
        height: 35px;
    }
}

@media (max-height: 412px){
    .Contenido-Calve{
        margin-top: 10px;
    }
    .LogoClave{
        height: 100px;
    }
}

@media (max-height: 393px){
    .Contenido-Calve{
        height: 300px;
        margin-top: 10px;
    }
    .TeclaNumero{
        height: 35px;
    }
    .LogoClave{
        height: 100px;
        margin-top: 10px;
    }
}

@media (max-height: 390px){
    .Contenido-Calve{
        height: 300px;
        margin-top: 10px;
    }
    .TeclaNumero{
        height: 35px;
    }
    .LogoClave{
        height: 100px;
        margin-top: 10px;
    }
}

@media (max-height: 375px){
    .Contenido-Calve{
        margin-top: 10px;
        height: 280px;
    }
    .LogoClave{
        height: 100px;
        margin-top: 10px;
    }
    .TeclaNumero{
        height: 30px;
    }
}

@media (max-height: 360px){
    .Contenido-Calve{
        height: 280px;
        margin-top: 5px;
    }
    .TeclaNumero{
        height: 30px;
    }
    .LogoClave{
        height: 100px;
        margin-top: 10px;
    }
}

@media (max-height: 320px){
    .Contenido-Calve{
        height: 240px;
    }
    .TeclaNumero{
        height: 20px;
    }
}

@media (max-height: 280px){
    .Contenido-Calve{
        margin-top: 0px;
        height: 200px;
    }
    .LogoClave{
        height: 80px;
    }
    .TeclaNumero{
        height: 20px;
    }
    .Clave{
        margin-top: 65px;
        height: 25px;
    }
}

.BtnExportarExcle{
    height: 30px;
    width: 200px;
    text-align: left;
    
}
.BtnExportarExcle1{
    height: 45px;
    width: 300px;
    text-align: left;
}
.BtnEvniarTodasFE{
    height: 30px;
    width: 120px;
    border: 1px darkorange solid;
    border-radius: 5px;
    background: white;
    color: darkorange;
    margin-left: 10px;
    cursor: pointer;
}
.LogoExcelConsultarComprasGastos{
    height: 30px;
}
.LogoExcelConsultarMovimientosInventario{
    height: 30px;
}


.EncabezadoPrincipalMenuDigital{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 70px;
    border: darkorange 1px solid;
    overscroll-behavior: none;
}
.footerPaginaMenuDigital{
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: white;
    border: darkorange 1px solid;
}


.DivMenuComandaDigital{
    position: absolute;
    border: 0px black solid;
    width: 100%;
    height: 90%;
    margin: auto;
    top: 70px;
    overflow-x: auto;
    overscroll-behavior: none;
    background: white;
    padding-bottom: 55px;
}
.BtnCategoriaMenuDigital{
    width: 90%;
    height: 60px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-top: 4px;
    border: 1px darkorange solid;
    color: white;
    background: white;
    cursor: pointer;
    border-radius: 4px;
    text-align: right;
    box-shadow: 0px 0px 5px black;
}
.BtnProductosMenuDigital{
    width: 350px;
    height: 195px;
    font-size: 12px;
    border: 1px darkorange solid;
    color: white;
    background: white;
    cursor: pointer;
    margin-left: 4px;
    margin-top: 4px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 0px;
    overflow-x: auto;
}
.BtnPrecioUnidadProductoMostrarMenuDigital{
    width: 80px;
    height: 16px;
    font-size: 16px;
    border: 0px darkorange solid;
    background: transparent;
    text-align: center;
    color: black;
}
.ImgMasProductoMenuDigital{
    height: 15px;
    margin-left: 5px;
    margin-right: 5px
}
.ImgMasProductoMenuDigitalCtegory{
    height: 50px;
    margin-right: 0px;
    margin-top: -1px;
}
.ImgMasProductoMenuDigitalGroup{
    height: 40px;
    margin-right: 0px;
    margin-top: -1px;
}
.TxtCantidadProductoMenuDigital{
    width: 100px;
    text-align: center;
}
.DivDescripcionDelProducto{
    position: absolute;
    border: 0px black solid;
    width: 100%;
    height: 82%;
    margin: auto;
    top: 70px;
    overflow-x: auto;
    padding: 2px;
}
.ImagenProductoVentaSeleccionMenuDigital{
    height: 220px;
    width: 270px;
    border-radius: 30px;
}
.ImagenProductoVentaMenuDigital{
    border: 0px darkorange solid;
    height: 100px;;
    width: 150px;
    margin: auto;
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 190px;
}
.DivProductNameDigitalMenu{
    border: 0px black solid;
    height: 30px;
    width: 184px;
    margin-left: 162px;
    margin-top: -98px;
}
.DivPriceUnitProductDigitalMenu{
    margin-top: 5px;
}
.TextDetailsProductDigitalMenu{
    border: 0px black solid;
    margin-top: 0px;
    margin-left: 159px;
    text-align: justify;
    resize: none;
    background: transparent;
}
.TxtDescriptionProduct{
    margin-top: 2px;
}
.DivQuantityProductDigitalMenu{
    padding: 1px;
    margin-top: 8px;
}
.BtnValueMoneyDigitalMenu{
    height: 60px;
    width: 60px;
    background: white;
    border: 1px darkorange solid;
    color: white;
    margin-top: 4px;
    border-radius: 100%;
    margin-top: -13px;
}
.BtnValueMoneyDigitalMenu2{
    height: 40px;
    width: 200px;
    background: darkslategray;
    border: 1px darkslategray solid;
    color: white;
    margin-top: 4px;
}
.DivDataOfCustomer{
    border: 0px black solid;
    margin-bottom: 2px;
    padding: 2px;
    overflow-x: auto;
    overscroll-behavior: none;
    height: 95%
}
.DataOfCustomerForm{
    height: 35px;
    width: 80%;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 2px;
    border: 1px gray solid;
}

.NumberDetailCustomerDigitalOrder{
    height: 35px;
    width: 60px;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 2px;
    border: 1px gray solid;
}
.DivTablaFacturaDigitalOrder{
    border: 0px black solid;
    height: 150px;
    width: 90%;
    margin: auto;
    margin-top: 5px;
}
.tablaFacturaDigitalOrder{
    width: 100%;
    height: 100%;;
    display: block;
    overflow-x: auto;
    border-radius: 5px;
    background: white;
    border: 0px darkorange solid;
}
.tablaFacturaDigitalOrder thead tr th{
    position: sticky;
    top: 0;
}
.tablaFacturaDigitalOrder thead tr td{
    font-size: 10px;
    height: auto;
    background: transparent;
}
.tablaFacturaDigitalOrder thead th{
    font-size: 12px;
    height: auto;
    width: 300px;
    text-align: center;
    color: darkorange;
    background: white;
}
.DivContenidoDatosPagDigitalOrder{
    overflow-x: auto;
    height: 100px;
    text-align: left;
    padding: 3px;
    border: 1px darkorange solid;
    border-radius: 5px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.EliminarFilaDigitalOrder{
    height: 20px;
}
.LetreroPagosDigitalOrder{
    font-size: 12px;
    color: black;
}
.TextoLetreroPagosDigialOrder{
    padding-right: 5px;
    width: 100px;
    border: 0px black solid;
    background: transparent;
    font-size: 12px;
}

.DivAcompanamientosDigitalOrder{
    border: 0px black solid;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: auto;
    z-index: 2;
    overflow-x: auto;
    margin: auto;
}

.DivDatosAcompanamientosDigitalOrder{
    width: 90%;
    height: auto;
    border: 0px black solid;
    background: yellowgreen;
    margin: auto;
    margin-top: 72PX;
    border-radius: 20PX;
    padding: 10px;
}
.DivCerrarAcompanamientosDigitalOrder{
    border: 0px black solid;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -36px;
    right: 7px;
    text-align: center;
    cursor: pointer;
}
.DivAcompanamientosSeleccionadoDigitalOrder{
    position: absolute;
    margin-left: 110px;
    top: 101px;
    border: 0px black solid;
    width: 55%;
    height: 160px;
    background: whitesmoke;
    overflow-x: auto;
    padding: 2px;
    border-radius: 5px;
}
.BtnGruposDigitalOrder{
    border: 0px darkorange solid;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: transparent;
    cursor: pointer;
    font-size: 9px
}
.BtnGruposDigitalOrder2{
    border: 0px darkorange solid;
    width: 45%;
    height: 70px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: transparent;
    cursor: pointer;
    font-size: 9px;
    margin-left: 2px;
}
.DivGruposAcompanamientosDigitalOrder{
    border: 0px black solid;
    width: 100px;
    height: 45%;
    border-radius: 5px;
    background: whitesmoke;
    padding: 5px;
}
.DivTableDigitalOrderAcompanamientos{
    border: 0px black solid;
    height: 130px;
    margin-top: 10px;
}
.ButtonAcceptAccompanimentDigitalOrder{
    height: 40px;
    width: 200px;
    background: darkslategray;
    border: 1px darkslategray solid;
    color: white;
    margin-top: 4px;
}
.DetalleTextoPreferenciaDigitalOrder{
    height: 50px;
    width: 95%;
    border: 0px black solid;
    padding: 10px;
    background: whitesmoke;
    resize: none;
    margin-top: 5px;
}
.DivGruposDetallePreferenciasDigitalOrder{
    height: 50px;
}
.TxtNameCategoryDigitalMuni2{
    color: darkorange;
    font-size: 14px;
    position: absolute;
    left: 7%;
    margin-top: 10px;
}
.DivBtnCategory{
    border: 0px black solid;
    position: fixed;
    margin-top: -10px;
}
.DivBtnCategoryImage{
    border: 0px black solid;
    position: fixed;
    margin-top: -25px;
    right: 5%;
}
.DivTextAddsOrder{
    background: darkorange;
    height: 32px;
}
.DivMedioPagoDomicilioSelerccionarDigitalOrder{
    border: 1px darkorange solid;
    height: 100px;
    width: 95%;
    margin: auto;
    border-radius: 5px;
    background: white;
    padding: 5px;
    overflow-x: auto;
}
.DivNombreMedioPagoSeleccionDomicilioDigitalOrder{
    height: 40px;
    width: 100px;
    background: darkorange;
    color: white;
    border: 0px black solid;
    overflow-x: auto;
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 9px;
}
.TxtValorMedioPagoDomicilioDigitalOrder{
    height: 12px;
    width: 70px;
    border: 1px darkorange solid;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
}
.BtnValueMoneyDigitalDelivery{
    height: 60px;
    width: 60px;
    background: transparent;
    border: 0px darkorange solid;
    color: white;
    margin-top: 4px;
    border-radius: 100%;
    margin-top: -8px;
    position: absolute;
    right: 15px;
}

.tablaFacturaDigitalOrderDelivery{
    width: 100%;
    height: 100%;;
    display: block;
    overflow-x: auto;
    border-radius: 5px;
    background: white;
    border: 0px darkorange solid;
}
.tablaFacturaDigitalOrderDelivery thead tr th{
    position: sticky;
    top: 0;
}
.tablaFacturaDigitalOrderDelivery thead tr td{
    font-size: 10px;
    height: auto;
    background: transparent;
}
.tablaFacturaDigitalOrderDelivery thead th{
    font-size: 12px;
    height: auto;
    width: 300px;
    text-align: center;
    color: darkorange;
    background: white;
}
.tablaFacturaDigitalOrderDelivery tbody tr td{
    font-size: 10px;
    height: auto;
    background: transparent;
    text-align: center;
}
.DivTablaFacturaDigitalOrderDelivery{
    border: 0px black solid;
    height: auto;
    width: 90%;
    margin: auto;
    margin-top: 5px;
}
.DivContenidoDatosPagoDelivery{
    overflow-x: auto;
    height: auto;
    text-align: left;
    padding: 10px;
    border: 1px darkorange solid;
    padding: 10px;
    border-radius: 5px;
    width: auto;
}
.LetreroPagosDelivery{
    font-size: 12px;
    color: black
}
.TextoLetreroPagosDelivery{
    padding-right: 5px;
    width: 100px;
    border: 0px black solid;
    background: transparent;
    font-size: 12px;
}



@media print {

    body * {
        visibility: hidden !important;
    }

    #DivImpresionComanda,
    #DivImpresionComanda *,
    #DivImpresionFactura,
    #DivImpresionFactura * {
        visibility: visible !important;
    }

    #DivImpresionComanda,
    #DivImpresionFactura {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .salto-pagina {
        page-break-after: always;
        break-after: page;
    }

    .salto-pagina:last-child {
        page-break-after: auto;
        break-after: auto;
    }

    .no-print,
    button {
        display: none !important;
    }

    body {
        margin: 0;
    }
}

#map {
    height: 500px;
    width: 100%;
}







