﻿
.wizard-steps {
	list-style: none;
	display: table;
	width: 70%;
	padding: 0;
	margin: 30px auto 40px auto;
	position: relative
}
.wizard-steps li {
	display: table-cell;
	text-align: center;
	width: 1%
}
.wizard-steps li .step {
	border: 5px solid #ced1d6;
	color: #fff;
	font-size: 1.125rem;
	font-weight:bold;
	border-radius: 100%;
	background-color: #ced1d6;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center
}
.wizard-steps li:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 4px solid #ced1d6;
	position: relative;
	top: 21px;
	z-index: 1
}
.wizard-steps li:last-child:before {
	max-width: 50%;
	width: 50%
}
.wizard-steps li:first-child:before {
	max-width: 51%;
	left: 50%
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
	border-color: #ff8c00;
	background:#ff8c00;
	color: #fff;
    font-weight: bold;
}
.wizard-steps li.complete .step {
	cursor: default;
	color: #FFF;
	-webkit-transition: transform ease .1s;
	transition: transform ease .1s
}
.wizard-steps li.complete .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	content: "\f00c";
	background-color: #ff8c00;
	z-index: 3;
	font-family: FontAwesome;
	font-size: 1.0625rem;
	color: #fff
}

/*--步驟點選變色--*/
.wizard-steps li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #fcbd00;
	background: #fcbd00;
}
.wizard-steps li.complete:hover:before {
	border-color: #fcbd00;
}

.wizard-steps li.complete:hover .step:before {
		background: #fcbd00;
}



.wizard-steps li .title {
	display: block;
	margin-top: 4px;
	max-width: 100%;
	color: #c2c2c1;
	font-size: 1rem;
	z-index: 104;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
	color: #000
}
.step-content .step-pane {
	display: none;
	min-height: 200px;
	padding: 4px 8px 12px
}
.step-content .active {
	display: block
}
.wizard-actions {
	text-align: center;
	margin:40px 0px;
}

@media only screen and (max-width:767px) {
.wizard-steps li .step {
	width: 30px;
	height: 30px;
	line-height: 24px;
	border-width: 3px
}
.wizard-steps li:before, .wizard-steps li:after {
	border-width: 3px
}
.wizard-steps li.complete .step:before {
	line-height: 24px;
	font-size: 0.8125rem
}
.wizard-steps li:before {
	top: 16px
}
.step-content .step-pane {
	padding: 4px 4px 6px
}


.wizard-steps {
	width: 100%;
}
}






.ace-settings-container {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 12
}


.breadcrumbs-fixed .ace-settings-container {
	top: 9px
}

/*--左右--*/
.btn.ace-settings-btn {
	float: left;
	display: inline-block;
	width: 42px!important;
	text-align: center;
	border-radius: 6px 0 0 6px!important;
	opacity: .55;
	filter: alpha(opacity=55.00000000000001);
	vertical-align: top;
	margin: 0
}

.btn.ace-settings-btn:hover, .btn.ace-settings-btn.open {
	opacity: 1;
	filter: alpha(opacity=100)
}


.ace-settings-box {
	display: none;
	float: left;
	width: 175px;
	padding: 0 14px;
	background-color: #FFF;
	border: 2px solid #ffb34b
}
.ace-settings-box.open {
	display: inline-block
}
.ace-settings-box>div {
	margin: 6px 0;
	color: #444;
	max-height: 24px
}
.ace-settings-box>div>label {
	font-size: 0.8125rem
}
.btn-scroll-up {
	border: 0;
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 11
}



.steptxt {
	width:80%;
	margin:30px auto 0px auto;
	line-height:1.8em;
}

.steptxt ol {
	margin:0px;
	padding:0px;	
}

.orange {
	color:#ff8c00;
}



@media screen and (max-width: 480px) {	
.wizard-steps li .title {
    font-size: 0.875rem;
	}
}