﻿/*App/Producto.aspx
----------------------------------------------------------*/
#MainContent_ibtAgegar {
    width: auto;
    margin-top: 10%;
}

#ModalButton {
    display: none;
}

#similares > table {
    border-collapse: separate;
    border-spacing: 20px;
}

.imageProductoPrincipal {
    width: 80%;

}

#precioProducto {
    float: left;
    text-align: center;
    border-color: #1a6aa2;
    border-style: solid;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    max-width: 300px;
}

#MainContent_fvwProducto {
    margin-left: 2%;
}

@media (max-width: 576px) {

    #imgProdDiv {
        width: 50%;
    }

    #ProdPrecioTabla {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #similares {
        display: none;
    }
}

/* App/Carrito.aspx
----------------------------------------------------------*/
    

/* ============ small devices ============ */
@media (max-width: 800px) {
    #ResumenCarrito {
        width: 100%;
    }

    #carritoProductos {
        width: 100%;
    }

    #carritoTotal {
        order: 1;
    }

    #carritoProductos {
        order: 2;
    }
}

@media (max-width: 768px) {
    #carritoTotal {
        order: 1;
    }

    #carritoProductos {
        order: 2;
    }

    .buttonEdit {
        display: block;
        text-align: center;
    }

    .productosCarrito td:nth-child(1) {
        display: none
    }
    td > br {
        display: none
    }

    #carritoTotal {
        margin-left: 20%;
        margin-right: 20%;
    }
}
/* ============ small devices .end// ============ */

#MainContent_lvwOrden_dgpProductosUp {
    padding-bottom: 1%;
}

#MainContent_lvwOrden_dpgProductosDown {
    padding-top: 1%;
}

/*App/Facturar.aspx
----------------------------------------------------------*/
.firstStep {
    margin-bottom: 1%;
}

.SecondStep {
    text-align: justify;
}

#MainContent_upnFacturacion {
    text-align: justify;
}

#MainContent_fvwResumen_griProductos {
    width: 85%;
}

/* ============ small devices ============ */
@media (min-width: 769px) {
    .facstepR {
        display: none;
    }
}

@media (max-width: 768px) {
    #totalFinalizar {
        order: 1;
    }

    #tablaProductosFinalizar {
        order: 2;
    }

    .facstep {
        display: none;
    }

    .facstepR {
        display: inline;
        margin-bottom: 5%;
    }

    #MainContent_fvwResumen_griProductos {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .totalFactura {
        width: 50%;
    }
}
/* ============ small devices .end// ============ */

/*App/Vendedores/SaldoVendedor.aspx
----------------------------------------------------------*/
.Title {
    border: solid #ddd;
    text-align: center;
    margin-bottom: 2%;
}

.align-items-end {
    /*border: solid #ddd;*/
    text-align: center;
}

.displayhr {
    display: none;
    padding-top: 10%;
}

.mainRow {
    margin-left: 3%;
    margin-right: 3%;
}

.Totales-responsive {
    display: none;
}
#expandPagosButton {
    position: absolute;
    text-align: left;
    z-index: 4;
}

#expandPagosButtonComprobar {
    position: absolute;
    text-align: left;
    z-index: 4;
}

#expandComprobacion {
    padding-top:85px;
}

#expandPagos {
    padding-top: 35px;
}


/* ============ small devices ============ */
@media (max-width: 768px) {
    .Title {
        border: 0;
    }

    .displayhr {
        display: inline-block;
    }

    .mainRow {
        margin-left: 0px;
        margin-right: 0%;
    }

    .Totales-responsive {
        display: block;
    }
}
/* ============ small devices .end// ============ */

/*App/Vendedores/Viaticos.aspx
----------------------------------------------------------*/
.Img_viaticos {
    width: auto;
}

#ModalButton {
    display: none;
}

#MainContent_ibtCliente {
    position: relative;
}

#MainContent_chkIva {
    margin-right: 5px;
}

#MainContent_fvwVendedor {
    text-align: justify;
}

#MainContent_Closemdl {
    margin-right: 5%;
    margin-top: 5%;
}

/*App/Vendedores/pagos.aspx
----------------------------------------------------------*/
.txtBox {
    height:20px;
    margin-bottom:5px;
}

.txtCheque {
    max-width: 220px;
}

/*Reset.aspx
----------------------------------------------------------*/
input {
    margin: 1px;
}

