.v-main-content{
    padding: 10px 5%;
}

.row-venta input{
    font-size: 15px;
}


html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 5rem;
}

.footer {
    width: 100%;
    height: 60px;
    background: #44484d;
    position: absolute;
    bottom: 0px; left: 0;
    padding: 10px;
    border-top: gray 12px solid;
}

.modal-xxl{
    max-width: 1024px;
}

.close-stock,.stock-badge{
    cursor:pointer;
}

#articulo_search_exportar{
    margin-left: 3px;
}

.btn-inline{
    width: 3.33%;
}