@charset "UTF-8";
/*----------------out_info-----------------*/
#tth-wrapper.class_signin + .btnSurvey {
  display: none !important;
}

#tth-wrapper.class_signin {
  padding: 0px 0px;
}

#tth-wrapper.class_signup + .btnSurvey {
  display: none !important;
}

#tth-wrapper.class_signup {
  padding: 0px 0px;
}
@media (max-width: 990px) {
  #tth-wrapper.class_signup {
    padding: 15px 0px;
  }
}

#tth-wrapper.full_bg #container {
  background: #F9F9F9;
}

#tth-wrapper.account_seeker #tth-content {
  padding-right: 25px;
  padding-left: 0px;
  padding-bottom: 40px;
}
#tth-wrapper.account_seeker #tth-column_left {
  float: right;
}

#tth-wrapper.account_collaborators #tth-content {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 40px;
  width: calc(100% - 300px);
}
#tth-wrapper.account_collaborators #tth-column_left,
#tth-wrapper.account_collaborators #tth-column {
  float: right;
  width: 300px;
  padding-left: 25px;
}

#tth-wrapper.account_collaborators_left #tth-content {
  padding-right: 0px;
  padding-left: 25px;
  padding-bottom: 40px;
  width: calc(100% - 300px);
}
#tth-wrapper.account_collaborators_left #tth-column_left,
#tth-wrapper.account_collaborators_left #tth-column {
  float: left;
  width: 300px;
}

#tth-wrapper.class_signup.default #content {
  display: inline-block;
  width: 100%;
  padding: 40px 90px 80px;
}

#tth-column_left {
  padding-right: 0px;
}

#tth-content {
  padding-right: 0px;
  padding-left: 25px;
  padding-bottom: 40px;
}

#container {
  position: relative;
  min-height: 350px;
  padding-top: 0px;
}

#container .j_content {
  margin: 0px;
  background: #fff;
  padding: 30px;
}

.class_signup #tth-content,
.class_signup #tth-column {
  margin-top: 0px;
}

.out_info {
  float: left;
  width: 50%;
  height: 654px;
  background: url(../images/user_pic.png) no-repeat center center;
  position: relative;
}

#user_forgot_pass {
  text-align: left;
}

.out_info .out_info-content {
  /*width:290px;
  height:235px;
  position:absolute;
  top:333px;
  left:200px;
  text-align:center;
  font-size:16px;
  color:#424242;*/
  text-align: center;
  font-size: 16px;
  color: #424242;
}

.out_info .out_info-title {
  /*margin-top:-30px;*/
  font-size: 18px;
  color: #c10004;
  text-transform: uppercase;
}

.out_info .method_row {
  padding-top: 20px;
}

.out_info .method_row.first {
  margin: 0px -20px;
}

.out_info .method_row .method-short {
  font-size: 12px;
}

.out_info .out_info p {
  margin: 0px;
  padding: 5px 0px;
}

/*----------------------user_signup-------------------*/
.user_signup {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  width: 100%;
}

.user_signup .user_signup-title {
  font-size: 22px;
  text-transform: inherit;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 0px;
  margin-bottom: 12px;
  padding: 0px;
  color: #1718E6;
  font-weight: 600;
}

.user_signup .user_signup-title-small {
  margin-bottom: 25px;
}

.user_signup .input_text, .user_signup select, .user_signup .textarea {
  width: 100%;
}

.user_signup .captcha {
  float: right;
  width: 76%;
}

.user_signup .row_btn {
  text-align: right;
}

/*----------------------user_signin-------------------*/
.user_form.user_signin {
  height: auto;
  background: #fff;
  border: 1px solid #E8E8E8;
  width: 700px;
  margin: auto;
  padding: 30px;
  max-width: 480px;
  margin: 25px auto;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 35px 70px;
  background: #fff;
}

.user_signin .user_signin-title {
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  color: #555;
  font-weight: 300;
}