#formularioReset {
    position: relative;
    margin-left: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    bottom: 150px;
}

#PasswordRecovery_UserNameContainerID_UserName {
    width: 97%;
}

#PasswordRecovery_QuestionContainerID_Answer {
}

#imgreset {
    width: 100%;
    max-width: 465px;
}

h1 {
    font-size: .75rem;
}

#SubmitImageReset {
    text-align: center;
}

#btnRegresar {
    position: relative;
    left: 30%;
    margin-top: 5%;
}

@media all and (min-width: 769px) {
    #imgreset2 {
        display: none;
    }
}

@media (max-width: 768px) {
    #imgreset {
        display: none;
    }

    #imgreset2 {
        display: block;
    }

    #SubmitImageReset {
        max-width: 100%;
    }

    #SubmitImageReset {
        max-width: 100%;
    }

    #btnRegresar {
        left: 1%;
    }

    #formularioReset {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        bottom: 0px;
    }

    #formularioReset > .col-sm-12 {
        width: 100% !important;
    }
}
    /*eIndigo.Master
----------------------------------------------------------*/

#MenuHeader {
    position: relative;
}

footer {
    position: relative;
    color: #666;
    background-color: #ddd;
    font-size: 0.9em;
    top: 105px;
}

/*CSS General*/
.txtFecha {
    width: 80%;
}

.table-Radio {
    width: inherit;
}

/*CSS CFDI.aspx*/
#MainContent_ibtAcrobat {
    width: 20px;
    height: 20px
}

#MainContent_ibtBuscarId {
    width: 20px;
    height: 20px;
}

#MainContent_ibtBuscarNo {
    width: 20px;
    height: 20px;
}

p {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    /*Tabla Saldo Clientes de CFDI.aspx
        se cambio el identificador de clase por el Id de la tabla para que no afectara la paginación
        Revisada
    */
    #MainContent_griCFDIs > tbody > tr > td:nth-child(2) {
        display: none
    }

    #MainContent_griCFDIs > tbody > tr > th:nth-child(2) {
        display: none
    }

    #MainContent_griCFDIs > tbody > tr > td:nth-child(3) {
        display: none
    }

    #MainContent_griCFDIs > tbody > tr > th:nth-child(3) {
        display: none
    }

    #MainContent_griCFDIs > tbody > tr > td:nth-child(8) {
        display: none
    }

    #MainContent_griCFDIs > tbody > tr > th:nth-child(8) {
        display: none
    }
}

/*CSS Recibos.aspx*/

#MainContent_ibtRecibo {
    width: auto;
}

.centrado {
    text-align: center;
}

@media (max-width: 768px) {
    /*Tabla Saldo Clientes de Recivos.aspx
        se cambio el identificador de clase por el Id de la tabla para que no afectara la paginación     
        Revisado
    */
    #MainContent_griRecibos > tbody > tr > td:nth-child(5) {
        display: none
    }

    #MainContent_griRecibos > tbody > tr > th:nth-child(5) {
        display: none
    }

    #MainContent_griDocsRecibo > tbody > tr > td:nth-child(1) {
        display: none
    }

    #MainContent_griDocsRecibo > tbody > tr > th:nth-child(1) {
        display: none
    }

    #MainContent_griDocsRecibo > tbody > tr > td:nth-child(5) {
        display: none
    }

    #MainContent_griDocsRecibo > tbody > tr > th:nth-child(5) {
        display: none
    }
}

/*CSS SaldoCLiente.aspx*/
@media (max-width: 770px) {
    /*Tabla Saldo Clientes de SaldoCliente.aspx
        se cambio el identificador de clase por el Id de la tabla para que no afectara la paginación
        Revisado
    */
    #MainContent_griDetClientes > tbody > tr > td:nth-child(5) {
        display: none
    }

    #MainContent_griDetClientes > tbody > tr > th:nth-child(5) {
        display: none
    }

    #MainContent_griDetClientes > tbody > tr > td:nth-child(8) {
        display: none
    }

    #MainContent_griDetClientes > tbody > tr > th:nth-child(8) {
        display: none
    }
}

/*CSS vendedores/Pagos.aspx*/
#MainContent_griDocs > tbody > tr > td:nth-child(14), #MainContent_griDocs > tbody > tr > th:nth-child(14) {
    display: none
}

