#header_title {
	width: 100%;
	margin-bottom: 20px;
}

#header_title > div {
	vertical-align: top;
}

#header_title > div:nth-child(1) h1 {
	font-weight: 800;
	font-size: 18pt;
	margin: 0;
	letter-spacing: -0.5pt;
}

#header_title > div:nth-child(1) h2 {
	font-weight: 400;
	font-size: 10pt;
	margin: 0;
	margin-top: 5px;
	color: #000;
	line-height: 25px;
}

#header_title > div:nth-child(2) {
	text-align: center;
	width: 110px;
}

#header_title > div:nth-child(2) > div:nth-child(1) {
	font-size: 9pt;
	margin-bottom: 3px;
	font-weight: 400;
	color: #999;
	letter-spacing: -0.2pt;
}

#header_title > div:nth-child(2) > div:nth-child(2) {
	font-size: 18pt;
	font-weight: 400;
}

#wizard_window {
}

#wizard_window > div:nth-child(1) {
	text-align: center;
}

#wizard_steps {
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
	text-align: center;
	table-layout: fixed;
	padding: 25px 25px 25px;
	box-sizing: border-box;
}

#wizard_steps > div {
	width: 25%;
	position: relative;
}

#wizard_steps > div > div:nth-child(1) {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	border: 4px solid #eee;
	box-sizing: border-box;
	font-size: 24pt;
	font-weight: 600;
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	z-index: +2;
}

#wizard_steps > div > div:nth-child(2) {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 0px;
	border-bottom: 4px solid #eee;
	z-index: +1;
}

#wizard_steps > div > div:nth-child(3) {
	margin-top: 10px;
	font-size: 9pt;
	height: 30px;
	font-weight: 600;
	padding: 0px 5px;
	line-height: 15px;
}

#wizard_steps > div:first-child > div:nth-child(2) {
	width: 50%;
	right: 50%;
}

#wizard_steps > div:last-child > div:nth-child(2) {
	width: 50%;
	left: 50%;
}

#wizard_steps > div.passed > div:nth-child(1) {
	border-color: #3de054;
}

#wizard_steps > div.passed > div:nth-child(2) {
	border-color: #3de054;
}

.turn_error {
	border-radius: 10px;
	padding: 50px 25px 25px;
	background-color: #fff;
	text-align: center;
}

.turn_error > div:nth-child(1) i {
	display: block;
	margin: 0px auto;
	width: 100px;
	height: 100px;
	background-size: 100%;
	background-image: url('../images/icons/turns-empty.png');
}

.turn_error > div:nth-child(2) {
	font-weight: 800;
	font-size: 18pt;
	color: #222;
	margin-top: 18px;
}

.turn_error > div:nth-child(3) {
	margin: 10px auto 0px;
	line-height: 30px;
}

#turn_ok {
	border-radius: 10px;
	padding: 0px 25px 10px;
	background-color: #fff;
	text-align: center;
}

#turn_ok > div:nth-child(1) img {
	width: 150px;
}

#turn_ok > div:nth-child(2) {
	font-weight: 800;
	font-size: 15pt;
	color: #4eb357;
	margin-top: -5px;
}

#turn_result {
	width: 100%;
	margin: 20px auto;
	padding: 0px 25px 15px;
	box-sizing: border-box;
}

#turn_result > .tbl {
	width: 100%;
	margin-bottom: 10px;
}

#turn_result > .tbl > div {
	vertical-align: top;
	padding: 4px 15px;
	line-height: 25px;
}

#turn_result > .tbl > div:nth-child(1) {
	width: 80px;
	text-align: right;
	background-color: #f3f3f3;
	border-radius: 10px;
}

#turn_result > .tbl > div:nth-child(2) {
	font-size: 11pt;
	font-weight: 600;
}

.warning {
	padding: 20px 20px 15px;
	font-size: 10pt;
	font-weight: 600;
	color: #000;
	line-height: 25px;
}

.warning:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background-size: 100%;
	margin-left: 8px;
	background-color: #e95050;
	border-radius: 100%;
}

