﻿body {
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(32, 107, 196, 0.25) !important;
}

.width-login{
    max-width: 25rem !important;
}

.mb-12{
    margin-bottom: 12px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.h-2rem{
    min-height: 2rem !important;
}

.font-tabs {
    color: #621A0D;
    font-weight: bold;
}

.form-label{
    margin-bottom: 0 !important;
}

.custom-fieldset {
    border: 2px solid #ccc; /* Borde del fieldset */
    padding: 20px;
    position: relative; /* Posición relativa para alinear el legend */
}

/* Estilos para el legend personalizado */
.custom-legend {
    position: absolute;
    top: -15px; /* Ajuste para solapar con el borde superior del fieldset */
    left: 10px;
    background-color: #fff;
    padding: 0 10px; /* Espaciado interno del legend */
    font-weight: bold;
}

/* Estilos adicionales para formatear el contenido dentro del fieldset */
.form-group {
    margin-bottom: 20px;
}

fieldset.fieldset-maestro-detalle {
    border: 1px dotted #9a9a9a !important;
    padding: 0 0.3em 0rem 0.3em !important;
    position: relative;
    border-radius: 3px;
}
legend.leyend-border-maestro-detalle {
    position: absolute;
    top: -15px; /* Ajuste para solapar con el borde superior del fieldset */
    left: 10px;
    background-color: #fff;
    padding: 0 10px; /* Espaciado interno del legend */
    font-weight: bold;
    width: 280px !important;
}

fieldset.fieldset-border {
    border-top: 1px dotted #23ffdc !important;
    padding: 0 0.4rem 1.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #E6E8E8;
    box-shadow: 0px 0px 0px 0px #9a9a9a;
    border-radius: 3px;
}

legend.leyend-border {
    font-size: 1.5em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    color: #fff;
    background-color: #206bc4;
    margin-bottom: 0px;
    margin-top: -15px;
    margin-left: 40%;
    margin-right: auto;
    border-radius: 25px;
}

.btn-nuevo {
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-cancel {
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-reset {
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-regresar {
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-varios {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color : lightsalmon;
    border: 1px solid salmon;
}

.btn-varios:hover{
    background-color : lightsalmon;
    border: 1px solid salmon;
}

.btn-tabla {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color : magenta;
    border: 1px solid magenta ;
}

.btn-tabla:hover{
    background-color : magenta;
    border: 1px solid magenta;
}

.btn-historico {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: blueviolet;
    border: 1px solid blueviolet;
}

.btn-historico:hover{
    background-color : blueviolet;
    border: 1px solid blueviolet;
}

.btn-reiniciar {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #AEB404;
    border: 1px solid #AEB404;
    color: white;
}

.btn-historico:hover {
    background-color: #AEB404;
    border: 1px solid #AEB404;
    color: white;
}

.md-head-confirm {
    background-color: #035b71;
    color: #fff;
}

.md-head-info {
    background-color: #2c8556;
    color: red;
}

.md-head-modal-add {
    background-color: #ca065a;
    color: white;
}

.footer-modal-add {
   border-top: 1px solid #ca065a;
}

#tabla-crudn thead tr th{
    padding-top: 0;
    padding-bottom: 0;
    background-color: blue;
    color:whitesmoke;
}

#tabla-crudn tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vh;
    line-height: 3.5vh !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#tabla-crudpopover thead tr th {
    font-size: 1.5vh !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: blue;
    color: whitesmoke;
}

#tabla-crudpopover tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4vh;
    line-height: 2vh !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#tabla-crudpopover tbody tr th {
    font-size: 1.5vh !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #01DFD7 !important;
    color: whitesmoke;
}

#tabla-totales tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vh;
    line-height: 3.5vh !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#tabla-totales tbody tr td span {
    color: #ca065a;
    font-weight: 700;
}

#tabla-liquidaciones  {
    font-size: 9.5px;
    padding-top: 0;
    padding-bottom: 0;
}

#tabla-costos {
    font-size: 9.5px;
    padding-top: 0;
    padding-bottom: 0;
}

#tabla-par-aseo {
    font-size: 9.5px;
    padding-top: 0;
    padding-bottom: 0;
}

#tabla-otros-conceptos {
    font-size: 9.5px;
    padding-top: 0;
    padding-bottom: 0;
}

#tabla-generales {
    font-size: 9.5px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 87rem) {
    #tabla-crudn tbody tr td {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 2vh;
        line-height: 3.8vh !important;
    }

    #tabla-crudpopover tbody tr td {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1vh;
        line-height: 2vh !important;
    }
}

