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

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

.no-mostrar{
    display: none;
}


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%;
}

input[readonly], input[readonly="readonly"] {
    background-color: #dbdbdb;
}

h5.card-title small{ color:#8d9094}

.notifications-scroll{
   max-height: 280px;
  overflow-y: auto;
  min-width: 290px;
}

.notifications-last-element{
  text-align: center;
  font-size: 14px;
}

.clickeable{
    cursor: pointer;
}
