/*Aqui object utilizador pode definir sobreposições de classes CSS do tema normal definidas na aplicação, ou seja, das definições que se encontream no ficheiro theme-default.css*/


.circuloShap {
  width: 8em;
  height: 8em;
  border-radius: 5em;
  line-height: 1em;
  /* font-size: 1em; */
  color: #fff;
  /*line-height: 8em;*/
  text-align: center;
  background: RGB(252,200,11);
  display: table;
  margin-right:1em;
  margin-left:auto;
  white-space: pre;
  float:left;
  color: black;
  border-bottom: 1em;
}

.circuloShapRight {
  width: 8em;
  height: 8em;
  border-radius: 5em;
  line-height: 1em;
  /* font-size: 1em; */
  color: #fff;
  /*line-height: 8em;*/
  text-align: center;
  background: RGB(252,200,11);
  display: table;
  margin-left:auto;
  white-space: pre;
  float:left;
  color: black;
  
}

.InnercirculoShap {
  display: table-cell;
  vertical-align: middle;
  border-spacing: inherit;
}

.InnerTextcirculoShap {
  display: inline-block;
  font-size: 2em;
  text-align: center;  
  line-height: 0em;
}

.InnerText2circuloShap {
	display: inline-block;
	line-height: 0em;
	font-size: 0.5em;
	text-align: center;
	color: black;
}

