@import url("reset.css");
/********************************************
 Traffic Scotland
 Screen Layout CSS
 *********************************************
 /*  Colour Scheme
 ********************************************/
/*  Sizing
 ********************************************/
/*  Mixins
 ********************************************/
.hidden {
  display: none;
}
/*  Main Layout
 ********************************************/
html, body {
  background: #d8e5f0;
  color: #333;
}
body {
  font-size: 66%;
  font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif;
  line-height: 1;
  text-align: center;
}
textarea {
  font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif;
}
#pageholder {
  background: #fff;
  margin: 0 auto;
  max-width: 1440px;
  min-width: 940px;
  position: relative;
  text-align: left;
  width: 95%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.main {
  float: right;
  margin-right: 1%;
  margin-bottom: 1em;
  width: 80.25%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.nav {
  float: left;
  margin-left: 1%;
  width: 16.75%;
}
/*  Text Only
 ********************************************/
p.navskip, #main-nav-start {
  display: none;
}
/*  Common
 ********************************************/
h1, h2, h3 {
  clear: both;
}
h1 {
  background: #7592ae;
  border-bottom: solid 1px #7592ae;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.76923em;
  padding: 0.42308em 1%;
}
h2 {
  background: #f0f1fa;
  border-bottom: solid 1px #7592ae;
  color: #45617c;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 2em;
  padding: 0.5em 1%;
}
h1 + h2 {
  margin-top: 0;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 0;
}
h4 {
  background: lime;
}
h4:before {
  content: "H4: ";
}
p, ul, ol {
  margin-bottom: 1em;
}
ul.threecolumn {
  -moz-column-count: 5;
  -moz-column-gap: 5%;
  -webkit-column-count: 5;
  -webkit-column-gap: 5%;
  column-count: 5;
  column-gap: 5%;
}
ul.twocolumn {
  -moz-column-count: 2;
  -moz-column-gap: 10%;
  -webkit-column-count: 2;
  -webkit-column-gap: 10%;
  column-count: 2;
  column-gap: 10%;
}
p, li {
  line-height: 1.4;
}
li {
  list-style-type: disc;
  margin-left: 20px;
}
li ul {
  margin-bottom: 0;
}
li li {
  list-style-type: circle;
  padding: 0.5em 0;
}
a {
  color: #587591;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
}
a:hover {
  text-decoration: underline;
}
a.rss {
  background: url(../images/css/rss.png) no-repeat 0 50%;
  padding-left: 14px;
}
a.twitter {
  background: url(../images/css/twitter-bird-light-bgs.png) no-repeat -0.75em 50%;
  padding-left: 16px;
  padding-bottom: 3px;
  padding-top: 3px;
}
strong {
  font-weight: bold;
}
blockquote {
  background: #e3e4ed;
  border-left: 5px solid #7592ae;
  padding: 1em 1%;
}
p.info-link {
  background: #c3d3ee url(../images/css/info-icon.png) no-repeat 6px 50%;
  border: dashed 1px #415374;
  clear: both;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -o-border-radius: 0.5em;
  padding: 1em;
  padding-left: 32px;
}
p.info-link img {
  vertical-align: middle;
}
p.emphasis {
  font-weight: bold;
  font-size: 1.4em;
}
.textcounter {
  display: block;
}
p.iphone-link {
  text-align: center;
}
.non-breaking {
  white-space: nowrap;
}
/*  Tab Selection
 ********************************************/
ul.modeselect {
  height: 2.5em;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  border-left: 1px solid #bec3c7;
}
ul.modeselect li {
  float: left;
  list-style-type: none;
  margin: 0;
}
ul.modeselect a {
  display: block;
  height: 2.5em;
  border-right: 1px solid #bec3c7;
  line-height: 2.5em;
  padding: 0 2em;
  color: #ccc;
  font-weight: bold;
  background: #7592ae;
  float: left;
}
ul.modeselect a.selected {
  color: #fff;
  background-color: #bb2323;
}
ul.modeselect a:hover {
  color: #fff;
}
ul.modeselect li.help a {
  padding: 0 0.5em;
  overflow: hidden;
  text-indent: -9999px;
  width: 22px;
  background-image: url(../images/icons/helpicon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/*  Tables
 ********************************************/
table {
  background: #7592ae;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  width: 100%;
  /* Day Detail Tables */
}
table.daydetail {
  width: auto;
}
table.daydetail th, table.daydetail td {
  padding: 0.4em 1em;
}
th, td {
  padding: 0.6em 1em;
  line-height: 1.4;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
td table:last-child, td p:last-child {
  margin-bottom: 0;
}
td.icon {
  padding: 0 1em;
}
td.icon img {
  height: 21px;
  vertical-align: middle;
}
th {
  background: #7592ae;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
}
th a {
  color: #fff;
  background: url(../images/css/sortarrow.png) no-repeat 100% 80%;
  border-bottom: solid 1px #fff;
  padding-right: 8px;
}
th a:hover {
  text-decoration: none;
}
tr {
  background: #f1f0f6;
}
tr:nth-child(even) {
  background: #e3e4ed;
}
tr.pinned td {
  border-top: none;
}
tr.pinned:nth-child(3) td {
  border-bottom: solid 1px #b0ad42;
}
tfoot tr td {
  background-color: #7592ae;
  padding: 0.1em 1%;
}
tfoot tr td a {
  color: #fff;
}
tfoot tr td a:first-child {
  margin-right: 2%;
  padding-right: 2%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
tr.pinned td, tbody tr:hover td {
  color: #000;
  background-color: #f7f57b;
  border-color: rgba(0, 0, 0, 0.15);
}
tr.pinned:nth-child(even) td {
  background-color: #f0ef76;
}
/* Empty grid style */
/*.grid p.empty {
 background-color: $light-background;
 padding: 1em 1%;
 }*/
/*  Forms
 ********************************************/
fieldset {
  margin-bottom: 1em;
  padding: 0;
  background: #e3e4ed;
}
fieldset input, fieldset select, fieldset textarea {
  border: none;
  font-size: 1.1em;
  margin-right: 1em;
  padding: 0.66667em 1%;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
}
fieldset input, fieldset textarea {
  width: 26em;
}
fieldset label {
  display: block;
  margin-bottom: 0.5em;
}
fieldset .auto label {
  display: inline;
  margin-right: 36px;
}
fieldset .auto input {
  width: auto;
}
fieldset p, fieldset ul {
  background: #e3e4ed;
  padding: 1em 1%;
}
fieldset li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 1em;
}
fieldset input.submit {
  width: auto;
}
fieldset .input-validation-error {
  background: #bc0000;
  color: #fff;
  display: inline-block;
  padding: 0.6em 1em;
}
legend {
  background: #7592ae;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.5em 1%;
  padding-right: 10%;
}
p.submit {
  clear: both;
}
p.submit input {
  padding: 0.5em 1em;
  width: auto;
}
/*  Home Page Feed Item Paging
 ********************************************/
a#resetSortLink {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 22px;
  color: #fff;
}
table.feed-list {
  margin-bottom: 0;
}
table.feed-list td.details {
  white-space: nowrap;
}
table.feed-list td.details a {
  background: #7592ae;
  color: #fff;
  padding: 4px 8px;
  margin-left: 4px;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
}
table.feed-list td.details a:hover {
  background: #bb2323;
}
table.feed-list td.details a:first-child {
  border: none;
  margin: 0;
}
.feed-paging {
  background: #7592ae;
  text-align: right;
  padding: 1em 1%;
  padding-top: 0.5em;
}
.feed-paging a {
  color: #f1f0f6;
  margin-left: 1%;
  padding-left: 1%;
}
.feed-paging a:hover {
  color: #fff;
}
/*  Grid Paging
 ********************************************/
.grid-paging {
  overflow: hidden;
  margin-bottom: 1em;
}
.grid-paging li {
  float: left;
  font-weight: bold;
  list-style-type: none;
  line-height: 1;
  margin: 0;
}
.grid-paging li.paging-title {
  background: #e3e4ed;
  display: block;
  padding: 0.8em 1.2em;
}
.grid-paging li span, .grid-paging li a {
  display: block;
  padding: 0.8em 1.2em;
  border-left: solid 1px #7592ae;
}
.grid-paging li a {
  background: #e3e4ed;
}
.grid-paging li span, .grid-paging li a:hover {
  background: #7592ae;
  color: #fff;
}
.grid-paging-size {
  padding: 0 0 1.2em 0;
}
/*  Mapping
 ********************************************/
.mapcontainer {
  position: relative;
  float: left;
  display: inline;
  margin-bottom: 1em;
  width: 751px;
  overflow: hidden;
}
.mapcontainer .mapimgholder {
  float: left;
  z-index: 8000;
  position: relative;
  margin: 16px;
  display: inline;
}
.mapcontainer .mapframe {
  width: 719px;
  height: 424px;
  float: left;
  overflow: hidden;
  position: relative;
}
.mapcontainer .mapnav {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  float: left;
}
.mapcontainer .mapnav h4 {
  clear: none;
}
.mapcontainer .mapnav ul {
  list-style-type: none;
  padding: 0;
}
.mapcontainer .mapnav li {
  position: absolute;
  margin: 0;
  list-style-type: none;
}
.mapcontainer .mapnav li.n a, .mapcontainer .mapnav li.s a {
  height: 133px;
  width: 327px;
}
.mapcontainer .mapnav li.e a, .mapcontainer .mapnav li.w a {
  height: 187px;
  width: 210px;
}
.mapcontainer .mapnav li.nw a, .mapcontainer .mapnav li.ne a, .mapcontainer .mapnav li.sw a, .mapcontainer .mapnav li.se a {
  height: 133px;
  width: 210px;
}
.mapcontainer .mapnav li.nw {
  top: 0;
  left: 0px;
}
.mapcontainer .mapnav li.n {
  top: 0;
  left: 212px;
}
.mapcontainer .mapnav li.ne {
  top: 0;
  left: 541px;
}
.mapcontainer .mapnav li.w {
  top: 135px;
  left: 0px;
}
.mapcontainer .mapnav li.e {
  top: 135px;
  left: 541px;
}
.mapcontainer .mapnav li.sw {
  top: 324px;
  left: 0px;
}
.mapcontainer .mapnav li.s {
  top: 324px;
  left: 212px;
}
.mapcontainer .mapnav li.se {
  top: 324px;
  left: 541px;
}
.mapcontainer .mapnav li.nw a, .mapcontainer .mapnav li.nw a:hover {
  background-image: url(../images/css/panningtabs/nw.png);
  background-position: 6px 6px;
}
.mapcontainer .mapnav li.ne a, .mapcontainer .mapnav li.ne a:hover {
  background-image: url(../images/css/panningtabs/ne.png);
  background-position: 192px 6px;
}
.mapcontainer .mapnav li.sw a, .mapcontainer .mapnav li.sw a:hover {
  background-image: url(../images/css/panningtabs/sw.png);
  background-position: 6px 115px;
}
.mapcontainer .mapnav li.se a, .mapcontainer .mapnav li.se a:hover {
  background-image: url(../images/css/panningtabs/se.png);
  background-position: 192px 115px;
}
.mapcontainer .mapnav li.n a, .mapcontainer .mapnav li.n a:hover {
  background-image: url(../images/css/panningtabs/n.png);
  background-position: 50% 3px;
}
.mapcontainer .mapnav li.s a, .mapcontainer .mapnav li.s a:hover {
  background-image: url(../images/css/panningtabs/s.png);
  background-position: 50% 121px;
}
.mapcontainer .mapnav li.e a, .mapcontainer .mapnav li.e a:hover {
  background-image: url(../images/css/panningtabs/e.png);
  background-position: 198px 50%;
}
.mapcontainer .mapnav li.w a, .mapcontainer .mapnav li.w a:hover {
  background-image: url(../images/css/panningtabs/w.png);
  background-position: 3px 50%;
}
.mapcontainer .mapnav a {
  display: block;
  background-color: #e3e4ed;
  background-repeat: no-repeat;
  height: 99px;
  width: 99px;
  text-indent: -6000px;
  overflow: hidden;
}
.mapcontainer .mapnav a:hover {
  background-color: #7592ae;
}
.mapcontainer .mapnav a.disabled, .mapcontainer .mapnav a.disabled:hover {
  background-image: none;
  background-color: #eee;
  background-repeat: no-repeat;
}
.mapcontainer .scalebar {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px;
  border: solid 1px #aaa;
  width: 318px;
  float: left;
  position: absolute;
  z-index: 8000;
  left: 18px;
  bottom: 18px;
}
.mapcontainer #map {
  float: left;
  position: relative;
  margin-bottom: 1em;
  background: #efefef;
}
.mapcontainer .zoomcontrols h3 {
  display: none;
}
.mapcontainer .zoomcontrols ul {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 9999;
  list-style-type: none;
}
.mapcontainer .zoomcontrols li {
  padding-bottom: 4px;
  list-style-type: none;
  margin: 0;
}
.mapcontainer .zoomcontrols li.zoom {
  padding: 0 7px 4px 7px;
}
.mapcontainer .zoomcontrols a {
  overflow: hidden;
  text-indent: -9999px;
}
.mapcontainer .zoomcontrols a#btZoomIn.disabled {
  background-image: url(../images/zoom/zoomindis.png);
}
.mapcontainer .zoomcontrols a#btZoomOut.disabled {
  background-image: url(../images/zoom/zoomoutdis.png);
}
.mapcontainer .zoomcontrols a#btZoomIn {
  background-image: url(../images/zoom/zoomin.png);
}
.mapcontainer .zoomcontrols a#btZoomOut {
  background-image: url(../images/zoom/zoomout.png);
}
.mapcontainer .zoomcontrols a#btZoomIn, .mapcontainer .zoomcontrols a#btZoomOut {
  display: block;
  height: 20px;
  width: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.mapcontainer .viewfinder h2 {
  display: none;
}
.mapcontainer .viewfinder img {
  position: absolute;
  right: 20px;
  top: 302px;
  z-index: 9999;
  padding: 8px !important;
  margin: 0;
  height: 118px;
  width: 118px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.mapcontainer .mapkey {
  background: #e3e4ed;
  clear: both;
  overflow: hidden;
  margin-bottom: 1em;
}
.mapcontainer .mapkey h2 {
  display: none;
}
.mapcontainer .mapkey dl {
  background: #e3e4ed;
  overflow: hidden;
  float: left;
  width: 100%;
}
.mapcontainer .mapkey dt, .mapcontainer .mapkey dd {
  float: left;
  padding: 0.8em 1%;
  height: 2em;
}
.mapcontainer .mapkey dt {
  text-align: center;
  vertical-align: middle;
  width: 5%;
}
.mapcontainer .mapkey dd {
  width: 23%;
}
.mapcontainer .relatedmappinglinks {
  clear: both;
}
/*
 @media (min-width: 1200px) {
 .mapcontainer {
 background: red;
 .mapkey {
 clear: none;
 float: left;
 margin-left: 5%;
 h2 {
 display: block;
 }
 dt { width: 20%; }
 dd { width: 70%; }
 }
 }
 }
 */
p.captionedimage {
  text-align: center;
}
p.captionedimage .caption {
  display: block;
  font-size: 0.9em;
}
/*  Mapping - LEV Routes
 ********************************************/
.routemap {
  width: 100%;
}
.routemap .mapimgholder {
  margin: 0;
}
.routemap #map {
  float: left;
  width: auto;
  border: solid 1px #7592ae;
}
.routemap .mapframe {
  height: 636px;
  width: 424px;
}
.route-info-panel {
  margin-left: 440px;
}
.route-info-panel .lev-route-camera-info {
  background: #e3e4ed;
  padding: 1em 2%;
  text-align: center;
  margin-bottom: 1em;
}
.route-info-panel h3 {
  background: #7592ae;
  color: #fff;
  clear: none;
  padding: 0.5em 2%;
}
.route-info-panel .route-navigation {
  background: #e3e4ed;
  padding: 0 2%;
}
.route-info-panel img {
  width: 311px;
  height: 232px;
}
.map-highlighter-wrapper {
  position: relative;
  overflow: hidden;
}
.map-highlighter {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../images/lev/lev-orange.gif);
}
.route-navigation {
  background: #e3e4ed;
  overflow: hidden;
  margin-bottom: 1em;
}
.route-link, .route-list {
  float: left;
  padding: 1em 0;
}
.route-list {
  text-align: center;
  width: 60%;
}
.route-list a {
  display: block;
  line-height: 2em;
}
.route-list a.selected {
  background: #c3c3cb url(../images/lev/lev-orange.gif) no-repeat 2px 50%;
}
.route-list li {
  list-style-type: none;
}
.route-link {
  clear: none;
  width: 18%;
  line-height: 2em;
}
.route-link-next {
  float: right;
  text-align: right;
}
.playback-controls {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 1em 0 0;
}
.playback-controls li {
  list-style-type: none;
  float: left;
  width: 33%;
  margin: 0;
}
.playback-controls li a {
  padding-top: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 4px;
  text-align: center;
}
.playback-controls li a:selected {
  color: #9f4c09;
  font-weight: bold;
}
.playback-controls li.playb a {
  background-image: url(../images/playbuttons/playb.gif);
}
.playback-controls li.stop a {
  background-image: url(../images/playbuttons/stop.gif);
}
.playback-controls li.playf a {
  background-image: url(../images/playbuttons/play.gif);
}
.playback-controls li.playb a.selected {
  background-image: url(../images/playbuttons/playb_selected.gif);
}
.playback-controls li.stop a.selected {
  background-image: url(../images/playbuttons/stop_selected.gif);
}
.playback-controls li.playf a.selected {
  background-image: url(../images/playbuttons/play_selected.gif);
}
.step-controls {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 1em 0 0;
  height: 2em;
}
.step-controls li {
  list-style-type: none;
  float: left;
  text-align: center;
  width: 33%;
  margin: 0;
  min-height: 1px;
}
.step-controls li a {
  width: 75%;
  background-color: #7592ae;
  display: inline-block;
  padding: 0 1.5em;
  line-height: 2em;
  color: #fff;
}
.step-controls li a:hover {
  background-color: #fff;
  color: #7592ae;
}
.jt-no-delay {
  background: #a9e895 !important;
  color: #144d02;
}
tr.alt td.jt-no-delay {
  background: #c0fcad !important;
  color: #144d02;
}
.jt-minor-delay {
  background: #f2d9b2 !important;
  color: #552e04;
}
tr.alt td.jt-minor-delay {
  background: #fee8c5 !important;
  color: #552e04;
}
.jt-large-delay {
  background: #f19494 !important;
  color: #900c0c;
}
tr.alt td.jt-large-delay {
  background: #ffa9a9 !important;
  color: #900c0c;
}
/*  Map Layers
 ********************************************/
