<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { height: 100%; }
body { 
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: lato, Arial, Helvetica, sans-serif;
}
a { color: #0074bc; }

::-webkit-input-placeholder { color: #CAC5BF; } /* WebKit browsers */
:-moz-placeholder { color: #CAC5BF; opacity: 1; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #CAC5BF; opacity: 1; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #CAC5BF; } /* Internet Explorer 10+ */

#map {
	width: 100%;
	height: 100%;
	position: absolute;
}
div.cartodb-logo{
	display:none!important;
}
#cartodb-gmaps-attribution{
	display:none!important;
}
div.controller-container{
	position: absolute;
	padding: 0 20px 20px 0;
	background-color: rgb( 255,255,255 );
	background-color: rgba( 255,255,255, 0.92 );
	border-bottom-right-radius: 5px;
	box-shadow: 5px 5px 5px rgba( 0,0,0,0.3 );
	top: -10px;
	left: -10px;
	display:none;
}
div.controller-container.with-reverse-connector { padding-right: 45px; padding-bottom:20px;}
#controller {
	width: 485px;
	font-size: 10pt;
}
#controller &gt; header {
    background-image: url( '//mapstest.amtrak.com/trip-planner/img/header-bg.gif' );
	height: 48px;
	background-position: 0 10px;
	box-shadow: 3px 3px 3px rgba( 0,0,0,0.3 );
	border-right: 1px solid #656565;
}
#controller &gt; header img.reset-button { 
	float: right; 
	margin: 17px 10px 0 0;
	cursor: pointer;
	
}
#controller &gt; header img.close-button { margin: 17px 10px 0; }
#controller &gt; header img.full-screen-button { margin-left: 10px; }
#controller &gt; header img.amtrak-logo { margin: 17px 0 0 22px; }
#controller &gt; section &gt; section { 
	padding: 0 0 10px 10px; 
	background-color: #ffffff;
}
#controller &gt; section &gt; section.station-from-info, #controller &gt; section &gt; section.station-to-info { padding-bottom: 0; }

#controller &gt; section.station-from-info, #controller &gt; section.station-to-info { padding-bottom: 0; }

#controller &gt; section.station-from-info.collapsed &gt; div, #controller &gt; section.station-to-info.collapsed &gt; div, 
section.stations-in-area, section.station-from-info, section.to, section.search-to, section.station-to-info, 
div.reverse-connector, section.route-options, button.find-fares, section.find-fares, button.find-routes
{ display: none; }

find-routes-padded
{
margin-right:10px;
border:1px solid red;
}

#controller section.search-from, #controller section.search-to {
	background-image: url( '//mapstest.amtrak.com/trip-planner/img/header-bg.gif' );
	height: 28px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #656565;
}
/* BT: 3667 - DS - 2014-10-11 */
#controller section.search-to { border-top: 1px solid #656565; }
#controller section.search-from .ui-input-text, #controller section.search-to .ui-input-text { 
	width: 440px; 
	display: inline-block;
	position: relative;
	top: -17px;
	margin-left: 4px;
}

#controller &gt; section &gt; section &gt; header {
	color: #0074bc;
	text-shadow: none;
	background-color: #e7f1f7;
	border-bottom: 1px solid #656565;
	padding: 5px 0 5px 20px;
	position: relative;
	box-shadow: 0 3px 4px rgba( 0,0,0,0.3 ) inset;
	font-weight: 700;
	cursor: pointer;
}
#controller &gt; section &gt; section.one-result &gt; header { 
	cursor: auto;
	background-color: #dddddd; 
}
#controller section.station-from-info &gt; header, #controller section.station-to-info &gt; header {
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	background-color: #E7F1F7;
	height: 25px;
}


#controller section.station-from-info &gt; header div, 
#controller section.station-to-info &gt; header div 
{
	border-bottom: 1px solid #656565;
    float: left;
    width: calc(33.3% - 17px);
}
#controller section.station-from-info &gt; header div:first-child,
#controller section.station-to-info &gt; header div:first-child 
{
	padding: 4px 0 4px 19px;
}
#controller section.station-from-info &gt; header div:nth-child(2),
#controller section.station-to-info &gt; header div:nth-child(2)
{
	padding: 4px 0 4px 8px;
}
#controller section.station-from-info &gt; header div:last-child,
#controller section.station-to-info &gt; header div:last-child
{
	padding: 4px 15px 4px 8px;
}

