/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/Fonts/../fonts/glyphicons-halflings-regular.eot');
  src: url('/Fonts/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Fonts/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Fonts/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Fonts/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Fonts/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.slider-container {
  width: 100%;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .pointer-label {
  /*position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;*/
  display: inline-block;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
    top: 2px;
    position: relative;
    margin-bottom: 10px;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme .back-bar {
    height: 10px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme .back-bar .selected-bar {
  border-radius: 4px;
  background-color: #a1fad0;
  background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
  background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
  background-image: -o-linear-gradient(top, #bdfade, #76fabc);
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme .back-bar .pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    border-radius: 10px;
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    opacity: 0.8;
    border: 0px solid transparent;
}
.theme .back-bar .pointer-label {
  /*color: #999;*/
}
.theme .back-bar .focused {
  color: #333;
}
.theme .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme .scale ins {
  color: #999;
  background-color: transparent;
}div#toolbar, div#toolbarbut 
{
 position:fixed; 
  bottom: 0px;
  right: 0px;
  z-index: 99; 
  height: 36px;
  background-image: url('/Data/style/jqtoolbar/bcktool.jpg');
  
  /*
using a png caused issues in IE8
background-image: url('/Data/style/jqtoolbar/bcktool.png');
 
  */
  border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
  
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; 
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
  
  
	
}

div#toolbar {
  width: 90%;
  min-width: 800px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #555;
}

.toolbarleft{
  float: left; display:none;
}

.toolbarright 
{ white-space:nowrap;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left:10px;
  float: right;
  
  
}

/* for ipad fixed positioning is problematic */

/*
@media only screen and (device-width: 768px) { 
    div#toolbar, div#toolbarbut { position:static;  }
	
}
*/





/*-- Left Side --*/

ul#social li {
  display: inline;
}

#social { float: left;}

a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.rss {
  background: url('/Data/style/jqtoolbar/rss.png') no-repeat;
}

a.facebook {
  background: url('/Data/style/jqtoolbar/facebook.png') no-repeat;
}

a.twitter {
  background: url('/Data/style/jqtoolbar/twitter.png') no-repeat;
}

a.delicious {
  background: url('/Data/style/jqtoolbar/delicious.png') no-repeat;
}

a.digg {
  background: url('/Data/style/jqtoolbar/digg.png') no-repeat;
}

a.stumble {
  background: url('/Data/style/jqtoolbar/stumble.png') no-repeat;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url('/Data/style/jqtoolbar/downarrow.png') no-repeat 5px 7px;
}

#toolbar ul {
	margin:0;
	padding:0;
	list-style:none;
 
  
}

#toolbar a.adminlink ,
#toolbar a.adminlink:link ,
#toolbar a.adminlink:visited ,
#toolbar a.adminlink:hover ,
#toolbar a.adminlink:active { 
font-size: 14px!important; 
border-left: 1px solid #a4a4a4;
  padding: 8px 8px 10px 23px;
  line-height: 32px;
  color: #555;
  text-decoration:none;
}
#toolbar a.adminlink:hover {  text-decoration:underline;}

#toolbar a.adminlink { font-weight:700; text-decoration: underline; }
#toolbar a.adminlink:hover { color: #666;}

#toolbar a.adminmenulink { background: transparent url('/Data/style/jqtoolbar/key.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.filemanlink { background: transparent url('/Data/style/jqtoolbar/folder_explore.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.newpagelink { background: transparent url('/Data/style/jqtoolbar/page_white_add.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.pageeditlink { background: transparent url('/Data/style/jqtoolbar/page_white_edit.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.pagesettingslink { background: transparent url('/Data/style/jqtoolbar/page_white_wrench.png') no-repeat; background-position : 2px 50%;  }


       


/* Reset */
.qtfile, 
.qtfile p,
.qtfile ul,
.qtfile li, 
.qtfile a, 
.qtfile span,
.qtfile img
{
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	/*
	zoom: 1;
    */
}

.qtfile
{
	min-width: 650px;
}

.qtfile span
{
	vertical-align: text-top;
	line-height: 100%;
}

/* Button elements */
.qtfile .button
{
	cursor: pointer;
}

.qtfile .button.button-disabled
{
	color: Gray;
	cursor: default;
}

/* Icons */
/* Command buttons */
.qtfile .button.folder-create .icon,
.qtfile .button.folder-rename .icon,
.qtfile .button.folder-move .icon,
.qtfile .button.folder-delete .icon,
.qtfile .button.file-upload .icon,
.qtfile .button.file-refresh .icon,
.qtfile .button.folder-refresh .icon,
/* File actions */
.qtfile .file-panel .icon-file-name,
.qtfile .file-panel .file-actions span,
/* Folder items */
.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-bullet.folder-bullet-closed,
.qtfile .folder-panel .folder-bullet.folder-bullet-opened,
.qtfile .folder-panel .icon-folder,
.qtfile .folder-panel .icon-folder-end,
/* Status icons */
.qtfile .qtfile-footer .icon-status
{
	background-image: url('/Data/style/qtfile/icons.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
}

/* Header */
.qtfile .qtfile-header
{
	padding: 7px 0 3px 10px;
}

/* Footer */
.qtfile .qtfile-footer
{
	border-top: none;
	padding: 6px 0 5px 5px;
	position: relative;
}

.qtfile .qtfile-footer .status-message
{
	position: absolute;
	left: 10px;
	top: 8px;
}

.qtfile .qtfile-footer .icon-status
{
	margin: 0 5px 0 0;
}

.qtfile .qtfile-footer .status-info .icon-status { background-position: 64px 64px; }
.qtfile .qtfile-footer .status-warn .icon-status { background-position: 32px 64px; }
.qtfile .qtfile-footer .status-error .icon-status { background-position: 16px 64px; }

.qtfile .qtfile-footer .credit
{
	display: block;
	float: right;
	margin-right: 15px;
}

.qtfile .qtfile-footer .credit a
{
	line-height: 1.6em;
}

.qtfile .qtfile-footer .credit a:hover
{
	text-decoration: underline;
}

/* Menu list */
.qtfile .menu-bar
{
	margin: 5px 0 5px 5px;
	position: relative;
}

.qtfile .menu-bar .icon
{
	margin-right: 3px;
}

.qtfile .menu-bar .button.file-refresh
{
	position: absolute;
	right: 3px;
	top: 2px;
}

.qtfile .button.file-refresh .icon { background-position: 0 32px; }
.qtfile .button.folder-create .icon { background-position: 0 48px; }
.qtfile .button.folder-rename .icon { background-position: 64px 48px; }
.qtfile .button.folder-delete .icon { background-position: 32px 48px; }
.qtfile .button.folder-move .icon { background-position: 48px 48px; }
.qtfile .button.file-upload .icon { background-position: 64px 32px; }


.qtfile .qtfile-content
{
	position: relative;
	height: 389px;
	/* Only need the top border from jquery-ui */
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Headers */

.qtfile .file-header *,
.qtfile .folder-header *
{
	line-height: 27px;
}

.qtfile .folder-header
{
	border-right: none;
	border-left: none;
	position: relative;
	padding-left: 2%;
	margin-right: -2%;
}

.qtfile .folder-header .button.folder-refresh
{
	position: absolute;
	right: 3%;
	top: 3px;
}

.qtfile .button.folder-refresh .icon { background-position: 0 32px; }

.qtfile .file-header
{
	border-right: none;
	padding-left: 0px;
	position: relative;
}

.qtfile .file-header .file-size-header,
.qtfile .file-header .file-name-header,
.qtfile .file-header .file-actions-header
{
	float: left;
	text-align: center;
	background-image: none;
	background-color: Transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-right: -1px;
}

.qtfile .file-header .file-name-header
{
	border: none;
	width: 55%;
	text-align: left;
	text-indent: 1%;
}

.qtfile .file-header .file-size-header
{
	width: 20%;
}

.qtfile .file-header .file-actions-header
{
	width: 25%;
	text-indent: -10000px;
}

/* Folders */

.qtfile .folder-wraper
{
	width: 26%;
	position: absolute;
}

/* Folder list */

.qtfile .folder-panel
{
	height: 360px;
	overflow: auto;
}

.qtfile .folder-panel li,
.qtfile .file-panel li
{
	white-space: nowrap;
}

.qtfile .folder-panel li li
{
	padding-left: 16px;
}

.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-name
{
	cursor: pointer;
}

.qtfile .folder-panel .folder-name-text
{
	line-height: 1.5em;
}

.qtfile .folder-panel .folder-name:hover
{
	color: Blue;
}

.qtfile .folder-bullet { background-image: none; }
.qtfile .icon-folder-end { background-position: 16px 32px; }
.qtfile .icon-folder { background-position: 16px 48px; }
.qtfile .folder-bullet.folder-bullet-closed { background-position: 48px 32px; }
.qtfile .folder-bullet.folder-bullet-opened { background-position: 32px 32px; }

.qtfile .folder-panel .folder-name .icon-folder,
.qtfile .folder-panel .folder-name .icon-folder-end
{
	margin-right: 5px;
}

.qtfile .folder-panel .folder-name .icon-folder-end
{
	visibility: hidden;
	left: 5px;
}

.qtfile .folder-panel .folder-name-selected .icon-folder-end
{
	visibility: visible;
}

/* Files */

.qtfile .file-wraper
{
	width: 74%;
	position: absolute;
	right: 0;
}

.qtfile .file-panel
{
	padding-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-image: none;
	background-color: Transparent;
	height: 360px;
	overflow: auto;
}
.qtfile .file-panel.file-list-empty
{
	/* background: url('/Data/style/qtfile/empty_folder_bg.png') 50% 50% no-repeat; */
}

.qtfile .file-panel .file-name, 
.qtfile .file-panel .file-size, 
.qtfile .file-panel .file-actions
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: left;
	line-height: 1.7em;
}

.qtfile .file-panel .file-name
{
	width: 55%;
	text-indent: 1%;
}

.qtfile .file-panel li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qtfile .file-panel li { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
.qtfile .file-panel li { height:1%; }
.qtfile .file-panel li { display:block; }
/* end clearfix */

.qtfile .file-panel li.even
{
	background-image: url('/Data/style/qtfile/file_even_bg.png');
}

.qtfile .file-panel li:hover
{
	background-image: url('/Data/style/qtfile/file_hover_bg.png');
}

.qtfile .file-panel .file-size
{
	width: 19%;
	text-align: right;
}

.qtfile .file-panel .file-actions
{
	float: right;
	width: 22%;
	text-align: center;
	margin: 0  0 0 1%;
}

.qtfile .file-panel .icon-file-name
{
	margin: 0 1% 0 0;
}

.qtfile .file-panel .file-actions span
{
	cursor: pointer;
	margin: 0  0 0 1%;
	text-indent: -10000px;
	
	/* Fix for IE7 moved to IE7Specific css
	*text-indent: 0;
	*font-size: 0;
    */

}

.qtfile .file-panel .file-action-link { background-position: 48px 64px; }
.qtfile .file-panel .file-action-delete { background-position: 16px 16px; }
.qtfile .file-panel .file-action-move { background-position: 32px 16px; }
.qtfile .file-panel .file-action-rename { background-position: 48px 16px; }
.qtfile .file-panel .file-action-download { background-position: 64px 16px; }
.qtfile .file-panel .file-action-preview { background-position: 80px 64px; }

/* File preview */

.qtfile .file-preview p,
.qtfile .file-preview img
{
	margin: 0;
	padding: 0;
}

.qtfile .file-preview p
{
	overflow: hidden;
	white-space: nowrap;
}

.qtfile .file-preview p span
{
	line-height: 1.6em;
	vertical-align: text-top;
}

.qtfile .file-preview
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: auto;
	max-width: 65%;
	display: none;
	/* Width must be set in IE7 for header get right moved to IE7Specific.css
	*width: 65%;
    */
}

.qtfile .file-preview-field-name
{
	display: inline-block;
	width: 7.5em;
	font-weight: bold;
}

.qtfile .file-preview p.file-preview-image
{
	line-height: 0;
	width: auto;
}

.qtfile .file-preview .file-preview-image img
{
	max-width: 100%;
	overflow: auto;
	max-height: 150px;
}

.qtfile .file-preview .file-preview-image-loading
{
	display: block;
	width: 48px;
	height: 48px;
	background: url('/Data/style/qtfile/indicator.gif') no-repeat;
}

/* File icons */

.qtfile .file-panel .icon-file-name
{
	background-image: url('/Data/style/qtfile/file_types.png');
	background-position: 16px 16px;
}

.qtfile .file-panel .icon-file-bmp { background-position: 256px 256px; }
.qtfile .file-panel .icon-file-jpg, .qtfile .file-panel .icon-file-jpeg { background-position: 240px 0; }
.qtfile .file-panel .icon-file-png { background-position: 224px 0; }
.qtfile .file-panel .icon-file-gif { background-position: 208px 0; }

.qtfile .file-panel .icon-file-txt { background-position: 256px 240px; }
.qtfile .file-panel .icon-file-pdf { background-position: 240px 240px; }

/* Impromptu 
http://trentrichardson.com/Impromptu/index.php
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url('/ClientScript/colorbox/images/overlay.png') repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url('/ClientScript/colorbox/images/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('/ClientScript/colorbox/images/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('/ClientScript/colorbox/images/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('/ClientScript/colorbox/images/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url('/ClientScript/colorbox/images/loading_background.png') no-repeat center center;}
        #cboxLoadingGraphic{background:url('/ClientScript/colorbox/images/loading.gif') no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('/ClientScript/colorbox/images/controls.png') no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
/* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */

.AspNet-GridView
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
}

.AspNet-GridView table { width: 100%; }
.AspNet-GridView table { width: 100%; }
.AspNet-GridView table.editgrid { margin:0px;}

.AspNet-GridView table thead
{
    background-image: url('/Data/style/gridview/YahooSprite.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.AspNet-GridView table thead th
{
    padding: 5px;
    color: #16387c;
	text-align:left;
}

.AspNet-GridView table thead th a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
   
}

.AspNet-GridView table tbody tr td
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
	background-color: #f1f5f6;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #9ab2ca;
	background-image: url('/Data/style/gridview/YahooSprite.gif');
    background-position:0 -80px;
    background-repeat:repeat-x;
}

.AspNet-GridView div.AspNet-GridView-Pagination
{
background-image: url('/Data/style/gridview/YahooSprite.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination span
{
font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

.AspNet-GridView tr.AspNet-GridView-Empty
{
	color:#ffffff;
    background-color: #c9c9c9;
	 text-align:center; 
}

.AspNet-GridView tr.AspNet-GridView-Empty p
{ padding-top:20px;}

.formResults .AspNet-GridView table thead, .formResults  div.AspNet-GridView-Pagination
{
background-image: none;
}

html[dir='rtl'] .AspNet-GridView table thead th { text-align: right;}
html[dir='rtl'] .AspNet-GridView table thead th a { text-align: right; }
body.filedialog{ color: black;}

h2.logitem { font-size: 1em; }

input.openid_login { background:url('/Data/style/common/openidlogin.gif') no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* autocomplete extender */

ul.autocomplete_completionListElement 
{  
	margin : 0px 0px 0px 0px!important;
	padding: 0px !important;
	background-color : white;
	color : black;
	border-color : gray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none !important;
	
}

li.autocomplete_highlightedListItem
{
	margin-left: 0px !important ;
	background-color: #ffff99;
	color: black;
	padding: 1px !important;
	background-image:none!important;
	
	
}

li.autocomplete_listItem 
{
	
	margin-left: 0px !important;
	background-color : white;
	color : black;
	padding : 1px !important;
	background-image:none!important;

	
}

/* jQuery Cycle Pager 
 * Required for HTML Module "Slide Show Pager" option.
 */
.cyclenav {text-align: center;}
.cyclenav a{margin-right: 3px;}
.cyclenav a.activeSlide {font-weight: bold;}

/* Example of jQuery Cycle Pager with 'dots' for the navigation links
 * To use this, place 'cycledots' (without quotes) in the 
 * 'Custom CSS Class' setting of the HTML Content Module being used 
 * for the slideshow
 */
.cycledots .cyclenav a{
	background: transparent url('/Data/style/common/cyclenav-bullet2.png') no-repeat scroll center -28px; 
	line-height: 40px;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;}
.cycledots .cyclenav a:focus,
.cycledots .cyclenav a.activeSlide{ background-position: center -14px; }
.cycledots .cyclenav a:hover { background-position: center 0; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



/* faq */
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url('/Data/style/common/q.gif') 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url('/Data/style/common/a.gif') 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}

/*mojorating */
.ratingcontainer { float:right; white-space:nowrap; margin:5px 5px 5px 5px;  }
.ratingprompt { float: left; margin-right: 5px; }
.voteswrap { margin-left: 5px; }
.ratingcontainer div { float:left; white-space:nowrap; margin:0px 0px 0px 0px;  }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; height:14px; margin:1em; }
.ratingStar .ratingItem { font-size:0; width:13px; height:12px; display:block; background-repeat:no-repeat; cursor:pointer; margin:0; padding:0; }
.ratingStar .Filled { background-image:url('/Data/style/common/ratingStarFilled.png'); }
.ratingStar .Empty { background-image:url('/Data/style/common/ratingStarEmpty.png'); }
.ratingStar .Saved { background-image:url('/Data/style/common/ratingStarSaved.png'); }
.ratingbuttons {  margin: 0px 0px 0px 0px; padding: 2px 0px 0px 0px;  }
.rcommentprompt { display:block;}
.ratingcomments { border:#000 1px solid; background-color:#eee; color:#000; width:206px; height:200px; position:absolute; margin-top:15px; padding:5px; }
.ratingcommentbox { width:200px; height:100px; }



a.addtocal { background: url('/Data/style/common/calendar_add.png') no-repeat; background-position: 0px 2px; padding-left:18px; display:inline-block; min-height:22px; margin-right:4px;  }

/* ***************************************
** Diff related styles
*****************************************/

ins {
	background-color: #cfc;
	text-decoration:inherit;

}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

a.inlineedittoggle.ui-icon { display: inline-block; }

.filedialog { margin: 0; padding: 0;}
#GalleryPreview{ table-layout: fixed; width: 450px; margin: 0 auto;float: left; border: 0px solid #0000ff; }
#GalleryPreview_VerticalFix { width: 450px; display: table-cell; text-align: left; border: 0px solid #00ff00; }
#GalleryPreview img { max-width: 550px; max-height: 550px;}
.boldtext { font-weight: bold;}

#filewrapper {}
#filewrapper .fileoperations { background-color: #F0EFF1; }
#filewrapper .foldercreation,
#filewrapper .fileupload { float: left; width: 50%;}
#filewrapper .operationpanel { padding: 0 5px; }
#filewrapper .operationheading { display: block; text-align: center; background-color: #E0DFE3; font-weight: bold;}
#filewrapper .imageresizeoptions { margin-top: 10px; }
#filewrapper .imageresizeoptions,
#filewrapper .operationinstructions { font-size: 110%; }
#filewrapper .imageresizecheckbox { display: block; }
#filewrapper .imageresizecheckbox input { margin-right: 3px; }
#filewrapper .errorpanel span { margin-top: 5px; }

#filewrapper .fileselection > div { }
#filewrapper .filetreewrapper { float: left; width: 33%; }
#filewrapper .filepreview { float: left; width: 67% }
#filewrapper .filepreview .operationpanel { padding: 0 0 0 15px; }
#filewrapper .rootfolder { float: left; height: 475px; width: 100%; margin-left: 10px; overflow: auto; }
#filewrapper #pnlFileTree { padding-right: 30px; }
#filewrapper .smalltextbox { width: 30px; margin-right: 10px; }

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

div.uploadfilelist {
	padding-top: 10px;
	clear: both;
}

div.uploadfilelist .ui-button,
.uploadcontainer .ui-button {
	padding: 7px;
}

ul.filelist {
	
	list-style: none;
}

ul.filelist .ui-icon-trash {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	
}

div.fileupload-dropzone {
	padding: 50px 0 50px 0;
	width: 100%;
	border:dashed thin black;
	margin: 4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
}

/* editor styles, classes assigned by toolbar items */
.AlignCenter , p.AlignCenter {
  text-align: center;
}
 
.AlignLeft , p.AlignLeft{
  text-align: left;
}
 
.AlignRight, p.AlignRight {
  text-align: right;
}
 
.AlignJustify, p.AlignJustify {
  text-align: justify;
}
 
.Indent1, p.Indent1 , ol.Indent1, ul.Indent1{
  margin-left: 40px;
}
 
.Indent2, p.Indent2, ol.Indent2, ul.Indent2 {
  margin-left: 80px;
}
 
.Indent3, p.Indent3, ol.Indent3, ul.Indent3 {
  margin-left: 120px;
}

.font-xsmall {
  font-size: 60%;
}
.font-small {
  font-size: 80%;
}
.font-normal {
  font-size: 100%;
}
.font-large {
  font-size: 120%;
}
.font-xlarge {
  font-size: 140%;
}

table.jqtable td { font-weight:bold; }
table.FileManager_table { width:99%; }

div.cmdbar { display:inline-block; min-width:300px; min-height:14px; max-height: 14px; }
a.forumcommand { margin: 0px 10px 0px 10px; }
/* ----------------------------------
MojoPortal Admin Menu CSS
For more information about Crystal Clear icons, http://commons.wikimedia.org/wiki/Category:Crystal_Clear_icons 
This css and few custom modified verasions of crystal icons were contributed by Steve Railsback of Colorado State U 2010-09-29
To use this, add this to your style.config file:
<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>
------------------------------------- */

/* Admin menu */
div.adminmenu {  }
div.adminmenu ul.simplelist { margin: 0 0 1em -20px; }
div.adminmenu ul.simplelist li { float: left; display: block; background-image:none; }
div.adminmenu ul.simplelist li  a { 
	line-height: 1em; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left; 
	padding: 60px 10px 10px 10px; 
	margin: 5px; 
	text-decoration: none; 
	/* color: #666; */
	border: 1px solid #ddd; 
	text-align: center;  
}

html[dir='rtl'] div.adminmenu ul li { float: right;}
html[dir='rtl'] div.adminmenu ul li a { float: right; }


div.adminmenu ul.simplelist li a:hover { color: #000; border: 1px solid #333; background-color: #eee; } 

a.lnkSiteSettings { background: url('/Data/style/adminmenu/Crystal_Clear_action_run.png') no-repeat center 10px; }


a.lnkSecurityAdvisor, a.lnkSecurityAdvisorWarning {background: url('/Data/style/adminmenu/Crystal_Clear_app_agent.png') no-repeat center 10px; }


a.lnkSecurityAdvisorWarning { color:Red !important; border-color:Red !important; }
a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }
span.secwarning { display: none; }


a.lnkCommerceReports { background: url('/Data/style/adminmenu/Crystal_Clear_app_kchart.png') no-repeat center 10px;}
a.lnkContentManager { background: url('/Data/style/adminmenu/Crystal_Clear_mimetype_document.png') no-repeat center 10px;}
a.lnkContentWorkFlow { background: url('/Data/style/adminmenu/Crystal-Clear-content_workflow.png') no-repeat center 10px; }
a.lnkContentTemplates { background: url('/Data/style/adminmenu/Crystal_Clear_app_kivio.png') no-repeat center 10px;}
a.lnkStyleTemplates { background: url('/Data/style/adminmenu/Crystal-Clear-app-stylesheet.png') no-repeat center 10px;}
a.lnkSiteList { background: url('/Data/style/adminmenu/folder_html.png') no-repeat center 10px;}
a.lnkPageTree { background: url('/Data/style/adminmenu/Crystal-Clear-action-view-tree.png') no-repeat  center 10px;}
a.lnkRoleAdmin { background: url('/Data/style/adminmenu/Crystal_Clear_users.png') no-repeat  center 10px;}
a.lnkFileManager { background: url('/Data/style/adminmenu/Cystal_Clear_file_manager.png') no-repeat  center 10px;}
a.lnkAddUser { background: url('/Data/style/adminmenu/Crystal_Clear_add_user.png') no-repeat  center 10px;}
a.lnkCoreData { background: url('/Data/style/adminmenu/Crystal_Clear_app_database.png') no-repeat  center 10px;}
a.lnkAdvancedTools { background: url('/Data/style/adminmenu/Crystal-Clear-action-configure.png') no-repeat  center 10px;}
a.lnkLogViewer { background: url('/Data/style/adminmenu/Crystal-Clear-mimetype-vcalendar.png') no-repeat  center 10px;}
a.lnkServerInfo { background: url('/Data/style/adminmenu/Crystal-Clear-app-ksysguard.png') no-repeat  center 10px;}
a.lnkNewsletter { background: url('/Data/style/adminmenu/Crystal-Clear-app-kontact.png') no-repeat  center 10px;}
a.lnkMemberList { background: url('/Data/style/adminmenu/Crystal-Clear-kuser2.png') no-repeat  center 10px;}
a.lnkCurrencyAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-currency.png') no-repeat  center 10px;}
a.lnkCountryAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-locale.png') no-repeat  center 10px;}
a.lnkGeoZone { background: url('/Data/style/adminmenu/Crystal-Clear-app-browser.png') no-repeat  center 10px;}
a.lnkTaxClassAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-kspread.png') no-repeat  center 10px;}
a.lnkTaxRateAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-tax.png') no-repeat  center 10px;}
a.lnkUrlManager { background: url('/Data/style/adminmenu/Crystal-Clear-url.png') no-repeat  center 10px;}
a.lnkRedirectManager { background: url('/Data/style/adminmenu/Crystal-Clear-redirect.png') no-repeat  center 10px;}
a.lnkBannedIPs { background: url('/Data/style/adminmenu/Crystal-Clear_banned_ip.png') no-repeat  center 10px;}
a.lnkFeatureAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-kpackage.png') no-repeat  center 10px;}
a.lnkTaskQueue { background: url('/Data/style/adminmenu/Crystal_Clear_action_editpaste.png') no-repeat  center 10px;}
a.lnkWebPartAdmin { background: url('/Data/style/adminmenu/Crystal_Clear_Networksettings.png') no-repeat  center 10px;}
a.lnkAwaitingApproval { background: url('/Data/style/adminmenu/Crystal_Clear_waiting_approval.png') no-repeat  center 10px;}
a.lnkRejectedContent { background: url('/Data/style/adminmenu/Crystal_Clear_rejected_content.png') no-repeat  center 10px;}
a.lnkPendingPages { background: url('/Data/style/adminmenu/FileCrystal-Clear-draft_pages.png') no-repeat  center 10px;}
a.AnalyticsMenuLink { background: url('/Data/style/adminmenu/Crystal-Clear-app-browser.png') no-repeat  center 10px; }
a.lnkDevTools  { background: url('/Data/style/adminmenu/devtools.png') no-repeat  center 10px; }
a.lnkDesignTools  { background: url('/Data/style/adminmenu/designtools.png') no-repeat  center 10px; }
a.lnkRegistrationAgreement, a.lnkLoginInfo  { background: url('/Data/style/adminmenu/RegAgreement.png') no-repeat  center 10px; }
a.lnkPermissionAdmin { background: url('/Data/style/adminmenu/permissions.png') no-repeat  center 10px; }
a.lnkSkinList { background: url('/Data/style/adminmenu/skin.png') no-repeat center 10px; }
a.lnkCacheTool { background: url('/Data/style/adminmenu/cache.png') no-repeat center 10px; }


/* global */
#cluetip-close img {
    border: 0;
}

#cluetip-title {
    overflow: hidden;
}

#cluetip-title #cluetip-close {
    float: right;
    position: relative;
}

#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url('/Data/Sites/1/skins/MetroTransitII/images/wait.gif');
}

.cluetip-arrows {
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#cluetip-extra {
    display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
    background-color: #fff;
}

.cluetip-default #cluetip-outer {
    position: relative;
    margin: 0;
    background-color: #fff;
}

.cluetip-default h3#cluetip-title {
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #0053a0;
    color: #fff;
}

.cluetip-default #cluetip-title a {
    color: #fff;
    font-size: 0.95em;
}

.cluetip-default #cluetip-inner {
    padding: 10px;
}

.cluetip-default div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #0053a0;
}

div.cluetipclose {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-position: -96px -128px;
    background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_0053a0_256x240.png');
}
ol.formlist {
    list-style: none;
    margin: 0px;
}

li.settingrow {
    list-style: none;
    margin-left: 2px;
}

.settinglabel {
    float: left;
    clear: left;
    width: 20em;
    padding: 1px;
}

.settinglabelFixedHeight {
    float: left;
    clear: left;
    width: 20em;
    height: 77px;
    padding: 1px;
}

.settinglabel, .settinglabelFixedHeight {
    font-weight: bold;
    font-size: smaller;
}

.settingrow {
    clear: left;
    padding: 4px 0;
}

.settinglabeltight {
    float: left;
    clear: left;
    width: 8em;
    font-weight: bold;
    padding: 1px;
}

.settingrowtight {
    clear: left;
    padding: 1px 0;
}

.modulebuttonrow {
    clear: left;
    text-align: center;
}

input.smalltextbox {
    width: 4em;
}

input.normaltextbox {
    width: 10em;
}

input.mediumtextbox, .login .signinbox, .login .passwordbox {
    width: 15em;
}

input.widetextbox {
    width: 25em;
}

input.verywidetextbox {
    width: 35em;
}

.txterror {
    color: #ed1b2e !important;
    font-weight: bold;
}

.txtcopyright {
    color: #444;
    font-size: 80%;
    font-weight: 400;
}

.watermarktextbox {
    width: 9em;
    height: 19px;
    color: Gray;
}

.subscribeemail {
    color: Gray;
    width: 14em;
}


.pagelayout .addcontent {
    float: left;
    margin: 0 0 20px;
}

.pagelayout .panelayout {
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}

.pagelayout .panelayout h2 {
    text-align: center;
    margin: 0 10px 10px 0;
}

.pagelayout .regularpanes {
    margin: 0 auto;
    width: 630px;
    clear: both;
}

.pagelayout .pane {
    float: left;
    clear: none;
    margin: 20px 0 20px 0;
    position: relative;
}

.pagelayout .layoutcenter {
    margin: 20px 30px;
}

.pagelayout .layoutalt1,
.pagelayout .layoutalt2 {
    float: none;
    clear: both;
    width: 190px;
    margin: 0 auto;
    position: relative;
}

.pagelayout .altlayoutnotice {
    margin-bottom: 20px;
}

.pagelayout .panelistbox {
    position: relative;
    width: 190px;
    min-height: 150px;
}

.pagelayout .pane select {
    width: 170px;
    margin-right: 10px;
}

.pagelayout .layoutbuttons {
    right: 0;
    top: 5px;
    position: absolute;
}

.pagelayout .layoutbuttons input {
    display: block;
    margin-bottom: 10px;
}



/* Lists */
ol.searchresultlist {
    list-style-type: none;
}

div.simplehorizontalmenu {
    clear: both;
    width: 100%;
    height: 27px;
}

ul.simplehorizontalmenu {
    float: left;
    list-style: none;
    margin: 0 0 3px 6px;
    padding: 0;
}

ul.simplehorizontalmenu li {
    display: inline;
    float: left;
    padding: 0 10px;
    background-image: none;
}

ul.simplehorizontalmenu li.selecteditem {
    font-weight: bold;
}

.simplelist, .simplelist li {
    list-style: none;
    padding: 0 0 4px 10px;
}

div.panelwrapper ul.simplelist {
    margin-bottom: 0;
}

div.AspNet-RadioButtonList ul, div.AspNet-CheckBoxList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.firstnav span.sitelink, li.topnavitem, li.firstnav {
    font-weight: bold;
    font-size: 12px;
}

li.AspNet-RadioButtonList-Item, li.AspNet-CheckBoxList-Item {
    white-space: nowrap;
}

/* Links */
a {
    color: inherit;
}

a.ModuleEditLink,
a.ModuleEditLink:link,
a.ModuleEditLink:visited,
a.ModuleEditLink:hover,
a.ModuleEditLink:active {
    font-size: 10px !important;
}

.extrasearchlink {
    padding-left: 10px;
}

.AspNet-GridView td,
.AspNet-GridView a,
.AspNet-GridView a:link,
.AspNet-GridView a:visited,
.AspNet-GridView a:hover,
.AspNet-GridView a:active {
    color: black;
}


/* Misc */
div.topnavwrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    width: 100%;
    z-index: 100;
    padding: 5px 0px 7px 10px;
}

div.topnav {
    width: 900px;
    margin-left: auto;
    margin-right: 0;
}

div.topnav ul {
    display: inline;
    margin: 0;
    padding: 0;
}

li.topnavitem {
    float: left;
    list-style-type: none;
    padding: 0 7px;
}

li.firstnav {
    float: left;
    list-style-type: none;
    padding: 0 7px 0 5px;
}

.sitelink, a.sitelink:link, a.sitelink:visited {
    color: inherit;
    text-decoration: none;
    /*font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;*/
}

a.sitelink:hover {
    text-decoration: underline;
}

.logolist, .pageicons, .skiplink {
    display: none;
}

/*.modulecontent {
    padding: 5px;
}*/

.modulefooter {
    display: none;
}

.modulepager {
    vertical-align: top;
    padding: 4px;
}

.modulepager, .ModulePager, .PageInfo, .SelectedPage, .pageditlinks a {
    font-size: 18px;
}

.buttonlink {
    background-color: transparent;
    color: #03F;
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    border-style: none;
    padding-left: 0px;
    text-align: left;
    padding-bottom: 5px;
}

.mediaedit .buttonlink {
    color: white;
}

.forumthread .modulepager {
    clear: both;
}

.eventcalendar table {
    clear: both;
}

.clearpanel {
    clear: left;
    padding-top: 15px;
}

.clear {
    clear: both;
}

.minheightpanel {
    min-height: 200px;
}

.center {
    text-align: center;
}

.cmwrapper {
    margin: 10px;
}

.vevent {
    padding: 10px;
}

.vevent abbr {
    border: 0;
}

.whoson {
    float: left;
    padding: 5px;
}

.searchterm {
    color: #000;
    background-color: #FF0;
}

.templatewrapper {
    border-bottom: solid 4px #000;
}