.user_signin .user_signin-content {
  max-width: 480px;
  margin: 0px auto;
}

.user_signin .input_text, .user_signin select, .user_signin .textarea {
  width: 100%;
}

.user_signin label.title {
  width: auto;
}

.user_signin .captcha {
  float: right;
  width: 76%;
}

.user_signin .forget_password {
  float: right;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin-bottom: 10px;
}

.user_signin .forget_password a {
  color: #b71415;
  font-size: 14px;
  text-decoration: underline;
}

.user_signin .row_btn {
  float: right;
}

/*----------------------address_book-------------------*/
.address_book .address_book_l {
  float: left;
  width: 48%;
}

/*.address_book .address_book_r{
	float:right;
	width:48%;
	}*/
.address_book h3 {
  font-size: 16px;
  padding-bottom: 10px;
}

.address_book label.title {
  float: left;
  width: 28%;
  line-height: 22px;
}

.address_book .input_text, .address_book select, .address_book .textarea {
  float: right;
  width: 70%;
}

.address_book .row_btn {
  text-align: right;
}

/*-----------------------------------*/
.ordering_address {
  padding-bottom: 20px;
}

.ordering_address_l, .ordering_address_r {
  width: 49%;
}

.ordering_address_l {
  float: left;
}

.ordering_address_r {
  float: right;
}

.ordering_address h3 {
  padding-bottom: 10px;
}

.ordering_address .row {
  padding-bottom: 5px;
}

.ordering_address .row .title {
  font-weight: bold;
}

/*-----------------------------------*/
.ordering_shipping {
  float: left;
  width: 48%;
  padding-top: 20px;
}

.ordering_method {
  padding-top: 20px;
}

.status_order {
  padding-top: 20px;
}

.request_more {
  padding-top: 20px;
}

.ordering_shipping .title, .ordering_method .title {
  font-weight: bold;
  padding: 0px 5px;
}

.ordering_shipping .content, .ordering_method .content, .status_order .content, .request_more .content {
  padding: 5px;
}

/*-----------------------manage--------------------*/
.manage_search {
  border: 1px solid #C3C3C3;
}

.manage_search .manage_search-title {
  background-color: #F5F5F5;
  border-bottom: 1px solid #C3C3C3;
  color: #333333;
  padding: 5px 10px;
  font-weight: bold;
}

.manage_search .manage_search-title .title {
  float: left;
}

.manage_search .manage_search-title .title_right {
  float: right;
}

.manage_search .manage_search-body .col_search {
  float: left;
  width: 138px;
  margin: 10px;
}

.manage_search .manage_search-body .col_search label {
  display: block;
}

.manage_search .manage_search-body .col_search .input_text {
  width: 100%;
  height: 24px;
}

.manage_search .manage_search-body .col_search select.select {
  width: 100%;
}

.manage_search .manage_search-body .col_search .form-group {
  position: relative;
}

.manage_search .manage_search-body .col_search .text_search {
  width: 114px;
}

.manage_search .manage_search-body .col_search .btn_search {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/btn_manage_search.png) #ffffff no-repeat center center;
  border: 1px solid #dadada;
  border-left: none;
  padding: 0xp;
}

.manage .manage-table {
  background: #dbdbdb;
  border: none;
  border-spacing: 1px;
  width: 100%;
}

.manage .manage-table th.cot {
  font-weight: bold;
  background: #efefef;
  text-align: center;
  color: #000;
  padding: 5px;
}

.manage .manage-table td.cot {
  background: #ffffff;
  padding: 5px;
}

.manage .manage-table td.cot label {
  font-weight: bold;
}

ul#tab-detail-nav li {
  width: 50%;
  float: left;
}

ul#tab-detail-nav li a {
  width: 100%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0px;
  background: #999;
  border: 1px solid #fff;
  color: #fff;
}

ul#tab-detail-nav li a.active {
  background: #b71415;
}

/*END user_form*/
#user_profile #cropPictureWrapper {
  display: block;
  width: 100%;
  padding-top: 57.14286%;
  position: relative;
}

