html{
	font-size:0.9em ;
	font-family:Helvetica,arial,SimSun,"Microsoft Yahei";
	padding:0;
	margin:0;
	height:100%
}


html,
body,
* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	box-sizing: border-box;
}
h1,h2,h3,h4,h6{
	color: #444;
  	font-weight: 600;
  	line-height: 1.5;
  	margin: 0;
}
h5{
	font-size: 1.2em;
	color: #444;
  	font-weight: 600;
  	line-height: 1.5;
  	margin: 0 0 10px;
	font-family: Helvetica,arial,SimSun,"Microsoft Yahei";
}
p {
	margin: 0 0 10px 0;
  	font-family: inherit;
  	font-weight: normal;
  	font-style: normal;
  	color: #555;
  	font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none !important;
}
a{
	text-decoration: none!important;
}

a:link{
	text-decoration:none;
	-moz-transition:color .3s;
    -o-transition:color .3s;
    -webkit-transition:color .3s;
	transition:color .3s;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family:Helvetica,arial,sans-serif,SimSun;
}
input[type="checkbox"].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}
input[type="checkbox"].css-checkbox + label.css-label {
	padding-left:27px;
	height:16px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1.3em;
	vertical-align:middle;
	cursor:pointer;
}
input[type="checkbox"].css-checkbox:checked + label.css-label {
	background-position: 0 -16px;
}

input[type="checkbox"].css-checkbox:disabled + label.css-label{
	background-position: 0 -32px;
	cursor:default;
}
label.css-label {
	background-image:url(/images/checkbox/checkbox.png);
}
label.css-label {
	background-image:url(/images/checkbox/checkbox.png);
}
textarea {
  overflow: auto;
  vertical-align: top;
}
label{
	display:inline-block;
	font-size:1em;
	margin-bottom:10px;
	letter-spacing:1px;
	font-weight:600;
}
dt{
	font-weight: bold;
	font-family:Helvetica,arial,sans-serif,SimSun;
	text-transform: capitalize;
	display: inline-block;
}
dd{
	font-family:Helvetica,arial,sans-serif,SimSun;
	text-align: left;
	margin: 0;
	display: inline-block;
}
table{
	font-size: inherit;
}

/******************Font Family*******************/

.zh-fontfamily{
	font-family:"Microsoft Yahei",SimSun !important;
}
.en-fontfamily{
	font-family:Helvetica,arial !important;
}



.legend-style{
	display: block;
  	width: 100%;
  	padding: 0;
  	margin-bottom: 25px;
  	font-size: 2.1em;
  	line-height: 28px;
  	color: #444;
  	border: 0;
  	border-bottom: 1px solid #e5e5e5;
	font-weight:500;
	letter-spacing:1px;
}
.input-group{
	margin-bottom: 20px;
}
.input-group label{
	text-transform: uppercase;
	color: #444;
}
.input-control{
	display: table;
  	cursor: pointer;
 	position: relative;
 	background-color: #fff;
  	outline: 0;
  	height: 34px;
  	width: 100%;
	
}
.input-control input {
	border: 1px #d9d9d9 solid;
  	width: 100%;
  	height: 34px;
  	padding: 5px;
  	z-index: 1;
  	-webkit-appearance: none;
	font-size:1.1em;
}
.input-control select {
	border: 1px #d9d9d9 solid;
  	width: 100%;
  	height: 34px;
  	padding: 5px;
	font-size:1.2em;
}
.input-control select:focus{
	border:1px solid #777; !important;
	outline:none;  !important;
}
.input-group-addon{
	padding: 6px 12px;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 1;
  	text-align: center;
  	background-color: #eee;
  	border: 1px solid #ccc;
  	display: table-cell;
  	width: 1%;
  	white-space: nowrap;
  	vertical-align: middle;
  	border-radius: 0;
}
.input-modify{
	width:250px;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

/******************Offten use******************/
.checklabel{
	font-size: 0.9em;
	font-weight:600;
	line-height: 2em;
}
.emptycell{
	width: 100%;
	min-height: 34px;
	display:table;
}
.editable{
	display: inline-block;
	min-height: 10px;
	color:#337ab7 !important;
}
.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
	clear:both;
}

.clearfix{
	clear:both;
}

.border {
	border:1px #000 solid;
}
.noborder-left {
	border-left:none;
}
.noborder-top {
	border-top:none;
}
.container{
	margin:0 auto;
}
.content-smallwrap
{
	padding:15px 0px;
}
.content-wrap{
	padding:80px 0px;
}
.fullwidth{
	width:100%;
}

