body {
	margin: 70px 0;
	padding: 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 15px;
	color: #454545;
	background-color: #F5F5F5!important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.02);
	-webkit-font-smoothing: antialiased;
}
a, a:visited {
	color: #00A8E3;
	text-decoration: none;
}
a:hover {
	color: #008af5;
}
h4 {
	color:#00A8E3;
	margin: 0;
}
.p0 {
    padding:0px!important;
}

.pr10 {
	padding-left:0px!important;
	padding-right:10px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

.m0 {
    margin:0px!important;
}
.vl1 {
    border-left: 3px solid #00A8E3;
	height: 50px;
	margin-left: 8px;
}

.vl2 {
	border-left: 1.5px dotted silver;
    height: 30px;
	margin-left: 8px;
}

.vl3 {
	border-left: 3px dotted white;
    height: 35px;
    margin-left: 6px;
    margin-top: 3px;
}

.journey{
	background-color:white;
	border-radius:7px;
	padding:10px;
	margin-top:5px
}

.journey #wrapper{
   display: flex;
   padding-bottom: 5px
}

.journey #first {
   width: 25px;
   padding:0px; 
}
.journey #second {
  width: 75px; 
  padding:0px;
}
.journey #third {
  width: 225px; 
}

.journey #left {
	width: 50%;	
	text-align: left;
}

.journey #right {
	width: 50%;	
	text-align: right;
}


.journey .row{	
	margin-top:5px;
	margin-bottom:5px
}


.journey .title {
	color:#a1a1a1;
	margin: 0;
	font-weight: bold;
	font-size:14px;
}

.journey .title-route {
	color:#00A8E3;
	margin: 0;
	font-size: 14px;
}

.journey .text {
	font-weight: bold;
	word-break:break-word ;
}

.text-walking 
{
	color:#a1a1a1;
	margin-top:4px;
}

.journey .footer{
	font-style: italic;
	color:silver;
	margin-left: 15px;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	color: white;
}
p, .control-group {
	margin: 0 0 20px 0;
}

.form {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: linear-gradient(#01A8E3, #0A7EDB);
}

#wrapper {
	margin: 0;
}
#wrapper > * {
	padding-left: 20px;
	padding-right: 20px;
}
pre {
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	padding: 10px;
	font-size: 12px;
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (max-width : 320px) {
	body {
		margin: 20px 0;
	}
	#wrapper {
		margin: 0;
	}
	#wrapper > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.form {
		padding: 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}


.selectize-control.stations .selectize-dropdown .title {
	display: block;
	color: black;
}

.selectize-control.stations .selectize-dropdown>div {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.selectize-control.single .selectize-input > div{
	word-break: break-word;
}

.selectize-control.stations .selectize-dropdown .by {
	font-size: 11px;
	opacity: 0.8;
}

.selectize-control.stations .selectize-dropdown .name {
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.selectize-control.stations .selectize-dropdown .meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.selectize-control.stations .selectize-dropdown .meta li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 10px;
}

.selectize-control.stations .selectize-dropdown .meta li span {
	font-weight: bold;
}

.selectize-control.stations::before {
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	content: ' ';
	z-index: 2;
	position: absolute;
	display: block;
	top: 12px;
	right: 34px;
	width: 16px;
	height: 16px;
	background: url(images/spinner.gif);
	background-size: 16px 16px;
	opacity: 0;
}

.selectize-control.stations.loading::before {
	opacity: 0.4;
}