.wizard,.tabcontrol
{
	display: block;
	overflow: hidden;
	width: 100%;
}
.wizard a,.tabcontrol a
{
	outline: 0;
}
.wizard ul,.tabcontrol ul
{
	list-style-type: none;
	margin: -55px auto auto;
	padding: 0 0 15px 0;
	text-align: center;
	width: 290px;
}
.wizard ul>li,.tabcontrol ul>li
{
	display: block;
	padding: 0;
}
.wizard>.steps .current-info,.tabcontrol>.steps .current-info
{
	left: -999em;
	position: absolute;
}
.wizard>.content>.title,.tabcontrol>.content>.title
{
	left: -999em;
	position: absolute;
}
.wizard>.steps
{
	display: block;
	position: relative;
	width: 100%;
}
.wizard.vertical>.steps
{
	display: inline;
	float: left;
	width: 30%;
}
.wizard>.steps .number
{
	background: #ccc;
	border: 3px solid #fff;
	border-radius: 99px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	height: 43px;
	left: 5px;
	line-height: 38px;
	moz-border-radius: 99px;
	ms-border-radius: 99px;
	o-border-radius: 99px;
	position: relative;
	text-align: center;
    top: 5.5em;
    left: .5em;
	webkit-border-radius: 99px;
	width: 43px;
}
.wizard>.steps .number:after
{
  content: " ";
  width: 38px;
  height: 0;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 19px;
  left: 40px;
}
.wizard>.steps .last .number:after
{
  display:none;
}
.wizard>.steps .done .number:before
{
	content: '\2713';
	display: block;
	font-family: 'responsive';
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	text-decoration: inherit;
}
.wizard>.steps .done .number
{
	background: #ec6353;
}
.wizard>.steps .current .number
{
	background: #ec6353;
}
.wizard>.steps>ul>li
{
	width: 25%;
}
.wizard>.steps>ul>li,.wizard>.actions>ul>li
{
	float: left;
}
.wizard.vertical>.steps>ul>li
{
	float: none;
	width: 100%;
}
.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active
{
	border-radius: 5px;
	color: #000;
	display: block;
	font: 12px "Lato",sans-serif,italic;
	font-style: italic;
	font-weight: 600;
	moz-border-radius: 5px;
	padding: .5em 0 3.5em 1em;
  margin: .5em 0;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
	webkit-border-radius: 5px;
	width: auto;
}
.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active
{
	cursor: default;
}
.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active
{
	cursor: default;
}
.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active
{
}
.wizard>.steps .error a,.wizard>.steps .error a:hover,.wizard>.steps .error a:active
{
}

.wizard > .steps .error a .number
{
background: #CC0000;
}

.wizard>.steps .error .number:before
{
content: '\2716';
display: block;
font-family: 'responsive';
font-style: normal;
font-weight: normal;
speak: none;
text-align: center;
text-decoration: inherit;
}

.wizard .help-block
{
  color: #CC0000;
}

.wizard>.content
{
	background: #e9e9e9;
	border-radius: 5px;
	display: block;
	margin: 0.5em;
	moz-border-radius: 5px;
	overflow: hidden;
	position: relative;
	webkit-border-radius: 5px;
	width: auto;
}
.wizard.vertical>.content
{
	display: inline;
	float: left;
	margin: 0 2.5% 0.5em 2.5%;
	width: 65%;
}
.wizard>.content>.body
{
	float: left;
	padding: 2.5%;
	position: absolute;
	width: 95%;
}
.wizard>.content>.body ul
{
	list-style: disc!important;
}
.wizard>.content>.body ul>li
{
	display: list-item;
}
.wizard>.content>.body>iframe
{
	border: 0 none;
	height: 100%;
	width: 100%;
}
.wizard>.content>.body input
{
	border: 1px solid #ccc;
	display: block;
}
.wizard>.content>.body input[type="checkbox"]
{
	display: inline-block;
}
.wizard>.content>.body input.error
{
	background: rgb(251,227,228);
	border: 1px solid #fbc2c4;
	color: #8a1f11;
}
.wizard>.content>.body label
{
	display: inline-block;
	margin-bottom: 0.5em;
}
.wizard>.content>.body label.error
{
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em;
}
.wizard>.actions
{
	display: block;
	position: relative;
	text-align: right;
	width: 100%;
}
.wizard.vertical>.actions
{
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%;
}
.wizard>.actions>ul
{
	display: inline-block;
	text-align: right;
}
.wizard>.actions>ul>li
{
	margin: 0 0.5em;
}
.wizard.vertical>.actions>ul>li
{
	margin: 0 0 0 1em;
}
.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active
{
	background-color: #ec6353;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 14px "Lato",sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	min-height: 43px;
	padding: 12px 15px;
	text-transform: uppercase;
	vertical-align: 0;
	white-space: normal;
}
.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active
{
	background: #eee;
	color: #aaa;
}
.wizard>.loading
{
}
.wizard>.loading .spinner
{
}
.tabcontrol>.steps
{
	display: block;
	position: relative;
	width: 100%;
}
.tabcontrol>.steps>ul
{
	margin: 6px 0 0 0;
	position: relative;
	top: 1px;
	z-index: 1;
}
.tabcontrol>.steps>ul>li
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	margin: 5px 2px 0 0;
	moz-border-radius-topleft: 5px;
	moz-border-radius-topright: 5px;
	padding: 1px;
	webkit-border-top-left-radius: 5px;
	webkit-border-top-right-radius: 5px;
}
.tabcontrol>.steps>ul>li:hover
{
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}
.tabcontrol>.steps>ul>li.current
{
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	margin-top: 0;
	padding: 0 0 1px 0;
}
.tabcontrol>.steps>ul>li>a
{
	border: 0 none;
	color: #5f5f5f;
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}
.tabcontrol>.steps>ul>li>a:hover
{
	text-decoration: none;
}
.tabcontrol>.steps>ul>li.current>a
{
	padding: 15px 30px 10px 30px;
}
.tabcontrol>.content
{
	border-top: 1px solid #bbb;
	display: inline-block;
	height: 35em;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
	width: 100%;
}
.tabcontrol>.content>.body
{
	float: left;
	height: 95%;
	padding: 2.5%;
	position: absolute;
	width: 95%;
}
.tabcontrol>.content>.body ul
{
	list-style: disc!important;
}
.tabcontrol>.content>.body ul>li
{
	display: list-item;
}