#controller section.station-from-info &gt; header div.current, 
#controller section.station-to-info &gt; header div.current 
{ 
	background-color: #ffffff;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
	border-bottom: 1px solid white;
	height: 12px;
}
#controller section.station-from-info &gt; header div.current img, 
#controller section.station-to-info &gt; header div.current img { margin-right: 10px; }
#controller section.station-from-info &gt; header div.current:first-child, 
#controller section.station-to-info &gt; header div.current:first-child 
{ 
	border-left-width: 0;
	padding: 5px 0 7px 19px;
	/* width: 94px; */
}
#controller section.station-from-info &gt; header div.current:nth-child(2), 
#controller section.station-to-info &gt; header div.current:nth-child(2) 
{
	/* width: 104px; */
	padding: 5px 0 7px 7px;
}
#controller section.station-from-info &gt; header div.current:last-child,
#controller section.station-to-info &gt; header div.current:last-child
{ 
	border-right-width: 0;
	/* width: 116px; */
	padding: 5px 16px 7px 7px;
}
#controller section.station-from-info.collapsed &gt; header div, #controller section.station-to-info.collapsed &gt; header div 
{ border-bottom: none; }
#controller section.station-from-info &gt; header div:last-child, #controller section.station-to-info &gt; header div:last-child {
	/*width: 136px; */
}
#controller section &gt; header img.header-down-arrow {
	position: absolute;
	bottom: -12px;
	left: 19px;
}
#controller section.collapsed &gt; header img.header-down-arrow { display: none; }

section.station-from-info &gt; header img, section.station-to-info &gt; header img {
	margin-right: 5px;
	vertical-align: middle;
}

section.from.stations-in-area ol, section.to.stations-in-area ol { 
	padding-left: 42px; 
	line-height: 20px;
}

section.stations-in-area div.station-count-container {
	float: right;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba( 0,116,188,0.5 ) inset;
	margin-right: 10px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	top: -3px;
}
section.stations-in-area div.station-count, section.to-stations-in-area div.station-count {
	position: relative;
	top: 4px;
}
section img.menu {
	vertical-align: middle;
	position: relative;
	top: -1px;
	padding-right: 5px;
}

#controller &gt; section &gt; section.one-result div.station-count-container {
    box-shadow: 2px 2px 2px rgba( 101,101,101,0.5 ) inset;
}
#controller &gt; section &gt; section.one-result &gt; header { 
    cursor: auto;
    background-color: #dddddd; 
    color: #656565;
}

/* BT: 3667 - DS - 2014-10-11 */
input.search-button { 
	height: 37px; 
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -1px;
}

#controller section.search-from input
section.station-from-info &gt; div { display: none; }

section.station-from-info &gt; header div, section.station-to-info &gt; header div { cursor: pointer; }

