/*= Styles for the homepage content
*******************************************************************************/
body {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}

.error {
	padding: 5px;
  background-color: #DEDEDE;
  border: 1px solid #C4C4C4;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 10px 0;
}
.error header {
	border: 1px solid #3790BC;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 5px 12px 5px;
  background-color: #4FA7D3;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
}
.error ul {
	padding: 10px 0 0 0;
}
.error strong {
	font-weight: bold;
}
.error em {
	font-style: italic;
}
.error li {
	font-size: 1.4em;
}
.error li:last-child {
	margin-top: 5px;
}

.usrmsg {
	padding: 5px;
  background-color: #DEDEDE;
  border: 1px solid #C4C4C4;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 10px 0;
}
.usrmsg header {
	border: 1px solid #3790BC;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 5px 12px 5px;
  background-color: #4FA7D3;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
}
.usrmsg ul {
	padding: 10px 0 0 0;
}
.usrmsg strong {
	font-weight: bold;
}
.usrmsg em {
	font-style: italic;
}
.usrmsg li {
	font-size: 1.4em;
}
.usrmsg li:last-child {
	margin-top: 5px;
}

.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  overflow: hidden;
  -webkit-animation: load8 0.8s infinite linear;
     -moz-animation: load8 0.8s infinite linear;
      -ms-animation: load8 0.8s infinite linear;
          animation: load8 0.8s infinite linear;
}
.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}



#selector {
	
}
#selector .chosen-container {
	font-size: 10px;
}
#selector label {
	font-size: 1.16em;
	font-weight: bold;
	display: inline-block;
	width: 70px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}
#selector label em {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
#selector #agency {
	position: relative;
}
#agency select {
	width: 580px;
	background-color: #00AFBD;
	color: #fff;
	font-size: 2.8em;
	padding: 8px 10px;
	border: none;
}
#agency .chosen-container, #agency .chosen-single {
	box-shadow: none;
	height: auto;
	line-height: normal;
	background-clip: padding-box;
	background: none;
	border-radius: 4px;
}
#agency .chosen-single {
	border: 0px;			
	padding: 10px 8px;			
	background-color: #00AFBD;			
	border-radius: initial;
}
#agency .chosen-single:hover {
	border-color: #74a81a;
	-webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
		
}
#agency .chosen-container-active, #agency .chosen-single-with-drop {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#agency .chosen-single span {
	font-size: 20px;
	font-weight:bold;			
    color: #fff;			
    margin: 0;			
    background: transparent url(/images/icons/droparrow_white.png) right 55% no-repeat;			
    background-clip: border-box;		
    background-clip: content-box;			
    box-shadow: inset 0 0 2px 14px rgba(0, 0, 0, 0);
	
}
#agency .chosen-single div {
	display: none;
}
#agency .chosen-drop {
	border: 1px solid #b2b2b2;
	border-top: 1px solid #486D00;
	border-radius: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: none;
}
#agency .chosen-drop li {
	padding: 10px 5px 10px 100px;
	padding: 10px 5px 10px 115px;
}
#agency .chosen-search input {
	font-size: 1.3em;
}
#agency .chosen-results .group-result {
	color: #333;
	font-size: 18px;
	border-top: #b2b2b2 1px solid;
	background: none;
	padding-left: 10px;
}
#agency .chosen-results .group-result:first-child {
	border-top: none;
}
#agency .chosen-results li {
	font-size: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(/images/public/logos_sprite.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* Organized by state or region, and alphabetized within state/region.  Please keep to this */

#agency .chosen-results li {
    background-position: left -6450px;
}

/* DEFAULT "Under Construction" logo */
#agency .chosen-results li._banff {
    background-position: left 0;
}

#agency .chosen-results li._bowvalley {
    background-position: left 0;
}

#agency .chosen-results li._bowvalley-test {
    background-position: left 0;
}

/* Alberta */
#agency .chosen-results li._stalbert {
    background-position: left -50px;
}

#agency .chosen-results li._stalbert-test {
    background-position: left -50px;
}

#agency .chosen-results li._yuma {
    background-position: left -100px;
}

/* Arizona */
#agency .chosen-results li._cat {
    background-position: left -150px;
}

/* Arkansas */
#agency .chosen-results li._brisbane {
    background-position: left -6500px;
}

/* Austrailia */
#agency .chosen-results li._logancity {
    background-position: left -6550px;
}

#agency .chosen-results li._barbados {
    background-position: left -5450px;
}

#agency .chosen-results li._actransit {
    background-position: left -7200px;
}

/* California Northern */
#agency .chosen-results li._actransit-test {
    background-position: left -7200px;
}

#agency .chosen-results li._amador {
    background-position: left -250px;
}

#agency .chosen-results li._bawt {
    background-position: left -600px;
}

#agency .chosen-results li._bawt-test {
    background-position: left -600px;
}

#agency .chosen-results li._dumbarton {
    background-position: left -300px;
}

#agency .chosen-results li._dumbarton-test {
    background-position: left -300px;
}

#agency .chosen-results li._eastern-sierra {
    background-position: left -350px;
}

#agency .chosen-results li._eastern-sierra-test {
    background-position: left -350px;
}

#agency .chosen-results li._emery {
    background-position: left -400px;
}

#agency .chosen-results li._emery-avas {
    background-position: left -400px;
}

