:root {
	--common-green: rgb(0,128,0);
	--common-orange: rgb(236,110,31);
	--common-grey: rgb(175,175,175);
  --common-blue: rgb(126,158,210);
  --common-red: rgb(220,53,69);
}

.status-color-legend > button {
  height: 20px;
  width: 20px;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px;
  border-radius: 10%;
  margin-right: 2px;
}

.status-color-legend {
  margin-top: unset !important;
  line-height: 5px;
}

.disabled {
	display: none !important;
}

.enabled {
	display: block !important;
}