.fe{
  text-transform: uppercase;
  color: #ea1b29;
}

.err-msg{
  color: #dd4b39;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #ea1b29 !important;
    border-color: #ea1b29 !important;
}

.main-footer a, .main-footer a:hover, .main-footer a:active, .main-footer a:focus {
    color: #ea1b29 !important;
}

.box.box-primary {
    border-top-color: #ea1b29 !important;
}

/* Status color */

.label-Procesando{
  background-color: #f39c12;
}

.label-Enviado{
  background-color: #00a65a;
}

/* End status Color */

sub {
    bottom: 0.15em;
    margin-left: -5px;
}

legend {
  font-size: 18px;
}

/* Modals */

.Procesando {
    background: #f39c12;
    color: #fff;
}

.Enviado {
    background: #00a65a;
    color: #fff;
}

/* Progres bars*/

.progress-bar-Procesando {
    background-color: #f39c12;
    width: 50%;
}

.progress-bar-Enviado{
  background-color: #00a65a;
  width: 100%;
}

/* Custom inputs */
[name="search"], [name="order_number"]{
  text-transform: uppercase;
}

.btn-group > .btn{
  padding: 0px 12px;
}
