﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #4f3927;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.container {
    width: auto !important;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.right {
    font-weight: bold;
    text-align: right;
}

.tbAction {
    font-size: 12px;
    padding: 4px;
}

.trackingNbr {
    max-width: 600px !important;
}

.navbar-inverse {
  background-color: #5C3529 !important;
  border-color: #5D3529 !important;
}

.navbar-inverse .navbar-toggle:focus {
  background-color: #5C3529 !important;
}

.navbar-inverse:focus {
     background-color: #5C3529 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
   background-color: #5C3529 !important;
}

.line {
    border-bottom-color: #5C3529;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}