@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif /*!important*/;
}
html, body {
height: 100%;
}
body {
	/*-webkit-filter: grayscale(1);
	filter: grayscale(1); */
	font-family: true_mediumregular !important;
	color:#555;
	font-size:13px !important;
	height: 100%;
	}
h1 {
	font-family:true_boldregular ;
	font-weight:normal ;
	}
h2 {
	font-family:true_boldregular !important;
	font-weight:normal ;
	}		
#piccaptcha{
    max-width:91px;
}
h3 {
font-family: true_boldregular !important;
font-weight: normal;
font-size: 18px;
}
h3 a {
	font-family:true_boldregular !important;
	font-weight:normal ;
	font-size:18px;
	}	
.full-name{
    font-family:true_lightregular ;
    font-weight:normal ;
    font-size: 18px !important;
}
.text-error{
	color: #a94442 !important;
}	
a {
	color:#555;
	text-decoration:underline;
	}
a:hover {
	color:#c30906 !important;
	}
.lang_res {
	margin-left:15px;
	margin-bottom:20px;
	padding-top:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.lang_res a {
	margin-right:10px;
	}
  #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -51px;
      }
.container {
	max-width:940px !important;
	padding:0px !important;
	padding-bottom:80px !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}


/*Bootstrap Custom*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding:0px;
	}
.row {
	margin:0px;
	}
.hide {
	display:none !important;
	}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	font-weight:normal;
	}
.navbar-inverse .nav-collapse .nav {
	margin-top:10px !important;
	}
.navbar-inverse .nav-collapse .nav > li > a {
	font-family:true_boldregular !important;
	}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow:none !important;
	}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	color:#FFF !important;
	}
.navbar-fixed-top,
.navbar-fixed-bottom {
  -webkit-font-smoothing: antialiased;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size:13px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:35px;
	padding:0px 10px 0px 10px;
}
label {
	font-size:13px;
	font-weight:normal;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(170, 170,170, 1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170,170, 0.4);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170,170, 0.4);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170,170, 0.4);
		  
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin: 0px !important;
}
.navbar .brand {
	padding-top:5px;
	}
.navbar-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(226,226,226,.5), inset 0 -1px #e8e8e8 !important;
	-moz-box-shadow: 0 2px 2px rgba(226,226,226,.5), inset 0 -1px #e8e8e8 !important;
	box-shadow: 0 2px 2px rgba(226,226,226,.5), inset 0 -1px #e8e8e8 !important;
	background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fff 50%) !important;
	background-image: -moz-linear-gradient(bottom, #f5f5f5, #fff 50%) !important;
	background-image: -o-linear-gradient(bottom, #f5f5f5, #fff 50%)!important;
	background-image: linear-gradient(to top, #f5f5f5, #fff 50%) !important;
	border:none;
	}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding:0px;
	}
.radio, .checkbox {
	margin-top:0px;
}


/*True ID*/
.true_topbar {
	width:100%;
	height: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(226,226,226,.5), inset 0 -1px #e8e8e8;
	-moz-box-shadow: 0 2px 2px rgba(226,226,226,.5), inset 0 -1px #e8e8e8;
	box-shadow: 0 2px 2px rgba(226,226,226,.5), inset 0 -1px #e8e8e8;
	background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fff 50%);
	background-image: -moz-linear-gradient(bottom, #f5f5f5, #fff 50%);
	background-image: -o-linear-gradient(bottom, #f5f5f5, #fff 50%);
	background-image: linear-gradient(to top, #f5f5f5, #fff 50%);
	}
.topbar_container {
	width:100% !important;
	padding:0px 15px 0px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.true_topbar_logo {
	padding-top:10px;
	float:left;
	}
.true_topbar_logo_phone {
	width:86px;
	height:25px;
	background-image:url(../images/trueidlogo.png);
	margin-top:5px;
	margin-left:10px;
	}
.true_topbar_logo_phone a {
	display:block;
	height:25px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.true_topbar_logo_phone {
    background-image: url('../images/trueidlogo@2x.png');
    background-size: 86px 25px;
  }
}
h1 {
	font-family:"true_lightregular" !important;
	font-size:33px;
	line-height:50px;
	margin-top:30px;
	font-weight:normal;
	}
h2 {
	font-family:"true_lightregular" !important;
	font-size:22px;
	font-weight:normal;
	margin-top:30px;
	}
h2 b {
	font-family:"true_boldregular" !important;
	font-weight:normal;
	}
.text_red {
	color:#ec312e;
	}
.text_true {
	font-family:"true_mediumregular" !important;
	font-size:14px;
	font-weight:normal;
	}
.landing h2 a {
	color:#ec312e;
	text-decoration:underline;
	font-family:true_boldregular !important;
	}
.alert-gray {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fcfcfc;
	border: solid 1px #e9e9e9;
	color:#555;
	padding:15px 15px 15px 30px;
	background-image:url(../images/alert_arrow.png);
	background-repeat:no-repeat;
	background-position:15px 18px;
	text-shadow:none;
}
.alert-gray a {
	color:#555;
	text-decoration:underline;
	}
.margin_10 {
	margin:10px 0px 10px 0px !important;
	}
.margin_20 {
	margin:20px 0px 20px 0px !important;
	}
.margin_top10 {
	margin-top:10px !important;
	}
.margin_bottom10 {
	margin-bottom:10px !important;
	}
.margin_top20 {
	margin-top:20px !important;
	}
.margin_top30 {
	margin-top:30px !important;
	}
.margin_bottom20 {
	margin-bottom:20px !important;
	}
.margin_bottom30 {
	margin-bottom:30px !important;
	}
.padding_20 {
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.margin_0 {
	margin:0px !important;
	}
#footer {
    clear:both;
	border-top:#e9e9e9 1px solid;
	height:50px;
	padding:0px 30px 0px 30px;
	color:#999999;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*z-index:1000;
	position:relative;*/
	background-color:#FFF;
	}
#footer a {
	color:#999999;
	text-decoration:none;
	}
#footer a:hover {
	color:#999999 !important;
	text-decoration:underline;
	}
#footer .footer_policy,#footer .footer_help {
	margin-top:15px;
	margin-right:20px;
	}