#user_profile .crop_picture,
#user_signup .crop_picture {
  max-width: 120px;
  min-width: 120px;
  display: inline-block;
  height: 160px;
}

.des {
  color: #777;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 0px !important;
}

#user_profile .user_form_content_row .row-content {
  width: 140px;
  display: inline-block;
  float: left;
}

#user_profile .user_form_content_row button.btn-submit {
  float: left;
  margin-left: 10px;
  background: #fff;
  border: 1px #ccc solid;
  color: #222;
  vertical-align: bottom;
  display: inline-block;
}

#user_profile .col_picture .pic_form img {
  max-width: 100%;
}

#user_profile #cropPictureWrapper {
  padding-top: 100%;
}

#user_profile .picture .change_photo {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-size: 15px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

/*user form*/
.user_form {
  padding: 0px 0px;
  margin-bottom: 15px;
}

.user_form .pic_form img {
  border: 1px solid #E0E0E0;
  background: #eee;
}

.user_form .input-group {
  position: relative;
}

.user_form .input-group .form-control {
  padding-left: 45px;
  padding-right: 75px;
}

.user_form .input-group a.input-group-addon {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 35px;
  min-width: 35px;
  border-right: 1px solid #E0E0E0;
}

span.border_custom {
  /*background-color: #d7d7d7;*/
  bottom: 0;
  height: 1px;
  margin-bottom: auto;
  margin-left: 10px;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.user_form .input-group a.input-group-addon.iframe-btn {
  left: inherit;
  right: 0px;
  width: 100px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background: #b71415;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  border-left: 1px solid #CCC;
}

.user_form .input-group a.input-group-addon i:before {
  line-height: 35px;
  width: 35px;
}

.btn-submit {
  background: #c9a139;
  color: #fff;
  text-transform: initial;
  font-size: 15px;
  border-radius: 2px;
}

.btn-reset {
  border-radius: 0px;
  padding: 7px 15px;
  margin-left: 10px;
  text-transform: uppercase;
}

.btn-submit a {
  color: #fff;
  margin: -12px -14px;
  padding: 10px 14px;
}

.btn-submit:hover {
  opacity: 0.8;
}

#form_signin_user .btn.btn_user {
  background: #1718E6;
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}

#form_signin_user .form-group {
  margin-bottom: 10px;
}
#form_signin_user .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}

#form_signin_user .form-group .rowcontent {
  margin: 0px;
  width: 100%;
}

#form_signin_user .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 36px;
  color: #222222;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 2px;
  box-shadow: none;
  font-weight: 300;
}

#form_signin_user .row_title {
  font-size: 24px;
  text-transform: inherit;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 0px solid #efefef;
  margin-bottom: 8px;
  padding: 0px;
  color: #1718E6;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #form_signin_user .row_title {
    font-size: 20px;
  }
}

#form_signin_user .row_title_small {
  margin-bottom: 25px;
}

#form_signin_user .forget_password {
  padding-top: 20px;
  margin-left: 10px;
  display: inline-block;
}

#form_signin_user .forget_password a {
  font-size: 13px;
  color: #2a80cc;
  text-decoration: underline;
}

.user_signup .login_social a:hover,
#form_signin_user .forget_password a:hover {
  text-decoration: inherit;
}

.form-group {
  margin-bottom: 12px;
}

#form_user .row {
  /*max-height: 235px;*/
}

@media screen and (max-width: 991px) {
  .user_signin .row_btn {
    float: none;
  }
}
.employer_info_box {
  background: white;
  padding: 10px;
  color: #b71415;
  font-size: 18px;
  padding-left: 0px;
}

#form_employer .row {
  display: inline-block;
  width: 100%;
}

#form_employer {
  /*	background: #fff;
      margin: 15px 0px;
      padding: 15px;
      border: 1px solid #E8E8E8;*/
}

.box_vip_setup h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  border-bottom: 1px #d2d2d2 solid;
  color: #777;
}

