
.wizard, .tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden
}

.wizard a, .tabcontrol a {
	outline: 0
}

.wizard a:hover {
	color: #005952;
}

.wizard ul, .tabcontrol ul {
	list-style: none !important;
	padding: 0;
	margin: 0
}

.wizard ul > li, .tabcontrol ul > li {
	display: block;
	padding: 0
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
	position: absolute;
	left: -999em
}

.wizard > .content > .title, .tabcontrol > .content > .title {
	position: absolute;
	left: -999em
}

.wizard > .steps {
	position: relative;
	display: block;
	width: 100%
}

.wizard.vertical > .steps {
	display: inline;
	float: left;
	width: 25%
}

.wizard > .steps .number {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: #fff;
	color: #3dc9b3;
	border-radius: 50%;
	font-size: 1.429em;
	text-align: center;
	padding: 4px;
}
.wizard > .steps .done .number {
	background: #005952;
}

.wizard > .steps .title {
	background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 1px;
	background-repeat: repeat-x;
	padding-bottom: 9px;
	text-transform: uppercase;
	position: relative;
	top:8px;
	left: -10px;
}
.wizard > .steps .current a .title, .wizard > .steps .current a:hover .title, .wizard > .steps .current a:active .title {
	background-image: none;
	border-bottom: 3px solid #fff;
}

.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 {
	display: block;
	width: auto;
	margin: 0 .1em .5em;
	padding: 1em 0.25em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 1px;
	text-align: left;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
	color: #fff;
	cursor: default;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	color: #fff;
	cursor: default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	color: #fff;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
	background: #c95060;
	color: #fff;
}

.wizard > .content {
	background: none;
	border: 1px solid #fff;
	display: block;
	margin: .5em;
	min-height: 37em;
	overflow: hidden;
	position: relative;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	-webkit-transition: all 2s ease;
}

.wizard.vertical > .content {
	display: inline;
	float: left;
	margin: 0 2.5% 1.5em 2.5%;
	width: 70%;
	padding-bottom: 1em;
}

.wizard > .content > .body {
	float: left;
	position: absolute;
	width: 100%;
	height: 95%;
	padding: 5%;

}
.wizard .content .body.current {
	position: relative;
}

.wizard > .content > .body ul {
	list-style: disc !important
}

.wizard > .content > .body ul > li {
	display: list-item
}

.wizard > .content > .body > iframe {
	border: 0 none;
	width: 100%;
	height: 100%
}

.wizard > .content > .body input {
	display: block;
	border: 1px solid #fff;
}

.wizard > .content > .body input[type="checkbox"] {
	display: inline-block
}

.wizard > .content > .body input.error {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11
}

.wizard > .content > .body label {
	display: inline-block;
	margin-bottom: .5em
}

.wizard > .content > .body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em
}

.wizard > .actions {
	position: relative;
	display: block;
	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 .5em
}

.wizard.vertical > .actions > ul > li {
	margin: 0 0 0 1em
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #26726c;
	border: 1px solid #005952;
	color: #fff;
	display: block;
	padding: 1em 2em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.wizard > .loading {
}

.wizard > .loading .spinner {
}

.tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%
}

.tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1
}

.tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	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;
	padding: 0 0 1px 0;
	margin-top: 0
}

.tabcontrol > .steps > ul > li > a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	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 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px
}

.tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%
}

.tabcontrol > .content > .body ul {
	list-style: disc !important
}

.tabcontrol > .content > .body ul > li {
	display: list-item
}

@media (max-width: 600px) {
	.wizard > .steps > ul > li {
		width: 50%
	}

	.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
		margin-top: .5em
	}

	.wizard.vertical > .steps, .wizard.vertical > .actions {
		display: block;
		float: none;
		width: 100%
	}

	.wizard.vertical > .content {
		display: block;
		float: none;
		margin: 0 .5em .5em;
		width: auto
	}
}

@media (max-width: 480px) {
	.wizard > .steps > ul > li {
		width: 100%
	}
}

.com {
	color: #93a1a1
}

.lit {
	color: #195f91
}

.pun, .opn, .clo {
	color: #93a1a1
}

.fun {
	color: #dc322f
}

.str, .atv {
	color: #d14
}

.kwd, .prettyprint .tag {
	color: #1e347b
}

.typ, .atn, .dec, .var {
	color: teal
}

.pln {
	color: #48484c
}

.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8
}

.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0
}

ol.linenums {
	margin: 0 0 0 33px
}

ol.linenums li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff
}


.wizard > .content > .body label {
	color: #fff;
	font-weight: 300;
}
.wizard > .content > .body input[type='radio'] {

}
.wizard section {
	overflow: visible;
}
.wizard section div {
	text-align: left;
}
.wizard .img_container img{
	object-fit: contain;
	height: 170px;
}
.wizard .block_color .img_container img {
	height: 155px;
}
.form-group {
	height: auto;
}

.form-group input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.form-group label{
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 13px;
	padding: 0px 0px 0px 46px;
	margin: 10px auto;
	height: 15px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	position: absolute;
	bottom: 2px;
}

.form-group:hover label{
	color: #FFFFFF;
}

.form-group .check{
	display: block;
	position: absolute;
	border: 2px solid #fff;
	border-radius: 100%;
	height: 19px;
	width: 19px;
	left: 20px;
	bottom: 4px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.form-group:hover .check {
	border: 3px solid #d6f4ef;
}

.form-group .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 11px;
	width: 11px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
	border: 2px solid #fff;
}

input[type=radio]:checked ~ .check::before{
	background: #fff;
}

input[type=radio]:checked ~ label{
	color: #0DFF92;
}
.wizard .form-group {
	margin-left: -14px;
}

.wizard > .content h4 {
	text-align: left;
	color: #005952;
	font-weight: 400;
	font-size: 1.2em;
	margin-top: 6px;
	margin-bottom: 13px;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding-bottom: 10px;
}
.wizard > .content h3 {
	text-align: center;
	color: #005952;
	font-weight: 400;
	font-size: 1.4em;
	margin-top: 30px;
	margin-bottom: 13px;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding-bottom: 10px;
}
.wizard .validation_error {
	color: #fff;
	background: #c95060;
	padding: 6px 12px;
}
.wizard section > div {
	margin-bottom: 20px;
}

#result div {
	color: #fff;
	font-weight: 300;
	margin-bottom: 1px;
}
#result div span {
	color: #fff;
	font-weight: 600;
	border-bottom: 1px dashed #fff;
}

#price {
	border: 1px dotted #fff;
	color: #fff;
	padding: 15px;
	font-size: 18px;
}

.wizard p {
	color: #fafafa;

}

.wizard .plupload_filelist li {
	padding: 10px 8px;
	/* background: #F5F5F5 url(../img/backgrounds.gif) repeat-x 0 -156px; */
	border-bottom: 1px solid #DDD;
}
.plupload_button, .plupload_file_size {
	display: block;
}

input::placeholder {
	color: #fafafa;
	opacity: 1;
}
.wizard .info_icon {
	color: #26726c;
	font-size: 28px;
}



.row.qty_price {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed rgba(255,255,255,0.35);
	padding-bottom: 20px;
}
.row.qty_price .img_container {
	height: 155px;
}
.row.qty_price .img_container img {
	height: revert;
	width: 165px;
}
.row.qty_price > div {
	align-self: flex-end;
	margin-top: -43px;
}
.row.qty_price .form-group {
	margin-bottom: 0;
}
.row.qty_price .img_container img  {
	top: 30px;
	position: relative;
}

.prices {
	color: #ededed;
}
.prices span {
	color: #fff;
}