/**
 * .phq-wizard__fix class fixes issue with z-index that prevent us to show
 * properly overlay and selected element at the top.
 */
.phq-wizard__fix #page,
.phq-wizard__fix #page .container,
.phq-wizard__fix #page .page_content,
.phq-wizard__fix #top,
.phq-wizard__fix #left_sidebar {
	z-index: auto;
}

.phq-wizard__fix .popup-overlay {
	z-index: 999998 !important;
}

.phq-wizard__fix .tooltip_error,
.phq-wizard__fix .hover_label,
.phq-wizard__fix #change_owner_container,
.phq-wizard__fix #popup_inactivity {
	z-index: 999999 !important;
}

.phq-wizard__preload {
	cursor: wait;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

.phq-wizard__overlay {
	background: url('../../../images/ui/wizard/bg.png'); /* IE */
	background: rgba(0, 0, 0, .78);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999900;
}
.phq-wizard__overlay > .phq-wizard__close {
	background: url('../../../images/ui/wizard/close.png') no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 110px;
	right: 20px;
}
.phq-wizard__progress {
	position: absolute;
	top: 116px;
	right: 60px;
}
.phq-wizard__progress li {
	background: url('../../../images/ui/wizard/progress.png') no-repeat 0 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.phq-wizard__progress li.active {
	background-position: -14px 0;
}
.phq-wizard__step {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	z-index: 999995;
}
.phq-wizard__step .phq-wizard__close {
	color: #fff;
	display: inline-block;
	padding: 6px 34px;
}

.phq-wizard__item {
	position: relative !important;
	z-index: 999998 !important;
}
.phq-wizard__item#gotoproof_container {
	border-radius: 4px;
}

.phq-wizard__step.small-arrow {
	background: url('../../../images/ui/wizard/arrow-step3-1.png') no-repeat top center;
	padding-top: 65px;
}
.phq-wizard__step.cntr {
	text-align: center;
}
.phq-wizard__step.step1-1 {
	background: url('../../../images/ui/wizard/arrow-step1.png') no-repeat;
	padding-top: 125px;
	padding-left: 160px;
}

.phq-wizard__step.step2-1 {
	background: url('../../../images/ui/wizard/arrow-step2-1.png') no-repeat bottom right;
	padding-bottom: 75px;
	padding-right: 110px;
}
.phq-wizard__step.step2-2 {
	background: url('../../../images/ui/wizard/arrow-step2-2.png') no-repeat top left;
	padding-top: 92px;
	padding-left: 25px;
	width: 240px;
}
.phq-wizard__step.step2-3 {
	  width: 260px;
}
.phq-wizard__step.step2-3,
.phq-wizard__step.step3-3 {
	background: url('../../../images/ui/wizard/arrow-step2-3.png') no-repeat top left;
	padding-top: 65px;
	padding-left: 110px;
}
.phq-wizard__step.step3-1 {
	width: 290px;
}
.phq-wizard__step.step3-2 {
	  width: 200px;
}
.phq-wizard__step.step3-3 {
	width: 250px;
}
.phq-wizard__step.step3-4 {
	background: url('../../../images/ui/wizard/arrow-step3-4.png') no-repeat left center;
	padding-left: 65px;
	width: 235px;
}
.phq-wizard__step.step4-1 {
	background-position: 127px 0;
	width: 500px;
}
.phq-wizard__step.step4-2 {
	background: url('../../../images/ui/wizard/arrow-step4-2.png') no-repeat left bottom;
	padding-bottom: 122px;
	padding-left: 0;
	min-width: 125px;
}
.phq-wizard__step.step5-1 .phq-wizard__content {
	background: url('../../../images/ui/wizard/arrow-step5-1.png') no-repeat left top;
	padding-left: 104px;
    padding-top: 78px;
    margin-left: 370px;
    box-sizing: border-box;
    width: 460px;
}
.phq-wizard__content p, .phq-wizard__content a.bttn {
	margin-bottom: 30px;
}
.phq-wizard__step span {
	display: block;
	font-size: 16px;
	letter-spacing: -.02em;
	line-height: 18px;
	padding-top: 5px;
}
.phq-wizard__step a {
	color: #6dc6ff;
	cursor: pointer;
}

#upload-main-autocomplete.phq-wizard__item {
	background: #fff;
}

.phq-wizard__footer {
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #b1b1b1;
	text-align: center;
	padding-top: 10px;
}
.phq-wizard__footer a,
.phq-wizard__footer .twitter-ico {
	background: url('../../../images/ui/wizard/twitter.png') no-repeat left center;
	padding-left: 36px;
	display: inline-block;
}