#form_employer .radio_css {
  display: block;
  margin: 15px 0px;
}

#form_employer .table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding-bottom: 5px;
  padding: 8px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f4f5f5;
  padding-bottom: 5px;
}

#form_change_pass .btn-submit,
#form_signup .btn-submit,
#user_profile .btn-submit {
  float: left;
}

#tth-column {
  padding-left: 0px;
}

.form-group label.title {
  margin-bottom: 0px;
  float: left;
  text-align: left;
  padding-right: 10px;
  font-weight: 500;
  color: #333;
  display: block;
  min-height: 1px;
  width: 220px;
  font-size: 15px;
}

#form_recharge_card .form-group label.title {
  width: 30%;
}

#form_recharge_card .form-group .rowcontent {
  width: 70%;
  margin-left: 30%;
}

.form-group .rowcontent .note {
  font-size: 12px;
  font-style: italic;
  color: #888;
  font-weight: 300;
  margin-top: 3px;
  /*max-width: 350px;*/
}

#form_signup .form-control {
  height: 38px;
  line-height: 38px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px #dedede solid;
}

/*-----------------.user_signup .user_signup-title*/
.user_signup .user_signup-title .fr {
  font-size: 13px;
  text-transform: initial;
  line-height: 30px;
  color: #555;
  font-weight: normal;
}

.user_signup .user_signup-title .fr a {
  color: #b71415;
  text-decoration: underline;
}

.class_signup .signin_social {
  margin: 5px auto;
}

.class_signup .hr_header .title_h span {
  background: #ffffff;
}

.require_info {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 12px;
  display: block;
  text-align: right;
}

.btn-social-fb,
.btn-social-gg {
  font-size: 14px;
}

.terms_use {
  font-style: normal;
  font-size: 14px;
  color: #505050;
  text-align: left;
  display: block;
  margin-bottom: 0px;
}

.terms_use a {
  color: #1718E6;
  cursor: pointer;
  text-decoration: initial;
}

.terms_use a:hover {
  color: #1718E6;
  text-decoration: underline;
}

#form_signup {
  display: inline-block;
  float: left;
  width: 100%;
  padding-bottom: 0px;
}

#form_signup input[type=submit] {
  padding: 7px 32px;
  background-color: #1718E6;
  border-color: #1718E6;
  color: #FFF;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
}

#form_signup input[type=submit]:hover,
#form_signup input[type=submit]:active,
#form_signup input[type=submit]:focus {
  opacity: 0.9;
}

#tab-employment .col-md-12 {
  display: inline-block;
}

.class_signup .user_form .box_title {
  border-bottom: 0px;
  padding: 0px;
  margin: 15px 0px;
  font-size: 16px;
  color: #1718E6;
  height: auto;
  line-height: 24px;
  font-weight: 600;
  text-transform: initial;
  text-align: left;
}

.class_signup textarea.form-control {
  resize: vertical;
  min-height: 150px;
  max-height: 250px;
  line-height: 20px !important;
}

.chosen-container-single .chosen-single {
  height: 38px;
  /*    padding: 0px 15px;*/
  border-radius: 0px;
  border: 1px #dedede solid;
}