#footer .footer_language {

	margin-top:10px;
	margin-bottom:0px;
	}
.from_box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1),inset 0px 0px 0px 1px #e9e9e9;
	}

.from_box .title h3 {
	text-align:center;
	font-size:18px !important;
	font-family:true_boldregular !important;
	margin:0px;
	font-weight:normal !important;
	}
.user_thumb {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	background-position:center;
	margin:0 auto;
	margin-top:10px;
	background-size:contain;
	}
.input_help {
	position:relative;
	}
.input_help .icon_help {
	position:absolute;
	width:20px;
	height:20px;
	background-image:url(../images/icn_help.png);
	right:10px;
	top:7px;
	cursor:help;
	}
.benefits-box {width:100%; border-top: 1px solid #ededed;}
.benefits-row {margin:0 0 10px 0; padding-bottom:10px; border-top:1px solid #ededed;}
.benefits-row a{ display:block; text-decoration:none;}
.benefits-row a:hover .text-benefits{ text-decoration:underline !important; color:#ec312e;}
.logo-benefits {float:left; width:80px;}
.text-benefits {padding:20px 10px 0 10px; float:left; text-align:left; font-size:15px;}
.title-benefits {text-align:center;}
.title-benefits2 { font-size:18px; line-height:30px; font-weight:bold; color:#ec312e;}

.box-btnbenefits {float:left; padding:20px 0 0 0;}
.benefits-logo { float:left; margin-right:20px;}
.clear {clear:both;}

.bg-star {height:200px; background-image:url(../images/bg-star.jpg); background-repeat:no-repeat; background-color:#f5f5f5; background-position:center;}
.pullup { margin-top:-170px !important;}

.redcard {
	
 	width:263px; 
 	height:173px; 
 	/*margin:0 auto; */
 	background:url(../images/redcard.jpg) no-repeat; color:#fff; 
 	/*padding:44px 0 0 0;*/ 
 	text-align:center; 
 	font-family:"true_boldregular"; 
 	font-size:22px; 
 	/*display: table-cell;*/
 	
 }

.redcard_middle {
	
 	width:263px; 
 	height:173px; 
 	
 	vertical-align: middle; 
 	display: table-cell;
 	
 }



.benefits-list {display:inline;  text-align:center; padding:0px !important; border:1px solid #e9e9e9; margin:5px 6.2px 5px 0; float:left; width:63px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.benefits-list img{width:61px; height:61px;}
.benefits-list:hover {border:1px solid #EC312E;}

.benefits-list2 {display:inline;  text-align:center; padding:0px !important; border:1px solid #e9e9e9; margin:5px 0 5px 0; float:right; width:63px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.benefits-list2 img{width:61px; height:61px;}
.benefits-list2:hover {border:1px solid #EC312E;}
.box-dashboard {background-color:#ededed; padding:20px 10px; text-align:center;}


.input_help_profile_view .icon_help {
    position:absolute;
    width:20px;
    height:20px;
    background-image:url(../images/icn_help.png);
    right:10px;
    top:7px;
    cursor:help;
    }
.input_help .icon_eye {
	position:absolute;
	width:20px;
	height:20px;
	right:30px;
	top:7px;
	cursor:pointer;
	}
.input_help .icon_viewpass {
	position:absolute;
	width:20px;
	height:20px;
	background-image:url(../images/icn_viewpass.png);
	right:35px;
	top:7px;
	cursor:pointer;
	}
.input_help_profile_view .icon_viewpass {
    position:absolute;
    width:20px;
    height:20px;
    background-image:url(../images/icn_viewpass.png);
    right:35px;
    top:7px;
    cursor:pointer;
    }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.input_help .icon_viewpass {
    background-image: url('../images/icn_viewpass@2x.png');
    background-size: 20px 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.input_help .icon_help {
    background-image: url('../images/icn_help@2x.png');
    background-size: 20px 20px;
  }
}
.input_help .icon_help a {
	display:block;
	height:20px;
	cursor:help;
	}
.btn {
	padding:7px 15px 6px 15px !important;
	background:none;
	text-shadow:none;
	font-size:13px;
    text-decoration: none;
	}

.btn-default{
    background-color: #ebebeb;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    text-decoration: underline;
    color: #000000 !important;
    }

.btn-red {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ec312e;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	border: solid 1px #be221f;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	}
.btn-red:hover {
	background-color: #ec312e;
	border: solid 1px #be221f;
	text-align:center;
	color:#FFF !important;
	text-decoration:underline;
	}
.btn-gray {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ebebeb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	border: solid 1px #d9d9d9;
	text-align:center;
	color:#555;
	text-decoration:none;
	}
.btn-gray:hover {
	background-color: #ebebeb;
	border: solid 1px #d9d9d9;
	text-align:center;
	color:#555 !important;
	text-decoration:underline;
	}
.btn-white {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	border: solid 1px #e9e9e9;
	text-align:center;
	color:#555;
	text-decoration:none;
	}
.btn-white:hover {
	background-color: #fff;
	border: solid 1px #e9e9e9;
	text-align:center;
	color:#555 !important;
	text-decoration:underline;
	}
.btn_responmenu {
	float: left;
	width:28px;
	height:28px;
	background:none;
	border:none;
	background-image:url(../images/btn_responmenu.png);
	margin-left:10px;
	}
.btn-sharefile {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #86c808;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	border: solid 1px #6ca107;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	}
.btn-sharefile:hover {
	background-color: #86c808;
	border: solid 1px #6ca107;
	text-align:center;
	color:#FFF !important;
	text-decoration:underline;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.btn_responmenu {
    background-image: url('../images/btn_responmenu@2x.png');
    background-size: 28px 28px;
  }
}
.landing_left .alert {
	margin-left:0px;
	}
.landing_left .landing_icon {
	margin-top:30px;
	margin-bottom:40px;
	}
.icon-lang {
	width:26px;
	height:20px;
	background-image:url(../images/icon_lang.png);
	background-position:-0px -0px;
	margin-right:10px;
	display: inline-block;
	line-height: 14px;
	vertical-align: text-top;
	float:left;
	margin-top:6px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.icon-lang {
    background-image: url('../images/icon_lang@2x.png');
    background-size: 26px 20px;
  }
}
.footer_language select {
	width:100px;
	float:left;
	}
.remark {
	font-size:11px;
	color:#999;
	line-height:13px;
	margin-top:3px;
	}
.strang_bar {
	text-align:center;
	width:100px;
	height:20px;
	line-height:20px;
	color:#FFF;
	margin-top:4px;
	border-radius:3px;
	}
.strang_bar.green {
	background-color:#b1c438;
	}
.strang_bar.yellow {
	background-color:#ffc600;
	}
.strang_bar.red {
	background-color:#ec312e;
	}
.control-group {
	margin-bottom:0px;
	} 
.all_logo {
	width:583px;
	height:17px;
	margin:0 auto;
	background-image:url(../images/all_logo_1row.png);
	}
.all_logo_2row {
	width:293px;
	height:40px;
	margin:0 auto;
	background-image:url(../images/all_logo_2row.png);
	}
.btn-resend {
	padding:0px 10px 0px 10px !important;
	height:25px  !important;
	color:#555 !important;
	line-height:28px;
	margin-top:-3px;
	}
.account_edit .date_select select {
	width:31.914893617021278%;
	margin-left:2.127659574468085%;
	}
.account .date_select select:first-child {
	margin-left:0px;
	}
.account .date_select select {
    margin-left: 2.12766%;
    width: 31.9149%;
}
.true_topbar_user {
	float:right;
	}
 .form-search  {
	padding:10px 20px 0px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:#e8e8e8 1px solid;
	float:left;
	height:50px;
	}
.form-search input {
	height:30px;
	border-radius:30px;
	-moz-border-radius:30px;
	padding-left:30px;
	background-image:url(../images/icon_search.png);
	background-repeat:no-repeat;
	background-position:10px 6px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.form-search input {
    background-image: url('../images/icon_search@2x.png');
    background-size: 16px 16px;
  }
}
.true_topbar_user .shortcut_link {
	padding:10px 20px 0px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:#e8e8e8 1px solid;
	float:left;
	height:50px;
	}
.true_topbar_user .shortcut_link ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.true_topbar_user .shortcut_link li {
	margin:0px;
	padding:0px;
	line-height:30px;
	/*float:left;
	margin-left:20px;*/
	}
.true_topbar_user .shortcut_link li:first-child {
	margin-left:0px;
	}
.true_topbar_user .shortcut_link li a:hover {
	text-decoration:underline;
	}
.true_topbar_user .shortcut_link li a {
	text-decoration:none;
	display:block;
	height:50px;
	}
.true_topbar_user .notification {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:#e8e8e8 1px solid;
	float:left;
	height:50px;
	}
.true_topbar_user .notification .icon_notification {
	width:50px;
	height:50px;
	background-image:url(../images/icon_notification.png);
	background-repeat:no-repeat;
	background-position:center 14px;
	background-size: 17px 21px;
	}
.true_topbar_user .icon_notification a {
	display:block;
	height:50px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.true_topbar_user .notification .icon_notification{
    background-image: url('../images/icon_notification@2x.png');
    background-size: 17px 21px;
  }
}

.true_topbar_user .user_small_thumb {
	padding:0px 15px 0px 20px;
	height:50px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.true_topbar_user .user_thumb {
	width:30px;
	height:30px;
	margin:0 auto;
	}
.true_topbar_user .user_small_thumb a {
	height:50px;
	display:block;
	padding-top:8px;
	}
.true_topbar_user .user_name {
	line-height:34px;
	margin-left:10px;
	}
.connect_with_trueid {
	
	height:30px;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	margin-top:9px;
	}

.connect_with_trueid a {
	display:block;
	height:30px;
	}
	
.connect_with_trueid img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	}
.true_topbar_user .search {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:#e8e8e8 1px solid;
	float:left;
	height:50px;
	}
.true_topbar_user .search.active {
	background-color: #e9e9e9;
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #e6e6e6, #ccc);
	background-image: -moz-linear-gradient(bottom, #e6e6e6, #ccc);
	background-image: -o-linear-gradient(bottom, #e6e6e6, #ccc);
	background-image: linear-gradient(to top, #e6e6e6, #ccc);
	}
.true_topbar_user .search .icon_search {
	width:50px;
	height:50px;
	background-image:url(../images/icon_search_phone.png);
	background-repeat:no-repeat;
	background-position:center 14px;
	background-size: 20px 20px;
	}
.true_topbar_user .search.active .icon_search {
	width:50px;
	height:50px;
	background-image:url(../images/icon_search_phone_w.png);
	background-repeat:no-repeat;
	background-position:center 15px;
	background-size: 20px 20px;
	}
.true_topbar_user .icon_search a {
	display:block;
	height:50px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.true_topbar_user .search .icon_search{
    background-image: url('../images/icon_search_phone@2x.png');
    background-size: 20px 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.true_topbar_user .search.active .icon_search{
    background-image: url('../images/icon_search_phone_w@2x.png');
    background-size: 20px 20px;
  }
}
.searchbar_phone {
	height:50px;
	background-color: #e9e9e9;
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #e6e6e6, #ccc);
	background-image: -moz-linear-gradient(bottom, #e6e6e6, #ccc);
	background-image: -o-linear-gradient(bottom, #e6e6e6, #ccc);
	background-image: linear-gradient(to top, #e6e6e6, #ccc);
	}
.searchbar_phone .form-search {
	border:none; 
	}
.register_form .form-group {
	margin-bottom:10px !important;
	}
.register_form input {
	margin-bottom:5px;
	}

.input_help input.regpassword {
	padding-right: 14%;
}

.input_help input.resetpassword {
	padding-right: 22%;
}

.help-block {
	margin-bottom:0px;
	}
.form-group {
	margin-bottom:10px !important;
	}
.account .user_thumb {
	float:left;
	margin-right:20px;
	}
.user_thumb_edit  {
	line-height:26px;
	}
.textform {
	line-height:35px;
	}
.account .title h3 {
	text-align:left;
	}
.account .title {
	border-bottom:#e1e1e1 1px solid;
	height:40px;
	}
.account .subject {
	color:#959595;
	}
.login_remember, .login_forgotpass {
	padding:0px;
	}
.respond {
	text-align:center;
	}
.profile_photo {
	background-position:center;
	background-size:cover;
	height:215px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position:relative;
	padding-top:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	}
.profile_photo.complete {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.profile .progress {
	height:10px;
	}
.custom-progress {
    margin-top:10px;
    }
.profile .progress-bar-success {
	background-color:#b1c438 !important;
	}
.profile .profile_name {
	text-align:center;
	color:#FFF;
	}
.profile .profile_name h3 {
	font-family:true_mediumregular !important;
	}
.profile .profile_edit {
	text-align:center;
	}
.btn-profileedit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.3);
	border: solid 1px rgba(255,255,255,.2);
	color:#FFF;
	text-decoration:none;
	}
.btn-profileedit:hover {
	color:#FFF !important;
	text-decoration:underline;
	}
.profile_list ul {
	margin:0px;
	padding:0px;
	}
.profile_list li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:35px;
	border-bottom:#e9e9e9 1px solid;
	line-height:35px;
	position:relative;
	}
.icon_correct {
	width:16px;
	height:16px;
	background-image:url(../images/icon_correct.png);
	position:absolute;
	right:0px;
	top:10px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.icon_correct{
    background-image: url('../images/icon_correct@2x.png');
    background-size: 16px 16px;
  }
}
.icon_correct a {
	display:block;
	height:16px;
	}
.icon_edit {
	width:16px;
	height:16px;
	background-image:url(../images/icon_edit.png);
	position:absolute;
	right:0px;
	top:10px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.icon_edit{
    background-image: url('../images/icon_edit@2x.png');
    background-size: 16px 16px;
  }
}
.icon_edit a {
	display:block;
	height:16px;
	}
.profile .user_thumb {
	margin-top:0px;
	}
.profile_privillege {
	text-align:center;
	color:#959595;
	margin-top:20px;
	}
.asset ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.asset li {
	border-bottom:#e9e9e9 1px solid;
	padding:20px;
	}
.asset li:last-child {
	padding-bottom:0px;
	}
.asset_title h3 {
	margin:0px;
	float:left;
	line-height:30px;
	margin-left:10px;
	}
.asset_icon {
	width:30px;
	height:30px;
	float:left;
	}
.asset_icon a {
	display:block;
	height:30px;
	}
.asset_icon.trueyou {
	background-image:url(../images/icon_trueyou.png);
	}
.asset_icon.truecloud {
	background-image:url(../images/icon_truecloud.png);
	}
.asset_icon.truemoney {
	background-image:url(../images/icon_truemoney.png);
	}
.asset_icon.trueiservice {
	background-image:url(../images/icon_trueiservice.png);
	}
.asset_icon.truebenefits {
	background-image:url(../images/icon_benefits.png);
	}
		
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.asset_icon.trueyou {
    background-image: url('../images/icon_trueyou@2x.png');
	background-size: 30px 30px;
  }
.asset_icon.truecloud {
	background-image:url('../images/icon_truecloud@2x.png');
	background-size: 30px 30px;
	}
.asset_icon.truemoney {
	background-image:url('../images/icon_truemoney@2x.png');
	background-size: 30px 30px;
	}
.asset_icon.trueiservice {
	background-image:url('../images/icon_trueiservice@2x.png');
	background-size: 30px 30px;
	}
.asset_icon.truebenefits {
	background-image:url('../images/icon_benefits@2x.png');
	}
		
}
.asset_mainpoint {
	font-size:16px;
	line-height:30px;
	margin-bottom:15px;
	}
.asset_mainpointscore {
	font-size:14px;
	line-height:30px;
	margin-bottom:15px;
	}
.progress.truecloud  {
	height:20px;
	}
.progress-success {
	background-color:#ec312e;
	}
.iservice .asset_title {
	padding:20px 20px 0px 20px;
	}
.iservice ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.iservice li {
	border-bottom:#e9e9e9 1px solid;
		padding:20px;
	}
.iservice_title h3 {
	margin:0px;
	float:left;
	line-height:30px;
	margin-left:10px;
	}
.iservice_icon {
	width:30px;
	height:30px;
	float:left;
	}
.iservice_icon a {
	display:block;
	height:30px;
	}
.add_more_service {
	text-align:center;
	}
.trueapp .trueapp_titile {
	height:40px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #ebebeb; /* layer fill content */
	padding:0px 20px 0px 20px;
	}
.trueapp .trueapp_titile h3 {
	margin:0px;
	font-size:13px;
	line-height:40px;
	}

.trueapp_icon {
	text-align:center;
	}
.trueapp_icon img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* border radius */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f9f9f9; /* layer fill content */
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.19); /* drop shadow */
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.19); /* drop shadow */
	box-shadow: 0 2px 2px rgba(0,0,0,.19); /* drop shadow */
	}
.dashboard_tab {
	height:35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	border: solid 1px #e9e9e9;
	text-align:center;
	line-height:35px;
	}
.dashboard_tab .dashboard_tab_list {
	border-right:#e9e9e9 1px solid;
	}
.dashboard_tab .dashboard_tab_list.active {
	background-color: #f2f2f2;
	-moz-box-shadow: inset 1px 2px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 1px 2px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 2px 2px rgba(0,0,0,.05);
	}
.dashboard_tab .dashboard_tab_list:last-child {
	border-right:none;
	}
.dashboard_tab a {
	display:block;
	height:35px;
	text-decoration:none;
	font-family:true_boldregular !important;
	}
.dashboard_tab a:hover {
	text-decoration:underline;
	}
.following h3 {
	margin:0px;
	font-size:13px;
	text-align:left;
	}
.true_diary h3 {
	margin:0px;
	font-size:13px;
	text-align:left;
	}

.following_list .follow_item {
	margin-top:20px;
	}
.follow_status {
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #e9e9e9;
	padding:0px 15px 0px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-left:10px;
	line-height:30px;
	}
.follow_status a {
	display:block;
	height:30px;
	text-decoration:none;
	}
.follow_item a {
	color:#c2c2c2;
	}
.follow_item a:hover .following {
	color:#9f9f9f !important;
	}
.follow_status.following {
	background-color:#f9f9f9;
	background-image:url(../images/icon_correct.png);
	background-repeat:no-repeat;
	background-position:10px 6px;
	padding:0px 15px 0px 33px;
	}
.follow_status.follow {
	background:none;
	background-repeat:no-repeat;
	background-position:10px 6px;
	text-align:center;
	}
.follow_item a .follow_status.follow {
	color:#555 !important;
	}
.follow_item a:hover .follow_status.follow {
	text-decoration:underline;
	color:#c30906 !important;
	}
.true_diary h3 a{
	margin:0px;
	font-size:13px;
	text-decoration:none;
	color:#c2c2c2;
	margin-left:20px;
	}
.true_diary .title h3 {
	font-size:13px !important;
	}
.true_diary .title {
	border-bottom:#e9e9e9 1px solid;
	}
.true_diary ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.true_diary li {
	margin:0px;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-bottom:#e9e9e9 1px solid;
	}
.true_diary li:last-child {
	border-bottom:none;
	}
.true_diary .product_title {
	margin-bottom:10px;
	}
.true_diary .product_type {
	color:#c2c2c2;
	width: 75px;
	}
.true_diary .product_banner {
	text-align:center;
	}
.true_diary .product_banner img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.product_thumb_square {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
.text-discount {
	text-decoration:line-through;
	font-size:12px;
	}
.itruemart_product a {
	text-decoration:none !important;
	}
.itruemart_product a:hover {
	text-decoration:underline !important;
	}

.itruemart_product .col-md-4:first-child {
	margin-left:0px !important;
	}
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Share File*/
.sharefile .img-responsive {
	margin:0 auto;
	display:inline;
	}
.sharefile_title {
text-align:center;
	}
.sharefile_title img {
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
.sharefile ul {
	margin:0px;
	list-style-type:none;
	}
.sharefile ul li {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#f6f6f6 1px solid;
	}
.sharefile ul li:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.sharefile_name {
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	}
.sharefile .sharefile_dl {
	position:absolute;
	right:0px;
	top:-1px;
	}
.img-responsive {margin:0 auto !important;}	


	
/*Desktop*/
@media (min-width:768px) {
body{
	margin:0px 10px 0px 10px !important;
}

.account_edit {
	margin-top:30px;
	}
.account_edit .title {
	border-bottom:#e1e1e1 1px solid;
	height:40px;
	}
.account_edit .title h3 {
	text-align:left;
	}
.account .subject {
	line-height:35px;
	padding-right:14px;
	text-align:right;
	}
.dashboard .subject {
    line-height:35px;
    padding-right:20px;
    text-align:right;
    }

.gender {
    line-height:35px;
    }
.gender-label{
    padding-right:20px;
}
.error-profile {
    line-height:35px;
    padding-left:20px;
    text-align:left;
    }
.account_edit .remark {
	line-height:27px;
	}  
.landing {
	margin-top:40px;
	}
.container {
	margin-top:40px;
	}
.account .user_thumb {
	margin-left:149px;
	}
.marginleft {
	margin-left:20px;
	}
.follow_status {
	min-width:105px;
	}
.follow_status.follow a {
	text-align:center !important;
	}
.dashboard .col-md-5 {
	width:380px !important;
	}
.dashboard .true_diary .col-md-5 {
	width: 41.66666667% !important;
	}
.dashboard .col-md-7 {
	width:540px !important;
	}
.dashboard_right {
	margin-left:20px;
	}
.true_diary .text_caption {
	margin-left:20px;
	}
.itruemart_product .col-md-4 {
	width:31.666666667% !important;
	margin-left:2.5% !important;
	}
.sharefile .sharefile_name {
	width: 58.33333333% !important;
	}
	
.benefits-box {width:650px; height:auto; margin:0 auto; border-top: 1px solid #ededed;}
.benefits-row {margin:0 0 10px 0; padding:10px 0;}
.logo-benefits {float:left; width:80px;}
.benefits-logo { float:left;}
.from_box2 { width:700px; margin:0 auto;}


.container .col-sm-offset-3 {
	margin-left:29%;
	}
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 979px) {
body {
	padding:0px;
	}

.box_card{
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.container {
	margin-top:20px;
	}
.navbar .brand {
	margin-left:5px !important;
	}

.login_remember * {
	text-align:center;
	float:none !important;
	}
.login_remember input[type="checkbox"] {
	margin-top: -5px;
	margin-right:5px;
	}
.login_forgotpass {
	text-align:center;
	}
.login_remember,.login_forgotpass {
	width:100% !important;
	}
.account .subject {
	line-height:35px;
	padding-right:20px;
	text-align:right;
	}
.account .remark {
	line-height:27px;
	}  
.landing {
	margin-top:20px;
	}
.landing_left h1 {
	font-size:30px !important;
	margin-top:20px;
	}
.landing_left .landing_icon {
	margin-top:20px;
	margin-bottom:20px;
	}
.marginleft {
	margin-left:20px;
	}
.follow_status {
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #e9e9e9;
	padding:0px 10px 0px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-left:5px;
	line-height:30px;
	}
.follow_status a {
	display:block;
	height:30px;
	text-decoration:none;
	}
.follow_status.following {
	background:none;
	background-color:#f9f9f9;
	background-repeat:no-repeat;
	background-position:10px 6px;
	padding:0px 10px 0px 10px;
	}
.follow_status {
	min-width:77px;
	}
.follow_status.follow a {
	text-align:center !important;
	}	
.dashboard_right {
	padding-left:20px;
	}
.container .col-sm-offset-3 {
	margin-left:29%;
	}

.true_diary .text_caption {
	margin-left:20px;
	}
.itruemart_product .col-md-4 {
	width:31.666666667% !important;
	margin-left:2.5% !important;
	}
.benefits-list { width:auto;}
.benefits-list2 { width:auto; float:left;}


	.dashboard .col-md-5 {
    	width: 300px !important;
	}

	.dashboard .col-md-7 {
    	width: 430px !important;
	}

	.dashboard_right {
    	padding-left: 10px;
	}

	.dashboard_right {
    	margin-left: 10px;
	}
}





.inline {
  display: inline; 
}
/*Mobile*/
@media (max-width: 320px) {
  .asset_mainpointscore{
	font-size:14px;
	line-height:30px;
	margin-bottom:15px;
	clear: both;
	width: 100%;
	float: left;
	}
	.gender-label{
    padding-right:20px;
}
.text-danger {
  color: #a94442;
}
}
@media (max-width: 767px) {

body {
	padding:0px;
	}
.gender-label{
    padding-right:20px;
}
.text-danger {
  color: #a94442;
}
.asset_title h3 {
	margin:0px;
	float:left;
	line-height:30px;
	margin-left:5px;
	}
#footer {
	padding-left: 20px;
	padding-right: 20px;
	height:130px !important;
  }
 .container {
	padding:0px 10px 70px 10px !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top:0px;
	}
.login_remember * {
	text-align:center;
	float:none !important;
	}
.login_remember input[type="checkbox"] {
	margin-top: -5px;
	margin-right:5px;
	}
.login_forgotpass {
	text-align:center;
	}
.footer_language, .footer_policy, .footer_help {
	display:block !important;
	float:none !important;
	margin-top:10px !important;
	}
.footer_language {
	margin-top:15px !important;
	}
.footer_language i {
	float:left;
	margin-top:5px;
	}
.footer_language .span1 {
	width:100px !important;
	float:left;
	}
  #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -131px;
      }
.container {
	/*padding-bottom:150px !important;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 100%;
	float: left;
	}
.remark {
	margin-top:0px;
	margin-bottom:5px;
	}
.remark-profile {
    font-size: 11px;
    color: #999;
    padding-top: 5px !important;
}
.optkeyin .row-fluid {
	width:238px;
	margin:0 auto;
	}
.optkeyin .row-fluid .span3 {
	float:left !important;
	width: 18.404255319148934%;
}
.optkeyin .row-fluid .span9 {
	float:left !important;
	width:79.46808510638297%;
	margin-left: 2.127659574468085%;
	}
.topbar_container {
	width:100% !important;
	padding:0px 0px 0px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.connect_with_trueid {
	width:127px;
	height:30px;
	float:right;
	background-image:url(../images/btn_connect_with_trueid.jpg);
	background-position:-76px -0px;
	margin-right:15px;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.connect_with_trueid {
    background-image: url('../images/btn_connect_with_trueid@2x.jpg');
    background-size: 127px 30px;

  }

  
}
.connect_with_trueid a {
	display:block;
	height:30px;
	}
.landing {
	margin-top:20px;
	}
.container {
	margin-top:20px;
	}
.account .form-group {
	margin-bottom:10px;
	}
.account .form-group .subject, .account .form-group .textform{
	line-height:25px;
	}
.all_logo {
	width:293px;
	height:40px;
	margin:0 auto;
	background-image:url(../images/all_logo_2row.png);
	}
.profile_photo {
	height:169px;
	padding-top:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.profile_photo .user_thumb {
	width:70px;
	height:70px;
	}
.profile_photo .profile_name {
	margin-top:0px;
	}
.profile_photo .profile_name h3 {
	margin-top:10px;
	font-size:16px;
}
.dashboard .margin_bottom20 {
	}
.follow_status.following {
	background:none;
	background-color:#f9f9f9;
	padding:0px 10px 0px 10px;
	}
.follow_status.follow {
	background:none;
	padding:0px 10px 0px 10px;
	}
.follow_status {
	min-width:77px;
	}
.follow_status.follow a {
	text-align:center !important;
	}	
.product_banner .img-responsive {
	display:inline;
	}
.true_diary .text_caption {
	margin-top:10px !important;
	}
.itruemart_product .col-xs-6 {
	width:47.5% !important;
	margin-left:2.5% !important;
	}
.itruemart_product .col-xs-6:nth-child(2n+1) {
	margin-left:0px !important;
	}
.itruemart_product_box {
	margin-bottom:10px;
	}
.bg-star {height:100px;}
.pullup { margin-top:-100px !important;}
.benefits-logo {text-align:center; width:100%; margin-top:10px;}	
.benefits-list { width:auto;}
.benefits-list2 { width:auto; float:left;}
}

@media (max-width: 480px) {
body {
	padding:0px;
	}
.sharefile_title .hidden-xs {
	display:block !important;
	}
	.gender-label{
    padding-right:20px;
}
.text-danger {
  color: #a94442;
}
.sharefile_title .visible-xs {
	display:none !important;
	}
.benefits-logo {text-align:center; width:100%; margin-top:10px;}	
.text-benefits {
    padding: 10px 10px 0;
    
.dropdown-menu{
    min-width: 0px !important;
}
.dropdown-menu > li > a{
    line-height:inherit !important;
}
.inline{
    display:inline;
}


/*hack css for ie10 only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .true_topbar_logo { padding-right: 13px; }
}
.benefits-list { width:auto;}
.benefits-list2 { width:auto; float:left;}
	}