ul.layers li {
  display: block;
  margin: 0;
  list-style-type: none;
  margin-bottom: 0.3em;
}
ul.layers label, ul.layers span {
  background-color: #e3e4ed;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  display: block;
  padding: 0.6em 36px 0.6em 9px;
  vertical-align: middle;
}
ul.layers label .aspNetDisabled, ul.layers span .aspNetDisabled {
  display: inline;
  padding: 0;
}
ul.layers label input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
/* Point Items
 /***************************************************/
div.pointitem {
  background: #f1f0f6;
  width: 360px;
  border: 4px solid #fff;
  margin: 0;
}
div.pointitem h3 {
  background: #7592ae;
  color: #fff;
  padding-left: 1em;
  text-align: left;
}
div.pointitem table {
  padding-bottom: 0;
}
div.pointitem table.vms td {
  background: #000;
  color: Yellow;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Courier New", Courier, Monospace;
}
div.pointitem table.vms td.field {
  display: none;
}
#toolTipLayer {
  z-index: 10000;
  position: absolute;
}
#overlappingIconsLayer {
  position: absolute;
  z-index: 10100;
  background: #e3e4ed;
  padding: 2px 6px;
  border: solid 1px #7592ae;
  display: block;
}
/*  Map Overlays
 ********************************************/
.overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 12000;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 751px;
  height: 456px;
}
.overlay .datawrapper {
  background: #fff;
  z-index: 12000;
  position: absolute;
  border: solid 1px #000;
  width: 605px;
  height: 352px;
  left: 72px;
  top: 50px;
}
.overlay .datacontainer {
  height: 262px;
  margin-top: 48px;
  overflow: auto;
}
.overlay h1 {
  background: #7592ae;
  color: #fff;
  padding: 0 12px;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 581px;
  background-position: 566px 50%;
  background-repeat: no-repeat;
}
.overlay h1.queue {
  background-image: url(../images/icons/queue.gif);
}
.overlay h1.parkandride {
  background-image: url(../images/icons/pnr.gif);
}
.overlay h1.currentincident {
  background-image: url(../images/icons/incident.gif);
}
.overlay h1.weatherincident {
  background-image: url(../images/icons/weatherincident.gif);
}
.overlay h1.weatherstation {
  background-image: url(../images/icons/weatherstation.gif);
}
.overlay h1.currentroadwork {
  background-image: url(../images/icons/c_roadworks.gif);
}
.overlay h1.roadworks {
  background-image: url(../images/icons/c_roadworks.gif);
}
.overlay h1.futureroadwork {
  background-image: url(../images/icons/f_roadworks.gif);
}
.overlay h1.plannedevent {
  background-image: url(../images/icons/plannedevent.gif);
}
.overlay h1.currentevent {
  background-image: url(../images/icons/currentevent.gif);
}
.overlay h1.vms {
  background-image: url(../images/icons/vms.gif);
}
.overlay h1.help {
  background-image: url(../images/icons/helpicon.png);
}
.overlay h1.incident {
  background-image: url(../images/icons/incident.gif);
}
.overlay h1.journeystartpoints {
  background-image: url(../images/icons/flag.gif);
}
.overlay h1.levcameras {
  background-image: url(../images/icons/lev.gif);
}
.overlay h1.snowgate {
  background-image: url(../images/icons/snowgates-25.png);
}
.overlay table {
  padding-bottom: 0;
}
.overlay p.empty {
  padding: 1em 2%;
}
.overlay p.closebutton {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.overlay p.closebutton a {
  display: block;
  margin: 8px 250px;
  background: #7592ae;
  text-align: center;
  border: solid 1px #013162;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -o-border-radius: 16px;
}
.overlay p.closebutton a:hover {
  background-color: #56728c;
}
.helpoverlay {
  padding: 1em;
}
/*  IFrame Point
 ********************************************/
.iframepoint {
  margin: 5px;
  background: #f1f0f6;
  padding-bottom: 8px;
  border: 1px solid #7592ae;
  width: 328px;
  height: 265px;
  overflow: auto;
  position: relative;
}
.iframepoint h3 {
  background: #7592ae;
  color: #fff;
  padding: 4px 8px;
}
.iframepoint table {
  padding-bottom: 0;
  width: 100%;
}
.iframepoint td {
  padding: 4px 8px;
}
.iframepoint td.field {
  width: 80px;
  vertical-align: top;
}
.iframepoint table.pointitemdays {
  border: none;
  width: 100%;
}
.iframepoint table.pointitemdays th, .iframepoint table.pointitemdays td {
  text-align: left;
  padding: 2px 4px;
}
.iframepoint table.pointitemdays th {
  background: #7592ae;
  padding: 0 4px;
}
/*  Header
 ********************************************/
.header {
  padding: 1em 1%;
  padding-bottom: 0;
  overflow: hidden;
}
.homelink {
  float: left;
  display: block;
  margin-bottom: 1em;
}
.homelink img {
  display: block;
  overflow: hidden;
  width: 310px;
}
p.splash {
  margin-bottom: 1em;
}
p.splash img {
  width: 100%;
}
/*  Breadcrumbs
 ********************************************/
.bc {
  background: #f1f0f6;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
}
.bc span {
  display: block;
  float: left;
  padding: 9px;
}
.bc span span {
  padding: 0;
}
.bc .my-ts-nav {
  float: right;
  display: inline-block;
  margin: 4px 0;
}
.bc .my-ts-nav li {
  padding-top: 3px;
  margin: 0;
  display: inline-block;
}
.bc .my-ts-nav li a:after {
  content: "";
}
.bc .my-ts-nav #ctl00_LoginLink a, .bc .my-ts-nav #ctl00_LogoutLink a {
  margin: 4px;
  text-decoration: none;
  padding: 3px 7px;
  color: #fff;
  background: #1e4360;
  background: -moz-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e4360), color-stop(100%, #0b1c2c));
  background: -webkit-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -o-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -ms-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4360', endColorstr='#0b1c2c',GradientType=0);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bc a {
  margin-right: 1em;
  overflow: hidden;
  white-space: nowrap;
}
.bc a:after {
  content: ">";
  padding-left: 0.4em;
}
.bc a.current {
  font-weight: bold;
}
.bc a.current:after {
  content: "";
}
/*  Nav
 ********************************************/
#main-nav {
  overflow: visible;
}
#main-nav ul {
  float: right;
  margin: 0;
}
#main-nav li {
  float: left;
  font-size: 1.2em;
  line-height: 2em;
  margin: 0.35em 0 0 0;
  margin-left: 0.5em;
  list-style-type: none;
  overflow: hidden;
}
#main-nav a {
  display: block;
  padding: 0 1.2em;
  white-space: nowrap;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
}
#main-nav a:hover, #main-nav a.selected {
  background: #7592ae;
  color: #fff;
}
ul.sub-nav {
  margin-bottom: 1em;
}
.nav h2, ul.sub-nav a {
  display: block;
  padding: 0.5em 4%;
}
ul.sub-nav a:hover {
  background: #c3c3cb;
  background: rgba(0, 0, 0, 0.2);
  color: #333;
}
.nav h2, ul.sub-nav li {
  background: #e3e4ed;
  margin: 0;
  margin-bottom: 0.3em;
  line-height: 1.2;
  list-style-type: none;
}
.nav h2 {
  background: #7592ae;
  color: #fff;
}
/*  Home Page
 ********************************************/
