.botao {
  background: #0084cc;
  color: #ffffff !important;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
  border: 1px solid transparent;
  cursor: pointer;
}

.botao.botao-mini {
  font-size: 8px;
  padding: 3px;
}

.botao.botao-vermelho {
  background: #990000;
}

.botao.botao-verde {
  background: #067862;
}

.botao:hover {
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
  opacity: 0.9;
}

.botao:active {
  position: relative;
  top: 1px;
}

.botao-sm {
  padding: 5px 5px;
  font-size: 9px;
}

.botao-transparent {
  color: #333333 !important;
  background: transparent;
}

.botao-link {
  background: none;
  color: #0084cc !important;
  text-decoration: underline;
  text-transform: inherit;
}

.botao-dark {
  color: #ffffff !important;
  background: #333333;
}

.botao-light {
  color: #333 !important;
  background: rgb(248, 249, 250);
}

.botao-link:hover {
  color: #0084cc !important;
  background: none;
}

.botao-icon {
  font-size: 18px;
  padding: 6px 4px;
}

/**
 * Fix for Zend forms
 */
.input-checkbox + .hint {
  margin: 0;
  padding: 0 !important;
  position: relative;
  bottom: 16px;
  left: 25px;
}

.dropdown {
  position: relative;
}

.dropdown-options {
  background: #ffffff;
  position: absolute;
  z-index: 1;
  display: none;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  white-space: nowrap;
}

.dropdown-item {
  display: block;
  color: #0084cc !important;
  text-decoration: none;
  padding: 10px;
}

.dropdown-item:hover {
  color: #ffffff !important;
  background: #0084cc;
}

.dropdown:hover .dropdown-options { display: block; }

/* End of file botoes.css */
/* Path: ./css/botoes.css */
