.smallsize {
    width: 30px;
}

.content-header h1 {
    padding-top: 5px;
}

td {
    text-align: center;
}

th {
    text-align: center;
}

.parpadea {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
        /*opacity: 0;*/
        background-color: red;
    }
}
#my_file, #download_production{
    display: none;
}
.mt-30{
    margin-top: 30px;
}
.progress{
    margin: 10px 0 5px 0;
}
.legajo_nombre{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    font-size: 0.8em;
}
#botonera{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
/* CSS para el scroll top de la tabla */
.large-table-container-3 {
    overflow-x: scroll;
    overflow-y: auto;
}
.large-table-container-3 table {}
.large-table-fake-top-scroll-container-3 {
    overflow-x: scroll;
    overflow-y: auto;
}
.large-table-fake-top-scroll-container-3 div {
    font-size:1px;
    line-height:1px;
}
.boton_visita{
    color: black;
}
.boton_visita:hover{
    background-color: #ededed;
}
.search{
    width: 100%;
}
.searchTerm{
    padding: 5px;
    border: 3px solid #00B4CC;
    border-radius: 5px;
    width: 100%;
}
.searchTerm:focus{
    color: #00B4CC;
}
.asignados{
    font-size: 18px;
}
.bcolor_0 {
    background-color: #ffa64d !important;
}

.bcolor_1 {
    background-color: #00af00 !important;
}

.bcolor_2 {
    background-color: #ff4d4d !important;
}
.progress_rutas {
    border: solid 1px #ccc;
    border-radius: 4px;
}
.nro_arriba_procent {
    font-size: 16px;
    font-weight: bold;
}