#tabla-crud-modal thead tr th {
    padding-top: 0;
    padding-bottom: 0;
}

#tabla-crud-modal tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8em;
    line-height: 1.5 !important;
}

.height-regxpag {
    height: 2em !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.height-ruta-fact {
    height: 3em !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.p3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.box-search {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    min-height: 2em !important;
}

.box-search-predio {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    min-height: 1.5em !important;
}

.box-search-predio-fact {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    min-height: 2em !important;
    font-size: 1.2em;
}

.box-search-recibo {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 20px !important;
    min-height: 2em !important;
    font-size: 1.2em;
}

.header-crud {
    font-size: 1.2em;
    color: blue;
}

.with_op_crudn {
    width: 90px;
    text-align: center;
}

.with_op_cruds {
    width: 60px;
    text-align: center;
}

.with_op_crudu {
    width: 120px;
    text-align: center;
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.opt-upd {
    color: orangered;
}

.opt-det {
    color: #035b71;
}

.opt-del {
    color: maroon;
}

.opt-pas {
    color: mediumvioletred;
}

.opt-con {
    color: darkcyan;
}

.opt-editcon {
    color: lightseagreen;
}

.control-small {
    min-height: calc(1.4285714em + 0.3rem) !important;
    padding: 0.4rem 0.75rem !important;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
}

.h-select {
    height: calc(1.4285714em + 0.80rem) !important;
    padding: 0.4rem 0.75rem !important;
    font-size: 0.8rem !important;
    font-weight: 400;
    line-height: 1.3;
}

.d-select {
    height: 2rem !important;
    padding: 0rem 0.75rem !important;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
}

custom-file-labelc {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.2em);
    width: 115px;
    padding: 0px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.custom-file-labelc::after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2em);
    width: 115px;
    padding: 0;
    line-height: 1;
    color: #FFF;
    content: "Subir Foto";
    text-align: center;
    font-size: 10px;
    background-color: #035b71;
    border-left: inherit;
    border-radius: 0px;
}

custom-file-label-firma {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.2em);
    width: 215px;
    padding: 0px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.custom-file-label-firma::after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2em);
    width: 215px;
    padding: 0;
    line-height: 1;
    color: #FFF;
    content: "Subir Firma";
    text-align: center;
    font-size: 10px;
    background-color: #035b71;
    border-left: inherit;
    border-radius: 0px;
}

custom-file-labelpdf {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 16px;
    width: 100px;
    padding: 0px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.custom-file-labelpdf::after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 16px;
    width: 100px;
    padding: 0;
    line-height: 1;
    color: #FFF;
    content: "Subir .pdf";
    text-align: center;
    font-size: 14px;
    background-color: #035b71;
    border-left: inherit;
    border-radius: 0px;
}

.cont-det-foto {
    border: none;
    height: 150px;
    margin-bottom: 3px;
    margin-top: 3px;
}

#foto-det {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
}

.cont-nopdf {  
    height: 90px;
    width: 80px;
}

.cont-pdf {   
    height: 90px;
    width: 80px;
}

.cont-pdf-detail {
    height: 100px;
    width: 80px;
}

#outpdf span {
    height: 90px;
    width: 80px;
}

#outpdf-detail span {
    height: 75px;
    width: 65px;
}

.cont-logo {
    border: solid 1px #23ffdc;
    height: 130px;
    width: 115px;
}


#outlogo span {
    height: 130px;
    width: 115px;
}

#outlogo span img {
    height: 127px;
    width: 112px;
}

.cont-firma {
    border: solid 1px #23ffdc;
    height: 130px;
    width: 250px;
}

#outfirma span {
    height: 130px;
    width: 250px;
}

#outlogo span img {
    height: 127px;
    width: 210px;
}

dl {
    margin-bottom: 8px;
}

dl dt {
   padding-left: 5px;
   border: solid 1px #035b71;
   color: #ca065a;
}

dl dd {
   padding-left: 5px;
   border: solid 1px #035b71;
   margin-bottom: 0;
}

.add-modal {
    color: #ef790a;
    cursor: pointer;
}

.margin-add-modal {
    margin-top: 28px !important;
}

.add-entity {
    color: blue;
    cursor: pointer;
}

.margin-add-entity {
    margin-top: 25px !important;
}