@media (max-width: 768px) {
    /*Tabla Saldo Clientes de Pagos.aspx
        se cambio el identificador de clase por el Id de la tabla para que no afectara la paginación
        Revisado
    */
    #MainContent_griCliente > tbody > tr > th:nth-child(4), #MainContent_griCliente > tbody > tr > td:nth-child(4) {
        display: none !important
    }

    #MainContent_griCliente > tbody > tr > th:nth-child(6), #MainContent_griCliente > tbody > tr > td:nth-child(6) {
        display: none
    }

    #MainContent_griCliente > tbody > tr > th:nth-child(7), #MainContent_griCliente > tbody > tr > td:nth-child(7) {
        display: none
    }



    /*Tabla griDocs de Pagos.aspx
        se cambio el identificador de clase por el Id de la tabla para que no afectara la paginación
        Revisado
    */
    #MainContent_griDocs > tbody > tr > td:nth-child(5), #MainContent_griDocs > tbody > tr > th:nth-child(5) {
        display: none
    }

    #MainContent_griDocs > tbody > tr > td:nth-child(8), #MainContent_griDocs > tbody > tr > th:nth-child(8) {
        display: none
    }

    #MainContent_griDocs > tbody > tr > td:nth-child(10), #MainContent_griDocs > tbody > tr > th:nth-child(10) {
        display: none
    }

    #MainContent_griDocs > tbody > tr > td:nth-child(11), #MainContent_griDocs > tbody > tr > th:nth-child(11) {
        display: none
    }

    #MainContent_griDocs > tbody > tr > td:nth-child(9), #MainContent_griDocs > tbody > tr > th:nth-child(9) {
        display: none
    }

    #MainContent_griDocs > tbody > tr > td:nth-child(13), #MainContent_griDocs > tbody > tr > th:nth-child(13) {
        display: none
    }

    #MainContent_griDocs > tbody > tr > td:nth-child(14), #MainContent_griDocs > tbody > tr > th:nth-child(14) {
        display: table-cell
    }

    .tableVertical {
        display: block;
    }
}

/*CSS reportes*/
.menuReportes {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*CSS Info.aspx*/
.mi-iframe {
    width: 100%;
    height: 100vh;
    margin: auto;
   color:blue;
}

@media (max-width: 768px) {
    .mi-iframe {
        width: 100%;
    }
}

/*CSS productos.aspx*/
@media (min-width: 768px) {
    .filtroPantallaChica {
        display: none;
    }

    .hideMenuProductos {
        display: none;
    }
}

@media (max-width: 768px) {
    .hideMenuProductos {
        display: inline-block;
    }

    .filtroPantallaChica {
        display: flex;
        cursor: pointer;
    }

    .filtroPantallaChica .menuDesplegable {
        width: 50%;
        font-size: 1.3em;
    }

    .filtroPantallaGrande {
        display: none;
    }

    .filtroPantallaGrande .row {
        display: none;
    }

    .filtroPantallaChica .menuDesplegable .ordenMenu {
        margin: 5px auto;
        width: 50%;
        border: 1px solid #ccc;
        position: absolute;
        left: 0px;
        z-index: 3;
        background-color: #fff;
        text-align: justify;
        font-size: 0.9em;        
    }

    .ordenartxt {
        color: #5c5c5c;
        text-decoration: none;
    }

    .ordenartxt:Hover {
        color: #5c5c5c;
        font-weight: bold;
        text-decoration-line: none;
    }

    .ordenBoton:hover {
        display: inline-block;
        text-decoration-line: none;
    }

    .ordenMenu > div {
        cursor: pointer;
        height: 30px;
    }

    .ordenMenu p:hover {
        color: #5c5c5c;
        font-weight: bold;
    }
    
    .ordenMenu > div:hover {
        color: white;
    }

    .filtroPantallaChica .menuDesplegable .filtroMenu {
        margin: 10px auto;
        border: 1px solid #ccc;
        position: absolute;
        left: 50%;
        z-index: 4;
        background-color: #fff;
        text-align: justify;
        font-size: 0.8em;
        width: 50%;
    }

    .Texto_menu_sm {
        width: 90%;
        font-size: 0.9em;
        display: inline-block;
        padding-left: 5%;
    }

    .filterHeader {
        width: 100%;
        height: 40px;
    }
}

.anchoFechaReporte {
    width: 45%;
}