/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

html {
  overflow-y: scroll;
}

body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.chooser {
  width: 100%;
}

#chartlist {
  margin-top: 10px;
}

.rollsign {
  width: 50px;
  height: 16px;
  margin:1px;
  background-color: #F3F2EA;
  display: inline-block;
  overflow: hidden;
  text-overflow: clip;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  padding-top: 2px;
  color: black;
}

.rollsign:hover {
  background-color: #333;
  color: white;
}

.rollsign.displayed {
  font-weight: bold;
  background-color: #d9644b;
  color: white;
}

.container {
  width:90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container a {
  color: #888;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
  .container {
    width:100%;
  }
}

.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.axis text {
  fill: black;
  font-size: 10px;
}

.stop {
  fill: black;
  font-size: 10px;
  opacity: 0;
}

.stop.stopHighlighted {
  opacity: 1;
}

.stop:first-child {
  opacity: 1;
}

.stop:last-child {
  opacity: 1;
}

.pane {
  cursor: move;
  fill: none;
  pointer-events: all;
}

#toggles label {
  color: black;
  display: inline;
}

#toggles input {
  margin-left: 10px;
  margin-right: 2px;
  display: inline;
}

svg *::selection {
    background : transparent;
}
 
svg *::-moz-selection {
    background:transparent;
}
 
svg *::-webkit-selection {
    background:transparent;
}

path {
  fill: none;
}

.vehiclePath {
  stroke-width: 1.2;
  stroke: #34373F;
}

.vehiclePath.live {
  stroke: #d9644b;
  stroke-width: 1.6;
}

.liveVehicle {
  fill: #d9644b;
}

.guide {
  stroke: #BDBBAC;
  stroke-width: 1px;
}

#help {
  background-color: #F3F2EA;
  font-size: 13px;
}

#help .copy {
  line-height: 1.4em;
}

#help ul {
  list-style: circle;
}

#help ul li {
   list-style-position:inside;
}

#help svg {
  display: inline-block;
  border: 1px solid #999;
}

#help .half {
  display: inline-block;
  width: 50%;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
  #help .half {
    display: block;
    width: 100%;
  }
}

.helpPath {
  stroke: #d9644b;
  stroke-width: 1.5px;
}

.helpShape {
  fill: #d9644b;
}

.helpshapeCasing {
  fill: black;
}

#help .half.right p {
  display: inline-block;
}

.emph {
  font-weight: bold;
}


.route:hover {
  background-color: #FAF9F7;
}

.route_short_name {
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
  display: inline;
}

.route_long_name {
  margin-left: 4px;
  font-size: 14px;
  font-weight: bold;
  display: inline;
}

.bigtitle {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}

#credits {
  height: 80px;
  padding: 12px;
  font-size: 12px;
  color: #555;
}

#credits h1 {
  font-weight: bold;
}

#agencylist {
  margin-top: 10px;
  display: inline-block;
}

.agency {
  display: inline-block;
  font-size: 12px;
  color: #999;
  background-color: #E9E6DF;
  padding: 5px;
}

.agency.selected {
  color: white;
  background-color: #34373F;
}

.agency_header {
  font-weight: bold;
}

.control_row {
  padding-top: 5px;
}

#help .close_button {
  margin-top: 3px;
}

.close_button {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  color: #aaa;
  font-size: 20px;
  margin-top: -2px;
}

.close_button:hover {
  color: black;
}

.toggle_container {
  float: right;
  display: inline-block;
  margin-right: 136px;
}

.dir_toggle {
  float: right;
  display: inline-block;
  font-size: 12px;
  padding: 3px;
  background-color: #34373F;
  color: white;
  cursor: pointer;
}

.dir_toggle.selected {
  background-color: #d9644b;
  color: white;
}

.timeCursor {
  font-size: 10px;
}

