/*mrt*/
html{font-size: 100%;}
*{
outline: 0;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(//example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
     local('MaterialIcons-Regular'),
     url(//example.com/MaterialIcons-Regular.woff2) format('woff2'),
     url(//example.com/MaterialIcons-Regular.woff) format('woff'),
     url(//example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;  /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;

/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;

/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;

/* Support for IE. */
font-feature-settings: 'liga';
}

body{
width: 100%;
background-color: #373935;
font-size: 16px;
font-family: arial;
/*background: #FFEA91;*/
}
#top_block{
padding: 0.8em 0;
}
.taipei_btn, .taoyuan_btn, .taichung_btn, .kaohsiung_btn, .taipei_btn_act, .kaohsiung_btn_act, .taoyuan_btn_act, .taichung_btn_act{
width: 4em;
height: auto;
padding: 0.3em;
font-size: 108%;
}
.taipei_btn, .taoyuan_btn, .taichung_btn, .kaohsiung_btn{
background: #FFF9EE;
color: #545759;
}
.taipei_btn,.taipei_btn_act{border-radius: 0.2em 0 0 0.2em;}
.taoyuan_btn, .taoyuan_btn_act{
border-left: 1px solid #373935;
border-right: 1px solid #373935;
}
.taichung_btn, .taichung_btn_act{
border-right: 1px solid #373935;
}
.kaohsiung_btn, .kaohsiung_btn_act{border-radius: 0 0.2em 0.2em 0;}
.taipei_btn_act, .kaohsiung_btn_act, .taoyuan_btn_act, .taichung_btn_act{
background: #FFD100;
color: #1E242B;
font-weight: bold;
}
.index_wrapper{
min-height: 250px;
position: relative;
z-index: 1;
overflow: hidden;
width: 98%;
margin: 0 auto;
background: #f5f3f1;
}
#mrtLoading{
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	text-align: center;
}
#mrtLoading img{width: 3em;}
#map{
	width: 100%;
	height: 100%;
}
.mrt_map_btn{
display: inline-block;
padding: 0.15em;
border: 1px solid #CCCCCC;
font-weight: bold;
font-size: 1.4em;
white-space: nowrap;
}
.mrt_map_btn img{
width: 1.2em;
margin-bottom: -0.3em;
margin-left: 0.2em;
}
.on_active, .mrt_map_btn:hover{
-webkit-transform: scale(2);
background: #ffd100;
}
.writing_mode_lr
{
-webkit-writing-mode: vertical-lr ;
writing-mode: vertical-lr ;
letter-spacing: 2px;
}
.set_stations{
	box-sizing: border-box;
	display: inline-block;
	font-size: 100%;
	vertical-align: middle;
	padding: 0 0.5em;
	color: #ffd100;
}
.set_stations div{
	padding: 0.2em 0;
}
.set_stations div span:first-child{padding-right: 0.5em;}
.set_stations div span:last-child{
	color: white;
	letter-spacing: 1px;
}
.index_btm_btn, .index_btm_btn_act{
display: inline-block;
height: auto;
padding: 0.5em 0.6em;
font-size: 108%;
color: #1E242B;
border-radius: 0.2em;
margin: 0 10px 0;
vertical-align: middle;
line-height: 1.2;
}
.index_btm_btn{background: #FFD100;}
.index_btm_btn_act{background: #CC9700;}
.index_btm_btn .material-icons, .index_btm_btn_act .material-icons{
font-size: 1.2em;
padding: 0 0.2em;
}
.index_btm_btn span, .index_btm_btn_act span{vertical-align: bottom;}
.plan_fieldset{
box-sizing: border-box;
width: 90%;
position: relative;
border-radius: 0.1em;
border:#fff solid 1px;
margin: 0.5em auto;
padding-bottom: 1em;
}
.plan_fieldset legend{
color: fff;
font-size: 1.5em;
padding: 0 0.5em;
}
.plan_top_block, .plan_under_block{
padding: 0.3em 0.8em; 
-webkit-border-radius: 0.2em;
margin: 0.2em 0;
}
.select_style{
background: white;
-webkit-border-radius: 0.1em;
-webkit-box-shadow: inset 0 0 1px #222; 
padding: 0.2em 0;
margin: 0.8em 0;
}
.select_style select{
width: 100%;
font-size: 1em;
border: 0;
background: none;
color: #3C4247;
}
.plan_arrow {text-align: center;}
.plan_arrow .material-icons{
font-size: 2.5em;
line-height: 1.2;
color: white;
}

.search_mrt{
display: inline-block;
background: #ffd100;
height: auto;
padding: 0.3em 0.8em;
font-size: 1.2em;
color: #1E242B;
border-radius: 0.2em;
margin: 1em auto 0;
}
.search_mrt_act{background: #CC9700;}
.search_mrt .material-icons{
font-size: 1.4em;
padding: 0 0.2em;
vertical-align: top;
}
.station_point{
background: white;
}
.station_price{
font-size: 1.5em; 
font-weight: bold; 
font-family: arial; 
color: #373935;
}

.station_point_changecolor{border-color: #4854ea;}

.list{
background: #f2f5ff; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f5ff 0%, #ffd100 2%, #ffc300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f2f5ff 0%,#ffd100 2%,#ffc300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f2f5ff 0%,#ffd100 2%,#ffc300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding: 0.6em 0.8em;
border-radius: 0.3em;
cursor: pointer;    /* Firefox */
cursor: hand;        /* Safari and Chrome and IE*/
-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

.station_name{
display: inline-block;
vertical-align: middle;
width: 9em;
margin-left: 0.8em;
font-weight: bold;
color: #373935;
}

.list_act{
color: rgba(0,0,0,0.7);
background: #d89b00; /* Old browsers */
background: -moz-linear-gradient(top,  #d89b00 0%, #f2b100 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d89b00 0%,#f2b100 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d89b00 0%,#f2b100 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-webkit-box-shadow:none;
}

.time_mark{
width: 4em; 
text-align: center; 
position: relative; 
top: 0.7em; 
left: 11.8em; 
background: rgba(225,255,255,0.2); 
border-radius: 0.2em;
color: rgba(255,255,255,0.8);
padding: 0.1em 0.2em;
}
.time_mark span{
padding: 0 0.2em;
font-weight: bold;
font-family: arial;
}

.station_title{
width: 100%;
font-size: 1.4em;
color: #ffd100;
text-align: center;
padding: 0.4em 0 0.2em;
font-weight: bold;
letter-spacing: 2px;
text-shadow: 0 0 3px rgba(0,0,0,0.9);
/*border-bottom: 1px solid rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.2);*/
margin-bottom: 0.4em;
}

.open_map_btn{
	text-align: center;
	margin: 1em 0 1.5em;
}

.station_map_view{
width: 100%;
background: white; 
text-align : center; 
vertical-align: middle; 
margin-bottom: 1.5em;
min-height: 350px;
position: relative;
z-index: 1;
overflow: auto;
margin: 0 auto 0.5em;
background: #f5f3f1;
}

.station_bus_info_block{
text-align: center;
}

.no_bus_info{
font-size: 1.4em;
color: #ffd100;
padding: 0.5em 0 0.8em;
text-shadow: 0 0 3px rgba(0,0,0,0.9);
}

.exit_block{
padding: 0 0 0.5em;
}

.exit_name{
font-size: 1.5em;
color: #ffd100;
text-align: center;
text-shadow: 0 0 3px rgba(0,0,0,0.9);
border-top: 1px solid rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.2)inset;
padding: 0.8em 0 0.5em;
}

.exit_station_name{
font-size: 1.2em;
color: #ebe5d8;
/*text-shadow: 0 0 3px rgba(0,0,0,0.9);*/
padding-top: 0.5em 0;
}

.td_list{
border-spacing: 0;
width: 96%;
max-width: 360px;
margin: 0.5em auto 0;
padding-bottom: 1.5em;
}

.td_list td{
/*text-align:center;
border: 2px solid #383a35;
font:1.1em;*/
color: white;
}

.bus_btn{
display: block;
max-width: 100px;
text-align:center;
background: #82827f;
font:1em;
line-height: 2;
border-radius: 0.2em;
min-height: 2em;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
text-shadow: 0 0 2px rgba(0,0,0,0.8);
margin: 0 auto;
color: #FFF;
}

.bus_btn_on{
display: block;
max-width: 100px;
text-align:center;
background: #4f4f4d;
font:1em;
line-height: 2;
border-radius: 0.2em;
min-height: 2em;
text-shadow: 0 0 2px rgba(0,0,0,0.8);
margin: 0 auto;
color: #FFF;
}

.check_map_btn, .check_map_btn_on{
display: inline-block;
text-align: center;
font-size: 1.1em;
border-radius: 0.2em;
text-shadow: 0 0 2px rgba(0,0,0,0.8);
padding: .2em .5em;
color: #FFF;
}

.check_map_btn{
background: #82827f;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.check_map_btn_on{background: #4f4f4d;}

.map_icon{vertical-align: sub;}

.hr{
width: 100%;
margin: 0 auto 0.8em;
border-bottom: 1px solid rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.2);
}

.bike_block_title{
font-size: 1.4em;
color: #ffd100;
text-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.td_list tr:last-child .colum_bike_station
{
	border-bottom: none;
}

.colum_bike_station{
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding: 0.8em 0;
}

.colum_bike_station div{
	width: 100%;
	text-align: left;
	padding: 0.2em 0;
}

.colum_bike_station div:first-child{
	font-size: 1.1em;
	vertical-align: middle;
}

.bike_area{
font-size: 1.2em;
color: #ebe5d8;
margin: 0 auto;
padding: 0.5em 0 0.2em;
}

.bike_btn{
position: relative;
height: auto;
display: inline-block;
background: #82827f;
font: 1em;
padding: 0.3em;
border-radius: 0.2em;
height: auto;
vertical-align: middle;
}

.bike_btn_on{
display: inline-block;
text-align: center;
background: #4f4f4d;
font: 1em;
line-height: 2;
padding: 0.3em;
border-radius: 0.2em;
text-shadow: 0 0 2px rgba(0,0,0,0.8);
vertical-align: middle;
}

.bike_btn .material-icons, .bike_btn_on .material-icons{
	font-size: 1.1em;
}

.station_frame{
display: block;
width: 100%;
max-width: 756px;
margin: 0.5em 0;
padding: 0.6em 1em;
text-algin: center;
box-sizing: border-box;
}

.station_point{
position: relative;
display: inline-block;
vertical-align: middle;
border-radius: 2.3em;
border: 0.5em solid #e70027;
width: 1.6em;
height: 1.6em;
}

.interchange{
display: inline-block;
position: absolute;
width: 1.2em;
height: 1.2em;
top: -0.15em;
left: -0.15em;
vertical-align: middle;
border-radius: 2em;
border: 0.35em solid #272826;
z-index: 4;
}

.station_point_changecolor{
position: absolute;
bottom: -0.5em;
left: -0.5em;
z-index: 0;
border-radius: 0 0 2.3em 2.3em;
border-width: 0.5em;
border-style: solid;
width: 1.6em;
height: 0.8em;
border-top: none;
}

.station_line{
padding: 1.2em 0.3em;
background: #e70027;
}
.station_time{
padding: 1.5em 0.5em;
background: #e70027;
}

.dotted_block {
position: relative;
z-index: -1;
height: 4.5em; 
width: 4.5em; 
text-align: center; 
}
.dotted_line {
padding: 2.5em 1em 4.5em;
border-left: 0.7em dotted white;
}
.dotted_line_text {
position: absolute;
box-sizing: border-box;
top: 0.45em;
left: 3.6em;
border-radius: 0.3em;
background: #4e4f48;
width: 10.8em;
text-align: left;
padding: 0.3em 0.6em;
color: #8bdc64;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9)inset;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-shadow: 0 0 2px rgba(0,0,0,0.9);
}
.total_text{
width: 100%;
margin: 0 auto 1em;
color: white; 
font-size: 20px;
text-align: center;
text-shadow: 0 0 3px rgba(0,0,0,0.8);
border-bottom: 1px solid rgba(255,255,255,0.2);
padding: 0.5em 0;
}

.hidden_marker{
	border: 1px solid rgba(0,0,0,0.8);
	background: rgba(0,0,0,0.4);
}

#popMenu{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.menu_container{
	display: inline-block;
	width: 220px;
	position: absolute;
	text-align: center;
	z-index: 1000;
	left: 50%;
	margin-left: -110px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.menu_container cyb\:btn{display: block;}

.menu_container cyb\:btn, .menu_container div{
	padding: 0.8em 0;
	letter-spacing: 1px;
	background: white;
	color: rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu_container cyb\:btn:active{background: #FFD100;}

.menu_container div{
	font-size: 0.8em;
	font-weight: bold;
	color: #4f7deb;
}

.menu_container cyb\:btn:last-child{border-bottom: none;}

.cover{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 100;
}