.AreaItemActive:after { 
  width:  65px;  
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #000000;
  background: #01018a;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  content: "Площадь";
}
.AreaItemInactive:after { 
  width:  65px;  
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #000000;
  background: #ff0000;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  content: "Назад";
}
.ClearItemInactive:after,
.ClearItemActive {
	width:  65px;  
	height: 20px;
  padding-right: 5px;
  padding-left: 5px;
	border: 1px solid #000000;
	background: #01018a;
	font-size: 14px;
	font-weight: bold;
  color: #ffffff;
	content: "Очистить";
}
.DeleteItemInactive:after,
.DeleteItemActive {
	width:  65px;  
	height: 20px;
  padding-right: 5px;
  padding-left: 5px;
	border: 1px solid #000000;
	background: #01018a;
	font-size: 14px;
	font-weight: bold;
  color: #ffffff;
	content: "Удалить";
}
.ComputeItemInactive:after,
.ComputeItemActive {
	width:  65px;  
	height: 20px;
  padding-right: 5px;
  padding-left: 5px;
	border: 1px solid #000000;
	background: #01018a;
	font-size: 14px;
	font-weight: bold;
  color: #ffffff;
	content: "Расчитать";
}