div.side-tabs &gt; ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #e8f1f7;
	display: table-cell;
}
div.side-tabs &gt; ul li { 
	width: 55px;
	height: 37px;
	/*padding: 10px 0 8px 0;*/
	text-align: center;
	cursor: pointer;
	position: relative;
}
div.side-tabs li.ui-state-active { background-color: #0074bc; }

div.side-tab-tooltip {
	top: 15px; height: 15px;
}


div.side-tabs &gt; div {
	padding: 8px 10px 20px 20px;
	min-height: 192px;
}
div.station-info &gt; div.side-tabs &gt; ul li:first-child
{
	padding-top:11px;	
}
div.station-info &gt; div.side-tabs &gt; ul li:nth-child(2)
{
	padding-top:5px;	
}
div.station-info &gt; div.side-tabs &gt; ul li:nth-child(3),
div.station-info &gt; div.side-tabs &gt; ul li:nth-child(4)
{
	padding-top:7px;	
}

div.station-hours &gt; div.side-tabs &gt; ul li:first-child
{
	padding-top:7px;	
}
div.station-hours &gt; div.side-tabs &gt; ul li:nth-child(2),
div.station-hours &gt; div.side-tabs &gt; ul li:nth-child(3)
{
	padding-top:4px;	
}
div.station-hours &gt; div.side-tabs &gt; ul li:nth-child(4)
{
	padding-top:7px;	
}
div.station-hours &gt; div.side-tabs &gt; ul li:nth-child(5)
{
padding-top:9px;
}
div.station-hours &gt; div.side-tabs &gt; ul li:nth-child(6)
{
padding-top:6px;
padding-bottom:9px;
}







section.search-from input.search-field, section.search-to input.search-field { 
	width: 402px; 
	margin: 4px 10px 7px 8px;
	border-radius: 5px;
	padding: 2px 5px;
	border: 1px solid #656565;
	height: 24px;
	box-shadow: 1px 1px 2px rgba( 0,0,0,0.5 ) inset;
}

section.station-from-info &gt; div, section.station-to-info &gt; div { display: none; }

section.station-from-info &gt; div.current, section.station-to-info &gt; div.current { display: block; }
section.station-from-info.collapsed &gt; div { display: none; };

section.station-from-info &gt; div.directions, 
section.station-from-info &gt; div.around-here,
section.station-to-info &gt; div.directions, 
section.station-to-info &gt; div.around-here 
{ margin: 20px 50px 0 25px; }
div.with-side-tabs { 
	display: table;
	width: 100%; 
}
div.side-tabs { display: table-row; }
div.side-tabs &gt; div { display: none; }
div.side-tabs &gt; div.current { 
	display: table-cell; 
	vertical-align: top;
	padding-bottom: 1px;
	width: 100%;
}
/* BT: 3667 - DS - 2014-10-11 */
#controller &gt; section.from, #controller &gt; section.to { 
	border-bottom: 1px solid #656565;
	border-right: 1px solid #656565;
	box-shadow: 3px 3px 3px rgba( 0,0,0,0.3 );
}
section.to { margin-top: 20px; }
section.from &gt; section.from, section.to &gt; section.to {
	box-shadow: none;
	margin-top: 0;
}
section.from &gt; section.from { margin-bottom: 0; }

div.reverse-connector {
	position: absolute;
	left: 484px;
	top: 63px;
}

div.reverse-connector div.reverse-connector-middle{
	background-image: url( '//mapstest.amtrak.com/trip-planner/img/reverse-connector-middle.png' );
	width: 12px;
	height: 10px;
	margin: 0 0 0 19px;
}
div.reverse-connector img { display: block; }
img.reverse-icon { 
	position: absolute; 
	left: 9px;
}
button { 
	float: right;
	background-color: #ffffff;
	border: 1px solid #656565;
	border-radius: 5px;
	padding: 4px 5px 2px 5px;
	color: #0074bc;
	box-shadow: 3px 3px 3px rgba( 0,0,0,0.3 ), -2px -2px 3px rgba( 0,0,0,0.3 ) inset;
	margin: 10px 0 0 0;
	font-weight: 700;
	cursor: pointer;
}
div#map button {    
	float: initial;
	background-color: initial;
	border: initial;
	border-radius: initial;
	padding: initial;
	color: initial;
	box-shadow: initial;
	margin: initial;
	font-weight: initial;
	cursor: initial;    
}
button img { 
	vertical-align: middle; 
	position: relative;
	top: -1px;
	margin-left: 5px;
}
div#map button img {
	vertical-align: initial; 
	position: absolute;
	top: initial;
	margin-left: initial;
}
div#map .gm-style-mtc {
    width: initial !important;
}
div#map .gm-style-mtc &gt; div {
    font-size: 14px !important;
    padding: 8px 22px 8px 8px !important;

}

/* WORKING STYLES FOR 2ND PASS ON TIGHTENING UP DESIGN OF CONTROLLER WIDGET ON 2014-09-11: ORGANIZE THIS STUFF WHEN COMPLETE */

