.cont-grilla {
    top: 5vh;
    border: solid 4px black;
    border-radius: 10px;
    /*height: 89vh;*/
    background-color: white;
}

.cont-grilla2 {
    top: 5vh;
    border: solid 4px black;
    border-radius: 10px;
    height: auto;
    background-color: white;
}

.titutexto {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.1rem;
    color: green;
    text-align: left;
    font-weight: bolder;
}

.titutexto a {
    font-size: .7rem;
}

.grilla {
    position: relative;
    top: 0vh;
    /* height: 4vh; */
}

.tabla {
    border: solid 1px black;
    table-layout: fixed;
}

.tabla td {
    border: solid 1px black;
    overflow: hidden;
    /*   width: 16.7%; */
}

.tablatop {
    border: solid 2px black;
    border-bottom: none;
}

.tablatop th {
    border: solid 1px black;
    border-bottom: none;
    /* width: 16.7%; */
    text-align: center;
    height: auto;
}

.cont-info {
    top: 5vh;
    max-height: 40vh;
}

.gridin {
    position: relative;
    border: solid 2px black;
    max-height: 75vh;
    top: 0vh;
    overflow: auto;
    scrollbar-width: thin;
}

.gridtop {
    border: solid 0px black;
    height: auto;
}

.fechas {
    width: 70px;
}

.money {
    text-align: right;
    padding-right: 1vh;
}

.date {
    text-align: center;
}

.textos {
    padding-left: 1vh;
}

.cuadroInfoDepo {
    position:relative;
    top: 2vh;
    left: 2vh;
    z-index: 10;
    background-color: rgba(255, 255, 255, .8);
    height: min-content;
}

.divimagendeposito {
    position: absolute;
    top: 2vh;
    left: 2vh;
    text-align: center;
}

.portrait {
    margin: 0 auto;
    border: 2px solid black;
    max-height: 80vh;
    max-width: 90%;
    ;
}

.landscape {
    margin: 0 auto;
    border: 2px solid black;
    max-height: 80vh;
    max-width: 90%;
}

.linkherra {
    display: inline-block;
    color: black;
    font-size: 12pt;
    line-height: 22px;
}

.linkherra :link {
    color: rgb(15, 12, 12);
    line-height: 22px;
}

.linkherra :hover {
    color: black;
    font-size: 13pt;
    line-height: 20px;
}

.linkrevendedor,
.linkrevendedorB {
    text-decoration: none;
}

.linkrevendedorB:link {
    color: white
}

.linkrevendedorB:visited {
    color: white
}

.linkrevendedor:link {
    color: black
}

.linkrevendedor:visited {
    color: black
}

.custom-file-label::after {
    content: "Buscar";
    left: 0;
    width: 65px;
}

.custom-file-field::after {
    left: 51px;
}


.text-truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
