.modal-content {
	width: 530px;
}

.step-header {
	font-size: large;
	font-weight: bold;
}

.step-round {
	padding-left: 0;
	counter-reset: flag;
	margin-top: 40px;
	margin-bottom: -10px;
}

.step-round li {
	display: table-cell;
	width: 1%;
}

.step-round li label {
	padding: 10px 0px;
	font-size: 10pt;
	color: #aaa;
}

.step-round li label::before {
	text-align: center;
	content: counter(flag);
	counter-increment: flag;
}

.step-round > li > label::before {
	position: absolute;
	z-index: 2;
	top: 45px;
	width: 30px;
	border-radius: 50%;
	background-color: #aaa;
	line-height: 30px;
	font-size: 12pt;
	color: #717071;
}

.step-round > li:last-child > label::after {
	right: 100%;
}

.step-round li label::after {
	content: "";
}

.step-round > li > label:after {
	position: absolute;
	left: 30px;
	top: 55px;
	background-color: #fff;
	z-index: 1;
	height: 8px;
	width: 70%;
}

.step-round > li.step-active > label {
	color: #fff;
}

.step-round > li.step-active > label::before {
	color: #fff;
}

.step-round > li.step-active > label::after {
	background: #bbb;
}

.lead {
	height: 50px;
	border-bottom: 1px solid;
}

.item {
	width: 30%;
	text-align: right;
}

.help {
	cursor: help;
}

.remarkTipLI {
position: absolute;
	margin-top: 5px;
	margin-bottom: 0;
	right: -25px;
	padding-left: 1.5em;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 150px;
	white-space: nowrap;
	background-color: rgb(226, 231, 255);
	color: rgb(50, 103, 103);
	font-size: 12px;
	box-shadow: 4px 4px rgb(192, 192, 192, 0.8);
}

.modal-footer {
	height: 50px;
	border-top: 1px solid;
	border-radius: 0 0 18px 18px;
	text-align: left;
}

.note {
	color: #777;
}

.Error {
	color: Red;
}

.btn {
	height: 50px;
	text-align: center;
}

.btn .btn-ok {
	padding-left: 8px;
	padding-right: 8px;
}

.msg {
	color: red;
	font-weight: bold;
}