body.home h1 {
  background: #bb2323;
  margin-bottom: 0;
}
body.home td:last-child {
  text-align: right;
}
p.new-design {
  background: #f1f0f6;
  padding: 1em 1%;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
  margin-bottom: 1em;
  position: relative;
  border: 2px dotted #7592ae;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
p.new-design span {
  position: absolute;
  right: 2%;
  font-weight: bold;
}
.home-page-content, .home-page-features {
  float: left;
}
.home-page-content {
  width: 74.84848%;
}
ul.features li {
  margin: 1em;
}
ul.features img {
  display: block;
  width: 100%;
}
.home-group {
  position: relative;
  overflow: hidden;
}
.home-group h2 {
  margin-bottom: 0;
  padding-top: 0.5em;
}
.home-group ul {
  position: absolute;
  right: 1%;
  top: 0.8em;
}
.home-group li {
  border-left: solid 1px #fff;
  float: left;
  margin-left: 0.6em;
  padding-left: 0.6em;
  list-style-type: none;
}
.home-group li a {
  color: #fff;
  text-decoration: none;
}
.home-group li:first-child {
  border: none;
}
.home-group th {
  background: #ccc;
  border-bottom: solid 1px #aaa;
  color: #444;
}
/*  Site Features
 ********************************************/
.site-features {
  overflow: hidden;
  float: left;
  width: 49%;
}
.site-features h2 {
  display: none;
}
.site-feature {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1em;
  width: 100%;
}
.site-feature.full a p {
  line-height: 1.6;
  font-size: 1.1em;
}
.site-feature a {
  width: 94%;
  padding: 3%;
  background: #e3e4ed;
  display: block;
  overflow: hidden;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
  text-decoration: none;
}
.site-feature a:hover {
  background: #f1ee74;
}
.site-feature a img {
  float: left;
  width: 25%;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
  overflow: hidden;
}
.site-feature a .feature-content {
  float: right;
  width: 71%;
}
.site-feature a.site-feature-link:hover h3 {
  text-decoration: underline;
}
.site-feature a h3 {
  font-size: 1.6em;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  padding: 0;
}
.site-feature a p {
  line-height: 1.3;
}
/*  Homepage Map
 ********************************************/
.map {
  float: right;
  border: solid 1px #7592ae;
  width: 49%;
  margin-bottom: 1em;
  text-align: center;
}
.map p {
  text-align: center;
  margin-bottom: 0;
}
.map p.info {
  background: #7592ae;
  color: #fff;
  padding: 1em;
}
.map p.map-panel {
  padding: 2em 0 1.6em 0;
}
/*  Campaigns
 ********************************************/
.campaigns {
  background: #f1f0f6;
  float: right;
  width: 24%;
}
.campaigns h2 {
  display: none;
}
.campaigns .campaign {
  overflow: hidden;
  margin: 1em 5%;
  margin-right: 0;
  position: relative;
  margin-bottom: 0;
  width: 90%;
}
.campaigns .campaign h3 {
  color: #fff;
  font-weight: bold;
}
.campaigns .campaign .content {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  line-height: 1.4;
  padding: 1em 0;
  position: absolute;
  width: 100%;
}
.campaigns .campaign .content h3, .campaigns .campaign .content p {
  padding: 0 5%;
  margin: 0;
}
.campaigns .campaign .content p {
  color: #000;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.campaigns .campaign .content p.image {
  padding: 0;
  margin: 0;
}
.campaigns .campaign .severe-weather {
  background: #900;
  background: rgba(166, 15, 15, 0.7);
}
.campaigns .campaign a {
  display: block;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
.campaigns .campaign a:hover .content p {
  color: #fff;
  height: 5em;
}
.campaigns .campaign img {
  display: block;
  overflow: hidden;
  width: 100%;
}
/*  Weather
 ********************************************/
#weather {
  overflow: hidden;
}
.weather-map {
  float: left;
  text-align: center;
}
.weather-map p, .weather-map h3 {
  text-align: left;
}
.weather-info {
  margin-left: 338px;
}
.weather-info h2 {
  margin-top: 0;
  clear: none;
}
.weather-info table {
  border: solid 1px #7592ae;
}
.weather-info .youtube-video-container {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.weather-info .youtube-video-container iframe, .weather-info .youtube-video-container object, .weather-info .youtube-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.weatherboxcontainer h2, .youtubevideocontainer h2 {
  background: #7592ae;
  color: #fff;
  margin-bottom: 0;
}
.weatherboxcontainer p.moredetails, .youtubevideocontainer p.moredetails {
  margin-bottom: 0;
  padding-top: 0;
}
.weatheralert {
  background: #e3e4ed;
  margin-bottom: 1px;
  padding: 1em 2% 1em 15px;
  position: relative;
}
.weatheralert span.alertype {
  position: absolute;
  top: 1em;
  left: 1.4%;
}
.weatherbox .bulletin-details, .weatheralertregiondetails {
  overflow: auto;
}
.routesaffected li {
  background: #e3e4ed;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1px;
  padding: 1em 2%;
  position: relative;
}
.routesaffected li a.moredetails {
  position: absolute;
  right: 2%;
  top: 1em;
}
.routesaffected table {
  margin-top: 1em;
  padding-bottom: 0;
}
.routesaffected tr.hr {
  background: #7592ae;
  height: 2px;
}
.routesaffected tr.hr hr {
  display: none;
}
.weather-incidents em.update {
  color: #666;
  display: block;
  font-size: 0.9em;
}
.weatherboxalerts {
  background: #e3e4ed;
}
.weatherboxalerts p {
  padding: 1em 1%;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.weatherboxalerts > p:last-child {
  margin-bottom: 1em;
}
a.met-office-link {
  padding-left: 15px;
}
.weatherbox.routesaffected {
  background: #e3e4ed;
}
.weatherbox.routesaffected p {
  padding: 1em 1%;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.weatherforecast {
  background: #e3e4ed;
}
.weatherforecast p {
  padding: 1em 1%;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.weatherstationregion {
  background: #e3e4ed;
}
.weatherstationregion p {
  padding: 1em 1%;
  margin-bottom: 1em;
}
.weathertrafficsctolandradio {
  background: #e3e4ed;
}
.weathertrafficsctolandradio p {
  padding: 1em 1%;
  margin-bottom: 1em;
}
.trafficcameras {
  background: #e3e4ed;
}
.trafficcameras p {
  padding: 1em 1%;
  margin-bottom: 1em;
}
td.weather-alert, td.weather-warning {
  background-position: 50% 16px !important;
  background-repeat: no-repeat !important;
}
td.weather-alert {
  background-image: url(../images/css/weathericons/alert.png);
}
td.weather-warning {
  background-image: url(../images/css/weathericons/warning.png);
}
.weatherHelp tr:first-child td:first-child {
  width: 80px;
}
div.weatherBeAware, div.weatherBePrepared, div.weatherTakeAction {
  width: 40px;
  height: 40px;
  border: none;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
div.weatherBeAware {
  background-image: url(../images/css/weathericons/yellow.png);
}
div.weatherBePrepared {
  background-image: url(../images/css/weathericons/amber.png);
}
div.weatherTakeAction {
  background-image: url(../images/css/weathericons/red.png);
}
/*  Planned Events
 ********************************************/
.planned-event-search fieldset {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.planned-event-search input, .planned-event-search select, .planned-event-search legend {
  padding: 0.5em 1%;
}
.planned-event-search legend {
  padding: 0.5em 2%;
}
.planned-event-search input, .planned-event-search select {
  width: 84%;
}
.planned-event-search ul {
  margin-top: 1em;
}
.planned-event-search li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0 2%;
}
.cancelledplannedevents {
  border: solid 2px #902c2c;
  background: #efd1d1;
  padding: 8px;
  margin-bottom: 1em;
}
.cancelledplannedevents p {
  padding: 0;
  padding-left: 33px;
  margin: 0;
  line-height: 2.6em;
  background: url(../images/css/cancelledalert.png) no-repeat 0 50%;
}
.cancelledplannedevents table.infogrid {
  background: #902c2c;
}
.cancelledplannedevents table.infogrid th {
  background: #902c2c;
}
.cancelledplannedevents table.infogrid th a {
  background-image: url(../images/css/sortarrowcancelled.png);
}
.cancelledplannedevents td {
  background-color: #dfa7a7;
}
table.infogrid tr.cancelled td {
  background-color: #dfa7a7;
}
/*  Park & Ride
 ********************************************/
div.pnrdescription {
  float: left;
  width: 48%;
}
.pnrfacilities {
  float: right;
  width: 48%;
}
ul.facilities {
  list-style-type: none;
}
ul.facilities li {
  padding: 36px 4px;
  list-style-type: none;
  margin: 0;
  float: left;
  width: 66px;
  height: 10px;
  background-image: url(../images/parkandride/facilities/toilet.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-align: center;
}
ul.facilities li.disabledparking {
  background-image: url(../images/parkandride/facilities/disabledparking.png);
}
ul.facilities li.bikestorage {
  background-image: url(../images/parkandride/facilities/bikestorage.png);
}
ul.facilities li.cctv {
  background-image: url(../images/parkandride/facilities/cctv.png);
}
ul.facilities li.waitingroom {
  background-image: url(../images/parkandride/facilities/waitingroom.png);
}
ul.facilities li.toilets {
  background-image: url(../images/parkandride/facilities/toilet.png);
}
ul.facilities li.shopsnacks {
  background-image: url(../images/parkandride/facilities/shopsnacks.png);
}
ul.facilities li.telephone {
  background-image: url(../images/parkandride/facilities/telephone.png);
}
ul.facilities li.television {
  background-image: url(../images/parkandride/facilities/television.png);
}
ul.facilities li.infodesk {
  background-image: url(../images/parkandride/facilities/infodesk.png);
}
ul.facilities li.infodisplay {
  background-image: url(../images/parkandride/facilities/infoboards.png);
}
ul.facilities li.vehiclechargingpoint {
  background-image: url(../images/parkandride/facilities/icon-charging.png);
}
ul.facilities li.showers {
  background-image: url(../images/parkandride/facilities/icon-shower.png);
}
ul.facilities li.wifi {
  background-image: url(../images/parkandride/facilities/icon-wifi.png);
}
/*  Kiosk
 ********************************************/
div.kioskdescription {
  float: left;
  width: 48%;
}
.kioskimages {
  float: right;
  width: 48%;
}
ul.listkioskimages {
  list-style: none;
}
ul.listkioskimages li {
  list-style: none;
  margin: 0;
  text-align: center;
}
/* Tooltips
 ********************************************/
#tooltipbox {
  position: absolute;
  display: none;
  z-index: 80000;
  width: 240px;
  padding-bottom: 11px;
  background: url(../images/css/tooltip/arrow_down.png) no-repeat 50% 100%;
}
#tooltipbox p {
  background: #feff7f;
  border: solid 1px #000;
  padding: 12px;
  margin-bottom: 0;
}
/*  Links
 ********************************************/
.linkquestions {
  background: url(../images/css/links.jpg) no-repeat 100% 0;
  padding-right: 399px;
}
.linkquestions li ul li {
  padding: 0.5em 0;
}
.linklist li {
  float: left;
  width: 45%;
  list-style-type: none;
  margin: 0;
  padding: 0 0 2em 1%;
}
.linklist li:nth-child(odd) {
  clear: both;
}
/*  Easyway
 ********************************************/
.easywayinfo {
  overflow: hidden;
  position: relative;
}
.easywayinfo .ew-details {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 337px;
}
.easywayinfo .ew-details p {
  line-height: 1.7;
}
.easywayinfo .ew-details img {
  padding-right: 8px;
}
.easywayinfo .ew-map {
  float: left;
}
/*  Welcome
 ********************************************/
.welcome-main {
  float: left;
  width: 60%;
}
.welcome-sidepanel {
  float: right;
  background: #e3e4ed;
  overflow: hidden;
}
.welcome-sidepanel h3 {
  background: #7592ae;
  color: #fff;
  padding: 0.5em 4%;
}
.welcome-sidepanel p {
  text-align: center;
}
.welcome-sidepanel ul, .welcome-sidepanel ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.welcome-sidepanel a {
  border: 1px solid #00376e;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 128px;
  margin: 1em;
  text-decoration: none;
  width: 270px;
}
.welcome-sidepanel a.traffic {
  background-image: url(../images/welcomescreens/traffic.jpg);
}
.welcome-sidepanel a.lev {
  background-image: url(../images/welcomescreens/lev.jpg);
}
.welcome-sidepanel a.weather {
  background-image: url(../images/welcomescreens/weather.jpg);
}
.welcome-sidepanel a .linktext {
  background: #7592ae;
  display: block;
  text-align: right;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 4%;
}
/*  Live Eye Views
 ********************************************/
.lev-list h2 {
  background: #7592ae;
  color: #fff;
  clear: both;
  margin: 0;
}
.lev-list ul {
  overflow: hidden;
  background: #e3e4ed;
}
.lev-list li {
  list-style-type: none;
  margin: 0;
  float: left;
  width: 25%;
}
.lev-list a {
  background: #e3e4ed;
  display: block;
  padding: 0.5em 1em;
}
.lev-list a:hover {
  background: #f1ee74;
}
/*  Live Eye View Routes
 ********************************************/
.lev-camera-view {
  clear: none !important;
  float: left;
  text-align: center;
}
.lev-camera-view span {
  display: block;
  background: #e3e4ed;
  padding: 0.4em 0;
}
.lev-main-camera {
  width: 322px;
}
p.lev-view-info {
  clear: both !important;
  display: block;
}
.ui-dialog-content p.lev-camera-view {
  margin-right: 8px;
  margin-bottom: 8px;
}
#routetopnav {
  margin: 10px 0 0 0;
}
.route-link-prev a, .route-link-next a {
  background: #7592ae;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
}
.route-link-prev a:hover, .route-link-next a:hover {
  background: #fff;
  color: #7592ae;
}
.map-highlighter-wrapper {
  position: relative;
  overflow: hidden;
}
.map-highlighter-wrapper .map-highlighter {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../images/lev/lev-orange.gif);
}
.map-highlighter-wrapper .routemap #map {
  float: left;
  width: auto;
}
.map-highlighter-wrapper .route-info-panel {
  float: left;
  margin-left: 8px;
  width: 311px;
}
.map-highlighter-wrapper .route-info-panel img {
  width: 311px;
  height: 232px;
}
.map-highlighter-wrapper #cameraview p {
  background: #e3e4ed;
  text-align: center;
}
.map-highlighter-wrapper #mapinfo {
  clear: both;
}
.map-highlighter-wrapper .route-navigation {
  background: #e3e4ed;
  overflow: hidden;
  margin-bottom: 8px;
}
.map-highlighter-wrapper .route-link, .map-highlighter-wrapper .route-list {
  float: left;
  margin: 0 !important;
  padding: 8px 0 !important;
}
.map-highlighter-wrapper .route-list {
  text-align: center;
  width: 63%;
}
.map-highlighter-wrapper .route-list a {
  display: block;
  line-height: 2em;
}
.map-highlighter-wrapper .route-list li {
  list-style-type: none;
}
.map-highlighter-wrapper .route-link {
  clear: none !important;
  width: 18%;
  line-height: 2em;
}
.map-highlighter-wrapper .route-link-prev a {
  margin-left: 8px;
}
.map-highlighter-wrapper .route-link-next a {
  margin-right: 8px;
}
.map-highlighter-wrapper .route-link-next {
  float: right;
  text-align: right;
}
.map-highlighter-wrapper .route-list a.selected {
  background: #c3c3cb url(../images/lev/lev-orange.gif) no-repeat 2px 50%;
}
.map-highlighter-wrapper .playback-controls {
  clear: both;
  overflow: hidden;
}
.map-highlighter-wrapper .playback-controls li {
  list-style-type: none;
  float: left;
  width: 33%;
}
.map-highlighter-wrapper .playback-controls a {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 4px;
  padding-top: 22px;
  text-align: center;
}
.map-highlighter-wrapper .playback-controls a.selected {
  color: #9f4c09;
  font-weight: bold;
}
.map-highlighter-wrapper .playback-controls li.playb a {
  background-image: url(../images/playbuttons/playb.gif);
}
.map-highlighter-wrapper .playback-controls li.stop a {
  background-image: url(../images/playbuttons/stop.gif);
}
.map-highlighter-wrapper .playback-controls li.playf a {
  background-image: url(../images/playbuttons/play.gif);
}
.map-highlighter-wrapper .playback-controls li.playb a.selected {
  background-image: url(../images/playbuttons/playb_selected.gif);
}
.map-highlighter-wrapper .playback-controls li.stop a.selected {
  background-image: url(../images/playbuttons/stop_selected.gif);
}
.map-highlighter-wrapper .playback-controls li.playf a.selected {
  background-image: url(../images/playbuttons/play_selected.gif);
}
/*  Transport Direct
 ********************************************/
