@charset "UTF-8";
#BactoTop {
  display: none;
}

#user_profile .mod_title_short {
  text-align: center;
  color: #164078;
  font-size: 13px;
  margin-bottom: 35px;
  font-family: Montserrat-Light;
}

@media (max-width: 999px) {
  .box_mid {
    padding: 0px;
  }
}

.mod_title_short {
  text-align: center;
  color: #164078;
  font-size: 18.02px;
  text-transform: uppercase;
  font-family: Montserrat-Medium;
  font-weight: normal;
  margin-bottom: 15px;
}

#form_profile label {
  margin-bottom: 2px;
  display: block;
  font-family: Montserrat-Regular;
  display: none;
}
#form_profile .form-group {
  margin-bottom: 20px;
}
#form_profile .form-group .form-control {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #646464;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 40px;
  padding: 0px 20px;
}
#form_profile .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
}
#form_profile .form-group .form-control::-moz-placeholder {
  color: #646464;
}
#form_profile .form-group .form-control:-ms-input-placeholder {
  color: #646464;
}
#form_profile .form-group .form-control::-ms-input-placeholder {
  color: #646464;
}
#form_profile .form-group .form-control::placeholder {
  color: #646464;
}
#form_profile .row .col-md-12 {
  padding: 0px;
}
#form_profile #btn_update {
  margin-top: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb9844), color-stop(#f28b37), to(#d3732c));
  background: -o-linear-gradient(#fb9844, #f28b37, #d3732c);
  background: linear-gradient(#fb9844, #f28b37, #d3732c);
  font-size: 16px;
  text-transform: uppercase;
  color: #f8fcfd;
  border-color: #fa923c;
  font-family: Montserrat-Medium;
  height: 48px;
  line-height: 48px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: 0px 2px 2px #2c3492;
          box-shadow: 0px 2px 2px #2c3492;
  padding: 0px 58px;
}
@media (max-width: 999px) {
  #form_profile #btn_update {
    height: 40px;
    line-height: 40px;
    padding: 0px 50px;
    margin-top: 15px;
  }
}
#form_profile #btn_update:hover {
  opacity: 0.8;
}

