html{-webkit-text-size-adjust: none;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { zoom: 1; display: inline-block; _height: 1px }
*html .clearfix { height: 1% }
*+html .clearfix { height: 1% }
.clearfix { display: block }

html{-webkit-text-size-adjust: none;}
.form-row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.form-row { zoom: 1; display: inline-block; _height: 1px }
*html .form-row { height: 1% }
*+html .form-row { height: 1% }
.form-row { display: block }

.form-row {}

.form-label { float: left; width: 53px; white-space: nowrap; text-align: right; }
.form-control { float: left; margin-left: 67px; }
.form-control input[type=text] { width: 193px; }

input.ng-invalid.ng-dirty {
    background-color: #f8b9b7;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
	border: 1px solid #F4807B;
}
.error_text{
	display: block;
	font-size: 14px;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
}
.titleList{
	margin: 50px auto -90px auto;
	width: 980px;
}
#titleBanner_order{
	font-size: 18px;
	color: #5b5a5a;
    width: 755px;
	height: 42px;
	background-color: #eaeaea;
	border-radius: 5px;
}
#titleBanner_order .titleBanner_order_tab{
	overflow: hidden;
	width: 230px;
	height: 42px;
	display: inline-block;
	text-align: center;
}
#titleBanner_order .active{
	margin-left: -29px;
	color: #fff;
	background-color: #ff7000;
	position: relative;
	width: 245px;
	padding-left: 15px;
}
.tri_white{
	height: 42px;
	width: 24px;
	display: inline-block;
	background-image: url(../../images/tri_white.png);
	position: relative;
	z-index: 10;
}
.active_tri{
	background-image: url(../../images/tri_orange.png);
	margin-left: -6px;
}
.active_first{
	color: #fff;
	background-color: #ff7000;
	border-radius: 5px 0px 0px 5px;
	position: relative;
}
#titleBanner_service .active_last{
	margin-left: -30px;
	color: #fff;
	background-color: #ff7000;
	border-radius: 0px 5px 5px 0px;
	position: relative;
}
#titleBanner_order .active_last{
	margin-left: -29px;
	color: #fff;
	background-color: #ff7000;
	border-radius: 0px 5px 5px 0px;
	position: relative;
	width: 254px;
} 
.titleBanner_order_tab_text{
	line-height: 42px;
}
#titleBanner_service{
	font-size: 18px;
	color: #5b5a5a;
    width: 720px;
	height: 42px;
	background-color: #eaeaea;
	border-radius: 5px;
}
#titleBanner_service .titleBanner_order_tab{
	overflow: hidden;
	width: 115px;
	height: 42px;
	display: inline-block;
	text-align: center;
}
#titleBanner_service .active{
	margin-left: -29px;
	color: #fff;
	background-color: #ff7000;
	position: relative;
	width: 140px;
	padding-left: 15px;
}