h2 {
	font-size: 10pt;
	color: #0074bc;
	border-bottom: 1px solid #fab760;
}
section.station-from-info &gt; div.directions img.directions-icons, section.station-to-info &gt; div.directions img.directions-icons { 
	float: left; 
	margin: 10px 10px 0 0;
}
section.station-from-info &gt; div.directions input, section.station-to-info &gt; div.directions input { 
	display: block; 
	margin: 7px;
	width: 85%;
	border-top: none;
	border-left: 2px solid #656565;
	border-bottom: 2px solid #656565;
	border-right: 2px solid #656565;
	padding: 0 10px;
}
section.station-from-info &gt; div.directions.with-results input, section.station-to-info &gt; div.directions.with-results input {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e6e6e6;
}
#controller &gt; section &gt; section.stations-in-area.collapsed, 
#controller &gt; section &gt; section.stations-in-area.single
{ padding-bottom: 0; }
section.from.stations-in-area.collapsed { border-bottom: none; }
div.station-info h2 { color: #0074bc; }
div.address-box {
	background-color: #FFFFFF;
	padding: 6px 10px 7px 10px; /*MB 3851*/
	border-radius: 5px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px rgba( 0,0,0,0.3 );
	display: none;
	white-space:nowrap;
	text-align:center;
	color:#0074bc;
	font-family: lato;

}

div.address-box img.info-box-arrow { 
	position: absolute; 
	bottom: -26px;
}
/*New Classes for new box*/
div.origin-destination-box img.info-box-arrow { 
	position: absolute; 
	bottom: -14px;
	left:69px;
}
div.origin-destination-box-header{
	background-color: #e8f1f7;
	font-weight:bold;
	text-align:center;
	font-family: lato;
    font-size: 12px;
	padding:10px;
    height: 10px;
	border-bottom:2px solid black;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
    white-space: nowrap;
}
div.origin-destination-box-header-double-line
{
height:20px !important;
}
div.destination.button{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background: url("//mapstest.amtrak.com/trip-planner/img/end.png") no-repeat scroll 26% center #fff;
}

#controller hr {
	color: #0082F1;
	height: 1px;
}
#controller hr.px-2 { height: 2px; }

div.selectedbutton{
	background-color:#f0f0f0 !important;
}
div.origin-destination-box div.button { 
	cursor: pointer;	
	color: #0074bc;
	padding: 3px 10px 4px 5px;
	box-shadow: -2px -2px 1px 1px rgba( 0,0,0,0.3) inset;
	text-align:center;
}
div.origin-destination-box div.button.origin { border-bottom: 1px solid black; min-width:80px; background: url("//mapstest.amtrak.com/trip-planner/img/start.png") no-repeat scroll 26% center #fff;}
div.origin-destination-box div.button:hover {
	background-color:#F2F7FA !important;
	/*color: #ffffff !important;*/
}
div.origin-destination-box { 
	box-shadow: 3px 3px 5px rgba( 0,0,0,0.3 );
	border: 2px solid black;
	margin-bottom: 19px;
	border-radius:5px;
	margin-left:-78px;
}
div.origin-destination-box div.button img { vertical-align: middle; margin-right: 5px; }
div.driving-directions {
	padding: 10px 0; 
	display: none;
}
div.driving-directions img.menu, div.driving-directions img.car  { 
	float: left; 
	margin-left: 17px; 
}
div.driving-directions img.print { 
	float: right;
	position: relative;
	top: -5px;
}
div.driving-directions &gt; div.summary { 
	margin: 0 20px 0 50px; 
	line-height: 1.5em;
}
div.directions div.steps { display: none; }
div.directions div.steps header { 
	color: #0074bc; 
	border-top: 2px solid #fab760;
	border-bottom: 2px solid #fab760;
	margin: 0 10px 10px 10px;
	padding: 10px;
	position: relative;
}
div.directions div.steps.collapsed header { 
	border-bottom: none; 
	margin-bottom: 0;
	cursor: pointer;
}
/* BT: 3556 - DS -2014-10-11 */
div.directions div.steps header img.print { 
	float: right; 
	position: relative;
	top: -5px;
	cursor: pointer; 
	left: 10px;
}
div.directions div.steps.collapsed header img.print{ display: none; }
div.driving-directions div.steps.collapsed {
	border-bottom: none;
	margin-bottom: 0;
}
div.directions-form-tab-content-container div.steps img.print { vertical-align: center; }
div.directions-form-tab-content-container button { margin-right: 20px; }
section.search-from form, section.search-to form { 
	display: inline; 
	position: relative;
}
section.route-options { 
	margin-top: 20px;
	border: 1px solid #656565;
	box-shadow: 3px 3px 3px rgba( 0,0,0,0.3 );	
}
/*Scrolling div for the Route Options*/
div.final-div{
	max-height: 400px;
	overflow-y:auto;
}
.no-top-border
{
border-top:none !important;
}

#controller &gt; section.route-options &gt; section &gt; header {
	box-shadow: none;
	height: 16px;	
}
div.route { 
	padding: 0 20px; 
	background-color: #e7f1f7;
	border-top: 1px solid #656565;
	/* border-right: 1px solid #656565; BT: 4197*/
}
div.route.current { background-color: transparent; }
section.route-options div.route &gt; header { 
	padding: 10px 0 8px;
	cursor: pointer;
}
#controller &gt; section.route-options &gt; section &gt; header { 
	/*border-bottom: none; */
	border-bottom: 1px solid #656565;
	padding-top: 6px;
}
section.route-options div.route &gt; header img { 
	float: left;
	position: relative;
	top: 5px;
}
section.route-options div.route &gt; header h2 { border-bottom: none; }
section.route-options div.route.current &gt; header h2 { 
	border-bottom: 2px solid #fab760; 
	font-weight: 700;
	color: black;
}
section.route-options div.route &gt; header h2, section.route-options div.route &gt; header h3 { 
	color: #656565;
	margin: 0 0 0 25px;
	font-weight: 400;
	font-size: 10pt;
}