.transdirectwidget {
  background: #e3e4ed;
  padding: 1em 5%;
  margin-bottom: 1em;
  width: 90%;
}
.transdirectwidget p.from input, .transdirectwidget p.to input {
  width: 100%;
}
.transdirectwidget p.from label, .transdirectwidget p.to label {
  display: block;
}
#travelinewidgetlarge, #transdirectwidgetlarge {
  overflow: hidden;
  background: #e3e4ed;
  padding: 1em 1%;
  padding-bottom: 0;
  margin-bottom: 1em;
}
#travelinewidgetlarge p, #transdirectwidgetlarge p {
  clear: both;
}
#travelinewidgetlarge p.from, #transdirectwidgetlarge p.from, #travelinewidgetlarge p.to, #transdirectwidgetlarge p.to {
  float: left;
  clear: none;
  margin-right: 2%;
  width: auto;
}
#travelinewidgetlarge p.from input, #transdirectwidgetlarge p.from input, #travelinewidgetlarge p.to input, #transdirectwidgetlarge p.to input {
  width: 140px;
}
#travelinewidgetlarge p.time, #transdirectwidgetlarge p.time, #travelinewidgetlarge p.date, #transdirectwidgetlarge p.date {
  float: left;
  clear: none;
}
/*  What's New
 ********************************************/
.wnitem {
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
.wnitem h2 {
  margin-top: 0;
}
.wnitem .photo {
  float: left;
  width: 15%;
}
.wnitem .photo img {
  display: block;
  width: 100%;
}
.wnitem .story {
  float: right;
  width: 83%;
}
.wnitem h3 {
  text-transform: lowercase;
}
/*  Journey Times
 ********************************************/
.jt-no-delay {
  background: #a9e895 !important;
  color: #144d02;
}
tr.alt td.jt-no-delay {
  background: #c0fcad !important;
  color: #144d02;
}
.jt-minor-delay {
  background: #f2d9b2 !important;
  color: #552e04;
}
tr.alt td.jt-minor-delay {
  background: #fee8c5 !important;
  color: #552e04;
}
.jt-large-delay {
  background: #f19494 !important;
  color: #900c0c;
}
tr.alt td.jt-large-delay {
  background: #ffa9a9 !important;
  color: #900c0c;
}
p.journey-time-key {
  float: right;
  line-height: 1.4em;
  overflow: hidden;
}
p.journey-time-key span {
  display: block;
  float: left;
  margin: 0 8px 0 16px;
}
p.journey-time-key span.jt-key-block {
  width: 1.4em;
  height: 1.4em;
}
p.journey-time-key-help {
  float: left;
}
/*  Journey Planner
 ********************************************/
.journeyplanner .item {
  background: #e3e4ed;
  overflow: hidden;
  float: left;
  margin-bottom: 1em;
  width: 49%;
}
.journeyplanner .last {
  float: right;
}
.journeyplanner h3 {
  background: #7592ae;
  color: #fff;
  padding: 0.7em 4%;
}
.journeyplanner .content {
  overflow: hidden;
  padding: 1em 4%;
}
.journeyplanner p {
  clear: both;
  margin-bottom: 0;
}
.journeyplanner img {
  margin-right: 4%;
}
.journeyplanner .link a {
  background: #45617c;
  color: #fff;
  display: block;
  padding: 0.4em 4%;
  text-align: right;
  font-size: 1.4em;
}
/*  Carbon Calc
 ********************************************/
.ccmodeselect {
  background: #e3e4ed;
  overflow: hidden;
  margin-bottom: 1em;
}
.ccmodeselect h3, .ccmodeselect p, .ccmodeselect td {
  padding: 1em 2%;
  color: #000;
  margin: 0;
  width: auto;
  background: none;
}
.ccmodeselect h3 {
  font-size: 1.4em;
}
.ccmodeselect div.ccmode, .ccmodeselect p.ccsep {
  float: left;
  width: 40%;
}
.ccmodeselect p.ccsep {
  width: 20%;
  clear: none;
  padding: 0;
  padding-top: 1.4em;
  margin: 0;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
}
.ccmodeselect label {
  display: inline-block;
  width: 40%;
}
.cc-bottom-panel {
  clear: both;
  overflow: hidden;
  border: 1px solid #e3e4ed;
}
.cc-bottom-panel .specifics {
  background: #e3e4ed;
  float: left;
  padding: 1em 1%;
  width: 20%;
}
.cc-bottom-panel .specifics p.help {
  text-align: center;
}
.cc-bottom-panel .results {
  float: right;
  padding: 1em 1%;
  padding-left: 0;
  width: 76%;
  /*.abstract {
   background: #e3e4ed url(../images/carboncalcicons/info.gif) no-repeat 20px 1.4em;
   }*/
}
.cc-bottom-panel .results h2 {
  background: none;
  border: none;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding-top: 0;
  width: auto;
}
.cc-bottom-panel .results h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.cc-bottom-panel .results p.journeyplanner, .cc-bottom-panel .results .abstract, .cc-bottom-panel .results p.savingscomparison {
  margin-top: 1em;
  line-height: 2em;
  font-size: 1em;
  padding: 1.4em;
  padding-left: 68px;
}
.cc-bottom-panel .results p.journeyplanner {
  background: #e3e4ed url(../images/carboncalcicons/compass.gif) no-repeat 20px 50%;
}
.cc-bottom-panel .results p.savingscomparison {
  background: #e3e4ed url(../images/carboncalcicons/info.gif) no-repeat 20px;
}
.cc-bottom-panel .results .abstract {
  border: 1px solid #e3e4ed;
  border-top: none;
  margin-top: 0;
  padding-left: 20px;
}
.cc-bottom-panel .results p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cc-bottom-panel .results td h3 {
  padding: 1em 1% 0 0;
}
.cc-bottom-panel .results div.errorlist {
  color: #f00;
  padding: 1em 1%;
}
.cc-bottom-panel .results table {
  background: none;
}
.cc-bottom-panel .results tr, .cc-bottom-panel .results th, .cc-bottom-panel .results td {
  background: none;
  border: none;
}
.cc-bottom-panel .results th {
  text-indent: -600px;
  overflow: hidden;
}
.cc-bottom-panel .results th.show {
  text-indent: 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.cc-bottom-panel .results td, .cc-bottom-panel .results th.show {
  vertical-align: middle;
  padding: 4px 8px;
}
.cc-bottom-panel .results td.coach, .cc-bottom-panel .results td.train, .cc-bottom-panel .results td.car, .cc-bottom-panel .results td.motorbike, .cc-bottom-panel .results td.traincoach, .cc-bottom-panel .results td.notrain {
  padding-left: 68px;
  height: 52px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
}
.cc-bottom-panel .results td.coach {
  background-image: url(../images/carboncalcicons/coach.gif);
}
.cc-bottom-panel .results td.train {
  background-image: url(../images/carboncalcicons/train.gif);
}
.cc-bottom-panel .results td.car {
  background-image: url(../images/carboncalcicons/car.gif);
}
.cc-bottom-panel .results td.motorbike {
  background-image: url(../images/carboncalcicons/motorbike.gif);
}
.cc-bottom-panel .results td.traincoach {
  background-image: url(../images/carboncalcicons/trainandcoach.gif);
}
.cc-bottom-panel .results td.notrain {
  background-image: url(../images/carboncalcicons/notrain.gif);
}
.cc-bottom-panel .results td.graph {
  border-left: 2px solid #000;
}
.cc-bottom-panel .results td.carbon {
  font-size: 1.8em;
  text-align: right;
}
.cc-bottom-panel .results td.scalebar {
  border-top: 1px solid #000;
}
/* -- Saving Calculator Icons -- */
ul.savings {
  overflow: hidden;
  margin: 2em 0 1.4em 0;
  padding: 0;
}
ul.savings li {
  margin: 0 2% 0 0;
  padding: 52px 0 0 0;
  list-style: none;
  float: left;
  width: 15%;
  text-align: center;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  min-width: 72px;
}
ul.savings li strong {
  display: block;
  font-size: 1.2em;
}
ul.savings li.lightbulb {
  background-image: url(../images/carboncalcicons/cc-lightbulb.png);
}
ul.savings li.washingmachine {
  background-image: url(../images/carboncalcicons/cc-washing.png);
}
ul.savings li.kettle {
  background-image: url(../images/carboncalcicons/cc-kettle.png);
}
ul.savings li.cycling {
  background-image: url(../images/carboncalcicons/cc-bike.png);
}
ul.savings li.tv {
  background-image: url(../images/carboncalcicons/cc-tv.png);
}
ul.savings li.house {
  background-image: url(../images/carboncalcicons/cc-house.png);
  margin-right: 0;
}
/*  Media services
 ********************************************/
.servicegrid th, .servicegrid td {
  border: solid 1px #fff;
}
.servicegrid span.checkyes, .servicegrid span.checkno {
  height: 22px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
.servicegrid span.checkyes {
  background-image: url(../images/css/checkyes.png);
}
.servicegrid span.checkno {
  background-image: url(../images/css/checkno.png);
}
/*  Kiosk Imformation
 ********************************************/
.kiosk .map {
  float: left;
  width: 345px;
  margin-right: 1%;
}
.kiosk .detailscomponent {
  float: left;
}
.kiosk .detailscomponent h2 {
  margin: 0;
}
/*  Info Leaflets
 ********************************************/
.info-leaflets {
  overflow: hidden;
}
.info-leaflets li {
  float: left;
  width: 49%;
  list-style-type: none;
  margin: 0;
  margin-right: 1%;
  overflow: hidden;
}
.info-leaflets a {
  background: #e3e4ed;
  display: block;
  min-height: 7em;
  padding: 1em 1%;
  position: relative;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
}
.info-leaflets a:hover {
  background: #f1ee74;
}
.info-leaflets a h3, .info-leaflets a p {
  margin: 0;
  padding: 0;
  padding-left: 82px;
}
.info-leaflets a h3 {
  padding-top: 1em;
}
.info-leaflets a img {
  border: solid 1px #666;
  height: 69px;
  position: absolute;
  left: 2%;
  top: 1em;
  width: 60px;
}
.info-leaflets a .size {
  font-size: 0.9em;
}
/*  Footer
 ********************************************/
.footer {
  padding: 2.4em 0;
  position: relative;
  clear: both;
  background: #53677b;
  width: 100%;
  overflow: hidden;
}
.footer h2 {
  display: none;
}
.transport-scotland-credit {
  color: #fff;
  float: left;
  margin-left: 1%;
  width: 16%;
}
.transport-scotland-credit img {
  width: 100%;
}
.transport-scotland-credit a {
  display: block;
  margin-top: 0.7em;
}
#footer-links {
  float: right;
  margin-right: 1%;
  width: 79%;
}
#footer-links p.copyright {
  clear: both;
  float: left;
  color: #aaa;
}
#external-links ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.6em;
}
#external-links li {
  float: left;
  width: 15.67%;
  margin-left: 1%;
  list-style-type: none;
}
#external-links li a {
  overflow: hidden;
  display: block;
  width: 100%;
}
#external-links li a img {
  display: block;
  width: 100%;
}
#external-links li a span.print-only {
  display: none;
}
#external-links li:first-child {
  margin: 0;
}
#textlinks {
  float: left;
  overflow: hidden;
  clear: both;
  width: 60%;
}
#textlinks ul {
  overflow: hidden;
}
#textlinks li {
  float: left;
  margin: 0;
  margin-right: 2%;
  line-height: 1.4;
  padding-right: 2%;
  margin-right: 2%;
  border-right: solid 1px #f1f0f6;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  list-style-type: none;
}
#textlinks li:last-child {
  border: none;
}
#textlinks li a {
  color: #cbd1d7;
}
#textlinks li a:hover {
  color: #fff;
}
p#care-line-phone {
  position: absolute;
  right: 1%;
  bottom: 1em;
  color: #cbd1d7;
  font-size: 1.6em;
}
/*  PTP List Table
 ********************************************/