.chosen-container-single .chosen-single div b {
  background: url("../../images/chosen-sprite.png") no-repeat 0px 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 11px;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.signup_right,
.signup_center,
.signup_left {
  width: 33.33333%;
  float: left;
  display: inline-block;
  padding: 0px 20px;
}

.signup_right .bd,
.signup_center .bd,
.signup_left .bd {
  /*    background: #fff;
      margin-right: 0px;
      border: 1px solid #ccc;
      margin-top: 0px;
      border-radius: 5px;
      box-shadow: 6px 5px 8px 3px #e4e4e4;*/
}

.signup_left .image {
  height: 185px;
  width: 185px;
  background: url("../../images/signup_left_new.png") no-repeat center;
  display: block;
  text-align: center;
  margin: 0 auto 35px;
  border: 3px double transparent;
  border-radius: 50%;
  padding: 0px;
}

.signup_center .image {
  height: 185px;
  width: 185px;
  background: url("../../images/signup_center_new.png") no-repeat center;
  display: block;
  text-align: center;
  margin: 0 auto 35px;
  border: 3px double transparent;
  border-radius: 50%;
  padding: 0px;
}

.signup_right .image {
  height: 185px;
  width: 185px;
  background: url("../../images/signup_right_new.png") no-repeat center;
  display: block;
  text-align: center;
  margin: 0 auto 35px;
  border: 3px double transparent;
  border-radius: 50%;
  padding: 0px;
}

.signup_left .image:hover,
.signup_center .image:hover,
.signup_right .image:hover {
  opacity: 0.8;
  border: 3px double #1718E6;
}

.signup_center .btn_signup,
.signup_left .btn_signup,
.signup_right .btn_signup {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #EFF0F2;
  color: #202020;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: initial;
}
.signup_center .btn_signup:hover,
.signup_left .btn_signup:hover,
.signup_right .btn_signup:hover {
  background: #1718E6;
  color: #FFFFFF;
}

#form_change_pass .form-control,
#form_user .form-control {
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  border-radius: 2px;
}

.breadcrumb {
  margin-top: 0px;
  border-radius: 1px;
  margin-left: 0px;
  background-color: transparent;
  padding: 10px 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.breadcrumb .active {
  color: #999999;
}

.breadcrumb li {
  font-size: 13px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li::before {
  content: "| ";
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "| ";
}

.breadcrumb li a {
  color: #b71415;
}

.box_search_slider {
  display: block;
  margin-bottom: 15px;
}

.box_search_slider .box_search {
  float: right;
  display: inline-block;
  width: 25%;
}

.box_search_slider .box_slider {
  float: left;
  display: inline-block;
  width: 75%;
}

#manage .table-bordered thead tr th {
  margin-bottom: 10px;
  text-align: left;
}

#manage {
  font-size: 13px;
}

#manage .is_show {
  font-size: 13px;
  background: #43b93b;
  color: #fff;
  min-width: 80px;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  padding: 0px 5px;
}

#manage .is_hide {
  font-size: 13px;
  background: #a0a0a0;
  color: #fff;
  min-width: 80px;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  padding: 0px 5px;
}

#manage .is_hide:hover {
  background: #636363;
}

#manage .is_show:hover {
  background: #248a1d;
}

#tth-content .note_manage {
  border: 2px #ff6c00 solid;
  background: #ffeadb;
  padding: 7px 12px;
  font-size: 13px;
  margin-bottom: 15px;
}

#tth-content .note_manage:hover {
  background: #ffffff;
}

textarea.form-control {
  height: auto;
  line-height: 22px;
  padding: 5px 10px;
  resize: vertical;
  max-height: 200px;
  min-height: 180px;
  line-height: 22px !important;
}

#container .j_title {
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  font-weight: 500;
  margin-left: 0px;
  border-bottom: 1px #ccc solid;
  color: #525252;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

#container .j_title .line {
  /*background-color: #d7d7d7;*/
  bottom: 0;
  height: 1px;
  margin-bottom: auto;
  margin-left: 10px;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

#user_change_pass {
  margin-top: 25px;
}

#form_user button {
  background: #ec1f27;
  color: #fff;
  font-size: 14px;
}

.user_form_view .form-group .rowcontent {
  margin-left: 0px;
}
.user_form_view .form-group .rowcontent a {
  color: #ec1f27;
}

.user_form_view .form-group {
  margin: 0px;
  margin-bottom: 6px;
}

.edit {
  color: #0F77BA;
  text-decoration: underline;
  margin-left: 0px;
}

.edit:hover {
  text-decoration: initial;
}

.user_form.view .form-group {
  margin: 0px;
  margin-bottom: 10px;
}

