/* COMMON */

* {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
}

body {
	background-color: #383e44;
}

p, h2, div.p {
	margin: 15px 0 15px 0;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	margin-top: 50px;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 15px 0;
}

::-webkit-input-placeholder {
	color: #464c52;
}
::-moz-placeholder {
	color: #464c52;
}
:-ms-input-placeholder {
	color: #464c52;
}

.btn, .btn1, .btn2 {
	vertical-align: middle;
	display: inline-block;
	background-color: #f15b29;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.btn {
	background: url(btn.png) repeat-x;
	padding: 0 40px 0 40px;
	height: 44px;
	line-height: 40px;
	font-size: 16px;
}
.btn1 {
	background: url(btn1.png) repeat-x;
	padding: 0 50px 0 50px;
	height: 64px;
	line-height: 60px;
	font-size: 20px;
}
.btn2 {
	background: url(btn2.png) repeat-x;
	background-color: #12A19A;
	padding: 0 40px 0 40px;
	height: 44px;
	line-height: 40px;
	font-size: 16px;
}

.form-field {
	vertical-align: middle;
	display: inline-block;
	width: 470px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
}
.form-field > input, .txt-input {
	width: 230px;
	background: #383e44;
	border: 2px #464c52 solid;
	border-radius: 4px;
	padding: 0 15px 0 15px;
	height: 48px;
	line-height: 48px;
}
.form-field > input {
	float: right;
}
.form-field > input:focus, .txt-input:focus {
	outline: none;
	border: 2px #777 solid;
}

label.stlrd-radiobox {
	line-height: 20px;
	margin: 0 8px 0 8px;
}
label.stlrd-radiobox > div {
	display: inline-block;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	border: 2px #464c52 solid;
	background: #383e44;
	vertical-align: bottom;
	margin-right: 3px;
}
label.stlrd-radiobox.stlrd-checked > div {
	width: 20px;
	height: 20px;
	border: 0;
	background: #f15b29;
}
label.stlrd-radiobox > input {
	display: none;
}


/* ELEMENTS */

#top-panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #34393f;
	width: 100%;
	height: 80px;
}

#top-panel-logo {
	display: block;
	position: absolute;
	left: 50px;
	top: 23px;
	background: url(logo.png) no-repeat;
	width: 194px;
	height: 34px;
	padding: 0;
	margin: 0;
	text-indent: -99999px
}

#main-content {
	position: fixed;
	top: 80px;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
	background: url(bg.png) no-repeat right bottom;
	overflow: auto;
}
#main-content > div {
	position: absolute;
	top: 50px;
	right: 50px;
	bottom: 50px;
	left: 50px;
}

#bottom-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #34393f;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: right;
}
#bottom-panel span {
	color: #aeafb0;
	margin-right: 50px;
	font-size: 12px;
}


.steps-border-left {
	background: #464c52;
	position: absolute;
	left: 0;
	width: 2px;
	top: 5px;
	bottom: -50px;
}

.steps-circle-1 {
	position: absolute;
	top: 4px;
	left: -11px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #464c52;
}

.steps-circle-2 {
	position: absolute;
	bottom: 18px;
	left: -10px;
	width: 18px;
	height: 18px;
	border-radius: 11px;
	border: 2px #464c52 solid;
	background: #383e44;
}

.step-next-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 15px 0;
	color: #464c52;
	position: absolute;
	bottom: 0;
}

.step-block {
	padding-left: 30px;
	display: none;
}


#wrap_change_url_new_domain {
	display: none;
}


#results {
	padding-left: 30px;
}
.log_info {
	color: #fff;
}

.log_success {
	color: #12a19a;
}

.log_error, .log_error_fields {
	color: #c84949;
	font-weight: bold;
}

.log_warning {
	color: #f15b29;
	font-weight: bold;
}

.log_progress {
	color: #0066dd;
}


#loader {
	margin-top: 8px;
	margin-left: 30px;
}


input.error_field, input.error_field:focus, label.error_field {
	color: #c84949;
}
input.error_field, input.error_field:focus {
	border: 2px #c84949 solid;
}


#dont_transfer_db {
	height: 20px;
	vertical-align: middle;
	float: none;
	width: 20px;
	border: 0;
	background: none;
	padding: 0;
	margin-right: 10px;
}
