/* Space out content a bit */
body {
  padding-top: 0rem;
  padding-bottom: 1.5rem;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}
/* Custom page footer */
.footer {
  margin-top: 1rem;
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}
/* Customize container */
@media (min-width: 900px) {
  .container {
    max-width: 800px;
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-default {
  background: transparent;
  border-top: none;
  border-bottom: 0.05rem solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-default .navbar-brand {
  font-size: 2rem;
}
.navigation li {
  width: 20%;
  text-align: center;
}
.navigation a {
  color: #333333 !important;
  border-radius: 0px !important;
}
.navigation a.selected {
  font-weight: 700;
}
.navigation a:hover {
  background: #ffffff !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  color: #333333 !important;
}
.navigation a.done:before {
  content: "\e089";
  font-family: "Glyphicons Halflings";
  font-size: 1rem;
  padding-right: 3px;
}
.navigation a.done {
  color: #ffffff !important;
  background: #006699 !important;
}
.navigation a.done:hover {
  color: #ffffff !important;
  background: #006699 !important;
  border-bottom-color: transparent !important;
}
.navigation-small li {
  float: none !important;
  width: 100%;
}
.navigation-small a {
  line-height: normal !important;
  padding: 3px !important;
}
.navigation-container {
  padding: 10px;
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.datepicker-key {
  margin-top: 30px;
}
.datepicker-key li {
  list-style-type: none;
  font-size: 1rem;
}
.datepicker-key table tr td.day {
  border: 1px solid #cccccc;
  cursor: default !important;
}
.datepicker-key table tr td.info {
  width: auto;
  text-align: left;
  font-size: 1.2rem;
  padding-left: 10px;
}
.datepicker table tr td.day {
  background: #ffffff;
  border-radius: 0;
  color: #005500;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: transparent;
  border-radius: 0;
  color: #cccccc;
}
.datepicker table tr td.notavailable,
.datepicker table tr td.notavailable:hover {
  background: #ffa5a5;
  border-radius: 0;
  color: #333333;
}
.time-radio {
  padding: 5px;
  display: inline-block;
}
.time-radio label {
  background-color: transparent;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.time-radio label:hover {
  background-color: #eeeeee;
}
.time-radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.time-radio input[type="radio"]:checked + label {
  background-color: #286090;
  color: #ffffff;
  border: 1px solid #555555;
}
.time-radio input[type="radio"]:disabled + label {
  color: #cccccc;
}
.time-radio input[type="radio"]:disabled + label:hover {
  background-color: transparent;
  cursor: default;
}
.panel-heading h3 {
  display: inline !important;
}
.appointment {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.appointment:last-child {
  border-bottom-color: transparent;
  margin-bottom: 0;
}
.appointment .date,
.appointment .time {
  font-size: 1.6rem;
  font-weight: 700;
}
.appointment .information {
  white-space: pre-wrap;
}
.form-group-separator {
  border-bottom: 1px solid #cccccc;
}
.depot-vehicles {
  margin-top: 10px;
}
.depot-vehicles .tyres {
  margin: 0;
  padding: 0;
}
.depot-vehicles .tyres li {
  list-style-type: none;
}
.important-info {
  font-size: 1.1em;
  color: #005ea8;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

.header-logo{
	background-image: linear-gradient(#0069b4 72.6%, #96c11f 27.4%);
}


footer p{
	text-align: center;
}