#agency .chosen-results li._emery-test {
    background-position: left -400px;
}

#agency .chosen-results li._escalon {
    background-position: left -5500px;
}

#agency .chosen-results li._escalon-test {
    background-position: left -5500px;
}

#agency .chosen-results li._kaiser-oak {
    background-position: left -450px;
}

#agency .chosen-results li._kaiser-oak-test {
    background-position: left -450px;
}

#agency .chosen-results li._lbl {
    background-position: left -500px;
}

#agency .chosen-results li._palo-alto-va {
    background-position: left -6200px;
}

#agency .chosen-results li._sf-mission-bay {
    background-position: left -550px;
}

#agency .chosen-results li._sf-muni {
    background-position: left -650px;
}

#agency .chosen-results li._sf-muni-test {
    background-position: left -650px;
}

#agency .chosen-results li._tahoe {
    background-position: left -8200px;
}

#agency .chosen-results li._tahoe-test {
    background-position: left -8200px;
}

#agency .chosen-results li._ucb {
    background-position: left -8250px;
}

#agency .chosen-results li._ucb-test {
    background-position: left -8250px;
}

#agency .chosen-results li._lga {
    background-position: left -8300px;
}

#agency .chosen-results li._m-1rail {
    background-position: left -8350px;
}

#agency .chosen-results li._tuolumne {
    background-position: left -8400px;
}

#agency .chosen-results li._tuolumne-test {
    background-position: left -8400px;
}

#agency .chosen-results li._valley-express {
    background-position: left -8450px;
}

#agency .chosen-results li._kaiser-rose {
    background-position: left -8500px;
}

#agency .chosen-results li._ucsf {
    background-position: left -800px;
}

#agency .chosen-results li._ucsf-test {
    background-position: left -800px;
}

#agency .chosen-results li._unitrans {
    background-position: left -750px;
}

#agency .chosen-results li._unitrans-test {
    background-position: left -750px;
}

#agency .chosen-results li._camarillo {
    background-position: left -850px;
}

/* California-Southern */
#agency .chosen-results li._foothill {
    background-position: left -900px;
}

#agency .chosen-results li._foothill-test {
    background-position: left -900px;
}

#agency .chosen-results li._glendale {
    background-position: left -950px;
}

#agency .chosen-results li._glendale-test {
    background-position: left -950px;
}

#agency .chosen-results li._lametro {
    background-position: left -1050px;
}

#agency .chosen-results li._lametro-test {
    background-position: left -1050px;
}

#agency .chosen-results li._lametro-rail {
    background-position: left -1050px;
}

#agency .chosen-results li._lametro-rail-test {
    background-position: left -1050px;
}

#agency .chosen-results li._moorpark {
    background-position: left -1100px;
}

#agency .chosen-results li._nctd {
    background-position: left -1150px;
}

#agency .chosen-results li._nctd-test {
    background-position: left -1150px;
}

#agency .chosen-results li._ojai {
    background-position: left -1200px;
}

#agency .chosen-results li._omnitrans {
    background-position: left -1250px;
}

#agency .chosen-results li._omnitrans-test {
    background-position: left -1250px;
}

#agency .chosen-results li._playa-vista {
    background-position: left -7550px;
}

#agency .chosen-results li._playa-vista-test {
    background-position: left -7550px;
}

#agency .chosen-results li._pvpta {
    background-position: left -6100px;
}

#agency .chosen-results li._simi-valley {
    background-position: left -1350px;
}

#agency .chosen-results li._south-coast {
    background-position: left -7750px;
}

#agency .chosen-results li._south-coast-test {
    background-position: left -7750px;
}

#agency .chosen-results li._thousand-oaks {
    background-position: left -7400px;
}

#agency .chosen-results li._thousand-oaks-test {
    background-position: left -7400px;
}


#agency .chosen-results li._kaiser-sf {
    background-position: left -7950px;
}

#agency .chosen-results li._kaiser-sf-test {
    background-position: left -7950px;
}

#agency .chosen-results li._laguardia {
    background-position: left -8000px;
}

#agency .chosen-results li._burb-bhop {
    background-position: left -9000px;
}

#agency .chosen-results li._burb-bhop-test {
    background-position: left -9000px;
}

#agency .chosen-results li._vacaville {
    background-position: left -9050px;
}

#agency .chosen-results li._vacaville-test {
    background-position: left -9050px;
}

#agency .chosen-results li._links {
    background-position: left -9100px;
}

#agency .chosen-results li._fairfax {
    background-position: left -9150px;
}

#agency .chosen-results li._fairfax-test {
    background-position: left -9150px;
}

#agency .chosen-results li._pct {
    background-position: left -8150px;
}

#agency .chosen-results li._pct-test {
    background-position: left -8150px;
}

#agency .chosen-results li._cha {
    background-position: left -7850px;
}

#agency .chosen-results li._cha-test {
    background-position: left -7850px;
}


#agency .chosen-results li._fast {
    background-position: left -7900px;
}

#agency .chosen-results li._fast-test {
    background-position: left -7900px;
}

#agency .chosen-results li._atlanta-sc {
    background-position: left -7700px;
}

#agency .chosen-results li._atlanta-sc-test {
    background-position: left -7700px;
}

#agency .chosen-results li._ucla {
    background-position: left -1450px;
}

#agency .chosen-results li._universal-hwd {
    background-position: left -1500px;
}

