.nav-item-bus-header {
		height: fit-content;
		display: table;
		margin: auto;
		font-size: 9.6px;
	}
	.nav-item-bus-header-radio {
		display: none;
	}
	
	.nav-item-bus-header-label {
		float: left;
		margin-right: 10px;
		color: rgba(38,38,38,1);
		font-size: 0.8rem;
		cursor: pointer;
	}
	
	.nav-item-bus-header-label span {
		width: 10px;
		height: 10px;
		background-color: #fff;
		border-radius: 50%;
		border: 1px solid rgba(117,117,117,1);
		float: left;
		margin-right: 5px;
		position: relative;
	}
	
	.nav-item-bus-header-radio:checked + .nav-item-bus-header-label span:before {
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: rgba(117,117,117,1);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.nav-item-bus-header-search {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 10px;
	}
		.nav-item-bus-header-search-left {
			display: inline-flex;
		}
			.nav-item-bus-header-search-left-input {
				border: 1px solid lightgray;
				line-height: 20px;
				width: 150px;
				font-size: 0.8rem;
				padding-left: 7px;
			}
		.nav-item-bus-header-search-right {
			display: inline-block;
			vertical-align: middle;
		}
			.nav-item-bus-header-search-right-icon {
				width: 24px;
				cursor: pointer;
			}
	.nav-item-bus-header-switch {
		display: block;
		margin-left: 6%;
		/* margin-right: 5%; */
		/* background-color: #686DFF; */
		border-radius: 30px;
		padding: 5px;
		text-align: center;
	}
		.nav-item-bus-header-switch-radio {
			display: inline-flex;
			background-color: rgba(239,239,255,1);
			border-radius: 20px;
			width: 45%;
			padding-top: 5px;
			padding-bottom: 5px;
			color: #686DFF;
			z-index: 0;
			position: relative;
		}
			.nav-item-bus-header-switch-radio-text {
				margin: auto;
				font-size: 8.96px;
				font-weight: bold;
			}
			.nav-item-bus-header-switch-radio-input {
				display: none;
			}
			.nav-item-bus-header-switch-radio-label {
				margin: auto;
				cursor: pointer;
			}
			
			.nav-item-bus-header-switch-radio-input:checked + .nav-item-bus-header-switch-radio-label div {
				background-color: rgba(95,93,255,1);
				color: rgba(239,239,255,1);
				z-index: 1;
			}
			.nav-item-bus-header-switch-radio-input:checked + .nav-item-bus-header-switch-radio-label:before {
				
			}
	.nav-item-bus-header-info {
		text-align: center;
	}
		.nav-item-bus-header-info-name {
			font-size: 48.64px;
			color: #686DFF;
			display: block;
		}
		.nav-item-bus-header-info-prop {
			font-size: 8.96px;
			display: block;
			color: rgba(90,201,232,1);
			margin-bottom: 10px;
		}
		.nav-item-bus-header-info-go-back {
		vertical-align: middle;
		margin-bottom: 10px;
		}
			.nav-item-bus-header-info-go-back-text {
				font-size: 14.08px;
				color: rgba(102,96,255,1);
				font-weight: bold;
			}
			.nav-item-bus-header-info-go-back-arrow {
			}
		.nav-item-bus-header-info-icons {
		margin-bottom: 10px;
		}
			.nav-item-bus-header-info-icons-bus-blue {
			}
			.nav-item-bus-header-info-icons-bus-red {
			}
			.nav-item-bus-header-info-icons-text {
				font-size: 6.4px;
				color: rgba(139,145,195,1);
			}
		.nav-item-bus-header-info-button {
			background-color: rgba(95,93,255,1);
			border-radius: 20px;
			width: 40%;
			/* padding-top: 10px; */
			color: white;
			font-size: 9.6px;
			padding: 5px;
			outline: none;
			border: 0px;
			padding-top: 6px;
			padding-bottom: 7px;
			margin-top: 10px;
			margin-bottom: 10px;
			cursor: pointer;
		}
	.nav-item-bus-dynamic {
	}
		.nav-item-bus-dynamic-header:after {
			content: "";
			display: table;
			clear: both;
		}
			.nav-item-bus-dynamic-header-1 {
				float: left;
				width: calc(20% - 5px);
				padding: 3px;
				border-bottom: 2px solid rgba(189,189,189,1);
				box-sizing: border-box;
				text-align: center;
				/* color: #686DFF; */
				margin-right: 5px;
			}
			.nav-item-bus-dynamic-header-2 {
				float: left;
				width: calc(50% - 5px);
				padding: 3px;
				border-bottom: 2px solid rgba(189,189,189,1);
				box-sizing: border-box;
				text-align: center;
				/* color: #686DFF; */
				margin-right: 5px;
			}
			.nav-item-bus-dynamic-header-3 {
				float: left;
				width: 30%;
				padding: 3px;
				border-bottom: 2px solid rgba(189,189,189,1);
				box-sizing: border-box;
				text-align: center;
				/* color: #686DFF; */
			}
			.nav-item-bus-dynamic-header-text {
			font-size: 9.6px;
			color: rgba(38,38,38,1);
			font-weight: bold;
			}
		.nav-item-bus-dynamic-body {
			cursor: pointer;
		}
		.nav-item-bus-dynamic-body:hover {
			background-color: gray;
		}
		.nav-item-bus-dynamic-body:after {
			content: "";
			display: table;
			clear: both;
		}
			.nav-item-bus-dynamic-body-1 {
				float: left;
				width: calc(20% - 5px);
				padding: 3px;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
				margin-right: 5px;
			}
				.nav-item-bus-dynamic-body-circle {
					background-color: rgba(95,93,255,1);
					border-radius: 18px;
					color: white;
					width: 18px;
					height: 18px;
					display: inline-block;
				}
			.nav-item-bus-dynamic-body-2 {
				float: left;
				width: calc(50% - 5px);
				padding: 3px;
				box-sizing: border-box;
				text-align: center;
				color: black;
				margin-right: 5px;
			}
			.nav-item-bus-dynamic-body-3 {
				float: left;
				width: 30%;
				padding: 3px;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
				font-weight: bold;
			}
				.nav-item-bus-dynamic-body-rectangle {
					background-color: rgba(239,239,255,1);
					border-radius: 20px;
					color: rgba(105,109,255,1);
					min-width: 70px;
					height: 20px;
					display: inline-block;
				}
			.nav-item-bus-dynamic-body-text {
			font-size: 10.24px;
			}
.bus-stop-row {
}
.bus-stop {
}
.bus-stop-name {
	text-align: center;
    float: left; 
    width: 40%;
    border: 1px solid #999;
    margin: 5px;
    padding: 5px 5px;
    border-radius: 10px;
    font-size: 11pt;
    list-style-type: none;
    cursor: pointer;
}
.bus-simple-cover-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	opacity: 1;
}
.bus-simple-container {
	    position: relative;
    width: 90%;
    max-width: 700px;
    margin: auto;
    top: 25%;
    background: white;
        max-height: 72%;
        overflow-y: auto;
        overflow-x: hidden;
}
.bus-simple-header-close {
	float: right;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 3px;
}
.bus-simple-header {
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
    background: #f1f1f1;
}
.bus-switch-right {
	position: relative;
    left: -20px;
}
.bus-add-favoite {
    position: relative;
    float: right;
    cursor: pointer;
    top: -25px;
}





/*
     FILE ARCHIVED ON 17:23:57 八月 24, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 8:26:41 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
