﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/*dirk start*/
.navbar-custom {
    background-color:#E2001A;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}

.buttoncustom {
    width: 200px !important;
}


/*dirk end*/

/*Routes*/
.routeitems
{
    width: 100%;
    height: 30px;
    float :left; 
    border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #C0C0C0;
}

.routeinfo {
    font-family: Verdana;
    font-size: 14px;
    padding: 5px;
}

.routeinfodetails {
   font-size : small;
   line-height:100%;
   display:inline-block;
}

.routeindexheader {
    padding: 2px;
    background-color: #96C9E9; 
    font-weight: bold;
    height:50px;
}

.routeitemsnodepreimage
{
    width: 19px;
    height: 30px;
    float: left;
}
