

.modulos_container{
    display: flex;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0.8rem;
    height: max-content;
    flex-wrap: wrap;
    gap: 1rem;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 5px;

}

.modulo{
    display: flex;
    width: max-content;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 10px;
    height: max-content;
    padding: 0.3rem 0.5rem;
    color: rgb(152, 152, 152);
    cursor: pointer;
    transition: 400ms;
    text-transform: capitalize;
}

.modulo--select{
    border: 1px solid rgb(170, 7, 7);
    color: rgb(170, 7, 7);
}

.table-wrapper{
    width: 100%;
    overflow: auto;
    padding-bottom: 2rem;
}

.wrapper-height-20{
    height: 25rem;
    overflow: auto;
    padding-bottom: 2rem;
}

.expediente{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 5rem;
}

.expediente__logo{
    width: 100%;
}

.expediente__logo img{
    width: 50%;
}

.expediente__barra{
    width: 100%;
    height: 5px;
    background-color: orange;
    border-radius: 5rem;
}

.expediente__cliente{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: 1px solid black;
    padding-top: 1rem;
    
}

.expediente__cliente-titulo{
    display: flex;
    align-self: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.expediente__input{
    display: flex;
    width: 50%;
    border: 1px solid black;
    flex-direction: column;
    height: 10rem;
    font-family: Arial, Helvetica, sans-serif;
}

.expediente__input--sm{
    width: 33.3%;
    height:5rem;
}

.expediente__input--md{
    height:7rem;
}

.expediente__input-header{
    display: flex;
    width: 100%;
    height: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(193, 193, 193);
    align-items: center;
}

.expediente__cliente-tabla{

    display: flex;
}

.expediente__header{
    font-family: Arial, Helvetica, sans-serif;
}

.expediente__texto{
    padding: 0rem 0.5rem;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
}

.expediente__mask{
    position: absolute;
    width: 100vh;
    height: 100vh;
    background-color: red;
}

/* ESTADO DE CEUNTA */

.estado{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 5rem;
}

.estado__logo{
    width: 100%;
}

.estado__logo img{
    width: 50%;
}

.estado__barra{
    width: 100%;
    height: 5px;
    background-color: orange;
    border-radius: 5rem;
}

.estado__header{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.estado__pagos{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.estado__table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}

.estado__table tr th{
    border-right: 1px solid black;
    border-collapse:separate;
    background-color: rgb(193, 193, 193);
    text-align: left;
    font-weight: normal;
    padding: 0.5rem;

}

.estado__table tr td{
    padding: 0.5rem;
    border-right: 1px solid black;
}

.estado__table tfoot{
    background-color: black;
}

.estado__table tfoot tr td{
    color: white;
}

.success{
    color: #10aa62;
    font-weight: bold
}

.danger{
    color: rgb(201, 11, 11);
    font-weight: bold
}

.info{
    color: rgb(14, 132, 211);
    font-weight: bold
}

.warning{
    color: rgb(211, 194, 14);
    font-weight: bold
}

.bg-danger-custom{
    background-color: #d9534f !important;
    color: white;
}

.bg-warning-custom{
    background-color: #f0ad4e !important;
    color: rgb(0, 0, 0);
}

.bg-success-custom{
    background-color: #5cb85c !important;
    color: white;
}

.bg-info-custom{
    background-color: #5bc0de !important;
    color: white;
}

.text-danger-custom{
    color: #d9534f !important;
    font-weight: bold

}

.text-warning-custom{
    color: #f0ad4e !important;
    font-weight: bold

}

.text-success-custom{
    color: #5cb85c !important;
    font-weight: bold

}

.text-info-custom{
    color: #5bc0de !important;
    font-weight: bold

}

.no-border-radius-left{
    border-top-left-radius: 0 !important; 
    border-bottom-left-radius: 0 !important;
}


.no-border-radius-right{
    border-top-right-radius: 0 !important; 
    border-bottom-right-radius: 0 !important;
}

/* td:nth-child(2) {
    width: 60px;
    max-width: 60px;
  } */
/* tr td {
    width: 1% !important;
    white-space: nowrap !important;
} */

/* table{
    table-layout: auto !important;
    border-collapse: collapse !important;
    width: 100% !important;
} */

#table-reporte { overflow: auto !important; height: 40rem !important; }

#table-reporte tbody td:first-child, #table-reporte  thead th:first-child {
    position:sticky;
    left:0;
    z-index:1;
    background-color: #f8f9fa !important;
}
#table-reporte tbody td:nth-child(2), #table-reporte  thead th:nth-child(2){
    position:sticky;
    left:5.2rem;
    z-index:1;
    background-color: #f8f9fa !important;
    background-color: red;
}
 