.user_notifications #tth-content .box_mid.notifications {
  padding: 0px;
  margin-bottom: 17px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dedede;
  margin-bottom: 34px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title h2.mid_title_l {
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: #164078;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 7px;
  position: relative;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title h2.mid_title_l:after {
  content: "";
  display: block;
  height: 1px;
  width: 71px;
  background: #f17a0d;
  position: absolute;
  bottom: 0px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(28px);
      -ms-transform: translateY(28px);
          transform: translateY(28px);
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r .reset {
  display: inline-block;
  width: 44px;
  height: 31px;
  background: #FFF;
  border: 1px solid #e1e1e1;
  position: relative;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r .reset:hover i:before {
  color: #00bff3;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r .reset i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r .select {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r .select #num_view {
  width: 56px;
  height: 31px;
  background: #FFF;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-title .mid_title_r .select:after {
  content: "";
  font-family: ficon;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive {
  border: 3px solid #164078;
  padding-bottom: 2px;
  background: #FFF;
  margin-bottom: 20px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table {
  margin-bottom: 0px;
  border-collapse: collapse;
  min-width: 800px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table thead th {
  border-bottom: none;
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #164078;
  text-transform: uppercase;
  background: #FFF;
  padding: 18px 10px 20px 20px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table thead th:last-child {
  padding-left: 0px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr:nth-child(odd) {
  background: #ebebeb;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr:nth-child(even) {
  background: #FFF;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td {
  font-family: Montserrat-Regular;
  font-size: 13px;
  padding: 7px 10px 25px 20px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.left p {
  padding: 0px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.left p a {
  color: #164078;
  padding: 0px;
  display: inline-block;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.left p a:hover {
  color: #00bff3;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.right {
  padding-left: 0px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.right p {
  color: #4d4d4d;
  padding: 0px;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.right p a {
  color: #00bff3;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .table-responsive table tbody tr td.right p a:hover {
  color: #164078;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate {
  margin-left: -2px;
}
@media (max-width: 600px) {
  .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate {
    margin-top: 10px;
    text-align: left;
  }
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .pagecur {
  background: #31c5ce;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .pagelink, .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .pagecur, .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .btnPage {
  border-radius: unset;
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .pagelink:hover, .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .pagecur:hover, .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info .paginate .btnPage:hover {
  background: #51dae3;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info > span {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #164078;
  padding-right: 25px;
}
@media (max-width: 600px) {
  .user_notifications #tth-content .box_mid.notifications .box_mid-content .list_notifications .nav_info > span {
    padding-right: 0px;
  }
}
.user_notifications #tth-content .notifications_detail .title {
  font-family: Montserrat-Medium;
  font-size: 15px;
  color: #164078;
  text-transform: uppercase;
}
.user_notifications #tth-content .notifications_detail .content {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #4d4d4d;
  text-align: justify;
}
.user_notifications #tth-content .notifications_detail .content a {
  color: #00bff3;
}
.user_notifications #tth-content .notifications_detail .content a:hover {
  color: #164078;
}

.learning_pathway .title_learning_pathway {
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #164078;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  margin-bottom: 23px;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 999px) {
  .learning_pathway .title_learning_pathway {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.learning_pathway .title_learning_pathway:after {
  content: "";
  width: 71px;
  height: 1px;
  background: #f17a0d;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.learning_pathway .list_group_tested {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.learning_pathway .list_group_tested ul {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 100%;
}
.learning_pathway .list_group_tested ul:not(.owl-carousel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.learning_pathway .list_group_tested ul .owl-stage-outer .owl-stage {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.learning_pathway .list_group_tested ul .owl-stage-outer .owl-stage .owl-item {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 100%;
  margin-right: 4.5px !important;
  margin-left: 4.5px !important;
}
.learning_pathway .list_group_tested ul .owl-stage-outer .owl-stage .owl-item:first-child {
  margin-left: 0px !important;
}
.learning_pathway .list_group_tested ul .owl-stage-outer .owl-stage .owl-item:last-child {
  margin-right: 0px !important;
}
.learning_pathway .list_group_tested ul li a {
  display: block;
  background: #FFF;
  padding: 7px 9px;
  border-radius: 3px;
}
.learning_pathway .list_group_tested ul li a:hover, .learning_pathway .list_group_tested ul li a.current {
  background: #164078;
}
.learning_pathway .list_group_tested ul li a:hover img, .learning_pathway .list_group_tested ul li a.current img {
  -webkit-filter: invert(121%) sepia(50%) saturate(0%) hue-rotate(310deg) brightness(179%) contrast(136%);
          filter: invert(121%) sepia(50%) saturate(0%) hue-rotate(310deg) brightness(179%) contrast(136%);
}
.learning_pathway .list_group_tested ul li a:hover span, .learning_pathway .list_group_tested ul li a.current span {
  color: #FFF;
}
.learning_pathway .list_group_tested ul li a img {
  width: auto;
  max-height: 22px;
  float: left;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.learning_pathway .list_group_tested ul li a span {
  padding-left: 8px;
  font-family: Montserrat-Medium;
  font-size: 13px;
  color: #323232;
}
.learning_pathway h3.title_group {
  font-family: Montserrat-Medium;
  font-size: 13px;
  color: #0b366e;
  text-transform: uppercase;
  font-weight: normal;
  background: #FFF;
  margin-top: 28px;
  margin-bottom: 11px;
  padding: 11px 18px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px #e0e0e0;
          box-shadow: 0px 0px 3px 0px #e0e0e0;
}
@media (max-width: 999px) {
  .learning_pathway h3.title_group {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .learning_pathway h3.title_group {
    padding: 10px;
  }
}
.learning_pathway .list_settest_result .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .learning_pathway .list_settest_result .item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.learning_pathway .list_settest_result .item:last-child {
  margin-bottom: 0px;
}
.learning_pathway .list_settest_result .item .info_item {
  width: calc(100% - 50px);
  padding-right: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .learning_pathway .list_settest_result .item .info_item {
    width: 100%;
    padding-right: 0px;
  }
}
.learning_pathway .list_settest_result .item .info_item .title {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #073b80;
  padding: 11px 120px 12px 19px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .learning_pathway .list_settest_result .item .info_item .title {
    padding: 10px 125px 10px 10px;
  }
}
@media (max-width: 600px) {
  .learning_pathway .list_settest_result .item .info_item .title {
    padding-right: 45px;
  }
}
.learning_pathway .list_settest_result .item .info_item .title span {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #0b366e;
}
.learning_pathway .list_settest_result .item .info_item .percent_correct {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #164078;
}
@media (max-width: 768px) {
  .learning_pathway .list_settest_result .item .info_item .percent_correct {
    right: 10px;
  }
}
@media (max-width: 600px) {
  .learning_pathway .list_settest_result .item .info_item .percent_correct span {
    display: none;
  }
}
.learning_pathway .list_settest_result .item .test_again {
  width: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#0745c0), to(#1e98f9));
  background: -o-linear-gradient(left, #0745c0, #1e98f9);
  background: linear-gradient(to right, #0745c0, #1e98f9);
  color: #FFF;
  font-family: Montserrat-Regular;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 3px;
  padding: 2px 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
@media (max-width: 768px) {
  .learning_pathway .list_settest_result .item .test_again {
    margin-top: 10px;
  }
}
.learning_pathway .list_settest_result .item .test_again:hover {
  opacity: 0.8;
}
.learning_pathway .list_settest_result .item .test_again:before {
  content: "";
  font-family: ficon;
  position: absolute;
  left: -18px;
  color: #0745c0;
}
.learning_pathway .paginate {
  margin-top: 30px;
  text-align: left;
  margin-left: -2px;
}

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

.user_signin .user_signin-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  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;
}

.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 {
  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: 0xp;
}

.manage {
  padding: 15px;
  background: #fff;
  border: 1px #dddddd solid;
}

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

.manage .manage-table th.cot {
  font-weight: normal;
  border-bottom: 1px #e1e1e1 solid;
  text-align: center;
  color: #464646;
  padding: 5px;
  padding-top: 0px;
  background: #fff;
  padding-bottom: 10px;
}

.manage .manage-table td.cot {
  /*padding:5px;*/
}

.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:first-child {
  margin-right: 10px;
  font-weight: bold;
  color: #333;
}

.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;
}

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

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

.filter_group .title_box {
  background: url(../images/bg_header_top.jpg) repeat-x;
  background-size: contain;
  color: #fff;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  padding: 8px 5px;
}

/*.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;
}*/
.row {
  margin: 0;
}

.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;
}

@media screen and (max-width: 991px) {
  .user_signin .row_btn {
    float: none;
  }
}
.notifications.certificate .box_mid-title {
  margin-bottom: 15px !important;
}
.notifications.certificate .box_mid-content .list_certificate .small_title {
  font-family: OpenSans-Semibold;
  font-size: 17px;
  color: #212121;
  margin-bottom: 20px;
}
.notifications.certificate .box_mid-content .list_certificate .list_item {
  font-family: SFUEurostileDemi;
  font-size: 16px;
}
.notifications.certificate .box_mid-content .list_certificate .list_item ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.notifications.certificate .box_mid-content .list_certificate .list_item ul li:before {
  content: "";
  font-family: ficon;
  position: absolute;
  left: 0;
  top: 3px;
  color: #3ca3da;
}
.notifications.certificate .box_mid-content .list_certificate .list_item ul li a {
  color: #3ca3da;
}
.notifications.certificate .box_mid-content .list_certificate .list_item ul li a:hover {
  color: #164078;
}
/*# sourceMappingURL=user.css.map */