.linkdescription {
    padding: 5px;
}

.padded {
    padding: 7px;
}

.vevent h2.moduletitle {
    clear: both;
}

td.ptreebuttons {
    vertical-align: top;
}

.hidden {
    display: none;
}

.fthumbs img {
    padding: 5px;
    margin: 5px;
    -moz-box-shadow: #333 2px 2px 5px;
    -webkit-box-shadow: #333 2px 2px 5px;
    cursor: pointer;
}

span.btn {
    padding: 10px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #aaa;
    background-color: #eee;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: #999 2px 0px 3px;
    -webkit-box-shadow: #999 2px 0px 3px;
}

span.btn.pages {
    background-color: #fff;
}

span.btn.pages:hover, span.btn.pages.sel {
    background-color: #f3f3f3;
    color: #999;
}

span.btn:hover, span.btn.sel {
    background-color: #000;
}

.galleryinfo {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.floatrightimage {
    float: right;
    margin-right: 15px;
}

.highlight1 {
    background-color: #FF0;
}

.highlight2 {
    background-color: lime;
}

.floatpanel, .floatleftimage {
    float: left;
    margin-right: 15px;
}
html {
    height: 100%;
    font-size: 10pt;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 10pt;
    line-height: 1.3em;
    margin: 0;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    height: 100%;
}

form {
    height: 100%;
}

p {
    margin: 1em 0;
}

p:last-child {
    margin: 1em 0 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    line-height: 1.3;
}

h1 {
    font-size: 2em;
    margin: 0 0 .5em;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 .5em;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 .5em;
}

h4 {
    font-size: 1.2em;
    margin: 0 0 .35em;
}

h5 {
    font-size: 1.1em;
    margin: 0 0 .25em;
}

h6 {
    font-size: 1.0em;
    margin: 0 0 .25em;
}

img {
    border: 0;
}

h1 img {
    vertical-align: middle;
    margin-right: .75em;
    margin-bottom: .2em;
}

h2 img {
    vertical-align: middle;
    margin-right: .6em;
    margin-bottom: .35em;
}

h3 img {
    vertical-align: middle;
    margin-right: .6em;
    margin-bottom: .2em;
}

h4 img {
    vertical-align: middle;
    margin-right: .6em;
    margin-bottom: .2em;
}

h5 img {
    vertical-align: middle;
    margin-right: .6em;
    margin-bottom: .2em;
}

hr {
    color: #ccc;
    background-color: #ccc;
    margin: 1em 0;
    width: 100%;
    height: 1px;
    border: none;
    clear: both;
    display: block;
}

sup {
    vertical-align: text-top;
    font-size: .65em;
}

sub {
    vertical-align: text-bottom;
    font-size: .65em;
}

ul {
    margin: 0;
    padding: 0 0 0 1.1em;
}

ul ul {
    margin-top: .7em;
    padding: 0 0 0 1.1em;
}

ul.standard li {
    margin-bottom: .75em;
    list-style-image: url('data:image/gif;base64,R0lGODlhBAAEAKIAAP///0VFRebm5sHBwaioqNra2lFRUQAAACH5BAAAAAAALAAAAAAEAAQAQAMKCCVAEWUEw8gACQA7')
;
    /*list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/bullet.gif')
;*/
    line-height: 1.3em;
}

ul.standard li ul li {
    margin-bottom: .75em;
    list-style-image: url('data:image/gif;base64,R0lGODlhBAAEAKIHAIODg93d3c7Ozu/v746Ojunp6evr6////yH5BAEAAAcALAAAAAAEAAQAQAMJeBUnACYAMhpLADs=')
;
    /*list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/bullet2.gif')
;*/
    line-height: 1.3em;
}

ul.small {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

ul.small li {
    list-style-image: url('data:image/gif;base64,R0lGODlhBAAEAKIAAP///0VFRebm5sHBwaioqNra2lFRUQAAACH5BAAAAAAALAAAAAAEAAQAQAMKCCVAEWUEw8gACQA7')
;
    /*list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/bullet.gif')
;*/
        line-height: 1.3em;
}

ul.small li ul li {
    list-style-image: url('data:image/gif;base64,R0lGODlhBAAEAKIHAIODg93d3c7Ozu/v746Ojunp6evr6////yH5BAEAAAcALAAAAAAEAAQAQAMJeBUnACYAMhpLADs=')
;
    /*list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/bullet2.gif')
;*/
        line-height: 1.3em;
}

ol {
    margin: 0;
    padding: 0 0 0 1.6em;
    list-style: decimal;
}

ol ol {
    margin-top: .7em;
    padding: 0 0 0 1.6em;
    list-style: lower-alpha;
}

    ol ol ol {
        list-style: decimal;
    }

        ol ol ol ol {
            list-style: lower-alpha;
        }

ol li {
    margin-bottom: .75em;
    line-height: 1.3em;
}

ol ol li {
    margin-bottom: .75em;
    line-height: 1.3em;
}

.decimal {
    list-style: decimal !important;
}

.disc {
    list-style: disc !important;
}

.circle {
    list-style: circle !important;
}

.lower-alpha {
    list-style: lower-alpha !important;
}

.upper-alpha {
    list-style: upper-alpha !important;
}

table.standard {
    border-collapse: collapse;
    border: solid 1px #ccc;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
}

table.standard caption {
    color: #000;
}

table.standard th {
    color: #303030;
    font-size: 1.1em;
    border: solid 1px #ccc;
    padding: .3em 1.1em;
    white-space: nowrap;
    vertical-align: middle;
    background: url('data:image/gif;base64,R0lGODlhAgBQANUAAOTAD+O/DP3gVPzfUfrdTeK+Cv3hVOG9B+O+C+XCEvPTN+bCFOjGG/ncSvTVO+vJIvDQMOnHHerIIPPUOfXWPffZROrHH/rdTOK9CPnbSfzfUuC7BPveT+TADvveTuG8BuXBEfLSNuzLJvbXQfHQMvXXP/zgU+G8BfjaRubDFu7OLO7NKu/PLujFGfHRNOzKJO3MKOfEF/jaR/fYQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAgBQAAAGa0CDQSAwmTSawYDD8XgIhMul0chkZDIUqlKZzUajUolCcTgmE4UiFHK5SCQIhMVSqVYrGEwker0eDxISFhYREQwMLS0xMSkpCwsJCSAgAAAdHQEBCAgFBRgYBwcfHycnG6ipqqusra6vsKlBADs=')
 repeat-x 0 0;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/bkgrnd_yellowstrip.gif')
 repeat-x 0 0;*/
}

table.standard tr.alternate td {
    background-color: #f1f3f3;
}

table.standard td {
    border: solid 1px #ccc;
    padding: .3em 1.1em;
    line-height: 1.3em;
}

a, a:link, a:visited, a:active {
    color: #0053a0;
    text-decoration: none;
}

a:hover {
    color: #0053a0;
    text-decoration: underline;
}

a.sitemaplink, .sitemaplink {
    color: #0053a0;
    text-transform: uppercase;
}

a.linkwhite {
    color: #ffffff !important;
    text-decoration: none;
}

a.selectedcrumb {
    color: #0053a0;
    font-size: 9pt;
}

    a.selectedcrumb:link, a.selectedcrumb:visited {
        text-decoration: none;
    }

    a.selectedcrumb:hover {
        text-decoration: underline;
    }

    a.selectedcrumb:active {
        text-decoration: none;
    }

a.unselectedcrumb {
    color: #0053a0;
    font-size: 9pt;
}

a.unselectedcrumb:link, a.unselectedcrumb:visited {
    text-decoration: none;
}

a.unselectedcrumb:hover {
    text-decoration: underline;
}

a.unselectedcrumb:active {
    text-decoration: none;
}

.breadcrumbs {
    clear: both;
    border-bottom: solid 1px #cccccc;
    padding: 8px 0 5px 0;
    display: block;
}

.ada-hidden {
    display:block;
    position: absolute;
    background: transparent;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.blue {
    color: #0053a0 !important;
}

.red {
    color: #ed1b2e !important;
}
.red-text { color: #ed1b2e !important; }

.mapLink {
    color: #fff;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    padding-top: .5em;
    cursor: pointer;
    margin: -4px 0 0 0;
    height: 1.8em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAvCAMAAAAVbVD9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIdQTFRFDWa6AVShDGa5EW/EEm/FAlekCmO1FXXMEW3CCWCxCmKzFXTLCF+wBlyrB12tC2S3A1imDWi6AlemD2q/EGzAE3HIDWm8Dmm9BFmnBFqoFXPLFXLKBVuqAVOfF3XLAVSiEGu/E2/FBFqpB16vE3HGCmS2EGzCBl2tCWGzAlakAVOhFHLIAVWjsxuamAAAAEtJREFUeNoMwgsWgQAAALBRKCK/lESKItz/fHqbm4WV0sV3lHlqhAKR3tHdQe5kh6lUZ27pLZZ42HhZq7TOClt7M4PfqDbxcf0LMAC+jwQ2n1PZtAAAAABJRU5ErkJggg==')
;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/navSelected.png')
;*/
}

.button.folder-delete {
    display: none;
}

.newsLetterSubscribeBox {
    padding: 10px 0 20px 0;
}

    .newsLetterSubscribeBox .mt-buttonwrap {
        margin-bottom: -8px;
    }

.boxshadow {
    box-shadow: #ccc 0 0 8px;
}

/**** mojo app styles ****/


.modulelinks {
    position: absolute;
    margin: -1.4em 0;
    z-index: 100;
}

.floatpanel {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

.floatrightimage {
    float: right;
    margin: 0 0 1em 1.3em;
}

.floatleftimage {
    float: left;
    margin: 0 1.3em 1em 0;
}

.section {
    width: 100%;
    margin: 20px 0 0 0;
}

.blocked {
    display: block;
}

/*fieldset {
    margin: 0 5px 7px 3px;
    padding: 1em;
}

legend {
    color: #0053a0;
    font-size: larger;
    font-weight: bold;
}

    legend a {
        color: #0053a0;
        text-decoration: none;
    }*/

.callout-light {
    color: #0053a0;
    background: #5d9ad0;
    width: 27%;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.callout-dark {
    color: #5d9ad0;
    background: #0053a0;
    width: 27%;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.callout-white {
    width: 27%;
    border: 2px solid #5d9ad0;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.callout-yellow {
    background-color: #fbe15b;
    border-radius: 0.4em;
    padding: 1em;
}

.callout-yellow p:last-child {
    margin: 0;
}


.editorsubcategorieswrap {
    float: right;
    width: 175px;
    height: 250px;
    vertical-align: top;
    margin-left: 15px;
}

.editorsubcategories {
    width: 175px;
    height: 240px;
    overflow: scroll;
    border: solid 1px #dddddd;
}

.settingrow {
    padding: 4px 0 4px 0;
    clear: left;
}

.editlabeltight {
    width: 8em;
    padding: 1px;
    font-weight: bold;
}

/**** end: mojo app styles ****/


/**** Alert (in the header)
 ****/

.alertHeader {
    width: 960px;
    height: 46px;
    margin: 14px auto -5px auto;
    padding: 10px;
    background-color: #ed1b2e;
}

    .alertHeader .alertContent {
        position: relative;
        width: 940px;
        height: 34px;
        padding: 5px 10px;
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

.alertContent .leftAlertIcon {
    width: 34px;
    height: 34px;
    float: left;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAzlJREFUeNq8VktrFEEQrp6ZnbhZF/JYI8nmga9EPYgHFXwlEUQxGi+B5JCIYkD/gp79AZ71JKiHICKigoKIxGBAowG9xGTj42wkhs3uMrOz01b19mxms/NKDhZ8y07P1Pd1V1dXF+OcQ4gxxEnEecRxxG5Eo3y3jMgg3iOeI94hgglJ0AcK4ipigUe3Bemj+PEynxXuQEwgDtODYRgCpmlCsViEUqkkPlJVFWKxGOi6DnV1dQLSPiJGED9qwuUh2I94hEiRSKFQgHw+D7Ztlx2W/4L6YVZEunTkIPDGBjGuKArU19dDPB53hJcQQ4jJIMEziGcIPZfLAcGyrPIbXJV29wFoDx8DmMXymB4Da3QIrGtjtFwxpGkaJBIJATQTcRHxykuwR4YiSULZbBbck2Hff4E+ct0zD8yJO8B3dq19yxgkk0lHdBVxCPFNREJ+Q9O7T2IUPhKkENEeVcCYb+LRO/e35EscxIW2VXKrbsHLlCCUELRv5LAejCn+54Ypnj7ERZwy+a44gjT1myI0mIUURi9npanBV1Bpafb0IS7ilHaDtDT86aXDTMlB6U4felpLCmzKPpx1lcW3gNLc5DsZ4iRuTCYqGL0kOEAvKO2Z3AvfItHeCnzxZ3U4062BPg63tAESPOZUHN/VuchrBHESYX6ubD9Kgnsq2RYy01JHG9jr96+9LdTPZd2aU4hZQNq7yb3Gwnxd7xu1imNIWMRedKRrz2BneiMrBE1eMdujCGqdtYJaV0ekyTrXGQkukGCUkKqd7bVjuOoovtLmSXAacSKKE0s1QeL2LeC/l8rP21KBBcHDpql49+Gft/B/rJ8EaWnzsnUIN6yN5pspwPIB+tlTdB9FFcuIG0le/eORGgjD4CsXRvmf9AGBlcExMRbRxkVxker3EDNhUzRfT4I1+7XybH3+IsYi2CepURGkJuWSvCyDimK0sWojzjGpAe4DNIcYlm2Bp8VO94G6r3vtSOzvEWNBQZGcc0Ft4jlE1m8j7NUcN56+5MaTF9zOF4L2LCu5qvj9etK9iBm+eZuRHBBV0N0IZzYglNlsI1x1IVAlQgzKu3PXulZ/Ubb61F5OURoFkf0TYAC4hON7d4T2vgAAAABJRU5ErkJggg==')
 no-repeat center center;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/Images/alert_icon_red.png')
 no-repeat center center;*/
}

.alertContent .rightAlertIcon {
    width: 34px;
    height: 34px;
    float: right;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAzlJREFUeNq8VktrFEEQrp6ZnbhZF/JYI8nmga9EPYgHFXwlEUQxGi+B5JCIYkD/gp79AZ71JKiHICKigoKIxGBAowG9xGTj42wkhs3uMrOz01b19mxms/NKDhZ8y07P1Pd1V1dXF+OcQ4gxxEnEecRxxG5Eo3y3jMgg3iOeI94hgglJ0AcK4ipigUe3Bemj+PEynxXuQEwgDtODYRgCpmlCsViEUqkkPlJVFWKxGOi6DnV1dQLSPiJGED9qwuUh2I94hEiRSKFQgHw+D7Ztlx2W/4L6YVZEunTkIPDGBjGuKArU19dDPB53hJcQQ4jJIMEziGcIPZfLAcGyrPIbXJV29wFoDx8DmMXymB4Da3QIrGtjtFwxpGkaJBIJATQTcRHxykuwR4YiSULZbBbck2Hff4E+ct0zD8yJO8B3dq19yxgkk0lHdBVxCPFNREJ+Q9O7T2IUPhKkENEeVcCYb+LRO/e35EscxIW2VXKrbsHLlCCUELRv5LAejCn+54Ypnj7ERZwy+a44gjT1myI0mIUURi9npanBV1Bpafb0IS7ilHaDtDT86aXDTMlB6U4felpLCmzKPpx1lcW3gNLc5DsZ4iRuTCYqGL0kOEAvKO2Z3AvfItHeCnzxZ3U4062BPg63tAESPOZUHN/VuchrBHESYX6ubD9Kgnsq2RYy01JHG9jr96+9LdTPZd2aU4hZQNq7yb3Gwnxd7xu1imNIWMRedKRrz2BneiMrBE1eMdujCGqdtYJaV0ekyTrXGQkukGCUkKqd7bVjuOoovtLmSXAacSKKE0s1QeL2LeC/l8rP21KBBcHDpql49+Gft/B/rJ8EaWnzsnUIN6yN5pspwPIB+tlTdB9FFcuIG0le/eORGgjD4CsXRvmf9AGBlcExMRbRxkVxker3EDNhUzRfT4I1+7XybH3+IsYi2CepURGkJuWSvCyDimK0sWojzjGpAe4DNIcYlm2Bp8VO94G6r3vtSOzvEWNBQZGcc0Ft4jlE1m8j7NUcN56+5MaTF9zOF4L2LCu5qvj9etK9iBm+eZuRHBBV0N0IZzYglNlsI1x1IVAlQgzKu3PXulZ/Ubb61F5OURoFkf0TYAC4hON7d4T2vgAAAABJRU5ErkJggg==')
 no-repeat center center;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/Images/alert_icon_red.png')
 no-repeat center center;*/
}

.alertContent .alertMessage {
    display: block;
    float: left;
    width: 852px;
    height: 34px;
    padding: 0 10px;
}

.alertMessage marquee {
    display: block;
    height: 14px;
    padding: 10px 0;
}

    .alertMessage marquee a {
        color: #fff;
        text-decoration: underline;
    }

/**** end: Alert (in the header)
 ****/


/**** Metro Transit Account Menu ****/
a.mt-cart,
a.mt-my {
    float: right;
    margin: 26px 18px 0 0;
}

div.mt-account-box-lft {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAADwCAYAAADW+Z78AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3AgcEBAbXxat3wAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACwUlEQVRo3u2ZTWvbQBCGn5kdSXHSnlpK/v/fKfRQ6KGHHnqKSVJSKIkb7Wq3B31EdlaqAu0lrISQMI9evZ4Zi32xxBhTjJGu6/De07Ytj4+PXF5ecropQEqJlBIxRkIItG1LbtOUEuMN8ydk4fEixjjBIYRl+FQ9xriufOp9FR7V1zbNfbh0o/KCrcAFLnCBC1zgAhf4v8MJyB155RfQmni+L9GaEswP0pqNF33BE+XEqufj77RajZxnRNargTCrxgZlRJ6ut3RQVFHVZWWQo0NE/77YFhF0UM6tzrUXFhBBVBFVnBkPh8O6DUFxznBWcXN7t2xjtOCcw8zwoeNqf30E29wGqqgZFiMxJX7+uuf+8J0P799xvjtD7u59mgeD2HWELhC8x3tP8J4QPCEE7MkziCii4BJQ9SV0zuFCRdV1WBzbK8MAqQDan0QQp6j12cWOW/v0BFRQUUQUHSbIns+BTA2ChDidwo5lp2yYUBGZyioIkjIJZr/f0zQNdV1TVRXOuX4McgPTti0hBGKMk4XFH6z3nq7rJnjschYOIUzwPMFl4RGaq67Cc6+bXzLzG0oeLHCBC1zgAhe4wK8MXkp9eeUFesFGyu6LNjhNc+mfVGPIhZuUc/lwuRoiL/Ocy4kLy8vn+XBRWYdAtqmDfR48zohZ5RDClAllCL6Li+2HwwFnNmXDMaRlbdzc3uGswjlD0GUbV/trfOgwsymbjMEGwEIIPBx+c337Ax8iddNgVYWawYkN+/L1G2aGWUXdnPWJxypU3FSVcVVvu90F6hxmbsivhlOHqDsqYUpg9e5sKpVq7xPtI14SpnYDWFU3fSIbo7TIUF85sgBgqjYDmM6nYA87nbVZjqbu2RikLX+FlbdogQtc4AIXuMAFLnCBC1zg1wDbx0+ft8MXb95uh5vz8+1wXTfbYbN6Oyxue0H+AD6S560vCH9vAAAAAElFTkSuQmCC')
 0 0;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/mt-account-box.png')
 0 0;*/
    float: right;
    height: 80px;
    width: 11px;
}

div.mt-account-box-rht {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAADwCAYAAADW+Z78AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3AgcEBAbXxat3wAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACwUlEQVRo3u2ZTWvbQBCGn5kdSXHSnlpK/v/fKfRQ6KGHHnqKSVJSKIkb7Wq3B31EdlaqAu0lrISQMI9evZ4Zi32xxBhTjJGu6/De07Ytj4+PXF5ecropQEqJlBIxRkIItG1LbtOUEuMN8ydk4fEixjjBIYRl+FQ9xriufOp9FR7V1zbNfbh0o/KCrcAFLnCBC1zgAhf4v8MJyB155RfQmni+L9GaEswP0pqNF33BE+XEqufj77RajZxnRNargTCrxgZlRJ6ut3RQVFHVZWWQo0NE/77YFhF0UM6tzrUXFhBBVBFVnBkPh8O6DUFxznBWcXN7t2xjtOCcw8zwoeNqf30E29wGqqgZFiMxJX7+uuf+8J0P799xvjtD7u59mgeD2HWELhC8x3tP8J4QPCEE7MkziCii4BJQ9SV0zuFCRdV1WBzbK8MAqQDan0QQp6j12cWOW/v0BFRQUUQUHSbIns+BTA2ChDidwo5lp2yYUBGZyioIkjIJZr/f0zQNdV1TVRXOuX4McgPTti0hBGKMk4XFH6z3nq7rJnjschYOIUzwPMFl4RGaq67Cc6+bXzLzG0oeLHCBC1zgAhe4wK8MXkp9eeUFesFGyu6LNjhNc+mfVGPIhZuUc/lwuRoiL/Ocy4kLy8vn+XBRWYdAtqmDfR48zohZ5RDClAllCL6Li+2HwwFnNmXDMaRlbdzc3uGswjlD0GUbV/trfOgwsymbjMEGwEIIPBx+c337Ax8iddNgVYWawYkN+/L1G2aGWUXdnPWJxypU3FSVcVVvu90F6hxmbsivhlOHqDsqYUpg9e5sKpVq7xPtI14SpnYDWFU3fSIbo7TIUF85sgBgqjYDmM6nYA87nbVZjqbu2RikLX+FlbdogQtc4AIXuMAFLnCBC1zg1wDbx0+ft8MXb95uh5vz8+1wXTfbYbN6Oyxue0H+AD6S560vCH9vAAAAAElFTkSuQmCC')
 0 -80px;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/mt-account-box.png')
 0 -80px;*/
    float: right;
    height: 80px;
    width: 11px;
}

div.mt-account-box-mid {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAADwCAYAAADW+Z78AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3AgcEBAbXxat3wAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACwUlEQVRo3u2ZTWvbQBCGn5kdSXHSnlpK/v/fKfRQ6KGHHnqKSVJSKIkb7Wq3B31EdlaqAu0lrISQMI9evZ4Zi32xxBhTjJGu6/De07Ytj4+PXF5ecropQEqJlBIxRkIItG1LbtOUEuMN8ydk4fEixjjBIYRl+FQ9xriufOp9FR7V1zbNfbh0o/KCrcAFLnCBC1zgAhf4v8MJyB155RfQmni+L9GaEswP0pqNF33BE+XEqufj77RajZxnRNargTCrxgZlRJ6ut3RQVFHVZWWQo0NE/77YFhF0UM6tzrUXFhBBVBFVnBkPh8O6DUFxznBWcXN7t2xjtOCcw8zwoeNqf30E29wGqqgZFiMxJX7+uuf+8J0P799xvjtD7u59mgeD2HWELhC8x3tP8J4QPCEE7MkziCii4BJQ9SV0zuFCRdV1WBzbK8MAqQDan0QQp6j12cWOW/v0BFRQUUQUHSbIns+BTA2ChDidwo5lp2yYUBGZyioIkjIJZr/f0zQNdV1TVRXOuX4McgPTti0hBGKMk4XFH6z3nq7rJnjschYOIUzwPMFl4RGaq67Cc6+bXzLzG0oeLHCBC1zgAhe4wK8MXkp9eeUFesFGyu6LNjhNc+mfVGPIhZuUc/lwuRoiL/Ocy4kLy8vn+XBRWYdAtqmDfR48zohZ5RDClAllCL6Li+2HwwFnNmXDMaRlbdzc3uGswjlD0GUbV/trfOgwsymbjMEGwEIIPBx+c337Ax8iddNgVYWawYkN+/L1G2aGWUXdnPWJxypU3FSVcVVvu90F6hxmbsivhlOHqDsqYUpg9e5sKpVq7xPtI14SpnYDWFU3fSIbo7TIUF85sgBgqjYDmM6nYA87nbVZjqbu2RikLX+FlbdogQtc4AIXuMAFLnCBC1zg1wDbx0+ft8MXb95uh5vz8+1wXTfbYbN6Oyxue0H+AD6S560vCH9vAAAAAElFTkSuQmCC')
 0 -160px;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/mt-account-box.png')
 0 -160px;*/
    float: right;
    height: 80px;
}

    div.mt-account-box-mid a,
    div.mt-account-box-mid span {
        color: #044888;
        display: block;
    }

    div.mt-account-box-mid a {
        margin: 0 7px;
    }

    div.mt-account-box-mid span {
        font-weight: bold;
        margin: 9px 7px 3px 7px;
    }

/**** end:Metro Transit Account Menu ****/


/**** Master Page layout ****/

#wrapheader {
    position: relative;
    width: 980px;
    height: 92px;
    margin: 0 auto;
}

#headerbackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    margin: 0 0 0 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABcCAMAAACY2y+SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGZQTFRF8fb79/r99vr92ej1+/z+4u344+747/X74e337PT69fn9/f7+3Or28/j88vf85e/59Pj86PH5/v///v7/+vz++Pv93uv36fL5+fv+8Pb76vL66/P65vD57vT73+z3/P3+2+n2////6rY3ZAAAAEBJREFUeNq8wgkSQgAAAMAlVIgcuXP8/5O8wuw63K3WyGyXSGvwEwilvj4KjJ7+3maTXmVRSsReVp3c7mE/BRgA9N8JqR4Zhb4AAAAASUVORK5CYII=')
 repeat-x left top;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/HeaderBkg.png')
 repeat-x left top;*/
}

#wrapnav {
    position: relative;
    width: 980px;
    height: 47px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA9QAAAAvCAMAAAA1t3LxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QUE2QzY4MUIxRDIwNjgxMTgyMkFGRDlFOTk1MDNBQjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjNBMkQ1ODBERTFFMTFFMzhEOUFFOTgyODBGNTMxN0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjNBMkQ1N0ZERTFFMTFFMzhEOUFFOTgyODBGNTMxN0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDMkE2ODlGNDUyMDY4MTE4MjJBRkQ5RTk5NTAzQUIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBNkM2ODFCMUQyMDY4MTE4MjJBRkQ5RTk5NTAzQUIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+H7HLtQAAARFQTFRFB1ac/9MHAFOfAFSg/tIBAVOfB1abw7Qm4sQSB1ecPXF6A1SeAlSfDlqXua8sDFmYKWeGmZ9A+c8E9M0HHGGOq6g1EVuV9s4G+dAL/dEB8MsJgJNQ7MkMN259UXtt6sgNG2CPbIlcdY1XOnB8yrknWH9pvbEpx7YjuK8thJVNP3J4I2SKxLUl7coTqqg1OG99T3pufJFSiJdLgpROta0ukZtF8csJg5RO988MGF+Ro6Q6rakzcoxYHWKOyLcjS3hxW4BnaIdfH2KNFV6TNG1/e5BT5MURD1qXOW98SXh04cMT+tADurArIGONCliaNW1/TnpvBVWdy7ghC1iZiZdKt64tgpVTQnR3/9IAAFOg////DdIAqgAAAFt0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AJz6uLwAAANtSURBVHja7J3nbt0wDEZvyKbNbJI23Xvvvffee/e+/4sUKBAUSJvGtqhB6Xy/ggS2NXhImnKk0Rih9Hr36vvRczsnUAyNIk2arvFzKmnIJUENlhRtDW6UGLQ7qO+fXiwf2XNy6vpPZK6RnQGKhRkoQcyGLw/6cvDDo+N7N0BhZqjH8aAWIPQ2EuEuePLx6aXnO+C6VKg92RKh3Hokh99pfuYOHGaHWskcm5XGcDzz+7ZtAcUyIrX4jE7NJB7aZ0B14HSIyeRNvvy2FRibTr+RJ/fU0V0cuw+NqaAWg+CpGU0qTbyPnEZIC8WEhWe74TF1pM5gUZIN/spT8zLfZX6cBchYUCf6UgFR5V+lW5chMnqkVkwepUzKZj9OwaQh1JqLFm0JYjWyfr8uc53239sElFS/Kwv0tktFDvX+NlSWAbW45FA6dkLW+qXg/UKmX39f+df9v4JlGqipjLWTPGSf68NwSfqd3b6l8f5b6y5gOodag0xIrB6OCvIVVyCz8UgtNtSrtY8qY3Byb1cxrOR3DTTjQl1XcqmDuyjxTNqgH1LHTKxoCTYbiNSa7ynZgq/U5Dj7dW/uPHDWCLUaE9FSBV8KmRYd3Kbtn6Gz+eq3Fs+M+O5zqrFc6dSZA+DpAmotItbkdzcs+3fQg13wyTo1e5fV9eZ+Az6Buq0y1pClIl/frM2dANDyoJZei8hhFqerb6yZAI4PjuuMRHt0ZpGNy8Kh5lVvENXqqK2+dAhCSb/DoEtyYo6ad6FiVzy5GURDoK7zK8nsRu/pUK+EQ9K1cYtsCO4nUnf6MqSek+OoBg7VKRgdBjWv0qhULbwG0sBIXdanz8UHTSpk8XURSKOn32XbjdSKa9HFx7iDxU6EBS5p1caHNANrGfefgVIPhbLcx/VEPTmOIpq1roIp69Qtv2pLEXe33X71KWfS94VaPFu031SYFYfu5vMWTgdFasmFsZg8VF2ypo7Ash0/6fX4C3CaMP3WTIastTBADkEBvOh3aikJeyCO24lOxcQh7kH/tRHKfkBttFAmbeLVgmY5C7NUqMXk6gZOjqOItlqXIDUV1M3GGM1EceKT+iTzrf5ctPwGVIOh1rKgJkP1fKiXhkM95v+qC0m/BezwW0Z6CKo9oF5P0yPUVRsD/mo/5NPOxue/enJzAnXVLwEGAJbsImuYnvmsAAAAAElFTkSuQmCC')
 no-repeat;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/NavBkg.png')
 no-repeat;*/
    z-index: 99;
    margin: 0 auto;
}

#navbackground {
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    height: 47px;
    margin: 0 0 0 0;
    background-color: #0053a0;
}

#navbackgroundright {
    position: relative;
    width: 50%;
    height: 47px;
    margin: 0 0 0 50%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAvCAMAAAAVbVD9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGM0EyRDU4M0RFMUUxMUUzOEQ5QUU5ODI4MEY1MzE3QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGM0EyRDU4NERFMUUxMUUzOEQ5QUU5ODI4MEY1MzE3QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYzQTJENTgxREUxRTExRTM4RDlBRTk4MjgwRjUzMTdDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkYzQTJENTgyREUxRTExRTM4RDlBRTk4MjgwRjUzMTdDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZfLLYAAAAAZQTFRF/9IAAAAAspY+OgAAAA5JREFUeNpiYKAlAAgwAABeAAEWkgmGAAAAAElFTkSuQmCC')
 repeat-x;
    /*background: url('/Data/Sites/1/skins/MetroTransitII/images/NavRightBkg.png')
 repeat-x;*/
}

#wrapwebsite {
    text-align: left;
    /*position: relative;*/
    margin: 0 auto -320px;
    padding: 0 20px;
    width: 1000px;
    min-height: 100% !important;
    z-index: 10;
}

#wrapcenter {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 980px;
    min-height: 300px;
}

#push {
    height: 320px;
    overflow: hidden;
}

#wrapfooter {
    background-color: #f4f7f7;
    border-top: 6px solid #e2e5e5;
    min-height: 320px;
    margin: 0;
    padding: 0;
    clear: both;
    z-index: 999;
}

#footergreybar {
    border-bottom: 1px solid #c2c5c5;
    font-weight: bold;
    text-align: left;
    clear: both;
    margin: 0 auto 0 auto;
    padding: 10px 0;
    width: 980px;
    height: 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    #footergreybar div {
        float: left;
    }

        #footergreybar div .social {            
            display: inline-block; 
            width: 25px; 
            height: 25px;
            vertical-align: middle;
            margin: 0 5px;
            background-size: cover;
            background-position: center center;
            color: transparent;
        }

        #footergreybar div .social.twttr {
            background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icon-Twitter.png')
;
        }

        #footergreybar div .social.fcbk {
            background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icon-Facebook.png')
;
        }

        #footergreybar div .social.youtube {
            background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icon-YouTube.png')
;
        }

        #footergreybar div .social.instagram {
            background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icon-Instagram.png')
;
        }

        #footergreybar div .social.linkedin {
            background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icon-LinkedIn.png')
;
        }

        #footergreybar div .social.flickr {
            background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icon-Flickr.png')
;
        }



#footercontent {
    text-align: left;
    font-weight: normal;
    font-size: .8em;
    clear: both;
    margin: 0 auto;
    padding: 0 20px;
    width: 980px;
}

    #footercontent div.nav {
        float: left;
        width: 160px;
        margin: 20px 0 0 0;
    }

    #footercontent .nav span {
        display: block;
        font-weight: bold;
    }

    #footercontent a {
        display: block;
        line-height: 1.2em;
        margin: .6em 0;
    }