section.route-options div.route.current &gt; header h3 {
	font-size: 10pt; 
	color: black;
}

section.route-options div.route div.legs { 
        border: 0px;
        margin-left: 0px;
	display: none;
}
section.route-options div.route.current div.legs { display: block; }
section.route-options div.legs &gt; div { margin-bottom: 0px; }

section.route-options div.legs &gt; div.origin { background: url('//mapstest.amtrak.com/trip-planner/img//green-route.png') no-repeat top left; }
section.route-options div.legs &gt; div.transfer { background: url('//mapstest.amtrak.com/trip-planner/img//grey-route.png') no-repeat top left; }
section.route-options div.legs &gt; div.destination { background: url('//mapstest.amtrak.com/trip-planner/img//red-route.png') no-repeat top left; }

section.route-options div.legs &gt; div &gt; img { 
	float: left; 
	position: relative;
	left: -8px; 
} 
section.route-options div.legs &gt; div &gt; div 
{ 
        margin-left: 25px;
        padding-bottom: 10px;
}
#controller &gt; section.route-options &gt; section { 
	padding-bottom: 0; 
	margin-left: -1px;
}

section.route-options div.legs div div.bus {
    background: url('//mapstest.amtrak.com/trip-planner/img//bus-icon.png') no-repeat top right;
    padding-right: 25px;
}
div.directions-form-tab-content-container { 
	padding: 20px; 
}
div.directions-form-tab-content-container div.steps { display: none; }
/* BT: 3667 - DS - 2014-10-11 */
div.steps-content { 
	margin: 10px 10px 0 10px; /*MB 3851*/
	max-height: 190px; 
	overflow-y: auto; 
	border: 1px solid #656565;
}
div.steps.collapsed div.steps-content { display: none; }
div.steps-content ol {
	padding-left: 35px;
	line-height: 1.5em;
}
div.steps img.header-down-arrow {
	position: absolute;	
	bottom: -10px;
}
div.steps.collapsed img.header-down-arrow { display: none; } 
section.stations-in-area.collapsed div.stations-content { display: none; }
div.station-has &gt; img, div.station-lacks &gt; img, img.station-has { 
	float: left;
	margin-left: 10px;
}
div.side-tabs &gt; div ul { 
	list-style-type: none;
	padding-left: 45px;
}
div.side-tabs &gt; div li {
	line-height: 18px;
	padding: 0 0 0 2px;
}

