.hidden, .acceso-admin{
    display: none;
}

.error{
    color: red;
}

.lista_comunidades, .lista_clientes, .lista_coordinadores{
    position: absolute;
    width: 94.5%;
    z-index: 2;
    display: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-height: 100px;
    overflow-y: scroll;
}

.lista_comunidades ul, .lista_clientes ul, .lista_coordinadores ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.lista_comunidades li, .lista_clientes li, .lista_coordinadores li{
    cursor: pointer;  
    padding: 0.375rem 0.75rem;
}

.lista_comunidades li:hover, .lista_clientes li:hover, .lista_coordinadores li:hover{
    background-color: blue;
    color: white;
}

i{
    color: white;
}

.display-horizontal{
    display: flex;
    justify-content: space-around;
}

.display-horizontal button{
    margin: 0px 2px;
}

.dataTables_wrapper{
    text-align: center;
}

#pagos{
    margin-top: 40px;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.pago{
    border: 3px solid rgba(0, 0, 0, .3);
    box-sizing: border-box;
    padding: 10px 20px;
    width: 30%;
    min-width: 300px;
    max-width: 600px;
    margin-bottom: 20px;
    position: relative;
    margin-right: 20px;
}

.pago .titulo-pago{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.pago p{
    margin-bottom: 0px;
}

.pago .fecha{
    font-weight: 500;
}

.pago .estatus-pago{
    font-weight: bold;
    margin-bottom: 10px;
}
.pago .icono{
    width: 100%;
    text-align: right;
}

.pago i{
    font-size: 20px;
    margin-bottom: 10px;
}

.pagado{
    color: green;
}

.vigente{
    color: rgba(0, 0, 0, .3);
}

.vencido{
    color: red;
}

.parcial{
    color: red;
}

.renovado{
    color: greenyellow;
}

#tabla-cobros .input-group{
    flex-wrap: nowrap;
}

.input-cobro-semanal{
    min-width: 100px !important;
    margin-left: 20px;
    margin-right: 20px;
}

#myInput {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
  }

#listaCreditos{
    transform: unset !important;
    top: unset !important;
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
}

input[type=checkbox], input[type=radio]{
    vertical-align: middle;
  }

  .dataTables_wrapper {
    position: relative;
}
.dataTables_scrollHead, .dataTables_scrollBody {
    overflow: auto;
}

#btnFiltros{
    margin-bottom: 20px;    
}

.filtrosAvanzados{
    column-gap: 20px;
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
}

table.dataTable thead {
    background-color: #ffffff !important;
}