div.searchpanel {
    position: absolute;
    top: .65em;
    right: 0px;
    display: inline;
}

    div.searchpanel .searchbox {
        position: relative;
        height: 22px;
        width: 227px;
        float: left;
        margin: 1px 0 1px 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    div.searchpanel .searchbutton {
        margin: 0;
    }

.leftside {
    position: relative;
    z-index: 1;
    float: left;
    width: 210px;
    margin: 0px;
    padding: 20px 0 30px 0;
}

.center-nomargins {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 0px 50px 0px;
}

.center-rightandleftmargins {
    position: relative;
    z-index: 1;
    float: left;
    width: 470px;
    height: 100%;
    margin: 0px;
    padding: 20px 0px 50px 0px;
}

.center-rightmargin {
    position: relative;
    z-index: 1;
    float: left;
    width: 680px;
    height: 100%;
    margin: 0px;
    padding: 20px 20px 50px 0px;
}

.center-leftmargin {
    position: relative;
    z-index: 1;
    float: left;
    width: 770px;
    height: 100%;
    margin: 0px;
    padding: 20px 0 50px 20px;
}

.rightside {
    position: relative;
    z-index: 1;
    float: left;
    width: 300px;
    height: 100%;
    margin: 0px;
    padding: 20px 0px 50px 0;
}

.container {
    width: 980px;
    padding: 0;
}

/**** end: Master Page layout ****/


/**** News Lists ****/
.news-list {
    height: auto;
}

    .news-list > ul > li {
        padding-bottom: .6em;
    }

        .news-list > ul > li > a {
            font-weight: bold;
        }

.home-list {
    width: 325px;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.news-page ul {
    font-size: 1.2em;
    list-style-type: none !important;
    margin: 0 -1em;
}

.articleDisplayTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}

.articleDisplayAbstract {
    margin: 0 0 20px;
}

.articleDisplayDate {
    margin: 10px 0 5px;
}

/**** end: News Lists ****/


/****** Rider Alert page ******/
.rideralertslist {
    clear: both;
}

ul.articlesubcategory
{
    margin: 5px;
    padding: 0;
    line-height: 1.75em;
    list-style-position: inside;
}

ul.articlesubcategory li
{
    display: block;
    color:#000;
    font-size: 1.2em;
    list-style-image: none;
    cursor: pointer;
    background: #ffffff url('data:image/gif;base64,R0lGODlhCwALALMAAKfB4vn7/RJWssjY7Tlyv3if08bW7JOy3NLf8DJtvAxSsP///wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAALAAsAAAQ6cC1TiCDFyAXSQQFyJMCUDJs0JNSxKdtRIe+GWMGi7PsSXDQJTHIruISxzCm1WGk6n9CoJKFYMJpFBAA7')
 no-repeat 0 6px;
    /*background: #ffffff url('/Data/Sites/1/skins/MetroTransitII/images/PlusSmall.gif')
 no-repeat 0px 6px;*/
    margin: 0;
    padding: 0 0 0 1em;
}

ul.articlesubcategory ul
{
    margin: 0 0 0 1em;
    padding: 0;
    display: none;
}

ul.articlesubcategory ul li
{
    margin: 0;
    padding: 0;
    list-style-image: none;
    background: none;
}

ul.articlesubcategory .articleDisplayDate
{
    font-size: .8em;
}

ul.articlesubcategory .articleDisplayTitle
{
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: normal;
}
/****** end Rider Alert page ******/

.sitemap > ul > li > a:link,
.sitemap > ul > li > a:visited,
.sitemap > ul > li > a:active,
.sitemap > ul > li > a:hover,
.sitemap > ul > li > a {
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
}

.sitemap > ul {
    margin-top: .5em !important;
}

.sitemap > ul ul {
    margin-top: 0 !important;
}

.sitemap > ul li {
    margin: .2em;
}

/**** deprecated ****/
.selectListWide {
    width: 24.35em;
    margin: 0 0 8px 0;
    font-size: .8em;
}

/******************************************/
/*           TRIP PLANNER GPS             */
/******************************************/
.gps-from, .gps-to { display:none; }

/******************************************/
/*                METRO                  */
/******************************************/
.metro-header { width:100%; display: inline-block; max-height:55px; overflow: hidden; }
.metro-header > img { max-height:55px; }
.metro-header > .metro { float:left; height: 28px; width: 133px; }
.metro-header > .one-color { margin: 1px 0; height: 26px; overflow: hidden;  }
.metro-header > .two-color { margin: 1px 0; overflow: hidden;  }
.metro-header > .two-color > * { float:left; height: 26px; overflow:hidden; width:49%; }
.metro-header > .two-color > .gap { width: 2% !important; }
.metro-header .blueline { background-color: #0053A0; }
.metro-header .greenline { background-color: #008244; }
.metro-header .redline { background-color: #ED1B2E; }

.blueline-header { background-image: url('http://www.metrotransit.org/Data/Sites/1/media/metro/blueline/BLB.png')
; }
.greenline-header { background-image: url('http://www.metrotransit.org/Data/Sites/1/media/metro/greenline/GLB.png')
; }
.redline-header { background-image: url('http://www.metrotransit.org/Data/Sites/1/media/metro/redline/RLB.png')
; }

.image-header { margin-bottom: 15px; }

.fblikebutton { margin-top: 10px; }

/*experimental columns for publishing*/


/*.mt-row {
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block;
}
.col-mt-1, .col-mt-2, .col-mt-3, .col-mt-4, .col-mt-5, .col-mt-6, .col-mt-7, .col-mt-8, .col-mt-9, .col-mt-10, .col-mt-11, .col-mt-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.col-mt-1, .col-mt-2, .col-mt-3, .col-mt-4, .col-mt-5, .col-mt-6, .col-mt-7, .col-mt-8, .col-mt-9, .col-mt-10, .col-mt-11, .col-mt-12 {
  float: left;
}
.col-mt-12 {
  width: 100% !important;
}
.col-mt-11 {
  width: 91.66666667% !important;
}
.col-mt-10 {
  width: 83.33333333% !important;
}
.col-mt-9 {
  width: 75% !important;
}
.col-mt-8 {
  width: 66.66666667% !important;
}
.col-mt-7 {
  width: 58.33333333% !important;
}
.col-mt-6 {
  width: 50% !important;
}
.col-mt-5 {
  width: 41.66666667% !important;
}
.col-mt-4 {
  width: 33.33333333% !important;
}
.col-mt-3 {
  width: 25% !important;
}
.col-mt-2 {
  width: 16.66666667% !important;
}
.col-mt-1 {
  width: 8.33333333% !important;
}
.col-mt-pull-12 {
  right: 100% !important;
}
.col-mt-pull-11 {
  right: 91.66666667% !important;
}
.col-mt-pull-10 {
  right: 83.33333333% !important;
}
.col-mt-pull-9 {
  right: 75% !important;
}
.col-mt-pull-8 {
  right: 66.66666667% !important;
}
.col-mt-pull-7 {
  right: 58.33333333% !important;
}
.col-mt-pull-6 {
  right: 50% !important;
}
.col-mt-pull-5 {
  right: 41.66666667% !important;
}
.col-mt-pull-4 {
  right: 33.33333333% !important;
}
.col-mt-pull-3 {
  right: 25% !important;
}
.col-mt-pull-2 {
  right: 16.66666667% !important;
}
.col-mt-pull-1 {
  right: 8.33333333% !important;
}
.col-mt-pull-0 {
  right: 0% !important;
}
.col-mt-push-12 {
  left: 100% !important;
}
.col-mt-push-11 {
  left: 91.66666667% !important;
}
.col-mt-push-10 {
  left: 83.33333333% !important;
}
.col-mt-push-9 {
  left: 75% !important;
}
.col-mt-push-8 {
  left: 66.66666667% !important;
}
.col-mt-push-7 {
  left: 58.33333333% !important;
}
.col-mt-push-6 {
  left: 50% !important;
}
.col-mt-push-5 {
  left: 41.66666667% !important;
}
.col-mt-push-4 {
  left: 33.33333333% !important;
}
.col-mt-push-3 {
  left: 25% !important;
}
.col-mt-push-2 {
  left: 16.66666667% !important;
}
.col-mt-push-1 {
  left: 8.33333333% !important;
}
.col-mt-push-0 {
  left: 0% !important;
}
.col-mt-offset-12 {
  margin-left: 100% !important;
}
.col-mt-offset-11 {
  margin-left: 91.66666667% !important;
}
.col-mt-offset-10 {
  margin-left: 83.33333333% !important;
}
.col-mt-offset-9 {
  margin-left: 75% !important;
}
.col-mt-offset-8 {
  margin-left: 66.66666667% !important;
}
.col-mt-offset-7 {
  margin-left: 58.33333333% !important;
}
.col-mt-offset-6 {
  margin-left: 50% !important;
}
.col-mt-offset-5 {
  margin-left: 41.66666667% !important;
}
.col-mt-offset-4 {
  margin-left: 33.33333333% !important;
}
.col-mt-offset-3 {
  margin-left: 25% !important;
}
.col-mt-offset-2 {
  margin-left: 16.66666667% !important;
}
.col-mt-offset-1 {
  margin-left: 8.33333333% !important;
}
.col-mt-offset-0 {
  margin-left: 0% !important;
}*/

/***************************/
/* popup alert message */

div.alert-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
    /*background-color: rgba(0, 0, 0, 0.5)
;*/
    background: radial-gradient(50% 50%,rgba(0,0,0,.2)
,rgba(0,0,0,.5)
 100%)
;
    overflow: hidden;
}

.hidden-overflow {
    overflow: hidden;
}

#popup-alert-notice.alert-popup {
    position: absolute;
    top: 40%;
    left: 25%;
    width: 50%;
    z-index: 999;
}

#popup-alert-notice,
#margin-alert-notice {
    color: #000;
    box-sizing: border-box;
    margin: 0;
    padding: 1em;
    padding-left: 5em;
    padding-right: 5em;
}

/*.alert-info {
    background-color: #b4d8ff;
}

.alert-info .icon {
    color: #0053a0;
}

.alert-caution {
    background-color: #ffec98;
}  

.alert-caution .icon {
    color: #ffd200;
}

.alert-warning {
    background-color: #fde4e6;
}

.alert-warning .icon {
    color: #ed1b2e;
}*/

#popup-alert-notice .fa-close,
#margin-alert-notice .fa-close {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.5em;
    cursor: pointer;
}

#popup-alert-notice .fa-close:hover,
#margin-alert-notice .fa-close:hover {
    color: #fff;
}

#popup-alert-notice .icon,
#margin-alert-notice .icon {
    position: absolute;
    top: 1.10em;
    left: 1.25em;
    font-size: 2em;
}

#popup-alert-notice p span,
#margin-alert-notice p span {
    display: block;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
}

a.dxbButton {
    margin-left: 20px;
}

/****** MVC pages ********/
.body-content {
    margin-top: 15px;
}
/*************************//*! jQuery UI - v1.10.4 - 2014-03-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=0053a0&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=d3d3d3&fcContent=000000&iconColorContent=000000&bgColorDefault=0053a0&bgTextureDefault=highlight_soft&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=ffffff&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=000000&iconColorHover=0053a0&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=d3d3d3&fcActive=000000&iconColorActive=0053a0&bgColorHighlight=ffffff&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=000000&iconColorHighlight=0053a0&bgColorError=fef1ec&bgTextureError=inset_soft&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; 
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}*/
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
/*input.ui-button {
	padding: .4em 1em;
}*/

/* button icon element(s) */
/*.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}*/

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url('/Data/Sites/1/skins/MetroTransitII/images/animated-overlay.gif');
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

 /*SEE styletabs.css
.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}*/

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
/*.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}*/
.ui-widget-content {
	border: 1px solid #d3d3d3;
	background: #ffffff url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
	color: #000000;
}
/*
.ui-widget-content a {
	color: #000000;
}
*/
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #0053a0 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-soft_75_0053a0_1x100.png') 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #0053a0 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-soft_75_0053a0_1x100.png') 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #ffffff url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_glass_75_ffffff_1x400.png') 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #d3d3d3;
	background: #ffffff url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #ffffff url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_glass_55_ffffff_1x400.png') 50% 50% repeat-x;
	color: #000000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_inset-soft_95_fef1ec_1x100.png') 50% bottom repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_000000_256x240.png');
}
.ui-widget-header .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_ffffff_256x240.png');
}
.ui-state-default .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_ffffff_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_0053a0_256x240.png');
}
.ui-state-active .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_0053a0_256x240.png');
}
.ui-state-highlight .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_0053a0_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-icons_cd0a0a_256x240.png');
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: .3em;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: .3em;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: .3em;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: .3em;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    /*background-image: url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_gradient_e0e0e0_1x100.png');*/
    background: #fff;
    border: none;
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    background: #f4f7f7;
    position: relative;
    float: left;
    border: 2px solid #d3d3d3;
    border-bottom: none;
    margin: 0 0 -1px .5em;
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    color: #000;
    text-decoration: none;
    padding: .5em 1em;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: 2px solid #ffd200;
    border-bottom: none;
    background-color: #ffd200;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    color: #0053a0;
    cursor: text;
}

.ui-tabs .ui-tabs-nav .ui-state-hover a,
.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,
.ui-tabs .ui-tabs-nav .ui-state-hover a:link,
.ui-tabs .ui-tabs-nav .ui-state-hover a:visited {
    color: #0053a0;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover {
    border: 2px solid #ffd200;
    border-bottom: none;
    background-color: #ffd200;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border: none;
    border-top: 4px solid #ffd200;
    padding: 1em 1.4em;
    background: none;
}

h3.tab-heading {
    font-size: 10pt !important;
}
.smalltabs .ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.smalltabs .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.smalltabs .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.smalltabs .ui-tabs .ui-tabs-nav li a {
    color: #000;
    float: left;
    padding: .2em 1em;
    text-decoration: none;
    font-weight: bold;
}

.smalltabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.smalltabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.smalltabs .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.smalltabs .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.smalltabs .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.smalltabs .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.smalltabs .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: .5em .2em;
    background: none;
}

/* Component containers
----------------------------------*/
.smalltabs .ui-widget {
    font-size: 1em;
}

.smalltabs .ui-widget .ui-widget {
    font-size: 1em;
}

.smalltabs .ui-widget input,
.smalltabs .ui-widget select,
.smalltabs .ui-widget textarea,
.smalltabs .ui-widget button {
    font-size: 1em;
}

.smalltabs .ui-widget-content {
    border: 1px solid #f4f4ef;
    background: #f4f4ef;
    color: #000000;
}

.smalltabs .ui-widget-content a {
    color: #000000;
}

.smalltabs .ui-widget-header {
    border: none;
    background: #f4f4ef;
    font-weight: bold;
}

.smalltabs .ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.smalltabs .ui-state-default,
.smalltabs .ui-widget-content .ui-state-default,
.smalltabs .ui-widget-header .ui-state-default {
    border: 1px solid #e1e1e1;
    background: #e8e8e8 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-hard_75_e8e8e8_1x100.png') 50% 50% repeat-x;
    color: #0053a0;
}

.smalltabs .ui-tabs .ui-tabs-nav .ui-state-default a,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-default a:link,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-default a:visited {
    color: #0053a0 !important;
    text-decoration: none;
}

.smalltabs .ui-tabs li.ui-state-hover,
.smalltabs .ui-tabs .ui-widget-content .ui-state-hover,
.smalltabs .ui-tabs .ui-widget-header .ui-state-hover,
.smalltabs .ui-tabs .ui-state-focus,
.smalltabs .ui-tabs .ui-widget-content .ui-state-focus,
.smalltabs .ui-tabs .ui-widget-header .ui-state-focus {
    border: 1px solid #e1e1e1;
    background: #ffe200 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-hard_75_ffe200_1x100.png') 50% 50% repeat-x;
    color: #0053a0 !important;
}

.smalltabs .ui-tabs .ui-tabs-nav .ui-state-hover a,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-hover a:hover,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-hover a:link,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-hover a:visited {
    color: #0053a0 !important;
    text-decoration: none;
}

.smalltabs .ui-tabs li.ui-state-active,
.smalltabs .ui-tabs .ui-state-active,
.smalltabs .ui-tabs .ui-widget-content .ui-state-active,
.smalltabs .ui-tabs .ui-widget-header .ui-state-active {
    border: 1px solid #e1e1e1;
    background: #ffe200 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-hard_75_ffe200_1x100.png') 50% 50% repeat-x;
    color: #0053a0 !important;
}

.smalltabs .ui-tabs .ui-tabs-nav .ui-state-active a,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-active a:link,
.smalltabs .ui-tabs .ui-tabs-nav .ui-state-active a:visited {
    color: #0053a0 !important;
    text-decoration: none;
}

.smalltabs .buttonset label.ui-checkboxradio-label {
    margin: 0;
    padding: .1em 2em;
}

.smalltabs .buttonset label.ui-checkboxradio-label { 
     border: 1px solid #e1e1e1; 
     background: #e8e8e8 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-hard_75_e8e8e8_1x100.png') 50% 50% repeat-x; 
} 
 
.smalltabs .buttonset label.ui-state-active { 
    background: #ffe200 url('/Data/Sites/1/skins/MetroTransitII/images/ui-bg_highlight-hard_75_ffe200_1x100.png') 50% 50% repeat-x !important; 
} 
 
.smalltabs .buttonset label.ui-checkboxradio-label { 
   color: #0053a0; 
   font-style: normal; 
   font-weight: bold !important; 
   margin: 0; 
   padding: .15em; 
} 
 
.smalltabs .buttonset label.ui-state-active { 
    color: #0053a0; 
} 
 
.smalltabs .buttonset label:first-of-type { 
    border-top-right-radius: 0 !important; 
    border-bottom-right-radius: 0 !important; 
    border-right: 0; 
} 
 
.smalltabs .buttonset label:last-of-type { 
    border-top-left-radius: 0 !important; 
    border-bottom-left-radius: 0 !important; 
} 
.ui-accordion {
    margin-right: 1em;
}
.ui-accordion h3.ui-accordion-header a {
    color: #0053a0 !important;
}
.ui-accordion .ui-accordion-header {
    font-size: 1.2em;
    font-weight: 700;
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
    border: none;
}
.ui-accordion > .ui-state-default {
    background: none !important;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em;
	border-top: 0;
	overflow: auto;
    border: 1px solid #d3d3d3;
} .date-picker {
    width: 130px;
    display: inline-block;
    float:left;
}

.date-picker-all {
    width: 130px;
    display: inline-block;
    float:left;
}

.date-picker-last-ten {
    width: 130px;
    display: inline-block;
    float:left;
}

.time-picker {
    width: 130px;
    display: inline-block;
    float:left;
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    z-index: 3000;
}

.input-append .add-on, .input-prepend .add-on {
    width: 24px;
    text-align: center;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0 0.3em 0.3em 0 !important;
    -moz-border-radius: 0 0.3em 0.3em 0 !important;
    -webkit-border-radius: 0 0.3em 0.3em 0 !important;
    -opera-border-radius: 0 0.3em 0.3em 0 !important;
    -khtml-border-radius: 0 0.3em 0.3em 0 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 105%;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
}
.input-append .add-on.date, .input-prepend .add-on.date {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNTcgMjc1IDI3NSIgc3R5bGU9InN0cm9rZS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiAjZTFlMWUxOyI+PHBhdGggZD0iTTE3Mi42OTEsMjMuOTUzYy0yLjA2Mi0yLjA2NC00LjUwOC0zLjA5Ni03LjMzMi0zLjA5NmgtMTAuNDI4di03LjgyMmMwLTMuNTg0LTEuMjc3LTYuNjUzLTMuODMtOS4yMDYgYy0yLjU1NC0yLjU1My01LjYyMS0zLjgzLTkuMjA3LTMuODNoLTUuMjEzYy0zLjU4NiwwLTYuNjU0LDEuMjc3LTkuMjA3LDMuODNjLTIuNTU0LDIuNTUzLTMuODMsNS42MjItMy44Myw5LjIwNnY3LjgyMkg5Mi4zNTkgdi03LjgyMmMwLTMuNTg0LTEuMjc3LTYuNjUzLTMuODMtOS4yMDZjLTIuNTUzLTIuNTUzLTUuNjIyLTMuODMtOS4yMDctMy44M2gtNS4yMTRjLTMuNTg1LDAtNi42NTQsMS4yNzctOS4yMDcsMy44MyBjLTIuNTUzLDIuNTUzLTMuODMsNS42MjItMy44Myw5LjIwNnY3LjgyMkg1MC42NDNjLTIuODI1LDAtNS4yNjksMS4wMzItNy4zMzMsMy4wOTZzLTMuMDk2LDQuNTA5LTMuMDk2LDcuMzMzdjEwNC4yODcgYzAsMi44MjMsMS4wMzIsNS4yNjcsMy4wOTYsNy4zMzJjMi4wNjQsMi4wNjQsNC41MDgsMy4wOTYsNy4zMzMsMy4wOTZoMTE0LjcxNGMyLjgyNCwwLDUuMjctMS4wMzIsNy4zMzItMy4wOTYgYzIuMDY0LTIuMDY0LDMuMDk2LTQuNTA5LDMuMDk2LTcuMzMyVjMxLjI4NkMxNzUuNzg1LDI4LjQ2MSwxNzQuNzU0LDI2LjAxNywxNzIuNjkxLDIzLjk1M3ogTTc0LjEwNywxMzUuNTcySDUwLjY0M3YtMjMuNDY1aDIzLjQ2NCBWMTM1LjU3MnogTTc0LjEwNywxMDYuODkzSDUwLjY0M1Y4MC44MjNoMjMuNDY0VjEwNi44OTN6IE03NC4xMDcsNzUuNjA3SDUwLjY0M1Y1Mi4xNDNoMjMuNDY0Vjc1LjYwN3ogTTcyLjI3NSwzOC4zMzMgYy0wLjUxNi0wLjUxNi0wLjc3NC0xLjEyNi0wLjc3NC0xLjgzM1YxMy4wMzZjMC0wLjcwNiwwLjI1OC0xLjMxNywwLjc3NC0xLjgzM2MwLjUxNi0wLjUxNiwxLjEyNi0wLjc3NCwxLjgzMy0wLjc3NGg1LjIxNCBjMC43MDYsMCwxLjMxNywwLjI1OCwxLjgzMywwLjc3NGMwLjUxNiwwLjUxNiwwLjc3NCwxLjEyNywwLjc3NCwxLjgzM1YzNi41YzAsMC43MDctMC4yNTksMS4zMTctMC43NzQsMS44MzMgYy0wLjUxNiwwLjUxNi0xLjEyNiwwLjc3NC0xLjgzMywwLjc3NGgtNS4yMTRDNzMuNDAyLDM5LjEwNyw3Mi43OTEsMzguODQ5LDcyLjI3NSwzOC4zMzN6IE0xMDUuMzkzLDEzNS41NzJINzkuMzIxdi0yMy40NjVoMjYuMDcyIFYxMzUuNTcyeiBNMTA1LjM5MywxMDYuODkzSDc5LjMyMVY4MC44MjNoMjYuMDcyVjEwNi44OTN6IE0xMDUuMzkzLDc1LjYwN0g3OS4zMjFWNTIuMTQzaDI2LjA3MlY3NS42MDd6IE0xMzYuNjgsMTM1LjU3MmgtMjYuMDcyIHYtMjMuNDY1aDI2LjA3MlYxMzUuNTcyeiBNMTM2LjY4LDEwNi44OTNoLTI2LjA3MlY4MC44MjNoMjYuMDcyVjEwNi44OTN6IE0xMzYuNjgsNzUuNjA3aC0yNi4wNzJWNTIuMTQzaDI2LjA3MlY3NS42MDd6IE0xMzQuODQ2LDM4LjMzM2MtMC41MTUtMC41MTYtMC43NzItMS4xMjYtMC43NzItMS44MzNWMTMuMDM2YzAtMC43MDYsMC4yNTctMS4zMTcsMC43NzItMS44MzMgYzAuNTE2LTAuNTE2LDEuMTI3LTAuNzc0LDEuODM0LTAuNzc0aDUuMjEzYzAuNzA3LDAsMS4zMTgsMC4yNTgsMS44MzQsMC43NzRjMC41MTYsMC41MTYsMC43NzMsMS4xMjcsMC43NzMsMS44MzNWMzYuNSBjMCwwLjcwNy0wLjI1OCwxLjMxNy0wLjc3MywxLjgzM3MtMS4xMjcsMC43NzQtMS44MzQsMC43NzRoLTUuMjEzQzEzNS45NzMsMzkuMTA3LDEzNS4zNjEsMzguODQ5LDEzNC44NDYsMzguMzMzeiBNMTY1LjM1NywxMzUuNTcyIGgtMjMuNDY1di0yMy40NjVoMjMuNDY1VjEzNS41NzJ6IE0xNjUuMzU3LDEwNi44OTNoLTIzLjQ2NVY4MC44MjNoMjMuNDY1VjEwNi44OTN6IE0xNjUuMzU3LDc1LjYwN2gtMjMuNDY1VjUyLjE0M2gyMy40NjVWNzUuNjA3eiIvPjwvc3ZnPg==');
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250px" height="250px" viewBox="-32 -57 275 275" style="stroke-width: 0px; background-color: #e1e1e1;"><path d="M172.691,23.953c-2.062-2.064-4.508-3.096-7.332-3.096h-10.428v-7.822c0-3.584-1.277-6.653-3.83-9.206 c-2.554-2.553-5.621-3.83-9.207-3.83h-5.213c-3.586,0-6.654,1.277-9.207,3.83c-2.554,2.553-3.83,5.622-3.83,9.206v7.822H92.359 v-7.822c0-3.584-1.277-6.653-3.83-9.206c-2.553-2.553-5.622-3.83-9.207-3.83h-5.214c-3.585,0-6.654,1.277-9.207,3.83 c-2.553,2.553-3.83,5.622-3.83,9.206v7.822H50.643c-2.825,0-5.269,1.032-7.333,3.096s-3.096,4.509-3.096,7.333v104.287 c0,2.823,1.032,5.267,3.096,7.332c2.064,2.064,4.508,3.096,7.333,3.096h114.714c2.824,0,5.27-1.032,7.332-3.096 c2.064-2.064,3.096-4.509,3.096-7.332V31.286C175.785,28.461,174.754,26.017,172.691,23.953z M74.107,135.572H50.643v-23.465h23.464 V135.572z M74.107,106.893H50.643V80.823h23.464V106.893z M74.107,75.607H50.643V52.143h23.464V75.607z M72.275,38.333 c-0.516-0.516-0.774-1.126-0.774-1.833V13.036c0-0.706,0.258-1.317,0.774-1.833c0.516-0.516,1.126-0.774,1.833-0.774h5.214 c0.706,0,1.317,0.258,1.833,0.774c0.516,0.516,0.774,1.127,0.774,1.833V36.5c0,0.707-0.259,1.317-0.774,1.833 c-0.516,0.516-1.126,0.774-1.833,0.774h-5.214C73.402,39.107,72.791,38.849,72.275,38.333z M105.393,135.572H79.321v-23.465h26.072 V135.572z M105.393,106.893H79.321V80.823h26.072V106.893z M105.393,75.607H79.321V52.143h26.072V75.607z M136.68,135.572h-26.072 v-23.465h26.072V135.572z M136.68,106.893h-26.072V80.823h26.072V106.893z M136.68,75.607h-26.072V52.143h26.072V75.607z M134.846,38.333c-0.515-0.516-0.772-1.126-0.772-1.833V13.036c0-0.706,0.257-1.317,0.772-1.833 c0.516-0.516,1.127-0.774,1.834-0.774h5.213c0.707,0,1.318,0.258,1.834,0.774c0.516,0.516,0.773,1.127,0.773,1.833V36.5 c0,0.707-0.258,1.317-0.773,1.833s-1.127,0.774-1.834,0.774h-5.213C135.973,39.107,135.361,38.849,134.846,38.333z M165.357,135.572 h-23.465v-23.465h23.465V135.572z M165.357,106.893h-23.465V80.823h23.465V106.893z M165.357,75.607h-23.465V52.143h23.465V75.607z"/></svg>');
    background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icons/SVG/icon-calendar.svg');*/
}
.input-append .add-on.time, .input-prepend .add-on.time {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjQgMjc1IDI3NSIgc3R5bGU9InN0cm9rZS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiAjZTFlMWUxOyI+PGc+PHBhdGggZD0iTTE2Mi4xOCw0MS41OTJjLTUuNTk1LTkuNTg2LTEzLjE4NS0xNy4xNzYtMjIuNzcxLTIyLjc3MWMtOS41ODgtNS41OTUtMjAuMDU1LTguMzkyLTMxLjQwOC04LjM5MiBjLTExLjM1MiwwLTIxLjgyMiwyLjc5Ny0zMS40MDgsOC4zOTJjLTkuNTg3LDUuNTk0LTE3LjE3NywxMy4xODQtMjIuNzcyLDIyLjc3MUM0OC4yMjUsNTEuMTc5LDQ1LjQyOCw2MS42NDksNDUuNDI4LDczIGMwLDExLjM1MiwyLjc5OCwyMS44Miw4LjM5MiwzMS40MDhjNS41OTUsOS41ODUsMTMuMTg1LDE3LjE3NiwyMi43NzIsMjIuNzcxYzkuNTg3LDUuNTk1LDIwLjA1Niw4LjM5MiwzMS40MDgsOC4zOTIgYzExLjM1MiwwLDIxLjgyMi0yLjc5NywzMS40MDgtOC4zOTJjOS41ODYtNS41OTQsMTcuMTc2LTEzLjE4NSwyMi43NzEtMjIuNzcxYzUuNTk0LTkuNTg3LDguMzkxLTIwLjA1Nyw4LjM5MS0zMS40MDggQzE3MC41Nyw2MS42NDgsMTY3Ljc3Myw1MS4xNzgsMTYyLjE4LDQxLjU5MnogTTE0Ni4zNzQsOTUuMjQyYy0zLjk2NSw2Ljc4OS05LjM0MiwxMi4xNjctMTYuMTMyLDE2LjEzMiBjLTYuNzg5LDMuOTY1LTE0LjIwMyw1Ljk0Ni0yMi4yNDIsNS45NDZjLTguMDM4LDAtMTUuNDUyLTEuOTgxLTIyLjI0Mi01Ljk0NmMtNi43ODktMy45NjUtMTIuMTY2LTkuMzQzLTE2LjEzMS0xNi4xMzIgQzY1LjY2MSw4OC40NTMsNjMuNjc5LDgxLjAzOSw2My42NzksNzNzMS45ODMtMTUuNDUzLDUuOTQ4LTIyLjI0MmMzLjk2NC02Ljc4OSw5LjM0Mi0xMi4xNjcsMTYuMTMxLTE2LjEzMiBTOTkuOTYxLDI4LjY3OSwxMDgsMjguNjc5czE1LjQ1MywxLjk4MiwyMi4yNDIsNS45NDdjNi43OSwzLjk2NSwxMi4xNjcsOS4zNDMsMTYuMTMyLDE2LjEzMiBjMy45NjUsNi43ODksNS45NDYsMTQuMjAzLDUuOTQ2LDIyLjI0MlMxNTAuMzM5LDg4LjQ1MywxNDYuMzc0LDk1LjI0MnoiLz48cGF0aCBkPSJNMTE1LjgyMiw0MS43MTRoLTUuMjE1Yy0wLjc2MiwwLTEuMzg1LDAuMjQ1LTEuODc1LDAuNzMzQzEwOC4yNDUsNDIuOTM2LDEwOCw0My41NiwxMDgsNDQuMzIxVjczSDg5Ljc1IGMtMC43NjEsMC0xLjM4NSwwLjI0NC0xLjg3NCwwLjczMmMtMC40ODksMC40ODgtMC43MzMsMS4xMTMtMC43MzMsMS44NzV2NS4yMTRjMCwwLjc2MSwwLjI0NCwxLjM4NSwwLjczMywxLjg3NCBjMC40ODksMC40ODgsMS4xMTQsMC43MzIsMS44NzQsMC43MzJoMjYuMDczYzAuNzYsMCwxLjM4NS0wLjI0NCwxLjg3Mi0wLjczMmMwLjQ4OC0wLjQ4OSwwLjczNC0xLjExMywwLjczNC0xLjg3NHYtMzYuNSBjMC0wLjc2LTAuMjQ2LTEuMzg0LTAuNzM0LTEuODc0QzExNy4yMDcsNDEuOTU5LDExNi41ODIsNDEuNzE0LDExNS44MjIsNDEuNzE0eiIvPjwvZz48L3N2Zz4=');
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250px" height="250px" viewBox="-32 -64 275 275" style="stroke-width: 0px; background-color: #e1e1e1;"><g><path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392 c-11.352,0-21.822,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73 c0,11.352,2.798,21.82,8.392,31.408c5.595,9.585,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392 c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.587,8.391-20.057,8.391-31.408 C170.57,61.648,167.773,51.178,162.18,41.592z M146.374,95.242c-3.965,6.789-9.342,12.167-16.132,16.132 c-6.789,3.965-14.203,5.946-22.242,5.946c-8.038,0-15.452-1.981-22.242-5.946c-6.789-3.965-12.166-9.343-16.131-16.132 C65.661,88.453,63.679,81.039,63.679,73s1.983-15.453,5.948-22.242c3.964-6.789,9.342-12.167,16.131-16.132 S99.961,28.679,108,28.679s15.453,1.982,22.242,5.947c6.79,3.965,12.167,9.343,16.132,16.132 c3.965,6.789,5.946,14.203,5.946,22.242S150.339,88.453,146.374,95.242z"/><path d="M115.822,41.714h-5.215c-0.762,0-1.385,0.245-1.875,0.733C108.245,42.936,108,43.56,108,44.321V73H89.75 c-0.761,0-1.385,0.244-1.874,0.732c-0.489,0.488-0.733,1.113-0.733,1.875v5.214c0,0.761,0.244,1.385,0.733,1.874 c0.489,0.488,1.114,0.732,1.874,0.732h26.073c0.76,0,1.385-0.244,1.872-0.732c0.488-0.489,0.734-1.113,0.734-1.874v-36.5 c0-0.76-0.246-1.384-0.734-1.874C117.207,41.959,116.582,41.714,115.822,41.714z"/></g></svg>');
    background-image: url('/Data/Sites/1/skins/MetroTransitII/images/Icons/SVG/icon-time.svg');*/
}



.input-append, .input-prepend {
    white-space: nowrap;
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    margin: 0px !important;
    width:100% !important;  
    border-right: none !important;  
    border-radius: 0.3em 0 0 0.3em !important;
    -moz-border-radius: 0.3em 0 0 0.3em !important;
    -webkit-border-radius: 0.3em 0 0 0.3em !important;
    -opera-border-radius: 0.3em 0 0 0.3em !important;
    -khtml-border-radius: 0.3em 0 0 0.3em !important;
}

