.red,
.error {
  color: #99182c;
}

/*
#background-color: #155638;
 background-color: #179E56;
color: #FFF2D6;
*/
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962b3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.light-gray {
  background-color: #ccc;
}

.text-crema {
  color: #fff2d6;
}

/*
.swal-button--cancel {
    background-color: #F78B03;
    color: #FFF2D6;
}
*/

img.catalogo {
  height: 150px;
  width: auto;
}

img.lista {
  height: 40px;
  width: auto;
}

/* Ordenes */
span.estado-orden {
  font-size: 10 !important;
  font-weight: bold !important;
}
.subtitulo {
  color: rgb(21, 86, 56) !important;
  font-size: 18px;
  padding-top: 10px;
  font-weight: bold;
}

.flatpickr-day.today {
  border-color: #f78b03 !important;
  background-color: #f78b03 !important;
}

.flatpickr-day.selected {
  border-color: #155638 !important;
  background-color: #155638 !important;
}

.form-input {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.hb {
  border: 0.065rem solid #999 !important;
}

.fondoCasa {
  background-color: #fa522e;
}

.fondoOficina {
  background-color: #179e56;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  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: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
