#logo {
  background-image: url("../images/logo_trecho.PNG");
  min-width: 770px;
}

#logo2 {
  float: right;
}

.hidden {
  display: none;
}

#mensagem {
  text-align: center;
}

.sucesso {
  color: blue;
}

.erro {
  color: red;
}

.negrito {
  font-weight: bold;
}

.obrigatorio {
  color: red;
}

.informacoesItens {
  min-width: 250px;
}

.loading-spinner {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

.loading-spinner.active {
  display: block;
}

#fadinglines { /* centraliza no meio da tela */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}

.excluir {
  min-width: 75px;
}