.input-append input, .input-append select, .input-append .uneditable-input {
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
    width: 85px;
}

.datepickertext, .timepickertext {
    display: inline-block !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.pull-right {
    float: right;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}


.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    z-index: 3000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
}

.bootstrap-datetimepicker-widget:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: #999;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3;
}

.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active {
    background-color: #039 \9;
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
    display: block;
    width: 47px;
    height: 32px;
    line-height: 32px;
    float: left;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget td span.active {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3;
}

.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
    background-color: #039;
}

.bootstrap-datetimepicker-widget td span.old {
    color: #999;
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}
.test-date-picker {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNTcgMjc1IDI3NSIgc3R5bGU9InN0cm9rZS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiAjZTFlMWUxOyI+PHBhdGggZD0iTTE3Mi42OTEsMjMuOTUzYy0yLjA2Mi0yLjA2NC00LjUwOC0zLjA5Ni03LjMzMi0zLjA5NmgtMTAuNDI4di03LjgyMmMwLTMuNTg0LTEuMjc3LTYuNjUzLTMuODMtOS4yMDYgYy0yLjU1NC0yLjU1My01LjYyMS0zLjgzLTkuMjA3LTMuODNoLTUuMjEzYy0zLjU4NiwwLTYuNjU0LDEuMjc3LTkuMjA3LDMuODNjLTIuNTU0LDIuNTUzLTMuODMsNS42MjItMy44Myw5LjIwNnY3LjgyMkg5Mi4zNTkgdi03LjgyMmMwLTMuNTg0LTEuMjc3LTYuNjUzLTMuODMtOS4yMDZjLTIuNTUzLTIuNTUzLTUuNjIyLTMuODMtOS4yMDctMy44M2gtNS4yMTRjLTMuNTg1LDAtNi42NTQsMS4yNzctOS4yMDcsMy44MyBjLTIuNTUzLDIuNTUzLTMuODMsNS42MjItMy44Myw5LjIwNnY3LjgyMkg1MC42NDNjLTIuODI1LDAtNS4yNjksMS4wMzItNy4zMzMsMy4wOTZzLTMuMDk2LDQuNTA5LTMuMDk2LDcuMzMzdjEwNC4yODcgYzAsMi44MjMsMS4wMzIsNS4yNjcsMy4wOTYsNy4zMzJjMi4wNjQsMi4wNjQsNC41MDgsMy4wOTYsNy4zMzMsMy4wOTZoMTE0LjcxNGMyLjgyNCwwLDUuMjctMS4wMzIsNy4zMzItMy4wOTYgYzIuMDY0LTIuMDY0LDMuMDk2LTQuNTA5LDMuMDk2LTcuMzMyVjMxLjI4NkMxNzUuNzg1LDI4LjQ2MSwxNzQuNzU0LDI2LjAxNywxNzIuNjkxLDIzLjk1M3ogTTc0LjEwNywxMzUuNTcySDUwLjY0M3YtMjMuNDY1aDIzLjQ2NCBWMTM1LjU3MnogTTc0LjEwNywxMDYuODkzSDUwLjY0M1Y4MC44MjNoMjMuNDY0VjEwNi44OTN6IE03NC4xMDcsNzUuNjA3SDUwLjY0M1Y1Mi4xNDNoMjMuNDY0Vjc1LjYwN3ogTTcyLjI3NSwzOC4zMzMgYy0wLjUxNi0wLjUxNi0wLjc3NC0xLjEyNi0wLjc3NC0xLjgzM1YxMy4wMzZjMC0wLjcwNiwwLjI1OC0xLjMxNywwLjc3NC0xLjgzM2MwLjUxNi0wLjUxNiwxLjEyNi0wLjc3NCwxLjgzMy0wLjc3NGg1LjIxNCBjMC43MDYsMCwxLjMxNywwLjI1OCwxLjgzMywwLjc3NGMwLjUxNiwwLjUxNiwwLjc3NCwxLjEyNywwLjc3NCwxLjgzM1YzNi41YzAsMC43MDctMC4yNTksMS4zMTctMC43NzQsMS44MzMgYy0wLjUxNiwwLjUxNi0xLjEyNiwwLjc3NC0xLjgzMywwLjc3NGgtNS4yMTRDNzMuNDAyLDM5LjEwNyw3Mi43OTEsMzguODQ5LDcyLjI3NSwzOC4zMzN6IE0xMDUuMzkzLDEzNS41NzJINzkuMzIxdi0yMy40NjVoMjYuMDcyIFYxMzUuNTcyeiBNMTA1LjM5MywxMDYuODkzSDc5LjMyMVY4MC44MjNoMjYuMDcyVjEwNi44OTN6IE0xMDUuMzkzLDc1LjYwN0g3OS4zMjFWNTIuMTQzaDI2LjA3MlY3NS42MDd6IE0xMzYuNjgsMTM1LjU3MmgtMjYuMDcyIHYtMjMuNDY1aDI2LjA3MlYxMzUuNTcyeiBNMTM2LjY4LDEwNi44OTNoLTI2LjA3MlY4MC44MjNoMjYuMDcyVjEwNi44OTN6IE0xMzYuNjgsNzUuNjA3aC0yNi4wNzJWNTIuMTQzaDI2LjA3MlY3NS42MDd6IE0xMzQuODQ2LDM4LjMzM2MtMC41MTUtMC41MTYtMC43NzItMS4xMjYtMC43NzItMS44MzNWMTMuMDM2YzAtMC43MDYsMC4yNTctMS4zMTcsMC43NzItMS44MzMgYzAuNTE2LTAuNTE2LDEuMTI3LTAuNzc0LDEuODM0LTAuNzc0aDUuMjEzYzAuNzA3LDAsMS4zMTgsMC4yNTgsMS44MzQsMC43NzRjMC41MTYsMC41MTYsMC43NzMsMS4xMjcsMC43NzMsMS44MzNWMzYuNSBjMCwwLjcwNy0wLjI1OCwxLjMxNy0wLjc3MywxLjgzM3MtMS4xMjcsMC43NzQtMS44MzQsMC43NzRoLTUuMjEzQzEzNS45NzMsMzkuMTA3LDEzNS4zNjEsMzguODQ5LDEzNC44NDYsMzguMzMzeiBNMTY1LjM1NywxMzUuNTcyIGgtMjMuNDY1di0yMy40NjVoMjMuNDY1VjEzNS41NzJ6IE0xNjUuMzU3LDEwNi44OTNoLTIzLjQ2NVY4MC44MjNoMjMuNDY1VjEwNi44OTN6IE0xNjUuMzU3LDc1LjYwN2gtMjMuNDY1VjUyLjE0M2gyMy40NjVWNzUuNjA3eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    background-color: #ffffff !important;
}
.test-time-picker {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjQgMjc1IDI3NSIgc3R5bGU9InN0cm9rZS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiAjZTFlMWUxOyI+PGc+PHBhdGggZD0iTTE2Mi4xOCw0MS41OTJjLTUuNTk1LTkuNTg2LTEzLjE4NS0xNy4xNzYtMjIuNzcxLTIyLjc3MWMtOS41ODgtNS41OTUtMjAuMDU1LTguMzkyLTMxLjQwOC04LjM5MiBjLTExLjM1MiwwLTIxLjgyMiwyLjc5Ny0zMS40MDgsOC4zOTJjLTkuNTg3LDUuNTk0LTE3LjE3NywxMy4xODQtMjIuNzcyLDIyLjc3MUM0OC4yMjUsNTEuMTc5LDQ1LjQyOCw2MS42NDksNDUuNDI4LDczIGMwLDExLjM1MiwyLjc5OCwyMS44Miw4LjM5MiwzMS40MDhjNS41OTUsOS41ODUsMTMuMTg1LDE3LjE3NiwyMi43NzIsMjIuNzcxYzkuNTg3LDUuNTk1LDIwLjA1Niw4LjM5MiwzMS40MDgsOC4zOTIgYzExLjM1MiwwLDIxLjgyMi0yLjc5NywzMS40MDgtOC4zOTJjOS41ODYtNS41OTQsMTcuMTc2LTEzLjE4NSwyMi43NzEtMjIuNzcxYzUuNTk0LTkuNTg3LDguMzkxLTIwLjA1Nyw4LjM5MS0zMS40MDggQzE3MC41Nyw2MS42NDgsMTY3Ljc3Myw1MS4xNzgsMTYyLjE4LDQxLjU5MnogTTE0Ni4zNzQsOTUuMjQyYy0zLjk2NSw2Ljc4OS05LjM0MiwxMi4xNjctMTYuMTMyLDE2LjEzMiBjLTYuNzg5LDMuOTY1LTE0LjIwMyw1Ljk0Ni0yMi4yNDIsNS45NDZjLTguMDM4LDAtMTUuNDUyLTEuOTgxLTIyLjI0Mi01Ljk0NmMtNi43ODktMy45NjUtMTIuMTY2LTkuMzQzLTE2LjEzMS0xNi4xMzIgQzY1LjY2MSw4OC40NTMsNjMuNjc5LDgxLjAzOSw2My42NzksNzNzMS45ODMtMTUuNDUzLDUuOTQ4LTIyLjI0MmMzLjk2NC02Ljc4OSw5LjM0Mi0xMi4xNjcsMTYuMTMxLTE2LjEzMiBTOTkuOTYxLDI4LjY3OSwxMDgsMjguNjc5czE1LjQ1MywxLjk4MiwyMi4yNDIsNS45NDdjNi43OSwzLjk2NSwxMi4xNjcsOS4zNDMsMTYuMTMyLDE2LjEzMiBjMy45NjUsNi43ODksNS45NDYsMTQuMjAzLDUuOTQ2LDIyLjI0MlMxNTAuMzM5LDg4LjQ1MywxNDYuMzc0LDk1LjI0MnoiLz48cGF0aCBkPSJNMTE1LjgyMiw0MS43MTRoLTUuMjE1Yy0wLjc2MiwwLTEuMzg1LDAuMjQ1LTEuODc1LDAuNzMzQzEwOC4yNDUsNDIuOTM2LDEwOCw0My41NiwxMDgsNDQuMzIxVjczSDg5Ljc1IGMtMC43NjEsMC0xLjM4NSwwLjI0NC0xLjg3NCwwLjczMmMtMC40ODksMC40ODgtMC43MzMsMS4xMTMtMC43MzMsMS44NzV2NS4yMTRjMCwwLjc2MSwwLjI0NCwxLjM4NSwwLjczMywxLjg3NCBjMC40ODksMC40ODgsMS4xMTQsMC43MzIsMS44NzQsMC43MzJoMjYuMDczYzAuNzYsMCwxLjM4NS0wLjI0NCwxLjg3Mi0wLjczMmMwLjQ4OC0wLjQ4OSwwLjczNC0xLjExMywwLjczNC0xLjg3NHYtMzYuNSBjMC0wLjc2LTAuMjQ2LTEuMzg0LTAuNzM0LTEuODc0QzExNy4yMDcsNDEuOTU5LDExNi41ODIsNDEuNzE0LDExNS44MjIsNDEuNzE0eiIvPjwvZz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    background-color: #ffffff !important;
}

.test-date-picker::-ms-clear { display: none; }
.test-time-picker::-ms-clear { display: none; }

.picker__list-item > small { font-size: 11px; float:right; color: #555555; text-transform:uppercase; }
.picker__list-item--selected > small { color: #FFFFFF !important; }

.picker__holder { z-index:500; }


/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}































/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

































/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
div.AspNet-Menu-Horizontal {
    float: left;
    height: 47px;
    width: 664px;
    margin: 0px 0px 0px -12px;
}

.sf-menu, .sf-menu * {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sf-menu img {
    display: none;
}

.sf-menu {
    float: left;
    height: 47px;
    text-align: center;
}

.sf-menu a {
    text-decoration: none;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 136px !important;
    text-align: left;
    background-color: #fff;
    box-shadow: #666 2px 2px 5px;
    border-bottom-right-radius: .3em;
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em;
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
}

.sf-menu ul li:last-child {
    border-bottom-right-radius: .3em;
    -moz-border-radius-bottomleft: .3em;
    -webkit-border-bottom-left-radius: .3em;
    border-bottom-left-radius: .3em;
    -moz-border-radius-bottomright: .3em;
    -webkit-border-bottom-right-radius: .3em;
}

.sf-menu ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    background: #fff url('/Data/Sites/1/skins/MetroTransitII/images/NavGradientSm.png') repeat-x left bottom;
}

.sf-menu li:hover {
    position: relative;
    visibility: inherit;
}

.sf-menu > li {
    /*font-size: 1.1em;
    letter-spacing: .03em;*/
    position: relative;
    float: left;
    width: 148px;
    padding: 14px 10px 16px 12px;
    text-align: left;
    white-space: nowrap !important;
}

.sf-menu > li:hover {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/navItemBkg.png') no-repeat top left;
}

.sf-menu > li:last-child {
    width: 194px !important;
}

.sf-menu > li:last-child:hover {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/navItemBkgLg.png') no-repeat top left;
}

.sf-menu > li:last-child > ul {
    width: 187px !important;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 47px;
    z-index: 99;
}

.sf-menu li.sfHover ul li ul {
    position: relative;
    display: block !important;
    top: -5px !important;
    left: 0 !important;
    box-shadow: none;
    visibility: visible !important;
}

.sf-menu li.sfHover ul li ul li {
    border: none !important;
    margin: 0 0 0 15px;
    padding: 0;
    width: 85% !important;
    list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/li_arrow.gif') !important;
    list-style-position: inside !important;
    background: transparent !important;
}

ul.sf-menu > li.sfHover > ul > li > ul > li ul {
    display: none !important;
}

.sf-menu > li > a, .sf-menu > li.sfHover > a,
.sf-menu > li > a:visited, .sf-menu > li > a:hover {
    display: block;
    position: relative;
    color: #fff;
}

.sf-menu ul li a {
    color: #000;
    display: inline-block;
    padding: 5px 5px 5px 15px;
}

.sf-menu ul li ul li a {
    margin: 2px;
    padding: 0;
}

.sf-menu ul > li.current > a,
.sf-menu ul > li > li.current > a,
.sf-menu ul > li > a:hover,
.sf-menu ul > li > a:active,
.sf-menu ul > li > ul > li > a:hover,
.sf-menu ul > li > ul > li > a:active {
    color: #0053a0 !important;
}

a.unclickable {
    cursor: default;
}div.LeftNavPageMenu div.AspNet-TreeView {
    width: 177px;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    text-align: left;
}

div.LeftNavPageMenu div.AspNet-TreeView img {
    display: none;
}

div.LeftNavPageMenu div.AspNet-TreeView ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div.LeftNavPageMenu div.AspNet-TreeView ul li {
    padding: 1px 0px 1px 0px;
    list-style-image: none;
    line-height: 1.4em;
}

div.LeftNavPageMenu div.AspNet-TreeView ul ul {
    margin: 2px 0px 5px 15px;
    list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/li_arrow.gif');
    list-style-position: outside;
}

div.LeftNavPageMenu div.AspNet-TreeView ul ul li {
    list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/li_arrow.gif');
    line-height: 1.25em;
}

div.LeftNavPageMenu div.AspNet-TreeView a,
div.LeftNavPageMenu div.AspNet-TreeView a:visited,
div.LeftNavPageMenu div.AspNet-TreeView a:active,
div.LeftNavPageMenu div.AspNet-TreeView a:link,
div.LeftNavPageMenu div.AspNet-TreeView a:hover {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

div.LeftNavPageMenu div.AspNet-TreeView li.AspNet-TreeView-Root {
    border-bottom: solid 1px #eeeeee;
    background: url('/Data/Sites/1/skins/MetroTransitII/images/NavGradientSm.png') repeat-x left bottom;
    padding: 5px 0px 5px 20px;
}

div.LeftNavPageMenu div.AspNet-TreeView {
    border-top: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #d3d3d3;
}

div.LeftNavPageMenu div.AspNet-TreeView li.AspNet-TreeView-Selected a {
    font-weight: bold;
}

div.LeftNavPageMenu div.AspNet-TreeView li.AspNet-TreeView-Selected ul a {
    font-weight: normal;
}

div.LeftNavPageMenuHeader div.AspNet-TreeView img {
    display: none;
}

div.LeftNavPageMenuHeader div.AspNet-TreeView {
    width: 177px;
    margin: 0px;
    padding: 0px;
}

div.LeftNavPageMenuHeader div.AspNet-TreeView ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.LeftNavPageMenuHeader div.AspNet-TreeView ul li {
    list-style-image: none;
    line-height: normal;
}

div.LeftNavPageMenuHeader div.AspNet-TreeView ul li ul {
    display: none;
}

div.LeftNavPageMenuHeader div.AspNet-TreeView a {
    font-size: 1.2em;
    text-decoration: none;
}

div.LeftNavTopTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 625px;
    margin-top: 10px;
    z-index: 50;
    font-size: 1.8em;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: .35em 0 0;
}

div.LeftNavTopTitle img {
    vertical-align: middle;
    margin-right: .75em;
    margin-bottom: .2em;
}

div.HasTopTitle {
    margin-top: 35px;
}
.blogitem { margin-bottom: 5%; }
ul.blognav { margin: 1em;  list-style-type: none; }
.blognavright ul li , .blognavleft ul li { background-image: none;}
div.blognavright  h3 , div.blognavleft  h3{ margin: 1em 0 0 0;  }
.blognavleft { width: 20%; max-width:250px; float:left; }
.blognavright {  width: 20%; max-width:250px; float:right; }
.blogcenter-nonav {margin: 0 0 0 0; padding: 5px 0px 0px 5px;    }
.blogcenter-leftnav {float:right; width: 78%; margin: 0 0 0 0; padding: 5px 0px 0px 5px;   }
.blogcenter-rightnav { float: left; width: 78%; margin:0 0 0 0; padding: 5px 0px 0px 5px;     }
.bloginfo {   }
.bloginfotitle { font-weight: bold; }
.blogtitle { margin: 5px 0px 10px 0px; font-size: 2em; }
.blogdate { padding: 7px 0px 7px 0px; text-align:left; font-size:11px;  }
.blogcommentlink { font-size:11px; text-align:right; padding: 0px 5px 3px 0px; }
div.blogcommentlink{ border-bottom: 1px solid #cccccc; }
div.blogcommenttext { border-bottom: 1px solid #cccccc; }
.blogcommentposter { font-size:11px; }
.blogcommentservice { clear: both;  width:95%;}
.blogpagerbottom{ padding-top:5px; padding-bottom:5px;}
.bsocial { clear:left; }
.bsocial .fblikebutton {margin-top: 3px; }
.bsocial iframe{ margin-top:7px; }
.bsidelist h3 { margin: 10px 0; }
.blogtags > a:not(:first-child):before {
    color: black;
    content: ",";
    padding-right: 3px;
}
.blogview .moduletitle {
    display: block;
}


#blog-wrapper {
   background:#fff;
   padding:1% 2% 2% 3%;
   margin-top:-10%;
   margin-left:8%;
   margin-right:8%;
   z-index: 10;
}a.nextripPopupLink {
    position: absolute;
    width: 14px;
    height: 12px;
    margin-top: -50px;
    right: 10px;
    cursor: pointer;
}

#lnkResetNextrip {
    position: absolute;
    width: 14px;
    height: 12px;
    right: 10px;
    margin: 5px 0;
    cursor: pointer;
    display: none;
}

span.resultHeader {
    font-weight: 700;
    width:100%;
    display:inline-block;
}

div.resultHeader {
    font-size: .9em;
    color: #777;
}

.nextDepartureText {
    display: block;
    width: 298px;
    margin: 5px 0 0 -12px;
    padding: 6px 0;
    color: #000;
    text-align: center;
    font-size: 1.2em;
    background: #ffdb43;
}

.nextripCurrentTime {
    display: block;
    width: 298px;
    margin: 0 0 0 -12px;
    padding: 3px 0;
    color: #333;
    text-align: center;
    font-size: 1em;
    background: #ffeeb2;
}

b.countdown {
    font-size: 16pt;
}

.nextripDepartures {
    float: left;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #fff url('/Data/Sites/1/skins/MetroTransitII/images/bkgrndTools.gif') repeat-x scroll top left;
}

.col1header {
    float: left;
    width: 40%;
    font-size: 10pt;
    font-weight: bold;
    color: #777;
    margin: 3px 0;
    padding: 0;
}

.col3header {
    float: right;
    width: 40%;
    font-size: 10pt;
    font-weight: bold;
    color: #777;
    margin: 3px 0;
    padding: 0;
    text-align: right;
}

.data {
    line-height: 1.2em;
    font-size: 9pt;
    font-weight: 600;
    color: #000;
    width: 100%;
    white-space: nowrap;
}

.col1 {
    float: left;
    width: 13%;
    margin: 3px 0;
}

.col2 {
    float: left;
    width: 72%;
    margin: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    text-overflow:ellipsis;
}

.col3 {
    text-align: right;
    float: right;
    width: 15%;
    margin: 3px 0;
}

.nextripdeparturefooter * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.nextriplegend {
    font-size: .8em;
    clear: both;
    /*float: right;*/
    margin: 5px 18px;
    text-align: right;
}

.txtboxstopnumber {
    width: 70px;
    margin: 5px;
}

hr.stopdivider {
    float: left;
    width: 92%;
    margin: 10px 0px;
}

#iBtnAddToMMT {
    float: right;
    margin: -15px 15px 0 10px;
    height: 26px;
    width: 50px;
}

div.nextripmodule .mt-rounded {
    position: relative;
    float: left;
    width: 274px;
    margin: 0 0 16px 0;
    padding: 5px 12px;
    border: 1px solid #ccc;
    background: #fff;
}

div.nextripmodule p {
    font-size: .9em;
    line-height: 1.1em;
    margin: .5em 0;
}

div.nextripmodule h5 {
    margin-top: .5em;
}

div.nextripmodule div.mt-field select,
div.nextripmodule div.mt-field input[type=text],
div.nextripmodule div.mt-field input[type=number],
div.nextripmodule div.mt-field input[type=tel]  {
    height: 1.8em;
    font-size: .9em;
}

div.nextripmodule div.mt-field select {
    height: 1.8em;
    font-size: .9em;
    margin-bottom: 1em;
}

div.nextripmodule div.mt-field input[type=text], 
div.nextripmodule div.mt-field input[type=number], 
div.nextripmodule div.mt-field input[type=tel] {
    height: 1.8em;
    font-size: .9em;
    margin-bottom: .5em;
}


.pnlGoTo .visible-mobile { display:none; }div.mt-form {
    margin: 0;
    padding: 0;
}

div.mt-form div.mt-field {
    display: block;
    clear: both;
    margin-bottom: 1em;
}

div.mt-form div.mt-field div.mt-formleftcolumn {
    display: block;
    clear: left;
    float: left;
    width: 48%;
    padding-right: 2%;
    margin-bottom: 1em;
}

div.mt-form div.mt-field div.mt-formrightcolumn {
    display: block;
    clear: right;
    float: right;
    width: 50%;
    margin-bottom: 1em;
}

div.mt-form div.mt-field span.mt-required-notice {
    padding-left: 1em;
    background: #fff url('data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7') no-repeat 0 50%;
    /*background: #fff url('/Data/Sites/1/skins/MetroTransitII/images/mt-required.gif') no-repeat 0 50%;*/
}

div.mt-form div.mt-field .mt-required {
    padding-right: 1em;
    background: #fff url('data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7') no-repeat 100% 50%;
    /*background: #fff url('/Data/Sites/1/skins/MetroTransitII/images/mt-required.gif') no-repeat 100% 50%;*/
}

div.mt-form .mt-rightalign {
    text-align: right;
}

div.mt-form .mt-field ul.mt-radio-button-list,
div.mt-form .mt-field ul.mt-checkbox-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.mt-form .mt-field ul.mt-radio-button-list li,
div.mt-form .mt-field ul.mt-checkbox-list li {
    padding: 0 .3em;
}

div.mt-form .mt-field table.mt-radio-button-list td,
div.mt-form .mt-field table.mt-checkbox-list td {
    padding: .3em 1em .3em .3em;
}

div.mt-form .mt-field table.mt-radio-button-list,
div.mt-form .mt-field table.mt-checkbox-list {
    padding: .3em;
}

div.mt-form .mt-field span.mt-radio-button-list label,
div.mt-form .mt-field span.mt-checkbox-list label {
    padding: .3em 1em .3em 0;
}

div.mt-form .mt-field span.mt-radio-button-list input,
div.mt-form .mt-field span.mt-checkbox-list input {
    margin: .3em;
}
div.mt-form .mt-field span.mt-radio-button-list,
div.mt-form .mt-field span.mt-checkbox-list {
    padding: .3em;
}
div.mt-form .mt-field span.mt-radio,
div.mt-form .mt-field span.mt-checkbox {
    padding: .3em;
}

div.mt-form .mt-field span.mt-radio label,
div.mt-form .mt-field span.mt-checkbox label {
    margin: 0 .3em;
}

