.titulo-tarefa {
  margin-bottom: 5px;
}
.nav-tipo-usuario {
  margin-bottom: 12px;
  /*margin-top: 5px;*/
}
.status-tarefa {
  height: 75px;
  cursor: pointer;
  margin-bottom: 6px;
}
.descricao-tarefa {
  position: absolute;
  top: 50%;
  font-size: 17px;
  left: 50%;
  text-align: center !important;
  transform: translate(-50%, -50%);
  line-height: 18px;
  /* Backward compatibility */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.status-tarefa .status-icone {
  font-size: 40px;
  font-size: 28px;
  position: absolute;
  left: 8px;
  top: 5px;
}
.status-total-atrasados {
  position: absolute;
  right: 8px;
  top: 5px;
  padding-top: 0px;
}
.status-total-atrasados strong {
  font-size: 10px;
}
.status-tarefa .status-total {
  position: absolute;
  bottom: 0px;
  right: 8px;
  font-size: 20px;
}
.container-sem-max {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .status-tarefa .status-total {
    position: absolute;
    bottom: 2px;
    right: 6px;
    font-size: 20px;
  }
  .container-works {
    height: calc(100vh - 125px) !important;
  }
}
.botaoVerTarefas {
  font-style: italic;
}
.coluna-bloco {
  padding-left: 3px;
  padding-right: 3px;
}
.container-works {
  height: calc(100vh - 130px);
}
.editar-filtro-dash {
  position: absolute;
  right: 10px;
  top: 7px;
  height: 30px;
  border-width: 0px;
  display: none;
}
.status-tarefa:hover .editar-filtro-dash {
  display: inline !important;
}
