.app-content .wizard>.steps>ul>li:after,
.app-content .wizard>.steps>ul>li:before {
	content: '';
	z-index: 9;
	display: block;
	position: absolute
}

.app-content .wizard {
	width: 100%
}

.app-content .wizard .content {
	margin-right: 0!important
}

.app-content .wizard>.steps {
	position: relative;
	display: block;
	width: 100%
}

.app-content .wizard>.steps .current-info {
	position: absolute;
	right: -99999px
}

.app-content .wizard>.steps>ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	list-style: none
}

.app-content .wizard>.steps>ul>li {
	display: table-cell;
	width: auto;
	vertical-align: top;
	text-align: center;
	position: relative
}

.app-content .wizard>.steps>ul>li a {
	position: relative;
	padding-top: 52px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block
}

.app-content .wizard>.steps>ul>li:before {
	right: 0
}

.app-content .wizard>.steps>ul>li:after {
	left: 0
}

.app-content .wizard>.steps>ul>li:first-child:before,
.app-content .wizard>.steps>ul>li:last-child:after {
	content: none
}

.app-content .wizard>.steps>ul>li.current>a {
	color: #333;
	cursor: default
}

.app-content .wizard>.steps>ul>li.current .step {
	border-color: #00B5B8;
	background-color: #FFF;
	color: #00B5B8
}

.app-content .wizard>.steps>ul>li.disabled a,
.app-content .wizard>.steps>ul>li.disabled a:focus,
.app-content .wizard>.steps>ul>li.disabled a:hover {
	color: #999;
	cursor: default
}

.app-content .wizard>.steps>ul>li.done a,
.app-content .wizard>.steps>ul>li.done a:focus,
.app-content .wizard>.steps>ul>li.done a:hover {
	color: #999
}

.app-content .wizard>.steps>ul>li.done .step {
	background-color: #00B5B8;
	border-color: #00B5B8;
	color: #FFF
}

.app-content .wizard>.steps>ul>li.error .step {
	border-color: #FF7588;
	color: #FF7588
}

.app-content .wizard>.steps .step {
	background-color: #FFF;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -24px;
	z-index: 10;
	text-align: center
}

.app-content .wizard>.content {
	position: relative;
	width: auto;
	padding: 0;
	margin: 0
}

.app-content .wizard>.content>.title {
	position: absolute;
	right: -99999px
}

.app-content .wizard>.content>.body {
	padding: 0 20px
}

.app-content .wizard>.content>iframe {
	border: 0;
	width: 100%;
	height: 100%
}

.app-content .wizard>.actions {
	position: relative;
	display: block;
	text-align: left;
	padding: 0 20px 20px
}

.step-ul {
	display: flex;
	justify-content: center;
	position: relative;
}
.step-ul li {
	padding: 0px 10px;
}
.steps-validation {

}
.steps.clearfix {
	padding: 20px 20px;
	border-bottom: 1px solid #ddd;
}
.step-form .content {
	padding: 30px;
}
a.tab-item {
	padding: 6px 15px;
	color: #5390ad;
}
.step-ul li.current a,
.step-ul li:hover a{
	color: #5390ad;
	background: #f4f4f4;
	border-radius: 8px;
	text-decoration: none;
}
.step-form .actions{
	padding: 20px 20px;
	border-top: 1px solid #ddd;
}
.step-form .actions ul[role="menu"]{
	display: flex;
	justify-content: center;
	position: relative;
}
.step-form .actions ul[role="menu"] li{
	padding: 0px 10px;
}
.step-form .error {
	width: auto;
}
.step-form .actions ul[role="menu"] li a {
	padding: 6px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	background: #5390ad;
}
.step-form .actions ul[role="menu"] li a:hover{
	background:#20536c;
}
.step-form .actions ul[role="menu"] li a.previous{
	opacity: 1;
	background-color: #535353;
}
.step-form .actions ul[role="menu"] li a.next{}
.step-form .actions ul[role="menu"] li.disabled a.previous {
	opacity: 0.5;
	cursor: not-allowed;
}
.row .btn-add{
	float: right !important;
}
.pt-42 {
	padding-top: 1.7rem !important;
}
.danger{
	color: #dc3545;
}