.mt-form input[type=text],
.mt-form input[type=password],
.mt-form input[type=number],
.mt-form input[type=tel],
.mt-form input[type=search],
.mt-form select {
    width: 12em;
    line-height: 1em;
    height: 24px;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mt-form input[type=number],
.mt-form input[type=tel],
.mt-form input[type=search] {
    -moz-appearance: textfield;
}

.mt-form input[type=radio],
.mt-form input[type=checkbox] {
    /*position: relative;*/
    vertical-align: middle;
    margin: 0.3em;
}

.mt-form input[type=number]::-webkit-inner-spin-button,
.mt-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div.mt-form .mt-field .mt-checkbox,
div.mt-form .mt-field .mt-radio-button-list,
div.mt-form .mt-field .mt-checkbox-list,
div.mt-form .mt-field .mt-value,
div.mt-form .mt-field .mt-file-upload,
div.mt-form .mt-field .mt-file-upload input[type=file],
div.mt-form .mt-field input[type=text],
div.mt-form .mt-field input[type=password],
div.mt-form .mt-field input[type=number],
div.mt-form .mt-field input[type=tel],
div.mt-form .mt-field input[type=search],
div.mt-form .mt-field textarea,
div.mt-form .mt-field select {
    display: block;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -opera-border-radius: .3em;
    -khtml-border-radius: .3em;
}

div.mt-form .mt-field select {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 0 24px 0 6px;    
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjcgMjc1IDI3NSI+PHBhdGggZD0iTTE2OC40NTIsNDIuMTIxbC02LjEwOS02LjExMWMtMi4xMTgtMi4wMDktNC41OS0zLjAxNC03LjQxMy0zLjAxNGMtMi44OCwwLTUuMzI0LDEuMDA1LTcuMzM0LDMuMDE0TDEwOCw3NS42MDcgTDY4LjQwNCwzNi4wMTFjLTIuMDEtMi4wMDktNC40NTQtMy4wMTQtNy4zMzMtMy4wMTRjLTIuODI0LDAtNS4yOTYsMS4wMDUtNy40MTQsMy4wMTRsLTYuMDI5LDYuMTExIGMtMi4wNjQsMi4wNjMtMy4wOTYsNC41MzUtMy4wOTYsNy40MTRjMCwyLjkzMywxLjAzMyw1LjM3NywzLjA5Niw3LjMzMmw1My4wMzksNTMuMDM5YzEuOTU2LDIuMDY0LDQuMzk5LDMuMDk2LDcuMzMzLDMuMDk2IGMyLjg3OSwwLDUuMzUtMS4wMzIsNy40MTMtMy4wOTZsNTMuMDM5LTUzLjAzOWMyLjAxLTIuMDEsMy4wMTYtNC40NTQsMy4wMTYtNy4zMzJDMTcxLjQ2OCw0Ni43MTEsMTcwLjQ2Miw0NC4yNCwxNjguNDUyLDQyLjEyMXoiLz48L3N2Zz4=');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
select::-ms-expand {
    display: none;
}

div.mt-form .mt-field .mt-checkbox-space {
    display:inline-block;
    margin:7px 0;
}

div.mt-form div.mt-field label,
div.mt-form div.mt-field .mt-label {
    color: #000;
    font-style: italic;
    display: inline-block;
    margin: .3em 0;
    width: auto !important;
}

div.mt-form .mt-field .mt-inline input,
div.mt-form .mt-field .mt-inline select {
    display: inline-block !important;
    margin: 0;
}

div.mt-form .mt-field .mt-inline {
    display: inline-block !important;
    float: left;
    margin-right: 1em;
}

.mt-rounded {
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -opera-border-radius: .3em;
    -khtml-border-radius: .3em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mt-rounded-right {
    border-radius: 0 0.3em 0.3em 0;
    -moz-border-radius: 0 0.3em 0.3em 0;
    -webkit-border-radius: 0 0.3em 0.3em 0;
    -opera-border-radius: 0 0.3em 0.3em 0;
    -khtml-border-radius: 0 0.3em 0.3em 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mt-rounded-left {
    border-radius: 0.3em 0 0 0.3em;
    -moz-border-radius: 0 0.3em 0.3em 0;
    -webkit-border-radius: 0 0.3em 0.3em 0;
    -opera-border-radius: 0 0.3em 0.3em 0;
    -khtml-border-radius: 0 0.3em 0.3em 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mt-floatsummary {
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: #666 2px 2px 5px;
}

.mt-validation-summary {
    background-color: #FFCCCC !important;
    border: 1px solid #ed1b2e !important;
    color: #ed1b2e;
    font-weight: bold;
    margin: 0 0 1em;
    padding: .5em;
}

.mt-validation-summary li {
    font-weight: normal;
    list-style-type: square;
}

div.mt-form .mt-field .mt-smallest {
    width: 3em;
}

div.mt-form .mt-field .mt-smaller {
    width: 5em;
}

div.mt-form .mt-field .mt-small {
    width: 8em;
}

div.mt-form .mt-field .mt-wide {
    width: 16em;
}

div.mt-form .mt-field .mt-wider {
    width: 20em;
}

div.mt-form .mt-field .mt-widest {
    width: 24em;
}

div.mt-form .mt-field .mt-fullwidth {
    width: 100% !important;
}

.mt-entry-section input {
    width: 16em !important;
    margin-bottom: .5em;
}

input[type=search] {
    -webkit-appearance: textfield !important;
    box-sizing: initial !important;
}

h3.navigator {
    margin: 10px 0 5px 0 !important;
}

select.navigator {
    margin: 0 0 10px 0 !important;
}
.trip-plan-width      { width: 360px; }
#mapDiv               { width: 33%; height: 400px; float: right; background-color: lightgray; border: 0.1em solid; text-align: center; line-height: 400px; }

.adrsTab              { width: 300px; }
.plannerLabel         { width: 60px; text-align: right; clear: left; float: left; padding-right: 1em; }
.plannerWrap          { float: left; width: 100%; margin-bottom: 1em; } /*width: 360px;*/
.optionLabel          { float: left; }
.optionDiv            { clear: both; width: 100%; overflow: auto; margin-bottom: 0.2em; } /*width: 250px;*/
.tripPlanLeftContent  { float: left; width: 40%; padding-right:1.5em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; min-height: 50px; }
.tripPlanRightContent { float: right; width: 60%; min-height: 50px; }
.tripPlannerReturn    { margin-top: 3em !important; }
.tpHeader h1          { color:  #0053A0; }
.tpleftheader         { margin-bottom: 1em; }
.optionBox            { border: 0.1em solid; padding: 0.5em; }
.tpOptionBox          { margin: 0 0 1.5em 0; display:inline-block; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f4f4ef; }
.tpAmbiguousBox       { margin: 0 0 1.5em 0; display:inline-block; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.tpOptionBox *, 
.tpAmbiguousBox *     { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ambigPanel           { background-color: #f4f4ef; overflow: hidden;  }
.ambigPanel p         { padding: 0 1em; }
.ambigText            { padding: 1em; }
.applyButton          { text-align: right; }
.extraInfo            { margin: 1em; vertical-align: middle; }
.timebox              { width: 30px !important; }
.daterowdiv           { float: left; padding: 0 5px; }
.timeDropdown         { width: 50px; margin-right: 4px; }
.itinHeader           { padding: 0.5em 1.5em; background-color: #ddded8; color: #0053A0; overflow:auto;  }
.itinHeader h3        { color:  #0053A0; }
.leftItin             { width: 70%; float: left; padding-right: 10px; }
.rightItin            { width: 30%; float: left; }
.svcsExtraInfo        { padding: 0.5em 1.0em 0; }
.pnlServices          { background-color: white; padding: 0.5em; min-height: 38px; margin: 1em; }
.nearestStopID        { margin-left: 1.5em; }
.stopMapID            { margin-left: 1.5em; }
.pnlServices ul       { padding: 0 0 0 2.5em; }
.walkPanel, .stayOnBusPanel, .busPanel, .lrtPanel, .railPanel { background-repeat: no-repeat; background-position: 5px 5px; 
                                                                background-color: white; padding: 0.5em 0.5em 0.5em 3em; 
                                                                overflow: hidden; min-height: 37px; margin: 1em 1.5em; }
.walkPanel { background-image: url('/Data/Sites/1/skins/MetroTransitII/images/walker_icon.gif'); }
.busPanel  { background-image: url('/Data/Sites/1/skins/MetroTransitII/images/BusSmall.gif'); }
.lrtPanel  { background-image: url('/Data/Sites/1/skins/MetroTransitII/images/LightRailSmall.gif'); }
.railPanel { background-image: url('/Data/Sites/1/skins/MetroTransitII/images/TrainSmall.gif'); }
.mobilePanel { padding: 0.5em; overflow: hidden; border-bottom: 0.2em solid; border-bottom-color: #0053A0;
               background-color: transparent; min-height: inherit; }
.stayOnBusPanel { color: Red; }
.precontent { margin: 1em 1.5em 0;}
.stopshighlight { background: #E3E3E3; margin: 0; }
.incontent { margin: 0 3.5em 0; }
.postcontent { margin: 0 1.5em 0; }
.itinwrapper { margin: 1em 1.5em; font-size: 0.9em !important; overflow: auto; }

.farediv     { float: left; width: 50%; padding-right: 1em; }
.farediv th, .farediv td { width: 50%; text-align: center; padding: 0.3em; }
.farediv th  { background: #ffe200; }
.farediv td  { background: white; }
.farediv table { border-collapse: separate; border-spacing: 0.1em; width: 100%; }
.fareright   { float: left; width: 50%; font-size: 0.9em; }

.carbonleft,.carbonright  { float: left; width:15% }
.carbonmiddle { float: left; width: 85%; }
.carbonnumber { display:inline-block; width:8%; }
.carbontext { display:inline-block; width:80%; }
.carbonlink { margin-top: 1em; }
.carbon { margin-bottom: 1.5em; }

.synopsiswrapper { float: left; width: 90px; min-height: 4.5em; margin: 0.5em 0 0 0; }
.synopsiselement { float: left; margin: 0 0.5em 0 0.5em; text-align: center; width: 30px; }
.errcode         { font-size: 0.8em; margin-top: 1em; text-align: right; }
.adheranceBox    { background-color: #ddded8; overflow: hidden; line-height: 1.1; margin-bottom: 0.5em; }
.adheranceLeft   { float: left; width: 30%; padding: 0.5em 1.5em 0.5em 0.5em; } 
.adheranceLeft > img  { vertical-align: top; height: 22px; } 
.adheranceRight  { float: left; text-align: left; padding: 0.3em 0; width: 70%; }
.gtCheckBox td { padding-bottom: 1em; width:200px; text-align: left; vertical-align: top; }
.gtCheckBox label { display: block; float: left; width: 80%; }
.gtCheckBox input { float: left; width: 15%; display: block; }
.landmarkLinks { margin: 0 0 1em 1.2em; }

.text-center { text-align:center; }
.text-right { text-align:right; }
.text-bold { font-weight:bold; }
.singlekeyerr { border: solid; border-width:5px; border-color:red; overflow:hidden; padding:5px; }
#singlekey td { vertical-align: middle; }

.nearestLmk {  }
.nearestLmk > div > ul {  list-style-image: url('/Data/Sites/1/skins/MetroTransitII/images/li_arrow.gif') }

/*.tripPlannerSave { display:table; width:100%; }*/

.tripPlannerSave > .left { width: 5%; display: inline-block; vertical-align: top; color: #0053a0; }
.tripPlannerSave > .right {  width:92%; display: inline-block; }

.tripPlannerSave > .left > i { font-size:12px; }
.tripPlannerSave > .right > input[type=text] { width:100%; margin-bottom:5px; }
.tripPlannerSave > .right > div { line-height: 30px; display: table; width: 100%; margin-bottom:20px; }
.tripPlannerSave > .right > div > .mt-buttonwrap { width:30%; vertical-align:middle; }
.tripPlannerSave > .right > div > div { width:20%; display:inline-block; }
.tripPlannerSave > .right > div > div > .confirmText { color: #0053A0; font-size: .8em; font-weight: bold; display:inline-block; }
.tripPlannerSave > .right > div > span { width:50%; color: #0053A0; font-size: .8em; font-weight: bold; text-align: right; display:inline-block; float:right; }

.pnlHide { display: none; }

.plan-head { display: none; }
.plan-sub-head { font-size: 0.8rem; margin: 0 0 0.5em 0 !important; }
.trip-box { width: 100%; background: #f4f7f7; padding: 6px; margin-bottom: 0.6em !important; border: 1px solid #dddddd; }
.trip-settings { width: 100%; margin-bottom: 0 !important; }
.trip-box, .trip-settings { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.trip-box *, .trip-settings * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.trip-box:after, .trip-settings:after { content:''; display:table; clear:both; }

.trip-box > .label { font-size: 1em; width: 20%; float: left; text-align: right; }
.trip-box > .container { width: 80%; float: right; }

.trip-settings > .label { width: 20%; float: left; text-align: right;  }
.trip-settings > .container { width: 80%; float: right; }

.trip-box > .label > label { font-style: normal !important; font-weight: bold; background: url('/Data/Sites/1/skins/MetroTransitII/images/mt-required.gif') no-repeat 0% 50% !important; 
                             padding-left: 0.75em; padding-right: 0.5em !important; }

.trip-box > .container > .adrsTab { border:none !important; padding: 0 !important; width: 100%; }
.trip-box > .container > .adrsTab > ul { padding: 0 !important; }
.trip-box > .container > .adrsTab > ul > li { margin: 0 !important; padding: 0 !important; -webkit-border-radius: 0; -moz-border-radius: 0;  border-radius: 0;
                                         border-bottom: 1px solid #e1e1e1 !important; width: 33.33%; }
.trip-box > .container > .adrsTab > ul > .first { -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px;
                                              -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-right: none; }
.trip-box > .container > .adrsTab > ul > .last { -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px;
                                            -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-left: none; }
.trip-box > .container > .adrsTab > ul > li > a { width:100%; text-align: center; padding: .2em 0 !important; }

.trip-box > .container > .adrsTab > .ui-tabs-panel { padding: 4px 0 0 0 !important; }

.trip-box > .container > .adrsTab > * > .intbox { width: 45% !important; float: left; }
.trip-box > .container > .adrsTab > * > .intspace { width: 10%; float: left; text-align: center; }

.trip-box > .container > .adrsTab > * > * > .divLandmark { float:left; width:50%; }
.trip-box > .container > .adrsTab > * > * > .divLandmark:first-of-type { padding-right:2px; }
.trip-box > .container > .adrsTab > * > * > .divLandmark:last-child { padding-left:2px; }
.trip-box > .container > .adrsTab > * > * > .divLandmark > select { width:100% }

.trip-box > .container > .buttonset > .ui-checkboxradio-label { width: 50% !important; } 
.trip-box > .container > .buttonset > .ui-checkboxradio-label { cursor: pointer; text-align: center; } 
.trip-box > .container > .buttonset > .ui-checkboxradio-label.ui-state-active { cursor: text; } 

.trip-box > .container > .datetimebox { padding: 4px 0 0 0 !important; }
.trip-box > .container > .datetimebox > .space { display:none; }
.trip-box > .container > .datetimebox > div { width: 50% !important; float: left; }
.trip-box > .container > .datetimebox > div:first-of-type { padding-right: 3px; }
.trip-box > .container > .datetimebox > div:last-child { padding-left: 3px; }


.trip-settings > .label > .mt-label { margin: 0 !important; line-height: 22px; font-size: 1em; font-style: italic !important; font-weight: bold; padding: 0;  }
.trip-settings > .label { font-size: 1em; }

.trip-settings > .container > .optionDiv > .mt-label { width: 50% !important; margin: 0 !important; height: 22px; line-height: 22px; }
.trip-settings > .container > .optionDiv > * > select { width: 50%; }

.trip-settings > .container > .mt-buttonwrap { float:right; }
.trip-settings > .container > .mt-buttonwrap > input { color: #ffffff !important; }

.gps-from, .gps-to { display:none; }

.smalltabs > .tripPlannerAdjust > .trip-settings > .container { padding: 0; }
.smalltabs > .tripPlannerAdjust > .container { max-width: 360px; padding: 0; }
#mapAccordion > .ui-accordion-content .container { max-width: 335px; padding: 0; }
#tripPlannerModule .container { max-width: 335px; padding: 0; }
#fromTabsServicesFinder > ul { list-style: none; list-style-position: inside; }

@media print {
    .tripPlanLeftContent,
    .breadcrumbs,
    .alertHeader,
    .rightItin,
    #headerbackground,
    #navbackground,
    #wrapnav,
    #wrapheader,
    #wrapfooter { display: none; }

    .tripPlanRightContent { float: left; width: 60%; min-height: 50px; }

    a[href]:after {
        content: none !important;
    }
}/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1; }
.bx-wrapper img { max-width: 100%; display: block; vertical-align: inherit; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport { background: #fff; }
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto { width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading { min-height: 50px; background: url('/Data/Sites/1/skins/MetroTransitII/images/bx_loader.gif') center center no-repeat #fff;
	                      height: 100%; width: 100%; position: absolute; top: 0; left: 0;	z-index: 2000; }

.bx-controls { display: inline-block; width: 100%; }
.bx-pager-control { display: inline-block; }
.bx-pager-control a { background: #CCCCCC !important; border: 6px solid #CCCCCC !important; text-indent: 0 !important; }

/* PAGER */
.bx-wrapper .bx-pager {	text-align: center; font-weight: bold; color: #A8A8A8; padding-top: 10px; }
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #FFFFFF; text-indent: -9999px; display: block; width: 14px; height: 14px; margin: 0 5px; 
                                           outline: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 2px solid #A8A8A8; color: #555555; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active { background: #CCCCCC; border: 2px solid #CCCCCC; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 10px; background: url('/Data/Sites/1/skins/MetroTransitII/images/controls.png') no-repeat 0 -32px; }
.bx-wrapper .bx-next { right: 10px; background: url('/Data/Sites/1/skins/MetroTransitII/images/controls.png') no-repeat -43px -32px; }
.bx-wrapper .bx-prev > img { display:inline-block !important; max-width: 100%; max-height: 100%; }
.bx-wrapper .bx-next > img { display:inline-block !important; max-width: 100%; max-height: 100%; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; 
                                       z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; margin: 0 3px; 
                                          background: url('/Data/Sites/1/skins/MetroTransitII/images/controls.png') -86px -11px no-repeat; }
.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; margin: 0 3px; 
                                         background: url('/Data/Sites/1/skins/MetroTransitII/images/controls.png') -86px -44px no-repeat; }
.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff;	display: block;	font-size: .85em; padding: 10px; }

/* SLIDER CUSTOMIZATIONS */
.bxslider > li > a > img { width: 100%;	height: 100%; }
.bxslider > .one-slide,.bxslider > .two-slide, .bxslider > .four-slide { width: 602px !important; height: 270px !important; }
.bxslider > .two-slide > a.first { float: left; width: 300px; height: 270px; padding-right:1px; box-sizing: border-box; }
.bxslider > .two-slide > a.second { float: left; width: 300px; height: 270px; padding-left: 1px; box-sizing: border-box; }
.bxslider > .four-slide > a.first { float: left; width: 300px; height: 134px; padding-right:1px; padding-bottom:1px; box-sizing: border-box; }
.bxslider > .four-slide > a.second { float: left; width: 300px; height: 134px; padding-left:1px; padding-bottom:1px; box-sizing: border-box; }
.bxslider > .four-slide > a.third { float: left; width: 300px; height: 134px; padding-right:1px; padding-top:1px; box-sizing: border-box; }
.bxslider > .four-slide > a.fourth { float: left; width: 300px; height: 134px; padding-left:1px; padding-top:1px; box-sizing: border-box; }
.bx-pager a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.home-slider {
    width: 600px!important;
    margin-left: 35px;
    margin-top: 20px;
    float: right;
} 
.home-slider .modulecontent { padding: 0 !important; }
.home-slider .bx-wrapper {
    margin: 0 auto !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 */

div.cp-form div.mt-field {
    display: inline-block !important;
}

.hidden-desktop { display: none !important; }

.commuter-hide { display: none !important; }

.commuter-gap-small { margin-bottom: 0.5em !important; }
.commuter-gap-medium { margin-bottom: 1em !important; }
.commuter-gap-large { margin-bottom: 2em !important; }

.cp-nopadding > div:first-child { padding-left: 0px !important; }
.cp-nopadding > div:last-of-type { padding-right: 0px !important; }


.cp-breadcrumbs { margin-top: -20px; margin-bottom: 20px; }
.cp-crumb { display:inline-block; color: #0053a0; font-size: 9pt; text-decoration: none; }
.cp-nomargin { margin: 0 0 0 0 !important; }

.cp-left { text-align: left; }
.cp-center { text-align: center; }
.cp-right { text-align: right; }
.cp-font-small { font-size: smaller; font-weight: lighter; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; }


h5.advschlabel { margin-top:10px }

.cp-rdm-msg { font-size: 1em; color: #555555; box-sizing: border-box; display: inline-block; }

.cp-rdm-msg .msgfrom { color: #333333; font-size: 1.1em; font-weight: bold; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cp-rdm-msg .msgcount { text-align:right; font-size: 0.9em; font-weight: bold; }
.cp-rdm-msg .msgcontent { max-height: 4em; overflow: hidden; text-align: justify; }

.rdm-msg-self { background-color: #f6f9fb !important; }
.rdm-msg-buttons { color: #777777; }
.rdm-msg-buttons > a, .rdm-msg-buttons > a:visited, .rdm-msg-buttons > a:link { padding: 2px 5px; display: inline-block; color: #777777;  border-radius: 4px; margin-bottom:5px; text-decoration:none; }
.rdm-msg-buttons > a:hover { background-color: aliceblue; }

.rdm-profile-map { height: 460px; }
.rdm-match-map { height: 620px; }
.rdm-match-list { min-height: 620px; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease; 
  text-indent: -100%;
  opacity: 1;
}

input:read-only, textarea:read-only,
input[readonly], textarea[readonly] { 
    background-color: rgb(235, 235, 228); 
    color: rgb(84, 84, 84); 
}

input[type="submit"]:read-only {
    color: #FFFFFF;
}

.cp-msg-buttons { width:100%; }
.cp-msg-buttons .button { width: 50%; line-height: 30px; text-align: center; background-color: #ffd200; color: #333333; font-weight: bold; float: left; box-sizing: border-box; }
.cp-msg-buttons .button:hover { background-color: #FDE054; text-decoration: none; }
.cp-msg-buttons .button.selected { background-color: #0053A0; color: #ffffff; }
.cp-msg-buttons .button.selected:hover { background-color: #1371C9; text-decoration: none; }


.cp-msg-user-profile { height: 71px; padding: 10px !important; }
.cp-msg-user-profile div { float:left; }
.cp-msg-profile-title { font-weight: bold; }
.cp-msg-show-map { background-color: #0053A0; text-align: center; height: 71px; cursor: pointer; }
.cp-msg-show-map div { color: #FFFFFF; text-align: center; line-height: 71px; }
.cp-delete-message { color: #FFFFFF; background-color: #0053A0; }

.cp-dollar-input {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjQgMjc1IDI3NSIgc3R5bGU9InN0cm9rZS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiAjZTFlMWUxOyI+PGc+PHBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkPSJNMTQ0Ljk0Myw4OC44ODZjLTAuNzA1LTIuMzg4LTEuNTYtNC40NjYtMi41NjUtNi4yMzFjLTEuMDA0LTEuNzY2LTIuNDQyLTMuNDg5LTQuMzE3LTUuMTc0ICBjLTEuODczLTEuNjg1LTMuNTU4LTMuMDQxLTUuMDUyLTQuMDczYy0xLjQ5My0xLjAzMi0zLjU0NC0yLjE4Ni02LjE1MS0zLjQ2M2MtMi42MDYtMS4yNzctNC42Ny0yLjIyNy02LjE5LTIuODUyICBjLTEuNTIyLTAuNjI0LTMuNzIyLTEuNDgtNi42MDEtMi41NjZjLTIuNTUzLTAuOTc3LTQuNDUzLTEuNzI0LTUuNzA0LTIuMjRjLTEuMjQ5LTAuNTE2LTIuODkyLTEuMjQ5LTQuOTI5LTIuMiAgYy0yLjAzNi0wLjk1LTMuNTU3LTEuNzkyLTQuNTYyLTIuNTI1cy0yLjA3Ny0xLjYyOS0zLjIxOC0yLjY4OGMtMS4xNDEtMS4wNTktMS45NDItMi4xODYtMi40MDQtMy4zODEgIGMtMC40NjEtMS4xOTUtMC42OTItMi40OTktMC42OTItMy45MTFjMC0zLjY5MywxLjYyOS02LjcwOCw0Ljg4OC05LjA0M2MzLjI1OS0yLjMzNSw3LjQ2OS0zLjUwMywxMi42MjktMy41MDMgIGMyLjI4LDAsNC42MDQsMC4zMTIsNi45NjYsMC45MzdzNC4zODUsMS4zMyw2LjA2OCwyLjExOGMxLjY4NiwwLjc4OCwzLjI3NCwxLjY1Nyw0Ljc2OCwyLjYwN2MxLjQ5NCwwLjk1MSwyLjU1MywxLjY3LDMuMTc4LDIuMTU5ICBjMC42MjUsMC40ODksMS4wMiwwLjgxNSwxLjE4MiwwLjk3OGMwLjcwNywwLjU0MywxLjQzOCwwLjczMywyLjE5OSwwLjU3YzAuODE0LTAuMDU0LDEuNDM5LTAuNDg5LDEuODc1LTEuMzAzbDYuNi0xMS44OTUgIGMwLjY1Mi0xLjA4NiwwLjUxNi0yLjExOC0wLjQwNy0zLjA5NmMtMC4zMjctMC4zMjYtMC43MzMtMC43MDYtMS4yMjQtMS4xNDFjLTAuNDg4LTAuNDM1LTEuNTQ3LTEuMjIyLTMuMTc4LTIuMzYzICBjLTEuNjI5LTEuMTQtMy4zNTQtMi4xNTktNS4xNzItMy4wNTVjLTEuODItMC44OTYtNC4xODQtMS44MDYtNy4wOS0yLjcyOWMtMi45MDQtMC45MjQtNS45MDYtMS41NDgtOS4wMDMtMS44NzRWMi42MDkgIGMwLTAuNzYtMC4yNDQtMS4zODUtMC43MzEtMS44NzRjLTAuNDg5LTAuNDg4LTEuMTE0LTAuNzMzLTEuODc1LTAuNzMzaC0xMWMtMC43MDYsMC0xLjMxNywwLjI1OC0xLjgzMywwLjc3NCAgcy0wLjc3NCwxLjEyNy0wLjc3NCwxLjgzM3YxNC42NjVjLTguNTI4LDEuNjI5LTE1LjQ1Myw1LjI2OC0yMC43NzYsMTAuOTE3Yy01LjMyMiw1LjY0OS03Ljk4NCwxMi4yMi03Ljk4NCwxOS43MTYgIGMwLDIuMjI3LDAuMjMxLDQuMzQ1LDAuNjkzLDYuMzU0YzAuNDYxLDIuMDEsMS4wMzIsMy44MTYsMS43MTEsNS40MThjMC42NzksMS42MDMsMS42NDMsMy4xNzgsMi44OTIsNC43MjYgIGMxLjI0OSwxLjU0OCwyLjQzMSwyLjg3OSwzLjU0NCwzLjk5MmMxLjExNCwxLjExMywyLjU2NywyLjI2Nyw0LjM1OSwzLjQ2MmMxLjc5MywxLjE5NiwzLjMyNywyLjE2LDQuNjA0LDIuODkzICBjMS4yNzcsMC43MzEsMi45NzQsMS41NzUsNS4wOTIsMi41MjRjMi4xMTgsMC45NTEsMy43ODksMS42Nyw1LjAxMSwyLjE2YzEuMjIyLDAuNDg4LDIuODkyLDEuMTY4LDUuMDExLDIuMDM1ICBjMi45MzMsMS4xNDEsNS4xMDUsMi4wMjMsNi41MTgsMi42NDhzMy4yMDUsMS40OTQsNS4zNzgsMi42MDdzMy43NjEsMi4xMzEsNC43NjcsMy4wNTVjMS4wMDQsMC45MjQsMS45MTQsMi4wNjQsMi43MjksMy40MjIgIHMxLjIyMywyLjc5NywxLjIyMyw0LjMxOGMwLDQuMjkxLTEuNjcsNy42MDQtNS4wMTEsOS45MzhjLTMuMzQsMi4zMzYtNy4yMTEsMy41MDQtMTEuNjEsMy41MDRjLTIuMDA4LDAtNC4wMTktMC4yMTYtNi4wMjgtMC42NTEgIGMtNy4wNjEtMS40MTQtMTMuNjYtNC44MDgtMTkuNzk4LTEwLjE4NWwtMC4xNjMtMC4xNjNjLTAuNDg5LTAuNTk2LTEuMTQxLTAuODQxLTEuOTU1LTAuNzMyYy0wLjg2OSwwLjEwOS0xLjQ5NCwwLjQzNS0xLjg3NCwwLjk3OSAgbC04LjM5MiwxMC45OThjLTAuODE1LDEuMDg2LTAuNzYsMi4xOTksMC4xNjMsMy4zNGMwLjI3MiwwLjMyNiwwLjc0NywwLjgxNiwxLjQyNiwxLjQ2N2MwLjY4LDAuNjUzLDEuOTQzLDEuNjcsMy43ODksMy4wNTcgIGMxLjg0NiwxLjM4NiwzLjg1NiwyLjY4OCw2LjAyOSwzLjkxMWMyLjE3MywxLjIyMiw0LjkyOSwyLjQzLDguMjcsMy42MjVjMy4zNDEsMS4xOTQsNi44MDMsMi4wMzYsMTAuMzg4LDIuNTI0djE0LjI1OCAgYzAsMC43MDcsMC4yNTgsMS4zMTcsMC43NzQsMS44MzRjMC41MTYsMC41MTYsMS4xMjcsMC43NzMsMS44MzMsMC43NzNoMTFjMC43NjEsMCwxLjM4Ni0wLjI0NCwxLjg3NS0wLjczMiAgYzAuNDg4LTAuNDg5LDAuNzMxLTEuMTEzLDAuNzMxLTEuODc1di0xNC4yNThjOC42MzgtMS40MTIsMTUuNjU4LTUuMTE5LDIxLjA2Mi0xMS4xMjFjNS40MDQtNi4wMDIsOC4xMDYtMTMuMTU4LDguMTA2LTIxLjQ2OCAgQzE0Ni4wMDksOTMuODMsMTQ1LjY1Niw5MS4yNzcsMTQ0Ljk0Myw4OC44ODZ6Ii8+PC9nPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    padding: 0 6px 0 26px !important;
}


.cp-match-profile {
    margin-bottom: 0 !important;
}
.cp-match-profile .cp-match-profile-label {
    font-size: 1.15em;
    line-height: 1.6;
    float: left;
    margin-right: 10px;
}
.cp-match-profile .cp-top-panel {    
    background-color: #E4EBF2;
    color: #000000;
    padding: 10px;
}
.cp-match-profile .cp-bottom-panel {
    background-color: #1371C9;
    padding: 10px;
    color: #FFFFFF;
}


.cp-match { display: inline-block; float: left; width: 100%; }
.cp-match * { box-sizing: border-box; }
.cp-match .cp-name-row { margin: 0 0 .25em; }
.cp-match .cp-name { font-size: 1.02em; font-weight: bold; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; }
.cp-match .cp-address { font-size: 0.9em; }

.cp-details { max-height: 0; overflow-y: hidden; -webkit-transition: 0.75s ease-in-out all; -moz-transition: 0.75s ease-in-out all; -ms-transition: 0.75s ease-in-out all; -o-transition: 0.75s ease-in-out all; transition: 0.75s ease-in-out all; }
.cp-details.open { max-height: 200px !important; -webkit-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; transition: 0.5s ease-in-out all; }

.cp-profile { display: inline-block; float: left; width: 100%; margin-bottom: 15px; }
.cp-profile * { box-sizing: border-box; }
.cp-profile .cp-name-row { margin: 0 0 .25em; }
.cp-profile .cp-name { font-size: 1.02em; font-weight: bold; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; }
.cp-profile .cp-address { font-size: 0.9em; }
.cp-profile .cp-address > div:last-of-type { white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; }

.cp-profile hr:last-of-type { display: none; }


.cp-well {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
   
    padding: 10px 5px;
    box-sizing: border-box;
}
.cp-well hr { display: inline-block; }

.cp-gotocard input { float: left; width: 20.5% !important; } 
.cp-gotocard span { float: left; width: 6%; line-height: 24px; text-align: center; margin-bottom: .5em; } 


/* Responsive Column for Mobile and Desktop */
/* ----------------------------------------------------------------------------- */
.cp-row {
    margin-left:-0px;
    display: inline-block;
    width: 100%;
    float: left;
}
.cp-row * {
    box-sizing: border-box;
}
.cp-col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
    border-left-width:0px;
    padding:0 10px;
}


/* 1. 1 Column Grid 0px - 479px */
/* ----------------------------------------------------------------------------- */

@media screen and (min-width: 0px) and (max-width: 479px) {
        
    .cp-col {
        margin-left:0;
        width:100%;
    }   
}

/* 2. 12 Column Grid 480px - Infinity */
/* ----------------------------------------------------------------------------- */

@media screen and (min-width: 480px) {
        
    .cp-span-1 {
        width:8.33333333333%;
    }
    .cp-span-2 {
        width:16.6666666667%;
    }
    .cp-span-3 {
        width:25.0%;
    }
    .cp-span-4 {
        width:33.3333333333%;
    }
    .cp-span-5 {
        width:41.6666666667%;
    }
    .cp-span-6 {
        width:50.0%;
    }
    .cp-span-7 {
        width:58.3333333333%;
    }
    .cp-span-8 {
        width:66.6666666667%;
    }
    .cp-span-9 {
        width:75.0%;
    }
    .cp-span-10 {
        width:83.3333333333%;
    }
    .cp-span-11 {
        width:91.6666666667%;
    }
    .cp-span-12 {
        margin-left:0;
        width:100%;
    }
}



.cp-button {
  background: #0053A0;
  color: #FFFFFF !important;
}




/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.cp-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.cp-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint outline-none:false*/

.cp-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #FFFFFF;
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #0053A0;
    text-decoration: none;
    border-radius: 2px;
    text-transform: uppercase;
}

.cp-button-hover,
.cp-button:hover,
.cp-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    text-decoration: none !important;
}
.cp-button:focus {
    outline: 0;
}
.cp-button-active,
.cp-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.cp-button[disabled],
.cp-button-disabled,
.cp-button-disabled:hover,
.cp-button-disabled:focus,
.cp-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
    text-decoration: none !important;
}

.cp-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.cp-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.cp-button-primary,
.cp-button-selected,
a.cp-button-primary,
a.cp-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

.cp-button.cp-danger {
    background-color: #ED1B2E;
    color: #fff;
}

.cp-button-grid {
            cursor:pointer; 
            text-align:center; 
            color:#FFF; 
            font:inherit;
            background-color:#4D90FE;
            border:solid 1px #3079ED; 
            border-radius:5px; 
            -moz-border-radius:5px; 
            -webkit-border-radius:5px; 
            line-height:15px;
        }


/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.commuter-slider { visibility:hidden }
.slider.slider-horizontal {
  width: 100% !important;
}
.slider-track {
    background-color: #f4f7f7 !important;
    background-image: -moz-linear-gradient(top, #f4f7f7, #e2e5e5) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f7f7), to(#e2e5e5)) !important;
    background-image: -webkit-linear-gradient(top, #f4f7f7, #e2e5e5) !important;
    background-image: -o-linear-gradient(top, #f4f7f7, #e2e5e5) !important;
    background-image: linear-gradient(to bottom, #f4f7f7, #e2e5e5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f7f7', endColorstr='#e2e5e5', GradientType=0) !important;
}
.slider-selection {
  position: absolute !important;
  background-color: #c2c5c5 !important;
  background-image: -moz-linear-gradient(top, #e2e5e5, #c2c5c5) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e5e5), to(#c2c5c5)) !important;
  background-image: -webkit-linear-gradient(top, #e2e5e5, #c2c5c5) !important;
  background-image: -o-linear-gradient(top, #e2e5e5, #c2c5c5) !important;
  background-image: linear-gradient(to bottom, #e2e5e5, #c2c5c5) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e5e5', endColorstr='#c2c5c5', GradientType=0) !important;
}

.slider-handle {
    background-color: rgba(0,83,160,1) !important;
    background-image: -moz-linear-gradient(top, rgba(19,113,201,1), rgba(0,83,160,1)) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(19,113,201,1)), to(rgba(0,83,160,1))) !important;
    background-image: -webkit-linear-gradient(top, rgba(19,113,201,1), rgba(0,83,160,1)) !important;
    background-image: -o-linear-gradient(top, rgba(19,113,201,1), rgba(0,83,160,1)) !important;
    background-image: linear-gradient(to bottom, rgba(19,113,201,1), rgba(0,83,160,1)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1674CB', endColorstr='#0053A0', GradientType=0) !important;
}

/* table*/
.cp-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.cp-td, .cp-th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.cp-table th, .cp-table td {
    border: 1px solid #000000;
    padding: 5px;
    text-align: center;
    border-color:  lightgray;   
    float: none;
    vertical-align: top;
} 
.cp-table th {
    font-weight: bold;
}

.cppermit-table th, .cppermit-table td {
    border: 1px solid #000000;
    padding: 5px;
    text-align: left;
    border-color:  lightgray;   
    float: none;
    vertical-align: top;
} 
.cppermit-table th {
    font-weight: bold;
}
.cppermit-table tr:nth-child(odd) {
    background-color: #dddddd;
}
.cppermit-table{
    width: 100%
}

div.cp-grayblock{
    border: 1px solid #000; 
    background-color: lightgray; 
    overflow: hidden
}

div.cp-block{
    border: 1px solid #000; 
    overflow: hidden
}

.fixedHeight {
    font-size:10px;
    max-height: 150px;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: auto;
}

.msg {
    padding: 5px;
    font-size:small;
}

.validation-summary-valid {
    display: none;
}

.ridematch .validation-summary-errors > span:first-child {
    font-weight:bold
}

.modal .form-redesign .validation-summary-errors > span:first-child {
    font-weight: bold
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mb-4 {
    margin-bottom: 30px !important;
}

.mb-5 {
    margin-bottom: 40px !important;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

/* session timer */
#FormSsnBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #dddddd;
    background: rgba(221, 221, 221, .5);
    z-index: 999;
}

#FormSsnWarn, #FormSsnTime {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    width: 300px;
    height: 200px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #222222;
    z-index: 1000;
}

/* tdm metrics page */
.tdmr-title {
    font-size: 2em;
    font-weight: bold;
}

#mtrcMetricsDDL {
    width: 150px;
}

.tdmr-form-field {
    margin-top: 25px;
    margin-bottom: 25px;
}

.tdmr-field-box {
    margin-bottom: 10px;
}

.tdmr-field-box h3 {
    margin: .5em 0;
}

.tdmr-field-box > div > span {
    font-weight: 700;
}
/* BUTTON STYLES */
.mt-button, .btn-primary {
    font-family: 'Lato', sans-serif !important;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    text-transform: uppercase;
    /*padding: 0 26px 0 10px;*/
    padding: 0 10px;
    color: #ffffff;
    background: #0053A0;
    /*background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTE0NC45ODggNjUuNjY3bC01My4xMi01My4wNGMtMS45NTUtMi4wNjMtNC4zOTgtMy4wOTUtNy4zMzItMy4wOTVzLTUuMzc3IDEuMDMzLTcuMzMzIDMuMDk2bC02LjE5MiA2LjExYy0yLjAxIDIuMDEtMy4wMTQgNC40NTQtMy4wMTQgNy4zMzMgMCAyLjgyNSAxLjAwNSA1LjI5NyAzLjAxNSA3LjQxNUwxMTAuNjA4IDczIDcxLjAxIDExMi41OTZjLTIuMDEgMi4wMS0zLjAxNSA0LjQ1NC0zLjAxNSA3LjMzMyAwIDIuODIzIDEuMDA1IDUuMjk1IDMuMDE1IDcuNDEzbDYuMTkyIDYuMTFjMi4wMSAyLjAxIDQuNDU1IDMuMDE1IDcuMzMzIDMuMDE1IDIuODggMCA1LjMyNC0xLjAwNSA3LjMzMy0zLjAxNWw1My4xMi01My4wNGMyLjAxLTIuMTE3IDMuMDE2LTQuNTkgMy4wMTYtNy40MTMgMC0yLjg4LTEuMDA2LTUuMzIzLTMuMDE2LTcuMzMzeiIvPjwvc3ZnPg==');
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTE0NC45ODggNjUuNjY3bC01My4xMi01My4wNGMtMS45NTUtMi4wNjMtNC4zOTgtMy4wOTUtNy4zMzItMy4wOTVzLTUuMzc3IDEuMDMzLTcuMzMzIDMuMDk2bC02LjE5MiA2LjExYy0yLjAxIDIuMDEtMy4wMTQgNC40NTQtMy4wMTQgNy4zMzMgMCAyLjgyNSAxLjAwNSA1LjI5NyAzLjAxNSA3LjQxNUwxMTAuNjA4IDczIDcxLjAxIDExMi41OTZjLTIuMDEgMi4wMS0zLjAxNSA0LjQ1NC0zLjAxNSA3LjMzMyAwIDIuODIzIDEuMDA1IDUuMjk1IDMuMDE1IDcuNDEzbDYuMTkyIDYuMTFjMi4wMSAyLjAxIDQuNDU1IDMuMDE1IDcuMzMzIDMuMDE1IDIuODggMCA1LjMyNC0xLjAwNSA3LjMzMy0zLjAxNWw1My4xMi01My4wNGMyLjAxLTIuMTE3IDMuMDE2LTQuNTkgMy4wMTYtNy40MTMgMC0yLjg4LTEuMDA2LTUuMzIzLTMuMDE2LTcuMzMzeiIvPjwvc3ZnPg=='), -webkit-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTE0NC45ODggNjUuNjY3bC01My4xMi01My4wNGMtMS45NTUtMi4wNjMtNC4zOTgtMy4wOTUtNy4zMzItMy4wOTVzLTUuMzc3IDEuMDMzLTcuMzMzIDMuMDk2bC02LjE5MiA2LjExYy0yLjAxIDIuMDEtMy4wMTQgNC40NTQtMy4wMTQgNy4zMzMgMCAyLjgyNSAxLjAwNSA1LjI5NyAzLjAxNSA3LjQxNUwxMTAuNjA4IDczIDcxLjAxIDExMi41OTZjLTIuMDEgMi4wMS0zLjAxNSA0LjQ1NC0zLjAxNSA3LjMzMyAwIDIuODIzIDEuMDA1IDUuMjk1IDMuMDE1IDcuNDEzbDYuMTkyIDYuMTFjMi4wMSAyLjAxIDQuNDU1IDMuMDE1IDcuMzMzIDMuMDE1IDIuODggMCA1LjMyNC0xLjAwNSA3LjMzMy0zLjAxNWw1My4xMi01My4wNGMyLjAxLTIuMTE3IDMuMDE2LTQuNTkgMy4wMTYtNy40MTMgMC0yLjg4LTEuMDA2LTUuMzIzLTMuMDE2LTcuMzMzeiIvPjwvc3ZnPg=='), -moz-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTE0NC45ODggNjUuNjY3bC01My4xMi01My4wNGMtMS45NTUtMi4wNjMtNC4zOTgtMy4wOTUtNy4zMzItMy4wOTVzLTUuMzc3IDEuMDMzLTcuMzMzIDMuMDk2bC02LjE5MiA2LjExYy0yLjAxIDIuMDEtMy4wMTQgNC40NTQtMy4wMTQgNy4zMzMgMCAyLjgyNSAxLjAwNSA1LjI5NyAzLjAxNSA3LjQxNUwxMTAuNjA4IDczIDcxLjAxIDExMi41OTZjLTIuMDEgMi4wMS0zLjAxNSA0LjQ1NC0zLjAxNSA3LjMzMyAwIDIuODIzIDEuMDA1IDUuMjk1IDMuMDE1IDcuNDEzbDYuMTkyIDYuMTFjMi4wMSAyLjAxIDQuNDU1IDMuMDE1IDcuMzMzIDMuMDE1IDIuODggMCA1LjMyNC0xLjAwNSA3LjMzMy0zLjAxNWw1My4xMi01My4wNGMyLjAxLTIuMTE3IDMuMDE2LTQuNTkgMy4wMTYtNy40MTMgMC0yLjg4LTEuMDA2LTUuMzIzLTMuMDE2LTcuMzMzeiIvPjwvc3ZnPg=='), -ms-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTE0NC45ODggNjUuNjY3bC01My4xMi01My4wNGMtMS45NTUtMi4wNjMtNC4zOTgtMy4wOTUtNy4zMzItMy4wOTVzLTUuMzc3IDEuMDMzLTcuMzMzIDMuMDk2bC02LjE5MiA2LjExYy0yLjAxIDIuMDEtMy4wMTQgNC40NTQtMy4wMTQgNy4zMzMgMCAyLjgyNSAxLjAwNSA1LjI5NyAzLjAxNSA3LjQxNUwxMTAuNjA4IDczIDcxLjAxIDExMi41OTZjLTIuMDEgMi4wMS0zLjAxNSA0LjQ1NC0zLjAxNSA3LjMzMyAwIDIuODIzIDEuMDA1IDUuMjk1IDMuMDE1IDcuNDEzbDYuMTkyIDYuMTFjMi4wMSAyLjAxIDQuNDU1IDMuMDE1IDcuMzMzIDMuMDE1IDIuODggMCA1LjMyNC0xLjAwNSA3LjMzMy0zLjAxNWw1My4xMi01My4wNGMyLjAxLTIuMTE3IDMuMDE2LTQuNTkgMy4wMTYtNy40MTMgMC0yLjg4LTEuMDA2LTUuMzIzLTMuMDE2LTcuMzMzeiIvPjwvc3ZnPg=='), -o-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTE0NC45ODggNjUuNjY3bC01My4xMi01My4wNGMtMS45NTUtMi4wNjMtNC4zOTgtMy4wOTUtNy4zMzItMy4wOTVzLTUuMzc3IDEuMDMzLTcuMzMzIDMuMDk2bC02LjE5MiA2LjExYy0yLjAxIDIuMDEtMy4wMTQgNC40NTQtMy4wMTQgNy4zMzMgMCAyLjgyNSAxLjAwNSA1LjI5NyAzLjAxNSA3LjQxNUwxMTAuNjA4IDczIDcxLjAxIDExMi41OTZjLTIuMDEgMi4wMS0zLjAxNSA0LjQ1NC0zLjAxNSA3LjMzMyAwIDIuODIzIDEuMDA1IDUuMjk1IDMuMDE1IDcuNDEzbDYuMTkyIDYuMTFjMi4wMSAyLjAxIDQuNDU1IDMuMDE1IDcuMzMzIDMuMDE1IDIuODggMCA1LjMyNC0xLjAwNSA3LjMzMy0zLjAxNWw1My4xMi01My4wNGMyLjAxLTIuMTE3IDMuMDE2LTQuNTkgMy4wMTYtNy40MTMgMC0yLjg4LTEuMDA2LTUuMzIzLTMuMDE2LTcuMzMzeiIvPjwvc3ZnPg=='), linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-position: right 3px center;
    background-size: 20px, cover;
    background-repeat: no-repeat, repeat;*/
}
.mt-backbutton, .btn-primary {
    font-family: 'Lato', sans-serif !important;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    text-transform: uppercase;
    /*padding: 0 10px 0 26px;*/
    padding: 0 10px;
    color: #ffffff;
    background: #0053A0;
    /*background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTEwNS4zOTMsNzMuMDQxbDM5LjU5NS0zOS41OTZjMi4wMTEtMi4wMSwzLjAxNS00LjQ2OCwzLjAxNS03LjM3NGMwLTIuOTA2LTEuMDA0LTUuMzYzLTMuMDE1LTcuMzczbC02LjExLTYuMTExIGMtMi4wMDktMi4wMDktNC40NjctMy4wMTQtNy4zNzItMy4wMTRjLTIuOTA2LDAtNS4zNjMsMS4wMDUtNy4zNzQsMy4wMTRsLTUzLjEyLDUzLjAzOWMtMi4wMSwyLjAxLTMuMDE1LDQuNDY4LTMuMDE1LDcuMzc0czEuMDA1LDUuMzYzLDMuMDE1LDcuMzczbDUzLjEyLDUzLjAzOWMyLjAxMSwyLjAxLDQuNDY4LDMuMDE1LDcuMzc0LDMuMDE1YzIuOTA1LDAsNS4zNjMtMS4wMDUsNy4zNzItMy4wMTVsNi4xMS02LjExIGMyLjAxMS0yLjAwOSwzLjAxNS00LjQ1NCwzLjAxNS03LjMzM2MwLTIuODc4LTEuMDA0LTUuMzUtMy4wMTUtNy40MTRMMTA1LjM5Myw3My4wNDF6Ii8+PC9zdmc+');
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTEwNS4zOTMsNzMuMDQxbDM5LjU5NS0zOS41OTZjMi4wMTEtMi4wMSwzLjAxNS00LjQ2OCwzLjAxNS03LjM3NGMwLTIuOTA2LTEuMDA0LTUuMzYzLTMuMDE1LTcuMzczbC02LjExLTYuMTExIGMtMi4wMDktMi4wMDktNC40NjctMy4wMTQtNy4zNzItMy4wMTRjLTIuOTA2LDAtNS4zNjMsMS4wMDUtNy4zNzQsMy4wMTRsLTUzLjEyLDUzLjAzOWMtMi4wMSwyLjAxLTMuMDE1LDQuNDY4LTMuMDE1LDcuMzc0czEuMDA1LDUuMzYzLDMuMDE1LDcuMzczbDUzLjEyLDUzLjAzOWMyLjAxMSwyLjAxLDQuNDY4LDMuMDE1LDcuMzc0LDMuMDE1YzIuOTA1LDAsNS4zNjMtMS4wMDUsNy4zNzItMy4wMTVsNi4xMS02LjExIGMyLjAxMS0yLjAwOSwzLjAxNS00LjQ1NCwzLjAxNS03LjMzM2MwLTIuODc4LTEuMDA0LTUuMzUtMy4wMTUtNy40MTRMMTA1LjM5Myw3My4wNDF6Ii8+PC9zdmc+'), -webkit-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTEwNS4zOTMsNzMuMDQxbDM5LjU5NS0zOS41OTZjMi4wMTEtMi4wMSwzLjAxNS00LjQ2OCwzLjAxNS03LjM3NGMwLTIuOTA2LTEuMDA0LTUuMzYzLTMuMDE1LTcuMzczbC02LjExLTYuMTExIGMtMi4wMDktMi4wMDktNC40NjctMy4wMTQtNy4zNzItMy4wMTRjLTIuOTA2LDAtNS4zNjMsMS4wMDUtNy4zNzQsMy4wMTRsLTUzLjEyLDUzLjAzOWMtMi4wMSwyLjAxLTMuMDE1LDQuNDY4LTMuMDE1LDcuMzc0czEuMDA1LDUuMzYzLDMuMDE1LDcuMzczbDUzLjEyLDUzLjAzOWMyLjAxMSwyLjAxLDQuNDY4LDMuMDE1LDcuMzc0LDMuMDE1YzIuOTA1LDAsNS4zNjMtMS4wMDUsNy4zNzItMy4wMTVsNi4xMS02LjExIGMyLjAxMS0yLjAwOSwzLjAxNS00LjQ1NCwzLjAxNS03LjMzM2MwLTIuODc4LTEuMDA0LTUuMzUtMy4wMTUtNy40MTRMMTA1LjM5Myw3My4wNDF6Ii8+PC9zdmc+'), -moz-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTEwNS4zOTMsNzMuMDQxbDM5LjU5NS0zOS41OTZjMi4wMTEtMi4wMSwzLjAxNS00LjQ2OCwzLjAxNS03LjM3NGMwLTIuOTA2LTEuMDA0LTUuMzYzLTMuMDE1LTcuMzczbC02LjExLTYuMTExIGMtMi4wMDktMi4wMDktNC40NjctMy4wMTQtNy4zNzItMy4wMTRjLTIuOTA2LDAtNS4zNjMsMS4wMDUtNy4zNzQsMy4wMTRsLTUzLjEyLDUzLjAzOWMtMi4wMSwyLjAxLTMuMDE1LDQuNDY4LTMuMDE1LDcuMzc0czEuMDA1LDUuMzYzLDMuMDE1LDcuMzczbDUzLjEyLDUzLjAzOWMyLjAxMSwyLjAxLDQuNDY4LDMuMDE1LDcuMzc0LDMuMDE1YzIuOTA1LDAsNS4zNjMtMS4wMDUsNy4zNzItMy4wMTVsNi4xMS02LjExIGMyLjAxMS0yLjAwOSwzLjAxNS00LjQ1NCwzLjAxNS03LjMzM2MwLTIuODc4LTEuMDA0LTUuMzUtMy4wMTUtNy40MTRMMTA1LjM5Myw3My4wNDF6Ii8+PC9zdmc+'), -ms-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTEwNS4zOTMsNzMuMDQxbDM5LjU5NS0zOS41OTZjMi4wMTEtMi4wMSwzLjAxNS00LjQ2OCwzLjAxNS03LjM3NGMwLTIuOTA2LTEuMDA0LTUuMzYzLTMuMDE1LTcuMzczbC02LjExLTYuMTExIGMtMi4wMDktMi4wMDktNC40NjctMy4wMTQtNy4zNzItMy4wMTRjLTIuOTA2LDAtNS4zNjMsMS4wMDUtNy4zNzQsMy4wMTRsLTUzLjEyLDUzLjAzOWMtMi4wMSwyLjAxLTMuMDE1LDQuNDY4LTMuMDE1LDcuMzc0czEuMDA1LDUuMzYzLDMuMDE1LDcuMzczbDUzLjEyLDUzLjAzOWMyLjAxMSwyLjAxLDQuNDY4LDMuMDE1LDcuMzc0LDMuMDE1YzIuOTA1LDAsNS4zNjMtMS4wMDUsNy4zNzItMy4wMTVsNi4xMS02LjExIGMyLjAxMS0yLjAwOSwzLjAxNS00LjQ1NCwzLjAxNS03LjMzM2MwLTIuODc4LTEuMDA0LTUuMzUtMy4wMTUtNy40MTRMMTA1LjM5Myw3My4wNDF6Ii8+PC9zdmc+'), -o-linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSItMzIgLTY0IDI3NSAyNzUiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZSIgZD0iTTEwNS4zOTMsNzMuMDQxbDM5LjU5NS0zOS41OTZjMi4wMTEtMi4wMSwzLjAxNS00LjQ2OCwzLjAxNS03LjM3NGMwLTIuOTA2LTEuMDA0LTUuMzYzLTMuMDE1LTcuMzczbC02LjExLTYuMTExIGMtMi4wMDktMi4wMDktNC40NjctMy4wMTQtNy4zNzItMy4wMTRjLTIuOTA2LDAtNS4zNjMsMS4wMDUtNy4zNzQsMy4wMTRsLTUzLjEyLDUzLjAzOWMtMi4wMSwyLjAxLTMuMDE1LDQuNDY4LTMuMDE1LDcuMzc0czEuMDA1LDUuMzYzLDMuMDE1LDcuMzczbDUzLjEyLDUzLjAzOWMyLjAxMSwyLjAxLDQuNDY4LDMuMDE1LDcuMzc0LDMuMDE1YzIuOTA1LDAsNS4zNjMtMS4wMDUsNy4zNzItMy4wMTVsNi4xMS02LjExIGMyLjAxMS0yLjAwOSwzLjAxNS00LjQ1NCwzLjAxNS03LjMzM2MwLTIuODc4LTEuMDA0LTUuMzUtMy4wMTUtNy40MTRMMTA1LjM5Myw3My4wNDF6Ii8+PC9zdmc+'), linear-gradient(top, rgba(19,113,201,1) 0%, rgba(0,83,160,1) 100%);
    background-position: left 3px center;
    background-size: 20px, cover;
    background-repeat: no-repeat, repeat;*/
}


/* BUTTON ACTIVITY */
    .mt-button:link, .mt-backbutton:link,
    .mt-button:visited, .mt-backbutton:visited,
    .mt-button:active, .mt-backbutton:active,
    .btn-primary:link,
    .btn-primary:visited,
    .btn-primary:active {
        color: #ffffff;
        text-decoration: none;
    }
    .mt-button:hover, .mt-backbutton:hover,
    .mt-button:focus, .mt-backbutton:focus,
    .btn-primary:hover,
    .btn-primary:focus {
        color: #ffffff;
        opacity: 0.9;
    }

/* BUTTON SPACING */
.mt-button.space-sm, .mt-backbutton.space-sm { margin: 1px 5px 1px 0; }
.mt-button.space-md, .mt-backbutton.space-md { margin: 1px 10px 1px 0; }
.mt-button.space-lg, .mt-backbutton.space-lg { margin: 1px 15px 1px 0; }


.btn {
  
}


.mt-button:focus,
.mt-button:hover,
.btn-primary:focus,
.btn-primary:hover {
    text-decoration: none;
}

.mt-button.focus
.btn-primary.focus {
    text-decoration: none;
}

.mt-button:active,
.mt-button.active,
.btn-primary:active,
.btn-primary.active {
    outline: 0;
}
.art-postheader {
    margin-top: 15px;
}

ul.simplelist > li > a {
    box-sizing: content-box;
}

div.adminmenu ul.simplelist {
    display: inline-block;
}

.lnkPromoRedirects {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Quick_Restart.png') no-repeat center .75em;
}

.lnkNexTripMsg {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/NextripMessaging.png') no-repeat center .75em;
}

.lnkRTSOverride {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/RTSOverride.png') no-repeat center .75em;
}

.lnkPopupNotice {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/PopupNotice.png') no-repeat center .75em;
}

.lnkCommAdmin {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/CommuterAdmin.png') no-repeat center .75em;
}

.lnkEmailManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/EmailIcon.png') no-repeat center .75em;
}

.lnkContactManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Contact_Admin_Icon.png') no-repeat center .75em;
}


/* TDM Programs */
.lnkManageOrgs {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Organizations.png') no-repeat center .75em;
}

.lnkEmployerManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Person.png') no-repeat center .75em;
}

.lnkTmoAdmin {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/TdmAdmin.png') no-repeat center .75em;
}

.lnkDropdownListManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Dropdown.png') no-repeat center .75em;
}

    /* GRH*/
.lnkReimbursementManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Review_Icon.png') no-repeat center .75em;
}
.lnkAlertsManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/alert_icon_red.png') no-repeat center .75em;
}

.lnkClosedReimbursementManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Closed_Review_Icon.png') no-repeat center .75em;
}

.lnkGRHReportsReimbursement {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/GRH_Reports_Rmb.png') no-repeat center .75em;
}

.lnkGRHReportsSummary {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/GRH_Reports_Summary.png') no-repeat center .75em;
}


    /* Parking Permit*/
.lnkProcessPermit {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/PermitProcess.png') no-repeat center .75em;
}

.lnkPermitPrint {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/PermitPrint.png') no-repeat center .75em;
}

.lnkPermitView {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/PermitView.png') no-repeat center .75em;
}

.lnkManageFacilities {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Facility.png') no-repeat center .75em;
}

.lnkManageFacilityQuestions {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/FacilityQuestions.png') no-repeat center .75em;
}

.lnkManageFacilityAdmin {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/FacilityAdmin.png') no-repeat center .75em;
}

.lnkManageFacilityAccess {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/FacilityAccess.png') no-repeat center .75em;
}

    /* Vanpool*/
.lnkVanpools {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Vanpools.png') no-repeat center .75em;
}

.lnkVans {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Vans.png') no-repeat center .75em;
}

.lnkParticipants {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Participants.png') no-repeat center .75em;
}

.lnkVanpoolPurchases {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/ReimbursementIcon.png') no-repeat center .75em;
}

.lnkVanpoolTrips {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/VanpoolTrip.png') no-repeat center .75em;
}

.lnkVanpoolStops {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/Stops.png') no-repeat center .75em;
}

.lnkVanpoolRewards {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/VanpoolRewards.png') no-repeat center .75em;
}


/* Bike Registration */
.lnkBikeRegistrationManager {
    background: url('/Data/Sites/1/skins/MetroTransitII/images/bikeregistration.png') no-repeat center .75em;
}


/* TDM Grids */

.acGridEditForm {
    /* makes room for autocomplete options list */
    height: 200px;
    vertical-align: top;
}

.tdmMsgLogHtml {
    border: 1px solid #000000;
    height: 300px;
    overflow: scroll;
}

.parentpagedialog {
    width: 90%;
    max-height: 90%;
}

/* Blog admin */
table.aspcheckboxlist td input {
    margin: 0 .6rem;
}

input[type="submit"] {
    color: #000 !important;
}

/**********/
/* global */
/**********/

.tdmHiddenField /* currently used to hide fields in devexpress modal windows */
{
    display: none;
}


.vp_desktop *
, .vp_desktop *:before
, .vp_desktop *:after
{
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.vp_hide
{
	display: none;
}

.vp_hdr
{
	font-size: 2em;
	font-weight: bold;
    margin-top: 10px;
	margin-bottom: 25px;
}

.vp_qtn_hdr_big
{
	font-size: 1.7em;
	font-weight: bold;
}

.vp_sub_hdr
{
	font-size: 1.3em;
}

.vp_btn_grp
{
	text-align: left;
}

.vp_btn_grp input.btn
, .vp_btn_grp button.btn {
    margin: 0;
}

.vp_spacer
{
	height: 40px;
}

.vp_spacer_20
{
	height: 20px;
}

.vp_chg_select
{
	display: none;
	height: auto !important;
}

.vp_lnk
, .vp_lnk_prt
, .vp_move_up
, .vp_frm_remove
, .vp_stp_add
, .vp_stp_reset
, .vp_lnk_van
{
	color:  #428bca;
	cursor: pointer;
}

.vp_lnk:hover
, .vp_lnk_prt:hover
, .vp_move_up:hover
, .vp_frm_remove:hover
, .vp_stp_add:hover
, .vp_stp_reset
, .vp_lnk_van
{
	color:  #2a6496;
}

/* hide 'move up' in first row */
table tr:nth-child(2) .vp_move_up
{
	display: none;
}

.mt-form .mt-field.vp_frm_ach
{
	display: none;
	margin-top: 10px;
}

.vp_frm_ach input
, .vp_frm_ach select
{
    margin-bottom: 10px;
}

.vp_grid_btn_box
{
    margin-top: 25px;
}

    .vp_grid_btn_box .mt-button,
    .vp_grid_btn_box .mt-backbutton,
    .vp_grid_btn_box .btn-primary {
        margin-bottom: 10px;
    }


/*********************/
/* bootstrap helperz */
/*********************/

.table-responsive
{
    overflow-x: auto !important;
}

label
{
    font-weight: normal !important;
}

/*div.mt-field select
{
    height: 32px;
}*/


/*****************/
/* modal windows */
/*****************/

#vp_modal_copy
{
	margin: 10px 10px 30px 10px;
}

.vp_modal_bg
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}

.vp_modal
{
	display: none;
	width: 280px;
	margin: 15% auto;
	padding: 20px;
    border: 1px solid #888;
    width: 30%;
	/*height: 200px;*/
	z-index: 9999;
	background-color: #ffffff;
	position: relative;
}

/*.vp_modal .vp_btn_grp
{
	position: absolute;
	bottom: 10px;
	right: 35px;
}*/

.vp_modal button
{
	margin-left: 20px;
    margin-bottom: 10px;
    min-width: 65px;
}



/******************/
/* van pool forms */
/******************/

.vp_section_hdr
{
	margin-top: 15px;
	/*margin-bottom: 10px;*/
    font-size: 2em;
    line-height: 2em;
}

.mt-form .mt-field label.vp_lbl_w_symbol
{
	display: block;
}

.vp_fld_inline
, .mt-form .mt-field input[type=text].vp_fld_inline
, .mt-form .mt-field select.vp_fld_inline
{
	display: inline;
}

.vp_fld_symbol_left
{
	margin-right: 5px;
}

.vp_fld_symbol_right
{
	margin-left: 5px;
}

.vp_qtn_box_hdr
{
	font-weight: 700;
}

.vp_vpd_tbl_hdr
{
	font-weight: 700;
    font-size: 2em;
    line-height: 1.4em;
}

.vp_textarea 
{
	max-width: 500px;
}

.vp_textarea textarea
{
	width: 100%;
    height: 70px;
}

.vp_cbx_list
{
	max-width: 300px;
    margin-bottom: 20px;
}

div.vp_cbx_list ul li
{
	list-style-type: none;
}

#vp_qtn_active
{
	margin-left: 30px;
}

.vp_pck_state
, .vp_pck_zip
, .vp_drp_state
, .vp_drp_zip
{
	margin-left: 10px;
}

div.vp_sublabel
{
	font-weight: normal;
}

input.picker__input
{
    background-color: inherit;
}

.vp-datepicker input
{
    width: 90px !important;
    display: inline-block !important;
}

.vp-datepicker span.add-on.date
{
    height: 24px;
    display: inline-block !important;
    margin-left: -3px;
}


/**************/
/* validation */
/**************/

#vp-validation-summary {
    display: none;
}

.vp_valid_box span.txterror[style*='inline']
{
    display: block !important;
}

/*.vp_lbl_block
{
    display: block !important;
}*/


/********/
/* home */
/********/

.vpHomeModSpacer
{
    height: 40px;
    width: 100%;
}

.vpGuestGreeting
{
    padding-bottom: 25px;
}

.vp_home_greeting
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 20px;
}

.vp_hdr_greet
{
	margin-bottom: 0px;
}


.vp_right_module
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 5px;
}

.vp_module_hdr
{
	font-size: 1.2em;
	font-weight: bold;
    margin-bottom: 15px;
}

.vpGuestGreeting
, .vp_my_pool_list_box
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 15px;
}

.vp_my_pool_list
{
	width: 90%;
	margin: 15px auto 5px auto;
}

.vp_my_pool_list .vp_my_pool_list_row:nth-child(even)
{
	background: #eeeeee;
}

.vp_my_pools_lnks_vp
{
	font-weight: bold;
	margin-bottom: 10px;
}

.vp_my_pools_lnks
{
	margin: 0 0 10px 0;
}

.vp_hm_lnk_trip
, .vp_hm_lnk_prch
, .vp_hm_lnk_pgrs
, .vp_hm_lnk_stps
{
    padding-left: 0;
    padding-right: 0;
}



/********************/
/* van pool details */
/********************/

.vp_vpd_effect_lit
{
    font-weight: normal;
}

.vp_vpd_map_row
{
	margin-bottom: 25px;
}

.vp_vpd_map_row div.mt-field
{
	float: none;
}

.vp_vpd_map
{
	/*width: 350px;
	height: 300px;*/
    overflow: hidden;
}

#vp_google_map #CommuterGoogleMap #header
{
    display: none;
}

#vp_google_map .rdm-profile-map 
{
    height: 450px;
    width: 450px;
    float: right;
}

.vp_vpd_van_data_box
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#vp_van_frm_add
{
    display: none;
}

.vp_lnk_van
{
    margin: 0 0 0 25px;
}

#vp_vpd_van_chg_btn, 
#vp_vpd_van_add_btn
{
    margin-bottom: 12px;
}

.vp_vpd_van_box 
{
    font-weight: bold;
}

.vp_vpd_van_lbl
{
    display: inline-block;
    width: 95px;
    text-align: right;
    font-weight: normal;
    margin-right: 7px;
}

.vp_vpd_van_chg_desc 
{
    font-size: 0.7em;
}

#vp_van_msg_dup
{
    display: none;
    color: #ed1b2e;
    margin-top: 10px;
}

.vp_vpd_finance
{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px;
}

.vp_vpd_fnc_txt
{
    font-weight: normal;
}

#lbl_vp_vpd_rental_miles
{
    display: block;
}


/* participants table */

table[vp-type=participant]
, table[vp-type=stop]
{
	margin-bottom: 0;
}

table[vp-type=participant] tr th
{
	vertical-align: bottom;
}

table[vp-type=participant] tbody tr td.mt-field
{
	float: none;
}

th.vp_vpd_prt_app
, td.vp_vpd_prt_app
{
	width: 80px;
	text-align: center;
}

table[vp-type=participant] tr th:last-child
{
	width: 90px;
    white-space: normal;
}

#ConnectAcctInfo
{
    margin-left: 4px;
    display: inline;
}

.vp_vpd_prt_stp
{
    min-width: 140px;
}

td.vp_vpd_prt_stp div.vp_stp_ddl_box
{
    display: none;
}

#vp_vpd_prt_add_frm
{
    margin-bottom: 10px;
}

#vp_vpd_prt_add_exst
{
    margin-bottom: 10px;
}

#vp_vpd_prt_add_tbx
{
    float: right;
}


/* vp details tables */
.vp_vpd_table_note
{
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* stops table */

table[vp-type=stop] tbody tr td.mt-field
{
    float: none;
}

.vp_table_header th:nth-child(5)
, .vp_table_header th:nth-child(6)
{
    /* time towork/tohome */
    width: 80px;
}

table[vp-type=stop] tr th
, .vp_stp_td_ste
, .vp_stp_td_zip
, .vp_stp_td_towork
, .vp_stp_td_tohome
, .vp_stp_td_drp
, .vp_stp_td_mov
, .vp_stp_td_rmv
, .vp_stp_lnk_add
, .vp_stp_lnk_reset
{
	text-align: center;
}

table[vp-type=stop] tr th:nth-child(1)
, table[vp-type=stop] tr th:nth-child(2)
{
	text-align: left;
}

table[vp-type=stop] tr th
{
	vertical-align: bottom;
}

table[vp-type=stop] tr td.vp-timepicker
{
	float: none;
    width: auto;
    display: table-cell;
}

table[vp-type=stop] tr td.vp-timepicker input
{
    width: 70px !important;
}

table[vp-type=stop] tr td.vp-timepicker span
{
	height: 22px;
	display: inline-block;
    margin-left: -3px;
}

#vp_stp_ddl_state
, #vp_stp_tbx_zip
{
    width: 63px;
    margin-right: -10px;
}

#vp_vpd_van_chg_lnk
{
	margin-bottom: 15px;
}

.vp_vpd_veh_date_box
{
	margin-top: 10px;
}

.vp_vpd_btns input
{
    margin-bottom: 15px;
}

table[vp-type=stop] tr[data-stp-id='0'] td
{
    vertical-align: middle;
}

table[vp-type=stop] input[type=text].timepicker {
    background-color: #ffffff;
    width: 80px;
}


/* roles */
#vp_vpd_role_error
{
    display: none;
    color: #ff0000;
}

.vp_vpd_role_ddl {
    margin-bottom: 10px;
    width: 174px !important;
}

.vp-role-lbl {
    display: inline;
}

.vp-role-date-box {
    display: inline-block;
}

div.vp-role-date-box input.datepickertext {
    vertical-align: inherit;
}

div.vp-role-date-box span {
    height: 22px !important;
    margin-top: -4px;
}


/*******************/
/* enter/edit trip */
/*******************/
.vp_trip_confirm, .vp_purchase_confirm {
    color: #0053A0;
    font-weight: bold;
    background-color: #eeeeee;
    padding: 8px;
    font-size: 16px;
}

#vp_trip_pgr_all
{
    margin-left: 30px;
}

.vpBtnVanChange
{
    margin-left: 50px;
    cursor: pointer;
    color: #2a6496;
}


/****************/
/* recent pages */
/****************/

.vp-sum-title-section {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vp-sum-trip-tbl {
    margin-bottom: 45px;
}

.vp-sum-title {
    font-weight: bold;
}

.vp-sum-trip-box {
    text-align: center;
    margin: 0 10px;
}


/****************/
/* recent trips */
/****************/

.vp_rtp_btn_row
{
    margin-bottom: 25px;
}

.vp_rtp_btn_row input
{
    margin-bottom: 10px;
}

table#VPTrips tr th
{
    vertical-align: bottom;
    text-align: center;
    border-bottom: 1px solid #000000;
}

table#VPTrips input {
    background: none;
    border: none;
    cursor: pointer;
    color: #0053a0;
}

table#VPTrips tr td
{
    width: 80px;
    text-align: center;
    padding: 5px;
}

#pnlVPTripError {
    background-color: #fbd1d5;
    padding: 10px;
}

#vp_trip_direction, #vp_trip_start_odo, #vp_trip_end_odo, #vp_trip_passengers {
    margin-bottom: 15px;
}

.vp-trip-error {
    background-color: #fbd1d5;
    padding: 8px;
}

.vp_trip_err_hide {
    display: none;
}


/********************/
/* recent purchases */
/********************/

table#VPPurchases tr th
{
    vertical-align: bottom;
    border-bottom: 1px solid #000000;
}

table#VPPurchases tr th:not(:last-child)
{
    text-align: center;
}

table#VPPurchases input {
    background: none;
    border: none;
    cursor: pointer;
    color: #0053a0;
}

table#VPPurchases tr td
{
    padding: 5px;
}

table#VPPurchases tr td:not(:last-child)
{
    width: 80px;
    text-align: center;
}

.vp_rtp_total_box
{
    margin-top: 30px;
}

.vp_rtp_total
{
    float: left;
    margin-right: 30px;
    text-align: right;
}


/*****************/
/* van pool stop */
/*****************/

.vp_stop_map_box
{
	height: 300px;
	width: 400px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#vp_stop_id
{
	margin-left: 20px;
}

#vp_stop_save_return
{
	width: 230px;
}


/************************/
/* van pool participant */
/************************/

#vpPartFormBox {
    min-height: 800px;
}

#boxPrtAddForm {
    display: none;
}

.vp_part_pool
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 10px;
}

.vp_part_email_lit 
{
    font-weight: normal;
}

/*div.vpp-role-box 
{
    margin-top: 30px;
}

div.vpp-role-box div.vp-datepicker 
{
    display: inherit;
    clear: none;
}

.vp-datepicker input {
    display: inline-block !important;
    width: 90px !important;
}

.vp-datepicker span.add-on.date 
{
    height: 24px;
    display: inline-block;
}*/

.vp_part_emp_box
{
    clear: both;
    padding-top: 30px;
    padding-bottom: 10px;
}

.vp_part_btns
{
    clear: both;
    padding-top: 25px;
}

.vp_part_err_dup_box
{
    color: #ff0000;
    margin-bottom: 15px;
}


/**********************/
/* van pool expenses */
/**********************/

#vp_qtn_inv_year
, #vp_qtn_inv_month
{
	width: 80px;
}

.vp_btn_grp_lbl
{
	text-align: left;
}

.vp_btn_grp_invoice
{
	text-align: right;
}

.vp_btn_grp_invoice button
{
	width: 150px;
	margin: 10px 0 10px 30px;
	float: right;
}


/*********************/
/* van pool purchase */
/*********************/
.vp_prch_amt_br
{
    height: 0;
    width: 100%;
}

.vp_purch_btn input
{
    margin-bottom: 10px;
}


/*********************/
/* van pools rewards */
/*********************/

.vp_reward_btns button
{
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}



/*********************/
/*    Manage Vans    */
/*********************/

#VPVansGrid_DXCBtn0
{
	display: none;
}


/**********************/
/*  Employer Reports  */
/**********************/

.vpEmpReportHeader {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
}

table#VPPrts button {
    background: none;
    border: none;
    cursor: pointer;
    color: #0053a0;
}

#vpReportEmpHdr th {
    vertical-align: bottom;
}



/*******************/
/*  media queries  */
/*******************/
@media screen and (max-width: 991px) {
    #vp_google_map .rdm-profile-map 
    {
        float: none;
    }

}


/*********************************************************
    Redesign Content - December 2017
*********************************************************/
.redesign-content .red {
    color: #ed1b2e;
}

.redesign-content .orange {
    color: orange;
}

.redesign-content .green {
    color: green;
}

.redesign-content ul {
    list-style-type: none;
    margin-bottom: 1em;
    margin-left: 0.6em;
    padding-left: 1em;
    text-indent: -1em;
}

    .redesign-content ul li:before {
        content: "\003E \0020";
    }

        .redesign-content ul li:before ul {
            list-style-type: none;
        }

    .redesign-content ul li ul {
        margin: 0 !important;
    }

.redesign-content .yellow-container {
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffd200;
    min-height: 88px;
}

    .redesign-content .yellow-container p {
        color: #0053a0;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
    }

.redesign-content .callout-yellow {
    margin-bottom: 1em;
}

    .redesign-content .callout-yellow h3 {
        margin-bottom: 1em;
    }

    .redesign-content .callout-yellow h4.post-date {
        font-size: 13px !important;
        margin-bottom: 0;
    }

    .redesign-content .callout-yellow p {
        margin-top: 0;
    }

        .redesign-content .callout-yellow p:last-child {
            margin: 0;
        }

.redesign-content .sl {
    min-height: 105px;
}

.redesign-content .list-group .list-group-item {
    background-color: transparent;
    border: 2px solid #ddd;
    border-bottom: 0;
}

    .redesign-content .list-group .list-group-item:nth-child(odd) {
        background-color: #f7f6f6;
    }

    .redesign-content .list-group .list-group-item:last-child {
        border-bottom: 2px solid #ddd;
    }

    .redesign-content .list-group .list-group-item img {
        max-height: 120px;
        margin: 0 auto;
    }

@media screen and (max-width: 420px) {
    .redesign-content .list-group .list-group-item img {
        max-width: 50%;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
}

.redesign-content .list-group .list-group-item .event-title {
    font-size: 27px;
}

.redesign-content .list-group .list-group-item .event-details span {
    margin-left: 82px;
}

/*********************************************************
    Accordions (Panels)
*********************************************************/
.redesign-content .panel-group .panel {
    border-radius: 0;
}

.redesign-content .panel-heading {
    border-radius: 0;
}

    .redesign-content .panel-heading a {
        display: block;
        padding: 1em 1.5em;
        text-decoration: none;
    }

    .redesign-content .panel-heading .accordion-toggle:after {
        font-family: 'FontAwesome';
        float: right;
        content: "\f077";
    }

    .redesign-content .panel-heading .accordion-toggle.collapsed:after {
        content: "\f078";
    }

.redesign-content #accordion .panel-heading {
    padding: 0;
    position: relative;
}

.redesign-content .panel-primary .panel-heading,
.redesign-content .panel-success .panel-heading,
.redesign-content .panel-info .panel-heading,
.redesign-content .panel-warning .panel-heading,
.redesign-content .panel-danger .panel-heading {
    padding: 10px 15px !important;
}

.redesign-content .panel-body-1,
.redesign-content .panel-body-2,
.redesign-content .panel-body-3,
.redesign-content .panel-body-4,
.redesign-content .panel-body-5 {
    position: relative;
    top: -10px;
}

.redesign-content .panel .panel {
    border-radius: 0;
    margin-bottom: 1.5em;
}

    .redesign-content .panel .panel .panel-heading {
        padding: 1em;
    }

.redesign-content .accordion-header {
    background-color: #0053a0;
    color: #fff;
    padding: 15px;
}

.redesign-content .panel-blue .map-location-inset {
    background-color: #0489cc;
    border-radius: 50%;
    color: #ffffff;
    padding: 6px 0;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
}

.redesign-content .panel-blue .panel + .panel {
    margin-top: 0;
}

.redesign-content .panel-blue .panel-body p.prname {
    margin-bottom: 0;
}

.redesign-content .panel-blue .panel-body address {
    margin-bottom: 10px;
}

.redesign-content .panel-blue a {
    padding: 15px;
}

/*********************************************************
    Rider's Almanac Redesign Styles - June 2017
*********************************************************/
.ra-redesign .blogwrapper {
    padding: 20px;
}

.ra-redesign hr {
    margin-bottom: 2em;
}

.ra-redesign .blogcenter-nonav {
    padding-left: 0;
}

.ra-redesign ul.blognav {
    margin-left: 0;
    padding: 0;
}

.ra-redesign .blogtitle {
    margin-top: 10px;
}

.ra-redesign h2.moduletitle.blogtitle {
    float: right;
    width: 78%;
}

.ra-redesign #ctl00_mainContent_BlogView1_navBottom_pnlCategories {
    margin-top: -95px;
}

.ra-redesign #ctl00_mainContent_BlogView1_pnlDetails .blogtext {
    float: right;
    width: 78%;
    margin: 0 0 0 0;
    padding: 5px 0px 0px 5px;
}

.ra-redesign .blogtext .blogger img {
    max-width: 100%;
}

.ra-redesign #blog-wrapper {
    position: relative;
    top: -74px;
    margin-top: 0;
    padding: 20px 40px 0 !important;
}

    .ra-redesign #blog-wrapper img {
        max-width: 100%;
    }

    .ra-redesign #blog-wrapper ul {
        list-style-type: none;
    }

.ra-redesign .blogpager {
    text-align: center;
}

#ctl00_mainContent_BlogView1_pnlInnerWrap .art-postheader,
#ctl00_mainContent_BlogView1_pnlInnerWrap .blogtags,
#ctl00_mainContent_BlogView1_pnlInnerWrap .blogdate {
    float: right;
    width: 78%;
}

/***************************************************
	Great People Redesign Styles - June 2017
***************************************************/
.gp-redesign {
    margin-bottom: 1.5em;
}

    .gp-redesign p:last-child {
        margin: 1em 0;
    }

    .gp-redesign p strong {
        font-weight: 700;
    }

    .gp-redesign div.mt-form div.mt-field {
        float: left;
        margin-bottom: 20px;
        width: 100%;
        /* .searchbox, */
    }

        .gp-redesign div.mt-form div.mt-field .input-group {
            display: inline-block;
            float: left;
            margin-right: 20px;
            width: 272px;
        }

            .gp-redesign div.mt-form div.mt-field .input-group input[type="search"] {
                float: left;
                height: 26px;
                background: none;
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-top-left-radius: 0.3em;
                border-bottom-left-radius: 0.3em;
                width: 206px;
            }

            .gp-redesign div.mt-form div.mt-field .input-group .input-group-addon {
                background: none;
                border: 0;
                padding: 0;
            }

            .gp-redesign div.mt-form div.mt-field .input-group .input-group-btn {
                height: 28px;
                width: 51px;
            }

        .gp-redesign div.mt-form div.mt-field .optionItem {
            display: inline-block;
            float: left;
            margin-right: 20px;
        }

            .gp-redesign div.mt-form div.mt-field .optionItem select {
                height: 28px;
            }

    .gp-redesign .blogpager {
        text-align: center;
    }

.gp-content {
    display: block;
    float: left;
    margin-bottom: 1em;
    padding: 0;
}

    .gp-content .blogwrapper {
        padding: 0;
    }

    .gp-content .blogitem {
        margin-bottom: 5%;
    }

    .gp-content .blogtags {
        border-bottom: 1px solid #ececec;
        clear: both;
        display: block;
        margin-top: 1em;
    }

        .gp-content .blogtags a {
            font-size: 20px;
            line-height: 1.3;
        }

    .gp-content .tagslabel {
        border-bottom: none;
    }

    .gp-content .blogtitle {
        margin-top: 5px;
        padding-top: 5px;
    }

    .gp-content .subtitle {
        display: block;
        margin-bottom: 20px;
        font-style: italic;
    }

    .gp-content .blogdate {
        display: none;
    }

    .gp-content .blogtext {
        min-height: 146px;
        position: relative;
        padding-left: 180px;
    }

        .gp-content .blogtext a.morelink {
            clear: both;
            display: block;
            text-align: right;
        }

        .gp-content .blogtext p {
            display: inline-block;
            float: left;
            margin: 0 0 1em;
            width: 780px;
        }

            .gp-content .blogtext p:first-child {
                position: absolute;
                left: 0;
                width: 100px;
            }

            .gp-content .blogtext p img {
                display: inline-block;
                float: left;
            }

            .gp-content .blogtext p.read-more {
                display: block;
                float: right;
                text-align: right;
                margin-right: 50px;
            }

/***************************************************
	TAP Changes - August 2017
***************************************************/
.tap p.Indent1:last-child {
    margin-left: 40px;
}

.tap ul {
    margin: 1em 0 1em 1.6em;
}

/***************************************************
	Recruitment - December 2017
***************************************************/
.recruitment .leadin {
    font-size: 1.3em;
    font-weight: 700;
    margin: 1em 0;
}

.recruitment .yellow-bg {
    background-color: #fbe15b;
    border-radius: 0.4rem;
    padding: 1rem;
}

.recruitment .blue-bg {
    background-color: #cfdeed;
    border-radius: 0.4rem;
    padding: 1rem;
}

/***************************************************
    Calendar (Final Four Detours)
***************************************************/
.redesign-content table.calendar {
    width: 100%;
}

    .redesign-content table.calendar th {
        border-top: 1px solid #c0c0c0;
        padding: 10px 0;
        text-align: center;
        width: 110px;
    }

    .redesign-content table.calendar td {
        background-color: #d4e3fc;
        border: 1px solid #c0c0c0;
        font-size: 24px;
        text-align: center;
        width: 110px;
        height: 110px;
    }

        .redesign-content table.calendar td a {
            color: #000;
            padding: 40px;
        }

            .redesign-content table.calendar td a:hover {
                text-decoration: none;
            }

    .redesign-content table.calendar .disabled {
        background-color: #f7f6f6;
        color: #929292;
    }

/****************************************
    Public Art Styles
****************************************/
.redesign-content .popover {
    width: 175px;
}

.redesign-content .public-art-grid .row {
    margin-right: 0;
    margin-left: 0;
}

    .redesign-content .public-art-grid .row .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

        .redesign-content .public-art-grid .row .col-md-3:nth-child(1) {
            padding-left: 0;
        }

        .redesign-content .public-art-grid .row .col-md-3:nth-child(4) {
            padding-right: 0;
        }

.redesign-content .tile {
    background-repeat: no-repeat;
    background-size: cover;
    width: 165px;
    height: 165px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}

    .redesign-content .tile .tile-overlay-blue {
        background: rgba(0, 83, 160, 0.69);
    }

    .redesign-content .tile .tile-overlay-green {
        background-color: rgba(0, 130, 68, 0.69);
    }

    .redesign-content .tile .tile-overlay-grey {
        background-color: rgba(51, 51, 51, 0.69);
    }

        .redesign-content .tile .tile-overlay-blue:hover,
        .redesign-content .tile .tile-overlay-green:hover,
        .redesign-content .tile .tile-overlay-grey:hover {
            background: none;
        }

        .redesign-content .tile .tile-overlay-blue a,
        .redesign-content .tile .tile-overlay-green a,
        .redesign-content .tile .tile-overlay-grey a {
            color: #fff;
            display: block;
            font-weight: 700;
            padding: 74px 10px;
            text-decoration: none;
        }

            .redesign-content .tile .tile-overlay-blue a:hover,
            .redesign-content .tile .tile-overlay-green a:hover,
            .redesign-content .tile .tile-overlay-grey a:hover {
                opacity: 0;
            }

        .redesign-content .tile .tile-overlay-blue .text-plus,
        .redesign-content .tile .tile-overlay-green .text-plus,
        .redesign-content .tile .tile-overlay-grey .text-plus {
            padding: 65.5px 10px;
        }

        .redesign-content .tile .tile-overlay-blue .text-plus-plus,
        .redesign-content .tile .tile-overlay-green .text-plus-plus,
        .redesign-content .tile .tile-overlay-grey .text-plus-plus {
            padding: 57px 10px;
        }

.redesign-content .blueline .block-1 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_warehouse_district.jpg');
}

.redesign-content .blueline .block-2 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_nicollet_mall.jpg');
}

.redesign-content .blueline .block-3 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_government_plaza.jpg');
}

.redesign-content .blueline .block-4 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_usbank_stadium.jpg');
}

.redesign-content .blueline .block-5 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_cedar_riverside.jpg');
}

.redesign-content .blueline .block-6 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_franklin_avenue.jpg');
}

.redesign-content .blueline .block-7 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_lake_street.jpg');
}

.redesign-content .blueline .block-8 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_38th_street.jpg');
}

.redesign-content .blueline .block-9 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_46th_street.jpg');
}

.redesign-content .blueline .block-10 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_minnehaha_park.jpg');
}

.redesign-content .blueline .block-11 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_va_station.jpg');
}

.redesign-content .blueline .block-12 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_fort_snelling.jpg');
}

.redesign-content .blueline .block-13 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_terminal_1_lindberg.jpg');
}

.redesign-content .blueline .block-14 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_terminal_2_humphrey.jpg');
}

.redesign-content .blueline .block-15 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_american_blvd.jpg');
}

.redesign-content .blueline .block-16 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_bloomington_central.jpg');
}

