.dataTables_wrapper .dataTables_processing {
    background-color: #4d627b;
    border-radius: 5px;
    width: 60px !important ;
    height: 60px;
}

.vertical-center{
    min-height: 100%;
    display: flex;
    align-items: center;
}

.bg-pedigree {
    background-color: #f5f2e9;
}

.pedigree-arbol {
    display: flex;
    color: black;
}

.pedigree-arbol .pedigree-arbol_columna {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.pedigree-arbol .pedigree-arbol_columna .pedigree-arbol_elemento:nth-child(2n) {
    background-color: #f5f2e9;
}

.pedigree-arbol .pedigree-arbol_columna .pedigree-arbol_elemento {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px white solid;
}