.user_form.view .form-group .rowcontent .note,
.user_form.view .form-group span.required,
.user_form.view .chosen-container-single .chosen-drop,
.user_form.view .chosen-container-single .chosen-single div b,
.user_form.view .form-group .rowcontent select {
  display: none;
  background: none;
}

.user_form.view .form-group label.title {
  line-height: 18px;
}

.user_form.view .form-control {
  height: 20px !important;
  border: 0px;
  padding: 0px;
}

.user_form.view .chosen-container-single .chosen-single {
  background: none;
  border: 0px;
  box-shadow: none;
  height: 20px;
  padding: 0px;
  margin: 0px;
  cursor: initial;
}

.user_form.view textarea.form-control {
  min-height: 115px;
  overflow: hidden;
  resize: none;
}

.user_form.view #form_change_pass .btn-submit,
.user_form.view #form_signup .btn-submit,
.user_form.view #user_profile .btn-submit {
  float: left;
}

.user_form.view .row_submit {
  display: none;
}

.user_form.view .col-md-6.none,
.user_form.view .col-md-12.none {
  display: block;
  margin-top: 20px;
}

.user_form.view .col-md-12.none .rowcontent {
  display: inline-block;
}

#change_email {
  margin-top: 15px;
}

#change_email .row-content {
  display: inline-block;
}

#change_email .row_btn {
  margin-top: 10px;
}

#change_email .user_form_content_row {
  margin-bottom: 6px;
}

#change_email .user_form_content_row input {
  height: 36px;
  margin-left: 5px;
  border-radius: 2px;
  border: 1px #ccc solid;
  min-width: 250px;
  padding: 5px 10px;
}

.picture #cropPicture .cropControlUpload, #cropAvatar .cropControlUpload, #cropAvatar .cropControlRemoveCroppedImage {
  display: none;
}

.image .update-info {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: #ec1f27;
  padding: 5px 5px;
  font-size: 13px;
  width: 100%;
  color: #DADADA;
}

.image .update-info a {
  color: #ffffff;
}

#cropAvatar img {
  max-width: 100%;
}

.avatar .image .img {
  position: relative;
  display: inline-block;
}

.row_submit {
  text-align: center;
}

.row_submit .rowcontent {
  /*display: inline-block;*/
}

.class_signup #tth-content {
  padding: 0px;
  padding-left: 30px;
}

.class_signup #tth-column_left {
  padding: 0px;
  width: 25%;
}

.user_about {
  display: inline-block;
  width: 60%;
  float: left;
  position: relative;
  padding: 50px 0px;
  min-height: 450px;
  text-align: left;
}

.user_about .image {
  position: relative;
  padding-left: 70px;
  float: left;
}

.user_about .image img {
  max-width: 100%;
}

.user_about > .content {
  display: inline-block;
  width: 55%;
  float: right;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}

.user_about > .content > .title {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 25px;
  color: #555;
}

.user_about > .content .item {
  margin: 10px 0px;
}

.user_about > .content .item .content {
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: 500;
}

.user_about > .content .item .des {
  font-size: 14px;
  color: #353535;
  padding-left: 40px;
  font-weight: 300;
}

.user_form.user_signup {
  display: inline-block;
  width: 40%;
  float: left;
}

#tth-wrapper.class_signup.seeker .user_form.user_signup {
  display: inline-block;
  float: left;
  width: 50%;
}

.user_form_picture {
  display: inline-block;
  padding-left: 40px;
  padding-top: 40px;
  width: 50%;
}
.user_form_picture .banner_item {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .user_form_picture {
    padding-left: 0px;
    width: 100%;
  }
}

.user_form.user_signup.signup_emp {
  display: inline-block;
  max-width: 450px;
  float: left;
  width: 50%;
  padding: 15px 20px 25px 20px;
  margin: 0px;
  border: 0px;
  text-align: left;
}
@media (max-width: 990px) {
  .user_form.user_signup.signup_emp {
    width: 100%;
    max-width: 100%;
    overflow-y: inherit;
    height: auto;
  }
}