.redesign-content .blueline .block-17 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_28th_avenue.jpg');
}

.redesign-content .blueline .block-18 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_moa.jpg');
}

.redesign-content .greenline .block-1 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_union-depot-station.png');
}

.redesign-content .greenline .block-2 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_central-station.jpg');
}

.redesign-content .greenline .block-3 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_10th-street-station.jpg');
}

.redesign-content .greenline .block-4 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_robert_street_mural.jpg');
}

.redesign-content .greenline .block-5 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_capitol-rice-street-station.jpg');
}

.redesign-content .greenline .block-6 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_western-avenue-station.jpg');
}

.redesign-content .greenline .block-7 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_dale-street-station.jpg');
}

.redesign-content .greenline .block-8 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_victoria_street-station.jpg');
}

.redesign-content .greenline .block-9 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_lexington-parkway-station.jpg');
}

.redesign-content .greenline .block-10 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_hamline-avenue-station.jpg');
}

.redesign-content .greenline .block-11 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_snelling-avenue-station.jpg');
}

.redesign-content .greenline .block-12 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_fairview-avenue-station.jpg');
}

.redesign-content .greenline .block-13 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_raymond-station.jpg');
}

.redesign-content .greenline .block-14 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_westgate-station.jpg');
}

.redesign-content .greenline .block-15 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_prospect-park-station.jpg');
}