.infogrid .column1 {
  width: 30%;
}
.infogrid .column2, .infogrid .column3 {
  width: 20%;
}
.infogrid .column4, .infogrid .column5 {
  width: 15%;
}
td.treatmentStatus, td.spreadRateDetails {
  width: 25%;
}
/*  PTP content and margin layout
 ********************************************/
.treatmentData {
  width: 75%;
  float: left;
}
#gmap {
  width: 100%;
  height: 540px;
  float: left;
  margin-bottom: 10px;
}
.treatmentRoutePanel {
  width: 24%;
  float: right;
}
.treatmentRoutePanel h2 {
  background: #7593af;
  border: none;
  color: #fff;
  padding: 0.8em 5%;
  margin: 0 0 0.8em 0;
}
.treatmenttext {
  width: 90%;
  padding: 0 5%;
}
.disclaimer {
    padding: 1em 5%;
    background-color: #fefff1;
    border: 1px solid #ffe178;
    margin-bottom: 1em;
}

.disclaimer.wide {
  padding: 1em 1.5em;
}
.disclaimer h2 {
  margin: 0;
}

.disclaimer p {
    margin: 0;
    padding: 0;
}
.b-main .disclaimer p {
  margin-bottom: 1em;
}
p.vehicles {
  background: #eee;
  padding: 0.5em 5%;
}
table.ptplist {
  border: none;
  padding: 0;
  background-color: #f5f5f8;
  border-top: 1px solid #c9d3de;
}
table.ptplist td, table.ptplist th {
  border-bottom: 1px solid #c9d3de;
  border-top: none;
  color: #333;
  background: #f5f5f8;
  font-weight: normal;
}
table.ptplist td.value {
  text-align: center;
  width: 12%;
}
table.ptplist tr:hover td, table.ptplist tr:hover th {
  background-color: #f5f5f8;
  border-bottom: 1px solid #c9d3de;
  border-top: none;
  color: #333;
}
table.ptplist tfoot td.value, table.ptplist tfoot th, table.ptplist tfoot tr:hover td, table.ptplist tfoot tr:hover th {
  background-color: #eeeef3;
}
table.ptplist tfoot th {
  font-weight: bold;
}
/*  Traffic Scotland Radio
 ********************************************/
.l-first {
  margin-top: 0;
}
#pg-tsr .b-main {
  width: 74.84%;
  float: left;
}
#pg-tsr .b-mrg {
  float: right;
  width: 24%;
}
#pg-tsr .b-mrg h2 {
  background-color: #7593af;
  margin-bottom: 0;
  padding: 0.8em 5%;
  border: none;
  color: #fff;
}
#pg-tsr .b-mrg .l-txt {
  padding: 0.8em 5%;
  background-color: #e3e4ed;
  margin-bottom: 0.8em;
}
#pg-tsr .disclaimer {
  margin-top: 2em;
  padding: 10px 20px 15px;
}
/* Player specific code */
#pg-tsr #flashPlayer {
  display: none;
  margin: 0 0 1em 0;
}
#pg-tsr #uniPlayer {
  width: 180px;
  display: none;
  line-height: 1;
  position: relative;
  margin: 0 0 1em 0;
}
/*  Weather Stations content and margin layout
 ********************************************/
.weatherStationsData .disclaimer {
  margin-top: 2em;
  padding: 10px 20px 15px;
}
/* Google maps styling
 *******************************************/
.mapContainerLeft {
  width: 75%;
  float: left;
}
/* Road Altitude panels
 *******************************************/
.roadAltitudeInformation {
  width: 24%;
  float: right;
}
.roadAltitudeInformation h2 {
  background: #7593af;
  border: none;
  color: #fff;
  padding: 0.8em 5%;
  margin: 0 0 0.8em 0;
}
/*  Mobile switcher layout
 ********************************************/
#mobSwitcher {
  margin: 5px;
  position: absolute;
  overflow: hidden;
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border: 10px solid #0e2c4a;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #mobSwitcher {
    display: block;
  }
}
#mobpanel {
  color: #0e2c4a;
}
#mobpanel ul {
  margin: 0;
  padding: 0;
}
#mobpanel ul li {
  margin: 0 0 1px 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  background: #becde6 url(../images/mobswitch/mobswitchbtn.gif) scroll repeat-x left;
  cursor: pointer;
}
#mobpanel li a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
  color: #0e2c4a;
}
#mobpanel label {
  padding: 15px 0;
  cursor: pointer;
  display: block;
  background-color: #ebebeb;
  margin-bottom: 1.2em;
}
#mobpanel input {
  vertical-align: baseline;
}
#mobpanel p.cookie {
  color: #666;
}
#mobpanel p.cookie a {
  color: #666;
  text-decoration: underline;
}
#mobpanel p.cookie a:hover {
  text-decoration: none;
}
.manageCookie th {
  width: 20%;
}
/* Cookie banner */
.cookieAcceptWrapper {
  background-color: #e7e8ec;
  display: inline-block;
  width: 100%;
  color: #0b2d49;
  margin: 1em 0;
  padding: 0.5em 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.cookieAcceptWrapper span.text {
  float: left;
  margin: 0;
  padding: 1em;
}
#cookieAccept {
  background: #7592ae;
  color: #fff;
  padding: 4px 8px;
  margin-right: 5px;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
}
#cookieAccept:hover {
  background: #bb2323;
}
#cookieAccept:first-child {
  border: none;
  margin: 0;
}
/*  Social Bookmarks
 ********************************************/
