@CHARSET "UTF-8";

.header {
	width: 100%;
	height: 44px;
	text-align: center;
	background: ;
	border-bottom: 1px solid #2f743c;
	background: #56bc6a;
	background: -moz-linear-gradient(top, #56bc6a 0%, #3b914b 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#56bc6a),
		to(#3b914b) );
	background: -o-linear-gradient(top, #56bc6a 0%, #3b914b 100%);
	background: -ms-linear-gradient(top, #56bc6a 0%, #3b914b 100%);
	filter: progid :                        
		  DXImageTransform.Microsoft.gradient (    
		  
		        
		            startColorstr =             
		             '#56bc6a', endColorstr =                          
		'#3b914b', GradientType =        
		        
		         0 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#56bc6a', EndColorStr='#3b914b')";
	/* IE8, IE9 */
	background: linear-gradient(top, #56bc6a 0%, #3b914b 100%);
}

.header .topBack {
	width: 54px;
	height: 44px;
	position: absolute;
	left: 12px;
	top: 0;
	background: url(../images/common/btn_back.png) no-repeat 50% 50%;
}

.header .topTitle {
	clear: both;
	height: 44px;
	line-height: 44px;
	width: 180px;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.header .topNavi {
	width: 33px;
	height: 44px;
	position: absolute;
	right: 12px;
	top: 0;
	background: url(../images/common/btn_home.png) no-repeat 50% 50%;
}

.wrapSearch {
	width: 100%;
	height: 96px;
}

.wrapSearch .align {
	margin: 8px 14px;
}

.wrapSearch .align .wrapInput {
	height: 31px;
	/*border: 3px solid #266833;*/
	border: 3px solid #199dd9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	margin: 10px auto;
}

.wrapSearch .align .wrapInput .searchInput {
	height: 31px;
	border: 0 none;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	color: #bbb2b2;
	font-size: 12px;
	width: 80%;
	padding-left: 8px;
}

.wrapInputBox {
	width: 100%;
	clear: both;
}

.wrapInputBox .leftBox {
	width: 40%;
	text-align: center;
	float: left;
	height: 31px;
	line-height: 36px;
	margin: 10px auto;
}

.wrapInputBox .rightBox {
	width: 60%;
	float: left;
}

.wrapSearch .align .wrapInput .icon {
	/*background: url(../images/main/btn_01.png) no-repeat;*/
	width: 32px;
	height: 31px;
	float: right;
	background: url(../images/common2015/ico_search.png) no-repeat;
	background-size:33px 33px;
	
}

.loginBtn {
	clear:both;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.loginBtn .arrayBtn {
	width: 50%;
	float: left;
}

.loginBtn .arrayBtn .login {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #c8c8c8;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff),
		to(#e9e9e9) );
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	filter: progid :                      
		DXImageTransform.Microsoft.gradient (  
		  
		        
		          startColorstr =           
		           '#ffffff', endColorstr =                       '#e9e9e9',
		GradientType =      
		        
		       0 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
	/* IE8, IE9 */
	background: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loginBtn .arrayBtn .using {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #c8c8c8;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff),
		to(#e9e9e9) );
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	filter: progid :                      
		DXImageTransform.Microsoft.gradient (  
		  
		        
		          startColorstr =           
		           '#ffffff', endColorstr =                       '#e9e9e9',
		GradientType =      
		        
		       0 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
	/* IE8, IE9 */
	background: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.MyBusList {
	clear: both;
	width: 100%;
}

.MyBusList table {
	width: 99%;
	margin: 4px auto;
	border-collapse: separate;
	border-spacing: 1px;
}

.MyBusList table tr.tTitle {
	height: 40px;
}

.MyBusList table tr.cont {
	height: 40px;
}

.MyBusList table td.busNum {
	width: 25%;
	height: 40px;
	background: #e6e6e6;
	border: 1px solid #d0d0d0;
	color: #2a50a7;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.MyBusList table td.arsNum {
	width: 50%;
	height: 40px;
	background: #e6e6e6;
	border: 1px solid #d0d0d0;
	color: #2a50a7;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.MyBusList table td.manage {
	width: 25%;
	height: 40px;
	background: #e6e6e6;
	border: 1px solid #d0d0d0;
	color: #2a50a7;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.MyBusList table td.busNumCont {
	height: 60px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
}

.MyBusList table td.arsNumCont {
	height: 60px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
}

.MyBusList table td.manageCont {
	height: 60px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
}

.MyBusBtn {
	width: 100%;
}

.MyBusBtn .fourBtn {
	width: 25%;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.MyBusBtn .fourBtn  .innerBtn {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: 5px;
	border: 1px solid #c8c8c8;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff),
		to(#e9e9e9) );
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=   '#ffffff', endColorstr =    '#e9e9e9', GradientType =   0 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
	/* IE8, IE9 */
	background: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.MyBusList .noResult {
	height: 34px;
	line-height: 34px;
}

.busArvlInfoByRouteLayer {
	overflow: hidden;
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: 10000;
}

.busStationList {
	clear: both;
	width: 100%;
}

.busStationList .stationNm {
	height: 34px;
	line-height: 34px;
	padding-left: 14px;
	border-bottom: 1px solid #d4d4d4;
}

.fstTab {
	height: 41px;
	line-height: 41px;
	width: 100%;
	text-align: center;
	background-color:#199dd9;
	/*
	background: #a3db6e;
	border-bottom: 1px solid #5c9f4d;
	*/
	color: #ffffff;
	font-size: 16px;
}

.fstTab .leftImg {
	width: 68px;
	height: 41px;
	position: absolute;
	left: 10px;
	font-weight: bolder;
}

.fstTab .rightImg {
	background: url(../images/bus/img.png) no-repeat;
	clear: both;
	width: 94px;
	height: 41px;
	position: absolute;
	right: 0px;
	top: 46px;
}

.tab {
	float: left;
	width: 100%;
	height: 40px;
	position: relative;
}

.tab ul {
	float: left;
	height: 40px;
	width: 100%;
	text-align: center;
	/*
	background: #a3db6e;
	border-top: 1px solid #5c9f4d;
	border-bottom: 1px solid #5c9f4d;
	*/
	background-color:#199dd9;
}

.tab ul .thdTab {
	float: left;
}

.tab ul .scdTab {
	float: left;
}

.onTab {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #3e984e;
	font-size: 15px;
	background: #ffffff;
}

.offTab {
	height: 40px;
	line-height: 40px;
	color: white;
	/*border-left: 1px solid #5c9f4d;*/
}

.blueBus {
	height: 34px;
	line-height: 34px;
	border-bottom: 3px solid #013EC3;
	margin-bottom: 8px;
	clear: both;
}

.greenBus {
	height: 34px;
	line-height: 34px;
	border-bottom: 3px solid #1AB014;
	margin-bottom: 8px;
	clear: both;
}

.yellowBus {
	height: 34px;
	line-height: 34px;
	border-bottom: 3px solid #FCCD1B;
	margin-bottom: 8px;
	clear: both;
}

.redBus {
	height: 34px;
	line-height: 34px;
	border-bottom: 3px solid #F40B00;
	margin-bottom: 8px;
	clear: both;
}

.txtA {
	padding-left: 8px;
}

.busArvlInfoByRouteLayer .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity =                         50);
}

.busArvlInfoByRouteLayer .layerOut {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
	border: 1px solid #3e65a4;
}

.busArvlInfoByRouteLayer .layerOut .layerIn {
	background: #fff;
	margin: 4px auto;
	border: 1px solid #3e65a4;
}

.busArvlInfo {
	height: 80px;
	line-height: 80px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #d4d4d4;
}

.busArvlInfo .ntInfo {
	clear: both;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.busArvlInfo .ntInfo .busNum {
	float: left;
	padding-left: 8px;
	font-size: 17px;
}

.busArvlInfo .ntInfo .busBlueCol {
	color: #013EC3;
}

.busArvlInfo .ntInfo .busGreenCol {
	color: #1AB014;
}

.busArvlInfo .ntInfo .busYellowCol {
	color: #FCCD1B;
}

.busArvlInfo .ntInfo .busRedCol {
	color: #F40B00;
}

.busArvlInfo .ntInfo .arvlTime {
	float: right;
}

.busArvlInfo .ntInfo .arvlTime .dtlTime {
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	text-align: right;
}

.busArvlInfo .feInfo {
	clear: both;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

.busArvlInfo .feInfo .feTxt {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
}

.busNumvAling {
	position: relative;
	top: -3px;
	left: 7px;
	font-size: 17px;
}

.busIcon {
	position: relative;
	top: 3px;
}

.busAlingTxt {
	position: relative;
	left: 4px;
}

.noResult {
	height: 43px;
	line-height: 43px;
	padding-left: 8px;
}

.searchResult {
	clear: both;
	width: 100%;
}

.searchResult .title {
	height: 32px;
	line-height: 32px;
	padding-left: 14px;
	border-bottom: 2px solid #266833;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.busTypeWrap {
	width: 100%;
	margin: 0 auto;
	clear: both;
	height: 32px;
	line-height: 32px;
}

.busTypeWrap .boxWrap {
	width: 50%;
	float: left;
	text-align: center;
}

.MyBusInfo {
	clear: both;
	width: 100%;
}

.MyBusInfo table {
	width: 99%;
	margin: 4px auto;
	border-collapse: separate;
	border-spacing: 1px;
}

.MyBusInfo table .titleLayer {
	width: 30%;
	height: 40px;
	background: #e6e6e6;
	border: 1px solid #d0d0d0;
	color: #2a50a7;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
}

.MyBusInfo table .colspanLayer {
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	border: 1px solid #d0d0d0;
	color: #2a50a7;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.MyBusInfo table .contentsLayer {
	width: 70%;
	height: 40px;
	text-align: left;
	padding-left: 8px;
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
}

.radioWrap {
	width: 100%;
}

.radioWrapBox {
	width: 50%;
	float: left;
	text-align: center
}

.manageCont .mdCont {
	width: 100%;
}

.manageCont .mdCont .md {
	width: 47%;
	float: left;
	text-align: center;
}

.manageCont .mdCont .mddevide {
	width: 6%;
	float: left;
	text-align: center;
}

.modifyMyBusInfo {
	text-align: center;
	width: 50%;
	margin: 8px auto;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c8c8c8;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff),
		to(#e9e9e9) );
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=   '#ffffff', endColorstr =    '#e9e9e9', GradientType =   0 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
	/* IE8, IE9 */
	background: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.busArvlInfoByRouteLayer .layerOut .layerIn .closeLayer {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin: 0 auto;
}

.busArvlInfoByRouteLayer .layerOut .layerIn .closeLayer .close {
	width: 100px;
	line-height: 28px;
	height: 28px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	/*
	background: #a3db6e;
	border-bottom: 1px solid #5c9f4d;
	*/
	background-color:#199dd9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
}

.myBusIdPw {
	width : 100%;
	text-align: center;
}

.myBusIdPw checkbox {
	padding: 0px;
	margin: 0px;
	float: right;
}

.myBusIdPw checkbox, span {
	padding: 0px;
	margin: 0px;
	display: inline;
	text-align: center;
	color: #ff8c00; 
	font-size: 13px
}

.myBusIdPw checkbox, input {
	padding: 0px;
	margin: 0px;
}