﻿/* 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;
}

.scheduled-prediction {
    background: #D1D1D1;
}
.real-time-prediction {
    background: #C5F7CB;
}

/*Direction Header on Stop Arrival Page*/
.direction-header {
  color: #DEF;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin: 15px 0 -25px 20px;
}

.direction-header:first-child {
  margin-top: 25px;
}


/* Feedback Button*/
.feedback-button {
    display: inline-block;
    height: auto;
    width: auto;
    position: relative;
    z-index: 999;
    background: #f2dede;
    text-align: center;
    border-radius: 3px;
    color: #b94a48;
    top: -10px;
    padding: 4px 6px;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #eed3d7;
    float: right;
}

.feedback-button a {
    padding: 0;
}

.feedback-button a:link {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button a:visited {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button a:hover {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button a:active {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button-bottom {
    display: inline-block;
    height: auto;
    width: auto;
    position: relative;
    z-index: 999;
    background: #f2dede;
    text-align: center;
    border-radius: 3px;
    color: #b94a48;
    top: 0;
    padding: 4px 6px;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #eed3d7;
    float: right;
}

.feedback-button-bottom a {
    padding: 0;
}

.feedback-button-bottom a:link {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button-bottom a:visited {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button-bottom a:hover {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

.feedback-button-bottom a:active {
    color: #b94a48;
    text-decoration: none;
    padding: 0;
}

/* End Reset */

html {
	font-family: Helvetica;
	/* background: rgb(197,204,211) url(/images/iphone/stripes.png); */
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
    background-color:#269;
}

strong{font-weight: bold}

h3
{
	/* color: rgb(76,86,108); */
    color: #DEF;
	font-weight: bold;
	font-size: 18px;
	/* text-shadow: #fff 0 1px 0; */
	margin: 15px 0 0 10px;
}
ul.sub {
    margin: 7px 10px 17px 10px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

div.h2
{
	background: rgb(109,133,163) url(/images/iphone/header.png) repeat-x top;
	border-top: 1px solid rgb(205,213,223);
	border-bottom: 1px solid rgb(46,55,68);
	margin: 0 0 0 -10px;
	min-height: 44px;
	-webkit-box-sizing: border-box;
	padding-top: 10px;
	padding-left: 10px;
	overflow: auto;
	display:block
}

div.h2 h1
{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-shadow: #2d3642 0 -1px 0;
	text-align: left;
	margin-right: 5px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.h2 a
{
	float: left;
	color: #FFF;
	background: none;
	font: bold 12px/30px Helvetica;
	border-width: 0 5px;
	margin-top: -4px;
	margin-left: 5px;
	padding: 0 3px;
	width: auto;
	height: 30px;
	text-shadow: rgb(46,55,68) 0 -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-image: url(/images/iphone/tool.png) 0 5 0 5;
}

div.h2 a.backButton
{
	left: 6px;
	max-width: 55px;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(/images/iphone/back.png) 0 8 0 14;
}

#feedback, #desktopLink {
    color: #DEF;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
}

#feedback a:link,
#feedback a:visited,
#feedback a:hover,
#feedback a:active,
#desktopLink a:link,
#desktopLink a:visited,
#desktopLink a:hover,
#desktopLink a:active {
    color: #3A87AD;
}

.gps-spinner {
    left: 20px;
    top: 20px;
}

#notifications-container {
    background-color: #da4f49;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px 10px 17px 10px;
}

#notifications-container a:link {
    text-decoration: none;
}

#notifications-container a:visited {
    text-decoration: none;
}

#notifications-container a:hover {
    text-decoration: none;
}

#notifications-container a:active {
    text-decoration: none;
}

#notifications {
    color: white;
    cursor: pointer;
}

#gps-container {
    margin: -18px 0 0 135px;
}