.redesign-content .greenline .block-16 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_stadium-village-station.jpg');
}

.redesign-content .greenline .block-17 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_east-bank-station.jpg');
}

.redesign-content .greenline .block-18 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_west-bank-station.jpg');
}

.redesign-content .facilities .block-1 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_central_station_4.jpg');
}

.redesign-content .facilities .block-2 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_target.jpg');
}

.redesign-content .facilities .block-3 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_chicago_lake.jpg');
}

.redesign-content .facilities .block-4 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_o_and_m_industry.jpg');
}

.redesign-content .facilities .block-5 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_smith_2.jpg');
}

.redesign-content .facilities .block-6 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_big_lake_.jpg');
}

.redesign-content .facilities .block-7 {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_lindbergh_dragonfly.jpg');
}

.redesign-content .image-map {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/lightrail/metro_map_horizontalstripmap.png');
    width: 750px;
    height: 166px;
    repeat: no-repeat;
    position: relative;
}

    .redesign-content .image-map .rectangle {
        position: absolute;
        width: 20px;
        height: 90px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        color: transparent;
    }

    .redesign-content .image-map .dot {
        position: absolute;
        width: 25px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .redesign-content .image-map .greenline .dot {
        top: 75px;
        left: 4px;
    }

    .redesign-content .image-map .blueline .dot {
        top: -5px;
        left: -8px;
    }

    .redesign-content .image-map .targetfield {
        top: -5px;
        left: 32px;
    }

    .redesign-content .image-map .warehouse {
        top: -6px;
        left: 64px;
    }

    .redesign-content .image-map .nicollet {
        top: -6px;
        left: 95px;
    }

    .redesign-content .image-map .government {
        top: -6px;
        left: 126px;
    }

    .redesign-content .image-map .usbank {
        top: -6px;
        left: 157px;
    }

    .redesign-content .image-map .wbank {
        top: -17px;
        left: 193px;
    }

    .redesign-content .image-map .ebank {
        top: -17px;
        left: 224px;
    }

    .redesign-content .image-map .stadiumvlg {
        top: -17px;
        left: 255px;
    }

    .redesign-content .image-map .prospect {
        top: -17px;
        left: 286px;
    }

    .redesign-content .image-map .westgate {
        top: -17px;
        left: 317px;
    }

    .redesign-content .image-map .raymond {
        top: -17px;
        left: 348px;
    }

    .redesign-content .image-map .fairview {
        top: -17px;
        left: 379px;
    }

    .redesign-content .image-map .snelling {
        top: -17px;
        left: 410px;
    }

    .redesign-content .image-map .hamline {
        top: -17px;
        left: 441px;
    }

    .redesign-content .image-map .lexington {
        top: -17px;
        left: 472px;
    }

    .redesign-content .image-map .victoria {
        top: -17px;
        left: 503px;
    }

    .redesign-content .image-map .dale {
        top: -17px;
        left: 534px;
    }

    .redesign-content .image-map .western {
        top: -17px;
        left: 565px;
    }

    .redesign-content .image-map .capitolrice {
        top: -17px;
        left: 596px;
    }

    .redesign-content .image-map .robert {
        top: -17px;
        left: 627px;
    }

    .redesign-content .image-map .s10 {
        top: -17px;
        left: 658px;
    }

    .redesign-content .image-map .central {
        top: -17px;
        left: 689px;
    }

    .redesign-content .image-map .uniondepot {
        top: -17px;
        left: 720px;
    }

    .redesign-content .image-map .cedar {
        top: 87px;
        left: 143px;
    }

    .redesign-content .image-map .franklin {
        top: 87px;
        left: 174px;
    }

    .redesign-content .image-map .lakestreet {
        top: 87px;
        left: 205px;
    }

    .redesign-content .image-map .s38 {
        top: 87px;
        left: 236px;
    }

    .redesign-content .image-map .s46 {
        top: 87px;
        left: 267px;
    }

    .redesign-content .image-map .minnehaha {
        top: 87px;
        left: 299px;
    }

    .redesign-content .image-map .vamed {
        top: 87px;
        left: 330px;
    }

    .redesign-content .image-map .ftsnelling {
        top: 87px;
        left: 361px;
    }

    .redesign-content .image-map .term1 {
        top: 87px;
        left: 387px;
    }

    .redesign-content .image-map .term2 {
        top: 87px;
        left: 423px;
    }

    .redesign-content .image-map .americanblvd {
        top: 87px;
        left: 453px;
    }

    .redesign-content .image-map .bloomington {
        top: 87px;
        left: 485px;
    }

    .redesign-content .image-map .s28 {
        top: 87px;
        left: 516px;
    }

    .redesign-content .image-map .moa {
        top: 87px;
        left: 547px;
    }

/*********************************************************
    35W Construction redesign - May 2018
*********************************************************/
.redesign-content .transit-icons {
    text-align: center;
}

    .redesign-content .transit-icons img {
        width: 54.16px;
        height: 54.16px;
    }

@media (max-width: 768px) {
    .redesign-content .transit-icons img {
        width: 71px;
        height: 71px;
    }
}

.redesign-content .park-ride-map {
    background-image: url('/Data/Sites/1/skins/MetroTransitII/../../../../../Data/sites/1/media/about/improvements/orange-line/Construction-pr-map.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 940px;
    height: 954.38px;
    position: relative;
}

    .redesign-content .park-ride-map .popover {
        width: auto;
        max-width: 400px;
        border-radius: 0;
        padding: 0;
    }

        .redesign-content .park-ride-map .popover .map-location-inset {
            background-color: #0489cc;
            border: 2px solid #fff;
            border-radius: 50%;
            color: #ffffff;
            padding: 6px 0;
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
        }

        .redesign-content .park-ride-map .popover p {
            margin-top: 0;
        }

            .redesign-content .park-ride-map .popover p i {
                margin-right: 10px;
            }

        .redesign-content .park-ride-map .popover .alert {
            text-align: center;
        }

        .redesign-content .park-ride-map .popover .popover-title {
            background-color: #0489cc;
            color: #fff;
            border-radius: 0;
            min-height: 50px;
            text-transform: uppercase;
        }

            .redesign-content .park-ride-map .popover .popover-title .prcity {
                margin-left: 40px;
                line-height: 2;
            }

        .redesign-content .park-ride-map .popover .popover-content p:first-child {
            margin-bottom: 0;
        }

        .redesign-content .park-ride-map .popover .popover-content address {
            margin-bottom: 10px;
        }

        .redesign-content .park-ride-map .popover .popover-content .pnr-map {
            max-width: 100%;
            height: auto;
        }

    .redesign-content .park-ride-map .hotspot {
        border-radius: 50%;
        color: transparent;
        cursor: pointer;
        padding: 8px 14px;
        position: absolute;
    }

    .redesign-content .park-ride-map .pnr1 {
        bottom: 201px;
        right: 249px;
    }

    .redesign-content .park-ride-map .pnr2 {
        bottom: 290px;
        right: 258px;
    }

    .redesign-content .park-ride-map .pnr3 {
        bottom: 165px;
        right: 122px;
    }

    .redesign-content .park-ride-map .pnr4 {
        top: 410px;
        left: 421px;
    }

    .redesign-content .park-ride-map .pnr5 {
        top: 410px;
        left: 456px;
    }

    .redesign-content .park-ride-map .pnr6 {
        top: 287px;
        right: 282px;
    }

    .redesign-content .park-ride-map .pnr7 {
        bottom: 352px;
        right: 410px;
    }

    .redesign-content .park-ride-map .pnr8 {
        bottom: 320px;
        right: 418px;
    }

    .redesign-content .park-ride-map .pnr9 {
        top: 456px;
        right: 249px;
    }

    .redesign-content .park-ride-map .pnr10 {
        top: 310px;
        right: 86px;
    }

    .redesign-content .park-ride-map .pnr11 {
        bottom: 401px;
        right: 181px;
    }

    .redesign-content .park-ride-map .pnr12 {
        top: 192px;
        left: 363px;
    }

    .redesign-content .park-ride-map .pnr13 {
        bottom: 55px;
        right: 438px;
    }

    .redesign-content .park-ride-map .pnr14 {
        bottom: 78px;
        right: 239px;
    }

    .redesign-content .park-ride-map .pnr15 {
        top: 150px;
        right: 192px;
    }

    .redesign-content .park-ride-map .pnr16 {
        top: 118px;
        right: 197px;
    }

    .redesign-content .park-ride-map .pnr17 {
        top: 256px;
        left: 416px;
    }

    .redesign-content .park-ride-map .pnr18 {
        bottom: 232px;
        right: 50px;
    }

    .redesign-content .park-ride-map .pnr19 {
        bottom: 216px;
        left: 364px;
    }

    .redesign-content .park-ride-map .pnr20 {
        bottom: 294px;
        left: 40px;
    }

    .redesign-content .park-ride-map .pnr21 {
        bottom: 344px;
        left: 123px;
    }

/*********************************************************
    Rider Alerts - June 2018
*********************************************************/
.redesign-content .rider-alerts .hero-image {
    background-image: url('/Data/Sites/1/skins/MetroTransitII/../../../../../Data/sites/1/media/rider-alerts/rider_alert_hero_yellow_screen.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 407px;
    padding: 50px;
}

    .redesign-content .rider-alerts .hero-image .redesign-content .alert-info {
        background-color: #d9edf7 !important;
    }

@media (max-width: 768px) {
    .redesign-content .rider-alerts .hero-image {
        padding: 15px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .redesign-content .rider-alerts .hero-image .cta {
        margin-bottom: 10px;
    }

        .redesign-content .rider-alerts .hero-image .cta:last-child {
            margin-bottom: 0;
        }
}

.redesign-content .rider-alerts .hero-image p {
    margin-bottom: 0;
}

    .redesign-content .rider-alerts .hero-image p:last-child {
        margin-top: 0;
    }

.redesign-content .rider-alerts .hero-image .fancy-button {
    display: block;
    height: 165px;
    margin-top: 75px;
    padding: 15px;
    opacity: .9;
    text-align: center;
}

    .redesign-content .rider-alerts .hero-image .fancy-button:hover {
        opacity: 1;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .redesign-content .rider-alerts .hero-image .fancy-button {
        margin-top: 0;
        text-align: center;
    }
}

.redesign-content .rider-alerts .hero-image .heading {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .redesign-content .rider-alerts .hero-image .heading {
        font-size: 18px;
    }
}

.redesign-content .rider-alerts .hero-image .details {
    display: block;
    font-size: 14px;
    color: #ffd200;
    text-transform: none;
}

.redesign-content .rider-alerts .hero-image .bg-blue {
    background-color: #0053a0;
    float: right;
}

@media (max-width: 768px) {
    .redesign-content .rider-alerts .hero-image .bg-blue {
        float: none;
    }
}

.redesign-content .rider-alerts .hero-image .bg-green {
    background-color: green;
}

/****************************************
    Metro Blue Line Image Map Styles
****************************************/
.image-map-mbl {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Data/sites/1/media/metro/blueline/BLue-Line-web-map.png');
    width: 400px;
    height: 710px;
    background-repeat: no-repeat;
    position: relative;
}

    .image-map-mbl .rectangle45 {
        position: absolute;
        width: 15px;
        height: 90px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        color: transparent;
    }

    .image-map-mbl .rectangle {
        position: absolute;
        width: 90px;
        height: 15px;
        color: transparent;
    }

    .image-map-mbl .targetfield {
        position: absolute;
        top: 79px;
        left: 37px;
        width: 31px;
        height: 37px;
    }

    .image-map-mbl .warehouse {
        top: 14px;
        left: 110px;
        height: 134px;
    }

    .image-map-mbl .nicollet {
        top: 63px;
        left: 107px;
        width: 15px;
    }

    .image-map-mbl .gov-plaza {
        top: 58px;
        left: 127px;
        height: 105px;
    }

    .image-map-mbl .us-bank {
        top: 67px;
        left: 143px;
        height: 105px;
    }

    .image-map-mbl .cedar-riverside {
        top: 174px;
        left: 137px;
    }

    .image-map-mbl .franklin {
        top: 197px;
        left: 146px;
    }

    .image-map-mbl .midtown {
        top: 251px;
        left: 166px;
        width: 102px;
    }

    .image-map-mbl .s38 {
        top: 308px;
        left: 195px;
    }

    .image-map-mbl .s46 {
        bottom: 328px;
        right: 84px;
        height: 16px;
    }

    .image-map-mbl .s50 {
        bottom: 287px;
        right: 12px;
        width: 135px;
    }

    .image-map-mbl .va-medical-center {
        bottom: 254px;
        right: 13px;
        width: 107px;
    }

    .image-map-mbl .fort-snelling {
        bottom: 219px;
        right: 25px;
        width: 79px;
    }

    .image-map-mbl .t1-lindbergh {
        bottom: 172px;
        right: 113px;
        width: 59px;
        height: 33px;
    }

    .image-map-mbl .t2-humphrey {
        bottom: 133px;
        left: 160px;
        width: 71px;
        height: 25px;
    }

    .image-map-mbl .american-blvd {
        bottom: 101px;
        left: 145px;
    }

    .image-map-mbl .american-blvd-dot {
        position: absolute;
        bottom: -20px;
        left: 70px;
        width: 10px;
        height: 30px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .image-map-mbl .bloomington-central {
        bottom: 62px;
        right: 62px;
        width: 111px;
    }

    .image-map-mbl .bloomington-central-dot {
        position: absolute;
        bottom: 2px;
        right: 113px;
        width: 10px;
        height: 25px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .image-map-mbl .s28 {
        bottom: 44px;
        right: 136px;
        width: 54px;
    }

    .image-map-mbl .s28-dot {
        position: absolute;
        bottom: 3px;
        right: 54px;
        width: 10px;
        height: 35px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .image-map-mbl .moa {
        bottom: 58px;
        left: 63px;
        width: 91px;
    }

    .image-map-mbl .moa-dot {
        position: absolute;
        bottom: -24px;
        left: 95px;
        width: 10px;
        height: 43px;
        -webkit-transform: rotate(114deg);
        transform: rotate(114deg);
    }

/***************************************************
	Miscellaneous Overrides
***************************************************/
.respect-the-ride .row,
.gold-line-partners .row {
    margin-bottom: 30px;
}

/*# sourceMappingURL=../maps/redesign.css.map */
.form-redesign h4 {
  margin: 1em 0; }

.form-redesign p:last-child {
  margin: 1em 0; }

.form-redesign .well {
  background-color: transparent; }

.form-redesign .required-notice {
  padding-left: 1em;
  background: #fff url('data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7') no-repeat 0 50%; }

.form-redesign table td {
  padding-right: 1em; }

.form-redesign label {
  color: #000;
  font-style: italic;
  display: inline-block;
  margin: 0.3em 0;
  width: auto !important; }

.form-redesign .required {
  padding-right: 1em;
  background: #fff url('data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7') no-repeat 100% 50%; }

.form-redesign .form-group {
  display: block;
  clear: both;
  margin-bottom: 1em; }
  .form-redesign .form-group .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    height: 24px;
    padding: 0 6px;
    width: 100%; }
    .form-redesign .form-group .state,
    .form-redesign .form-group .age {
        width: 3em;
    }
  .form-redesign .form-group textarea.form-control {
    height: 112px; }
  .form-redesign .form-group select {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 0 24px 0 6px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjcgMjc1IDI3NSI+PHBhdGggZD0iTTE2OC40NTIsNDIuMTIxbC02LjEwOS02LjExMWMtMi4xMTgtMi4wMDktNC41OS0zLjAxNC03LjQxMy0zLjAxNGMtMi44OCwwLTUuMzI0LDEuMDA1LTcuMzM0LDMuMDE0TDEwOCw3NS42MDcgTDY4LjQwNCwzNi4wMTFjLTIuMDEtMi4wMDktNC40NTQtMy4wMTQtNy4zMzMtMy4wMTRjLTIuODI0LDAtNS4yOTYsMS4wMDUtNy40MTQsMy4wMTRsLTYuMDI5LDYuMTExIGMtMi4wNjQsMi4wNjMtMy4wOTYsNC41MzUtMy4wOTYsNy40MTRjMCwyLjkzMywxLjAzMyw1LjM3NywzLjA5Niw3LjMzMmw1My4wMzksNTMuMDM5YzEuOTU2LDIuMDY0LDQuMzk5LDMuMDk2LDcuMzMzLDMuMDk2IGMyLjg3OSwwLDUuMzUtMS4wMzIsNy40MTMtMy4wOTZsNTMuMDM5LTUzLjAzOWMyLjAxLTIuMDEsMy4wMTYtNC40NTQsMy4wMTYtNy4zMzJDMTcxLjQ2OCw0Ni43MTEsMTcwLjQ2Miw0NC4yNCwxNjguNDUyLDQyLjEyMXoiLz48L3N2Zz4=');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain; }

.form-redesign .form-inline .form-group {
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: middle; }
  .form-redesign .form-inline .form-group .input-group {
    white-space: nowrap;
    position: relative;
    display: table;
    border-collapse: separate; }
    .form-redesign .form-inline .form-group .input-group input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      display: inline-block; }
    .form-redesign .form-inline .form-group .input-group .input-group-addon {
      background-color: #ccc;
      border: 1px solid #ccc;
      cursor: pointer;
      padding: 0 6px; }
  .form-redesign .form-inline .form-group .checkbox-list td {
    padding-right: 1em; }

.form-redesign input[type="file"] {
    padding-left: 0 !important;
}

.form-redesign .checkbox-group,
.form-redesign .radio-group {
  margin-bottom: 1em; }

.form-redesign .full-width {
    width: 100%;
}

.form-redesign .two-col td {
    width: 50%;
}

.form-redesign .mt-button,
.form-redesign .btn-primary {
    margin-bottom: 1em;
    text-align: center;
}

.form-redesign .mt-backbutton,
.form-redesign .btn-primary {
    text-align: center;
}

.form-redesign .alert h4 {
    margin-top: 0;
}

.form-redesign .alert p {
    margin: 0;
}

/*# sourceMappingURL=../maps/forms.css.map */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/MaterialIcons-Regular.woff2') format("woff2"), url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/MaterialIcons-Regular.woff') format("woff"), url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/MaterialIcons-Regular.ttf') format("truetype");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

/*############################################
        Must have Mixins
        http://w3bits.com/sass-mixins/
############################################*/
/*** Backgrounds ***/
.map-bg {
    background-image: none;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .map-bg {
        background-image: url('/Data/Sites/1/skins/MetroTransitII//images/twin-cities-map.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        padding: 0;
        top: 0;
    }
}

/*##############################
  Ridematch base styles
##############################*/
.ridematch {
    color: #606060;
    font-family: "Lato", sans-serif !important;
}

    .ridematch h1 {
        font-size: 16px;
    }

    .ridematch h2 {
        font-size: 16px;
    }

    .ridematch h3 {
        font-size: 10px;
    }

    .ridematch p {
        font-size: 10px;
    }

    .ridematch a {
        font-size: 10px;
    }

        .ridematch a:hover {
            text-decoration: none;
        }

    .ridematch .btn {
        font-size: 13px;
    }

    .ridematch hr {
        color: #ebebeb;
        background-color: #ebebeb;
    }

    .ridematch small {
        font-size: 8px;
    }

    .ridematch .card {
        background-color: #ffffff;
        border: 1px solid #c0c0c0;
        padding: 15px;
    }

    .ridematch .navigation {
        background-color: #ffffff;
    }

        .ridematch .navigation i {
            padding: 15px;
        }

    .ridematch .btn {
        text-align: center;
    }

    .ridematch .red {
        color: #ed1b2e;
    }

    .ridematch .margin-bottom {
        margin-bottom: 10px;
    }

    .ridematch .leadin {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.3;
    }

    .ridematch .material-icons {
        font-size: 16px;
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
    }

    .ridematch a i.material-icons {
        color: #606060;
        font-size: 10px;
        width: 10px;
        height: 10px;
    }

    .ridematch a.active i.material-icons {
        color: #0053a0;
    }

@media only screen and (min-width: 992px) {
    .ridematch h1 {
        font-size: 30px;
    }

    .ridematch h2 {
        font-size: 24px;
    }

    .ridematch a {
        font-size: 12px;
    }

    .ridematch small {
        font-size: 8px;
    }

    .ridematch .btn {
        text-align: left;
    }

    .ridematch .material-icons {
        font-size: 20px;
        width: 20px;
        height: 20;
    }

    .ridematch .leadin {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1400px) {
    .ridematch h2 .material-icons {
        top: 3px;
    }
}

/*##############################
  Ridematch specific styles
##############################*/
.ridematch .profile {
    margin: 15px 0;
}

.ridematch .control-point-icon {
    font-size: 24px !important;
    color: #ed1b2e !important;
    display: block;
    width: 24px !important;
    height: 24px !important;
    margin: 0 auto 10px auto !important;
}

@media only screen and (min-width: 992px) {
    .ridematch {
        padding: 0;
    }

        .ridematch .material-icons.create {
            font-size: 12px;
            width: 12px;
            height: 12px;
        }
}

/*##############################
  Ridematch modal styles
##############################*/
/*##############################
  Ridematch nav styles
##############################*/
.ridematch-nav nav {
    position: static !important;
    background-color: #ffffff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    float: none;
    width: 100%;
    max-width: 991px;
}

    .ridematch-nav nav .container-fluid {
        max-width: 800px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

.ridematch-nav .navbar {
    min-height: 40px;
    width: 100%;
    max-width: 991px;
}

.ridematch-nav .navbar-default {
    background-color: #ffffff !important;
    margin-bottom: 0;
    height: 40px;
    padding: 10px 0;
}

    .ridematch-nav .navbar-default a {
        color: #c0c0c0;
        padding: 10px;
    }

        .ridematch-nav .navbar-default a.active {
            color: #0053a0;
        }

    .ridematch-nav .navbar-default .material-icons {
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

/*##############################
  Ridematch intro page styles
##############################*/
.ridematch .intro {
    padding: 30px;
}

    .ridematch .intro .card {
        border: 0;
        padding: 15px;
    }

@media only screen and (min-width: 992px) {
    .ridematch .intro .card {
        border: 1px solid #d6d6d6;
    }
}

/*##############################
  Ridematch form styles
##############################*/
.ridematch .form-redesign .form-group .form-control {
    padding: 0 6px;
}

.ridematch .form-redesign .form-group select {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 0 24px 0 6px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjcgMjc1IDI3NSI+PHBhdGggZD0iTTE2OC40NTIsNDIuMTIxbC02LjEwOS02LjExMWMtMi4xMTgtMi4wMDktNC41OS0zLjAxNC03LjQxMy0zLjAxNGMtMi44OCwwLTUuMzI0LDEuMDA1LTcuMzM0LDMuMDE0TDEwOCw3NS42MDcgTDY4LjQwNCwzNi4wMTFjLTIuMDEtMi4wMDktNC40NTQtMy4wMTQtNy4zMzMtMy4wMTRjLTIuODI0LDAtNS4yOTYsMS4wMDUtNy40MTQsMy4wMTRsLTYuMDI5LDYuMTExIGMtMi4wNjQsMi4wNjMtMy4wOTYsNC41MzUtMy4wOTYsNy40MTRjMCwyLjkzMywxLjAzMyw1LjM3NywzLjA5Niw3LjMzMmw1My4wMzksNTMuMDM5YzEuOTU2LDIuMDY0LDQuMzk5LDMuMDk2LDcuMzMzLDMuMDk2IGMyLjg3OSwwLDUuMzUtMS4wMzIsNy40MTMtMy4wOTZsNTMuMDM5LTUzLjAzOWMyLjAxLTIuMDEsMy4wMTYtNC40NTQsMy4wMTYtNy4zMzJDMTcxLjQ2OCw0Ni43MTEsMTcwLjQ2Miw0NC4yNCwxNjguNDUyLDQyLjEyMXoiLz48L3N2Zz4=');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ridematch .form-redesign .section {
    margin-top: 0;
    margin-bottom: 20px;
}

.ridematch .form-redesign label {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 2px;
}

.ridematch .form-redesign .required-notice {
    font-size: 13px;
}

.ridematch .form-redesign .mt-backbutton {
    text-align: center;
}

.ridematch .form-redesign .mt-button:last {
    margin-bottom: 0;
}

.ridematch .form-redesign .input-group .input-group-addon {
    font-size: 12px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 0 6px;
}

    .ridematch .form-redesign .input-group .input-group-addon.start {
        color: #0053a0;
    }

    .ridematch .form-redesign .input-group .input-group-addon.destination {
        color: #ed1b2e;
    }

.ridematch .form-redesign .input-group input {
    font-size: 18px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
}

    .ridematch .form-redesign .input-group input::-webkit-input-placeholder {
        color: #c0c0c0;
    }

    .ridematch .form-redesign .input-group input:-ms-input-placeholder {
        color: #c0c0c0;
    }

    .ridematch .form-redesign .input-group input::-ms-input-placeholder {
        color: #c0c0c0;
    }

    .ridematch .form-redesign .input-group input::placeholder {
        color: #c0c0c0;
    }

.ridematch .form-redesign .time-picker {
    width: 100%;
}

    .ridematch .form-redesign .time-picker input {
        font-size: 12px;
        border-left: 1px solid #ccc;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .ridematch .form-redesign .time-picker input::-webkit-input-placeholder {
            font-size: 12px;
        }

        .ridematch .form-redesign .time-picker input:-ms-input-placeholder {
            font-size: 12px;
        }

        .ridematch .form-redesign .time-picker input::-ms-input-placeholder {
            font-size: 12px;
        }

        .ridematch .form-redesign .time-picker input::placeholder {
            font-size: 12px;
        }

.ridematch .form-redesign .checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px;
}

    .ridematch .form-redesign .checkbox .input-group-addon {
        border: 0;
    }

.ridematch .form-redesign .select-days {
    margin-bottom: 10px;
}

    .ridematch .form-redesign .select-days label {
        display: block;
    }

    .ridematch .form-redesign .select-days .btn {
        background-color: #f7f6f6;
        font-size: 12px;
        margin-bottom: 10px;
    }

        .ridematch .form-redesign .select-days .btn.active {
            background-color: #cfdeed;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .ridematch .form-redesign .select-days .btnSch {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        font-size: 12px !important;
        line-height: 1;
        width: 34px !important;
        height: 34px !important;
        margin-right: 0;
        text-align: center;
        padding: 8px;
    }

    .ridematch .form-redesign .select-days p {
        margin-top: 0;
    }

@media only screen and (min-width: 992px) {
    .ridematch .form-redesign label {
        font-style: italic;
        line-height: 1;
    }

    .ridematch .form-redesign .select-days .btnSch {
        width: 30px !important;
        height: 30px !important;
    }

    .ridematch .form-redesign .mt-backbutton {
        text-align: left;
    }

    .ridematch .form-redesign .next,
    .ridematch .form-redesign .prev {
        text-align: center;
    }
}

/************************************
    Ridematch - Dashboard
/***********************************/
.ridematch .dashboard {
    padding: 30px;
}

    .ridematch .dashboard h2 {
        display: inline-block;
        margin: 0 20px 5px 0;
    }

    .ridematch .dashboard hr {
        color: #ebebeb;
        background-color: #ebebeb;
        margin: 10px 0;
    }

    .ridematch .dashboard .card {
        border: none;
        padding: 0;
    }

        .ridematch .dashboard .card .card {
            border: 1px solid #d6d6d6;
            margin-bottom: 20px;
            padding: 15px;
        }

    .ridematch .dashboard .well {
        background-color: #ebebeb;
        border: 0;
        padding: 10px;
    }

        .ridematch .dashboard .well p {
            font-size: 10px;
            font-weight: 700;
            margin: 0;
        }

    .ridematch .dashboard .vspace {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ridematch .dashboard .commute-name {
        font-size: 10px;
        line-height: 2;
    }

    .ridematch .dashboard .commute-points {
        display: table;
    }

    .ridematch .dashboard .result-point {
        font-size: 9px;
        margin-right: 5px;
        text-transform: uppercase;
    }

    .ridematch .dashboard .ab {
        font-size: 12px;
        font-weight: 700;
        width: 27px;
        margin-right: 10px;
    }

    .ridematch .dashboard .startend {
        color: #aaa;
        width: 51px;
        margin-right: 10px;
    }

    .ridematch .dashboard .active-commute .card {
        border: none;
        padding: 0;
    }

    .ridematch .dashboard .active-commute .material-icons {
        font-size: 12px;
        width: 12px;
        height: 12px;
    }

    .ridematch .dashboard .active-commute label {
        font-style: normal;
        padding-left: 0;
    }

    .ridematch .dashboard .tools span {
        margin-right: 30px;
    }

        .ridematch .dashboard .tools span:last-child {
            margin-right: 0;
        }

    .ridematch .dashboard .profile .create {
        font-size: 12px;
        width: 12px;
        height: 12px;
    }

@media only screen and (min-width: 992px) {
    .ridematch .dashboard .card {
        border: 1px solid #d6d6d6;
        padding: 15px;
    }

    .ridematch .dashboard .active-commute .card {
        border: 1px solid #d6d6d6 !important;
        padding: 10px !important;
    }

    .ridematch .dashboard .active-commute .info {
        font-size: 14px;
        width: 14px;
        height: 14px;
    }

    .ridematch .dashboard .active-commute .commute-name {
        font-size: 18px;
        line-height: 1;
    }

    .ridematch .dashboard h2 {
        font-size: 24px;
    }

        .ridematch .dashboard h2 .material-icons {
            font-size: 24px;
            width: 24px;
            height: 24px;
        }

    .ridematch .dashboard .well p {
        font-size: 12px;
    }

    .ridematch .dashboard .card .card {
        border: none;
        padding: 0;
    }

    .ridematch .dashboard .border-left {
        border-left: 1px solid #ebebeb;
    }

    .ridematch .dashboard .border-right {
        border-right: 1px solid #ebebeb;
    }

    .ridematch .dashboard .tools span {
        margin-right: 9px;
    }
}

/************************************
    Ridematch - Commutes
/***********************************/
.ridematch .commutes {
    padding: 20px 0 0;
}

    .ridematch .commutes #map_canvas {
        height: 830px !important;
    }

    .ridematch .commutes .map_canvas {
        top: 0 !important;
        margin: 0 !important;
    }

    .ridematch .commutes h2 {
        display: inline-block;
    }

        .ridematch .commutes h2 .schedule {
            border: none;
        }

    .ridematch .commutes .number-results {
        font-size: 12px;
    }

    .ridematch .commutes .preferences .material-icons {
        font-size: 14px;
        top: 2px;
        width: 14px;
        height: 14px;
        line-height: 0;
    }

    .ridematch .commutes .alert {
        padding: 10px;
    }

    .ridematch .commutes .alert-warning {
        background-color: #fcf8e3;
    }

        .ridematch .commutes .alert-warning p {
            font-size: 12px;
            margin: 0;
            line-height: 1.5;
        }

    .ridematch .commutes .commute-name {
        font-size: 10px;
        font-weight: 400;
        margin-top: 5px;
    }

@media only screen and (min-width: 992px) {
    .ridematch .commutes {
        margin: 0;
    }

        .ridematch .commutes .card {
            border: none;
            margin-bottom: 15px;
            padding: 0;
        }

            .ridematch .commutes .card .card {
                border: 1px solid #d6d6d6;
                padding: 15px;
            }

        .ridematch .commutes .preferences .material-icons {
            top: 1px;
        }

        .ridematch .commutes .commute-name {
            font-size: 18px;
            margin-top: 0;
        }

        .ridematch .commutes .number-results {
            font-size: 24px;
            line-height: 10px;
        }
}

/************************************
    Ridematch - Commute Results
/***********************************/
.ridematch .my-commutes .card .card {
    margin-bottom: 15px;
}

    .ridematch .my-commutes .card .card .number-results {
        font-size: 12px;
        line-height: 1.3;
    }

    .ridematch .my-commutes .card .card a .create {
        font-size: 12px;
        width: 12px;
        height: 12px;
    }

.ridematch .my-commutes .card #profileCards .pagerItem-1 {
    border-top: 5px solid #008244;
}

    .ridematch .my-commutes .card #profileCards .pagerItem-1 .account-circle {
        color: #008244;
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

.ridematch .my-commutes .card #profileCards .pagerItem-2 {
    border-top: 5px solid #f68b1f;
}

    .ridematch .my-commutes .card #profileCards .pagerItem-2 .account-circle {
        color: #f68b1f;
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

.ridematch .my-commutes .card #profileCards .pagerItem-3 {
    border-top: 5px solid #a5cf4c;
}

    .ridematch .my-commutes .card #profileCards .pagerItem-3 .account-circle {
        color: #a5cf4c;
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

.ridematch .my-commutes .card .sub-title {
    font-size: 12px;
    margin-top: 0;
}

.ridematch .my-commutes .card .preferences .preference-option {
    font-size: 10px;
    margin-left: 16px;
}

    .ridematch .my-commutes .card .preferences .preference-option .material-icons {
        font-size: 12px;
        width: 12px;
        height: 12px;
        top: 2px;
    }

.ridematch .my-commutes .card .preferences .selected {
    margin-left: 0;
}

    .ridematch .my-commutes .card .preferences .selected .material-icons {
        margin-right: 3px;
    }

        .ridematch .my-commutes .card .preferences .selected .material-icons:last-child {
            margin-right: 0;
        }

.ridematch .my-commutes .email {
    font-size: 12px;
    width: 12px;
    height: 12px;
}

.ridematch .my-commutes .btn-disable {
    display: none;
}

@media only screen and (min-width: 992px) {
    .ridematch .my-commutes .map-bg {
        height: 1060px;
    }

    .ridematch .my-commutes .card {
        border: none;
        margin-bottom: 15px;
        padding: 0;
    }

        .ridematch .my-commutes .card .card {
            border: 1px solid #d6d6d6;
            padding: 15px;
        }

        .ridematch .my-commutes .card #profileCards .pagerItem-1 .account-circle,
        .ridematch .my-commutes .card #profileCards .pagerItem-2 .account-circle,
        .ridematch .my-commutes .card #profileCards .pagerItem-3 .account-circle {
            font-size: 24px;
            width: 24px;
            height: 24px;
        }

        .ridematch .my-commutes .card a.contact {
            font-size: 14px;
        }

            .ridematch .my-commutes .card a.contact .material-icons {
                font-size: 14px;
                width: 14px;
                height: 14px;
            }

    .ridematch .my-commutes .preferences .material-icons {
        top: 5px;
    }
}

/************************************
    Ridematch - Messages
/***********************************/
.ridematch .messages .card .card {
    border: none !important;
    padding: 0;
}

.ridematch .messages .message-header-bar {
    color: #0053a0;
    font-size: 12px;
    font-weight: 700;
}

.ridematch .messages .panel-group {
    margin-bottom: 0;
}

    .ridematch .messages .panel-group .panel {
        border-radius: 0;
    }

    .ridematch .messages .panel-group .panel-default {
        background-color: #ffffff;
    }

        .ridematch .messages .panel-group .panel-default > .panel-heading {
            background-color: #ffffff;
            position: relative;
            padding: 5px;
        }

            .ridematch .messages .panel-group .panel-default > .panel-heading p {
                font-size: 8px;
                margin-left: 18px;
            }

            .ridematch .messages .panel-group .panel-default > .panel-heading .delete-icon {
                color: #606060;
                font-size: 14px;
                width: 14px;
                height: 14px;
                cursor: pointer;
                margin-left: 10px;
                top: 0;
            }

            .ridematch .messages .panel-group .panel-default > .panel-heading .panel-title {
                font-size: 12px;
                margin: 0;
                padding: 10px 140px 10px 0;
            }

            .ridematch .messages .panel-group .panel-default > .panel-heading .subject {
                font-size: 10px;
                margin-top: 0;
            }

            .ridematch .messages .panel-group .panel-default > .panel-heading.new {
                background-color: #d6d6d6;
            }

    .ridematch .messages .panel-group .panel-heading {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .ridematch .messages .panel-group .panel-heading .accordion-toggle:before {
            color: #0053a0;
            font-family: "Material Icons";
            font-size: 14px;
            content: "\E15D";
            float: left;
            margin-right: 5px;
        }

        .ridematch .messages .panel-group .panel-heading .accordion-toggle.collapsed:before {
            content: "\E148";
        }

    .ridematch .messages .panel-group .panel-body {
        background-color: #f7f6f6;
        font-size: 8px;
        padding: 5px;
    }

        .ridematch .messages .panel-group .panel-body .reply-icon {
            cursor: pointer;
            font-size: 14px;
            width: 14px;
            height: 14px;
        }

        .ridematch .messages .panel-group .panel-body .response p {
            font-size: 10px;
            margin-left: 0;
        }

        .ridematch .messages .panel-group .panel-body .message h5 {
            font-size: 12px;
        }

            .ridematch .messages .panel-group .panel-body .message h5 .material-icons {
                font-size: 12px;
                width: 12px;
                height: 12px;
            }

        .ridematch .messages .panel-group .panel-body .message p {
            font-size: 10px;
            margin-left: 13px;
        }

@media only screen and (min-width: 992px) {
    .ridematch .messages .card {
        border: none !important;
    }

        .ridematch .messages .card .card {
            border: 1px solid #d6d6d6 !important;
            padding: 0;
        }

    .ridematch .messages .well {
        border-radius: 0;
        margin-bottom: 0;
    }

    .ridematch .messages .panel-group .panel + .panel {
        margin-top: 0;
    }

    .ridematch .messages .panel-group .panel-default > .panel-heading {
        background-color: #ffffff;
        position: relative;
        padding: 5px;
    }

        .ridematch .messages .panel-group .panel-default > .panel-heading h4 {
            cursor: pointer;
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading p {
            font-size: 12px;
            margin: 1rem 0 !important;
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .delete-icon {
            color: #606060;
            font-size: 18px;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .panel-title {
            font-size: 12px;
            margin: 0;
            padding: 10px 30px 10px 0 !important;
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .timestamp {
            font-size: 8px;
        }

    .ridematch .messages .panel-group .panel {
        border-right: none;
        border-left: none;
    }

    .ridematch .messages .panel-group .panel-body .material-icons {
        font-size: 18px;
        width: 18px;
        height: 18px;
    }

    .ridematch .messages .panel-group .panel-body .message h5,
    .ridematch .messages .panel-group .panel-body .response h5 {
        font-size: 18px;
    }

        .ridematch .messages .panel-group .panel-body .message h5 .material-icons,
        .ridematch .messages .panel-group .panel-body .response h5 .material-icons {
            font-size: 18px;
            width: 18px;
            height: 18px;
        }

    .ridematch .messages .panel-group .panel-body .message p,
    .ridematch .messages .panel-group .panel-body .response p {
        font-size: 12px;
    }
}

/*# sourceMappingURL=../maps/main.css.map */
/***************************************************
	MTPD Manual - July 2017
***************************************************/
.mtpd-manual .mtpd-manual-menu ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }
  .mtpd-manual .mtpd-manual-menu ul li {
    background-image: none;
    display: block;
    color: #000;
    font-size: 13px;
    list-style-image: none;
    cursor: pointer;
    background-color: #ffffff;
    margin: 0;
    padding-left: 1.5em; }
    .mtpd-manual .mtpd-manual-menu ul li a {
      color: #000; }
    .mtpd-manual .mtpd-manual-menu ul li a.active,
    .mtpd-manual .mtpd-manual-menu ul li a:active,
    .mtpd-manual .mtpd-manual-menu ul li a:hover {
      color: #0053a0;
      text-decoration: underline; }
    .mtpd-manual .mtpd-manual-menu ul li ul {
      margin-top: 0; }
  .mtpd-manual .mtpd-manual-menu ul li.dropdown ul li a {
    color: #0053a0; }
  .mtpd-manual .mtpd-manual-menu ul .plus-icon {
    background-image: url('data:image/gif;base64,R0lGODlhCwALALMAAKfB4vn7/RJWssjY7Tlyv3if08bW7JOy3NLf8DJtvAxSsP///wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAALAAsAAAQ6cC1TiCDFyAXSQQFyJMCUDJs0JNSxKdtRIe+GWMGi7PsSXDQJTHIruISxzCm1WGk6n9CoJKFYMJpFBAA7');
    background-repeat: no-repeat;
    background-position: 0 4px; }
  .mtpd-manual .mtpd-manual-menu ul .minus-icon {
    background-image: url('/Data/Sites/1/skins/MetroTransitII//Images/Icons/MinusSmall.gif');
    background-repeat: no-repeat;
    background-position: 0 4px; }

.mtpd-manual .chapter {
  display: none; }

.mtpd-manual h4 {
  font-weight: 400; }

.mtpd-manual ul {
  list-style-type: initial;
  margin-bottom: 1.5em; }

.mtpd-manual ol.alpha {
  list-style: lower-alpha;
  margin-bottom: 1.5em;
  padding-left: 1em; }
  .mtpd-manual ol.alpha li {
    padding-left: 1em; }

.mtpd-manual ol.decimal {
  list-style: decimal; }

.mtpd-manual img {
  max-width: 100%; }

.mtpd-manual .table {
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  .mtpd-manual .table thead tr {
    background-color: #ececec;
    border: 2px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .mtpd-manual .table thead tr th {
      border: 1px solid #ccc;
      padding: 5px 10px; }
  .mtpd-manual .table tbody tr {
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc; }
    .mtpd-manual .table tbody tr td {
      border: 1px solid #ccc;
      padding: 5px 10px; }
    .mtpd-manual .table tbody tr:last-child {
      border-bottom: 2px solid #ccc; }

.mtpd-manual .table.special tbody tr td {
  text-align: center; }
  .mtpd-manual .table.special tbody tr td:first-child {
    background-color: #ececec;
    font-weight: 700;
    text-align: left; }

/*# sourceMappingURL=../maps/mtpd-policy-manual.css.map */

/* GRH Global */

.grh-hide {
    display: none;
}

.grh-title 
{
    margin-top: 15px;
}

#grhOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #dddddd;
    opacity: 0.5;
}

#grhOverlay img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -28px;
}


/* GRH forms */

.grh-form label {
    font-style: italic; /* for mobile */
}

.grh-form input
, .grh-form textarea {
    font-weight: normal; /* for mobile */
}

.grh-form input:focus, .grh-form button:focus {
    background: #99bbff !important;
}

.grh-lnk {
    color: #428bca;
    cursor: pointer;
}

.grh-textarea-box {
    font-weight: normal; /* for mobile */
}


#grh-validation-summary {
    display: none;
}

.grh-vld-sum-mob {
    padding-left: 25px;
    padding-right: 25px;
}


/*#grh-valid-summary-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}*/

/*
#grh-validation-summary {
    display: none;
    padding: 15px;
    background-color: #dddddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

#grh-validation-summary p {
    margin-top: 0;
    color: #ff0000;
    font-weight: bold;
    font-size: 1.3em;
}

#grh-validation-summary a {
    color: #ff0000;
    display: block;
    margin: 8px 0;
}
*/
.grh-error {
    color: #ff0000;
}

.grh-invalid, .grh-invalid label {
    background-color: #ffcccc !important;
}

div.grh-row-thin {
    margin-bottom: 0 !important;
}

ul.grh-list-styleno li {
    list-style-type: none;
}

ul.grh-list-styleno li label {
    display: inline-flex; /* keeps labels indented from rbtn inputs */
}

ul.grh-ul-inline, ul.grh-ul-inline li {
    display: inline !important;
    border: none !important;
    padding: 2px !important;
}

label.grh-lbl-inline {
    display: inline;
}

div.grh-fieldgrp-inline {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -opera-border-radius: .3em;
    -khtml-border-radius: .3em;
    font-weight: normal; /* for mobile */
}

div.grh-fieldgrp-inline:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

div.grh-fieldgrp-inline label {
    display: block !important;
}

.grh-lbl-break {
    height: 0;
    width: 100%;
}

.grh-fld-inline {
    display: inline !important;
    margin-left: 6px;
}

.grh-col-inline {
    display: inline !important;
    clear: none !important;
}

/* date-time pickers */
.grh-datepicker span.add-on.date, .grh-timepicker span.add-on.time {
    display: inline-block !important;
    margin-left: -3px;
}

.grh-datepicker span.add-on.date {
    height: 24px;
}

.grh-timepicker span.add-on.time {
    height: 22px;
}

.grh-datepicker input, .grh-timepicker input {
    width: 90px !important;
    display: inline-block !important;
}


/* fieldsets */

.grh-fieldset legend {
    font-size: 1em;
    color: #000;
    font-style: italic;
    display: inline-block;
    margin: .3em 0;
    width: auto !important;
    border: none;
    font-weight: normal; /* for mobile */
}


/*  GRH Tables  */

.grh-table {
    width: 100%;
}

    .grh-table thead th {
        font-weight: bold;
        text-align: center;
        min-width: 75px;
    }

    .grh-table tbody td {
        text-align: center;
        padding: 8px 12px;
        border: 1px solid #cccccc;
    }

    .grh-table tbody tr:nth-child(even) {
        background-color: #eeeeee;
    }

.grh-tbl-col-sm {
    width: 85px;
}


/* comfirm box */
.grh-form-confirm {
    display: none;
    margin-top: 40px;
}

.grh-confirm-message {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 40px;
}




/*  GRH Home  */
.grhHomeModSpacer {
    height: 40px;
    width: 100%;
}

.grh-home-hist-rgdt-box {
    text-align: right;
}

.grh-home-hist-tblbox table {
    width: 100%;
}

.grh-home-hist-tblbox caption {
    font-weight: bold;
    border-bottom: 2px solid #555555;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.grh-home-hist-date {
    width: 80px;
}

.grh-home-hist-stat {
    width: 80px;
    text-align: center;
}

.grh-home-hist-amt {
    width: 60px;
    text-align: right;
}

.grh-home-hist-liner-box {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.grh-home-hist-lrleft {
    margin-right: 20px;
}

#grhHomeRequestHistoryBtn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.grh-home-hist-admlnk {
    margin-top: 10px;
}

#grhHomeRegisterBtn {
    display: block;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* GRH Register */
/*#grhRegFormBox {
    display: none;
}*/

.grh-reg-email-box {
    font-weight: normal;
}

#grhRegEmpChgLnk {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
}

.grh-row-emp {
    min-height: 90px;
}

#grhRegEmpDetailsBox.grh-reg-emp-box-mob  {
    clear: both;
}

.mt-form .mt-field.grh-frm-ach {
    display: none;
    margin-top: 10px;
}

.grh-frm-ach input, .grh-frm-ach select {
    margin-bottom: 10px;
}

.grh-reg-btn-box {
    margin-top: 10px;
}

.grh-reg-btn-box button {
    margin-bottom: 10px;
}

#grhRegEmpChgBtnMsg {
    font-size: .8em;
    margin-top: 5px;
}


/*  GRH Request  */
#grh-prereq-issue-box {
    display: none;
    margin-top: 30px;
}

#grhReqRegister {
    margin-top: 20px;
}

#grhTripCostBox {
    margin-top: 15px;
}



/*  GRH Process Request */
#grhReqNameBox {
    margin-bottom: 30px;
}

#grhReqNameBox.grh-proreq-name-mob {
    margin-bottom: 10px;
}

.grh-proreq-topfields {
    margin-bottom: 25px;
}

.grh-reqpro-detail-box {
    clear: both;
    margin-bottom: 20px;
}

.grh-detail-title {
    font-weight: bold;
}

.grh-hr-proreq {
    margin-top: 50px;
    margin-bottom: 35px;
    height: 3px;
}

.grh-proreq-map 
{
    height: 400px;
    margin-bottom: 20px;
}

.grh-proreq-map-box-mobile {
    clear: left;
}

.grh-proreq-map-mobile 
{
    height: 300px;
}

div.grh-proreq-audit-row div.mt-field {
    display: inline-block;
    clear: none;
}

#grh-map-legend {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

#grh-map-legend legend {
    font-size: 1em;
    margin-bottom: 0;
    border-bottom: none;
    width: 100px;
    padding-left: 8px;
}

.grh-map-legend-icon {
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
}


#grhReqNameFull {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

#grh-fld-goto {
    display: none;
}

.grh-proreq-cost-mobile {
    width: 80px !important;
}

#grhReqReceiptTypeFS {
    display: none;
}

.grh-upload-box {
    display: none;
}

#grhReqRptFilename {
    font-weight: normal; /* for mobile */
}