#turn_tabs {
	padding: 0px 0px;
	overflow-x: auto;
	font-size: 11pt;
	font-weight: 600;
	text-align: center;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	white-space: nowrap;
}

#turn_tabs > div {
	padding: 15px 25px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

#turn_tabs > div.selected {
	background-color: #eee;
}

#turns_container {
	padding: 25px;
}

.turn_item {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	border-radius: 30px;
	border: 2px solid #ddd;
	/*margin-left: 5px;*/
	/*margin-bottom: 10px;*/
	cursor: pointer;
	font-size: 11pt;
	font-weight: 600;
	margin: 10px;
	width: 80px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.turn_item.selected {
	border-color: #3de054;
	background-color: #c0f5c7;
}

.turn_item.close {
	border-color: #ff000f;
	background-color: #ff515b;
	color: #fff;
	cursor: not-allowed;
	opacity: 0.5;
}

.turn_item.process {
	border-color: #ff740f;
	background-color: #ff9e57;
	color: #fff;
	cursor: wait;
}

.turn_button_container {
	text-align: left;
	margin-top: 40px;
}

.turn_button_container > div {
	cursor: not-allowed;
	padding: 13px 25px;
	border-radius: 30px;
	background-color: #3de054;
	color: #fff;
	font-weight: 600;
	font-size: 11pt;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
	letter-spacing: -0.5pt;
}

.turn_button_container > div.active {
	opacity: 1;
	cursor: pointer;
}

.turn_form {
	margin: 20px auto;
	padding: 0px 20px;
	width: 90%;
	max-width: 300px;
}

.turn_form > label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.turn_form > input {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	font-size: 14pt;
	text-align: center;
}

.turn_form > input.ltr {
	direction: ltr;
	letter-spacing: 1.5pt;
}

.turn_form > div {
	font-weight: 600;
	margin-top: 8px;
	color: #aaa;
	font-size: 9pt;
}

.turn_button_container2 {
	width: 100%;
	margin-top: 40px;
	padding: 0px 25px 25px;
	box-sizing: border-box;
}

.turn_button_container2 > div:nth-child(1) > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 10pt;
	color: #aaa;
	cursor: pointer;
	font-weight: 600;
}

.turn_button_container2 > div:nth-child(2) {
	text-align: left;
}

.turn_button_container2 > div:nth-child(2) > * {
	cursor: pointer;
	padding: 13px 25px;
	border-radius: 30px;
	background-color: #3de054;
	font-weight: 600;
	font-size: 11pt;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.5pt;
	color: #fff;
}

#timer-box {
	text-align: center;
}

#timer-box > div:nth-child(1) {
	display: block;
}

#timer-box > div:nth-child(1) > span {
	display: inline-block;
	vertical-align: middle;
}

#timer-box > div:nth-child(1) > span:nth-child(1) {
	width: 55px;
	font-size: 11pt;
	font-weight: 600;
}

#timer-box > div:nth-child(1) > span:nth-child(2) {
	font-size: 10pt;
	font-weight: 600;
}

#timer-box > div:nth-child(2) span {
	font-size: 11pt;
	font-weight: 600;
	cursor: pointer;
}


@media only screen and (max-width: 500px) {
	#wizard_steps > div > div:nth-child(1) {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 18pt;
	}

	#wizard_steps > div > div:nth-child(2) {
		top: 18px;
	}

	#header_title > div:nth-child(1) h1 {
		font-size: 14pt;
	}

	#header_title > div:nth-child(1) h2 {
		font-size: 9pt;
		margin-top: 5px;
	}

	#header_title > div {
		display: block;
	}

	#header_title > div:nth-child(2) {
		width: 100%;
		margin-top: 10px;
		padding: 0px 0px;
		background: none;
		text-align: right;
	}

	#header_title > div:nth-child(2) > div {
		display: inline-block;
		vertical-align: middle;
	}

	#header_title > div:nth-child(2) > div:nth-child(1) {
		margin-bottom: 0;
		margin-left: 10px;
		font-size: 11pt;
	}

	#header_title > div:nth-child(2) > div:nth-child(2) {
		font-size: 14pt;
	}
}