.border-bottom {
  border-bottom: 1px #eaeaea solid;
}
.border-top{
	border-top: 1px #eaeaea solid;
}
.place-left {
  float: left;
}
.place-right{
	float:right;
}
.place-mid{
	margin-left:auto;
	margin-right:auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-bold
{
	font-weight: bold;
}
.text-middle{
	vertical-align: middle;
}
.text-bottom{
	vertical-align: bottom;
}
.text-top{
	vertical-align: top;
}
.bg-profile{
	background-color: #fafafa;
  	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ececec),color-stop(40%,#fcfcfc),to(#f0f0f0));
  	background-image: -webkit-linear-gradient(#ececec,#fcfcfc 40%,#f0f0f0);
  	background-image: -moz-linear-gradient(top,#ececec,#fcfcfc 4000%,#f0f0f0);
  	background-image: -o-linear-gradient(#ececec,#fcfcfc 40%,#f0f0f0);
  	background-image: linear-gradient(#ececec,#fcfcfc 40%,#f0f0f0);
  	background-repeat: no-repeat;
}
.profile-container{
	padding: 60px 0 60px 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pagenumber{
	display: inline-block;
	font-size: 1em;
	color: #ffffff;
	background-color: #59cde2;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 5px;
}
.pagenuminput{
	color:#337ab7; 
	height:38px; 
	width:40px; 
	margin-left:10px; 
	border:1px 
	solid #ddd; 
	text-align: center;'
}
.pagination{
	display: inline-block;
	font-size: 1.3em;
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 5px;
	cursor: pointer;
	padding: 0;
	border: none;
	font-family: Noteworthy, Helvetica,arial, sans-serif;
}
.pagination:hover{
	background-color: #59cde2;
	box-shadow: none;
}
.pagination:active{
	border: none;
}
.pagination:visited{
	outline:0;
	border: none;
}
.pagination:focus{
	outline:0;
	border: none;
}
.warning{
	color:#fcf8e3;
}
.border-warning{
	border-color:#d44950 !important;
}
.mb3{
	margin-bottom: 3px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb100{
	margin-bottom:100px;
}
.ml10{
	margin-left: 10px !important;
}
.ml20{
	margin-left: 20px !important;
}
.ml5{
	margin-left: 5px;
}
.mr10{
	margin-right: 10px !important;
}
.mr20{
	margin-right: 20px !important;
}
.mr30{
	margin-right: 30px;
}
.mtb10{
	margin-top: 10px;
	margin-bottom:10px;
}
.mt10{
	margin-top: 10px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.ptb10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pb10{
	padding-bottom: 10px;
}
.pt10{
	padding-top: 10px;
}
.pt40{
	padding-top: 40px;
}
.pt20{
	padding-top: 20px;
}
.pl10{
	padding-left:10px;
}
.pl20{
	padding-left:20px;
}
.nopaddinglr{
	padding-right: 0;
	padding-left: 0;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0px;
}
.fa-2{
	font-size: 2em;
}
.pointer{
	cursor: pointer!important;
}
.fg-white{
	color:#FFF !important; 
}
.fg-pointer{
	color:#337ab7;
}
.fg-warning{
	color:#d14;
}
.fg-sub{
	color:#999;
}
.bg-disable{
	background-color: #EEE;
}
.bg-xttwh{
	background-color:#6796bf;
}
.bg-Mono{
	background-color:#6796bf;
}
.bg-Comp1{
	background-color:#1abc9c;
}
.bg-Comp2{
	background-color:#019875;
}
.bg-Comp3{
	background-color:#3498db;
}
.bg-Comp4{
	background-color:#9b59b6;
}
.bg-Comp5{
	background-color:#34495e;
}
.bg-Comp6{
	background-color:#e67e22;
}
.bg-Comp7{
	background-color:#c0392b;
}
.bg-Comp8{
	background-color:#336E7B;
}
.bg-Comp9{
	background-color:#3A539B;
}
.bg-xttwh-green{
	background-color:#a0ce4e;
}
.bg-lightpurple{
	background-color:#6f5499;
}
.bg-lightgrey{
	background-color:#F9F9F9;
}




/****************************animation*************************/
.animate-show {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  left:0;
}

.animate-show.ng-hide {
	line-height:0;
	left:-100%;

}
