.thumb-name {
    font-weight: bold;
    display: block;
}
.stock-counter {
    opacity: 0.8;
    position: absolute;
    margin-top: 5px;
    right: 21px;
}
.stock-transferencia {
    position: absolute;
    margin-top: 5px;
    left: 21px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.low-stock-alert {
    opacity: 0.8;
    position: absolute;
    margin-top: 5px;
    left: 21px;
    color: red;
}
.item-quantity {
    font-size: 40px;
}
.current-stock {
    font-size: 16px;
    font-weight: bold;
}
.item-number {
    font-size: 20px;
}
.item-title {
    font-size: 23px;
    font-weight: bold;
}
.item-price {
    font-size: 23px;
    font-weight: bold;
	color: #388e3c;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3c763d;
    border-color: #ccc;
}
a {
	color: #3c763d;
}

li.nav-item.active {
  background-color: #5baa00 !important;
}

div.nav-item.active {
  background-color: #5baa00 !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
  background-color: #388e3c !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
}

.bg-success {
  background-color: #76b82a !important;
}

.btn-success {
  background-color: #5baa00 !important;
}

.table-success{
  --bs-table-bg: #76b82a !important;
  color: #fff;
  /* background-color: #76b82a !important; */
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.2);*/
}

@keyframes ldio-naesf00ijc {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-naesf00ijc div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-naesf00ijc linear 1s infinite;
  background: #76b82a;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}.ldio-naesf00ijc div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #76b82a;
}.ldio-naesf00ijc div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #76b82a;
}
.loadingio-spinner-spinner-f0i3pnl55qb {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-naesf00ijc {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-naesf00ijc div { box-sizing: content-box; }
/* generated by https://loading.io/ */

.fade-in {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}