.google-visualization-orgchart-table{
    border-collapse: initial !important;
}

.footer-div {
    position: fixed;
    bottom: 0;
    margin-bottom: 60px;
    width: -webkit-fill-available;
    margin-right: 0.5rem;
    justify-content: end;
    max-width: 1500px;
}
.btn-header{
    padding: 0px !important;
    height: 40px !important;
}
.ul-btn-nav-link > li {
    font-size: 16px;
    height: 33px;
    padding: 0px;
    cursor: pointer;
}
.ul-btn-nav-link > li > a {
    color:white;
    height: 100%;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-btn-nav-link{
    margin: 0px;
    margin-right: 2px;
    text-transform: uppercase;
}

.x-btn-nav-link .nav-link {
    padding: 0.1rem 0.5rem!important;
    background: #636363;
    color: white !important;
    border-radius: 0px 0px 10px 10px;
}

.x-btn-nav-link .nav-link.active, .show > .nav-link {
    background-color: #0561ff !important;
    color: #ffffff!important;
}

.table_defaul_th {
    color: white;
    position: sticky;
    top: 0;
    border-bottom: 0px;
    z-index: 2;
  }

@media screen and (max-width: 576px) {
    .pl-0-movil{
        padding-left: 0px;
    }
    .mb-4px-movil{
        margin-bottom: 5px;
    }
}

.input-totales{
    font-size: 20px;
}

.div-totales{
    background-color: #f1f1f1;
}
.a-component-redirect{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}