
div.mainmenu.warehousestocks::before {
	content: "\f249";
}
div.mainmenu.warehousestocks {
	background-image: none;
}

.error_yaexiste {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 30px;
	color: #D8000C;
	background-color: #FFBABA;
	width: fit-content;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}

.lds-ripple div {
  position: absolute;
  border: 3px solid grey;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    opacity: 0;
  }
}

#ajaxContent{
  display:flex;
  flex-direction: column;
}

#ajaxContent .botonFinal{
  order: 3;
}

.tabla_packingList{
  max-width: 600px;
  order:1;
}

.tabla_packingList, .tabla_packingList td, .tabla_packingList th{
  border: 1px solid black;
  padding: 5px;
}

hr{
  margin: 10px 0;
}

#orderTable tr.done td{
  background-color: #2a7d2a;
  color: white;
}

#orderTable tr.done td a{
  color: white;
  text-decoration: underline;
}

.tabla_packingList th{
  background-color: rgb(224 95 11 / 65%);
  color:white;
}

.tabla_packingList tr.done{
  background-color: #00800075;
  color: white;
}

.tabla_packingList.selected{
  order: 0 !important;
}

.tabla_packingList.selected tr.done{
  background-color: green;
  color: white;
}

.tabla_packingList.selected th{
  background-color: rgb(224 95 11);
}

.tabla_packingList .total{
  width: 25%;
}

.tabla_packingList .ref{
  width: 75%;
}

.tabla_packingList small{
  font-size: 12px;
}

.input_escondido{
  width: 0;
  height: 0;
  min-width: 0 !important;
  min-height: 0;
  padding: 0;
  margin: 0;
}

#tablelines tr.done>td{
  background-color: #00800075;
  color: white;
}

#tablelines tr.done>td *{
  color: white;
}

#preparacion_pedidos tr.done *{
  background-color: green !important;
  color: #fff !important;
}
