
.remark {
	color: #C44;
	font-style: italic;
}

.tableConfirm {
	/*margin-left: 125px;*/
	/*background-color:#FFF;*/
	margin-top: 18px;
}
.tableConfirm div.col-md-10 {
	padding:8px;
	border-bottom: thin solid;
	border-bottom-color: #CCC;
}

.cnfLabel {
	font-weight: bold;
}

#hstep1, #hstep2, #hstep3, #hstep4 {
	border: 1px solid #d4d4d4;
}

.wizard {
	border: 0 !important;
}

.numCol {
	text-align: right;
}

.invalid {
	color: #b94a48;
	border-color: #b94a48;
}
.state-error input[type=text], .state-error input[type=text]+.input-group-addon {
    border-color: #b94a48;
	color: #b94a48;
}

#loading {
	padding: 6px 12px;
	display: inline-block;
}

.result {
	display: block;
	margin-top: 30px;
}
.pad25{

	padding-left: 4%;
	padding-right: 4%;
}

.inputpin:focus{
	border-color:#b94a48;
}

.floatleft{
	float: left;
}
.bootstrapWizard li {
    width: 25% !important;
}