.thumb-nopdf {
    margin: 10px 5px 0 0;
    background-image: url('../img/sinpdf.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 80px;
}

.thumb-pdf {
    margin: 10px 5px 0 0;
    background-image: url('../img/pdf.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 80px;
}

.thumb-pdf-detail {
    margin: 5px 1px 0 0;
    background-image: url('../img/pdf.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
    width: 65px;
}

.list-group input[type="radio"] {
    display: none;
}

.list-group input[type="radio"] + .list-group-item {
    cursor: pointer;
}

.list-group input[type="radio"] + .list-group-item:before {
    content: "\2022";
    color: transparent;
    font-weight: bold;
    margin-right: 0.6em;
}

.list-group input[type="radio"]:checked + .list-group-item {
    background-color: darkviolet;
    color: #FFF;
}

.list-group input[type="radio"]:checked + .list-group-item:before {
    color: inherit;
}

.border-card {
    border: none;
}

.header-predio {
    border-radius: 0px !important;
    background-color: #ca065a;
    color: #fff;
    text-align: center;
}

.cont-radio-predio {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vh;
}

.cont-radio-recibo {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: o;
    padding-bottom: 0;
    font-size: 3vh;
    color: darkcyan;
}

#info-nuis {
    color: white;
    background-color: #ca065a;
    font-size: 15px;
}

#info-concepto {
    color: white;
    background-color: #ca065a;
    font-size: 15px;
}

#info-costo {
    color: white;
    background-color: #ca065a;
    font-size: 15px;
}

#info-rol {
    color: white;
    background-color: #ca065a;
    font-size: 20px;
}

#periodoInd {
    color: white;
    background-color: #ca065a;
    font-size: 20px;
}

.pnl-predios {
    background-color: #CCE4F4;
}

.h-nuis-lat {
    min-height: 67vh !important;
}

@media (min-width: 87rem) {
    .h-nuis-lat {
        min-height: 71vh !important;
    }
}

.h-conceptos-lat {
    min-height: 55vh !important;
}


.resaltar-periodo{
    background-color: aqua;
    font-size: 22px;
    color:crimson;
    text-align: center;
    font-weight: 900;
}

.resaltar-denperiodo {
    font-size: 20px;
    color: darkcyan;
    text-align: center;
    font-weight: 700;
}

.btn-asignar-promedio {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    background-color:blue;
    margin: 0 auto;
}

.btn-asignar-promedio:hover {
    color: #fff !important;
}

.btn-facturar {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    background-color: #ca065a;
    margin: 0 auto;
}

.btn-facturar:hover {
    color: #fff !important;
}

.btn-recibo {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ca065a;
    margin: 5px auto;
}

.btn-recibo:hover {
    color: #fff !important;
}

.color-refacturar{
    background-color: blue;
}

.det-nuis-recaudo{
    min-height: 1.8em;
}

.font-2vh{
    font-size: 2vh !important;
}

#header-pagos{
    background-color: #cce4f4;
    color: blue;
}

.td-pin {
    border: none;
    width: 120px;
}

.box-pin {
    width: 100%;
    border: none !important;
}

.ajax-loader {
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 87%;
    height: 87%;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
}

.cont-permiso {
    border: 1px solid #EFF9F8;
    background-color: #EFF9F8;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(97,119,117,0.53);
    box-shadow: 0px 0px 8px 1px rgba(97,119,117,0.53);
}

.cont-permiso p {
   font-size: 18px;
   font-weight: 400;
}

.cont-permiso i {
   font-size: 18px;
   font-weight: 400;
}

.disabled {
    pointer-events: none;
}

#model-recibo .card-header {
    background-color: #D9DFDE;
    text-align: center !important;
    font-weight: bold;
    font-size: 12px;
}

.dropdown-item{
    line-height: 1.3 !important;
}

.tit-chart{
    font-size: 1em !important;
    font-weight: bold !important;
    color: red !important;
}

.txtGrid {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 1px !important;
    padding-bottom: 0px !important;
}

.btn-circle {
    background-color: #01DFD7 !important;
    width: 20px;
    height: 20px;
    padding: 0px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
}

.btn-circle:hover {
    color: #141a26;
    text-decoration: none;
    background-color: #141a26;
}

.acircle {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 25px;
    background-color: #009688;
    font-size: 20px !important;
    padding-top: 0px !important;
    padding-left: 6px !important;
    margin-top: 2px;
}

a.acircle:hover {
    color: #141a26;
    text-decoration: none;
    background-color: #141a26;
}

.acircle i {
    font-size: 22px !important;
    color: #fff;
}
.cont-totales {
    font-size: 13px;
    border: solid 1px #01DFD7;
    border-radius: 10px;
}

.PopoverContabilizacionOp {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
}






