@charset "utf-8";
/* CSS Document */
.icon9 {
	background: url(../images/icon9.jpg) left center no-repeat;
	padding-right: 19px
}

.icon10 {
	background: url(../images/icon10.jpg) center right no-repeat;
	padding-right: 19px
}

.icon7 {
	background: url(../images/jian.png) left center no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	cursor: pointer;
}

.icon6 {
	background: url(../images/jia.png) left center no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	cursor: pointer;
}

.add_btn,.subtract_btn {
	cursor: pointer;
}
.realName_btn {
	cursor: pointer;
}

.seat-hide {
	display: none;
}

.table-striped-td {
	background-color: #f9f9f9;
}

input[readonly],select[readonly],textarea[readonly] {
	background-color: #FFF;
	cursor: pointer;
}

input[disabled],select[disabled],textarea[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

.btn_disabled {
	opacity: .65;
	filter: alpha(opacity = 65);
	cursor: not-allowed;
}
/*loading*/
#pageOverlay {
	/* visibility: hidden; */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1987;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	filter: alpha(opacity =   50);
	opacity: 0.5;
}
/*IE6 fixed*/
* html {
	background: url(*) fixed;
}

* html body {
	margin: 0;
	height: 100%;
}

* html #pageOverlay {
	position: absolute;
	left: expression(documentElement.scrollLeft +     documentElement.clientWidth
		- 
		   this.offsetWidth);
	top: expression(documentElement.scrollTop +     documentElement.clientHeight
		- 
		   this.offsetHeight);
}

#pageLoading {
	/* visibility: hidden; */
	display: none;
	position: fixed;
	top: 40%;
	left: 40%;
	width: 20%;
	height: 20%;
	z-index: 5000;
	text-align: center;
}

/*icon*/
span.icons-valid {
	background: url(../jquery-validation/1.10.0/images/icons.png) -80px 0
		no-repeat;
	padding-left: 20px;
	height: 16px;
}

span.icons-void {
	background: url(../jquery-validation/1.10.0/images/icons.png) -80px
		-24px no-repeat;
	padding-left: 20px;
	line-height: 16px;
}

.required-field {
	padding-right: 10px;
	color: #F00;
	font-family: "SimSun";
}

.spacing-30 {
	padding-left: 30px;
}

.bordertop-gray {
	border-top: 1px solid #9ea1a0;
}

.train-code {
	color: BLACK;
	border-bottom: 1px dashed #000
}

/*自动完成,高度*/
.ui-autocomplete {
	max-height: 240px;
	overflow-y: auto;
}

.ui-autocomplete .item-city {
	color: #c23758;
	font: bold;
	clear: left;
}

.ui-autocomplete .item-station {
	width: 125px;
	float: left; 
	/* width: 130px; */
}

/* station */
.stop-station {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AF2A49;
	display: none;
	height: 228px;
	left: 45px;
	position: absolute;
	top: -125px;
	width: 406px;
	z-index: 200;
	font-size: 12px;
}

.stop-station b {
	background: url("../images/icon_arrow.png") no-repeat scroll 0 -1px
		rgba(0, 0, 0, 0);
	/*  display: block; */
	height: 13px;
	left: -7px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 7px;
}

.stop-station .stop-station-info {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AF2A49;
	height: 22px;
	left: -1px;
	line-height: 22px;
	position: absolute;
	top: 228px;
	width: 406px;
}

.stop-station .stop-station-info span {
	display: inline-block;
	float: left;
}

.stop-station .stop-station-info .item1 {
	font-weight: bold;
	text-align: center;
	width: 65px;
}

.stop-station .stop-station-info .item2 {
	text-align: center;
	width: 165px;
}

.stop-station .stop-station-info .item2 em {
	font-style: normal;
	margin: 0 10px;
}

.stop-station .stop-station-info .item3 {
	width: 65px;
}

.stop-station .stop-station-hd {
	background: none repeat scroll 0 0 #BD463D;
	color: #FFFFFF;
	height: 28px;
	width: 406px;
	line-height: 28px;
	overflow: hidden;
}

.stop-station .stop-station-hd span {
	display: block;
	float: left;
	height: 28px;
	width: 406px;
	line-height: 28px;
	text-align: left;
}

.stop-station .stop-station-hd .zx {
    margin-left:5px;
	width: 60px;
}

.stop-station .stop-station-hd .zm {
	width: 145px;
}

.stop-station .stop-station-hd .dzsj {
	width: 74px;
}

.stop-station .stop-station-hd .cfsj {
	width: 70px;
}

.stop-station .stop-station-hd .close {
	background: url("../images/icon.png") repeat scroll 0 -400px
		rgba(0, 0, 0, 0);
	display: inline;
	float: right;
	height: 10px;
	margin: 9px 7px 0 0;
	width: 10px;
	opacity: 1;
}

.stop-station .stop-station-bd {
	color: #333333;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 406px;
	float: left;
}

.stop-station .stop-station-bd table {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	width: 100%;
}

.stop-station .stop-station-bd table td {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #333333;
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-align: left;
}