.navbar{
    background-image: url(../imgs/cabecera.jpg);
    background-position: center;
    background-size: cover;
}
.navbar .navbar-nav{
    margin-left: auto !important;
    margin-right: 0 !important;
}
.navbar .navbar-nav li a{
    text-transform: uppercase;
    color: black !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.navbar span a{
    border-bottom: 3px solid  #dc3545!important;
    font-family: 'Roboto', sans-serif;
}

.navbar .navbar-nav li:hover{
    border-bottom: 3px solid black;
}
.cabecera-tab{
    white-space: initial !important;
}
#appListadoVenta .row{
    flex: 0 1 auto;
}
#listadoVentas .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){
    background: white;
}

#listadoVentas .v-data-table>.v-data-table__wrapper>table>tbody>tr>td,#appListadoVenta .v-data-table>.v-data-table__wrapper>table>thead>tr>th {
    padding: 0 4px !important;
}
#listadoVentas .v-data-table-header tr th:nth-child(3){
    width: 90px;
}