.tree-grid .status-tarefa {
  height: 60px;
  cursor: pointer;
  margin-bottom: 5px;
}
.tree-grid .botao-expandir {
  font-size: 25px;
  margin: auto;
}
.tree-grid .title {
  font-size: 14px !important;
  padding-top: 0px;
}
.tree-grid .descricoes {
  font-size: 12px;
  font-weight: bold;
  display: inline;
  line-height: 20px;
}
.tree-grid .descricao-tarefa {
  position: absolute;
  top: 5px;
  font-size: 18px;
  margin-top: -10px;
  padding-right: 4px;
}
.tree-grid .operadorTreeGrid {
  border-radius: 100%;
  max-height: 20px;
}
