@charset "UTF-8";

.step-area-widget {
	margin: 16px 25px 16px 25px;
	padding: 0;
	display: none;
}

.step-area-widget {
	font-family: inherit;
	font-size: 13pt;
}

.step-area-component ul {
	margin: 0;
	padding: 0;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	list-style: none;
	display: table;
	width: 100%;
	background-color: #FFFFFF;
}

.step-area-component li {
	padding: 0;
	position: relative;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	display: table-cell;
}

.step-area-component:after {
	content: '';
	display: block;
	clear: both;
}

.step-area-component li.finish {
	background: #F7F7F7;
	color: #666666;
}

.step-area-component li.current {
	font-weight: bold;
	background: #FFF2F2;
}

.step-area-component li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0px;
}

.step-area-component li:last-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
}

.step-area-component li:not(:last-child):before,
.step-area-component li:not(:last-child):after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style:solid;
	border-width:16px 10px 16px 10px;
	border-color:transparent;
}

.step-area-component li:not(:last-child):after {
	right:-20px;
	border-left-color:#CCCCCC;
	z-index: 3;
}

.step-area-component li:not(:last-child):before {
	right:-19px;
	border-left-color:#FFFFFF;
	z-index: 4;
}

.step-area-component li.finish:not(:last-child):before {
	border-left-color:#F7F7F7;
}

.step-area-component li.current:not(:last-child):before {
	border-left-color:#FFF2F2;
}

.step-area-top {
	padding: 0;
	line-height: 32px;
	height: 32px;
}

.step-area-bottom {
	width: 94%;
	padding: 8px 5px 8px 5px;
	font-size: 11pt;
	border: solid  #CCCCCC;
	border-width: 0px 1px 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 30.08px;
	height: 30.08px;
	margin-left: auto;
	margin-right: auto;
}

.step-area-top li.current .triangle:before,
.step-area-top li.current .triangle:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	left: 45%;
	border-style: solid;
	border-width: 7px 15px 7px 15px;
	border-color: transparent;
}

.step-area-top li.current .triangle:after {
	bottom: 0;
	border-bottom-color: #CCCCCC;
	z-index: 3;
}

.step-area-top li.current .triangle:before {
	bottom: -1px;
	border-bottom-color: #FFFFFF;
	z-index: 4;
}
