#container {
  min-height: 500px;
}

.wrapper.c_m #tth-column_left {
  padding-right: 0;
}

@media (max-width: 999px) {
  .wrapper_user.c_m #tth-column_left {
    margin-left: -100%;
    width: 100%;
    display: block !important;
    transition: all 500ms ease-out 0s;
  }
}

.muser-opening .wrapper_user.c_m #tth-content {
  padding-left: 10px;
  display: none;
}
.muser-opening .wrapper_user.c_m #tth-column_left {
  margin-left: 0px;
  padding-right: 15px;
  width: 100%;
  display: block !important;
  transition: all 500ms ease-out 0s;
}

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

.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 {
  margin: auto;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 35px 60px;
  background: #fff;
  max-width: 740px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.user_signup .user_signup-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 20px;
}

.user_signup .user_signup-content {
  max-width: 700px;
  margin: 0px auto;
}

.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_signin {
  margin: auto;
  border: none;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 8px;
  padding: 35px 50px;
  background: #fff;
  max-width: 520px;
}

.user_signin .user_signin-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 20px;
}

.user_signin .user_signin-content {
  max-width: 400px;
  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: left;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

#form_signin .btn_custom {
  background: #FF960A;
  color: #fff;
  margin-bottom: 10px;
  border: none;
}

.box_mid .box_mid-content {
  padding: 25px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.notification .box_mid .box_mid-content {
  padding: 0px;
}

#accordion_sales_agency {
  padding: 20px;
}

#accordion_sales_agency .panel-default {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
  margin-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
}

#accordion_sales_agency .panel-default > .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

#accordion_sales_agency .panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
}

#accordion_sales_agency .panel-default > .panel-heading .panel-title a {
  color: #333333;
}

#accordion_sales_agency .panel-default .btn-preview {
  padding: 5px;
  background-color: #7cbdff;
  color: #fff !important;
  border-radius: 5px;
}

.box_user_tree .box_mid-title .mid_title_l {
  text-align: center;
  font-weight: normal;
}

.box_user_tree .box_mid-content {
  padding: 25px;
  padding-top: 20px;
  border: none;
  border-radius: 0px;
}

.box_user {
  padding: 20px 0px;
}

.box_user .box_children {
  padding-left: 25px;
  display: none;
}

.box_user .item + .item {
  margin-top: 0px;
}

.box_user > .item.item_parent {
  margin-bottom: 12px;
}

.box_user .item .name.item_parent.open + .box_children {
  display: block;
  padding: 0px 25px 0px 40px;
}

.box_user .item .box_children .item {
  padding: 3px 0px;
}

.box_user > .item > .name {
  background: #f7f7f7;
  padding: 4px 8px;
  border-bottom: 1px #ececec solid;
}

.box_user .item .name .count {
  font-size: 14px;
  color: #888;
}

.box_user .item .name .view {
  font-size: 13px;
}

.box_user .item .name .view a {
  color: #ef5011;
}

.box_user .item .name .view b {
  font-weight: normal;
  color: #ef5011;
}

.item > .name .pic {
  display: inline-block;
  width: 75px;
  float: left;
}

.item > .name.item_parent .pic {
  display: inline-block;
  width: 75px;
  float: left;
}

.item > .name.item_parent .info {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 75px);
  float: left;
  min-height: 75px;
  padding: 12px 15px;
}

.item > .name .info {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 75px);
  float: left;
  min-height: 75px;
  padding: 12px 15px;
}
.item > .name .info span.price_format {
  color: red;
  font-weight: bold;
}

.box_user .item {
  padding: 0px 0px;
  display: inline-block;
  width: 100%;
}

.box_user .item .name {
  font-size: 14px;
  padding-left: 10px;
  display: inline-block;
  width: 100%;
}
.box_user .item .name span.price_format {
  color: red;
  font-weight: bold;
}

.item > .name.item_parent {
  outline: none;
}

.item > .name.item_parent:before {
  /*  content: "\f067";
      font-family: "FontAwesome";
      display: inline-block;
      color: #555;
      font-size: 10px;
      margin-right: 6px;*/
}

.item .name .pic a:hover {
  text-decoration: initial;
}

.item > .name.item_parent .text {
  color: #0f80d2;
  font-size: 14px;
}

.item > .name.item_parent .text:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #0f80d2;
}

.box_children .item .name:before {
  content: "";
  background: url(../images/32px.png) no-repeat;
  background-position: -78px 0px;
  height: 20px;
  width: 25px;
  display: inline-block;
  margin: 0px;
}

.box_children .item .name.item_parent:before {
  background-position: -109px 0px;
}

.box_children .item > .name.open:before {
  background-position: -142px 0px;
}

.box_user > .box_children > .item.item_parent {
  background: url(../images/32px.png) repeat-y;
  background-position: -295px 0px;
}

.item_act {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 15px;
  display: inline-block;
  min-height: 60px;
  width: 50%;
  float: left;
  border-bottom: 1px dashed #ccc;
}