#table-reporte thead tr th {
    position:sticky;
    top:0;
    background-color: #f8f9fa !important;
}
#table-reporte thead th:first-child {z-index:2;background-color: #f8f9fa !important;} 
#table-reporte thead th:nth-child(2) {z-index:2;background-color: #f8f9fa !important;} 


/**/

#table-reporte-2 { overflow: auto !important; height: 40rem !important; }

#table-reporte-2 thead th{
    background-color: #f8f9fa !important;
    z-index:1;
}

#table-reporte-2 tbody td:nth-child(2), #table-reporte-2 thead th:nth-child(2) {
    position:sticky;
    left:0;
    z-index:1;
    background-color: #f8f9fa !important;
}
 
#table-reporte-2 thead tr th {
    position:sticky;
    top:0;
    background-color: #f8f9fa !important;
}
#table-reporte-2 thead th:nth-child(2) {z-index:2;background-color: #f8f9fa !important;} 


/**/

#table-reporte-3 { overflow: auto !important; height: 40rem !important; }

#table-reporte-3 thead th{
    background-color: #f8f9fa !important;
    z-index:1;
}

#table-reporte-3 tbody td:nth-child(1), #table-reporte-3 thead th:nth-child(1) {
    position:sticky;
    left:0;
    z-index:1;
    background-color: #f8f9fa !important;
}

#table-reporte-3 tbody td:nth-child(2), #table-reporte-3 thead th:nth-child(2) {
    position:sticky;
    left:6.3rem;
    z-index:1;
    background-color: #f8f9fa !important;
}

#table-reporte-3 thead tr th {
    position:sticky;
    top:0;
    background-color: #f8f9fa !important;
}
#table-reporte-3 thead th:nth-child(1) {z-index:2;background-color: #f8f9fa !important;} 
#table-reporte-3 thead th:nth-child(2) {z-index:2;background-color: #f8f9fa !important;} 




.garantias-chips {
    width: 100%;
    padding: 1rem;
    height: 5.5rem;
}

.chip{
    width: max-content;
    height: 2rem;
    padding: 0 1rem;
    background-color: #5bc0de !important;
    color: white;
}

.semana{
}

.semana--select{
    background-color: #fbca87 !important;
    font-weight: bold !important;
}

.semana-pagar--select{
    /*background-color:#7CD3AA !important;*/
    background-color: #5cb85c !important;
    color: white;
    font-weight: bold !important;
}

.semana-adelantar--select{
    /*background-color:#7CD3AA !important;*/
    background-color: #565a56 !important;
    color: white;
    font-weight: bold !important;
}

.semana-omitir--select{
    /*background-color:#7CD3AA !important;*/
    background-color: #5bc0de !important;
    color: white;
    font-weight: bold !important;
}

.semana-pagar-multa--select{
    /*background-color: #F6C785 !important;*/
    background-color: #f0ad4e !important;
    color: rgb(0, 0, 0);
    font-weight: bold !important;
}

.semana-no-pagar--select{
    /*background-color: #DC828A !important;*/
    background-color: #d9534f !important;
    color: white;
    font-weight: bold !important;
}

#ctxmenu {
    position: fixed;
    background: ghostwhite;
    color: black;
    cursor: pointer;
    border: 1px black solid
}

#ctxmenu > p {
    padding: 0 1rem;
    margin: 0
}

#ctxmenu > p:hover {
    background: black;
    color: ghostwhite
}

.container-chips{
    display: flex;
    padding: 0.5rem 0;
    gap: 0.5rem;
}