.navbar {
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Armata', sans-serif !important;
}

.tf-logo {
    font-family: 'Armata', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #004488 !important;
}

.jumbotron hr { border-color : #ddd; }
.jumbotron small { font-size : 70%; }

.twitter-timeline {
    height: 300px;
}

.navbar-brand.tf-logo {
    font-size: 22px;
    padding: 1em;
    margin-top: 3px;
    background: url(/img/openmobilitydata_logo.png) center left no-repeat;
    background-size: contain;
}

.tf-logo span {
    color: #338811;
}

pre.tf-extract {
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.user-icon {
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.alert-warning {
  font-size: 14px !important;
  color: #666666 !important;
  background-color: #FFE9E8 !important;
  border-color: #FF3B30 !important;
  border-width: thick !important;
}

.alert-warning a:link {
    color:#000000 !important;
    text-decoration: underline !important;
}

.route-code, .route-code-empty {
    display: inline-block;
    border-radius: 3px
}

.route-code {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    border: 1px solid #000;
}

.route-code-empty {
    height: 20px;
    width: 20px;
    border: 1px solid #000;
}

.route-summary .route-code-empty {
    height: 12px; width: 12px;
    border-radius: 2px;
}

h1 .route-code {
    font-size: 24px;
    line-height: 36px;
}

#home-intro {
    min-height: 300px;
    margin-bottom: 20px;
}

#home-count {
    font-size : 12px; color : #666;
}

#home-intro p {
    line-height: 160%;
}

#home-intro .about {
    line-height : 130%;
    font-size : 75%;
}

#home-intro .container div {
    margin-top: 20px;
}

#home-intro .container div a {
    margin-right: 10px;
}

.fullscreen {
    width : 100% !important; height: 100% !important; position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important;
}

#map-canvas {
    height: 300px;
}

#map-canvas a {
    color: #000;
}

#map-sidebar {
    height: 250px;
}

#map-sidebar.tf-map-tall {
    height : 350px;
}

#map-route, #map-trip {
    height: 400px;
}

.tf-map hr { margin : 5px 0; }

.admin .breadcrumb {
    background: #000;
    color: #fff;
}

.filename {
    white-space: pre-wrap;
    word-break: break-all;
}

.tf-footer {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 50px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.tf-footer img { height : 24px; width: auto; }

.btn-success .badge, .badge.badge-success {
    background-color: #468847;
}

.btn-info .badge, .badge.badge-info {
    background-color: #3a87ad;
}

.btn-warning .badge, .badge.badge-warning {
    background-color: #f89406;
}

.btn-danger .badge, .badge.badge-danger {
    background-color: #953b39;
}

.tf-updates-list .badge { font-weight : normal; }

button.paypal {
    background-image: url(paypal.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 35px;
}

.table > thead > tr > th.info {
    background-color: #bce8f1;
}

.btn-xs .badge {
    font-size: 10px;
}

.footer-links {
    margin: 10px 0;
    padding-left: 0;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.footer-links li:first-child {
    padding-left: 0;
}

.tab-content {
    margin-top: 15px;
}

#map-gtfsrt-vehpos {
    height: 400px;
}

.tf-plan .panel-heading {
    text-align: center;
}

.tf-plan ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

.tf-plan li {
    padding: 0;
    margin: 10px 0;
}

.tf-plan li strong {
    font-weight: 700;
}

.tf-plan .panel-body {
    text-align: center;
}

.tf-plan .panel-footer {
    text-align: center;
}

.tf-plan .panel-footer strong {
    display: block;
    font-size: 18px;
}

.tf-plan-trial {
    text-align: center;
    margin: 10px 0;
}

.tf-panel-normalizer {
    margin-top : 5px;
    margin-bottom: 5px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\2b";    /* adjust as needed, taken from bootstrap.css */
}


.csv { margin : 10px; }
.csv table { border-collapse: collapse; width: 100% }
.csv th { background-color : #ccc; }
.csv th, .csv td { font-family: Courier, monospace; padding: 3px; border: 1px solid #ccc; white-space: nowrap; font-size: 14px; text-align: left; }

.csv tbody tr:nth-child(odd) td { background : #f7f7f7; }

.csv table thead tr .header {
    background-image: url(/js/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 30px;
    cursor: pointer;
}

.csv table thead tr .headerSortUp {
    background-image: url(/js/tablesorter/asc.gif);
}
.csv table thead tr .headerSortDown {
    background-image: url(/js/tablesorter/desc.gif);
}

.csv table thead tr .headerSortDown, .csv table thead tr .headerSortUp {
    background-color: #8dbdd8;
}

.tf-callout {
    padding: 0 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.alert-success a { color : #468847;
    text-decoration: underline;}

.tf-callout-news { border-left-color: #3276b1; }

.tf-callout a { text-decoration : underline; }
.tf-callout h4 a { color : #000; text-decoration : none; }

.tf-stop-times { }
.tf-stop-times td { padding : 5px; border : 0; }
.tf-stop-times .tf-st-time { text-align: right; white-space: nowrap; }
.tf-stop-times .tf-st-info { width: 100%; }
.tf-stop-times .tf-st-path { background: url(/img/trip-stoptime-bg.png) no-repeat center; width : 35px; white-space: nowrap; padding-left: 20px; padding-right: 20px; }
.tf-stop-times .tf-st-path.first { background-image: url(/img/trip-stoptime-bg-first.png); }
.tf-stop-times .tf-st-path.first-with-prev { background-image: url(/img/trip-stoptime-bg-first-with-prev.png); }
.tf-stop-times .tf-st-path.last { background-image: url(/img/trip-stoptime-bg-last.png); }
.tf-stop-times .tf-st-path.last-with-next { background-image: url(/img/trip-stoptime-bg-last-with-next.png); }
.tf-stop-times .tf-st-path.next-trip { background-image: url(/img/trip-stoptime-bg-next-trip.png); }
.tf-stop-times .tf-st-path.prev-trip { background-image: url(/img/trip-stoptime-bg-prev-trip.png); }
.tf-stop-times .tf-st-marker { height: 70%; text-align: center; padding-left : 20px; padding-right: 20px; }

img.tf-inline-marker { width : 18px; height : 26px; }

.panel-body .tf-calendar h2 { font-size : 18px; font-weight: bold; }

.tf-cal-selected { background-color: #d6f0d4; }

.tf-trips-when { white-space: nowrap; }
img.tf-wca-sidebar { width : 16px; height : 16px; }

.tf-updates-list hr { margin : 5px; }

.tf-news-image { text-align : center; margin : 15px 0; }
.tf-news-image img { padding : 10px; background : #f0f0f0; border: 1px solid #eee; }

.tf-audit-info pre { font-size : 10px; }