/*.box_user_tree .item.item_parent .name {
  padding: 5px 0px;
  box-shadow: 1px 1px 3px 1px #ddd;
  margin-bottom: 9px;
  padding-left: 9px;
  cursor: pointer;
  position: relative;
}

.box_user_tree .item.item_parent .name:hover {
  color: #FF9603;
}

.box_user_tree .item.item_parent .name:before {
  content: "";
  background: url(../images/32px.png) no-repeat;
  background-position: -78px -0px;
  height: 20px;
  width: 25px;
  display: inline-block;
  margin: 0px;
  position: absolute;
  left: -20px;
  top: 10px;
}

.box_user_tree .item.item_parent .name.first:before {
  display: none;
}

.box_user_tree .item.item_parent .name .pic {
  margin-right: 9px;
}

.box_user_tree .item.item_parent .name .pic img {
  border-radius: 50%;
}

.box_user_tree .box_children {
  padding-left: 30px;
}*/
.box_withdrawal .nav.nav-tabs {
  background: none;
  padding: 0px;
}

.box_withdrawal .nav-tabs > li > a {
  font-size: 16px;
}

.box_withdrawal .nav-tabs > li.active > a, .box_withdrawal .nav-tabs > li.active > a:focus {
  font-weight: bold;
  color: #0219c3;
  font-size: 16px;
  background-color: snow !important;
}

.box_withdrawal form {
  /* max-width: 650px; */
  margin: auto;
  /* margin-top: 20px; */
  border: solid 1px #ddd;
  border-top: none;
  padding-top: 15px;
}
@media (max-width: 999px) {
  .box_withdrawal form {
    padding: 15px;
  }
}
@media (max-width: 569px) {
  .box_withdrawal form .text-right {
    text-align: left !important;
  }
}

.box_withdrawal form .form-group {
  margin-bottom: 15px;
}

.box_withdrawal .pro-note {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 10px 25px 20px;
  clear: both;
  margin-top: 30px;
  border: dotted 2px #ddd;
}

.box_withdrawal .pro-note .introduce-list li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.box_list_favorite .list_item_product .row_item .col_item {
  width: 33.33333%;
}
@media (max-width: 599px) {
  .box_list_favorite .list_item_product .row_item .col_item {
    width: 50%;
  }
}

.box_list_favorite .list_item_product .row_item .col_item .item .img img {
  padding: 20px;
}

.box_list_favorite .list_item_product .row_item .col_item .item:hover {
  box-shadow: none;
}

.box_list_course .list_item_product .row_item .col_item .item .info {
  border-color: #ddd;
  border-radius: 0px 0px 6px 6px;
}

.box_list_course .list_item_product .row_item .col_item .item .info .btn_detail {
  display: block;
  padding: 3px;
  text-align: center;
  border-radius: 6px;
}

.box_list_course .list_item_product .row_item .col_item .item .info .btn_detail:before {
  padding-right: 9px;
}

.box_list_course .list_item_product .row_item .col_item .item:hover {
  box-shadow: none;
}

.box_discount .table-bordered thead th, .box_discount .table-bordered thead td {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
  .box_discount .table-bordered thead th, .box_discount .table-bordered thead td {
    width: 120px;
  }
}

@media (max-width: 575.98px) {
  .w100-sm {
    width: 100px;
  }
}

@media (max-width: 575.98px) {
  .w150-sm {
    width: 150px;
  }
}

@media (max-width: 575.98px) {
  .w200-sm {
    width: 200px;
  }
}

.box_discount .table-bordered th, .box_discount .table-bordered td {
  text-align: center;
  font-size: 13px;
}

.box_discount button {
  border-radius: 0px;
  font-size: 13px;
}

.box_discount .form-group .form-control {
  border-radius: 0px;
  border: solid 1px #e9ecef;
  outline: none;
}

.box_discount .form-group .form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: solid 1px #FF9603;
}

.box_user_controler.user_type_0 ul li.discount,
.box_user_controler.user_type_0 ul li.reports,
.box_user_controler.user_type_0 ul li.reports_agency,
.box_user_controler.user_type_0 ul li.sales_agency,
.box_user_controler.user_type_0 ul li.withdrawal,
.box_user_controler.user_type_0 ul li.exchange_log,
.box_user_controler.user_type_0 ul li.reports_numberagency,
.box_user_controler.user_type_0 ul li.reports_numberagency6 {
  display: none;
}

.box_user_controler.user_type_1 ul li.register {
  display: none;
}

tr.not_view {
  background: rgba(253, 207, 143, 0.9);
}

.table-bordered th, .table-bordered td {
  word-break: break-all;
}

/*----------------------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 {
  margin-bottom: 10px;
  font-size: 15px;
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 5px;
  margin-top: -10px;
  font-weight: normal;
  color: #777;
}

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

.ordering_address .row .title,
.ordering_address .row .content {
  font-weight: normal;
}

/*-----------------------------------*/
.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: 0px;
}

.manage {
  padding: 10px 15px;
  background: #fff;
}

.manage .manage-table {
  /*background:#dbdbdb;*/
  border: none;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 0;
  min-width: 1050px;
}