#grhReqReceiptBtn {
    display: inline;
    margin-right: 15px;
}

#grh-receipt-lnk-box {
    display: none;
    margin-bottom: 20px;
}

.grh-req-file-desc {
    margin: -10px 0 5px 20px;
    font-style: italic;
}

.grh-req-file-types, .grh-req-rpt-email {
    display: none;
}

.grh-req-confirm-box {
    margin-top: 25px;
    margin-bottom: 20px;
}

.grh-req-confirm-box label {
    display: flex;
}

.grh-req-btn-box {
    margin-top: 10px;
}

.grh-req-btn-box button {
    margin-bottom: 10px;
}

#grhRequestFormHistoryTbl tr th:last-child
, #grhRequestFormHistoryTbl tr td:last-child {
    text-align: left;
    padding-left: 12px;
}

.grh-reqhist-regdate-box {
    margin-top: 10px;
}

.grh-reqhist-regdate-box span {
    margin-right: 15px;
}

.grh-reqmsg-limit-over {
    color: #ff0000;
}




/* date-time pickers : mobile */
/* date pickers */
.grh-datepicker-mob {
    width: 120px;
    clear: both;
}

.grh-datepicker-mob label
, .grh-datepicker-mob input {
    float: left;
}

.grh-datepicker-mob input {
    font-weight: normal;
}

.grh-datepicker-mob span.add-on.date {
    height: 32px;
    width: 32px;
    margin-top: 20px;
}

/* time pickers */
.grh-timepicker-mob {
    width: 120px;
    clear: both;
}

.grh-timepicker-mob label
, .grh-timepicker input {
    float: left;
}

.grh-timepicker-mob input {
    font-weight: normal;
}

.grh-timepicker-mob span.add-on.time {
    height: 32px;
    width: 32px;
    margin-top: 20px;
}

.grh-rp-icon {
    margin-left: 5px;
    cursor: pointer;
}

#grhExpForCustomerCE {
    width: 100%;
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}



/* GRH Request History  */
.grh-reqhist-prt-box {
    font-size: 1.2em;
    margin-top: 30px;
}

.grh-reqhist-prt-box span {
    margin-right: 20px;
}

.grh-reqhist-tbl-box {
    margin-top: 25px;
    margin-bottom: 40px;
}


/* GRH Request Print */

#grh-request-confirm-print {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grh-request-confirm-print-msg {
    font-size: 1.2em;
    margin-bottom: 8px;
}

.grh-request-confirm-print-msg-2 {
    margin-top: 10px;
}

.grh-request-confirm-staple {
    font-size: 1.4em;
    margin-top: 8px;
    margin-bottom: 20px !important;
}

#grh-request-print-box {
    margin-left: 40px;
    position: static;
    max-width: 670px;
}

#grh-request-print-box .grh-title {
    margin-bottom: 20px;
}

#grh-request-print-title {
    display: inline;
}

#grh-request-print-title-add {
    margin-left: 40px;
    font-weight: bold;
}

.grh-print {
    margin-bottom: 15px;
}

.grh-print-tbl
{
    width: 100%;
    margin-bottom: 20px;
}

#grh-print-tbl-top tr td:not(:first-child) {
    text-align: center;
}

#grh-print-tbl-modes
{
    width: 500px;
}

.grh-print label, .grh-print-tbl-hdr {
    font-style: italic;
}

.grh-print ul li input
, .grh-print input[type="checkbox"] {
    margin-top: 1px;
    margin-right: 5px;
}

.grh-print-address ul li input {
    margin-top: -1px;
    vertical-align: middle;
}

.grh-print-address legend {
    margin: 0 .3em;
}

.grh-print label[for="grhReqExplanation"]
, .grh-print label[for="grhReqAgency"] {
    display: block;
}

.grh-print.grh-req-confirm-box
{
    margin-top: 0;
}

#grh-print-mail-addr {
    margin-top: 20px;
}


/* GRH Manage Requests  */
#grhManageRequestsTbl tr th:last-child, #grhManageRequestsTbl tr td:last-child {
    text-align: left;
    padding-left: 12px;
}

/*##############################
  Languages (Karen) Font styles
##############################*/
@font-face {
    font-family: 'Conv_knu_1';
    src: url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/knu_1.eot');
    src: local('☺'), url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/knu_1.woff') format('woff'), url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/knu_1.ttf') format('truetype'), url('/Data/Sites/1/skins/MetroTransitII/../../../../../fonts/knu_1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.karen-lang {
    font-family: 'Conv_knu_1', sans-serif;
}

.lato {
    font-family: 'Lato', sans-serif !important;
}
/*############################################
        Must have Mixins
        http://w3bits.com/sass-mixins/
############################################*/
/*** Backgrounds ***/
.landing-bg {
    background-image: none;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .landing-bg {
        background-image: url('/Data/Sites/1/skins/MetroTransitII/../../../../../Data/sites/1/media/riders-club/riders_club_outside.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        padding: 60px 0;
        position: relative;
        top: 0;
    }
}

/*##############################
Riders Club base styles
##############################*/
.rc-logo {
    display: block;
    width: 132px !important;
    margin: 30px auto 0 auto !important;
}

.riders-club {
    color: #000000;
    font-family: "Lato", sans-serif !important;
}

    .riders-club .card .margin-bottom {
        margin-bottom: 10px;
    }

    .riders-club .card .leadin {
        font-weight: 300;
        line-height: 1.3;
    }

@media only screen and (min-width: 992px) {
    .rc-logo {
        position: absolute;
        top: 0px;
        left: 424px;
        z-index: 9999;
    }

    .riders-club .card {
        background-color: #ffffff;
        border: 1px solid #c0c0c0;
        padding: 30px;
    }

        .riders-club .card h1 {
            font-size: 30px;
        }

        .riders-club .card h2 {
            font-size: 18px;
        }

        .riders-club .card p {
            font-size: 14px;
        }

        .riders-club .card .leadin {
            font-size: 24px;
        }
}

/*##############################
Riders Club intro page styles
##############################*/
.riders-club .card {
    border: 0;
    padding: 15px;
    opacity: 0.9;
}

    .riders-club .card h1 {
        margin-bottom: 5px;
    }

    .riders-club .card p.leadin {
        font-weight: 300;
        text-align: center;
    }

@media only screen and (min-width: 992px) {
    .riders-club {
        position: relative;
        top: 36px;
    }

        .riders-club .card {
            border: 1px solid #d6d6d6;
        }

            .riders-club .card h1 {
                padding-top: 60px;
            }

            .riders-club .card h2 {
                margin-bottom: 1em;
            }
}

/*# sourceMappingURL=../maps/styles.css.map */