div.station-info &gt; div.side-tabs &gt; div &gt; p { margin-left: 45px; }

div.error-message {
	position: absolute;
	left: 50px;
	width: 370px;
	z-index: 9999;
	background: url('//mapstest.amtrak.com/trip-planner/img/error-icon.png') no-repeat 2% center;
	background-color: white;
	border: 1px solid #656565;
	box-shadow: 3px 3px 3px rgba( 0,0,0,0.3 );
	color: #0195ed;
	padding: 11px 10px 10px 30px;
	display: none;
}

div.directions-error{
	left: 30px !important;
    top: 18px !important;
    width: 351px !important;
	padding: 7px 10px 5px 30px !important; /*BT: 3764*/
}

div.reset-button-tooltip { 
	background-color: #ffffff; 
	border: 1px solid #656565;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba( 0,0,0,0.3 );
	position: absolute;
	right: 70px;
	top: 15px;
	padding: 5px;
	font-size: 11px;
	color: #0074bc;
	display: none;
}
div.controller-container.with-reverse-connector div.reset-button-tooltip { right: 95px; }
div.reset-button-tooltip img { 
	position: absolute;
	right: -9px;
}
div.side-tab-tooltip {
	background-color: #ffffff; 
	border: 1px solid #656565;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba( 0,0,0,0.3 );
	position: absolute;
	left: 50px;
	bottom: 13px;
	padding: 5px;
	font-size: 11px;
	color: #0074bc;
	display: none;
}
div.side-tab-tooltip img {
	position: absolute;
	left: -7px;
	padding-top:2px;
}
/*div.side-tabs &gt; div li:first-child { line-height: 18px; } */



li.ticket-office div.side-tab-tooltip { width: 65px; }
li.quik-trak div.side-tab-tooltip { width: 59px; }
li.baggage-claim div.side-tab-tooltip { width: 87px; }
.ui-widget-content.from-to-autocomplete, #ui-id-2.ui-widget-content.from-to-autocomplete {
	border: 1px solid #656565;
	background-color: #ffffff;
	color: #656565;
	padding: 0;
	overflow: hidden;
	background-image: none;
}
.ui-widget.from-to-autocomplete, #ui-id-2.ui-widget { 
	font-size: 10px;
	max-width:412px;
	background-color: #fff;
	border: 1px solid #656565;
	font-size: 14px;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	line-height: 1.15;
	color: #004d6e;
	max-height: 85vh;
	overflow-y: auto;
}
.ui-widget-content.from-to-autocomplete .ui-state-focus, #ui-id-2.ui-widget-content .ui-state-focus { 
	border-top: 1px solid #656565;
	border-bottom: 1px solid #656565;
	border-left: none;
	border-right: none;
	background-color: #e8f1f7;
	font-weight: normal;
	color: #656565;
	background-image: none;
}
#ui-id-2.ui-menu { padding: 0;}
img.bus-icon { 
	float: right;
	margin-right: 10px;	
	margin-left: 5px; /*10/6/2014 MB: #3599*/
}
.station-info .features li, .station-info .parking li {
	position: relative;
}
.station-info .features li img.accessible, .station-info .parking li img.accessible {
	position: absolute;
	top: -4px;
}
div.station-features-notes { margin: 0 0 20px 0; }
div.station-hours table { margin-left: 35px; }
div.station-hours td { padding: 0 10px; }
img.reverse-icon { cursor: pointer; }

button.back-to-routes {
    float: left;
    margin-left: 35px;
    display: none;
    padding-right: 7px;
}
/* BT: 3667 - DS - 2014-10-11 */
button img { margin-left: 5px; }
section.route-options div.error-routes {
    background: url('//mapstest.amtrak.com/trip-planner/img/error-icon.png') no-repeat 18px center;
    background-color: white;
    border: 1px solid #656565;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    color: #0195ed;
    padding: 15px 10px 15px 50px;
}
/* 3635 - DS - 2014-10-11 */
#compatmode {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top: 0px;
	left: 0px;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	display: none;
}
#compatmode_content {
	position: absolute;
	background-image:url( '//mapstest.amtrak.com/trip-planner/img//ErrorMessage_Compatibility.jpg' );
	z-index: 900;
	height: 69px;
	width: 375px;
	left: 45%;
	top: 50%;
	margin-left: -120px;
	margin-top: -45px;
	border:1px solid black;
}
.compatmode_content_text {
	font-size:8pt;
	font-family: 'Lato',sans-serif !important;
	margin-left: 7px;
	margin-top: 40px;
	text-align:left;
}