#agency .chosen-results li._universal-hwd-test {
    background-position: left -1500px;
}

#agency .chosen-results li._vista {
    background-position: left -7800px;
}

#agency .chosen-results li._vista-test {
    background-position: left -7800px;
}

#agency .chosen-results li._west-hollywood {
    background-position: left -6750px;
}

#agency .chosen-results li._west-hollywood-test {
    background-position: left -6750px;
}

#agency .chosen-results li._blackhawk {
    background-position: left -1600px;
}

/* Colorado */
#agency .chosen-results li._denver-rtd {
    background-position: left -1650px;
}

#agency .chosen-results li._denver-rtd-test {
    background-position: left -1650px;
}

#agency .chosen-results li._vail {
    background-position: left -1700px;
}

#agency .chosen-results li._delaware {
    background-position: left -1750px;
}

/* Delaware */
#agency .chosen-results li._dc-circulator {
    background-position: left -1800px;
}

/* DC */
#agency .chosen-results li._vadc {
    background-position: left -6150px;
}

/*
#agency .chosen-results li._wmata {
    background-position: left -1850px;
}

#agency .chosen-results li._wmata-test {
    background-position: left -1850px;
}
*/

#agency .chosen-results li._ftmyers {
    background-position: left -1900px;
}

/* Florida */
#agency .chosen-results li._ftmyers-test {
    background-position: left -1900px;
}

#agency .chosen-results li._i-ride {
    background-position: left -1950px;
}

#agency .chosen-results li._i-ride-test {
    background-position: left -1950px;
}

#agency .chosen-results li._jta {
    background-position: left -5550px;
}

#agency .chosen-results li._jta-test {
    background-position: left -5550px;
}

#agency .chosen-results li._jtafla {
    background-position: left -5550px;
}

#agency .chosen-results li._jtafla-test {
    background-position: left -5550px;
}

#agency .chosen-results li._nova-se {
    background-position: left -2000px;
}

#agency .chosen-results li._sria {
    background-position: left -2050px;
}

#agency .chosen-results li._georgia-college {
    background-position: left -2100px;
}

/* Georgia */
#agency .chosen-results li._georgia-state {
    background-position: left -2150px;
}

#agency .chosen-results li._georgia-tech {
    background-position: left -2200px;
}

#agency .chosen-results li._westmar {
    background-position: left -2250px;
}

#agency .chosen-results li._coralville {
    background-position: left -2300px;
}

/* Iowa */
#agency .chosen-results li._cyride {
    background-position: left -2350px;
}

#agency .chosen-results li._cyride-test {
    background-position: left -2350px;
}

#agency .chosen-results li._indianapolis-air {
    background-position: left -6250px;
}

#agency .chosen-results li._iowa-city {
    background-position: left -2400px;
}

#agency .chosen-results li._uiowa {
    background-position: left -2450px;
}

#agency .chosen-results li._wku {
    background-position: left -2500px;
}

/* Kentucky */
#agency .chosen-results li._selkirk {
    background-position: left -2550px;
}

/* Maine*/


/* Manitoba */
#agency .chosen-results li._charm-city {
    background-position: left -2650px;
}

/* Maryland */
#agency .chosen-results li._collegetown {
    background-position: left -2700px;
}

#agency .chosen-results li._howard {
    background-position: left -2600px;
}

#agency .chosen-results li._howard-old {
    background-position: left -2600px;
}

#agency .chosen-results li._howard-test {
    background-position: left -2600px;
}

#agency .chosen-results li._howardpt {
    background-position: left -2600px;
}

#agency .chosen-results li._johns-hopkins {
    background-position: left -2750px;
}

#agency .chosen-results li._jhu-apl {
    background-position: left -2750px;
}

#agency .chosen-results li._loyola {
    background-position: left -2800px;
}

#agency .chosen-results li._loyola-test {
    background-position: left -2800px;
}

#agency .chosen-results li._maryland {
    background-position: left -5600px;
}

#agency .chosen-results li._maryland-test {
    background-position: left -5600px;
}

#agency .chosen-results li._pgc {
    background-position: left -2850px;
}

#agency .chosen-results li._pgcpt {
    background-position: left -2850px;
}

#agency .chosen-results li._salisbury {
    background-position: left -6350px;
}

#agency .chosen-results li._towson {
    background-position: left -2900px;
}

#agency .chosen-results li._towson-test {
    background-position: left -2900px;
}

#agency .chosen-results li._ubalt {
    background-position: left -2950px;
}

#agency .chosen-results li._umd {
    background-position: left -3000px;
}

#agency .chosen-results li._brockton {
    background-position: left -3050px;
}

/* Massachusetts */
#agency .chosen-results li._brockton-test {
    background-position: left -3050px;
}

#agency .chosen-results li._ccrta {
    background-position: left -3100px;
}

#agency .chosen-results li._ccrta-test {
    background-position: left -3100px;
}

#agency .chosen-results li._charles-river {
    background-position: left -3150px;
}

#agency .chosen-results li._lasell {
    background-position: left -3200px;
}

#agency .chosen-results li._mbta {
    background-position: left -3250px;
}

#agency .chosen-results li._mbta-test {
    background-position: left -3250px;
}

#agency .chosen-results li._mit {
    background-position: left -3300px;
}

#agency .chosen-results li._umn-twin {
    background-position: left -3350px;
}

