#container_report .group_btn {
  display: inline-block;
  width: 12%;
  margin-right: 1.5%;
  height: 140px;
  background-color: #36a9e0;
  color: white;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 1.5%;
  padding: 0 1%;
}
#container_report .group_btn span,
#container_report .project_btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
#container_report .project_btn {
  display: inline-block;
  width: 10%;
  padding: 0 2%;
  margin-right: 2%;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 80px;
  background-color: #51b6ca;
  color: white;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#container_report .unselected {
  background-color: #a5a5a5;
  cursor: not-allowed;
}