div.socialbookmarks {
  overflow: hidden;
  float: right;
  width: 50%;
  margin: 0 0 1em 0;
}
.socialbookmarks ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
.socialbookmarks ul li {
  margin: 0 3px 0 0;
  padding: 0 0 0 0;
  float: left;
  list-style: none;
  overflow: hidden;
}
.socialbookmarks ul li:last-child {
  margin-right: 0;
}
.socialbookmarks ul li a {
  display: block;
  float: left;
  text-indent: -9999px;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.socialbookmarks ul li.delicious a {
  background-image: url(../images/socialbookmarking/delicious.png);
}
.socialbookmarks ul li.digg a {
  background-image: url(../images/socialbookmarking/digg.png);
}
.socialbookmarks ul li.facebook a {
  background-image: url(../images/socialbookmarking/facebook.png);
}
.socialbookmarks ul li.googleplus a {
  background-image: url(../images/socialbookmarking/googleplus.png);
}
.socialbookmarks ul li.reddit a {
  background-image: url(../images/socialbookmarking/reddit.png);
}
.socialbookmarks ul li.stumbleupon a {
  background-image: url(../images/socialbookmarking/stumbleupon.png);
}
.socialbookmarks ul li.twitter a {
  background-image: url(../images/socialbookmarking/twitter.png);
}
.socialbookmarks ul li.email a {
  background-image: url(../images/socialbookmarking/email.png);
}
/* Paging icon adjustment on live news home page*/
#lastUpdateText, #lastUpdate {
  color: #f1f0f6;
  float: left;
  display: block;
}
#lastUpdate {
  font-style: italic;
}
a.feed-jump-to-top {
  padding-right: 15px;
  margin-right: 30px;
  background: url(/images/icons/move-to-top.gif) right no-repeat;
}
a.feed-show-less {
  padding-right: 15px;
  background: url(/images/icons/show-less.gif) right no-repeat;
}
a.feed-show-more {
  padding-right: 15px;
  background: url(/images/icons/show-more.gif) right no-repeat;
}
.pagingIcon {
  position: relative;
}
th a.columnAscending, th a.columnDescending, th a.columnSortable {
  color: #fff;
  border-bottom: none;
  padding-right: 8px;
  text-decoration: none;
  background-attachment: scroll;
  background-position: right;
  background-repeat: no-repeat;
}
/* Column sort heading */
a.columnAscending {
  background-image: url(../images/css/sortuparrow.png);
}
a.columnDescending {
  background-image: url(../images/css/sortdownarrow.png);
}
a.columnSortable {
  background-image: url(../images/css/sortarrows.png);
}
/* Variations for sortable on home page */
.home-group th a.columnAscending, .home-group th a.columnDescending, .home-group th a.columnSortable {
  color: #444;
}
.home-group a.columnAscending {
  background-image: url(../images/css/sortuparrowdark.png);
}
.home-group a.columnDescending {
  background-image: url(../images/css/sortdownarrowdark.png);
}
.home-group a.columnSortable {
  background-image: url(../images/css/sortarrowsdark.png);
}
/* Traffic Scotland Radio Callout on Homepage */
.tsradioCallout {
  margin: 1em 0 0 5%;
  width: 90%;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tsradioCallout .callout {
  padding: 1em;
}
.tsradioCallout .callout img {
  width: 95%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}
.tsradioCallout .callout p {
  margin-top: 0;
  color: #2e3192;
  text-align: center;
}
.tsradioCallout .callout a.button {
  display: block;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: arial, helvetica, sans-serif;
  background: #4f51a7;
  background: -moz-linear-gradient(top, #4f51a7 1%, #343693 50%, #1f217e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4f51a7), color-stop(50%, #343693), color-stop(100%, #1f217e));
  background: -webkit-linear-gradient(top, #4f51a7 1%, #343693 50%, #1f217e 100%);
  background: -o-linear-gradient(top, #4f51a7 1%, #343693 50%, #1f217e 100%);
  background: -ms-linear-gradient(top, #4f51a7 1%, #343693 50%, #1f217e 100%);
  background: linear-gradient(to bottom, #4f51a7 1%, #343693 50%, #1f217e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f51a7', endColorstr='#1f217e',GradientType=0);
  text-shadow: 0px 1px 1px #1b1d5a;
  -webkit-box-shadow: 0px 2px 5px 0px #838386;
  box-shadow: 0px 2px 5px 0px #838386;
}
.cookieAcceptWrapper a {
  color: #0b2d49;
  text-decoration: underline;
}
.cookieAcceptWrapper a:hover {
  color: #0b2d49;
  text-decoration: none;
}
.cookieAcceptWrapper a#cookieAccept {
  display: block;
  text-decoration: none;
  float: right;
  padding: 1em 2em;
  color: #fff;
  background: #1e4360;
  background: -moz-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e4360), color-stop(100%, #0b1c2c));
  background: -webkit-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -o-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -ms-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4360', endColorstr='#0b1c2c',GradientType=0);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cookieAcceptWrapper a#cookieAccept:hover {
  text-decoration: underline;
}
/*  Traffic Scotland Radio
 ********************************************/
#mep_0 {
  position: relative;
  z-index: 110;
}
ul.regions {
  background-color: #060606;
  width: 180px;
  padding: 22px 10px 7px;
  position: relative;
  top: -31px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin: 0 0 -1px 0;
}
ul.regions li {
  margin: 0;
  padding: 3px 0;
  list-style: none;
  z-index: 100;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #000;
}
ul.regions li:last-child {
  border-bottom: none;
}
ul.regions li input {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.regions li input:hover {
  background-color: #2d2d2d;
}
ul.regions li input.active {
  background: #135ea1;
  background: -moz-linear-gradient(top, #6781be 0%, #30548c 50%, #133e80 51%, #70b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6781be), color-stop(50%, #30548c), color-stop(51%, #133e80), color-stop(100%, #70b3b3));
  background: -webkit-linear-gradient(top, #6781be 0%, #30548c 50%, #133e80 51%, #70b3b3 100%);
  background: -o-linear-gradient(top, #6781be 0%, #30548c 50%, #133e80 51%, #70b3b3 100%);
  background: -ms-linear-gradient(top, #6781be 0%, #30548c 50%, #133e80 51%, #70b3b3 100%);
  background: linear-gradient(to bottom, #6781be 0%, #30548c 50%, #133e80 51%, #70b3b3 100%);
}
/*  Traffic Scotland Radio code
 ********************************************/
.tsWidget h3 {
  color: #45617c;
  font-size: 1.1em;
  background-color: #f0f1fa;
  margin-bottom: 0.5em;
  padding: 0.5em 1%;
  margin-bottom: 1em;
  margin-top: 2em;
}
.tsWidget img {
  max-width: 100%;
}
div.sampleCode {
  background-color: #f1f4f7;
  padding: 10px;
  border-left: 1px solid #d8dbde;
  border-top: 1px solid #d8dbde;
  margin-bottom: 1em;
}
div.sampleCode textarea {
  display: block;
  background-color: #fff;
  padding: 10px;
  color: #282f36;
  border-top: none;
  border-left: none;
  border-right: 1px solid #d8dbde;
  border-bottom: 1px solid #d8dbde;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  font-size: 1em;
  overflow: auto;
}
/*  Fluid width images
 ********************************************/
.fluidImage {
  max-width: 100%;
}
/* TSNews max image width*/
#cphMain_storyContent_imgIcon {
  max-width: 50%;
}
/* - What's near me - */
#changeLocationForm {
  margin-bottom: 1.2em;
}
#wnmLastUpdatedDetails {
  float: right;
}
ul#wnmUserLocations {
  margin: 0 0 0.5em 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  clear: both;
}
ul#wnmUserLocations li {
  margin: 0 10px 5px 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul#wnmUserLocations li a {
  display: block;
  float: left;
  background: #e3e4ed;
  padding: 0.4em 1em;
  color: #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
ul#wnmUserLocations li a:hover {
  text-decoration: none;
}
ul#wnmUserLocations li.wnmSelectedlocation a {
  background: #7592ae;
  color: #fff;
}
ul#wnmUserLocations li a.text {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  border-right: 1px solid #fff;
}
ul#wnmUserLocations li a.remove {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  padding: 0.4em 0.75em;
  font-weight: bold;
  color: #333;
}
ul#wnmUserLocations li:hover a {
  background: #38526c;
  color: #fff;
}
ul#wnmUserLocations li.wnmSelectedlocation a.remove {
  color: #fff;
}
#changeLocationForm input#userlocation {
  vertical-align: middle;
  margin-left: 2px;
}
#locationSelection h3 {
  margin-top: 1em;
}
ul.wnmLegend {
  margin: 0;
  padding: 2px 0 0 0;
  overflow: hidden;
  float: right;
}
ul.wnmLegend li {
  margin: 0 0 0.2em 10px;
  padding: 0 0 0 17px;
  list-style: none;
  background-image: url(../images/whatsnearme/wnm-key-icons.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  line-height: 19px;
  float: left;
}
ul.wnmList li {
  margin: 0 0 0.2em 10px;
  padding: 0;
  list-style: none;
}
ul.wnmList li a {
  padding: 0 0 0 19px;
  display: inline-block;
  background-image: url(../images/whatsnearme/wnm-key-icons.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  line-height: 19px;
}
ul.wnmLegend li.nearDistance, ul.wnmList li.nearDistance a {
  background-position: bottom left;
}
ul.wnmLegend li.mediumDistance, ul.wnmList li.mediumDistance a {
  background-position: left;
}
ul.wnmLegend li.farDistance, ul.wnmList li.farDistance a {
  background-position: top left;
}
a#findLocation, a#searchButton, a#refresh {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 1em;
  margin: 0 0 0 5px;
  background-color: #ddd;
  color: #000;
  border: 1px solid #707070;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* future proofing */
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e7e7e7 0%, #ececec 50%, #dbdbdb 51%, #d0d0d0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(50%, #ececec), color-stop(51%, #dbdbdb), color-stop(100%, #d0d0d0));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #ececec 50%, #dbdbdb 51%, #d0d0d0 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #ececec 50%, #dbdbdb 51%, #d0d0d0 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #ececec 50%, #dbdbdb 51%, #d0d0d0 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #ececec 50%, #dbdbdb 51%, #d0d0d0 100%);
  background-color: #e7e7e7;
  line-height: 1.3em;
}
a#findLocation:hover, a#searchButton:hover {
  -moz-box-shadow: 0px 1px 3px 0px #aaa;
  -webkit-box-shadow: 0px 1px 3px 0px #aaa;
  box-shadow: 0px 1px 3px 0px #aaa;
  border: 1px solid #505050;
}
.yourLocation .location {
  font-weight: bold;
}
/* - Bookmarks - */
/* Default bookmark buttons */
a.bookmark {
  display: inline-block;
  padding: 0.8em 2.5em 0.8em 0.8em;
  background-color: #7592ae;
  color: #fff;
  background-position: 98% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  text-decoration: none;
  z-index: 1001;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  margin: 0 0 1.2em 0;
}
a.bookmark:hover {
  background-color: #38526c;
}
a.bookmark.remove {
  background-image: url(../images/bookmarks/icon-remove-bookmark.png);
}
a.bookmark.add {
  background-image: url(../images/bookmarks/icon-add-bookmark.png);
}
/* Bookmarks in tables */
th span.bookmark {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 19px;
  background: url(../images/bookmarks/icon-bookmarks.png) scroll no-repeat top left;
  margin: 0 auto;
}
td a.bookmark {
  background-color: transparent;
  display: block;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 5px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
}
td a.bookmark {
  width: 12px;
  height: 19px;
  padding: 0;
  border: none;
}
td a.bookmark:hover {
  background-color: transparent;
  border: none;
}
td a.bookmark.remove {
  background-image: url(../images/bookmarks/remove-bookmark.png);
}
td a.bookmark.add {
  background-image: url(../images/bookmarks/add-bookmark.png);
}
/* Variations for bookmarks page */
#bookmarklist td a.bookmark {
  padding: 5px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#bookmarklist td a.bookmark.remove {
  width: 8px;
  height: 9px;
  background-image: url(../images/bookmarks/remove.png);
}
#bookmarklist td a.bookmark:hover {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* Over-ride for bookmark links in ui window */
.ui-widget-content a.bookmark {
  color: #fff;
  clear: both;
  display: block;
  width: 40%;
  margin: 0 auto 1em auto;
}
/* FAQ
 ***************************************/
img.faqbookmark {
  background-color: #7592ae;
}
/*  Group By Navigation Bar
 ********************************************/
.group-by-nav {
  overflow: hidden;
  background-color: #e3e4ed;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}
.group-by-nav h2 {
  float: left;
  margin: 0;
  display: block;
  background: none;
  border: none;
  padding: 0.5em 1%;
  line-height: 1.4em;
  font-size: 1em;
}
.group-by-nav ul {
  display: inline;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}
.group-by-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: auto;
}
.group-by-nav li a {
  display: block;
  float: left;
  padding: 0.5em 1.5em;
  margin: 0;
  color: #587591;
  text-decoration: none;
  border: none;
  line-height: 1.4em;
  font-size: 1em;
}
.group-by-nav li a:hover {
  background-color: #f1ee74;
  text-decoration: underline;
}
.group-by-nav li.selected a {
  text-decoration: none;
  background-color: #7592ae;
  color: #fff;
}
/*  LEV by Route
 ********************************************/
#lev-by-route-container {
  float: left;
  position: relative;
  clear: both;
  width: 751px;
  margin-bottom: 1em;
  background-color: #e3e4ed;
  overflow: hidden;
  display: none;
}
#lev-by-route-container .title-bar {
  background-color: #7592ae;
  overflow: hidden;
  padding: 0.3em 0;
  position: relative;
}
#lev-by-route-container .title-bar h3 {
  display: inline;
  color: #fff;
  padding: 0.3em 1%;
}
#lev-by-route-container .title-bar label {
  display: inline;
  color: #fff;
  padding: 0.3em 1%;
  font-size: 1.1em;
  font-weight: bold;
}
#lev-by-route-container .title-bar .clear-route {
  position: absolute;
  right: 1%;
}
#lev-by-route-container ul.route-list {
  display: none;
}
.lev-route-camera-info {
  display: none;
  text-align: center;
  color: #000;
  margin-top: 20px;
  clear: both;
}
/* - Bookmarks - */
/* Default bookmark buttons */
a.bookmark {
  display: inline-block;
  padding: 0.8em 2.5em 0.8em 0.8em;
  background-color: #7592ae;
  color: #fff;
  background-position: 98% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  margin: 0 0 1.2em 0;
}
a.bookmark:hover {
  background-color: #38526c;
}
a.bookmark.remove {
  background-image: url(../images/bookmarks/icon-remove-bookmark.png);
}
a.bookmark.add {
  background-image: url(../images/bookmarks/icon-add-bookmark.png);
}
/* Bookmarks in tables */
th span.bookmark {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 19px;
  background: url(../images/bookmarks/icon-bookmarks.png) scroll no-repeat top left;
  margin: 0 auto;
}
td a.bookmark {
  background-color: transparent;
  display: block;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 5px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
}
td a.bookmark {
  width: 12px;
  height: 19px;
  padding: 0;
  border: none;
}
td a.bookmark:hover {
  background-color: transparent;
  border: none;
}
td a.bookmark.remove {
  background-image: url(../images/bookmarks/remove-bookmark.png);
}
td a.bookmark.add {
  background-image: url(../images/bookmarks/add-bookmark.png);
}
/* Variations for bookmarks page */
#bookmarklist td a.bookmark {
  padding: 5px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#bookmarklist td a.bookmark.remove {
  width: 8px;
  height: 9px;
  background-image: url(../images/bookmarks/remove.png);
}
#bookmarklist td a.bookmark:hover {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#bookmarklist .grid p.empty {
  background-color: #fff;
  padding: 0;
}
/* Variations for bookmark links in ui window */
.ui-widget-content a.bookmark {
  color: #fff;
  clear: both;
  display: block;
  width: 40%;
  margin: 0 auto 1em auto;
}
/* Variations for bookmark links in Park & Ride window */
.overlay a.bookmark {
  position: absolute;
  bottom: 7px;
  left: 11px;
  margin: 0;
}
.overlay p.closebutton {
  width: auto;
  right: 11px;
  left: auto;
  bottom: 7px;
  padding: 0;
}
.overlay p.closebutton a {
  margin: 0;
  padding: 0 1em;
  background-color: #7592ae;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
/* Variations for bookmark links on weather pages */
.WeatherBookmark {
  text-align: right;
}
/* Variations for bookmark links on Google maps pages */
.iframepoint a.bookmark {
  clear: both;
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  width: 38%;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.iframepoint a.bookmark.remove {
  width: 50%;
}
/* LTI layout on bookmarks page
 ***************************************/
#bookmarklist #LTC .content ul {
  background: #e3e4ed;
  overflow: hidden;
  width: 100%;
}
#bookmarklist #LTC .content ul li {
  float: left;
  list-style: none;
  margin: 0;
  width: 25%;
}
#bookmarklist #LTC .content ul li a {
  background: #e3e4ed;
  display: block;
  padding: 0.5em 1em;
}
#bookmarklist #LTC .content ul li a:hover {
  background: #f1ee74;
}
/* FAQ
 ***************************************/
img.faqbookmark {
  background-color: #7592ae;
}
/* LEV playback buttons
 ***************************************/
.playbackStopButton {
  background: url('../images/playbuttons/stop_selected.gif');
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-position-x: 5px;
  -o-background-position-x: 5px;
  background-position-x: 5px;
  padding: 5px 6px 5px 30px;
  border: grey 0.1em solid;
  -ms-border-radius: 0.2em;
  border-radius: 0.3em;
  cursor: pointer;
}
.playbackStopButton:hover {
  background: url('../images/playbuttons/stop_selected.gif');
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-position-x: 5px;
  -o-background-position-x: 5px;
  background-position-x: 5px;
  background-color: darkgray;
  padding: 5px 6px 5px 30px;
  border: black 0.1em solid;
  cursor: pointer;
}
.playbackBackButton {
  background-image: url('../images/playbuttons/playb.gif');
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-position-x: 5px;
  -o-background-position-x: 5px;
  background-position-x: 5px;
  padding: 5px 6px 5px 30px;
  border: grey 0.1em solid;
  -ms-border-radius: 0.2em;
  border-radius: 0.3em;
  cursor: pointer;
}
.playbackBackButton:hover {
  background: url('../images/playbuttons/playb.gif');
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-position-x: 5px;
  -o-background-position-x: 5px;
  background-position-x: 5px;
  background-color: darkgray;
  padding: 5px 6px 5px 30px;
  border: black 0.1em solid;
  cursor: pointer;
}
.playbackForwardButton {
  background: url('../images/playbuttons/play.gif');
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-position-x: 5px;
  -o-background-position-x: 5px;
  background-position-x: 5px;
  padding: 5px 6px 5px 30px;
  border: grey 0.1em solid;
  -ms-border-radius: 0.2em;
  border-radius: 0.3em;
  cursor: pointer;
}
.playbackForwardButton:hover {
  background: url('../images/playbuttons/play.gif') no-repeat 5px center;
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-position-x: 5px;
  -o-background-position-x: 5px;
  background-position-x: 5px;
  background-color: darkgray;
  padding: 5px 6px 5px 30px;
  border: black 0.1em solid;
  cursor: pointer;
}
/* Sortable Items
 ***************************************/