.user_form.user_signup.signup_emp.signup_success {
  max-width: 100%;
  width: 100%;
}

.user_about > .content .item .icon {
  width: 40px;
  float: left;
  height: 32px;
  background-image: url(../../images/icon_login.png);
  background-repeat: no-repeat;
}

.icon_new {
  background-position: 0 -32px;
}

.icon_create {
  background-position: 0 -96px;
}

.icon_consult {
  background-position: 0 0;
}

.user_form.user_signup {
  max-width: 480px;
  padding: 30px 0px;
}

#form_signup .rowcontent {
  margin-left: 0px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

#form_signup .form-group label {
  width: 100%;
  font-weight: 400;
  color: #202020;
  font-size: 16px;
}

#form_signup .rowcontent label.error {
  text-align: left;
  font-size: 13px;
  color: #e80000;
}

.user_signup .login_social a {
  color: #1718E6;
}

.user_signup .login_social a.a_fb {
  background: #3b5998;
  color: #fff;
  padding: 3px 11px;
  margin: 0px 2px;
  border-radius: 2px;
  height: 30px;
  width: 24px;
  width: 130px;
  display: inline-block;
  vertical-align: top;
}

.user_signup .login_social a.a_gg {
  background: #dd4b39;
  color: #fff;
  padding: 6px 8px;
  margin: 0px 2px;
  border-radius: 2px;
  margin: 0px 2px;
  height: 30px;
  width: 24px;
  width: 130px;
  display: inline-block;
  vertical-align: top;
}

.login_social {
  font-size: 14px;
  margin-top: 0px;
  color: #202020;
}

.login_social > div {
  margin: 5px 0px;
}

.login_social > div.oremail {
  background: #ebebeb;
  padding: 6px 12px;
  margin: 20px 0px;
  font-size: 15px;
  color: #222;
}

#tth-wrapper.class_signup.employer .form-group label.title {
  width: 250px;
  min-height: 1px;
}

#tth-wrapper.class_signup.employer .user_signup .user_signup-content {
  border: 0px;
}

#tth-wrapper.class_signup.seeker .row_account .title {
  display: none;
}

.signup_success .user_signup-content .des_title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #222222;
}

.signup_success .user_signup-content .title {
  font-size: 18px;
  font-weight: bold;
  color: #f79d25;
  line-height: 22px;
  margin: 10px 0px;
}

.input_change_email {
  border: 1px #ccc solid;
  padding: 2px 10px;
  border-radius: 2px;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}

#form_user.change_email .error {
  text-align: left;
}

#tth-content.user_recharge ul.nav-tabs li.active a {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  color: #ff6c00;
  border: 1px solid #ff6c00;
  border-bottom-color: transparent;
  outline: none;
}

#tth-content.user_recharge ul.nav-tabs {
  border-bottom: 1px solid #ff6c00;
}

.box_radio {
  display: inline-block;
  float: left;
  width: 25%;
  position: relative;
}

.box_radio input {
  position: absolute;
}

.note_recharge {
  margin-bottom: 10px;
}

#form_recharge_card,
#form_recharge {
  max-width: 620px;
  margin: 40px auto;
  background: #f6f6f6;
  border: 1px #ccc solid;
}

.btn_cus {
  display: inline-block;
  zoom: 1;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding: 5px 20px 5px 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-bottom: 3px solid #D27103 !important;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  background: #f78400;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 10px;
}

.btn-primary_cus {
  background-color: #f78400;
  border-color: #f78400;
}