/* Minnesota */
#agency .chosen-results li._oxford-ms {
    background-position: left -3400px;
}

/* Mississippi */
#agency .chosen-results li._reno {
    background-position: left -3450px;
}

/* Nevada */
#agency .chosen-results li._reno-test {
    background-position: left -3450px;
}

#agency .chosen-results li._stjohn {
    background-position: left -3500px;
}

/* New Brunswick */
#agency .chosen-results li._stjohn-test {
    background-position: left -3500px;
}

#agency .chosen-results li._unh {
    background-position: left -3550px;
}

/* New Hampshire */
#agency .chosen-results li._unh-test {
    background-position: left -3550px;
}

#agency .chosen-results li._montclair {
    background-position: left -3600px;
}

/* New Jersey */
#agency .chosen-results li._rutgers-newark {
    background-position: left -3650px;
}

#agency .chosen-results li._rutgers {
    background-position: left -3700px;
}

#agency .chosen-results li._nm-st {
    background-position: left -3750px;
}

/* New Mexico */
#agency .chosen-results li._ccny {
    background-position: left -3800px;
}

/* New York */
#agency .chosen-results li._da {
    background-position: left -3850px;
}

#agency .chosen-results li._bronx {
    background-position: left -3900px;
}

#agency .chosen-results li._bronx-test {
    background-position: left -3900px;
}

#agency .chosen-results li._brooklyn {
    background-position: left -3900px;
}

#agency .chosen-results li._brooklyn-test {
    background-position: left -3900px;
}

#agency .chosen-results li._staten-island {
    background-position: left -3900px;
}

#agency .chosen-results li._staten-island-test {
    background-position: left -3900px;
}

#agency .chosen-results li._nyu {
    background-position: left -3900px;
}

#agency .chosen-results li._nywt {
    background-position: left -3900px;
}

#agency .chosen-results li._purchase {
    background-position: left -6700px;
}

#agency .chosen-results li._roosevelt {
    background-position: left -3950px;
}

#agency .chosen-results li._art {
    background-position: left -6600px;
}

/* North Carolina */
#agency .chosen-results li._chapel-hill {
    background-position: left -4000px;
}

#agency .chosen-results li._chapel-hill-test {
    background-position: left -4000px;
}

#agency .chosen-results li._ecu {
    background-position: left -8550px;
}

#agency .chosen-results li._psu {
    background-position: left -8600px;
}

#agency .chosen-results li._psu-test {
    background-position: left -8600px;
}

#agency .chosen-results li._gillig {
    background-position: left -8700px;
}

#agency .chosen-results li._ewr {
    background-position: left -8750px;
}

#agency .chosen-results li._nasa-goddard {
    background-position: left -8800px;
}

#agency .chosen-results li._geg {
    background-position: left -8850px;
}

#agency .chosen-results li._jfk {
    background-position: left -8900px;
}

#agency .chosen-results li._amc {
    background-position: left -8950px;
}

#agency .chosen-results li._elon {
    background-position: left -4100px;
}

#agency .chosen-results li._great {
    background-position: left -5650px;
}

#agency .chosen-results li._great-test {
    background-position: left -5650px;
}

#agency .chosen-results li._highpoint {
    background-position: left -6050px;
}

#agency .chosen-results li._highpoint-test {
    background-position: left -6050px;
}

#agency .chosen-results li._winston-salem {
    background-position: left -4150px;
}

#agency .chosen-results li._winston-salem-test {
    background-position: left -4150px;
}

#agency .chosen-results li._wcu {
    background-position: left -6800px;
}

#agency .chosen-results li._vmc {
    background-position: left -6900px;
}

#agency .chosen-results li._vmc-test {
    background-position: left -6900px;
}

#agency .chosen-results li._case-western {
    background-position: left -4200px;
}

/* Ohio */
#agency .chosen-results li._case-western-test {
    background-position: left -4200px;
}

#agency .chosen-results li._ok-city {
    background-position: left -5700px;
}

/* Oklahoma */
#agency .chosen-results li._billybishop {
    background-position: left -6450px;
}

/* Ontario */
#agency .chosen-results li._ck-transit {
    background-position: left -6650px;
}

#agency .chosen-results li._stthomas {
    background-position: left -4250px;
}

#agency .chosen-results li._gotransit {
    background-position: left -5750px;
}

#agency .chosen-results li._gtaa {
    background-position: left -6000px;
}

#agency .chosen-results li._guelph {
    background-position: left -4300px;
}

#agency .chosen-results li._guelph-test {
    background-position: left -4300px;
}

#agency .chosen-results li._thunderbay {
    background-position: left -4350px;
}

#agency .chosen-results li._thunderbay-test {
    background-position: left -4350px;
}

#agency .chosen-results li._ttc {
    background-position: left -4400px;
}

#agency .chosen-results li._ttc-test {
    background-position: left -4400px;
}

#agency .chosen-results li._portland-sc {
    background-position: left -7100px;
}

#agency .chosen-results li._portland-sc-test {
    background-position: left -7100px;
}

/* Oregon */
#agency .chosen-results li._allegheny {
    background-position: left -4500px;
}

/* Pennsylvania */
#agency .chosen-results li._amerimar {
    background-position: left -5800px;
}

#agency .chosen-results li._calu-pa {
    background-position: left -4550px;
}

