﻿html, body {
  background-color: white;
}

.container-main {
  margin-top: 9px;
  margin-bottom: 66px;
}

.badge-notify {
  position: relative;
  top: -10px;
  left: -10px;
}

.fe-header {
  background-color: #1b2946;
  min-height: 220px;
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -250px !important; /* 50% of your logo width */
  display: block;
}

.JumboMinHeight {
  min-height: 400px !important;
}

.overlay {
  position: fixed;
  z-index: 9800;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(236, 240, 241, 0.75);
}

.overlayContent {
  z-index: 99;
  margin: 0px auto;
  width: 800px;
  height: 800px;
}

  .overlayContent h1 {
    text-align: center;
  }

.ContentWait {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.overlayContent img {
  width: 400px;
  height: 400px;
}

.FilaAlterna {
  background-color: #eff6fb;
}

.ProductoSeleccionado {
  background-color: #b5d5ea;
}

.EmptyCell {
  background-color: #e74c3c;
  color: #ecf0f1;
  font-size: 18px;
}

.FondoProcesoPedido {
  background: url("../img/fondo-linea.png") center repeat-y;
}

.tachado {
  text-decoration: line-through;
}