.table-responsive > .table-bordered {
  border: 0;
  min-width: 1050px;
}

.manage .manage-table th.cot {
  font-weight: normal;
  border-bottom: solid #e9ecef 1px;
  padding: 9px 11px;
}

.manage .manage-table td.cot {
  border-top: none;
  /*padding:5px;*/
  font-size: 14px;
  font-family: Muli;
  font-weight: 300;
}

.manage .manage-table tr {
  background-color: #ffffff;
}

.manage .manage-table tr.tr_item:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.manage .manage-table td.title_product p {
  line-height: 18px;
}

.manage .manage-table td.title_product .color {
  display: inline-block;
  width: 60px;
  height: 8px;
}

.manage .manage-table td.cot img {
  max-width: 100%;
}

.manage .manage-table tr:hover td {
  /*background: rgba(0, 0, 0, 0.05) !important;*/
}

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

.total_contributor_all {
  padding: 10px 20px;
  float: right;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: right;
  padding-bottom: 0px;
  padding-right: 0px;
  color: #111;
}

.warning_wcoin {
  margin-top: 15px;
  padding: 10px;
  border: 1px orange solid;
  font-size: 12px;
  color: #555;
  background: #fff;
}

.total_contributor_all b {
  color: #ed3237;
  font-size: 20px;
}

.full.user #tth-content {
  padding-left: 17px;
}
@media (max-width: 999px) {
  .full.user #tth-content {
    padding-left: 0;
  }
}

.filter_group .title_box {
  background: #FD9727;
  background-size: contain;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 14px 5px;
  text-transform: uppercase;
}

.table_notifications a.title {
  display: flex;
  align-items: center;
  font-family: Muli;
  font-weight: 500;
  padding-left: 20px;
}

.table_notifications a.title:before {
  content: url("../images/ic_notifi.png");
  padding-right: 10px;
}
@media (max-width: 499px) {
  .table_notifications a.title:before {
    display: none;
  }
}

.table_notifications th, .table_notifications td {
  vertical-align: middle;
  font-weight: normal;
}

.table_notifications thead th {
  text-align: center;
  border-bottom: none;
  border-top: none;
}

/*.box_menu_product{*/
/*border: 1px #ccc solid;*/
/*padding: 10px 15px;*/
/*}*/
/*.box_menu_product ul li {*/
/*padding: 5px 0px;*/
/*border-bottom: 1px #ececec solid;*/
/*position: relative;*/
/*padding-left: 15px;*/
/*}*/
/*.box_menu_product ul li:last-child {*/
/*border-bottom: 0;*/
/*}*/
/*.box_menu_product ul li a{*/
/*font-size: 14px;*/
/*}*/
/*.box_menu_product ul li a.current{*/
/*color: #ed3237;*/
/*}*/
/*.box_menu_product ul li a:before{*/
/*font-family: 'ficon';*/
/*content: '\e8ad';*/
/*position: absolute;*/
/*left: 5px;*/
/*}*/
/*.manage .manage-table td.cot .price_format{
	font-weight: bold;
    color: #ed3237;
    font-size: 15px;
}*/
#user_profile .row,
#form_signup .row,
#form_signin .row,
#form_change_pass .row {
  margin-left: -15px;
  margin-right: -15px;
}

.profile-item {
  padding: 3px 0px;
}

.wellcom-item {
  background: #defddc;
  padding: 5px 10px;
  border-radius: 2px;
  color: #176d0c;
  font-size: 14px;
  margin-bottom: 10px;
}

.share_link .link {
  background: #f1f1f1;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0f33e0;
  font-size: 14px;
  text-decoration: underline;
  padding-right: 50px;
}

.form_link {
  position: relative;
}

#button_coppy {
  position: absolute;
  right: 0;
  top: 0;
  background: #ed3237;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

#button_coppy:hover {
  background: red;
}

.full.user.search_order,
.full.user.order {
  background: #f6f6f6;
}

.full.user .ordering_address_l,
.full.user .ordering_address_r {
  background: #fff;
  padding: 15px;
  border: 1px #dddddd solid;
  border-radius: 4px;
}

.full.user .ordering_method,
.full.user .request_more,
.full.user .status_order {
  padding-top: 20px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px #dddddd solid;
  border-radius: 4px;
}

.full.user .ordering_method h3,
.full.user .request_more h3,
.full.user .status_order h3 {
  margin-bottom: 10px;
  font-size: 15px;
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 5px;
  margin-top: -10px;
  font-weight: normal;
  color: #777;
}

.province_ship {
  background: #48a3c2;
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  border-radius: 2px;
  margin-left: 10px;
}

.full.user .status_order .content {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 5px;
  border-radius: 50px;
}

.note_plus_wcoin {
  border: 1px #2d9be0 dashed;
  color: #2d9be0 !important;
  font-weight: normal !important;
}

tr.is_cancel_1 td {
  color: #db7878;
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .user_signin .row_btn {
    float: none;
  }
}
select.form-control:not([size]):not([multiple]) {
  height: 33px;
}
/*# sourceMappingURL=user.css.map */