#agency .chosen-results li._penn {
    background-position: left -5850px;
}

#agency .chosen-results li._slippery-rock {
    background-position: left -4600px;
}

#agency .chosen-results li._temple {
    background-position: left -4650px;
}

#agency .chosen-results li._york-pa {
    background-position: left -4700px;
}

#agency .chosen-results li._citl {
    background-position: left -4750px;
}

/* Quebec */
#agency .chosen-results li._citl-test {
    background-position: left -4750px;
}

#agency .chosen-results li._stl {
    background-position: left -4800px;
}

#agency .chosen-results li._stl-test {
    background-position: left -4800px;
}

#agency .chosen-results li._stl-next {
    background-position: left -4800px;
}

#agency .chosen-results li._stl-next-test {
    background-position: left -4800px;
}

#agency .chosen-results li._sherbrooke {
    background-position: left -6400px;
}

#agency .chosen-results li._usc {
    background-position: left -4850px;
}

/* South Carolina */
#agency .chosen-results li._arlington {
    background-position: left -4900px;
}

/* Texas */
#agency .chosen-results li._ft-worth {
    background-position: left -9200px;
}

#agency .chosen-results li._ft-worth-test {
    background-position: left -9200px;
}

#agency .chosen-results li._manteca-transit {
    background-position: left -9250px;
}

#agency .chosen-results li._lincolnlab {
    background-position: left -9350px;
}

#agency .chosen-results li._houston-metro {
    background-position: left -9400px;
}

#agency .chosen-results li._solano-express {
    background-position: left -9450px;
}

#agency .chosen-results li._solano-express-test {
    background-position: left -9450px;
}

#agency .chosen-results li._sfasu {
    background-position: left -5000px;
}

#agency .chosen-results li._tx-st {
    background-position: left -5050px;
}

#agency .chosen-results li._uhouston {
    background-position: left -5900px;
}

#agency .chosen-results li._alexandria {
    background-position: left -5950px;
}

/* Virginia */

#agency .chosen-results li._gmu {
    background-position: left -5150px;
}

#agency .chosen-results li._hdpt {
    background-position: left -5200px;
}

#agency .chosen-results li._hdpt-test {
    background-position: left -5200px;
}

#agency .chosen-results li._radford {
    background-position: left -5250px;
}

#agency .chosen-results li._writ {
    background-position: left -7500px;
}

#agency .chosen-results li._writ-test {
    background-position: left -7500px;
}


#agency .chosen-results li._kean {
    background-position: left -7600px;
}

#agency .chosen-results li._kean-test {
    background-position: left -7600px;
}


#agency .chosen-results li._seattle-sc {
    background-position: left -7650px;
}

#agency .chosen-results li._seattle-sc-test {
    background-position: left -7650px;
}


/* Washington */
#agency .chosen-results li._uw-mil {
    background-position: left -5400px;
}

/* Wisconsin */
#agency .chosen-results li._engr {
    background-position: left -6300px;
}

/* Umo IQ internal test */
#agency .chosen-results li._ithaca-test {
    background-position: left -6300px;
}

#agency .chosen-results li._sales {
    background-position: left -6300px;
}

#agency .chosen-results li._ops {
    background-position: left -6300px;
}

#agency .chosen-results li._gis-to-gtfs {
    background-position: left -6300px;
}

#agency .chosen-results li._dia {
    background-position: left -9500px;
}

#agency .chosen-results li._tl-bow {
    background-position: left -9550px;
}

#agency .chosen-results li._tl-inn {
    background-position: left -9600px;
}

#agency .chosen-results li._tl-mhb {
    background-position: left -9650px;
}

#agency .chosen-results li._tl-nsi {
    background-position: left -9700px;
}

#agency .chosen-results li._maine-med {
    background-position: left -9750px;
}


#agency .chosen-results li._cua {
    background-position: left -7000px;
}

#agency .chosen-results li._bigbluebus {
    background-position: left -7050px;
}

#agency .chosen-results li._bigbluebus-test {
    background-position: left -7050px;
}

#agency .chosen-results li._uk-mcgills {
    background-position: left -7150px;
}

#agency .chosen-results li._appcart {
    background-position: left -7250px;
}

#agency .chosen-results li._appalcart {
    background-position: left -7250px;
}

#agency .chosen-results li._dc-streetcar {
    background-position: left -7300px;
}

#agency .chosen-results li._sct {
    background-position: left -7450px;
}

#agency .chosen-results li._sct-test {
    background-position: left -7450px;
}

#agency .chosen-results li.highlighted {
	color: #003366;
}
#agency #chng {
	display:none;
	position: absolute;
	top: 1px;
	right: 4px;	
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: -1px 0 0 #555; /* what is 50% #000 */
}

#geo div {
	margin: 0 0 5px 0;
}
#geo select {
	width: 502px;
}
#geo #destinations_chzn {
	width: 502px !important; /* chozen not honoring set widths when element is first hidden */
}
#geo .chosen-container, #geo .chosen-single {
	box-shadow: none;
	margin-top:3px;
	margin-bottom:3px;
	height: auto;
	line-height: normal;
	background-clip: padding-box;
	background: none;
}
#geo .chosen-container {
	vertical-align: middle;
}
#geo .chosen-single {
	padding: 6px 10px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
