.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.var {
    background-color: chartreuse;
}

.tabla-chica {
    font-size:0.8em;
}

.modal-footer {
    justify-content: space-between;
}

.maqProp, .maqServ, .maqMov {
    background: rgb(245,248,250);
    background: linear-gradient(150deg, rgba(245,248,250,1) 0%, rgba(236,236,241,1) 0%, rgba(255,255,255,1) 19%); 
    margin-top:.5em;
    padding-top: .5em;
    margin-bottom: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.maqProp2 {
    background: rgb(245,248,250);
    background: linear-gradient(150deg, rgba(245,248,250,1) 0%, rgba(236,236,241,1) 0%, rgba(255,255,255,1) 19%); 
    margin-top:.5em;
    padding-top: .5em;
    border-right: 1px solid #ddd;

}


.maqProp3 {
    margin-bottom: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
}


.watermarkBaja {
    background:url('/img/watermarkBaja.png') repeat;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;  
    height:100%;
    width:100%;
  }


table.col1derecha td:nth-child(1), table.col1derecha th:nth-child(1) { text-align: end; }
table.col2derecha td:nth-child(2), table.col2derecha th:nth-child(2) { text-align: end; }
table.col3derecha td:nth-child(3), table.col3derecha th:nth-child(3) { text-align: end; }
table.col4derecha td:nth-child(4), table.col4derecha th:nth-child(4) { text-align: end; }
table.col5derecha td:nth-child(5), table.col5derecha th:nth-child(5) { text-align: end; }
table.col6derecha td:nth-child(6), table.col6derecha th:nth-child(6) { text-align: end; }
table.col7derecha td:nth-child(7), table.col7derecha th:nth-child(7) { text-align: end; }
table.col8derecha td:nth-child(8), table.col8derecha th:nth-child(8) { text-align: end; }
table.col9derecha td:nth-child(9), table.col9derecha th:nth-child(9) { text-align: end; }

#ultimasFacturas tbody tr.no, .no {
    border:none;
}
#ultimasFacturas tbody tr.doc, .doc {
    border-top: 1px solid #abc;
}
.neg{
    color:red;
}

.asiento {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 1rem;   
}

.trConLinea {
    background: rgb(245,248,250);
    background: linear-gradient(150deg, rgba(245,248,250,1) 0%, rgba(236,236,241,1) 0%, rgba(255,255,255,1) 19%); 
    margin-top:.5em;
    padding-top: .5em;
    margin-bottom: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

 /* Estilos para los semáforos cheques rechazados */
.semaforo {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #333;
}
.green { background-color: #5cb85c; }
.yellow { background-color: #f0ad4e; }
.red { background-color: #d9534f; }
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: none; /* Oculto por defecto */
    margin-left: 10px;
    vertical-align: middle;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.cuit-result-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f9f9f9;
}
.columnas {
    column-count: 2;
    column-gap: 20px;
    list-style-position: inside;
}
#listadoResultados {
font-size: 0.8em;
}
.cuit_limpio {
    display: none;
}




@media print {
  body {
    font-size: 8pt; /* Establece el tamaño base de la letra a 8 puntos para la impresión */
  }
  .tabla-chica {
    font-size: 0.7em;
  }
  .tabla-chica tr {
    line-height:1em;
  }
  #divResultados {
    font-size: 8pt; /* Establece el tamaño de la letra a 8 puntos para la impresión */
  }
}
