#wizard-container{
	width:90%;
}

#steps-container{
	display: inline-block;
	padding: 0;
	width: 100%;
}

#steps-container li{
	display:inline-block;
	float: left
	;
}

.step{
	list-style: none;
	padding: 0 30px;
	width: 16% !important;
}

.step-order,
.step-title{
	text-align: center;
	border: 2px solid #CCC;
	padding: 10px 0;
	color: #AAA;
}

.step-arrow{
	list-style: none;
  	font-size: 54px;
  	color: #CCC;
}

/*.step:first-of-type{
	border-left: 2px solid #CCC;
}
*/
/*.step:last-of-type{
	border-right: 2px solid #CCC;
}*/

.step-order{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	font-weight: bold;
}

.step-title{
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

.step.active,
.step.active>a>.step-order,
.step.active>a>.step-title{
	/*border-color: #900;
	background-color: #EEE;
	color: #555;*/

	border-color: #5cb85c !important;
	color: #5cb85c !important;
}

.step.done,
.step.done>a>.step-order,
.step.done>a>.step-title{
	border-color: #444;
	/*background-color: #EEE;*/
	color: #444;
}


#terms-and-conditions-tab{
	/* height: 30%;
	overflow: auto; */
	background-color: #DDD;
	font-size: 13px;
	
	/* PTC10082015-LOOper adjusted terms-and-conditions-tab */
	height: 400px;
    overflow: scroll;
    overflow-x: hidden;
	border-top-style: solid;
    border-top-color: #DDD;
    border-top-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    border-bottom-width: 5px;
}

.tab-pane{
	min-height: 190px;
}

@media (max-width: 675px){
	.step-title{
		display:none;
	}
}

/*PTC12292015-LOOper added style for buttons*/
#reg-finish, #reg-previous{
	font-size: 14px;
	padding: 6px 12px;
}

/*PTC01052016-LOOper added style for UserRegistration workaround for IE removed .has-error
 fix for QA Issue #2FA-196, #2FA-202, #2FA-203 Inconsistent color on the error message*/
.col-md-12.has-error, .col-sm-6.has-error{
	margin-bottom: 15px;
}