.sortableitem h2 {
  font-size: 12px;
}
.sortableitem h2.move {
  cursor: move;
}
#bookmarklist .ui-state-highlight {
  display: block;
  position: relative;
  border: 1px dashed #7592ae;
  background-color: #f7f8fc;
  background-image: none;
  margin: 1em 0;
  padding: 0 0 12px 0;
}
.sortableitem.ui-sortable-helper .content {
  display: none;
}
.sortableitem {
  margin: 1em 0;
  padding: 0 0 14px;
}
.sortableitem *:last-child {
  margin-bottom: 0;
}
.sortableitem h2 {
  margin-top: 0;
}
.sortableitem.ui-sortable-helper h2 {
  opacity: 0.65;
  -moz-box-shadow: 0 1px 5px 0 #ababae;
  -webkit-box-shadow: 0 1px 5px 0 #ababae;
  box-shadow: 0 1px 5px 0 #ababae;
  border: 1px solid #7592ae;
  padding: 1em 1%;
  margin: 0 5px;
}
/* Variations for key on Journey time popup for Google maps */
.iframepoint p.journey-time-key span.jt-key-block {
  margin-left: 0;
}
.iframepoint p.journey-time-key {
  padding-bottom: 1em;
  margin-bottom: 0;
  display: block;
  float: right;
  overflow: hidden;
}
.iframepoint p.journey-time-key > span {
  margin-right: 4px;
  margin-left: 6px;
  white-space: nowrap;
  float: left;
  display: block;
}
.iframepoint hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #7592ae;
  background-color: transparent;
}
/* FAQ - Traffic Info Map Key Image Fix */
table.traffic-info-key tr td img {
  vertical-align: middle;
}
div.mapPopupContainer {
  width: 95%;
  height: 200px;
  min-height: 1px;
  margin-left: 5px;
}
/* twitter follow button */
#main-nav a.twitter-follow-button {
  background: url(../images/css/twitter-bird-light-bgs.png) no-repeat 0 50%;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  white-space: nowrap;
  height: 28px;
  border: #ccc solid 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background-color: #f8f8f8;
  box-sizing: border-box;
  max-width: 100%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
  padding: 0 0.6em 0 2em;
  display: inline-block;
}
#main-nav a.twitter-follow-button:hover {
  background-color: #7592ae;
  background-image: url(../images/css/twitter-bird-light-bgs.png) no-repeat 0 50%;
  color: #fff;
}
/* Text To Speeech image layout*/
img.texttospeech {
  padding: 1em 4em 1em 0em;
  overflow: hidden;
}
/* Twitter Widget */
#features-panel {
  float: left;
  width: 50%;
}
#tw-panel {
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
  background-color: #e3e4ed;
  height: 500px;
  padding: 0 0 0 10px;
}
#twitter-widget-1 {
  width: 100%;
  max-width: 100%;
  min-width: 180px;
}
.twitter-overpanel {
  overflow: hidden;
  width: 24%;
  float: right;
  margin-bottom: 1em;
}
a.twitter-timeline {
  background: url(../images/css/twitter-bird-light-bgs.png) no-repeat 0 50%;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  white-space: nowrap;
  height: 28px;
  border: #ccc solid 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
  padding: 0.4em 0.6em 0 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 210px;
}
#tw-panel.no-js {
  position: relative;
  height: 100px;
}
#tw-panel.no-js a.twitter-timeline {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
}
#developer-area .header {
  background: url(../images/developerarea/white-keyboard.jpg);
  color: #2e3192;
  margin-bottom: 10px;
  padding: 10px;
}
#developer-area .header h1, #developer-area .header h2 {
  color: #2e3192;
}
#developer-area .header h1 {
  font-size: 50px;
  letter-spacing: -1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#developer-area .header h2 {
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 23px;
  margin: 0;
  padding: 10px 0;
  background: none;
  border: none;
}
#developer-area .accordion {
  width: 74.84848%;
  float: left;
}
#developer-area .accordion .accordion-header {
  background: #7592ae;
  color: white;
  width: 100%;
  float: left;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  opacity: 0.9;
}
#developer-area .accordion .accordion-header h2 {
  color: white;
  position: relative;
  bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}
#developer-area .accordion .accordion-header .fa-icon {
  font-size: 25px;
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
  width: 20px;
}
#developer-area .accordion .accordion-header .arrow {
  width: auto;
  display: none;
  float: right;
  padding-right: 10px;
}
#developer-area .accordion .accordion-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 15px 10px;
  font-size: 13px;
}
#developer-area .accordion .accordion-content:before, #developer-area .accordion .accordion-content:after {
  content: "";
  display: table;
}
#developer-area .accordion .accordion-content:after {
  clear: both;
}
#developer-area .accordion .accordion-content p {
  margin: 0;
}
#developer-area .accordion .accordion-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #edeef3;
}
#developer-area .accordion .accordion-content h3 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
#developer-area .accordion .accordion-content .rectangle {
  color: white;
  margin-top: 4px;
  padding: 5px 10px;
  display: inline-block;
}
#developer-area .accordion .accordion-content ul, #developer-area .accordion .accordion-content li {
  padding: 0;
  margin: 0;
}
#developer-area .accordion .accordion-content ul.link:hover, #developer-area .accordion .accordion-content li.link:hover {
  text-decoration: underline;
}
#developer-area .accordion .accordion-content .data {
  background: #69a31a;
}
#developer-area .accordion .accordion-content .other {
  background: #b9a500;
}
#developer-area .accordion .accordion-content .link {
  background: #2e3192;
}
#developer-area .accordion .accordion-content .link a, #developer-area .accordion .accordion-content .link a:visited, #developer-area .accordion .accordion-content .link a:hover, #developer-area .accordion .accordion-content .link a:link {
  color: white;
}
#developer-area .aside {
  clear: right;
  float: right;
  width: 24%;
  margin-bottom: 10px;
  border: 1px solid #edeef3;
  font-size: 12px;
}
#developer-area .aside:before, #developer-area .aside:after {
  content: "";
  display: table;
}
#developer-area .aside:after {
  clear: both;
}
#developer-area .aside a, #developer-area .aside a:link, #developer-area .aside a:visited {
  color: #333;
  text-decoration: underline;
}
#developer-area .aside a:hover {
  color: #7592ae;
}
#developer-area .aside h1 {
  padding: 10px;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -1px;
  color: #333;
  background: none;
  border: none;
}
#developer-area .aside p, #developer-area .aside h3, #developer-area .aside ul {
  padding: 0 10px;
}
#developer-area .aside h3 {
  margin-bottom: 5px;
}
#developer-area .aside .ts-logo {
  padding: 10px;
}
#developer-area .aside .ts-logo img {
  max-width: 100%;
  height: auto;
}
#developer-area .aside span, #developer-area .aside a {
  padding: 10px;
  display: inline-block;
}
/* ROUTE MANAGEMENT
 ----------------*/
#route-management-area, #list-display-area {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 350px;
  max-height: 500px;
}
#route-management-area .accordion, #list-display-area .accordion {
  width: 74.84848%;
  float: right;
}
#route-management-area .accordion .accordion-header, #list-display-area .accordion .accordion-header {
  background: #7592ae;
  color: white;
  width: 100%;
  float: left;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  opacity: 0.9;
}
#route-management-area .accordion .accordion-header h2, #list-display-area .accordion .accordion-header h2 {
  color: white;
  position: relative;
  bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}
#route-management-area .accordion .accordion-header .fa-icon, #list-display-area .accordion .accordion-header .fa-icon {
  font-size: 25px;
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
  width: 20px;
}
#route-management-area .accordion .accordion-header .arrow, #list-display-area .accordion .accordion-header .arrow {
  width: auto;
  display: none;
  float: right;
  padding-right: 10px;
}
#route-management-area .accordion .accordion-content, #list-display-area .accordion .accordion-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  width: 100%;
  max-height: 660px;
  padding: 15px 9px;
  font-size: 13px;
}
#route-management-area .accordion .accordion-content:before, #list-display-area .accordion .accordion-content:before, #route-management-area .accordion .accordion-content:after, #list-display-area .accordion .accordion-content:after {
  content: "";
  display: table;
}
#route-management-area .accordion .accordion-content:after, #list-display-area .accordion .accordion-content:after {
  clear: both;
}
#route-management-area .accordion .accordion-content p, #list-display-area .accordion .accordion-content p {
  margin: 0;
}
#route-management-area .accordion .accordion-content hr, #list-display-area .accordion .accordion-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #edeef3;
}
#route-management-area .accordion .accordion-content h3, #list-display-area .accordion .accordion-content h3 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
#route-management-area .accordion .accordion-content .rectangle, #list-display-area .accordion .accordion-content .rectangle {
  color: white;
  margin-top: 4px;
  padding: 5px 10px;
  display: inline-block;
}
#route-management-area .accordion .accordion-content ul, #list-display-area .accordion .accordion-content ul, #route-management-area .accordion .accordion-content li, #list-display-area .accordion .accordion-content li {
  padding: 0;
  margin: 0;
}
#route-management-area .accordion .accordion-content ul.link:hover, #list-display-area .accordion .accordion-content ul.link:hover, #route-management-area .accordion .accordion-content li.link:hover, #list-display-area .accordion .accordion-content li.link:hover {
  text-decoration: underline;
}
#route-management-area .accordion .accordion-content .data, #list-display-area .accordion .accordion-content .data {
  background: #69a31a;
}
#route-management-area .accordion .accordion-content .other, #list-display-area .accordion .accordion-content .other {
  background: #b9a500;
}
#route-management-area .accordion .accordion-content .link, #list-display-area .accordion .accordion-content .link {
  background: #2e3192;
}
#route-management-area .accordion .accordion-content .link a, #list-display-area .accordion .accordion-content .link a, #route-management-area .accordion .accordion-content .link a:visited, #list-display-area .accordion .accordion-content .link a:visited, #route-management-area .accordion .accordion-content .link a:hover, #list-display-area .accordion .accordion-content .link a:hover, #route-management-area .accordion .accordion-content .link a:link, #list-display-area .accordion .accordion-content .link a:link {
  color: white;
}
/* PERSONALISATION
 ------------------ */