#gps-info {
    font-size: 12px;
    color: #DEF;
    background-color: #468847;
    border-radius: 4px;
    font-weight: bold;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#select-stops-count-container
{
    color: #DEF;
	margin: 5px 10px 0 0;
    font-size: 14px;
}
select#select-stops-count
{
    border-radius: 4px;
    border-color: #269;
}
.arrival-time-container 
{
    border-radius: 6px;
    background-color: #468847;
    color: #DEF;
    padding: 8px;
}
.arrival-text-container 
{
    font-size: 12px;    
}
ul
{
	color: black;
	background: #fff;
	border: 1px solid #B4B4B4;
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 30px 10px 17px 10px;
	-webkit-border-radius: 8px;
}
ul li
{
	color: #000000;
	border-top: 1px solid #B4B4B4;
	list-style-type: none;
}
li:first-child
{
	border-top: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
li:last-child
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
ul li a
{
	color: #000;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 12px 10px 12px 10px;
}
ul li.noGPS {
    padding: 12px 10px 12px 10px;
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    border-radius: 8px;
}
ul li.loadingGPS {
    padding: 12px 10px 12px 10px;
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    border-radius: 8px;
}
ul li.nearbystops-row {
    list-style-type: none;
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    border-top: 1px solid;
}
ul li.nearbystops-row:nth-child(2)
{
    border-top: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
ul li.nearbystops-row:last-child
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}
ul li.arrow
{
	background-image: url(/images/iphone/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul li.arrow a
{
	width: 95%;
}
ul li.arrow.disabled {
  cursor: no-drop;
  color: grey;
}
ul li.arrow.disabled a {
  color: grey;
  cursor: no-drop;
}

ul li.phone a {
	padding: 0;
	display: inline;
	margin: 0;
	color: blue;
}

ul.data li {
	background: none;
	padding: 15px 10px;
	color: #222;
	font-weight: normal;
}
ul.data li p {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}

ul.arrivals li {
	padding: 12px 10px 12px 10px;
	font-weight: normal;
}
div#arrival-buttons {
	text-align: center;
}

ul.buttons.small li
{
		width: 80px;
		margin: 3px 2px;
}

ul.buttons {
	background: transparent;
	margin: auto;
	overflow: auto;
	border: none;
	margin: 15px 0px 10px 0px;
	margin-bottom: 5px;
	text-align: center;
}
ul.buttons li img {
	vertical-align: middle;
	margin: 0;padding: 0;
}
ul.buttons li.refresh a{	padding: 5px 4px 6px 4px; } 
ul.buttons li a { padding: 6px 4px}
ul.buttons li {
	text-align: center;
	width: 100px;
	display: inline-block;
	margin: 0px 5px;
	margin-bottom: 10px;
	background: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border: 1px solid #B4B4B4;
	line-height: 32px;  
}

.info {
	color: rgb(76,86,108);
	margin: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
footer {
	/* color: rgb(76,86,108); */
    color: slategray;
	font: 14px Helvetica;
	text-align: center;
	/* text-shadow: white 0 1px 0; */
	margin: 0 10px 17px 0;
}

.individual {
	text-align: center;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.cell {
	display: table-cell;
}

/* Vehicle Popup */
.vehicle-popup h1 {
	background: rgb(109, 133, 163) url(/images/iphone/header.png) repeat-x top;
	color: white; 
	padding: 4px; 
	padding-right: 25px; 
	text-align: left;
}

.vehicle-popup .dialog {
	text-align: left; 
	margin: 4px; 
	font-size: 12px;
}

.vehicle-popup .closeButton 
{
	background-image: url('/images/x.gif');	
	position: absolute; 
	top: 6px; 
	right: 4px; 
	width: 15px;
	height: 13px;
	cursor: pointer;
}

.vehicle-popup .apcProgress {
	display: inline;
}

.vehicle-popup h2 {
	display: inline;
	font-weight: bold;
}

.vehicle-popup .arrivals-dialog {
	border-top: 1px solid black;
	margin-top: 8px;
	padding-top: 8px;
}

.vehicle-popup ul.arrivals {
	color: black;
	background: transparent;
	border: none;
	font-weight: normal;
	font-size: 17px;
	padding: 0;
	margin: 0px;
	margin-top: 4px;
}

/*Stop popup */
.stop-popup h1 {
	background: rgb(109, 133, 163) url(/images/iphone/header.png) repeat-x top;
	color: White; 
	padding: 4px; 
	padding-right: 38px; 
	text-align: left;
}

.stop-popup .closeButton 
{
	background-image: url('/images/x.gif');	
	position: absolute; 
	top: 6px; 
	right: 4px; 
	width: 15px;
	height: 13px;
	cursor: pointer;
}

.stop-popup h2 {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

.stop-popup .streetView {
	position: relative; 
	cursor: pointer;
	float: right;
	border: 1px solid rgb(109, 133, 163);
	padding: 2px;
}

.stop-popup ul.arrivals {
	color: black;
	background: transparent;
	border: none;
	font-weight: normal;
	font-size: 17px;
	padding: 0;
	margin: 0px;
	margin-top: 4px;
	clear: both;
	padding-top: 8px;
	padding-left: 8px;
}

.stop-popup .vehicle-arrival {	
	font-size: 12px;
	display: table-row; 
}

.stop-popup .vehicle-arrival .cell {
	display: table-cell;
	color: black;
}

.stop-popup .vehicle-arrival .name {
	padding-right: 4px; 
	padding-left: 4px;
}

.stop-popup .vehicle-arrival .minutes 
{
	padding-right: 4px; 
	padding-left: 4px;
	
}

.mobile-arrival {
	padding: 12px 10px 12px 10px;
}

.markerLabel {
	padding-right: 1px; padding-left: 1px; opacity: .8; font-size: 12px; color: White;
	white-space: nowrap;
}

.static-map-container {
	margin:auto;
	text-align: center;
    margin-bottom: 5px;
}

 button {
     /*padding: 5px 5px 5px 5px;
     background: white;*/

    color: black;
	background: #fff;
	border: 1px solid #B4B4B4;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	-webkit-border-radius: 8px;
 }

#loadingDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center; 
    vertical-align: middle; 
    color: white;
    display: none;
}

#notification-text {
	font-weight: 600;
}

#notification-text strong {
	font-weight: 900;
}

#notification-text em {
	font-style: italic;
}

#notification-text {
    color: black;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    margin: 15px 10px 17px 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#notification-text h1 {
    color: black;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 1.3em;
}
#notification-text h2 {
    color: black;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 1.2em;
}
#notification-text h3 {
    margin-left: 0;
    color: black;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 1.1em;
}
#notification-text ul, #notification-text ol {
    border: none;
    margin-top: 0px;
    padding-left: 25px;
    list-style: unset;
}
#notification-text ol {
    padding-left: 35px;
}
#notification-text ul li {
    list-style-type: disc;
    border: none;
    margin-top: 3px;
}
#notification-text ol li {
    list-style-type: decimal;
    border: none;
    margin-top: 3px;
}


#notification-text blockquote {
    padding: 8px;
    font-style: italic;
}

#notification-text hr {
    margin: 10px 0;
}