button.wizard-botao,
button.wizard-botao-destaque {
  cursor: pointer;
  font-family: inherit;
  color: #fff;
  padding: 8px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 2px 6px #000;
  border: 1px solid #000;
  border-radius: 5px;
  background: linear-gradient(to bottom, #666 0%, #aaa 100%);
}

button.wizard-botao:hover {
  background: linear-gradient(to bottom, #666 0%, #ccc 100%);
}

button.wizard-botao-destaque {
  background: linear-gradient(to bottom, #f03 0%, #600 100%);
}

button.wizard-botao-destaque:hover {
  background: linear-gradient(to bottom, #f03 0%, #900 100%);
}

#lista-software button,
.lista-subtipo button {
  display: block;
  border: 1px #c0c0c0 dotted;
  padding: 5px;
  margin: 2px;
  width: 60px;
  height: 60px;
  text-indent: -1000px;
  opacity: 0.6;
  background: transparent;
  cursor: pointer;
}

#lista-software button:hover,
.lista-subtipo button:hover {
  border: 1px #666 solid;
  opacity: 0.9;
}

.lista-subtipo button {
  height: 14px;
  width: auto;
  text-indent: 0;
  font-size: 12px;
}

button.tipo-selecionado,
button.subtipo-selecionado {
  border: 1px #030381 solid !important;
  opacity: 1 !important;
}

button.subtipo-selecionado {
  background: #f6f6f6;
}