#PrimaryNavigation1_Accounts_logoutlink p.manage {
  display: inline-block;
}
#PrimaryNavigation1_Accounts_logoutlink a {
  display: inline-block;
}
fieldset.my-ts input, fieldset.my-ts textarea {
  width: auto;
}
.my-ts {
  padding: 1em;
}
.my-ts *, .my-ts *:before, .my-ts *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.my-ts legend {
  width: auto;
  padding: 0.5em 1em;
  margin-left: -11px;
}
.my-ts label {
  padding: 5px 0 2px;
  color: #45617c;
}
.my-ts input[type="text"], .my-ts input[type="password"] {
  width: 100%;
}
.my-ts input[type="text"], .my-ts input[type="password"], .my-ts input[type="checkbox"], .my-ts input[type="submit"] {
  margin: 5px 0 5px;
}
.my-ts input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
.my-ts input[type="submit"] {
  padding-left: 10px;
  padding-right: 10px;
  background: #7592ae;
  color: white;
  width: auto;
  cursor: pointer;
}
.my-ts input[type="submit"]:hover {
  background: #45617c;
}
.form-button {
  clear: both;
}
.form-button input {
  margin: 0;
}
#main-nav p.login, #main-nav p.manage {
  padding-bottom: 0;
  line-height: 2em;
}
.validation-summary-errors {
  margin: 0;
}
.validation-summary-errors li {
  margin: 0;
  padding: 3px 7px;
  background: #b00;
  color: white;
}
.main-content {
  width: 69%;
  float: left;
  padding-right: 1%;
}
.main-content.myroutes {
  width: 72%;
}
.main-content h2 {
  margin: 0 0 1em 0;
}
.login-bar {
  float: left;
  width: 30%;
}
.login-bar h2:first-child {
  margin-top: 0;
}
.login-bar.myroutes {
  width: 27%;
}
.login-bar.myroutes img {
  max-width: 100%;
  width: 100%;
}
.login-bar.myroutes li {
  list-style: none;
  margin: 0 1.3% 1em 0;
  float: left;
  position: relative;
}
.login-bar.myroutes li:last-child {
  margin: 0;
}
.login-bar.myroutes li .content {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  left: 0;
  line-height: 1.4;
  padding: 0 1em;
  position: absolute;
  color: white;
  max-width: 100%;
}
.login-bar.myroutes li .content img {
  max-width: 100%;
}
.login-bar.myroutes li .content-route-selector {
  background: rgba(0, 0, 0, .7);
  bottom: 100px;
  left: 0;
  line-height: 1.4;
  padding: 0 1em;
  position: absolute;
  color: white;
  max-width: 100%;
  /*img {
   max-width: 100%;
   }*/
}
.features ul {
  overflow: hidden;
  list-style-type: none;
}
.features ul .main-content {
  /*clear: both;*/
}
.features ul .main-content li {
  margin-bottom: 1em;
}
.features ul li {
  list-style: none;
  margin: 0 1.3% 0 0;
  float: left;
  width: 32.3%;
  position: relative;
}
.features ul li:last-child {
  margin: 0;
}
.features ul li .content {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  left: 0;
  line-height: 1.4;
  padding: 0 1em;
  position: absolute;
  color: white;
  max-width: 100%;
}
.features ul li .content-route-selector {
  /*@include transition_all();*/
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  left: 0;
  line-height: 1.4;
  padding: 0 1em;
  position: absolute;
  color: white;
  max-width: 100%;
}
.features ul img {
  max-width: 100%;
}
.social-logins {
  margin: 0;
}
.social-logins li {
  list-style-type: none;
  margin: 0;
}
.social {
  padding: 10px;
  width: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font: bold 47.61905% "Lucida Grande", Tahoma, sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.logo {
  content: "";
  border-right: 0.075em solid rgba(0, 0, 0, 0.1);
  float: left;
  font: 20px zocial;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.social:active {
  outline: none;
  /* outline is visible on :focus */
}
/* Gradients */
.social {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), color-stop(49%, rgba(255, 255, 255, .05)), color-stop(51%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
}
.social:hover, .social:focus {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .15) 49%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .15));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, .15) 49%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .15));
  background-image: -o-linear-gradient(rgba(255, 255, 255, .15) 49%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), color-stop(49%, rgba(255, 255, 255, .15)), color-stop(51%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .15)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, .15) 49%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .15));
  background-image: linear-gradient(rgba(255, 255, 255, .15) 49%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .15));
}
.social:active {
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, .1));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, .1));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, .1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, .1));
  background-image: linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, .1));
}
.social.Facebook {
  background-color: #4863ae;
}
.social.Google {
  background-color: #dd4b39;
}
.social.Twitter {
  background-color: #46c0fb;
}
.social.Microsoft {
  background-color: #0052a4;
  color: #fff;
}
.social.primary, .social.secondary {
  margin: 0.1em 0;
  padding: 0 1em;
}
.social.primary:before, .social.secondary:before {
  display: none;
}
.social.primary {
  background-color: #333;
}
.social.secondary {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* Any browser-specific adjustments */
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Reference icons from font-files
 ** Base 64-encoded version recommended to resolve cross-site font-loading issues
 */
@font-face {
  font-family: 'zocial';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url('zocial-regular-webfont.ttf') format('truetype'), url('zocial-regular-webfont.svg#zocialregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.account-page h2 {
  margin-top: 0;
}
.account-page ul {
  padding: 0;
}
.account-page ul li {
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
.account-page ul li i {
  display: inline-block;
  text-align: center;
  width: 30px;
  font-size: 30px;
  color: #7592ae;
}
.account-page ul li a {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 35px;
}
p.warning-summary {
  padding: 3px 7px;
  background: #b00;
  color: white;
}
.success-summary {
  padding: 3px 7px;
  background: green;
  color: white;
}
/* Route Management
 ------------------------------- */
#route-management {
  padding-left: 10px;
  padding-right: 10px;
}
#route-planner .add-via, #route-planner .remove-via {
  width: 9px;
}
#route-planner .save-route {
  float: right;
  margin: 5px 0px 5px 0;
}
#route-planner #route-management ol #input-show-hide {
  float: right;
}
#route-planner #route-management li {
  margin-left: 0;
  padding: 0 10px;
}
#route-planner #route-management label {
  display: block;
  margin: 1em -10px;
}
#route-planner #route-management input {
  border: 1px solid #ccc;
  font-size: 0.9em;
  margin: 0 -10px;
  padding: 5px 10px;
  width: 100%;
}
#route-planner #route-management h2 {
  display: block;
  margin-top: 0;
  padding-left: 0.5em;
}
#route-planner #route-management .button-icon {
  text-decoration: none;
  color: #fff;
  background: #1e4360;
  background: -moz-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e4360), color-stop(100%, #0b1c2c));
  background: -webkit-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -o-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: -ms-linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  background: linear-gradient(top, #1e4360 0%, #0b1c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4360', endColorstr='#0b1c2c',GradientType=0);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
}
#route-planner #route-management .button-icon:hover {
  text-decoration: underline;
}
#route-planner #route-management .remove-via {
  width: auto;
  float: right;
  margin: 5px 10px 5px 0;
}
#saved-routes .routeInfo, #interactive-events-list .routeInfo, #saved-routes .eventInfo, #interactive-events-list .eventInfo {
  margin-bottom: 1em;
}
#saved-routes .routeInfo h1, #interactive-events-list .routeInfo h1, #saved-routes .eventInfo h1, #interactive-events-list .eventInfo h1 {
  background: none;
  color: #587591;
}
#saved-routes .routeInfo ul, #interactive-events-list .routeInfo ul, #saved-routes .eventInfo ul, #interactive-events-list .eventInfo ul {
  margin-bottom: 0.76923em;
}
#saved-routes .routeInfo ul li, #interactive-events-list .routeInfo ul li, #saved-routes .eventInfo ul li, #interactive-events-list .eventInfo ul li {
  list-style-type: none;
}
#saved-routes .routeInfo a, #interactive-events-list .routeInfo a, #saved-routes .eventInfo a, #interactive-events-list .eventInfo a {
  display: block;
  text-decoration: none;
}
#saved-routes .routeInfo .user-route, #interactive-events-list .routeInfo .user-route, #saved-routes .eventInfo .user-route, #interactive-events-list .eventInfo .user-route, #saved-routes .routeInfo .user-route-add, #interactive-events-list .routeInfo .user-route-add, #saved-routes .eventInfo .user-route-add, #interactive-events-list .eventInfo .user-route-add, #saved-routes .routeInfo .interactive-event, #interactive-events-list .routeInfo .interactive-event, #saved-routes .eventInfo .interactive-event, #interactive-events-list .eventInfo .interactive-event, #saved-routes .routeInfo .no-events, #interactive-events-list .routeInfo .no-events, #saved-routes .eventInfo .no-events, #interactive-events-list .eventInfo .no-events {
  background: #e3e4ed;
  -webkit-transition: all 0.2s linear;
  height: 100%;
  overflow: auto;
  margin-bottom: 10px;
}
#saved-routes .routeInfo .user-route .toggle, #interactive-events-list .routeInfo .user-route .toggle, #saved-routes .eventInfo .user-route .toggle, #interactive-events-list .eventInfo .user-route .toggle, #saved-routes .routeInfo .user-route-add .toggle, #interactive-events-list .routeInfo .user-route-add .toggle, #saved-routes .eventInfo .user-route-add .toggle, #interactive-events-list .eventInfo .user-route-add .toggle, #saved-routes .routeInfo .interactive-event .toggle, #interactive-events-list .routeInfo .interactive-event .toggle, #saved-routes .eventInfo .interactive-event .toggle, #interactive-events-list .eventInfo .interactive-event .toggle, #saved-routes .routeInfo .no-events .toggle, #interactive-events-list .routeInfo .no-events .toggle, #saved-routes .eventInfo .no-events .toggle, #interactive-events-list .eventInfo .no-events .toggle {
  padding: 10px 10px 0 0;
  float: right;
  curson: pointer;
}
#saved-routes .routeInfo .user-route h1, #interactive-events-list .routeInfo .user-route h1, #saved-routes .eventInfo .user-route h1, #interactive-events-list .eventInfo .user-route h1, #saved-routes .routeInfo .user-route-add h1, #interactive-events-list .routeInfo .user-route-add h1, #saved-routes .eventInfo .user-route-add h1, #interactive-events-list .eventInfo .user-route-add h1, #saved-routes .routeInfo .interactive-event h1, #interactive-events-list .routeInfo .interactive-event h1, #saved-routes .eventInfo .interactive-event h1, #interactive-events-list .eventInfo .interactive-event h1, #saved-routes .routeInfo .no-events h1, #interactive-events-list .routeInfo .no-events h1, #saved-routes .eventInfo .no-events h1, #interactive-events-list .eventInfo .no-events h1 {
  padding: 10px 10px 3px 10px;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
#saved-routes .routeInfo .user-route .accidents, #interactive-events-list .routeInfo .user-route .accidents, #saved-routes .eventInfo .user-route .accidents, #interactive-events-list .eventInfo .user-route .accidents, #saved-routes .routeInfo .user-route-add .accidents, #interactive-events-list .routeInfo .user-route-add .accidents, #saved-routes .eventInfo .user-route-add .accidents, #interactive-events-list .eventInfo .user-route-add .accidents, #saved-routes .routeInfo .interactive-event .accidents, #interactive-events-list .routeInfo .interactive-event .accidents, #saved-routes .eventInfo .interactive-event .accidents, #interactive-events-list .eventInfo .interactive-event .accidents, #saved-routes .routeInfo .no-events .accidents, #interactive-events-list .routeInfo .no-events .accidents, #saved-routes .eventInfo .no-events .accidents, #interactive-events-list .eventInfo .no-events .accidents {
  background: #e3e4ed;
}
#saved-routes .routeInfo .user-route .selected, #interactive-events-list .routeInfo .user-route .selected, #saved-routes .eventInfo .user-route .selected, #interactive-events-list .eventInfo .user-route .selected, #saved-routes .routeInfo .user-route-add .selected, #interactive-events-list .routeInfo .user-route-add .selected, #saved-routes .eventInfo .user-route-add .selected, #interactive-events-list .eventInfo .user-route-add .selected, #saved-routes .routeInfo .interactive-event .selected, #interactive-events-list .routeInfo .interactive-event .selected, #saved-routes .eventInfo .interactive-event .selected, #interactive-events-list .eventInfo .interactive-event .selected, #saved-routes .routeInfo .no-events .selected, #interactive-events-list .routeInfo .no-events .selected, #saved-routes .eventInfo .no-events .selected, #interactive-events-list .eventInfo .no-events .selected {
  background: #acbdce;
  -webkit-transition: all 0.2s linear;
  height: 100%;
  overflow: auto;
}
#saved-routes .routeInfo .user-route:hover, #interactive-events-list .routeInfo .user-route:hover, #saved-routes .eventInfo .user-route:hover, #interactive-events-list .eventInfo .user-route:hover {
  background: #f7f57b;
}
#saved-routes .routeInfo .remove-via, #interactive-events-list .routeInfo .remove-via, #saved-routes .eventInfo .remove-via, #interactive-events-list .eventInfo .remove-via {
  width: auto;
  float: right;
  margin: 5px 10px 5px 0;
}
#noRoutes {
  font-weight: bold;
  text-align: center;
}
.loader {
  background: white;
  opacity: 0.6;
  height: 640px;
  width: 100%;
  position: absolute;
  z-index: 9999;
}
#calculating-route {
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  opacity: 0.6;
}
#calculating-route p {
  font-weight: bold;
  color: black;
  display: inline;
  opacity: 1;
}
.fade-hide, .fade-show {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.fade-hide {
  opacity: 1;
}
.fade-hide.fade-hide-active {
  opacity: 0;
}
.fade-show {
  opacity: 0;
}
.fade-show.fade-show-active {
  opacity: 1;
}
.incident {
  display: block;
  height: 30px;
}
.incident input {
  position: relative;
  top: -5px;
}
.incident span {
  position: relative;
  top: -7px;
}
/*  Police Travel Warnings
 ********************************************/
.ptw-list h2 {
  background: #7592ae;
  color: #fff;
  clear: both;
  margin: 0;
}
.ptw-list ul {
  overflow: hidden;
  background: #e3e4ed;
}
.ptw-list li {
  list-style-type: none;
  margin: 0;
  float: left;
  width: 25%;
}
.ptw-list span {
  background: #e3e4ed;
  display: block;
  padding: 0.5em 1em;
}
.ptw-list span:hover {
  background: #f1ee74;
}
.ptw {
  margin-bottom: 1rem;
}
.ptw .moredetails {
  margin-left: 0.5rem;
}
.ptw-details {
  display: none;
}
.ptw-details.active {
  display: block;
  padding: 0 1em;
}
.ptw-lastupdated {
  margin-top: 2rem;
}
div.weather-alert {
  display: inline-block;
}
div.weather-alert div {
  border-color: #333;
  border-width: 1.5px;
  border-style: solid;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  float: left;
}
div.weather-alert div.weather-alert-severity.weather-alert-yellow {
  background-color: #ffe923;
  width: 65px;
}
div.weather-alert div.weather-alert-severity.weather-alert-amber {
  background-color: #f90;
  width: 65px;
}
div.weather-alert div.weather-alert-severity.weather-alert-red {
  background-color: #c03;
  color: #fff;
  width: 65px;
}
div.weather-alert div.weather-alert-type {
  color: #fff;
  background-color: #333;
}
div.weather-alert div ul {
  margin-bottom: 0;
}
div.weather-alert div ul li {
  list-style-type: none;
  margin-left: 0;
  display: inline;
  text-transform: capitalize;
  line-height: 1em;
}
div.weather-alert div ul li:before {
  content: ', ';
}
div.weather-alert div ul li:first-child:before {
  content: '' !important;
}
div.weather-alert div ul li:nth-last-child(1):before {
  content: ' & ';
}
td.weather-alert-region {
  vertical-align: top;
  width: 200px;
}
strong.bridge-name {
  color: #45617c;
}
tr.bridge-restriction-bridge-row {
  background: #f1f0f6;
}
tr.bridge-restriction-bridge-row.first-row td {
  border-top: 1px solid #7592ae;
}
