@charset "utf-8";
/* CSS Document */

body{
	color:#13314c;
}

.content_content{
	padding:0px;
	margin:20px auto;
}

.data_left h2{
	font-size:20px;
	text-transform:uppercase;
	margin-top:40px;
	color:#151719;
	font-family:"Roboto Condensed", sans-serif;
}

.data_left hr{
	border:none;
	border-top:1px solid #fff;
}

.data_right{
	color:#334870;
}

.data_right .subtitle{
	float:right;
	font-size:16px;
	padding-top:33px;
	color:#151719;
}

.login_step{
	display: none;
	overflow: hidden;
}

.login_step.current{
	display: block;
}

.login_step .mail_info{
	font-size:14px;
	color:#6e6e78;
	line-height:17px;
}

.login_step .mail_info::before{
	content:'';
	width:16px;
	height:16px;
	background: url("/images/email_info_icon.png") center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}

.form_container .form_item{
	height:75px;
	width:80%;
	color:#fff;
	font-size:16px;
	margin: auto;
}

.form_container .form_item .left{
	width:100%;
	font-size:18px;
	color:#fff;
}

.form_container .form_item .msg{
	text-align:left;
	color:#f20;
	font-size:10px;
	display:none;
	height:0px;
}

textarea:focus, input:focus{
    outline: none;
}

.box input{
	padding-left:20px !important;
}

.form_container .form_item select{
	width:209px;
}

.form_container .item,
.delivery_type .item{
	float:left;
	margin-left:95px;
	margin-top:10px;
}

.form_container .item input[type='radio'],
.delivery_type .item input[type='radio']{
	display:none;
}

.form_container .item input[type='radio'] + label,
.delivery_type .item input[type='radio'] + label{
	color:#13314c;
	font-size:18px;
	font-family: 'Dosis', sans-serif;
	cursor:pointer;
}

.form_container .item input[type='radio'] + label span,
.delivery_type .item input[type='radio'] + label span{
	width:16px;
	height:14px;
	background:url(/images/checkbox_icon.png) center top no-repeat;
	display:inline-block;
	margin-right:15px;
}

.form_container .item input[type='radio']:checked + label span,
.delivery_type .item input[type='radio']:checked + label span{
	background:url(/images/checkbox_icon.png) center bottom no-repeat;
}


.title h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.company_data{
	border-top:1px solid #f26e24;
	padding-top:30px;
	display:none;
}

.delivery_type{
	border-top:1px solid #f26e24;
	padding:0px 105px 0px 140px;
}

.delivery_type .item{
	margin-bottom:25px;
}

.delivery_type .item input:checked + label{
	color:#f26e24;
}

.side_list table{
	font-size:16px;
	color:#4d555c;
	width:100%;
}

.side_list table tr td{
	padding:5px 0px;
}

.side_list table tr td:nth-child(2){
	font-weight:bold;
	text-align:right;
	font-family:"Roboto Condensed", sans-serif;
	color:#151719;
}

.button_profile{
	float:left;
}

.button_profile a{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	background-color: #c00b27;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	min-width: 205px;
	text-transform: uppercase;
	margin-top: 15px;
}

.content_container.container-user.login .data_right{
	max-width:1200px;
	width:100%;
	float:none;
}

.data_right.login_data{
	float:none;
	border:none;
}

.data_right.login_data input[type='text'],
.data_right.login_data input[type='password'],
.data_right.register_data input[type='text'],
.data_right.register_data input[type='password']{
	width:100% !important;
	display: inline-block;
}

.entry_item:nth-child(2){
	margin-top:0px !important;
	border-top:none !important;
}

.separator{
	border-bottom:1px solid #dddddd;
	text-align: center;
	height:7px;
	width:80%;
	margin: auto;
	margin-top:30px;
	margin-bottom:30px;
}

.separator span{
	display: inline-block;
	padding:0px 15px;
	color:#334870;
	font-size:14px;
	background-color: #fff;
}

.steps_detail{
	border-bottom:1px solid #808ca5;
	height:12px;
	display: inline-block;
}

.steps_detail div{
	display: inline-block;
	padding:0px 20px;
	background-color: #fff;
	margin-left:24px;
	font-size:16px;
	color:#fff;
}

.steps_detail div:nth-child(1){
	margin:0px;
}

.steps_detail div span{
	display: inline-block;
	background-color:#808ca5;
	width:24px;
	height:24px;
	border-radius:12px;
	line-height:28px;
	position: relative;
}

.steps_detail div span.current{
	background-color:#009fe3;
}

.steps_detail div span.checked::after{
	content:'✔';
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: #248d29;
	border-radius:12px;
}

.collect_return_data,
.profile_data{
	max-width:1180px !important;
	text-align:left;
}

.profile_data table tr td,
.collect_return_data table tr td,
.reserve table tr td{
	text-align:left !important;
}