.mb0 {
  margin-bottom: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pl0 {
  padding-left: 0px;
}

.bl0 {
  border-top-left-radius: 0px;
  border-left: 0px;
  border-bottom-left-radius: 0px;
}

.is_account a {
  color: #1718E6;
}

.is_account a:hover {
  text-decoration: underline;
}

.form-group .rowcontent {
  max-width: 100%;
  width: calc(100% - 220px);
  display: inline-block;
  margin: 0px;
}

.titletop_page {
  background: rgb(23, 24, 230);
  background: radial-gradient(circle, rgb(23, 24, 230) 6%, rgb(0, 158, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1718e6",endColorstr="#009eff",GradientType=1);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: initial;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
}

.titletop_page .guide a {
  font-size: 14px;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
}

.avatar {
  display: inline-block;
}

/*---------------------------form_withdraw_atm*/
#tth-wrapper.full_bg content {
  background: #f8f8f8;
}

#tth-wrapper.full_bg #container .j_content {
  margin: 0px 0px 30px 0px;
  background: #fff;
  padding: 15px 20px;
  border: 0px #efefef solid;
}

.employer_recruitment_manage .table-striped > tbody > tr:nth-child(odd) > td,
.employer_recruitment_manage .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff !important;
  padding-bottom: 5px;
}

@media (max-width: 1024px) {
  /*User 1024*/
  .user_about {
    width: 65%;
  }
  .user_form.user_signup {
    width: 35%;
  }
  .user_about > .content {
    width: 60%;
    padding: 0px 20px;
  }
  .user_about .image {
    width: 40%;
  }
  #tth-wrapper.class_signup.default #content {
    padding: 0px;
  }
  .user_form.user_signup.signup_emp {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .user_about {
    display: none;
  }
  .user_form.user_signup {
    width: 100% !important;
    padding: 20px 10px;
    border: 0px;
    box-shadow: none;
  }
  #form_signup .rowcontent,
#form_signin_user .form-group .rowcontent {
    max-width: 100%;
  }
  .df {
    display: inline-block;
  }
}
@media (max-width: 799px) {
  .box_radio {
    display: inline-block;
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 15px;
  }
  .user_form.user_signup.signup_emp {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 0px;
    border: 0px;
    box-shadow: none;
  }
  #tth-wrapper.class_signup.employer .form-group label.title {
    width: 100%;
  }
  #tth-wrapper.class_signup.employer #form_signup .rowcontent {
    margin-left: 0px;
  }
  .pl0 {
    padding-left: 15px;
  }
  .bl0 {
    border-left: 1px solid #DEDEDE;
  }
  .mb0 {
    margin-bottom: 10px;
  }
  .pr0 {
    padding-right: 15px;
  }
}
@media (max-width: 599px) {
  .signup_right, .signup_center, .signup_left {
    width: 100%;
    margin-bottom: 15px;
  }
  #container .j_content {
    margin: 0px;
    background: #fff;
    padding: 15px 0px;
  }
  .form-group .rowcontent {
    width: 100%;
  }
  .form-group label.title {
    min-height: 0px;
  }
}
.signup_choose .title {
  font-size: 24px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
}
.signup_choose .title_small {
  font-size: 14px;
  max-width: 400px;
  margin-bottom: 30px;
  text-align: center;
}

#login-width-google {
  background: #ea4335;
  border-color: #ea4335;
  border-radius: 3px;
  color: #fff;
}
#login-width-google:hover {
  opacity: 0.8;
}

.btn-linkedin {
  background-color: #056497;
  border-color: #056497;
  border-radius: 3px;
  color: #fff !important;
}
.btn-linkedin:hover {
  opacity: 0.8;
}

.btn-twitter {
  background-color: #1d9bf0;
  border-color: #1d9bf0;
  border-radius: 3px;
  color: #fff !important;
}
.btn-twitter:hover {
  opacity: 0.8;
}

.btn-facebook {
  background-color: #365899;
  border-color: #365899;
  font-size: 15px;
  height: 40px;
}

@media (max-width: 599px) {
  .login-social {
    flex-wrap: wrap;
  }
  .login-social > a {
    width: 50%;
    max-width: 50px;
    padding: 0px;
    text-align: center;
    justify-content: center;
  }
  .login-social > a span {
    font-size: 0px;
    display: none;
  }
}