@charset "utf-8";
/* CSS Document */

.cantidad-item.item {
    width: 50px;
}

.concepto-factura.item {
    width: 375px;
}

.precio_unitario-item.item {
    width: 100px;
}

.exentas-item.item {
    width: 100px;
}

.iva_5-item.item {
    width: 100px;
}

.iva_10-item.item {
    width: 100px;
}

#lote-ventas {
    border: 1px solid green;
    padding: 8px 12px;
    width: 25%;
    margin-left: 355px;
    margin-top: 10px;
    margin-bottom: 10px;

}

#lote-ventas table {
    border-color: black;
}

#detalle-venta {
    border: 1px solid rgb(204, 204, 204);
    padding: 8px 12px;
}

li {
    list-style: none;
}

table.listado-lotes {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.listado-lotes-totales {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.listado-ventas {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}

table.listado-ventas tr td {
    padding: 7px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-ventas tr th {
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF

}

table.listado-transferencias {
    border: 2px solid #CCC;
    margin-bottom: 15px;
    /*margin-left: 125px;*/
}

table.listado-transferencias tr td {
    padding: 7px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-transferencias tr th {
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-pagos-atrasados {
    border: 2px solid #CCC;
    margin-bottom: 15px;
    margin-left: 50px;
}

table.listado-pagos-atrasados tr td {
    padding: 7px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-pagos-atrasados tr th {
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-movimientos {
    border: 2px solid #CCC;
    margin-bottom: 15px;
    margin-left: 305px;
}

table.listado-movimientos tr td {
    padding: 7px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-movimientos tr th {
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-clientes-atrasados {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.listado-clientes-atrasados tr td {
    padding: 1px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-clientes-atrasados tr th {
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-proximos-vencimientos {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.listado-proximos-vencimientos tr td {
    padding: 2.9px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-proximos-vencimientos tr th {
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-pagos {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.listado-lotes2 {
    border: 2px solid #CCC;
    margin-bottom: 15px;
    margin-left: 345px;
}

table.listado-lotes2 tr td {
    padding: 7px;
    font-size: 14px;
    text-align: center;

}

table.listado-lotes tr th {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-lotes-totales tr th {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-pagos tr th {
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF;
}

table.listado-lotes tr td {
    padding: 2.9px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-lotes-totales tr td {
    padding: 2.9px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-pagos tr td {
    padding: 2.9px;
    font-size: 14px;
    text-align: center;
    border-bottom: thin solid #CCC
}

table.listado-lotes tr td.last {
    border-bottom: none
}

table.listado-totales tr td.last {
    border-bottom: none
}

a.boton-verde {
    background-color: #006633;
    border: thin solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    /*margin-right: 5px;*/
    margin-bottom: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

a.boton-verde:hover {
    background-color: lightgreen;
    border: thin solid #000000;
    color: #006633;
}

a.boton-verde:visited {
    color: #FFFFFF;
}

#listado-item-lote {
    alignment-adjust: center;

}

.lote-form-button {
    background-color: #006633;
    border: thin solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

h3.detalle-lote-header {
    text-align: center;
    color: #006633;
}

#id_manzana {
    font-size: 13px !important;
    padding: 4px !important;
    font-weight: 400 !important;
    background-color: #fff !important;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
    border: thin #CCC solid !important;
}

#id_manzana {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding: 4px !important;
}

/*#id_manzana {*/
/*font-size: 10px;*/
/*padding: 2px;*/
/*font-weight:400;*/
/*background-color:#fff;*/
/*-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
/*box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
/*border:thin #CCC solid;*/
/*}*/

#id_estado {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#id_propietario {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#id_fraccion {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#id_sexo {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding-left: 72px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#id_estado_civil {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#id_tipo_de_plan {
    background-color: #FFFFFF;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    font-size: 13px;
    font-weight: 400;
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#id_entrega_inicial {
    /*display:block;
    width:280px;
    height:30px;
    float:left;
    padding:5px 10px;
    color:#000;
    */
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#id_monto_cuota {
    /*display:block;
    width:280px;
    height:30px;
    float:left;
    padding:5px 10px;
    color:#000;
    */
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#id_fecha_vencimiento {
    /*display:block;
    width:280px;
    height:30px;
    float:left;
    padding:5px 10px;
    color:#000;
    */
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#id_fecha {
    /*display:block;
    width:280px;
    height:30px;
    float:left;
    padding:5px 10px;
    color:#000;
    */
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#nro_cuotas_a_pagar {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#monto_cuota {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#total_cuotas {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#id_cantidad_manzanas {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#id_cantidad_lotes {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#id_superficie_total {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#total_mora {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#total_pago {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#fecha_vencimiento {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#password {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

#caja-contenido {
    min-height: 500px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;

}

.bkg_gris {
    background-color: #ECECEC;
}

.bkg_anulado {
    background-color: #fff2f2;
    color: #424949;
}

.fila_resumen_fraccion {
    background-color: #6fccf8;
}

.fila_resumen_fraccion {
    background-color: #3FA9F5 !important;
}

.celda_resumen_fraccion {
    padding: 10px 10px 10px 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: #000000 !important;
    background-color: #068DED !important;
    color: #FFFFFF !important;
}

.celda_resumen_venta {
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: #000000 !important;
    background-color: #068DED !important;
    color: #FFFFFF !important;
}

.celda_resumen_venta.recuperada {
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: #000000 !important;
    background-color: #0F4062 !important;
    color: #FFFFFF !important;
}

.informe_tabla_titulo {

}

table.listado-cuotas-estado {
    border: 2px solid #CCC;
    margin-right: auto;
}

table.listado-cuotas-estado tr th {
    padding: 6px 6px 6px 6px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

table.listado-cuotas-estado td {
    padding: 6px 6px 6px 6px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-bottom: thin solid #CCC
}

.interes {
    font-size: 13px;
    padding: 4px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: thin #CCC solid;
}

table.listado-logo {
    border: 5px solid #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.listado-logo tr th {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #02B06B;
    color: #FFF
}

.celda_resumen_fraccion_totales {
    padding: 10px 0 10px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: right !important;
    background-color: #068DED !important;
    color: #FFFFFF !important;
}

.recuperada-lista{
    background: #dedede3d;
    color: #13131380;
}