#geo .chosen-container-active, #geo .chosen-single-with-drop {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#geo .chosen-single div {
	display: none;
}
#geo .chosen-single span {
	margin: 0;
	font-size: 1.6em;
	color: #333;
	background: transparent url(/images/icons/droparrow_white.png) right center no-repeat;
	background-clip: padding-box;
}
#geo .chosen-drop {
	border: 1px solid #c1c1c1;
	border-top: none;
	border-radius: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: none;
}
#geo .chosen-search {
	margin: 0;
	padding: 3px 4px;
	padding: 3px;
}
#geo .chosen-search input {
	font-size: 1.4em;
}
#geo .chosen-results {
	margin: 0;
}
#geo .chosen-results li {
	font-size: 1.4em;
}



#stop_code_input {
  font-size: 1.6em;
  padding: 6px 10px;
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background: linear-gradient(180deg, #ffffff, #f1f1f1);
  border: 1px solid #c1c1c1;
  border-radius: 3px;
}
#stop_code_error, #stop_code_msg {
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}
#stop_code_error {
  color: #FF0000;
  font-style: italic;
}
#pred {
	border: 1px solid #007e88;
	margin-bottom:10px;
	margin-top:-4px;
}
#prediction {
		background-color:#00adbb;
		background-image: url(/images/public/uilayout/MapGraphicBG_Aqua.jpg);
}
#prediction.dimly {						
	-webkit-animation: blurfade 0.5s ease-in forwards;
	-moz-animation: blurfade 0.5s ease-in forwards;
	-ms-animation: blurfade 0.5s ease-in forwards;
	animation: blurfade 0.5s ease-in forwards;		
}
#prediction.normy {
	-webkit-animation: blurfade 0.3s ease-in reverse;
	-moz-animation: blurfade 0.3s ease-in reverse;
	-ms-animation: blurfade 0.3s ease-in reverse;
	animation: blurfade 0.3s ease-in reverse;				
}

#messages {
	display:none;
	min-height:30px;
	border: 1px solid #007e88;
	overflow: hidden;
	background: #007e88;
}
#messages li {
	background-color: #007e88;
	padding: 7px;
	border-bottom: 1px solid #9FC3D6;
	line-height: 18px;
	font-size: 1.4em;
	color: #fff;
}
#messages li:last-child {
	border-bottom: none;
}
#pred #pre_vals {
	position: relative;
}
.showMapdiv{		
	   background: #007e88;		
    padding: 23px;		
    position: relative;		
    border-bottom: 1px solid rgba(245, 245, 245, 0.65);		
}
#pred #pre_vals a {
	position: absolute;
	right: 10px;
	display: inline-block;
	font-size: 1.3em;
	padding: 1px 0 1px 20px;
}
#pred  p#in {
	display: none;/* see if anybody misses it */
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 2em;
	font-weight: bold;
}
#pred p#in.departure {
	
}
#values {
	margin: 0 auto 0 auto;
	width:100%;
}
#values td {
	font-size: 3.2em;
	font-weight: bold;
}
#values tr{		
	border-bottom: 1px solid rgba(245, 245, 245, 0.65);		
	color: #f5f5f5;		
}
#values td:first-child {
	text-align: right;
	padding-right: 10px;
}
#values tr[0] {
	line-height: 110px;
}
.firstclass {
	color:#fff;
    font-size:94px !important;
}
.secondclass {
	color:#fff;
    font-size:48px !important;
}
.thirdclass {
	color:#fff;
    font-size:30px !important;
}
.pred_div{
	 padding-top:10px;padding-bottom: 10px;border-bottom: 1px solid #ccc;
}
.pred_head{
	color: #fff; text-align: center;font-size: 15px;
}
#values tr:first-child td:first-child {
	font-size: 94px;
}
#values tr.veh_present td:first-child {
	padding-right: 0;
	text-align: center;
	font-size: 10em;
	padding-bottom: 10px;
