﻿/*============ start define page main elements styles ============*/
html, body {
	height: 100%;
	font-family: Inter, "Helvetica", "Arial", "微軟正黑體", "Microsoft JhengHei", "sans-serif" !important;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 50px;
	background: #fff;
	font-size: medium;
	position: relative
}

	body.no-padding {
		padding: 0;
		margin: 0
	}


@media only screen and (min-device-width:320px) and (max-device-width:480px), @media only screen and (min-width:321px) and (max-width:480px) {
	.section h2,
	.section h3 {
		text-align: center
	}

	.docs {
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (max-width: 768px) {
	#panel {
		width: 100%;
		display: none
	}
}
/*============ end define page main elements styles ============*/

/*============ start define banner styles ============*/
.banner {
	margin-top: -8px;
	padding-bottom: 50px;
	height: 14vw;
	position: relative;
	top: 0;
	text-align: center;
	z-index: 200;
	background-color: rgba(242, 238, 235, 1);
}

	.banner .banner-text {
		padding-left: 2em;
		width: max-content;
		color: #7B6C67;
		text-shadow: 0px 0px 5px #ffffff;
		/*font-size: larger;*/
		font-size: 1.3em;
		font-weight: 900;
		text-align: justify;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.banner .banner-menu {
		padding-left: 1em;
		width: max-content;
		color: #3F3532;
		font-size: 1.3em;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

		.banner .banner-menu .fa-border {
			border: 2px solid #3F3532;
			border-radius: 7px;
			cursor: pointer;
		}

		.banner .banner-menu a:link, .banner .banner-menu a:visited, .banner .banner-menu a:hover, .banner .banner-menu a:active {
			color: #3F3532;
		}

.banner-logo {
	width: 36.3vw;
	height: 16.5vw;
}


@media (min-width: 768px) {
	.banner {
		margin-top: -18px;
		height: 8vw;
	}

	.banner-logo {
		width: 24vw;
		height: 10vw;
	}

	.banner .banner-text {
		font-size: 1.5em;
	}

	.banner-menu .banner-menu-href {
		font-size: 1.1em;
	}
}

@media (min-width: 1200px) {
	.banner {
		margin-top: -20px;
		height: 6.5vw;
	}

	.banner-logo {
		width: 18vw;
		height: 8vw;
	}

	.banner .banner-text {
		font-size: 1.8em;
	}

	.banner-menu .banner-menu-href {
		font-size: 1.4em;
	}
}

@media (min-width: 1380px) {
	.banner {
		margin-top: -20px;
		height: 5vw;
	}

	.banner-logo {
		width: 14vw;
		height: 6vw;
	}

	.banner .banner-text {
		font-size: 1.8em;
	}

	.banner-menu .banner-menu-href {
		font-size: 1.6em;
	}
}




/*.banner {
	height: 3rem;
	position: relative;
	top: 0;
	text-align: center;
	z-index: 200;
	background-color: rgba(255, 255, 255, 0.7);
	background: -moz-linear-gradient(top, rgba(173, 193, 229,1) 0%, rgba(255, 255, 255,0) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(173, 193, 229,1) 0%,rgba(255, 255, 255,0) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(173, 193, 229,1) 0%,rgba(255, 255, 255,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*}

	.banner .banner-text {
		width: max-content;
		color: #FF9900;
		text-shadow: 0.05em 0.05em #333333;
		font-size: larger;
		font-weight: bold;
		text-align: justify;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}*/
/*============ end define banner styles ============*/
.switch {
	width: 100%;
	position: fixed;
	text-align: center;
	z-index: 200;
}


.menu1 {
	width: 100%;
	height: 4.8rem;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 300;
}

	.menu1 .menu1-content {
		font-weight: 700;
		font-size: small;
		margin-top: 7px;
		margin-left: 3px;
		margin-right: 3px;
	}

.sub-menu1 {
	width: 100%;
	height: 10.0rem;
	background-color: rgba(252, 207, 0, 0.5);
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 200;
}

/*============ start define map styles ============*/
.map {
	width: 100%;
	height: 100%;
	z-index: 10;
}

	.map img {
		max-width: none;
		height: auto;
		border: 0;
		-ms-interpolation-mode: bicubic
	}

/* css to customize Leaflet default styles  */
.customMap .leaflet-popup-tip,
.customMap .leaflet-popup-content-wrapper {
	font-size: medium;
}

	.customMap .leaflet-popup-content-wrapper .link0, .link0 {
		color: #4770FF !important;
		font-size: large;
	}

	.customMap .leaflet-popup-content-wrapper .link1, .link1 {
		color: #ff6347 !important;
		font-size: large;
	}

	.customMap .leaflet-popup-content-wrapper .link2, .link2 {
		color: #A16AE8 !important;
		font-size: large;
	}


/*============ end define map styles  ============*/


/*============ start define tab menu styles ============*/
.nav-container {
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

.nav {
	overflow: hidden;
	justify-content: center;
	z-index: 400;
}

.nav-link .nav-link-image {
	padding: 5.8%;
	padding-bottom: 0px;
	margin: 0px auto;
	float: none;
	display: table;
}

.nav-link .nav-link-text {
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 10%;
	color: #1f1f1f;
}


.nav.nav-pills.nav-light-success .show > .nav-link,
.nav.nav-pills.nav-light-success .nav-link:hover:not(.active) {
	color: #1BC5BD;
	background-color: transparent;
}

	.nav.nav-pills.nav-light-success .show > .nav-link .nav-text,
	.nav.nav-pills.nav-light-success .nav-link:hover:not(.active) .nav-text {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-light-success .show > .nav-link .nav-icon i,
	.nav.nav-pills.nav-light-success .nav-link:hover:not(.active) .nav-icon i {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-light-success .show > .nav-link .nav-icon .svg-icon svg g [fill],
	.nav.nav-pills.nav-light-success .nav-link:hover:not(.active) .nav-icon .svg-icon svg g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
		fill: #1BC5BD;
	}

	.nav.nav-pills.nav-light-success .show > .nav-link .nav-icon .svg-icon svg:hover g [fill],
	.nav.nav-pills.nav-light-success .nav-link:hover:not(.active) .nav-icon .svg-icon svg:hover g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
	}

	.nav.nav-pills.nav-light-success .show > .nav-link:after,
	.nav.nav-pills.nav-light-success .nav-link:hover:not(.active):after {
		color: #1BC5BD;
	}

.nav.nav-pills.nav-light-success .nav-link.active {
	color: #1BC5BD;
	background-color: rgba(27, 197, 189, 0.1);
}

	.nav.nav-pills.nav-light-success .nav-link.active .nav-text {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-light-success .nav-link.active .nav-icon i {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-light-success .nav-link.active .nav-icon .svg-icon svg g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
		fill: #1BC5BD;
	}

	.nav.nav-pills.nav-light-success .nav-link.active .nav-icon .svg-icon svg:hover g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
	}

	.nav.nav-pills.nav-light-success .nav-link.active:after {
		color: #1BC5BD;
	}





.nav.nav-pills.nav-success .show > .nav-link,
.nav.nav-pills.nav-success .nav-link:hover:not(.active) {
	color: #1BC5BD;
	background-color: transparent;
}

	.nav.nav-pills.nav-success .show > .nav-link .nav-text,
	.nav.nav-pills.nav-success .nav-link:hover:not(.active) .nav-text {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-success .show > .nav-link .nav-icon i,
	.nav.nav-pills.nav-success .nav-link:hover:not(.active) .nav-icon i {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-success .show > .nav-link .nav-icon .svg-icon svg g [fill],
	.nav.nav-pills.nav-success .nav-link:hover:not(.active) .nav-icon .svg-icon svg g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
		fill: #1BC5BD;
	}

	.nav.nav-pills.nav-success .show > .nav-link .nav-icon .svg-icon svg:hover g [fill],
	.nav.nav-pills.nav-success .nav-link:hover:not(.active) .nav-icon .svg-icon svg:hover g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
	}

	.nav.nav-pills.nav-success .show > .nav-link:after,
	.nav.nav-pills.nav-success .nav-link:hover:not(.active):after {
		color: #1BC5BD;
	}

.nav.nav-pills.nav-success .nav-link.active {
	color: #ffffff;
	background-color: #1BC5BD;
}

	.nav.nav-pills.nav-success .nav-link.active .nav-text {
		color: #ffffff;
	}

	.nav.nav-pills.nav-success .nav-link.active .nav-icon i {
		color: #ffffff;
	}

	.nav.nav-pills.nav-success .nav-link.active .nav-icon .svg-icon svg g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
		fill: #ffffff !important;
	}

	.nav.nav-pills.nav-success .nav-link.active .nav-icon .svg-icon svg:hover g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
	}

	.nav.nav-pills.nav-success .nav-link.active:after {
		color: #ffffff;
	}

.nav.nav-pills.nav-group.nav-success .nav-link {
	color: #1BC5BD;
	background-color: #C9F7F5;
	border: 0;
}

	.nav.nav-pills.nav-group.nav-success .nav-link .nav-text {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-group.nav-success .nav-link .nav-icon i {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-group.nav-success .nav-link .nav-icon .svg-icon svg g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
		fill: #1BC5BD;
	}

	.nav.nav-pills.nav-group.nav-success .nav-link .nav-icon .svg-icon svg:hover g [fill] {
		-webkit-transition: fill 0.3s ease;
		transition: fill 0.3s ease;
	}

	.nav.nav-pills.nav-group.nav-success .nav-link:after {
		color: #1BC5BD;
	}

	.nav.nav-pills.nav-group.nav-success .show > .nav-link,
	.nav.nav-pills.nav-group.nav-success .nav-link:hover,
	.nav.nav-pills.nav-group.nav-success .nav-link.active {
		color: #ffffff;
		background-color: #1BC5BD;
	}

		.nav.nav-pills.nav-group.nav-success .show > .nav-link .nav-text,
		.nav.nav-pills.nav-group.nav-success .nav-link:hover .nav-text,
		.nav.nav-pills.nav-group.nav-success .nav-link.active .nav-text {
			color: #ffffff;
		}

		.nav.nav-pills.nav-group.nav-success .show > .nav-link .nav-icon i,
		.nav.nav-pills.nav-group.nav-success .nav-link:hover .nav-icon i,
		.nav.nav-pills.nav-group.nav-success .nav-link.active .nav-icon i {
			color: #ffffff;
		}

		.nav.nav-pills.nav-group.nav-success .show > .nav-link .nav-icon .svg-icon svg g [fill],
		.nav.nav-pills.nav-group.nav-success .nav-link:hover .nav-icon .svg-icon svg g [fill],
		.nav.nav-pills.nav-group.nav-success .nav-link.active .nav-icon .svg-icon svg g [fill] {
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
			fill: #ffffff;
		}

		.nav.nav-pills.nav-group.nav-success .show > .nav-link .nav-icon .svg-icon svg:hover g [fill],
		.nav.nav-pills.nav-group.nav-success .nav-link:hover .nav-icon .svg-icon svg:hover g [fill],
		.nav.nav-pills.nav-group.nav-success .nav-link.active .nav-icon .svg-icon svg:hover g [fill] {
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
		}

		.nav.nav-pills.nav-group.nav-success .show > .nav-link:after,
		.nav.nav-pills.nav-group.nav-success .nav-link:hover:after,
		.nav.nav-pills.nav-group.nav-success .nav-link.active:after {
			color: #ffffff;
		}

	.nav.nav-pills.nav-group.nav-success .nav-link:hover {
		background-color: #0BB7AF;
	}


.nav-link img {
	width: 40px;
	height: 40px;
}

.tab-content {
	position: relative;
	width: 100vw;
	max-height: 30vh;
}

.btn-rounded-x {
	border-radius: 40px;
}

/*============ end define tab menu styles ============*/

/*============ start define data list styles ============*/
.list-target td .main {
	font-weight: 700;
}

.list-target td .minor {
	font-size: small;
	color: #8C8C8C;
}

.list-target td.parking, .list-target td.youbike {
	font-size: small;
	color: #8C8C8C;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

.list-target .parking-box, .list-target .youbike-box {
	border: 2px solid #8C8C8C;
	border-radius: 6px;
	padding: 0px 2px 0px 2px;
}

	.list-target .parking-box .park-green, .list-target .parking-box .park-red, .list-target .parking-box .park-yellow {
		font-size: medium;
		font-weight: 600;
	}

	.list-target .parking-box .park-green {
		color: #008428;
	}

	.list-target .parking-box .park-red {
		color: #F81327;
	}

	.list-target .parking-box .park-yellow {
		color: #C3A833;
	}

.list-target .youbike-box {
	font-weight: 600;
}

	.list-target .youbike-box .youbike-count {
		font-size: larger;
		color: #242424;
	}
/*.list-target .parking-box, .list-target .youbike-box .youbike-red {
		border: 2px solid #F81327;
	}*/
div.youbike-box-red {
	border: 2px solid #F47378 !important;
}

span.youbike-red {
	color: #F81327 !important;
}


.list-target br {
	display: block;
	margin: -7px 0;
	line-height: 12px;
	content: " ";
}

.list-target td.img {
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
}

.list-target img {
	vertical-align: middle;
	width: 36px;
	height: 36px;
}


.busRoute-container a, .busRoute-container .tab-content {
	font-size: medium;
}

.busRoute-container a {
	color: #6C757C;
}
/*============ end define data list styles ============*/
