/************************************* ETIQUETAS DE ESTADOS DE CAMPAÑAS *****************************************/
[class^='statusButton']{
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
  cursor: default;
  display: inline-block;
  padding: 4px 10px;
  min-width: 140px;
  text-align: center;
  font-family: "Roboto",sans-serif;
}
.statusButtonGrey {
	background-color: #C0C9CE;
}
.statusButtonBlue {
	background-color: #4EA8D1;
}
.statusButtonPurple {
	background-color: #764875;
}
.statusButtonYellow {
	background-color: #FFB74D;
}
.statusButtonOrange {
	background-color: #FF7043;
}
.statusButtonGreen {
	background-color: #4DB6AC;
}
.statusButtonRed {
	background-color: #F44336;
}
/*********************************** FIN ETIQUETAS DE ESTADOS DE CAMPAÑAS ***************************************/


.statusButtonPurple.with-icon {
  min-width: 30px;
  padding: 4px 0px 6px 0px;
}
.statusButtonPurple.with-icon img {
  max-width: 10px;
}