/*	-webkit-animation: blink 1s step-start 0s infinite;
	-moz-animation: blink 1s step-start 0s infinite;
	-ms-animation: blink 1s step-start 0s infinite;
	-o-animation: blink 1s step-start 0s infinite;
	animation: blink 1s step-start 0s infinite;*/
	/* use JS | HTML+TIME for IE 8 */	
}
#values tr.veh_present:nth-child(2) td:first-child {
	display: none;/* hide second arriving/departing prediction if present */
	text-decoration: none;
	font-size: 8em;
	padding-bottom: 6px;
}
#values tr:first-child td:last-child {
	font-size: 6.5em;
}
#values td.dir {
	padding-top: 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	padding-right: 0;	
	/*word-break:break-all;*/
    line-height:1.2em;
    word-wrap: break-word;

}
#values tr:nth-child(2) td.dir {
	line-height: 1.2em;
}
#values tr:nth-child(2) td, #values tr:nth-child(4) td {
	padding-bottom: 8px;
	padding-top: 8px;	
}
#values tr:nth-child(2) td.dir {
	padding-bottom: 12px; /*accommodate for adjusted line-height */
}
#values tr.predtime td:first-child {
	padding-right: 0;
	text-align: center;
}
#values tr:nth-child(3) td{		
	padding-bottom: 5px;		
	padding-top: 5px;		
	font-size: 30px;	
	border-top:1px solid rgba(245, 245, 245, 0.65);	
}
#values tr:nth-child(5) td{		
	
	border-top:1px solid rgba(245, 245, 245, 0.65);	
}
#pred p.nopred {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	color:#fff;
}
#pred footer {
	padding: 20px 0 10px 0;
	text-align: center;
	color:#fff;		
	background:#007e88;		
	border:1px solid #007e88;
}
#pred footer p {
	font-size: 1.6em;
	color: #f5f5f5;
}
#pred #asterick {
	color: #333;
	font-size: 11px;
	padding-top: 3px;
}
#mappane {
	position: relative;
	margin-top: 5px;
	display: none;
	overflow: hidden;
}
#mappane.large {
	left: -191px;
	width: 950px;
	height: 750px;
	z-index: 1; /* so it doesn't sit on top of the phone icon when no destination stop */
}
#minipreds, #mappane ul {
	position: absolute;
	z-index: 1;
	background-color: #CBE5F2;
	border: 1px solid #9FC3D6;
	border-radius: 3px;
	padding: 10px;
	-webkit-box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-ms-box-shadow: 0 0 1px #888;
	-o-box-shadow: 0 0 1px #888;
	box-shadow: 0 0 1px #888;
}
#minipreds  {
	left: 6px;
	top: 6px;
}
#minipreds td {
	font-size: 2em;
	font-weight: bold;
}
#minipreds td:first-child {
	text-align: right;
	padding: 0 7px 0 0;
}
#minipreds tr:first-child td {
	font-size: 4.5em;
}
#minipreds tr:nth-child(2) td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#minipreds tr.veh_present td {
	padding-right: 0;
	text-align: center;
	/*text-decoration: blink;*/
	font-size: 4em;
	/*-webkit-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	-moz-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	-ms-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	-o-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/	
}
#minipreds tr.veh_present:nth-child(2) td {
	display: none; /* hide second arriving/departing prediction if present */
}
#mappane ul {
	right: 6px;
	top: 6px;
	padding: 5px 10px;
}
#mappane li {
	display: inline;
	padding: 2px 8px 2px 15px;
	background: transparent url(/images/icons/blue_plus.png) left center no-repeat;
}
#mappane li.enlarged {
	background-image: url(/images/icons/blue_minus.png);
}
#mappane li:last-child {
	background-image: url(/images/icons/globe.png);
	padding: 2px 0 2px 20px;
}
#mappane li a {
	font-size: 1.3em;
}
#mappane #map {
	width: 566px;
	height: 300px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	background-color: #fff;
}
#mappane #map.large {
	width: 948px;
	height: 748px;
}
#coincident {
	position: relative;
	background-color: #dedede;
	border: 1px solid #c4c4c4;
}
#coincident h4 {
	font-size: 2em;
	padding: 0 0 10px 0;
	padding-left: 10px;		
    margin-top: 10px;		
    border-bottom: 1px solid #ccc;
}
#coincident table {
	margin: 0 auto;
	font-size: 1.4em;
	margin-left:8px;
}
#coincident td {
	padding: 3px 0;
}
#coincident td.pred, #coincident td.unit {
	font-weight: bold;
}
#coincident td.pred {
	text-align: right;
	padding:6px;
}
#coincident td.unit {
	padding-right: 5px;
	padding-left: 3px;
}
#coincident td.unit span {
	/*-webkit-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	-moz-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	-ms-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	-o-animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/	
}
#coincident.less tr.xtra {
	display: none;
}
#coincident p {
	padding: 10px 0 0 0;
	text-align: center;
}
#coincident a#seebtn {
	display: inline-block;
	font-weight: bold;
	padding-left: 15px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/icons/blue_minus.png);
}
#coincident.less a#seebtn {
	background-image: url(/images/icons/blue_plus.png);
}
#agency_info {/* some agencies don't have a postal code so no weather */
	margin-bottom: 10px;
}
#agency_info figcaption {
	padding: 7px 0 0 0;
}
#agency_info a {
	color:#000;
}
#weather {
	position: relative;
	min-height: 71px;
	margin-top:10px;
	   padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#weather figcaption {
	position: absolute;
	left: 70px;
}
#weather img {
	position: absolute;
}
#weather li {
	color: #333;
}
#weather #cur_temp {
	padding: 3px 0;
}
#sms {/* some agencies don't have a postal code so no weather */
	position: relative;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#sms img {display:none; }
#sms figcaption {
	position: absolute;
	/*left: 55px;*/
	top: 7px;
}
#sms dt, #sms dd {
	color: #333;
}
#sms dt:last-of-type {
	padding-top: 8px;
}

#sms strong {
	font-weight: bold;
}
#main p.user_msg {
	padding: 10px;
	line-height: 18px;
	background-color: yellow;
	border: 1px solid black;
	margin-bottom: 10px;
}
#main p.user_msg strong, #main p.user_msg em {
	font-weight: bold;
}
#main p.user_msg em {
	font-style: italic;
}
/*= IE
*******************************************************************************/
html.ie9 #agency .chosen-single {
	filter: none;
}
html.ie9 #pred {/* might just add this as a regular non-ie declaration */
	overflow: visible;
	width: 568px;
}

/*************************************CHOSEN SELECT ********************************************************/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/chosen-sprite.png') no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  padding: 8px;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: lightblue;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/images/chosen-spriteAt2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**************************************** END CHOSEN ***********************************************/


