html,body,div {
	padding: 0;
	margin: 0;
	line-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 2pt;
	margin-bottom: 2pt;
}

div,span,p,img {
	margin: 0;
	padding: 0;
	border: 0px none;
}

div#header {
	width: 100%;
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	background-position: center bottom;
	background-repeat: repeat-x;
}

div#rm_controls {
	min-width: 110px;
	margin: 1em;
	padding: 1em;
	position: absolute;
	right: 0px;
	top: 12px;
	overflow: hidden;
	-moz-box-shadow: 5px 5px 4px #000;
	-webkit-box-shadow: 5px 5px 4px #000;
	box-shadow: 5px 5px 4px #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	z-index: 50;
}

#route_list input {
	margin-right: 2px;
}

span#route_list_title {
	font-weight: bold;
	font-size: 14pt;
}

div#route_list_container {
	overflow: auto;
	height: 95%;
	padding-right: 5px;
}

div#route_list_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#route_list_container ul li {
	margin: 0;
	padding: 0;
}

div#powered-by {
	float: center;
	position: relative;
}

div#copyright {
	/* float: left; */
	/* position: relative; */
	/* left: 0px; */
	margin-top: 4px;
}

span.color-block {
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	overflow: hidden;
	background-clip: padding-box;
	margin: 1px;
	vertical-align: bottom;
}

a#rl_toggle {
	position: absolute;
	right: 3px;
	top: 3px;
	float: right;
	display: inline-block;
}

div#status {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

div.gm-style-iw>div {
	overflow: hidden !important;
}

div.stop_info_popup {
	width: 480px;
}

table.eta_table {
	width: 430px;
	margin: 0px; border : none;
	border-collapse: collapse;
	padding: 1px;
	overflow: hidden;
	border: none;
}

table.eta_table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #777777;
	padding: 2pt;
	min-width: 90px;
}

table.eta_table caption {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 2pt;
}

table.eta_table td {
	border-bottom: 1px solid #777777;
	padding: 2pt;
	min-width: 90px;
}

table.eta_table tbody>tr:nth-child(even) {
	background: #DDDDDD;
}

table.eta_table tbody>tr:nth-child(odd) {
	background: #FDFDFD;
}

div#sidebar-wrapper {
  top: 52px;
  background-color: white;
  right: -300px;
  width: 300px;
  position: fixed;
  height: 100%;
  padding-bottom: 64px;
  z-index: 1;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 250px;

}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 50px;
}
.sidebar-nav li a {
  color: black;
  display: block;
  text-decoration: none;
}

div#sidebar-wrapper.sidebar-toggle {
  transition: all 0.3s ease-out;
  margin-right: -300px;
}

@media (min-width: 768px) {
  div#sidebar-wrapper.sidebar-toggle {
	transition: 0s;
	right: 300px;
  }
}


.navbar {
	z-index: 1;
	margin: 0 !important;
	padding-bottom: 0;
}

.navbar-toggle {
	display: block!important;
}


div#map {
	display: block;
    position:absolute;
    height:auto !important;
    bottom:0;
    top:0;
    left:0;
    right:0;

}


html,body {
	height:100%;
}

body {
	overflow-y:hidden;
}

div#container {
	padding: 0;
}
