md-content {
  background-color: #fff;
}

.selectBarragem {
  max-width: 200px;
  font-size: 12px;  
  color: #222 !important;
  background-color: #9ac221;
}

.selectBarragem md-select-value.md-select-placeholder{
    max-width: 200px;
  font-size: 12px;  
  color: #222 !important;
}

.selectBarragem md-select-value.md-select-placeholder .md-icon {
  max-width: 200px;
  font-size: 12px;  
  color: #FFF !important;
}

.botao {
  max-height: 20px;
}

.formCadastro {
  background-color: #f5f5f5;
}

md-tooltip .md-content {
    height: auto;
}

.tooltip-multiline {
  height: auto;
}