#loading{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.50;
	filter: alpha(opacity=50);
	top: 0px;
	left: 0px;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	display: none;
}
#loading_content {
	position: absolute;
	background-image:url( '//mapstest.amtrak.com/trip-planner/img//loading.gif' );
	z-index: 900;
	height: 42px;
	width: 42px;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -46px;
	background-repeat:no-repeat;
}



div.print{ display: none !important; } /* BT: 3556 - DS -2014-10-11 */
div.directions-field-container { position: relative; }
div.directions-field-shim {
	background-color: white;
	height: 8px;
	width: 2px;
	position: absolute;
}
div.directions-field-shim.front { left: 27px; }
div.directions-field-shim.back { right: 14px; }
div.directions-field-destination, div.directions-field-origin { margin: 7px 0 7px 39px; }
img.switch-directions { cursor: pointer; }

div.self-transfer{
	color:#0195ed;
	font-size:9pt;
}
div.self-transfer strong{
	color:#000;
	font-size:10pt;
}

div.searchingplaces
{
background: url("//mapstest.amtrak.com/trip-planner/img/loading_places.gif") no-repeat scroll 17px 4px #fff !important;
min-height: 20px !important;
}

div.fromDateError, div.toDateError, div.dateError { 
        background: url('//mapstest.amtrak.com/trip-planner/img//error-icon.png') no-repeat scroll 2% top #ffffff;
	border: 1px solid #656565;
	/* border-radius: 5px; */
	/* box-shadow: 3px 3px 3px rgba( 0,0,0,0.3 ); */
	position: absolute;
	left: 122px;
	top: 0px;
	padding: 2px 5px 7px 25px;
	font-size: 10px;
	color: #0074bc;
	/* display: none; */
        z-index: 1;
        white-space: nowrap;
        height: 30px;
}
div.fromDateError img, div.toDateError img { 
	position: absolute;
	left: -7px;
        top: 16px;
}
div.errorArrow{
	float: left;
    left: -7px;
    position: absolute;
    top: 14px;
}

.right{
	text-align:right !important;
	margin-left: 64px !important;
}
/*class to force more detials for google parkin*/
.parkname{
	width: 293px !important;
}

.park{
width: 102px !important; 
}

.gm-style { 
    font-size: 12px;
}
/*Classes for hiding the route options*/
.hidden
{
	display:none;
}
.bottomBorderOverride{
	border-bottom:0px solid red!important;
}


.aoeu {
	padding: 5px 10px;
	margin: 5px 5px 0px 5px;
}
.ui-autocomplete-category{
    background: #f2f6f7;
    border: 1px solid transparent;
    font-weight: 600;
}
.ui-menu.from-to-autocomplete li, #ui-id-2.ui-widget li {
    padding: 5px 10px;
	margin: 5px 5px 0px 5px;
	width: auto;
}
.ui-menu.from-to-autocomplete li:hover, #ui-id-2.ui-widget li:hover {
	background-color: #e6e9eb;
}
@font-face {
    font-family: "icons";
    src: url("../fonts/icon-fonts.woff") format('woff');
}
.station-tab-container__tablist_icon {
    font-size: 16px;
    line-height: 1em;
    padding-left: 2px;
	top: calc(50% - 8px);
	position: absolute;
}
.f-icon__assistance:before {
	content: "\f153";
	display: inline-block;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.side-tabs &gt; ul .station-tab-container__tablist_icon {
	font-size: 36px;
	position: relative;
	top: 0;
	color: #74b2dd;
}
.side-tabs &gt; ul .station-tab-container__tablist_icon:before {
	font-weight: 700;
} 
.side-tabs &gt; ul li.current .station-tab-container__tablist_icon {
	color: #0071b8;
}</pre></body></html>