﻿.DesignedStagePageNumber {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	color: #006937;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	font-size: 22px;
	border: solid 2px;
}

.UnCompleteDesignedStagePageNumber {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	color: #bbbbbb;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	font-size: 22px;
	border: solid 2px;
}

.DesignedLine {
	height: 1px;
	width: -webkit-fill-available;
	background-color: #006937;
	border-radius: 50px;
	color: #006937;
	border: solid 1px;
	float: right;
	margin-top: 25px;
}

.DesignedStageInnerCircle {
	width: 43px;
	height: 43px;
	background-color: transparent;
	border-radius: 50px;
	color: white;
	line-height: 45px;
	border: solid 2px;
	margin: -49px 3px 0px 3px;
}




.DesignedStageSelectedPage {
	background-color: #006937;
	color: white;
	font-weight: 600;
	width: 53px;
	height: 53px;
	line-height: 52px;
}

.DesignedStagePageName {
	text-align: center;
	line-height: 18px;
	font-size: 14px !important;
	vertical-align: top;
}
