﻿.spacer{
	width: 100%;
	height:50px;
}

.giftcard{
	height: 150px;
}

.navbar-default {
  background: transparent;
  border-top: none;
  border-bottom: 0.05rem solid;
  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;
  text-decoration: none !important;
}
.navigation a.selected {
  font-weight: 700;
  background: #E30721 !important;
  color: #ffffff !important;
  text-decoration: none;
}
.navigation a.selected:hover {
    background: #FA5858 !important;
}
.navigation a:hover {
  background: #A4A4A4 !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  color: #ffffff !important;
}
.navigation a.done:before {
  font-size: 1rem;
  padding-right: 3px;
}
.navigation a.done {
  color: #ffffff !important;
  background: #204D74 !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: #687070;
}
body.loading {
    overflow: auto;
}

body.loading .modal {
    display: block;
}

.partial-modal {
    display: none;
    position: absolute;
    background: rgba( 255, 255, 255, .8 ) url('Images/loading.gif') no-repeat center center;
}

.partial-loading {
    overflow: hidden;
}

.partial-loading .partial-modal {
    display: block;
}

.loading {
    position: absolute;
    background: rgba( 255, 255, 255, .8 ) url('Images/loading.gif') no-repeat center center;
    z-index: 1000;
    overflow: hidden;
}
#loading {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 200px;
	margin: 50px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-shadow: 0px /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 2px /*{a-bar-shadow-radius}*/ #777777 /*{a-bar-shadow-color}*/;
}

.ui-autocomplete-loading {
	background: #ffffff url('Images/loading.gif') no-repeat 98% center !important;
}