.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;

  overflow: hidden;
  -webkit-animation: load8 0.8s infinite linear;
  -moz-animation: load8 0.8s infinite linear;
  -ms-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}
.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

/* Embedded map vehicle icons */
.v-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 37px;
	height: 54px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/images/public/map/vehicon.png);
	cursor: pointer;
}
.v-box div.wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.v-box img {
	position: absolute;
	left: 9px;
	top: 10px;
	width: 20px;
	height: 20px;
}
.v-box img.icon {
	width: auto;
	height: auto;
	position: inherit;
}

.v-box2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 27px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/images/public/map/vehicon19x27.png);
	cursor: pointer;
}
.v-box2 div.wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.v-box2 img {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
}
.v-box2 img.icon {
	width: auto;
	height: auto;
	position: inherit;
}

.v-box3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 14px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/images/public/map/vehicon10x14.png);
	cursor: pointer;
}
.v-box div.wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.v-box img {
	position: absolute;
	left: 9px;
	top: 10px;
	width: 20px;
	height: 20px;
}
.v-box img.icon {
	width: auto;
	height: auto;
	position: inherit;
}

.elevated {
	z-index: 1000;
}
.sstrans {
	-webkit-transition: top 1000ms linear, left 1000ms linear;
	-moz-transition: top 1000ms linear, left 1000ms linear;
	-o-transition: top 1000ms linear, left 1000ms linear;
	-ms-transition: top 1000ms linear, left 1000ms linear;
	transition: top 1000ms linear, left 1000ms linear;
}
img._0 {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
img._15 {
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}
img._30 {
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
}
img._45 {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
img._60 {
	transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
}
img._75 {
	transform: rotate(75deg);
	-moz-transform: rotate(75deg);
	-webkit-transform: rotate(75deg);
	-o-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
}
img._90 {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
img._105 {
	transform: rotate(105deg);
	-moz-transform: rotate(105deg);
	-webkit-transform: rotate(105deg);
	-o-transform: rotate(105deg);
	-ms-transform: rotate(105deg);
}
img._120 {
	transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
}
img._135 {
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
img._150 {
	transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
}
img._165 {
	transform: rotate(165deg);
	-moz-transform: rotate(165deg);
	-webkit-transform: rotate(165deg);
	-o-transform: rotate(165deg);
	-ms-transform: rotate(165deg);
}
img._180 {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
img._195 {
	transform: rotate(195deg);
	-moz-transform: rotate(195deg);
	-webkit-transform: rotate(195deg);
	-o-transform: rotate(195deg);
	-ms-transform: rotate(195deg);
}
img._210 {
	transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-webkit-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
}
img._225 {
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}
img._240 {
	transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
}
img._255 {
	transform: rotate(255deg);
	-moz-transform: rotate(255deg);
	-webkit-transform: rotate(255deg);
	-o-transform: rotate(255deg);
	-ms-transform: rotate(255deg);
}
img._270 {
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}
img._285 {
	transform: rotate(285deg);
	-moz-transform: rotate(285deg);
	-webkit-transform: rotate(285deg);
	-o-transform: rotate(285deg);
	-ms-transform: rotate(285deg);
}
img._300 {
	transform: rotate(300deg);
	-moz-transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
}
img._315 {
	transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
}
img._330 {
	transform: rotate(330deg);
	-moz-transform: rotate(330deg);
	-webkit-transform: rotate(330deg);
	-o-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
}
img._345 {
	transform: rotate(345deg);
	-moz-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
}
/* END Embedded map vehicle icons */



/* animations */
@-webkit-keyframes fadeblink { from {opacity: 1;} to {opacity: 0;} }
@-moz-keyframes    fadeblink { from {opacity: 1;} to {opacity: 0;} }
@-o-keyframes      fadeblink { from {opacity: 1;} to {opacity: 0;} }
@keyframes fadeblink { from {opacity: 1;} to {opacity: 0;} } 
 
@-webkit-keyframes blink { 0% {opacity: 1.0;} 50% {opacity: 0.0;} 100% {opacity: 1.0;} }
@-moz-keyframes    blink { 0% {opacity: 1.0;} 50% {opacity: 0.0;} 100% {opacity: 1.0;} }
@-o-keyframes      blink { 0% {opacity: 1.0;} 50% {opacity: 0.0;} 100% {opacity: 1.0;} }
@keyframes blink { 0% {opacity: 1.0;} 50% {opacity: 0.0;} 100% {opacity: 1.0;} }

@-webkit-keyframes blurfade { 0% { -webkit-filter: blur(0.0); filter: blur(0.0); color: #333; } 50% { -webkit-filter: blur(2.0); filter: blur(2.0); color: #7f8c93; } 100% {-webkit-filter: blur(10.0); filter: blur(10.0); color: #cbe5f2; } }
@-moz-keyframes    blurfade { 0% { filter: blur(0.0); color: #333; } 50% { filter: blur(2.0); color: #7f8c93; } 100% { filter: blur(10.0); color: #cbe5f2; } }
@keyframes blurfade { 0% { filter: blur(0.0); color: #333; } 50% { filter: blur(2.0); color: #7f8c93; } 100% { filter: blur(10.0); color: #cbe5f2; } }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(0deg); } }
@-moz-keyframes    spin { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% {    -moz-transform: rotate(360deg); transform: rotate(0deg); } }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

