/*----------------------------- */
/*---
/*--- DeliveryQuotes
/*--- LESS rebuild
/*--- @author: peter@wetink.co.uk
/*--- @comment: General styles are loaded in this file
/*--- styles that are for individual pages are loaded at
/*--- the start of template on those pages
/*---
/*----------------------------- */
/*---
/*--- Globals
/*----------------------------- */
* {
  margin: 0;
}
html,
body {
  height: 100%;
  margin: 0px;
  width: auto;
}
body {
  height: 100%;
  width: 100%;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  clear: both;
  zoom: 1;
}
/*---
/*--- Scaffolding
/*----------------------------- */
.wrap {
  min-height: 100%;
}
.everything-wrapper {
  min-height: 100%;
}
.framework {
  clear: both;
  padding-bottom: 265px;
  overflow: auto;
}
.framework:after {
  content: "";
  display: block;
}
.wide-wrapper {
  margin: 0 auto;
}
.wide-wrapper.grey {
  background: #f1f1f1;
}
.site-wrapper,
.content-wrapper {
  box-sizing: border-box;
  padding: 0 5px;
  max-width: 1066px;
  margin: 0 auto;
}
.content-wrapper.framework {
  overflow: auto;
  padding-bottom: 265px;
}
.debug.user-type {
  background: red;
  color: white;
  padding: 5px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* W3C */
/* W3C */
.button-standard-colours {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
}
.button-standard-colours:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
.button-standard-colours.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
.button-accept-colours {
  background: #b6da99;
  background: linear-gradient(to bottom, #78b829 0%, #54811d 100%);
  border: 1px solid #4A691B;
  color: white;
  text-shadow: 1px 1px 0px #009930;
}
.button-accept-colours:hover {
  background: linear-gradient(to bottom, #5b9a28 0%, #3c651b 100%);
}
.button-negative-colours {
  background: #d1d1d1;
  /* Old browsers */
  background: linear-gradient(to bottom, #9c9c9c 0%, #727272 100%);
  /* W3C */
  box-shadow: inset 0px 1px 0px 0px #bdbdbd;
  text-shadow: 1px 1px 0px #525252;
}
.white-gradient {
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to top, #ffffff 0%, #fafafa 100%);
  /* W3C */
}
.background-blue-gradient {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  /* W3C */
}
.button {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
  border-radius: 7px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-indent: 0px;
  /*&.chev a, &.chev button, &chev h2 {
		background: none;
		border: none;
		color: white;
		width: 100%;
	}

	&.chev a:after, &.chev button:after, &.chev h2:after {

		content: ' \00BB';
		font-size: 152%;
		font-family: "lucida grande", arial, helvetica, san-serif;
		position: relative;
		top: 1px;
	}

	&.chev.prev a:after, &.chev.prev button:after, &.chev.prev h2:after {
		content: '';
	}

	&.chev.prev a:before, &.chev.prev button:before, &.chev.prev h2:before {
		content: '\00AB ';
		font-size: 152%;
		font-family: "lucida grande", arial, helvetica, san-serif;
		padding-right: 10px;
		position: relative;
		top: 1px;
	}*/
}
.button:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
.button.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
.button:hover {
  transition: background-color 0.5s linear;
}
.button.grey {
  background: #d1d1d1;
  /* Old browsers */
  background: linear-gradient(to bottom, #9c9c9c 0%, #727272 100%);
  /* W3C */
  box-shadow: inset 0px 1px 0px 0px #bdbdbd;
  text-shadow: 1px 1px 0px #525252;
}
.button.green,
.button.positive {
  background: #b6da99;
  background: linear-gradient(to bottom, #78b829 0%, #54811d 100%);
  border: 1px solid #4A691B;
  color: white;
  text-shadow: 1px 1px 0px #009930;
}
.button.green:hover,
.button.positive:hover {
  background: linear-gradient(to bottom, #5b9a28 0%, #3c651b 100%);
}
.button.orange,
.button.call-to-action {
  background: #ff7800;
  /* Old browsers */
  background: linear-gradient(to bottom, #FF9E3F 1%, #C45C00 100%);
  /* W3C */
  border: 1px solid #7d430b;
  color: white;
  text-shadow: 1px 1px 0px #d77414;
}
.button.orange:hover,
.button.call-to-action:hover {
  background: linear-gradient(to bottom, #d1762b 1%, #c55d00 100%);
  /* W3C */
}
.button.minimal {
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  float: left;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
.button.minimal a {
  color: #0074B8;
  text-decoration: underline;
  text-shadow: none;
}
.button.minimal img {
  fill: #0074B8 !important;
  height: 14px;
  position: relative;
  top: 2px;
}
.button.minimal:hover {
  border: 1px solid #0074B8;
}
.button a,
.button div {
  color: white;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.button input[type="submit"] {
  background: none;
  border: none;
  color: white;
  display: block;
  height: 99%;
  width: 100%;
}
.button.prev a,
.button.prev input[type="submit"] {
  background: url('/media/images/icons/prev-step.png') no-repeat 16px 50% transparent;
}
.button.next a,
.button.next input[type="submit"] {
  background-position-x: 90%;
  background-position-y: 60%;
}
.button.next a:after {
  content: ' \00BB';
}
.button.pound a,
.button.pound input[type="submit"] {
  background: url("/media/images/icons/large-pound.png") no-repeat 30px 58% transparent;
}
.button.paypal {
  background: none;
  border: none;
  box-shadow: none;
}
.button.paypal a,
.button.paypal input[type="submit"] {
  background: url("/media/images/EC-button.gif") no-repeat 0 0 transparent;
  border: none;
  box-shadow: none;
}
.button.huge {
  font-size: 1.3em;
  min-height: 48px;
  margin-bottom: 40px;
  text-align: left;
  width: 250px;
}
.button.huge a {
  padding: 11px 0 12px;
  height: auto;
}
.button.huge img {
  padding-right: 10px;
  vertical-align: bottom;
}
.button.huge input[type="submit"],
.button.huge button {
  background: none;
  border: none;
  color: white;
  font-size: 1.0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  padding-top: 6px;
  width: 100%;
}
.button.huge.chev button {
  margin-top: -7px;
}
.button.large {
  font-size: 1.429em;
  height: 43px;
  width: 180px;
}
.button.large img {
  margin-left: -20px;
  margin-right: 15px;
  vertical-align: -2px;
  width: 15px;
}
.button.long {
  height: 24px;
  padding-top: 7px;
  width: 308px;
}
.button.long img {
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 2px;
}
.button.medium {
  height: 35px;
  width: 230px;
}
.button.medium.short {
  width: 165px;
}
.button.medium img {
  margin-right: 5px;
}
.button.medium a,
.button.medium button,
.button.medium h2 {
  font-size: 18px;
  position: relative;
}
.button.medium.chev button {
  margin-top: -5px;
}
.button.medium.chev a {
  top: -12px;
}
.button.small {
  font-size: 0.875rem;
  height: 29px;
  width: 131px;
}
.button.small img {
  margin-left: -10px;
  margin-right: 8px;
  vertical-align: -2px;
}
.button.small input {
  top: 0px;
}
.button.small.stumpy {
  border-radius: 5px;
  width: 80px;
  /*a {
				padding-top: 5px;
			}*/
}
.button.small.qq-upload-button {
  height: 23px;
}
.button.vsmall {
  height: 20px;
  width: 70px;
}
.button.vsmall input {
  top: 0px;
}
span.button.small a {
  top: 3px;
}
span.button.large a {
  top: 7px;
}
span.button a {
  height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  clear: both;
  zoom: 1;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
input {
  background: white;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.04);
  font-size: 1.125rem;
}
input .faded {
  color: #8a8a8a;
}
input.hidden {
  display: none !important;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #d6d6d6;
  padding: 1px 6px;
  background: white;
  height: 35px;
  transition: all 0.3s ease-in-out;
}
input[type="submit"],
button {
  cursor: hand;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  color: inherit;
  border: none;
  top: 5px;
  position: relative;
}
input[type="checkbox"] {
  box-shadow: none;
  margin-right: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #8AB9CC inset;
  border: 1px solid #4b6e7d;
}
input.faded,
.faded input,
input.clear-text,
input[readonly="readonly"] {
  color: #8a8a8a;
  font-style: italic;
  font-weight: lighter;
}
input[readonly="readonly"] {
  background: #eaeaea;
  border: none;
  box-shadow: none;
}
input.date {
  margin-right: 5px;
  width: 112px;
}
.clear-text input {
  color: #A9A9A9;
  font-style: italic;
}
textarea {
  border: 1px solid #d6d6d6;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
  line-height: 1.3rem;
}
select {
  color: #8a8a8a;
  padding: 5px;
}
a.cal {
  position: relative;
  top: 10px;
}
#ui-datepicker-div {
  font-size: 12px;
}
form .error {
  background: #ff6054 !important;
  color: white !important;
  border: 1px solid #D51205 !important;
  box-sizing: border-box;
  padding: 2px;
}
form .error input {
  background-color: pink;
  border: 1px solid #D51205 !important;
}
form .success input {
  background-color: #E4FFCF;
}
form .errors {
  color: white;
  padding-top: 10px;
}
form .ui-datepicker-trigger {
  cursor: hand;
  cursor: pointer;
  vertical-align: -10px;
}
form .form-header {
  margin-bottom: 10px;
}
form .form-field {
  margin-bottom: 20px;
  position: relative;
}
form .form-field .lookup-result {
  background: none repeat scroll 0 0 #f1f1f1;
  border: 2px solid #E6E6E6;
  padding: 2%;
  position: absolute;
  z-index: 5;
}
form .form-field .lookup-result ul {
  list-style-type: none;
  margin: 0;
}
form .form-field .lookup-result ul li {
  background: #e6e6e6;
  margin: 0 0 2px;
}
form .form-field .lookup-result ul li.none {
  margin: 10px 0 0 0;
}
form .form-field .lookup-result ul li.none a {
  font-weight: normal;
  font-style: italic;
}
form .form-field .lookup-result ul li a {
  display: block;
  font-weight: 700;
  padding: 0 4px;
}
/*---
/*--- General tables
/*--- @comment: General tables are at the top
/*----------------------------- */
table.search-results,
table.messages,
table.route,
table.striped {
  color: #242424;
  margin-bottom: 20px;
  width: 100%;
}
table.search-results thead,
table.messages thead,
table.route thead,
table.striped thead {
  background: #6f6f6f;
  height: 20px;
}
table.search-results th,
table.messages th,
table.route th,
table.striped th {
  height: 32px;
  font-weight: normal;
}
table.search-results thead tr:hover:not('#bid-table'),
table.messages thead tr:hover:not('#bid-table'),
table.route thead tr:hover:not('#bid-table'),
table.striped thead tr:hover:not('#bid-table') {
  background: #6f6f6f !important;
}
table.search-results tr:hover:not('#bid-table'),
table.messages tr:hover:not('#bid-table'),
table.route tr:hover:not('#bid-table'),
table.striped tr:hover:not('#bid-table') {
  background: #e4f5fc;
}
table.search-results td,
table.messages td,
table.route td,
table.striped td {
  min-height: 82px;
}
table.search-results tr:nth-of-type(2n):not('#bid-table'),
table.messages tr:nth-of-type(2n):not('#bid-table'),
table.route tr:nth-of-type(2n):not('#bid-table'),
table.striped tr:nth-of-type(2n):not('#bid-table') {
  background: #f1f1f1;
}
table.search-results.search-results,
table.messages.search-results,
table.route.search-results,
table.striped.search-results,
table.search-results.table,
table.messages.table,
table.route.table,
table.striped.table,
table.search-results.messages,
table.messages.messages,
table.route.messages,
table.striped.messages,
table.search-results.route,
table.messages.route,
table.route.route,
table.striped.route,
table.search-results.payment-table,
table.messages.payment-table,
table.route.payment-table,
table.striped.payment-table,
table.search-results.courier-list,
table.messages.courier-list,
table.route.courier-list,
table.striped.courier-list {
  background: white;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
table.search-results.search-results > thead,
table.messages.search-results > thead,
table.route.search-results > thead,
table.striped.search-results > thead,
table.search-results.table > thead,
table.messages.table > thead,
table.route.table > thead,
table.striped.table > thead,
table.search-results.messages > thead,
table.messages.messages > thead,
table.route.messages > thead,
table.striped.messages > thead,
table.search-results.route > thead,
table.messages.route > thead,
table.route.route > thead,
table.striped.route > thead,
table.search-results.payment-table > thead,
table.messages.payment-table > thead,
table.route.payment-table > thead,
table.striped.payment-table > thead {
  font-size: 14px;
  margin-top: 10px;
  vertical-align: middle;
}
table.search-results.search-results > thead th,
table.messages.search-results > thead th,
table.route.search-results > thead th,
table.striped.search-results > thead th,
table.search-results.table > thead th,
table.messages.table > thead th,
table.route.table > thead th,
table.striped.table > thead th,
table.search-results.messages > thead th,
table.messages.messages > thead th,
table.route.messages > thead th,
table.striped.messages > thead th,
table.search-results.route > thead th,
table.messages.route > thead th,
table.route.route > thead th,
table.striped.route > thead th,
table.search-results.payment-table > thead th,
table.messages.payment-table > thead th,
table.route.payment-table > thead th,
table.striped.payment-table > thead th {
  box-sizing: border-box;
  color: white;
  height: 32px;
  text-align: left;
  padding-left: 1%;
}
table.search-results.search-results > thead th.image,
table.messages.search-results > thead th.image,
table.route.search-results > thead th.image,
table.striped.search-results > thead th.image,
table.search-results.table > thead th.image,
table.messages.table > thead th.image,
table.route.table > thead th.image,
table.striped.table > thead th.image,
table.search-results.messages > thead th.image,
table.messages.messages > thead th.image,
table.route.messages > thead th.image,
table.striped.messages > thead th.image,
table.search-results.route > thead th.image,
table.messages.route > thead th.image,
table.route.route > thead th.image,
table.striped.route > thead th.image,
table.search-results.payment-table > thead th.image,
table.messages.payment-table > thead th.image,
table.route.payment-table > thead th.image,
table.striped.payment-table > thead th.image {
  padding-left: 10px;
}
table.search-results.search-results > tbody td,
table.messages.search-results > tbody td,
table.route.search-results > tbody td,
table.striped.search-results > tbody td,
table.search-results.table > tbody td,
table.messages.table > tbody td,
table.route.table > tbody td,
table.striped.table > tbody td,
table.search-results.messages > tbody td,
table.messages.messages > tbody td,
table.route.messages > tbody td,
table.striped.messages > tbody td,
table.search-results.route > tbody td,
table.messages.route > tbody td,
table.route.route > tbody td,
table.striped.route > tbody td,
table.search-results.payment-table > tbody td,
table.messages.payment-table > tbody td,
table.route.payment-table > tbody td,
table.striped.payment-table > tbody td {
  padding: 0px 5px;
}
table.search-results.search-results > tbody td.name,
table.messages.search-results > tbody td.name,
table.route.search-results > tbody td.name,
table.striped.search-results > tbody td.name,
table.search-results.table > tbody td.name,
table.messages.table > tbody td.name,
table.route.table > tbody td.name,
table.striped.table > tbody td.name,
table.search-results.messages > tbody td.name,
table.messages.messages > tbody td.name,
table.route.messages > tbody td.name,
table.striped.messages > tbody td.name,
table.search-results.route > tbody td.name,
table.messages.route > tbody td.name,
table.route.route > tbody td.name,
table.striped.route > tbody td.name,
table.search-results.payment-table > tbody td.name,
table.messages.payment-table > tbody td.name,
table.route.payment-table > tbody td.name,
table.striped.payment-table > tbody td.name {
  width: 30%;
}
table.search-results.search-results > tbody td.low-bid,
table.messages.search-results > tbody td.low-bid,
table.route.search-results > tbody td.low-bid,
table.striped.search-results > tbody td.low-bid,
table.search-results.table > tbody td.low-bid,
table.messages.table > tbody td.low-bid,
table.route.table > tbody td.low-bid,
table.striped.table > tbody td.low-bid,
table.search-results.messages > tbody td.low-bid,
table.messages.messages > tbody td.low-bid,
table.route.messages > tbody td.low-bid,
table.striped.messages > tbody td.low-bid,
table.search-results.route > tbody td.low-bid,
table.messages.route > tbody td.low-bid,
table.route.route > tbody td.low-bid,
table.striped.route > tbody td.low-bid,
table.search-results.payment-table > tbody td.low-bid,
table.messages.payment-table > tbody td.low-bid,
table.route.payment-table > tbody td.low-bid,
table.striped.payment-table > tbody td.low-bid {
  width: 7%;
}
table.search-results.search-results > tbody td.ending-date,
table.messages.search-results > tbody td.ending-date,
table.route.search-results > tbody td.ending-date,
table.striped.search-results > tbody td.ending-date,
table.search-results.table > tbody td.ending-date,
table.messages.table > tbody td.ending-date,
table.route.table > tbody td.ending-date,
table.striped.table > tbody td.ending-date,
table.search-results.messages > tbody td.ending-date,
table.messages.messages > tbody td.ending-date,
table.route.messages > tbody td.ending-date,
table.striped.messages > tbody td.ending-date,
table.search-results.route > tbody td.ending-date,
table.messages.route > tbody td.ending-date,
table.route.route > tbody td.ending-date,
table.striped.route > tbody td.ending-date,
table.search-results.payment-table > tbody td.ending-date,
table.messages.payment-table > tbody td.ending-date,
table.route.payment-table > tbody td.ending-date,
table.striped.payment-table > tbody td.ending-date {
  width: 10%;
}
table.search-results.search-results > tbody td.buttons,
table.messages.search-results > tbody td.buttons,
table.route.search-results > tbody td.buttons,
table.striped.search-results > tbody td.buttons,
table.search-results.table > tbody td.buttons,
table.messages.table > tbody td.buttons,
table.route.table > tbody td.buttons,
table.striped.table > tbody td.buttons,
table.search-results.messages > tbody td.buttons,
table.messages.messages > tbody td.buttons,
table.route.messages > tbody td.buttons,
table.striped.messages > tbody td.buttons,
table.search-results.route > tbody td.buttons,
table.messages.route > tbody td.buttons,
table.route.route > tbody td.buttons,
table.striped.route > tbody td.buttons,
table.search-results.payment-table > tbody td.buttons,
table.messages.payment-table > tbody td.buttons,
table.route.payment-table > tbody td.buttons,
table.striped.payment-table > tbody td.buttons {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  padding: 7px 0;
}
table.search-results.search-results > tbody td.buttons .button.small,
table.messages.search-results > tbody td.buttons .button.small,
table.route.search-results > tbody td.buttons .button.small,
table.striped.search-results > tbody td.buttons .button.small,
table.search-results.table > tbody td.buttons .button.small,
table.messages.table > tbody td.buttons .button.small,
table.route.table > tbody td.buttons .button.small,
table.striped.table > tbody td.buttons .button.small,
table.search-results.messages > tbody td.buttons .button.small,
table.messages.messages > tbody td.buttons .button.small,
table.route.messages > tbody td.buttons .button.small,
table.striped.messages > tbody td.buttons .button.small,
table.search-results.route > tbody td.buttons .button.small,
table.messages.route > tbody td.buttons .button.small,
table.route.route > tbody td.buttons .button.small,
table.striped.route > tbody td.buttons .button.small,
table.search-results.payment-table > tbody td.buttons .button.small,
table.messages.payment-table > tbody td.buttons .button.small,
table.route.payment-table > tbody td.buttons .button.small,
table.striped.payment-table > tbody td.buttons .button.small {
  box-sizing: border-box;
  font-size: 0.875rem;
  margin: 3px 0;
  width: 100%;
}
table.search-results tr.expandable-main,
table.messages tr.expandable-main,
table.route tr.expandable-main,
table.striped tr.expandable-main {
  display: none;
}
table.search-results tr.expandable-main.expanded,
table.messages tr.expandable-main.expanded,
table.route tr.expandable-main.expanded,
table.striped tr.expandable-main.expanded {
  display: table-row;
}
table.search-results tr.expandable-main td,
table.messages tr.expandable-main td,
table.route tr.expandable-main td,
table.striped tr.expandable-main td {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
table.search-results thead.green-gradient tr {
  background: #6f6f6f !important;
}
table.search-results tr:nth-of-type(odd) {
  background: #f1f1f1;
}
table.search-results tr:hover {
  background: #e4f5fc;
}
/*---
/*--- Search pages - These pages are generally full of tables, they are not just for search results
/*----------------------------- */
.search-page #refine-search-guide {
  margin-left: 15px;
}
.search-page .panel-header a {
  color: white;
  font-size: 1.5em;
}
.search-page .content {
  position: relative;
  z-index: 2;
}
div.search-results .job-listing {
  box-sizing: border-box;
  clear: both;
  padding: 12px 0px 5px;
  width: 100%;
}
div.search-results .job-listing:hover {
  background: #e4f5fc !important;
}
div.search-results .job-listing:nth-of-type(odd) {
  background: white;
}
div.search-results .job-listing:nth-of-type(even) {
  background: #f1f1f1;
}
div.search-results .image {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04166667%;
  max-height: 70px;
}
div.search-results .image img {
  width: 100%;
}
div.search-results .job-info {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  padding-top: 3px;
}
div.search-results .job-info .job-title {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  font-size: 1.4rem;
  overflow: hidden;
}
div.search-results .job-info .journey {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
}
div.search-results .job-info .distance {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
div.search-results .quotes {
  display: inline;
  float: left;
  width: 14.58333333%;
  margin: 0 1.04166667%;
  padding-top: 5px;
}
div.search-results .quotes .listing-ends,
div.search-results .quotes .quote-count,
div.search-results .quotes .quote-value {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  font-size: 1.65rem;
  line-height: 1rem;
  text-align: center;
}
div.search-results .quotes .listing-ends {
  font-size: 1.063rem;
}
div.search-results .quotes .sub {
  color: #8a8a8a;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 5px;
  width: 100%;
}
div.search-results .buttons {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  padding-top: 0px !important;
  margin-top: 6px;
}
div.search-results .buttons .button {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  padding: 2%;
  margin-bottom: 7px !important;
}
div.search-results .buttons .button a {
  padding: 0px;
}
div.search-results .buttons .button.single {
  margin-top: 12px !important;
}
div.search-results .buttons .sub {
  font-size: 0.875rem;
  margin-top: 5px;
  text-align: center;
}
div.search-results .buttons .sub a {
  display: inline-block;
  padding: 0 2.5%;
}
div.search-results .button.messages {
  /*a {
			text-align: left;
			margin-left: 12px;
		}*/
}
div.search-results .button.messages span.mail-notification {
  background: #ff7800;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 20px;
  text-align: center;
  width: 20px;
  left: 124px;
  position: absolute;
  float: right;
  margin-top: -21px;
}
div.search-results .options {
  width: 15.5%;
  display: inline-block;
  float: right;
  position: relative;
}
div.search-results .options li {
  box-sizing: border-box;
  float: right;
  padding: 5px 0 1px;
  text-align: center;
}
div.search-results .options li a {
  color: #0074B8;
  font-size: 0.8rem;
}
div.search-results .options li:hover {
  text-decoration: underline;
}
.pagination-wrapper {
  background: #EAEFF0;
  height: 25px;
  padding: 7px;
}
.pagination-wrapper .pagination {
  color: #242424;
  float: right;
}
.pagination-wrapper .pagination .page-text {
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}
.pagination-wrapper .pagination .page-control,
.pagination-wrapper .pagination .page-count-control {
  float: left;
  margin: 0 10px 0 0;
}
.pagination-wrapper .pagination .page-count-control {
  padding-top: 2px;
}
.pagination-wrapper .pagination .page-count-control span {
  vertical-align: -1px;
}
.pagination-wrapper .pagination input {
  display: inline-block;
  height: 20px;
}
.pagination-wrapper .pagination select {
  display: inline-block;
  height: 20px;
  padding: 1px 1px 1px 3px;
  vertical-align: -1px;
  width: 55px;
}
.pagination-wrapper .pagination .page-information {
  float: right;
  margin: 3px 10px 0 0;
}
.pagination-wrapper .pagination .page-control li {
  float: left;
}
.pagination-wrapper .pagination .page-control li a,
.pagination-wrapper .pagination .page-control li span {
  background: white;
  border: 1px solid #eee;
  display: block;
  float: left;
  height: 20px;
  margin-top: 2px;
  min-width: 16px;
  padding: 0px 2px;
  text-align: center;
}
.pagination-wrapper .pagination .page-control li a:hover {
  background: #6f6f6f;
  border: 1px solid white;
  color: #ffffff;
}
.pagination-wrapper .pagination .page-control li.margined {
  margin-left: 4px;
  margin-right: 4px;
}
.pagination-wrapper .pagination .page-control li.spacer {
  background: none;
  border: none;
  padding: 3px 0 0;
}
.pagination-wrapper .pagination .page-control li.selected span {
  background: #0074B8;
  border: 1px solid #e4f5fc;
  color: #ffffff;
}
.pagination-wrapper .pagination .page-control li.page-control-dropdown {
  position: relative;
  width: auto;
}
.pagination-wrapper .pagination .page-control li.page-control-dropdown .page-control-stats a {
  background: url("/admin/media/images/icons/black_downward_arrow.png") no-repeat scroll 4px 5px transparent;
  display: block;
  padding: 0 4px 0 16px;
}
.pagination-wrapper .pagination .page-control li.page-control-dropdown .page-control-jump {
  background: none repeat scroll 0 0 #e1e1e1;
  border: 1px solid #c2d2df;
  display: none;
  left: -1px;
  padding: 3px 4px;
  position: absolute;
  top: 19px;
  width: 128px;
}
.pagination-wrapper .pagination .page-control li.page-control-dropdown .page-control-jump input {
  padding: 0 2px;
  text-align: center;
  width: 14px;
}
.pagination-wrapper .pagination .page-control li.page-control-dropdown .page-control-jump input.submit {
  height: 24px;
  padding: 0 0 4px;
  width: 26px;
}
.pagination-wrapper .pagination .page-control .page-input {
  display: inline-block;
  height: 18px;
  padding: 0 4px;
  text-align: center;
  width: 20px;
}
.pagination-wrapper .hidden {
  display: none;
}
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
p {
  line-height: 1.6em;
  margin: 1em 0;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px auto auto auto;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h4,
h5 {
  font-weight: bold;
}
h1 {
  font-size: 2.5rem;
  margin: 20px 0;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.125rem;
}
a {
  color: #242424;
  text-decoration: none;
}
/*----------------------------- */
/*--- Generic Features
/*--- @comments: General elements that are used
/*--- throughout the site - switches, points, breadcumbs all that jazz
/*----------------------------- */
.toggle-switches {
  overflow: hidden;
  /*float: left;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	margin-top: -46px;
	margin-left: 20px;*/
}
.toggle-switches div {
  background: #dfdfdf;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -3px 7px rgba(20, 0, 0, 0.03);
  color: white;
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.toggle-switches div a {
  color: #3F3F3F;
  height: 25px;
  font-size: 15px;
  padding: 10px 11px 7px;
  position: relative;
  top: 2px;
  z-index: 0;
}
.toggle-switches div.selected {
  background: white;
  background: linear-gradient(to bottom, #EAF3F8 0%, #ffffff 50%);
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  z-index: 99;
}
.toggle-switches div.selected a {
  color: #0074B8;
}
.toggle-switches div:last-child {
  margin-right: 0px;
}
.toggle-switches a {
  color: white;
  display: block;
  height: 25px;
  padding: 7px 14px 0;
}
.points ol {
  /*overflow: hidden;
		text-align: center;
		width: 100%;*/
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  padding: 0;
}
.points li.point {
  color: black;
  display: inline-block;
  font-size: 1.6em;
  list-style-type: number;
  padding: 10px 24px;
}
.points li.point a {
  position: relative;
  display: block;
  padding: .4em 1em .4em 2em;
  margin: .5em 0;
  background: #BDE7FF;
  color: #585858;
  text-decoration: none;
  border-radius: .3em;
  transition: background 1s, color 1s;
}
.points li.point.selected a {
  background: #0381CA;
  color: white;
}
.points li.point a:hover {
  background: #a9cbdf;
}
.points li.point a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #009ffc;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 2em;
  color: white;
  transition: all 0.3s ease-out;
}
.points li.point:last-child {
  border-right: 0px;
}
.ticklist:before {
  color: #52B100;
  content: "\F00C";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
#breadcrumbs {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
#breadcrumbs .crumb {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  border-radius: 5px;
  width: 20%;
}
#breadcrumbs .crumb p {
  background: #aaa;
  color: white;
  float: left;
  height: 17px;
  padding: 8px 0px;
  text-indent: 20px;
  width: 188px;
}
#breadcrumbs .crumb.selected p {
  background: #334899;
}
.formattedCourier img {
  float: left;
  padding: 5px 0;
  margin: 0 10px;
  width: 50px;
}
.formattedCourier h3 {
  font-weight: bold;
  padding: 5px 0 0;
  margin-top: 11px;
  line-height: 0.9rem;
}
.formattedCourier h3 a {
  color: #0074B8;
  text-decoration: underline;
}
.formattedCourier h3 span.completed-jobs {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 5px;
}
.formattedCourier p {
  font-size: 0.875rem;
}
.errors {
  /*background: @background-error;
	border: 1px solid @border-error;
	color: @text-error;
	padding: 10px 5px;
	position: relative;
	z-index: 4;*/
}
.notification {
  margin-bottom: 15px;
}
.error {
  background: #ff6054;
  color: white;
  padding: 1%;
  overflow: hidden;
  width: 100%;
}
.notice {
  background: #e4f5fc;
  border: 1px solid #6e9eb2;
  color: #4b6e7d;
  font-size: 1.125rem;
  text-align: left;
  padding: 0px 10px 7px;
  margin-bottom: 13px;
  /*&:before {
		content: "\f05a";
		font-family: FontAwesome;
		padding-right: 5px;
	}*/
}
.notice img {
  padding-right: 5px;
  position: relative;
  top: 6px;
}
.notice.success {
  background: #f4fce4;
  border: 1px solid #6d824e;
  color: #6d824e;
  font-size: 1.65rem;
  padding: 9px 16px;
  margin-bottom: 5px;
}
.notice.success:before {
  font-family: fontawesome;
  content: "\f00c";
  padding-right: 5px;
}
.panel {
  background: #f1f1f1;
  display: inline;
  float: left;
  margin: 0 1.04166667%;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 10px;
}
.panel h3 {
  background: #0074B8;
  color: white;
  padding: 7px;
}
.panel .panel-content {
  padding: 10px;
}
.buttons {
  padding-top: 0px;
  position: relative;
  margin: 0px;
  width: 16.65%;
}
.buttons .button {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin: 0px;
  width: 100%;
}
.buttons .select-box {
  border: 2px solid #0074B8;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 5px;
  text-align: center;
  padding: 2px 10px;
}
.buttons .select-box:after {
  display: inline-block;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 1rem;
  padding-left: 5px;
  position: relative;
  padding-top: 2px;
  top: 2px;
}
.buttons .select-options {
  box-sizing: border-box;
  margin: 0 0px;
  padding-bottom: 3px;
  width: 100%;
}
.buttons .select-options ul.options {
  background: white;
  border: 2px solid #0074B8;
  box-sizing: border-box;
  display: none;
  border-top: none;
  margin: -5px 0px;
  padding: 3px 0px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.buttons .select-options ul.options a {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 2px;
  width: 100%;
}
.buttons .select-options ul.options a:hover {
  background: #0074B8;
  color: white;
}
.account-controls {
  overflow: hidden;
}
.account-controls .account-nav {
  float: right;
  width: 88%;
}
.account-controls .back {
  border: 1px solid #525252;
  float: left;
  font-size: 1.125rem;
  height: 36px;
  padding: 12px 2% 0;
  margin-top: 30px;
  width: 7%;
}
.account-controls .back .fa {
  font-size: 1rem;
  position: relative;
}
.account-controls.mini .back {
  font-size: 0.875rem;
  height: 24px;
  padding: 3px 2% 0;
  width: 5%;
}
#type-select i,
.job-thumb {
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  color: #585858;
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
#type-select i:before,
.job-thumb:before {
  position: relative;
}
#type-select i.job-cat-1,
.job-thumb.job-cat-1 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-1.png');
}
#type-select i.job-cat-2,
.job-thumb.job-cat-2 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-2.png');
}
#type-select i.job-cat-3,
.job-thumb.job-cat-3 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-3.png');
}
#type-select i.job-cat-7,
.job-thumb.job-cat-7 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-7.png');
}
#type-select i.job-cat-8,
.job-thumb.job-cat-8 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-8.png');
}
#type-select i.job-cat-12,
.job-thumb.job-cat-12 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-12.png');
}
#type-select i.job-cat-14,
.job-thumb.job-cat-14 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-14.png');
}
#type-select i.job-cat-10,
.job-thumb.job-cat-10 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-10.png');
}
#type-select i.job-cat-4,
.job-thumb.job-cat-4 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-4.png');
}
#type-select i.job-cat-5,
.job-thumb.job-cat-5 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-5.png');
}
#type-select i.job-cat-6,
.job-thumb.job-cat-6 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-6.png');
}
#type-select i.job-cat-11,
.job-thumb.job-cat-11 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-11.png');
}
#type-select i.job-cat-8,
.job-thumb.job-cat-8 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-8.png');
}
#type-select i.job-cat-13,
.job-thumb.job-cat-13 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-13.png');
}
#type-select i.job-cat-9,
.job-thumb.job-cat-9 {
  background-image: url('/media/images/category-icons/png/grey/job-cat-9.png');
}
#cta-form {
  height: 450px;
  position: relative;
  margin: 0 auto;
  margin-top: -470px;
  width: 1064px;
}
#cta-form h1 {
  color: #1b4569;
  display: block;
  font-weight: 300;
  font-size: 3.2em;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#cta-form h2 {
  text-align: center;
}
#destination-form {
  background: rgba(1, 105, 167, 0.8);
  border-radius: 10px;
  min-height: 180px;
  padding: 20px;
  margin: 27px auto;
  width: 90%;
}
#destination-form h1,
#destination-form h2,
#destination-form h3 {
  color: white;
  font-size: 1.65rem;
  margin-bottom: 14px;
  text-align: center;
}
#destination-form h1 {
  color: white;
  font-size: 40px;
  font-weight: 100;
}
#destination-form li.cat {
  width: 325px;
}
#destination-form li.cat .dd-select img {
  height: 32px;
  width: 32px;
}
#destination-form li.cat .dd-option-image {
  height: 32px;
  width: 32px;
}
#destination-form li.cat .dd-selected {
  font-weight: normal;
  padding: 0 10px;
}
#destination-form li.cat .dd-selected img {
  margin-bottom: 4px;
  margin-top: 4px;
}
#destination-form li.cat .dd-selected label {
  line-height: 40px !important;
}
#destination-form li.cat .dd-options li {
  float: none !important;
}
#destination-form li.location {
  width: 303px;
}
#destination-form li.location.from {
  padding-right: 0;
}
#destination-form li:not(.active-result) {
  float: left;
  padding-right: 1%;
}
#destination-form li:not(.active-result) p {
  color: white;
  padding-left: 3px;
}
#destination-form li:not(.active-result) .form-field {
  color: white;
  font-size: 1.125rem;
  margin-bottom: 11px;
}
#destination-form li:not(.active-result) select {
  -webkit-appearance: menulist-button;
  color: #242424;
  height: 37px;
  font-size: 1rem;
  width: 100%;
}
#destination-form li:not(.active-result) input[type="text"] {
  background: white;
  box-sizing: border-box;
  color: #242424;
  font-size: 1rem;
  height: 42px;
  margin-bottom: 13px;
  margin-left: 3px;
  width: 100%;
}
#destination-form li:not(.active-result) .lookup-result {
  top: 37px;
  width: 94.7%;
}
#destination-form li:not(.active-result) .lookup-result li {
  margin: 1px;
  width: 100%;
}
#destination-form .chosen-container .chosen-single {
  background: white;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1rem;
  height: 37px;
  padding-top: 8px;
}
#destination-form .chosen-container .chosen-single div b {
  background-position: 0px 10px;
}
#destination-form .chosen-container li.active-result {
  color: #242424;
  border-bottom: 1px solid #d6d6d6;
}
#destination-form .chosen-container li.active-result.highlighted {
  color: white;
}
#destination-form li.gfq {
  margin-top: -6px;
  padding-right: 0px;
  width: 100%;
}
#destination-form li.gfq button {
  background: #b6da99;
  background: linear-gradient(to bottom, #78b829 0%, #54811d 100%);
  border: 1px solid #4A691B;
  color: white;
  text-shadow: 1px 1px 0px #009930;
  height: 40px;
  padding: 11px 0 0;
  width: 100%;
}
#destination-form li.gfq button:hover {
  background: linear-gradient(to bottom, #5b9a28 0%, #3c651b 100%);
}
#destination-form li.gfq button h2 {
  color: white;
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.01em;
  margin-top: -10px;
  text-transform: uppercase;
}
#destination-form li.gfq button.chev {
  top: 0px;
}
@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}
.flaticon-actualize1 {
  content: "\e000";
}
.flaticon-administration1 {
  content: "\e001";
}
.flaticon-antique20 {
  background-image: url('/media/images/category-icons/png/job-cat-3.png');
}
.flaticon-boat2 {
  content: "\e003";
}
.flaticon-business64 {
  content: "\e004";
}
.flaticon-car95 {
  content: "\e005";
}
.flaticon-close13 {
  content: "\e006";
}
.flaticon-container6 {
  content: "\e007";
}
.flaticon-delivery36 {
  content: "\e008";
}
.flaticon-dog48 {
  content: "\e009";
}
.flaticon-factory1 {
  content: "\e00a";
}
.flaticon-first31 {
  content: "\e00b";
}
.flaticon-hands-shake {
  content: "\e00c";
}
.flaticon-home84 {
  background-image: url('/media/images/category-icons/png/job-cat-2.png');
}
.flaticon-legal10 {
  content: "\e00e";
}
.flaticon-man321 {
  content: "\e00f";
}
.flaticon-man343 {
  content: "\e010";
}
.flaticon-motorcycle3 {
  content: "\e011";
}
.flaticon-moving11 {
  content: "\e012";
}
.flaticon-online32 {
  content: "\e013";
}
.flaticon-open136 {
  content: "\e014";
}
.flaticon-open161 {
  content: "\e015";
}
.flaticon-package8 {
  background-image: url('/media/images/category-icons/png/job-cat-3.png');
}
.flaticon-piano6 {
  content: "\e017";
}
.flaticon-real5 {
  content: "\e018";
}
.flaticon-recycle23 {
  content: "\e019";
}
.flaticon-repeat2 {
  content: "\e01a";
}
.flaticon-sofa5 {
  background-image: url('/media/images/category-icons/png/job-cat-1.png');
  background-repeat: no-repeat;
}
.flaticon-transports1 {
  content: "\e01c";
}
.flaticon-two279 {
  content: "\e01d";
}
.flaticon-viewing {
  content: "\e01e";
}
.flaticon-wrench4 {
  content: "\e01f";
}
#customer-header {
  height: 56px;
  margin-bottom: 10px;
}
/*---
/*--- Header
/*----------------------------- */
.logged-in #logo {
  display: inline;
  width: 31.25%;
  margin: 0 1.04166667%;
  background: url("/media/images/logo.png") white no-repeat left;
  height: 62px;
  float: left;
  margin: 0px auto;
  text-indent: -99999px;
}
.logged-in #logo a {
  display: block;
}
.logged-in #header-wrap {
  background: white;
  border-bottom: 1px solid #d6d6d6;
}
.logged-in #header {
  padding: 10px 0 !important;
  position: relative;
  width: 100%;
}
.logged-in #header #main-nav {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  display: inline-block;
  float: right;
  min-height: 40px;
  padding-top: 15px;
  margin: 0px;
  text-align: right;
}
.logged-in #header #main-nav.courier .buttons li {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
.logged-in #header ul li {
  display: inline-block;
  font-weight: bold;
  text-align: right;
}
.logged-in #header ul.buttons {
  display: inline-block;
  margin-top: -1px;
  position: relative;
  top: -7px;
  width: auto;
}
.logged-in #header ul.buttons li {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin: 0;
  float: none !important;
  border: none;
  display: inline-block;
  padding: 0 !important;
}
.logged-in #header ul.buttons .button {
  font-size: 0.86rem;
  margin: 0 5px;
  min-width: 140px;
}
.logged-in #header ul.buttons .button a {
  color: white;
}
.logged-in #header ul.text-links {
  display: inline-block;
  margin: 0px;
}
.logged-in #header ul.text-links li {
  padding: 0 8px;
}
.logged-in #header ul.text-links li > a {
  font-size: 1.125rem;
  font-weight: lighter;
  letter-spacing: 0.01em;
}
.logged-in #header ul.text-links li > a:hover {
  background: white;
  color: #242424;
}
.logged-in #header ul.text-links li > a:hover:after {
  color: #242424;
}
.logged-in #header ul.text-links li > a.hovered {
  background: white;
  color: #242424;
}
.logged-in #header ul.text-links li > a.hovered:after {
  color: #242424;
}
.logged-in #header ul.text-links li > a:after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 0.875rem;
  padding-left: 5px;
}
.logged-in #header ul.text-links .subnav {
  background: white;
  box-shadow: 0 2px 10px #d6d6d6;
  display: none;
  position: absolute;
  width: 235px;
  z-index: 99;
}
.logged-in #header ul.text-links .subnav li {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 12px 15px;
  text-align: left;
  width: 100%;
}
.logged-in #header ul.text-links .subnav li a {
  color: #585858;
  font-size: 0.875rem;
}
.logged-in #header ul.text-links .subnav li a .notification {
  background: #ff7800;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 20px;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  min-width: 20px;
}
.logged-in #header ul.text-links .subnav li a .notification.extra {
  border-radius: 1rem;
  padding: 0 4%;
}
.logged-in #header ul.text-links .subnav li a:after {
  content: none;
}
.logged-in #header ul.text-links .subnav li:last-of-type {
  margin-bottom: 0px;
}
.logged-in #header ul.text-links .subnav li:hover {
  background: #6f6f6f;
}
.logged-in #header ul.text-links .subnav li:hover a {
  background: #6f6f6f;
  color: white;
}
.logged-in #head-wrap {
  background: white;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0px 0px -5px rgba(0, 0, 0, 0.3);
  height: 70px;
  margin-bottom: 20px;
  padding-top: 20px;
  margin: 0 auto;
}
.logged-in #head-wrap.index {
  margin-bottom: 0px;
  z-index: 2;
}
.no-user {
  /*---
	/*--- Header
	/*----------------------------- */
  /*---
	/*--- Navigation
	/*----------------------------- */
  /*** Main (top) navigation ***/
}
.no-user #header-login {
  background: url('/media/images/elements/login-background.png') repeat;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.6);
  min-height: 50px;
  overflow: hidden;
  position: relative;
  transition: background 700ms linear;
  width: 100%;
}
.no-user #header-login .user-select {
  display: inline;
  width: 31.25%;
  margin: 0 1.04166667%;
  float: left;
  font-weight: bold;
  overflow: hidden;
}
.no-user #header-login .user-select ul {
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 6px 6px;
  width: 100%;
}
.no-user #header-login .user-select li {
  border-right: 1px solid #d6d6d6;
  box-sizing: border-box;
  float: left;
  height: 100%;
  margin-top: 2px;
  padding: 3px 3%;
}
.no-user #header-login .user-select li:last-of-type {
  border: none;
}
.no-user #header-login .user-select li.selected,
.no-user #header-login .user-select li:hover {
  cursor: hand;
}
.no-user #header-login .user-select a {
  color: white;
}
.no-user #header-login .login-link {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
.no-user #header-login .login-link li {
  color: white;
  display: inline-block;
  float: right;
  padding: 11px 0;
}
.no-user #header-login .login-link li input {
  padding: 0px;
}
.no-user #header-login .login-link li input {
  background: #f1f1f1;
  border: 1px solid #dadada;
  height: 24px;
  font-size: 13px;
  padding: 1px 6px;
}
.no-user #header-login .login-link li button {
  top: 0px;
}
.no-user #header-login .login-link .text-link {
  margin: 7px 10px;
}
.no-user #header-login .login-link .login-icon {
  float: right;
  margin-right: 5px;
  margin-top: -3px;
}
.no-user #header-login .login-link .login-icon#icon-customer {
  margin-left: -15px;
}
.no-user #header-login .login-link #header-login-form {
  display: none;
}
.no-user #header-login .login-link #header-login-form form {
  float: right;
}
.no-user #header-login .login-link #header-login-form a {
  color: white;
  float: right;
  text-decoration: underline;
  padding: 7px;
}
.no-user #header-login .login-link #header-login-form a#close {
  padding: 5px 0 0 4px;
}
.no-user #head-wrap {
  background: white;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0px 0px -5px rgba(0, 0, 0, 0.3);
  min-height: 70px;
  margin-bottom: 20px;
  padding-top: 20px;
  margin: 0 auto;
}
.no-user #head-wrap.index {
  margin-bottom: 0px;
  z-index: 2;
}
.no-user #logo {
  background: url("/media/images/logo.png") no-repeat;
  cursor: hand;
  cursor: pointer;
  height: 50px;
  float: left;
  margin: 0 auto;
  text-indent: -99999px;
  width: 300px;
}
.no-user #logo a {
  display: block;
}
.no-user #login-nav {
  float: right;
}
.no-user #login-nav .login-link {
  float: right;
  margin-top: 5px;
}
.no-user #login-nav .login-link ul {
  float: right;
}
.no-user #login-nav .login-link ul li {
  float: left;
  margin-left: 10px;
  min-height: 20px;
}
.no-user #login-nav .login-link ul li.no-button {
  padding-top: 6px;
}
.no-user #main-nav {
  float: right;
  margin-top: 18px;
  margin-bottom: 5px;
  position: relative;
  top: -15px;
}
.no-user #main-nav li {
  border-right: 1px solid #d6d6d6;
  font-size: 1.125rem;
  float: left;
  list-style-type: none;
  min-height: 22px;
}
.no-user #main-nav li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.no-user #main-nav li img {
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
.no-user #main-nav li a {
  border-bottom: 2px solid white;
  color: #585858;
  font-weight: 700;
}
.no-user #main-nav li a:hover {
  border-color: #888;
}
.no-user #main-nav li a {
  display: inline-block;
  padding: 5px 5px;
  margin: 5px 8px;
}
.no-user #main-nav li:last-child {
  border: none;
}
.no-user #main-nav li.has-children {
  position: relative;
  z-index: 10;
}
.no-user #main-nav li.has-children a {
  background: white;
  margin: 0px 4px;
  padding: 10px 10px 9px;
}
.no-user #main-nav .subnav {
  background: white;
  border: 1px solid #d6d6d6;
  display: none;
  left: -250px;
  padding: 10px 0px;
  position: absolute;
  margin-top: -1px;
  width: 700px;
  z-index: -1;
}
.no-user #main-nav .subnav li {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  border: none;
}
.no-user #main-nav .subnav li a {
  border: none;
  padding: 10px 14px;
}
.no-user #main-nav .subnav li:hover a {
  background: #0074B8;
  color: white;
}
/*---
/*--- Footer
/*----------------------------- */
#footer-container {
  background: url('/media/images/elements/login-background.png') repeat;
  clear: both;
  color: white;
  height: 265px;
  overflow: hidden;
  margin-top: -225px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
#footer-container a {
  color: inherit;
}
#footer-container h3 a {
  color: #8a8a8a;
}
#footer-container h5 {
  font-size: 12.6px;
}
#footer-container #copyright {
  color: #8a8a8a;
  float: left;
  margin-top: 10px;
}
#footer-container #copyright .links {
  margin-left: 20px;
}
#footer-container #whois {
  color: #8a8a8a;
  float: right;
  text-align: right;
  margin-top: 10px;
}
#footer-container #footer {
  padding-top: 30px;
}
#footer-container #footer h3 {
  margin-bottom: 7px;
}
#footer-container #footer li {
  display: inline-block;
}
#footer-container #footer .column {
  background: none;
  border: none;
  float: left;
  margin-right: 2%;
  padding: 0px;
  text-transform: capitalize;
  width: 18%;
}
#footer-container #footer .column li {
  color: #A8D3EC;
  font-size: 0.875rem;
  width: 100%;
}
#footer-container #footer .column h3.secondary-title {
  margin-top: 10px;
}
#footer-container #footer .column h3 a {
  color: white;
}
#footer-container #footer .column #social-links li {
  width: 40px;
}
#footer-container #footer .column #social-links li img {
  width: 100%;
}
#footer-container #footer .column.no-title {
  margin-top: 35px;
}
#footer-container #footer .panel:last-child {
  margin-right: 0px;
}
#footer-container #footer #other {
  float: right;
  margin-right: 0px;
  text-align: right;
  width: 210px;
}
#footer-container #footer #other ul {
  clear: both;
}
#footer-container #footer #other ul.quicklinks {
  border-top: 1px solid white;
  padding-top: 20px;
}
#footer-container #footer #other li {
  display: inline-block;
  float: right;
}
#footer-container #footer #links-and-copyright {
  float: left;
}
#footer-container #footer #links-and-copyright #short-links {
  margin-bottom: 26px;
}
#footer-container #footer #links-and-copyright a:hover {
  text-decoration: underline;
}
.cookie-policy-wrapper {
  background: rgba(1, 105, 167, 0.8);
  bottom: 0px;
  min-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.cookie-policy-wrapper .cookie-policy-banner {
  margin: 0 auto;
  padding-top: 8px;
  overflow: hidden;
  max-width: 1066px;
}
.cookie-policy-wrapper p {
  color: white;
  float: left;
  width: 60%;
}
.cookie-policy-wrapper p a {
  color: lightblue;
  text-decoration: underline;
}
.cookie-policy-wrapper button {
  float: right;
  width: 30%;
}
/*---
/*--- Homepage design
/*--- @comment - this should be reasonably straightforward
/*----------------------------- */
.homepage {
  background: #fafafa;
}
.homepage h2 {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  text-align: left;
}
.homepage h4 {
  font-size: 17px;
  color: white;
  letter-spacing: -0.05em;
  text-align: left;
}
.homepage #hero-wrapper {
  background: #f6f6f6;
  border-bottom: 1px solid #d6d6d6;
  height: 527px;
  overflow: hidden;
  width: 100%;
}
.homepage #hero-wrapper #hero-slider img {
  display: block;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.homepage #hero {
  box-sizing: border-box;
  height: 500px;
  padding: 15px 0 0;
  position: relative;
  margin-top: -560px;
}
.homepage #hero h2 {
  color: white;
  font-size: 30px;
}
.homepage #hero h3 {
  margin-top: 10px;
  text-align: center;
}
.homepage #hero #hero-slider {
  float: left;
}
.homepage #three-steps {
  background: white;
  color: #4b6e7d;
  margin: 0px auto;
  padding: 50px 0 70px;
}
.homepage #three-steps h1 {
  margin: 0 0 20px;
  text-align: center;
}
.homepage #three-steps li {
  float: left;
  list-style-type: none;
  margin: 0 2%;
  width: 28%;
}
.homepage #three-steps li h2 {
  color: #094066;
}
.homepage #three-steps li.step-one {
  margin: 0 1.4%;
}
.homepage #three-steps li.spacer {
  margin: 0px;
  padding-top: 25px;
  width: 2%;
}
.homepage .services {
  background: #f1f1f1;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage .services.grid {
  padding-top: 30px;
}
.homepage .services.grid h2 {
  text-align: center;
  margin-bottom: 20px;
}
.homepage .services.grid .row .service-item {
  display: inline;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  background: white;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(20, 0, 0, 0.1);
  float: left;
  padding: 6px;
  position: relative;
  margin-bottom: 15px;
  min-height: 245px;
  text-align: center;
}
.homepage .services.grid .row .service-item h3 {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
  color: #242424;
  font-size: 1.3875rem;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.homepage .services.grid .row .service-item p {
  font-size: 0.75rem;
  padding-top: 5px;
  text-align: left;
  width: 100%;
}
.homepage .services.grid .row .service-item img {
  float: right;
  margin: 10px 0px 5px 5px;
  width: 49%;
}
.homepage .services.grid .row .service-item .button {
  padding-top: 2px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  top: auto;
  margin: 0 auto;
  width: 75%;
}
.homepage .bottom {
  background: white;
  color: #242424;
  padding-bottom: 20px;
  overflow: hidden;
}
.homepage .bottom #why-delivery-match {
  float: left;
  margin: 30px 2% 20px;
  width: 47%;
}
.homepage .bottom #why-delivery-match h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.homepage .bottom #why-delivery-match .col {
  float: left;
  margin-right: 15px;
}
.homepage .bottom #why-delivery-match .col.last {
  margin-right: 0px;
}
.homepage .bottom #why-delivery-match ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.homepage .bottom #why-delivery-match li {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.homepage .bottom #why-delivery-match li:before {
  color: #52B100;
  content: "\F00C";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
.homepage .bottom #hero-image-wrapper {
  float: right;
  margin: 20px 0;
  width: 49%;
}
.homepage.landing #cta-form h1 {
  font-size: 2rem;
}
.homepage.landing #destination-form {
  width: 100%;
}
.homepage.landing #destination-form h2 {
  font-size: 1rem;
}
.homepage.landing table {
  margin-bottom: 30px;
  width: 100%;
}
.homepage.landing table thead {
  background: #6f6f6f;
  color: white;
}
.homepage.landing table thead th {
  padding: 10px;
}
.homepage.landing table td {
  box-sizing: border-box;
  padding: 10px;
}
.homepage.landing .bottom {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  display: block;
}
.homepage.landing .bottom #why-delivery-match {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin-top: 30px;
}
.homepage.landing .bottom #hero-image-wrapper {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
.homepage.landing .bottom #hero-image-wrapper img {
  width: 100%;
}
#delivery-type.landing #destination-form h3,
#delivery-location-page.landing #destination-form h3 {
  font-size: 16px !important;
}
#delivery-type.landing #map,
#delivery-location-page.landing #map,
#delivery-type.landing #map-canvas,
#delivery-location-page.landing #map-canvas {
  height: 527px;
}
#delivery-type.landing #map-canvas,
#delivery-location-page.landing #map-canvas {
  background: white;
  opacity: 0.5;
}
#delivery-type.landing #information-text,
#delivery-location-page.landing #information-text {
  padding-bottom: 30px;
}
#delivery-type.landing #information-text h1,
#delivery-location-page.landing #information-text h1 {
  font-size: 1.65rem;
  margin-bottom: 7px;
}
#delivery-type.landing #information-text h2,
#delivery-location-page.landing #information-text h2 {
  font-size: 1.125rem;
  padding-top: 30px;
  margin-bottom: 0px;
}
#contact-us h1 {
  margin: 20px 0;
}
#contact-us h2 {
  font-size: 1.65rem;
  margin-bottom: 12px;
}
#contact-us h3 {
  font-size: 1.125rem;
}
#contact-us p a {
  color: #0074B8;
  text-decoration: underline;
}
#contact-us .required {
  color: white;
  font-weight: 700;
}
#contact-us .form-content {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-bottom: 30px;
  overflow: hidden;
}
#contact-us .form-content form {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
#contact-us .form-content .form-field {
  min-height: 40px;
  margin-bottom: 5px;
}
#contact-us .form-content .form-field label {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  display: inline-block;
  font-size: 1.1em;
  margin-top: 7px;
}
#contact-us .form-content .form-field input {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-left: 0px;
}
#contact-us .form-content .form-field select {
  margin-top: 8px;
  width: 51% !important;
}
#contact-us .form-content .form-field textarea,
#contact-us .form-content .form-field input {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-left: 0px;
}
#contact-us .form-content .form-field textarea {
  width: 46.5%;
}
#contact-us .form-content .form-field .errors {
  clear: both;
}
#contact-us .form-content .form-field#message label {
  vertical-align: top;
}
#contact-us .form-content .form-field#challenge {
  display: none;
  overflow: hidden;
}
#contact-us .form-content .form-field#challenge #recaptcha_widget_div {
  float: right;
}
#contact-us .form-content .form-field#challenge #recaptcha_widget_div #recaptcha_response_field {
  height: auto;
  padding: 0;
}
#contact-us .form-content button {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  float: right;
  margin-top: 20px;
  margin-right: 7%;
  margin-bottom: 10px;
}
#contact-us .form-content button input {
  top: 2px;
}
#contact-us #continue {
  margin-top: 20px;
  margin-bottom: 30px;
}
#contact-us #blurb {
  font-size: 1rem;
  float: right;
  width: 515px;
}
#contact-us #blurb p {
  padding-bottom: 15px;
}
/*---
/*--- Profile pages
/*--- @comment: Combine both the customer and courier profile pages. This stuff is usually accessible by the public.
/*--- @example: /profile/view/12
/*----------------------------- */
h2 {
  font-size: 1.3rem;
}
#customer-profile .profile-info {
  background: #f1f1f1;
  float: right;
  margin-left: 2.5%;
  margin-bottom: 20px;
  width: 30%;
}
#customer-profile .profile-jobs {
  background: #f1f1f1;
  float: left;
  width: 67.5%;
}
#customer-profile h2 {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 15px;
}
#customer-profile h2:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
#customer-profile h2.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
#customer-profile .panel-content {
  background: #f1f1f1;
  padding: 20px;
}
#customer-profile .info li {
  margin-bottom: 13px;
}
#customer-profile .info li label {
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
#customer-profile .toggle-switches {
  position: relative;
  top: 2px;
}
#customer-profile .toggle-switches .switch:first-of-type {
  margin-left: 10px;
}
#customer-profile #active,
#customer-profile #past {
  position: relative;
  z-index: 1;
}
#customer-profile .job-listing {
  border: 1px solid #d6d6d6;
  overflow: hidden;
}
#customer-profile .job-listing .job-info {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
#customer-profile .job-listing .buttons {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
#customer-profile .job-listing .buttons .button,
#customer-profile .job-listing .buttons .select-options {
  width: 100%;
}
#customer-profile .no-result-found {
  background: white;
  border: 1px solid #d6d6d6;
  padding: 10px;
}
#customer-profile #past {
  display: none;
}
#courier-profile {
  margin-bottom: 20px;
}
#courier-profile h2 {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 15px;
}
#courier-profile h2:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
#courier-profile h2.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
#courier-profile .panel-content {
  background: white;
  padding: 20px;
}
#courier-profile #content {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#courier-profile #content #profile-info {
  margin-bottom: 20px;
}
#courier-profile #content #profile-pic {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
#courier-profile #content #profile-pic img {
  height: auto;
  width: 100%;
}
#courier-profile #content .short-info {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
  margin-top: -57px;
}
#courier-profile #content .short-info .courier-info-table {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
#courier-profile #content .short-info .courier-info-table thead tr {
  background: none !important;
  color: white;
  font-size: 1.125rem;
}
#courier-profile #content .short-info .courier-info-table thead tr th {
  font-weight: normal;
  height: 35px;
  text-align: center;
  vertical-align: top;
}
#courier-profile #content .short-info .courier-info-table td {
  background: white !important;
  font-weight: bold;
  font-size: 1.65rem;
  line-height: 2em;
  text-align: center;
}
#courier-profile #content .short-info .courier-info-table td .fa-check {
  color: #52B100;
}
#courier-profile #content .short-info .courier-info-table td.coloured-rating {
  color: #52B100;
}
#courier-profile #content .profile-text {
  clear: both;
  width: 100%;
}
#courier-profile .sidebar {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
#courier-profile .sidebar li {
  margin-bottom: 15px;
}
#courier-profile .sidebar li label {
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
#courier-profile .sidebar .button {
  width: 100%;
}
#courier-profile .sidebar .button a {
  top: 5px;
}
#courier-profile .sidebar .vehicles {
  overflow: hidden;
  margin-top: 10px;
}
#courier-profile .sidebar .vehicles li {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 20px;
}
#courier-profile .sidebar .vehicles li img {
  float: left;
  width: 100%;
}
#courier-profile .sidebar .vehicles li span {
  float: left;
  line-height: 1rem;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}
#courier-profile .sidebar .vehicles li.many {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  margin-bottom: 20px;
}
#feedback {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  overflow: hidden;
  position: relative;
}
#feedback .panel-content {
  padding: 0 20px 20px 20px;
}
#feedback .account-feedback-view {
  padding-top: 30px;
}
#feedback .account-feedback-view .account-feedback-thread .feedback-header {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  font-size: 1.125rem;
  overflow: hidden;
}
#feedback .account-feedback-view .account-feedback-thread .experience {
  border-radius: 20px;
  color: white;
  font-size: 1rem;
  float: right;
  padding: 5px 15px;
}
#feedback .account-feedback-view .account-feedback-thread .experience:after {
  font-family: FontAwesome;
  padding-left: 5px;
}
#feedback .account-feedback-view .account-feedback-thread .experience.positive {
  background: #52B100;
}
#feedback .account-feedback-view .account-feedback-thread .experience.positive:after {
  content: "\f164";
}
#feedback .account-feedback-view .account-feedback-thread .experience.negative {
  background: #ff6054;
}
#feedback .account-feedback-view .account-feedback-thread .experience.negative:after {
  content: "\f165";
}
#feedback .account-feedback-view .account-feedback-thread .experience.neutral {
  background: #0074B8;
}
#feedback .account-feedback-view .account-feedback-thread .experience.neutral:after {
  content: "\f11a";
}
#feedback .account-feedback-view .account-feedback-thread .account-feedback {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#feedback .account-feedback-view .account-feedback-thread .feedback-content {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  width: 37.58333333%;
  font-style: italic;
}
#feedback .account-feedback-view .account-feedback-thread .feedback-details {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04166667%;
  width: 8.25%;
}
#feedback .account-feedback-view .account-feedback-thread .feedback-details .feedback-details-user {
  float: left;
}
#feedback .account-feedback-view .account-feedback-thread .feedback-details .feedback-details-date {
  float: left;
}
.user-content-page {
  margin-bottom: 30px;
}
.user-content-page h2 {
  margin-top: 20px;
}
.user-content-page h2:first-of-type {
  margin-top: 0px;
}
.user-content-page p {
  margin-bottom: 12px;
}
.user-content-page ul {
  margin-top: 10px;
  padding-left: 30px !important;
  list-style-type: disc;
}
.user-content-page li {
  padding-left: 10px;
  margin-bottom: 5px;
}
/*---
/*--- Basic details
/*----------------------------- */
@font-face {
  font-family: "Flaticon";
  src: url("/media/images/iconfonts/flaticon.ttf") format("truetype");
  src: url("/media/images/iconfonts/flaticon.eot#iefix") format("embedded-opentype"), url("/media/images/iconfonts/flaticon.woff") format("woff"), url("/media/images/iconfonts/flaticon.eot"), url("/media/images/iconfonts/flaticon.svg") format("svg");
}
.post {
  background-size: 100%;
  background-position-y: bottom;
  background-color: #fafafa;
  min-width: 700px;
  /*---
	/*--- Typeography
	/*----------------------------- */
  /*---
	/*--- Generic
	/*----------------------------- */
  /*---
	/*--- Individual section overrides
	/*----------------------------- */
  /*.form-header {

		margin-bottom: 10px;
	}

	#next {
		margin-top: 20px;
	}

	fieldset#min-price {
		margin-top: 35px;
	}

	#min-price input,
	#max-price input {
		width: 150px;
	}

	#split-form h4 {
		font-size: @font-size-large;
		font-weight: normal;
	}


	#split-form #min-price label,
	#split-form #max-price label {
	}

	.button.huge {
		margin-top: 10px;
	}

	.form-section {

		&#section-freight-data {

			.form-field {

				margin-bottom: 15px;
				width: auto;

				label {

					margin-right: 0;
					width: 150px;
				}
			}
		}

		&#section-transportation-type {

			.form-field {

				width: 99%;

				.multi-radio {

					li {

						float: left;
					}
				}
			}
		}

		&#section-property-information {

			#j_moving_to_type,
			#j_moving_to_lift,
			#j_moving_to_floor {

				clear: right;
				float: right;
			}

			#j_moving_from_type,
			#j_moving_from_lift,
			#j_moving_from_floor {

				clear: left;
			}
		}

		&#section-office-information {

			#j_moving_from_type,
			#j_moving_to_type {

				label {

					width: 141px;
				}
			}
		}

		.form-field {

			float: left;
			margin: 0 1% 0 0;
			width: 49%;

			&#j_weight_type,
			&#j_dimensions_type {

				width: 50px;
			}

			&.detail-dimensions,
			&.detail-weight {

				width: 130px;

				label {

					width: 40px;
				}
			}

			&#j_images {

				width: 100%;
			}

			label {

				display: inline-block;
				height: auto;
				width: 194px;
			}
		}
	}

	*/
  /*#j_ebay_id {

        .form-field {


            &.loading {

                input {

                    background-position: 180px 8px;
                    padding-right: 36px;
                    width: 170px;
                }
            }

            input {

                width: 200px;
            }
        }
    }*/
}
.post h1 {
  color: #1b4569;
  font-weight: 300;
  font-size: 3.2em;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 30px 0;
  text-transform: capitalize;
}
.post h2 {
  color: white;
}
.post p {
  color: white;
}
.post #form {
  margin-bottom: 120px;
  min-width: 700px;
}
.post #header-login {
  display: none;
}
.post #form form {
  background: #0074B8;
  padding: 20px 40px;
  margin: 0 auto;
  width: 90%;
}
.post #form form .form-field {
  margin-bottom: 0px;
}
.post #form form fieldset {
  padding: 10px 0 0;
}
.post #form form h3.collpasable-trigger {
  background: #e4f5fc;
  color: #4b6e7d;
}
.post #form form label {
  float: left;
  margin-right: 10px;
  padding: 8px 0;
}
.post #form form .panel {
  width: 100%;
}
.post #form form .panel h3 {
  background: #EAEFF0;
  color: #242424;
  font-size: 1.125rem;
}
.post #form form .panel h3.anchor {
  font-size: 1rem;
}
.post #form form .panel .panel-content {
  padding: 20px;
}
.post div#item-category select[name="j_type"] {
  display: none;
}
.post div#item-category #type-select {
  overflow: hidden;
}
.post div#item-category #type-select div {
  background: white;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  font-size: 0.875rem;
  float: left;
  height: 100px;
  padding: 5px 10px;
  margin-bottom: 17px;
  margin-right: 1.5%;
  width: 12.7%;
}
.post div#item-category #type-select div p {
  color: #555;
  font-size: 0.8rem;
  line-height: 1.1em;
  position: relative;
  text-align: center;
}
.post div#item-category #type-select div:hover {
  background-color: #57C600;
  color: white;
  transition: background-color 100ms linear;
  cursor: pointer;
  cursor: hand;
}
.post div#item-category #type-select div:hover p {
  color: white;
}
.post div#item-category #type-select div.selected {
  background: #52B100;
  color: white;
  text-shadow: none;
}
.post div#item-category #type-select div.selected i,
.post div#item-category #type-select div.selected p {
  color: white;
}
.post div#item-category #type-select div:hover i.job-cat-1,
.post div#item-category #type-select div.selected i.job-cat-1 {
  background-image: url('/media/images/category-icons/png/white/job-cat-1.png');
}
.post div#item-category #type-select div:hover i.job-cat-2,
.post div#item-category #type-select div.selected i.job-cat-2 {
  background-image: url('/media/images/category-icons/png/white/job-cat-2.png');
}
.post div#item-category #type-select div:hover i.job-cat-3,
.post div#item-category #type-select div.selected i.job-cat-3 {
  background-image: url('/media/images/category-icons/png/white/job-cat-3.png');
}
.post div#item-category #type-select div:hover i.job-cat-7,
.post div#item-category #type-select div.selected i.job-cat-7 {
  background-image: url('/media/images/category-icons/png/white/job-cat-7.png');
}
.post div#item-category #type-select div:hover i.job-cat-8,
.post div#item-category #type-select div.selected i.job-cat-8 {
  background-image: url('/media/images/category-icons/png/white/job-cat-8.png');
}
.post div#item-category #type-select div:hover i.job-cat-12,
.post div#item-category #type-select div.selected i.job-cat-12 {
  background-image: url('/media/images/category-icons/png/white/job-cat-12.png');
}
.post div#item-category #type-select div:hover i.job-cat-14,
.post div#item-category #type-select div.selected i.job-cat-14 {
  background-image: url('/media/images/category-icons/png/white/job-cat-14.png');
}
.post div#item-category #type-select div:hover i.job-cat-10,
.post div#item-category #type-select div.selected i.job-cat-10 {
  background-image: url('/media/images/category-icons/png/white/job-cat-10.png');
}
.post div#item-category #type-select div:hover i.job-cat-4,
.post div#item-category #type-select div.selected i.job-cat-4 {
  background-image: url('/media/images/category-icons/png/white/job-cat-4.png');
}
.post div#item-category #type-select div:hover i.job-cat-5,
.post div#item-category #type-select div.selected i.job-cat-5 {
  background-image: url('/media/images/category-icons/png/white/job-cat-5.png');
}
.post div#item-category #type-select div:hover i.job-cat-6,
.post div#item-category #type-select div.selected i.job-cat-6 {
  background-image: url('/media/images/category-icons/png/white/job-cat-6.png');
}
.post div#item-category #type-select div:hover i.job-cat-11,
.post div#item-category #type-select div.selected i.job-cat-11 {
  background-image: url('/media/images/category-icons/png/white/job-cat-11.png');
}
.post div#item-category #type-select div:hover i.job-cat-8,
.post div#item-category #type-select div.selected i.job-cat-8 {
  background-image: url('/media/images/category-icons/png/white/job-cat-8.png');
}
.post div#item-category #type-select div:hover i.job-cat-13,
.post div#item-category #type-select div.selected i.job-cat-13 {
  background-image: url('/media/images/category-icons/png/white/job-cat-13.png');
}
.post div#item-category #type-select div:hover i.job-cat-9,
.post div#item-category #type-select div.selected i.job-cat-9 {
  background-image: url('/media/images/category-icons/png/white/job-cat-9.png');
}
.post div#item-category #type-select div:nth-of-type(7n) {
  margin-right: 0px;
}
.post div#item-category .expandable-group {
  display: none;
}
.post div#ebay-item {
  float: right;
  width: 27.5%;
}
.post div#ebay-item button {
  height: 90px;
  font-size: 1.125rem;
  margin-top: 14px;
  width: 100%;
}
.post div#ebay-item button img.ebay {
  height: 100%;
  float: left;
  padding: 1px 0px 0px 8px;
  width: 80px;
}
.post div#ebay-item button span {
  border-left: 1px solid white;
  display: inline-block;
  font-size: 1rem;
  float: right;
  padding: 0px 0px 0px 10px;
  margin: 11px 0px 0px 7px;
  text-align: left;
  width: 130px;
}
.post div#ebay-item #ebay {
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  padding: 13px 0 20px;
  text-align: center;
}
.post div#ebay-item #ebay label {
  float: none;
  padding-top: 25px;
}
.post div#ebay-item #ebay li#j_ebay {
  float: left;
  padding-top: 5px;
  padding-left: 7%;
  width: 30%;
}
.post div#ebay-item #ebay li#j_ebay .form-field {
  display: none;
  font-size: 1.125rem;
  float: left;
  padding-left: 14%;
  margin-bottom: 0px;
}
.post div#ebay-item #ebay li#j_ebay .form-field label {
  background: linear-gradient(to top, #ffffff 0%, #fafafa 100%);
  border-radius: 3px;
  color: #0074B8;
  margin-right: 10px;
  padding: 8px 8px;
  text-align: center;
  width: 40px;
}
.post div#ebay-item #ebay li#j_ebay .form-field label input {
  display: none;
}
.post div#ebay-item #ebay li#j_ebay .form-field label.selected {
  background: #ff7800;
  /* Old browsers */
  background: linear-gradient(to bottom, #FF9E3F 1%, #C45C00 100%);
  /* W3C */
  border: 1px solid #7d430b;
  color: white;
  text-shadow: 1px 1px 0px #d77414;
}
.post div#ebay-item #ebay li#j_ebay .form-field label.selected:hover {
  background: linear-gradient(to bottom, #d1762b 1%, #c55d00 100%);
  /* W3C */
}
.post div#ebay-item #ebay li#j_ebay .form-field span {
  font-size: 1.125rem;
  position: relative;
}
.post div#description {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.post div#description fieldset#description {
  padding: 0px;
}
.post div#description fieldset#description input[type="text"],
.post div#description fieldset#description textarea {
  border-color: #d6d6d6;
  box-sizing: border-box;
  width: 99.4%;
}
.post div#description fieldset#description h3#additional {
  font-size: 1.1em;
}
.post div#address {
  float: left;
  width: 100%;
}
.post div#address fieldset {
  padding-top: 17px;
}
.post div#address .autocomplete-city {
  float: left;
  width: 48%;
}
.post div#address .autocomplete-city label {
  font-size: 1.125rem;
}
.post div#address .autocomplete-city input {
  box-sizing: border-box;
  width: 100%;
}
.post div#address .autocomplete-city:first-of-type {
  margin-right: 4%;
}
.post div#address .autocomplete-city .lookup-result {
  box-sizing: border-box;
  left: -2px;
  width: 101%;
}
.post div#address label {
  color: white;
  display: inline-block;
  float: none;
  margin: 0px;
  padding: 0px 0px 2px 0px;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions {
  clear: both;
  padding-top: 22px;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions h3.anchor.collpasable-trigger {
  background: #f1f1f1;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
}
.post #optional-info #optional-fields .dimensions #details {
  background: white;
  color: #4b6e7d;
  display: none;
  margin: 0px;
  padding: 10px;
}
.post #optional-info #optional-fields .dimensions #details h3.collpasable-trigger {
  background: #f1f1f1;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.post #optional-info #optional-fields .dimensions #details p {
  color: #242424;
  padding: 15px;
}
.post #optional-info #optional-fields .dimensions #details div.panel {
  background: white;
  box-sizing: border-box;
  margin: 0px;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details h2 {
  border-bottom: 1px solid #d6d6d6;
  color: #0074B8;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.post #optional-info #optional-fields .dimensions #details h4 {
  font-size: 1.6em;
  font-weight: lighter;
  margin-bottom: 0.6em;
}
.post #optional-info #optional-fields .dimensions #details h3 {
  background: none;
}
.post #optional-info #optional-fields .dimensions #details .group {
  margin-bottom: 0.6em;
}
.post #optional-info #optional-fields .dimensions #details .house-move .room-select {
  display: none;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection {
  background: #EAEFF0;
  overflow: hidden;
  margin-bottom: 15px;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection:first-of-type {
  border-top: none;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection .input-group {
  box-sizing: border-box;
  padding: 5px 15px;
  overflow: hidden;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection .property-information h3 {
  background: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection .property-information .form-field {
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection h2 {
  background: #f1f1f1;
  color: #242424;
  padding: 10px 3%;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection table.form-field {
  float: left;
  height: 52px;
  margin-bottom: 0px;
  margin-right: 0px;
  width: 48%;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection table.form-field td.label {
  width: 49%;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection table.form-field td.label label {
  padding: 0px;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection table.form-field td.data {
  width: 50%;
}
.post #optional-info #optional-fields .dimensions #details .house-move .subsection table.form-field td.data input {
  width: 75%;
}
.post #optional-info #optional-fields .dimensions #details .vehicle-details .form-field {
  clear: both;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .vehicle-details .form-field label {
  margin-right: 0px;
  width: 33%;
}
.post #optional-info #optional-fields .dimensions #details .vehicle-details .form-field select {
  margin-top: 7px;
  width: 66%;
}
.post #optional-info #optional-fields .dimensions #details .vehicle-details .form-field input[type="text"] {
  box-sizing: border-box;
  width: 66%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_type_of_boat {
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_type_of_boat label {
  margin-right: 0px;
  width: 33%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_type_of_boat select {
  margin-top: 7px;
  width: 66.5%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_length {
  width: 66%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_length label {
  margin-right: 0px;
  width: 50%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_length input {
  box-sizing: border-box;
  width: 50%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_dimensions_type {
  margin-right: 0px;
  width: 32%;
}
.post #optional-info #optional-fields .dimensions #details .boat-details #j_dimensions_type select {
  margin-top: 7px;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs .form-field {
  margin-bottom: 10px;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs .form-field label {
  margin-right: 0px;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs .form-field input {
  box-sizing: border-box;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs #j_pallets {
  width: 63%;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs #j_weight,
.post #optional-info #optional-fields .dimensions #details .freight .inputs #j_volume {
  width: 63%;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs #j_weight_type,
.post #optional-info #optional-fields .dimensions #details .freight .inputs #j_volume_type {
  width: 33%;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs label,
.post #optional-info #optional-fields .dimensions #details .freight .inputs input {
  width: 50%;
}
.post #optional-info #optional-fields .dimensions #details .freight .inputs select {
  margin-top: 9px;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field {
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field label,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field label,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field label {
  width: 33%;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field input,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field input,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field input {
  width: 60.5%;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field select,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field select,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field select {
  margin-top: 9px;
  width: 63%;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field.detail-dimensions#j_length,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field.detail-dimensions#j_length,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field.detail-dimensions#j_length {
  width: 46% !important;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field.detail-dimensions#j_length label,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field.detail-dimensions#j_length label,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field.detail-dimensions#j_length label {
  width: 195px;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field.detail-dimensions#j_length input,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field.detail-dimensions#j_length input,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field.detail-dimensions#j_length input {
  width: 18%;
}
.post #optional-info #optional-fields .dimensions #details .piano-details .form-field.detail-dimensions#j_dimensions_type,
.post #optional-info #optional-fields .dimensions #details .floor-details .form-field.detail-dimensions#j_dimensions_type,
.post #optional-info #optional-fields .dimensions #details .boat-details .form-field.detail-dimensions#j_dimensions_type {
  width: 50.1%;
}
.post #optional-info #optional-fields .dimensions #details .weight.clearance .detail-weight {
  margin-right: 0px;
  width: 66%;
}
.post #optional-info #optional-fields .dimensions #details .weight.clearance .detail-weight label,
.post #optional-info #optional-fields .dimensions #details .weight.clearance .detail-weight input {
  margin-right: 0px;
  width: 47%;
}
.post #optional-info #optional-fields .dimensions #details .weight.clearance .detail-dimensions {
  width: 32%;
}
.post #optional-info #optional-fields .dimensions #details .weight.clearance .detail-dimensions select {
  margin-top: 10px;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .time.clearance .form-field {
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details .time.clearance .form-field label {
  margin-right: 0px;
  width: 31.5%;
}
.post #optional-info #optional-fields .dimensions #details .time.clearance .form-field input {
  width: 31%;
}
.post #optional-info #optional-fields .dimensions #details .hide-this h4 {
  display: none;
}
.post #optional-info #optional-fields .dimensions #details .expandable-subsection .inputs {
  display: none;
}
.post #optional-info #optional-fields .dimensions #details.expandable-section .dimensions.group,
.post #optional-info #optional-fields .dimensions #details.expandable-section .weight.group,
.post #optional-info #optional-fields .dimensions #details.expandable-section .images.group {
  clear: none;
  float: left;
  padding-top: 10px;
  margin: 0 3% 0 0;
  width: 36%;
}
.post #optional-info #optional-fields .dimensions #details.expandable-section .dimensions.group .form-field,
.post #optional-info #optional-fields .dimensions #details.expandable-section .weight.group .form-field,
.post #optional-info #optional-fields .dimensions #details.expandable-section .images.group .form-field {
  margin-right: 0px;
  padding-bottom: 5px;
  width: 100%;
}
.post #optional-info #optional-fields .dimensions #details.expandable-section .dimensions.group label,
.post #optional-info #optional-fields .dimensions #details.expandable-section .weight.group label,
.post #optional-info #optional-fields .dimensions #details.expandable-section .images.group label {
  margin-right: 5%;
  width: 20%;
}
.post #optional-info #optional-fields .dimensions #details.expandable-section .dimensions.group #j_dimensions_type label,
.post #optional-info #optional-fields .dimensions #details.expandable-section .weight.group #j_dimensions_type label,
.post #optional-info #optional-fields .dimensions #details.expandable-section .images.group #j_dimensions_type label {
  padding-top: 2px;
}
.post #optional-info #optional-fields .dimensions #details.expandable-section .dimensions.group input[type="text"],
.post #optional-info #optional-fields .dimensions #details.expandable-section .weight.group input[type="text"],
.post #optional-info #optional-fields .dimensions #details.expandable-section .images.group input[type="text"] {
  box-sizing: border-box;
  width: 74%;
}
.post #optional-info #optional-fields .dimensions #details.expandable-section .dimensions.group .image-uploader,
.post #optional-info #optional-fields .dimensions #details.expandable-section .weight.group .image-uploader,
.post #optional-info #optional-fields .dimensions #details.expandable-section .images.group .image-uploader {
  float: left;
}
.post #optional-info #optional-fields .dimensions #details .freight.weight #j_weight {
  width: 290px;
}
.post #optional-info #optional-fields .dimensions #details .freight.weight #j_weight label {
  width: 110px;
}
.post #optional-info #optional-fields .dimensions #details .freight.weight #j_weight input {
  float: left;
  width: 80%;
}
.post #optional-info #optional-fields .dimensions #details .freight.weight #j_weight_type {
  float: left;
  width: 140px;
}
.post #optional-info #optional-fields .dimensions #details .images {
  margin-right: 0px;
}
.post div#optional-info {
  background: #275766;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  margin-bottom: 16px;
  margin-top: 20px;
  width: 100%;
}
.post div#optional-info:hover {
  background: #2D6D81;
}
.post div#optional-info h2.anchor,
.post div#optional-info .expandable-group h3 {
  cursor: hand;
  cursor: pointer;
}
.post div#optional-info h2 {
  padding-top: 0px;
}
.post div#optional-info h2 i {
  color: #52B100;
  margin-right: 10px;
}
.post div#optional-info .content {
  display: none;
}
.post div#optional-info .button {
  float: right;
  padding: 0 2%;
}
.post div#optional-info fieldset#optional-fields h3 {
  background: #f1f1f1;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.post div#optional-info fieldset#optional-fields p {
  color: #242424;
  padding: 15px;
}
.post div#optional-info fieldset#optional-fields div.panel {
  background: white;
  box-sizing: border-box;
  margin: 0px;
  width: 100%;
}
.post div#optional-info fieldset#optional-fields .expandable-group {
  overflow: hidden;
}
.post div#optional-info fieldset#optional-fields .expandable-group .group {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
  padding-bottom: 15px;
  overflow: hidden;
  margin: 15px 20px 0;
}
.post div#optional-info fieldset#optional-fields .expandable-group .group h4.group-type {
  margin-bottom: 5px;
}
.post div#optional-info fieldset#optional-fields.expandable-main.expanded {
  padding: 0 10px 10px;
}
.post div#optional-info fieldset#optional-fields .expanded-section {
  display: block;
  background: white;
}
.post div#optional-info fieldset#optional-fields .expanded-section {
  overflow: hidden;
}
.post div#optional-info fieldset#optional-fields .expanded-section .form-field#j_additional {
  padding-bottom: 5px;
  margin-right: 0px;
  width: 100%;
}
.post div#optional-info fieldset#optional-fields .expanded-section .form-field#j_additional textarea {
  box-sizing: border-box;
  margin: 0px 2.5%;
  width: 95%;
}
.post div#optional-info fieldset#optional-fields .collection-types li {
  float: left;
  margin-bottom: 5px;
  width: 43%;
}
.post div#optional-info fieldset#optional-fields .collection-types li input[type="text"] {
  width: 44%;
}
.post div#optional-info fieldset#optional-fields .collection-types li #j_pickup_date label,
.post div#optional-info fieldset#optional-fields .collection-types li #j_deliver_date label {
  width: 32%;
}
.post div#optional-info fieldset#optional-fields .collection-types li#pickup_date,
.post div#optional-info fieldset#optional-fields .collection-types li#deliver_date {
  display: none;
}
.post div#optional-info fieldset#optional-fields .collection-types li#pickup_type,
.post div#optional-info fieldset#optional-fields .collection-types li#deliver_type {
  box-sizing: border-box;
  clear: both;
  padding-left: 17px;
  width: 56%;
}
.post div#optional-info fieldset#optional-fields .dimensions.expandable-group {
  padding-top: 0px;
  width: 100%;
  margin: 0px;
}
.post div#optional-info fieldset#optional-fields .dimensions.expandable-group .detail-dimensions {
  width: 23.5%;
}
.post div#optional-info fieldset#optional-fields .dimensions.expandable-group .detail-dimensions#j_dimensions_type {
  margin-right: 0px;
}
.post div#optional-info fieldset#optional-fields .dimensions.expandable-group .detail-dimensions select {
  margin-top: 7px;
  width: 100%;
}
.post div#optional-info fieldset#optional-fields .anchor:before {
  margin-top: 5px;
}
.post div#optional-info fieldset#optional-fields .expanded-section {
  display: none;
}
.post div#optional-info fieldset#optional-fields .form-field {
  float: left;
  margin-right: 10px;
}
.post div#optional-info fieldset#optional-fields input[type="text"] {
  width: 60px;
}
.post div#optional-info fieldset#optional-fields #j_images label,
.post div#optional-info fieldset#optional-fields #j_images .label {
  display: none;
}
.post div#optional-info fieldset#optional-fields .form-field#j_images {
  width: 100%;
}
.post div#optional-info fieldset#optional-fields .form-field#j_images .fuplder li {
  float: left;
  width: 80px;
}
.post .form-field#editable {
  display: none;
}
.post .button-control {
  clear: both;
  margin-top: 15px;
  width: 100%;
}
.post .button-control .button.huge {
  font-size: 1.125rem;
  padding: 13px 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 35%;
}
.post #additional-price span {
  font-size: 1.5rem;
  float: left;
  padding: 3px 0px 0px 18px;
}
.post #additional-price .errors {
  float: left;
  padding-top: 5px;
  width: 85%;
}
.post #additional-price .errors span {
  font-size: 1rem;
}
.post #additional-price #j_maximum_price {
  float: left;
  width: 90%;
  margin: 0px 5px 15px;
}
.post #additional-price #j_maximum_price input {
  float: left;
  width: 25%;
}
.post #additional-price .form-header {
  font-size: 1.125rem;
}
.post #collection-delivery .collection-delivery-section {
  clear: both;
  margin-bottom: 10px;
}
.post #collection-delivery .collection-delivery-section#address {
  height: 36px;
}
.post #collection-delivery .collection-delivery-section#timeframe-type {
  height: 80px;
}
.post #collection-delivery .collection-delivery-section#timeframe-type li {
  margin-bottom: -10px;
}
.post #collection-delivery .collection-delivery-section#timeframe-type .lookup-result li {
  margin-bottom: 0px;
}
.post #collection-delivery .collection-delivery-section .panel {
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 10px;
  margin-bottom: 8px;
  margin-right: 2%;
  width: 49%;
}
.post #collection-delivery .collection-delivery-section .panel input[type="text"] {
  background: white;
}
.post #collection-delivery .collection-delivery-section .panel:last-child {
  margin-right: 0px;
}
.post .form-field#j_start_terms.loading input,
.post .form-field#j_end_terms.loading input {
  padding-right: 36px;
}
.post .form-field#j_start_terms input,
.post .form-field#j_end_terms input {
  width: 75%;
}
.post .form-field#j_start_terms.error,
.post .form-field#j_end_terms.error {
  overflow: visible;
}
.post .form-field.loading input {
  background-image: url('/media/images/icons/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 9px;
}
.post .edit .notice.relist-it {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
.post .edit #j_type {
  display: none;
}
.post .edit #ebay-item button {
  margin-top: 0px;
}
#post-confirm #post-main {
  float: left;
  margin-top: 50px;
}
#post-confirm #post-main .button.large {
  font-size: 0.9rem;
  height: 37px;
  margin-left: 30px;
  width: 186px;
}
#post-confirm #post-image {
  float: right;
}
#post-confirm #post-image img {
  float: right;
  margin-bottom: 50px;
  margin-top: 70px;
}
/*---
/*--- How it works
/*--- @comment: General how it works pages
/*--- this is the courier side see customers.less
/*----------------------------- */
#how-it-works {
  background: white;
}
#how-it-works #hero-wrapper {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  /* W3C */
  height: 380px;
  margin-bottom: 90px;
}
#how-it-works #hero-wrapper #title {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  padding-top: 75px;
  position: relative;
  z-index: 4;
}
#how-it-works #hero-wrapper #title h3 {
  font-weight: lighter;
  color: white;
  font-size: 3.2em;
  letter-spacing: -0.06em;
  margin-bottom: 0.4em;
}
#how-it-works #hero-wrapper #hero-image-wrapper {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-top: 20px;
  padding-bottom: 0px;
  position: relative;
}
#how-it-works .button {
  background: #b6da99;
  background: linear-gradient(to bottom, #78b829 0%, #54811d 100%);
  border: 1px solid #4A691B;
  color: white;
  text-shadow: 1px 1px 0px #009930;
}
#how-it-works .button:hover {
  background: linear-gradient(to bottom, #5b9a28 0%, #3c651b 100%);
}
#how-it-works .button a {
  font-size: 1.125rem;
}
#how-it-works #intro {
  background: #f1f1f1;
  overflow: hidden;
}
#how-it-works #intro-video {
  box-sizing: border-box;
  float: left;
  width: 49%;
}
#how-it-works #intro-video img {
  margin-top: 20px;
  width: 100%;
}
#how-it-works #intro-copy {
  float: left;
  margin: 55px;
  width: 520px;
}
#how-it-works #intro-copy .button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 45px;
  width: 205px;
}
#how-it-works #intro-copy .button img {
  margin-top: 2px;
}
#how-it-works #intro-copy .button span {
  display: inline-block;
  position: relative;
  top: 5px;
  font-size: 1.5em;
  width: 100%;
}
#how-it-works #intro-copy h3 {
  color: #0074B8;
  font-weight: normal;
  font-size: 1.125rem;
  margin-top: 12px;
}
#how-it-works.customers #steps .col {
  margin: 15px 20px 15px 75px;
  width: 222px;
}
#how-it-works .promo-heading h1 {
  font-size: 2.5rem;
  margin-top: 20px;
  text-align: center;
}
#how-it-works .promo-heading h2 {
  color: #666;
  font-size: 1.125rem;
  margin-top: -20px;
  text-align: center;
  text-transform: lowercase;
}
#how-it-works #steps {
  overflow: hidden;
}
#how-it-works #steps .navigation-tabs {
  margin: 0 auto;
  width: 95.5%;
}
#how-it-works #steps .navigation-tabs #highlight {
  height: 23px;
  width: 270px;
  background: url("/media/images/how-it-works/couriers/slide-indicator-new.png") no-repeat;
  position: absolute;
  margin-top: 5px;
  margin-left: -40px;
}
#how-it-works #steps .navigation-tabs .point:last-of-type {
  padding-right: 0px;
}
#how-it-works #steps .navigation-tabs ol.how li {
  padding: 10px 18px;
}
#how-it-works #steps .explain {
  margin-top: 15px;
  border-top: 1px solid #d6d6d6;
  padding-top: 1px;
  overflow: hidden;
}
#how-it-works #steps .explain ul {
  margin-right: 30px;
}
#how-it-works #steps .explain ul li.container {
  overflow: hidden;
  padding: 30px 0 40px;
}
#how-it-works #steps .explain li.container {
  display: none;
}
#how-it-works #steps .explain li.container img {
  float: left;
  margin-top: 15px;
}
#how-it-works #steps .explain li.container div.copy {
  float: right;
  font-size: 1.07rem;
  margin-top: 20px;
  width: 48%;
}
#how-it-works #steps .explain li.container div.copy h3 {
  color: black;
  font-size: 1.72rem;
  font-weight: normal;
  margin-bottom: 25px;
}
#how-it-works #steps .explain li.container div.copy ul.points {
  padding-top: 0px;
  padding-left: 15px;
}
#how-it-works #steps .explain li.container div.copy ul.points li {
  color: #666;
  list-style-type: square;
  margin-bottom: 10px;
}
#how-it-works #steps .explain .button {
  padding-top: 5px;
}
#how-it-works #steps .explain li.selected {
  display: block;
}
#how-it-works #steps .explain h3.faq-link {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  font-size: 1.175rem;
  font-weight: normal;
  padding-top: 12px;
}
#how-it-works #steps .explain h3.faq-link a {
  color: #0074B8;
}
#how-it-works #steps .explain h3.faq-link a:hover {
  text-decoration: underline;
}
#how-it-works #steps .explain .button {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
  margin: 0px 0px 20px 0;
}
#how-it-works #steps .button {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  margin-bottom: 50px;
}
#how-it-works #steps .button.large {
  font-size: 1.125rem;
}
#how-it-works #video-wrap {
  background: #f5f9fc;
  border-top: 1px solid #d5d5d5;
}
#how-it-works #why-delivery-match {
  color: black;
  float: left;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-right: 2%;
  width: 49%;
}
#how-it-works #why-delivery-match h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#how-it-works #why-delivery-match .col {
  float: left;
  margin-right: 15px;
}
#how-it-works #why-delivery-match .col.last {
  margin-right: 0px;
}
#how-it-works #why-delivery-match ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
#how-it-works #why-delivery-match li {
  font-size: 1.2em;
  margin-bottom: 15px;
}
#how-it-works #why-delivery-match li:before {
  color: #52B100;
  content: "\F00C";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
/*---
/*--- How it works
/*--- @comment: Customer specific overrides
/*----------------------------- */
#how-it-works.customers {
  background: aliceblue;
}
#how-it-works.customers #hero-wrapper {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  /* W3C */
  height: 360px;
  margin-bottom: 0px;
}
#how-it-works.customers .step-wrapper {
  background: white;
  padding-top: 50px;
}
#how-it-works.customers .step-wrapper .promo-heading {
  margin-top: 30px;
}
#how-it-works.customers .promo-heading h2 {
  margin-top: 30px;
  margin-bottom: -20px;
}
#how-it-works.customers #steps {
  padding: 6px 6px 20px;
}
#how-it-works.customers #steps ol.how li {
  padding: 10px 16px;
}
#how-it-works.customers #steps .navigation-tabs {
  width: 95%;
}
#how-it-works.customers #steps .navigation-tabs #highlight {
  margin-left: 20px;
}
#how-it-works.customers #steps .col {
  margin: 0px 10px;
  width: 330px;
}
#how-it-works.customers #highlight {
  margin-left: 0px;
}
/*---
/*--- /jobs page
/*--- @comment: Primary method couriers find jobs
/*--- Uses the more generic /partials/tables.less file
/*--- that is shared with the accounts sections
/*----------------------------- */
#delivery-search {
  margin-bottom: 20px;
}
#delivery-search h1 {
  margin: 20px 0;
}
#delivery-search .search-results.quotes {
  padding-top: 10px;
}
#delivery-search .search-results.quotes .job-listing {
  min-height: 80px;
}
#delivery-search .search-results i {
  display: block;
  font-size: 3rem;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  height: 58px;
  text-align: center;
}
#delivery-search .search-results i:before {
  height: 50px;
  position: relative;
  width: 100%;
}
#delivery-search.business .search-results .job-listing {
  overflow: hidden;
}
#delivery-search.business .search-results .job-info {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
}
#delivery-search.business .search-results .quotes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
#delivery-search.business .search-results .quotes .listing-ends,
#delivery-search.business .search-results .quotes .quote-value,
#delivery-search.business .search-results .quotes .quote-count {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  font-size: 1.063rem;
}
#delivery-search.business .search-results .quotes .listing-ends span,
#delivery-search.business .search-results .quotes .quote-value span,
#delivery-search.business .search-results .quotes .quote-count span {
  display: inline-block;
  width: 100%;
}
#delivery-search.business .search-results .buttons {
  display: inline;
  float: left;
  width: 14.58333333%;
  margin: 0 1.04166667%;
}
#delivery-search.business .search-results .buttons .button {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  padding: 2% 0;
  margin-left: 0px;
}
#delivery-search.customer .search-results .job-listing {
  overflow: hidden;
}
#delivery-search.customer .search-results .job-listing .job-info {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
}
#delivery-search.customer .search-results .job-listing .quotes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
#delivery-search.customer .search-results .job-listing .quotes .listing-ends,
#delivery-search.customer .search-results .job-listing .quotes .quote-value,
#delivery-search.customer .search-results .job-listing .quotes .quote-count {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  font-size: 1.063rem;
}
#delivery-search.customer .search-results .job-listing .buttons {
  display: inline;
  float: left;
  width: 14.58333333%;
  margin: 0 1.04166667%;
  padding-top: 15px;
}
#delivery-search.customer .search-results .job-listing .buttons .button {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
#delivery-search #search-tools {
  background: #EAEFF0;
  height: 310px;
  overflow: hidden;
  padding: 2%;
}
#delivery-search #search-tools .toggle-switches {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  overflow: hidden;
  position: relative;
  top: 3px;
}
#delivery-search #search-tools h2 {
  margin-bottom: 7px;
}
#delivery-search #search-tools ul#search-type-select {
  float: left;
  width: 17%;
}
#delivery-search #search-tools ul#search-type-select li {
  font-size: 1.4em;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  width: 137px;
}
#delivery-search #search-tools ul#search-type-select li.selected {
  background: white;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  z-index: 1;
}
#delivery-search #search-tools .search-panels {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  height: 260px;
  overflow: hidden;
}
#delivery-search #search-tools .search-panels .panel {
  margin: 0px;
}
#delivery-search #search-tools .search-type {
  background: white;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 20px 4% 4%;
  position: relative;
  width: 100%;
  z-index: 0;
}
#delivery-search #search-tools .search-type .panel {
  padding: 14px;
  margin: 10px;
}
#delivery-search #search-tools .search-type.active {
  display: block;
}
#delivery-search #search-tools .search-type#dates {
  margin-right: 0px;
}
#delivery-search #search-tools .search-type#dates .date-search-section {
  /*.chosen-container {
						padding-left: 16px;
						width: 120px !important;
					}*/
}
#delivery-search #search-tools .search-type#dates .date-search-section .form-field {
  clear: both;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#delivery-search #search-tools .search-type#delivery-type {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  background: white;
  box-sizing: border-box;
  display: block;
  height: 300px;
  padding: 20px;
  top: -40px;
}
#delivery-search #search-tools .search-type#delivery-type h2 {
  font-size: 1.4em;
}
#delivery-search #search-tools .search-type#delivery-type ul {
  float: left;
  margin: 0 0 10px;
  width: 50%;
}
#delivery-search #search-tools .search-type#delivery-type ul li {
  clear: both;
  padding: 2px 7px 0;
}
#delivery-search #search-tools .search-type#delivery-type ul li.blank {
  height: 5px;
}
#delivery-search #search-tools .search-type#delivery-type ul:first-of-type {
  float: none;
  width: 100%;
}
#delivery-search #search-tools .search-type .form-field {
  margin-bottom: 0;
}
#delivery-search #search-tools .search-type input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
#delivery-search #search-tools .search-type#location .multi-radio,
#delivery-search #search-tools .search-type#search-along-a-route .multi-radio {
  overflow: hidden;
  padding: 0 5px 10px;
}
#delivery-search #search-tools .search-type#location .multi-radio li,
#delivery-search #search-tools .search-type#search-along-a-route .multi-radio li {
  float: left;
  margin-top: 5px;
  width: 100%;
}
#delivery-search #search-tools .search-type#location .multi-radio li input[type="radio"],
#delivery-search #search-tools .search-type#search-along-a-route .multi-radio li input[type="radio"] {
  margin-right: 5px;
}
#delivery-search #search-tools .search-type#location #within,
#delivery-search #search-tools .search-type#search-along-a-route #within,
#delivery-search #search-tools .search-type#location #within_2,
#delivery-search #search-tools .search-type#search-along-a-route #within_2 {
  clear: both;
  padding: 0 5px 10px;
  /*.chosen-container {
						padding: 0 10px;
						width: 80px !important;
					}*/
}
#delivery-search #search-tools .search-type#location #within input[type="text"],
#delivery-search #search-tools .search-type#search-along-a-route #within input[type="text"],
#delivery-search #search-tools .search-type#location #within_2 input[type="text"],
#delivery-search #search-tools .search-type#search-along-a-route #within_2 input[type="text"] {
  box-sizing: border-box;
  margin-top: 5px;
  width: 100%;
}
#delivery-search #search-tools .search-type#location #within .label-spacer,
#delivery-search #search-tools .search-type#search-along-a-route #within .label-spacer,
#delivery-search #search-tools .search-type#location #within_2 .label-spacer,
#delivery-search #search-tools .search-type#search-along-a-route #within_2 .label-spacer {
  display: block;
  padding: 10px 0 0;
}
#delivery-search #search-tools .search-type#search-along-a-route {
  display: none;
}
#delivery-search #search-tools .search-type .expandable-main {
  background: #f1f1f1;
  margin-bottom: 10px;
  position: absolute;
}
#delivery-search #search-tools .search-type .expandable-main.expanded {
  padding: 13px;
}
#delivery-search #search-tools .search-type .expandable-main .button {
  float: right;
}
#delivery-search #sort-view-wrapper {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  float: right;
  overflow: hidden;
  margin: 15px 0 0;
}
#delivery-search .page-controls {
  border-bottom: 1px solid #d6d6d6;
  height: 47px;
  margin-top: 10px;
}
#delivery-search .page-controls #sort-bar {
  color: #0074B8;
  float: right;
}
#delivery-search .page-controls #sort-bar select {
  margin-right: 5px;
}
#delivery-search .page-controls #sort-bar span {
  color: #0074B8;
}
#delivery-search .page-controls #view-select {
  display: inline;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  float: left;
  padding-top: 5px;
}
#delivery-search .page-controls #view-select #list-view {
  border-left: 1px solid #d6d6d6;
}
#delivery-search.map #sort-bar {
  display: none;
}
#delivery-search.map #map,
#delivery-search.map #map-canvas {
  height: 600px;
  width: 100%;
}
#delivery-search.map #map .map-job-overlay,
#delivery-search.map #map-canvas .map-job-overlay {
  box-shadow: 5px, 6px, 5px, #2B2B2B;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  padding: 8px 10px;
  position: relative;
  width: 280px;
}
#delivery-search.map #map .map-job-overlay .close-button,
#delivery-search.map #map-canvas .map-job-overlay .close-button {
  background: url('/media/images/icons/map-close-icon.png') no-repeat transparent;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}
#delivery-search.map #map .map-job-overlay .header,
#delivery-search.map #map-canvas .map-job-overlay .header {
  font-size: 13px;
  margin-bottom: 6px;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-section,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-section {
  margin-bottom: 4px;
  overflow: hidden;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-location-main,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-location-main {
  margin-left: -10px;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-location-main .map-job-location-section,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-location-main .map-job-location-section {
  float: left;
  margin-left: 10px;
  width: 135px;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-location-main .map-job-location-section .header,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-location-main .map-job-location-section .header {
  font-size: 10px;
  margin-bottom: 2px;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-details ul,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-details ul {
  float: left;
  width: 140px;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-details ul li,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-details ul li {
  overflow: hidden;
  width: 100%;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-details ul li p,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-details ul li p,
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-details ul li h4,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-details ul li h4 {
  float: left;
}
#delivery-search.map #map .map-job-overlay .map-job-main .map-job-details .button,
#delivery-search.map #map-canvas .map-job-overlay .map-job-main .map-job-details .button {
  float: right;
  margin-top: 26px;
}
#delivery-search.map #map-legend {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  background: white;
  padding: 0 1.04166667%;
  margin: 0px;
}
#delivery-search.map #map-legend h2 {
  margin-top: 20px;
}
#delivery-search.map #map-legend p {
  margin-bottom: 5px;
}
#delivery-search.map #map-legend p:last-child {
  margin-bottom: 0px;
}
#delivery-search.map #map-legend img.van-mark {
  margin: 0 5px 0 8px;
}
#delivery-search.map #map-legend span {
  position: relative;
  top: -13px;
}
/*---
/*--- Item details
/*----------------------------- */
#item-details .account-controls.mini {
  margin-bottom: 20px;
}
#item-details .notice {
  margin-bottom: 7px;
}
#item-details #destination-form {
  box-sizing: border-box;
  width: 100%;
}
#item-details #destination-form .cat,
#item-details #destination-form .location {
  width: 33%;
}
#item-details #destination-form .cat select,
#item-details #destination-form .location select {
  height: 38px;
}
#item-details #item {
  padding: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}
#item-details #item h1 {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin: 0px 0px 20px;
}
#item-details #item h1.label {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  font-size: 1rem;
}
#item-details #item h2.title {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#item-details #item .notification {
  clear: both;
}
#item-details #item .panel-header {
  background: #6f6f6f;
  box-sizing: border-box;
  color: white;
  font-size: 1.288rem;
  padding: 2px 10px;
}
#item-details #item .left {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
#item-details #item .right {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#item-details #item .full-width {
  clear: both;
  width: 100%;
}
#item-details #item .content {
  border: none;
  padding: 0px;
}
#item-details #item .info {
  box-sizing: border-box;
  float: none;
}
#item-details #item #location-details {
  padding: 0px;
}
#item-details #item #location-details #delivery-details {
  display: inline;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
  background: white;
  float: left;
}
#item-details #item #location-details #delivery-details li:last-child {
  padding-bottom: 0px;
}
#item-details #item #location-details #delivery-details .info {
  box-sizing: border-box;
  width: 100%;
}
#item-details #item #location-details #delivery-details .info li {
  clear: both;
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 100%;
}
#item-details #item #location-details #delivery-details .info label {
  text-align: left;
}
#item-details #item #location-details #delivery-details .info span {
  display: inline-block;
  font-weight: bold;
  float: right;
  text-align: right;
}
#item-details #item #location-details #map {
  width: 47.91666667%;
  margin: 0 1.04166667%;
  background: #6f6f6f;
  height: 345px;
  display: inline;
  float: left;
}
#item-details #item #location-details #map #map-canvas {
  height: 345px;
  width: 100%;
}
#item-details #item #location-details .extras {
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 7px;
  float: left;
  width: 100%;
}
#item-details #item #location-details .extras div {
  box-sizing: border-box;
  float: right;
  margin-left: 18px;
}
#item-details #item #location-details .extras div:last-of-type {
  margin-left: 0px;
}
#item-details #item #location-details .extras div a {
  color: #0074B8;
  text-decoration: underline;
}
#item-details #item #location-details .extras div i,
#item-details #item #location-details .extras div img {
  padding-right: 5px;
}
#item-details #item #location-details .extras:first-of-type {
  margin-right: 5%;
}
#item-details #item-info {
  margin: 10px;
}
#item-details #item-info li {
  margin-bottom: 7px;
  overflow: hidden;
}
#item-details #item-info li label {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
#item-details #full-details .section {
  float: left;
  margin: 10px 0;
  width: 100%;
}
#item-details #full-details .section li {
  float: none;
  line-height: 1.3em;
  margin-bottom: 7px;
  width: 100%;
}
#item-details #full-details .section li label {
  float: none;
  display: inline-block;
  width: 30%;
}
#item-details #full-details .section .header {
  font-size: 1.125rem;
  font-weight: bold;
}
#item-details #full-details .section#section-property-information {
  border-left: 0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
}
#item-details #full-details .section#section-property-information label {
  display: inline-block;
  width: 30%;
}
#item-details #full-details .section#section-dimensions {
  width: 100%;
}
#item-details #full-details .section#section-floor-details .j_length {
  display: none;
}
#item-details #full-details .section:last-of-type {
  border-right: none;
}
#item-details #full-details.job-type-2 .expandable-main {
  display: flex;
  flex-flow: wrap;
}
#item-details #full-details.job-type-2 .section:not(#section-property-information) {
  border: 1px solid #d6d6d6;
  flex: 25% 1;
  margin: 0 1% 10px 0;
  padding: 1%;
}
#item-details #full-details.job-type-2 .section:not(#section-property-information) li {
  text-align: right;
}
#item-details #full-details.job-type-2 .section:not(#section-property-information) li label {
  float: left;
  width: auto;
}
#item-details #sidebar-wrapper {
  overflow: hidden;
}
#item-details .sidebar,
#item-details .content {
  margin-top: 20px;
}
#item-details #thumbs {
  margin-top: 20px;
}
#item-details #thumbs li {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
  margin-bottom: 10px;
  overflow: hidden;
  width: 21.25%;
}
#item-details #thumbs li img {
  height: 100%;
  width: 100%;
}
#item-details #thumbs li.size-65 {
  height: 65px;
}
#item-details #thumbs li.size-100 {
  height: 100px;
}
#item-details #thumbs li:nth-of-type(4n+1) {
  margin-left: 0px;
}
#item-details #map-overlay {
  background: white;
  display: none;
  overflow: hidden;
  float: right;
  height: 100%;
  position: relative;
  width: 100%;
  /*.nivo-controlNav {
			display: none !important;
		}

		.nivo-directionNav a {
			background-color: white;
			font-size: 2rem;
			height: 43px;
			line-height: 2.6rem;
			padding: 0 12px;
			//text-indent: -10000px;
			width: 15px;

			&.nivo-prevNav {
				background: #fff no-repeat 10px;
				border-radius: 0px 5px 5px 0;
			}

			&.nivo-nextNav {
				background: #fff no-repeat 10px;
				border-radius: 5px 0px 0px 5px;
			}
		}*/
}
#item-details #map-overlay .item-photo {
  display: none;
}
#item-details #map-overlay .nivoSlider {
  margin: auto;
}
#item-details #map-overlay .nivoSlider img {
  display: none;
}
#item-details #map-overlay img {
  display: block;
  position: relative;
  max-height: 100%;
  margin: 0 auto;
}
#item-details .panel {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 10px;
}
#item-details .panel.info {
  border: none;
  padding: 5px 10px;
  margin-top: 0px;
}
#item-details .buttons .button {
  float: left;
}
#item-details .buttons .button#decline-button {
  margin: 20px 20px 0 0;
  width: 200px;
}
#item-details #clarification-board {
  background: white;
  overflow: hidden;
  padding-bottom: 20px;
  /*.q-message {

			.q-message-button {

				clear: both;

				.ask-question {

					color: @orange;
					font-size: 1.17em;
					font-weight: 700;

					.cursive {

						font-size: 16px;
						margin-right: 4px;
					}
				}
			}

			.q-message-main {

				clear: both;
				.form-field {

					margin-bottom: 0px;

					textarea {
						box-sizing: border-box;
						height: 100px;
						width: 100%;
					}
				}

				.button {

					float: right;
					margin-top: 20px;
				}
			}
		}*/
}
#item-details #clarification-board h3 {
  font-size: 20px;
  margin-bottom: 4px;
}
#item-details #clarification-board .cursive {
  color: #0074B8;
  vertical-align: 2px;
}
#item-details #clarification-board .info {
  background: #f1f1f1;
  padding: 5px 10px;
  overflow: hidden;
}
#item-details #clarification-board .info textarea {
  box-sizing: border-box;
  width: 100%;
}
#item-details #clarification-board .info #q_content {
  margin-bottom: 10px;
}
#item-details #clarification-board .info .button {
  float: right;
  margin-bottom: 10px;
}
#item-details #clarification-board .questions {
  margin-bottom: 12px;
}
#item-details #clarification-board .questions .q-a-set {
  background: #f1f1f1;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
  margin-bottom: 10px;
}
#item-details #clarification-board .questions .q-a-set .question {
  clear: both;
  margin-bottom: 4px;
}
#item-details #clarification-board .questions .q-a-set .question p.username {
  font-style: italic;
  margin-bottom: 5px;
}
#item-details #clarification-board .questions .q-a-set .question .q-answer {
  display: inline-block;
  margin-right: 4px;
}
#item-details #clarification-board .questions .q-a-set .question .q-message-button {
  clear: none;
  float: right;
  margin-top: 30px;
}
#item-details #clarification-board .questions .q-a-set .question .q-message-button a {
  padding-top: 3px;
}
#item-details #clarification-board .questions .q-a-set .question .q-message {
  clear: both;
  display: none;
}
#item-details #clarification-board .q-message-main form {
  padding: 10px 0;
  overflow: hidden;
}
#item-details #clarification-board .q-message-main form .form-field {
  margin-bottom: 5px;
}
#item-details #clarification-board .q-message-main label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 7px;
}
#item-details .bid-login {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
#item-details .bid-login .button {
  width: 80%;
}
#item-details .bid-login .button a {
  padding-top: 7px;
}
#item-details #expanded-info {
  background: #EAEFF0;
  padding: 5px 10px;
}
#item-details .extended-main {
  overflow: hidden;
}
#item-details #bids {
  margin-bottom: 20px;
  margin-top: 15px;
}
#item-details #bids .info {
  padding: 2px 10px;
}
#item-details #bids.courier-bids-table {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
#item-details #bid-table thead {
  border-primary: 1px solid #d6d6d6;
}
#item-details #bid-table thead tr th {
  color: white;
  background: #6f6f6f !important;
  font-size: 1rem;
}
#item-details #bid-table thead tr th#courier {
  padding-left: 10px;
}
#item-details #bid-table thead tr:hover {
  background: #EAEFF0 !important;
}
#item-details #bid-table tr {
  border: 1px solid #d6d6d6;
  font-size: 1.65rem;
}
#item-details #bid-table tr td.bid-amount {
  font-weight: bold;
}
#item-details #bid-table tr td.courier img {
  float: left;
  padding: 5px 0;
  margin: 0 10px;
  width: 50px;
}
#item-details #bid-table tr td.courier h3 {
  font-weight: bold;
  padding: 5px 0 0;
  margin-top: 11px;
  line-height: 0.9rem;
}
#item-details #bid-table tr td.courier h3 a {
  color: #0074B8;
  text-decoration: underline;
}
#item-details #bid-table tr td.courier h3 span.completed-jobs {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 5px;
}
#item-details #bid-table tr td.courier p {
  font-size: 0.875rem;
}
#item-details #bid-table tr td.accept-bid .button,
#item-details #bid-table tr td.my-response .button {
  width: 100%;
}
#item-details #bid-table tr td.date,
#item-details #bid-table tr td.bid-amount {
  font-size: 1rem;
}
#item-details #bid-table tr td.ticked i {
  color: #52B100;
  font-size: 1.125rem;
}
#item-details #bid-table tr td:last-of-type {
  border-right: 1px solid #d6d6d6;
}
#item-details #bid-table tr:nth-of-type(2n) {
  background: #f1f1f1;
}
#item-details #bid-table tr.spacer {
  background: none;
  border-top: 1px solid #d6d6d6;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
#item-details #bid-table tr.spacer td {
  height: 1px;
  line-height: 8px;
  padding: 0px;
}
#item-details #bid-table tr.spacer td:last-of-type {
  border-right: 0px;
}
#item-details #bid-table .fa-plus,
#item-details #bid-table .fa-minus {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
  border-radius: 7px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-indent: 0px;
  /*&.chev a, &.chev button, &chev h2 {
		background: none;
		border: none;
		color: white;
		width: 100%;
	}

	&.chev a:after, &.chev button:after, &.chev h2:after {

		content: ' \00BB';
		font-size: 152%;
		font-family: "lucida grande", arial, helvetica, san-serif;
		position: relative;
		top: 1px;
	}

	&.chev.prev a:after, &.chev.prev button:after, &.chev.prev h2:after {
		content: '';
	}

	&.chev.prev a:before, &.chev.prev button:before, &.chev.prev h2:before {
		content: '\00AB ';
		font-size: 152%;
		font-family: "lucida grande", arial, helvetica, san-serif;
		padding-right: 10px;
		position: relative;
		top: 1px;
	}*/
  font-size: 0.7rem;
  border-radius: 50%;
  height: 15px;
  text-align: center;
  padding-top: 5px;
  position: relative;
  top: -1px;
  width: 20px;
}
#item-details #bid-table .fa-plus:hover,
#item-details #bid-table .fa-minus:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
#item-details #bid-table .fa-plus.no-hover:hover,
#item-details #bid-table .fa-minus.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
#item-details #bid-table .fa-plus:hover,
#item-details #bid-table .fa-minus:hover {
  transition: background-color 0.5s linear;
}
#item-details #bid-table .fa-plus.grey,
#item-details #bid-table .fa-minus.grey {
  background: #d1d1d1;
  /* Old browsers */
  background: linear-gradient(to bottom, #9c9c9c 0%, #727272 100%);
  /* W3C */
  box-shadow: inset 0px 1px 0px 0px #bdbdbd;
  text-shadow: 1px 1px 0px #525252;
}
#item-details #bid-table .fa-plus.green,
#item-details #bid-table .fa-minus.green,
#item-details #bid-table .fa-plus.positive,
#item-details #bid-table .fa-minus.positive {
  background: #b6da99;
  background: linear-gradient(to bottom, #78b829 0%, #54811d 100%);
  border: 1px solid #4A691B;
  color: white;
  text-shadow: 1px 1px 0px #009930;
}
#item-details #bid-table .fa-plus.green:hover,
#item-details #bid-table .fa-minus.green:hover,
#item-details #bid-table .fa-plus.positive:hover,
#item-details #bid-table .fa-minus.positive:hover {
  background: linear-gradient(to bottom, #5b9a28 0%, #3c651b 100%);
}
#item-details #bid-table .fa-plus.orange,
#item-details #bid-table .fa-minus.orange,
#item-details #bid-table .fa-plus.call-to-action,
#item-details #bid-table .fa-minus.call-to-action {
  background: #ff7800;
  /* Old browsers */
  background: linear-gradient(to bottom, #FF9E3F 1%, #C45C00 100%);
  /* W3C */
  border: 1px solid #7d430b;
  color: white;
  text-shadow: 1px 1px 0px #d77414;
}
#item-details #bid-table .fa-plus.orange:hover,
#item-details #bid-table .fa-minus.orange:hover,
#item-details #bid-table .fa-plus.call-to-action:hover,
#item-details #bid-table .fa-minus.call-to-action:hover {
  background: linear-gradient(to bottom, #d1762b 1%, #c55d00 100%);
  /* W3C */
}
#item-details #bid-table .fa-plus.minimal,
#item-details #bid-table .fa-minus.minimal {
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  float: left;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
#item-details #bid-table .fa-plus.minimal a,
#item-details #bid-table .fa-minus.minimal a {
  color: #0074B8;
  text-decoration: underline;
  text-shadow: none;
}
#item-details #bid-table .fa-plus.minimal img,
#item-details #bid-table .fa-minus.minimal img {
  fill: #0074B8 !important;
  height: 14px;
  position: relative;
  top: 2px;
}
#item-details #bid-table .fa-plus.minimal:hover,
#item-details #bid-table .fa-minus.minimal:hover {
  border: 1px solid #0074B8;
}
#item-details #bid-table .fa-plus a,
#item-details #bid-table .fa-minus a,
#item-details #bid-table .fa-plus div,
#item-details #bid-table .fa-minus div {
  color: white;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
#item-details #bid-table .fa-plus input[type="submit"],
#item-details #bid-table .fa-minus input[type="submit"] {
  background: none;
  border: none;
  color: white;
  display: block;
  height: 99%;
  width: 100%;
}
#item-details #bid-table .fa-plus.prev a,
#item-details #bid-table .fa-minus.prev a,
#item-details #bid-table .fa-plus.prev input[type="submit"],
#item-details #bid-table .fa-minus.prev input[type="submit"] {
  background: url('/media/images/icons/prev-step.png') no-repeat 16px 50% transparent;
}
#item-details #bid-table .fa-plus.next a,
#item-details #bid-table .fa-minus.next a,
#item-details #bid-table .fa-plus.next input[type="submit"],
#item-details #bid-table .fa-minus.next input[type="submit"] {
  background-position-x: 90%;
  background-position-y: 60%;
}
#item-details #bid-table .fa-plus.next a:after,
#item-details #bid-table .fa-minus.next a:after {
  content: ' \00BB';
}
#item-details #bid-table .fa-plus.pound a,
#item-details #bid-table .fa-minus.pound a,
#item-details #bid-table .fa-plus.pound input[type="submit"],
#item-details #bid-table .fa-minus.pound input[type="submit"] {
  background: url("/media/images/icons/large-pound.png") no-repeat 30px 58% transparent;
}
#item-details #bid-table .fa-plus.paypal,
#item-details #bid-table .fa-minus.paypal {
  background: none;
  border: none;
  box-shadow: none;
}
#item-details #bid-table .fa-plus.paypal a,
#item-details #bid-table .fa-minus.paypal a,
#item-details #bid-table .fa-plus.paypal input[type="submit"],
#item-details #bid-table .fa-minus.paypal input[type="submit"] {
  background: url("/media/images/EC-button.gif") no-repeat 0 0 transparent;
  border: none;
  box-shadow: none;
}
#item-details #bid-table .fa-plus.huge,
#item-details #bid-table .fa-minus.huge {
  font-size: 1.3em;
  min-height: 48px;
  margin-bottom: 40px;
  text-align: left;
  width: 250px;
}
#item-details #bid-table .fa-plus.huge a,
#item-details #bid-table .fa-minus.huge a {
  padding: 11px 0 12px;
  height: auto;
}
#item-details #bid-table .fa-plus.huge img,
#item-details #bid-table .fa-minus.huge img {
  padding-right: 10px;
  vertical-align: bottom;
}
#item-details #bid-table .fa-plus.huge input[type="submit"],
#item-details #bid-table .fa-minus.huge input[type="submit"],
#item-details #bid-table .fa-plus.huge button,
#item-details #bid-table .fa-minus.huge button {
  background: none;
  border: none;
  color: white;
  font-size: 1.0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  padding-top: 6px;
  width: 100%;
}
#item-details #bid-table .fa-plus.huge.chev button,
#item-details #bid-table .fa-minus.huge.chev button {
  margin-top: -7px;
}
#item-details #bid-table .fa-plus.large,
#item-details #bid-table .fa-minus.large {
  font-size: 1.429em;
  height: 43px;
  width: 180px;
}
#item-details #bid-table .fa-plus.large img,
#item-details #bid-table .fa-minus.large img {
  margin-left: -20px;
  margin-right: 15px;
  vertical-align: -2px;
  width: 15px;
}
#item-details #bid-table .fa-plus.long,
#item-details #bid-table .fa-minus.long {
  height: 24px;
  padding-top: 7px;
  width: 308px;
}
#item-details #bid-table .fa-plus.long img,
#item-details #bid-table .fa-minus.long img {
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 2px;
}
#item-details #bid-table .fa-plus.medium,
#item-details #bid-table .fa-minus.medium {
  height: 35px;
  width: 230px;
}
#item-details #bid-table .fa-plus.medium.short,
#item-details #bid-table .fa-minus.medium.short {
  width: 165px;
}
#item-details #bid-table .fa-plus.medium img,
#item-details #bid-table .fa-minus.medium img {
  margin-right: 5px;
}
#item-details #bid-table .fa-plus.medium a,
#item-details #bid-table .fa-minus.medium a,
#item-details #bid-table .fa-plus.medium button,
#item-details #bid-table .fa-minus.medium button,
#item-details #bid-table .fa-plus.medium h2,
#item-details #bid-table .fa-minus.medium h2 {
  font-size: 18px;
  position: relative;
}
#item-details #bid-table .fa-plus.medium.chev button,
#item-details #bid-table .fa-minus.medium.chev button {
  margin-top: -5px;
}
#item-details #bid-table .fa-plus.medium.chev a,
#item-details #bid-table .fa-minus.medium.chev a {
  top: -12px;
}
#item-details #bid-table .fa-plus.small,
#item-details #bid-table .fa-minus.small {
  font-size: 0.875rem;
  height: 29px;
  width: 131px;
}
#item-details #bid-table .fa-plus.small img,
#item-details #bid-table .fa-minus.small img {
  margin-left: -10px;
  margin-right: 8px;
  vertical-align: -2px;
}
#item-details #bid-table .fa-plus.small input,
#item-details #bid-table .fa-minus.small input {
  top: 0px;
}
#item-details #bid-table .fa-plus.small.stumpy,
#item-details #bid-table .fa-minus.small.stumpy {
  border-radius: 5px;
  width: 80px;
  /*a {
				padding-top: 5px;
			}*/
}
#item-details #bid-table .fa-plus.small.qq-upload-button,
#item-details #bid-table .fa-minus.small.qq-upload-button {
  height: 23px;
}
#item-details #bid-table .fa-plus.vsmall,
#item-details #bid-table .fa-minus.vsmall {
  height: 20px;
  width: 70px;
}
#item-details #bid-table .fa-plus.vsmall input,
#item-details #bid-table .fa-minus.vsmall input {
  top: 0px;
}
#item-details #bid-table .button a {
  padding-top: 3px;
}
#item-details td.my-response .button a {
  padding-top: 3px;
}
#item-details tr.extended td {
  height: 0px;
}
#item-details tr.extended .extended-main {
  height: 1px;
  margin: 0px;
}
#item-details .bid-details {
  padding: 5px 5px 10px;
  overflow: hidden;
}
#item-details .bid-details ul {
  float: left;
}
#item-details .bid-details ul li {
  padding-left: 15px;
}
#item-details .bid-details ul li p {
  clear: right;
  display: block;
  font-weight: 700;
  float: left;
  width: 120px;
}
#item-details .bid-details ul p:nth-child(2n) {
  font-weight: normal;
  width: 180px;
}
#item-details .bid-details ul label {
  font-weight: bold;
  display: inline-block;
  width: 150px;
}
#item-details .bid-messages {
  padding: 5px 10px;
  margin-top: 15px;
}
#item-details .bid-messages li {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
  background: #0074B8;
  border-radius: 2px;
  box-sizing: border-box;
  color: white;
  padding: 15px;
  position: relative;
  margin: 10px 0 40px;
}
#item-details .bid-messages li:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #0074B8 transparent;
  display: block;
  width: 0;
}
#item-details .bid-messages li .message-details {
  font-weight: lighter;
  text-align: right;
}
#item-details .bid-messages .my-response {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  float: right;
}
#item-details .bid-messages .my-response .do-reply {
  padding: 4px 0;
  margin: 9px 0 10px;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
#item-details .notification {
  font-size: 1rem;
}
#item-details #make-a-bid {
  padding: 0 0 25px;
}
#item-details #make-a-bid,
#item-details #ask-a-question {
  clear: both;
  /*display: none;*/
}
#item-details #make-a-bid .info p,
#item-details #ask-a-question .info p {
  margin-top: 7px;
}
#item-details #make-a-bid .required,
#item-details #ask-a-question .required {
  color: #0074B8;
}
#item-details #make-a-bid .button.huge,
#item-details #ask-a-question .button.huge {
  text-align: center;
}
#item-details #make-a-bid .button.huge#verify,
#item-details #ask-a-question .button.huge#verify {
  width: 100%;
}
#item-details #make-a-bid .button.huge#verify a,
#item-details #ask-a-question .button.huge#verify a {
  padding: 3% 0;
}
#item-details #make-a-bid .bid-panel,
#item-details #ask-a-question .bid-panel {
  background: #f1f1f1;
}
#item-details #make-a-bid .bid-panel h3,
#item-details #ask-a-question .bid-panel h3 {
  font-weight: bold;
  padding: 10px 10px 0;
}
#item-details #make-a-bid .bid-panel label,
#item-details #ask-a-question .bid-panel label {
  font-weight: 700;
  margin-bottom: 7px;
}
#item-details #make-a-bid .bid-panel h2,
#item-details #ask-a-question .bid-panel h2 {
  margin-bottom: 10px;
}
#item-details #make-a-bid .bid-panel .step-form,
#item-details #ask-a-question .bid-panel .step-form,
#item-details #make-a-bid .bid-panel .ask-question-form,
#item-details #ask-a-question .bid-panel .ask-question-form {
  background: #f1f1f1;
  box-sizing: border-box;
  float: left;
  width: 49%;
}
#item-details #make-a-bid .bid-panel .step-form input[type="text"],
#item-details #ask-a-question .bid-panel .step-form input[type="text"],
#item-details #make-a-bid .bid-panel .ask-question-form input[type="text"],
#item-details #ask-a-question .bid-panel .ask-question-form input[type="text"] {
  background: white;
}
#item-details #make-a-bid .bid-panel #collect-form,
#item-details #ask-a-question .bid-panel #collect-form,
#item-details #make-a-bid .bid-panel #deliver-form,
#item-details #ask-a-question .bid-panel #deliver-form {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
#item-details #make-a-bid .bid-panel #collect-form label,
#item-details #ask-a-question .bid-panel #collect-form label,
#item-details #make-a-bid .bid-panel #deliver-form label,
#item-details #ask-a-question .bid-panel #deliver-form label {
  float: left;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0px;
  width: 100%;
}
#item-details #make-a-bid .bid-panel #collect-form li.flexible,
#item-details #ask-a-question .bid-panel #collect-form li.flexible,
#item-details #make-a-bid .bid-panel #deliver-form li.flexible,
#item-details #ask-a-question .bid-panel #deliver-form li.flexible {
  margin-bottom: 5px;
  margin-top: 10px;
}
#item-details #make-a-bid .bid-panel #collect-form span.form-field,
#item-details #ask-a-question .bid-panel #collect-form span.form-field,
#item-details #make-a-bid .bid-panel #deliver-form span.form-field,
#item-details #ask-a-question .bid-panel #deliver-form span.form-field {
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#item-details #make-a-bid .bid-panel #collect-form #b_pickup_date_type .chosen-container,
#item-details #ask-a-question .bid-panel #collect-form #b_pickup_date_type .chosen-container,
#item-details #make-a-bid .bid-panel #deliver-form #b_pickup_date_type .chosen-container,
#item-details #ask-a-question .bid-panel #deliver-form #b_pickup_date_type .chosen-container,
#item-details #make-a-bid .bid-panel #collect-form #b_deliver_date_type .chosen-container,
#item-details #ask-a-question .bid-panel #collect-form #b_deliver_date_type .chosen-container,
#item-details #make-a-bid .bid-panel #deliver-form #b_deliver_date_type .chosen-container,
#item-details #ask-a-question .bid-panel #deliver-form #b_deliver_date_type .chosen-container {
  width: 100% !important;
}
#item-details #make-a-bid .bid-panel #collect-form #b_pickup_date_type .chosen-container span,
#item-details #ask-a-question .bid-panel #collect-form #b_pickup_date_type .chosen-container span,
#item-details #make-a-bid .bid-panel #deliver-form #b_pickup_date_type .chosen-container span,
#item-details #ask-a-question .bid-panel #deliver-form #b_pickup_date_type .chosen-container span,
#item-details #make-a-bid .bid-panel #collect-form #b_deliver_date_type .chosen-container span,
#item-details #ask-a-question .bid-panel #collect-form #b_deliver_date_type .chosen-container span,
#item-details #make-a-bid .bid-panel #deliver-form #b_deliver_date_type .chosen-container span,
#item-details #ask-a-question .bid-panel #deliver-form #b_deliver_date_type .chosen-container span {
  margin-top: 0px;
}
#item-details #make-a-bid .bid-panel #collect-form span#b_deliver_date_2,
#item-details #ask-a-question .bid-panel #collect-form span#b_deliver_date_2,
#item-details #make-a-bid .bid-panel #deliver-form span#b_deliver_date_2,
#item-details #ask-a-question .bid-panel #deliver-form span#b_deliver_date_2,
#item-details #make-a-bid .bid-panel #collect-form span#b_pickup_date_2,
#item-details #ask-a-question .bid-panel #collect-form span#b_pickup_date_2,
#item-details #make-a-bid .bid-panel #deliver-form span#b_pickup_date_2,
#item-details #ask-a-question .bid-panel #deliver-form span#b_pickup_date_2 {
  margin-top: 10px;
}
#item-details #make-a-bid .bid-panel #collect-form .collection-type,
#item-details #ask-a-question .bid-panel #collect-form .collection-type,
#item-details #make-a-bid .bid-panel #deliver-form .collection-type,
#item-details #ask-a-question .bid-panel #deliver-form .collection-type,
#item-details #make-a-bid .bid-panel #collect-form .deliver-type,
#item-details #ask-a-question .bid-panel #collect-form .deliver-type,
#item-details #make-a-bid .bid-panel #deliver-form .deliver-type,
#item-details #ask-a-question .bid-panel #deliver-form .deliver-type {
  display: inline-block;
}
#item-details #make-a-bid .bid-panel #collect-form .collection-type span.form-field,
#item-details #ask-a-question .bid-panel #collect-form .collection-type span.form-field,
#item-details #make-a-bid .bid-panel #deliver-form .collection-type span.form-field,
#item-details #ask-a-question .bid-panel #deliver-form .collection-type span.form-field,
#item-details #make-a-bid .bid-panel #collect-form .deliver-type span.form-field,
#item-details #ask-a-question .bid-panel #collect-form .deliver-type span.form-field,
#item-details #make-a-bid .bid-panel #deliver-form .deliver-type span.form-field,
#item-details #ask-a-question .bid-panel #deliver-form .deliver-type span.form-field {
  width: 100%;
}
#item-details #make-a-bid .bid-panel #collect-form .collection-type span.second-line,
#item-details #ask-a-question .bid-panel #collect-form .collection-type span.second-line,
#item-details #make-a-bid .bid-panel #deliver-form .collection-type span.second-line,
#item-details #ask-a-question .bid-panel #deliver-form .collection-type span.second-line,
#item-details #make-a-bid .bid-panel #collect-form .deliver-type span.second-line,
#item-details #ask-a-question .bid-panel #collect-form .deliver-type span.second-line,
#item-details #make-a-bid .bid-panel #deliver-form .deliver-type span.second-line,
#item-details #ask-a-question .bid-panel #deliver-form .deliver-type span.second-line {
  display: inline-block;
  margin-top: 10px;
  margin-left: 40px;
  width: 100%;
}
#item-details #make-a-bid .bid-panel #collect-form .collection-type #b_pickup_date,
#item-details #ask-a-question .bid-panel #collect-form .collection-type #b_pickup_date,
#item-details #make-a-bid .bid-panel #deliver-form .collection-type #b_pickup_date,
#item-details #ask-a-question .bid-panel #deliver-form .collection-type #b_pickup_date,
#item-details #make-a-bid .bid-panel #collect-form .deliver-type #b_pickup_date,
#item-details #ask-a-question .bid-panel #collect-form .deliver-type #b_pickup_date,
#item-details #make-a-bid .bid-panel #deliver-form .deliver-type #b_pickup_date,
#item-details #ask-a-question .bid-panel #deliver-form .deliver-type #b_pickup_date,
#item-details #make-a-bid .bid-panel #collect-form .collection-type #b_deliver_date,
#item-details #ask-a-question .bid-panel #collect-form .collection-type #b_deliver_date,
#item-details #make-a-bid .bid-panel #deliver-form .collection-type #b_deliver_date,
#item-details #ask-a-question .bid-panel #deliver-form .collection-type #b_deliver_date,
#item-details #make-a-bid .bid-panel #collect-form .deliver-type #b_deliver_date,
#item-details #ask-a-question .bid-panel #collect-form .deliver-type #b_deliver_date,
#item-details #make-a-bid .bid-panel #deliver-form .deliver-type #b_deliver_date,
#item-details #ask-a-question .bid-panel #deliver-form .deliver-type #b_deliver_date {
  margin-top: 10px;
}
#item-details #make-a-bid .bid-panel #collect-form p.collect.between,
#item-details #ask-a-question .bid-panel #collect-form p.collect.between,
#item-details #make-a-bid .bid-panel #deliver-form p.collect.between,
#item-details #ask-a-question .bid-panel #deliver-form p.collect.between,
#item-details #make-a-bid .bid-panel #collect-form p.deliver.between,
#item-details #ask-a-question .bid-panel #collect-form p.deliver.between,
#item-details #make-a-bid .bid-panel #deliver-form p.deliver.between,
#item-details #ask-a-question .bid-panel #deliver-form p.deliver.between {
  display: none;
  margin-top: 8px;
}
#item-details #make-a-bid .bid-panel #collect-form select,
#item-details #ask-a-question .bid-panel #collect-form select,
#item-details #make-a-bid .bid-panel #deliver-form select,
#item-details #ask-a-question .bid-panel #deliver-form select {
  width: 100%;
}
#item-details #make-a-bid .bid-panel #collect-form input.hasDatepicker,
#item-details #ask-a-question .bid-panel #collect-form input.hasDatepicker,
#item-details #make-a-bid .bid-panel #deliver-form input.hasDatepicker,
#item-details #ask-a-question .bid-panel #deliver-form input.hasDatepicker {
  width: 98px;
}
#item-details #make-a-bid .bid-panel h5,
#item-details #ask-a-question .bid-panel h5 {
  color: #0074B8;
  font-size: 1.125rem;
  font-weight: normal;
}
#item-details #make-a-bid .bid-panel input.number,
#item-details #ask-a-question .bid-panel input.number {
  width: 90px;
}
#item-details #make-a-bid .bid-panel li .field-description,
#item-details #ask-a-question .bid-panel li .field-description {
  padding: 9px 10px;
}
#item-details #make-a-bid .bid-panel li#b_starting,
#item-details #ask-a-question .bid-panel li#b_starting,
#item-details #make-a-bid .bid-panel li#b_lowest,
#item-details #ask-a-question .bid-panel li#b_lowest {
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 50%;
}
#item-details #make-a-bid .bid-panel li#b_starting label,
#item-details #ask-a-question .bid-panel li#b_starting label,
#item-details #make-a-bid .bid-panel li#b_lowest label,
#item-details #ask-a-question .bid-panel li#b_lowest label {
  font-size: 0.875rem;
  float: left;
  margin: 0px;
  width: 100%;
}
#item-details #make-a-bid .bid-panel li#b_starting p,
#item-details #ask-a-question .bid-panel li#b_starting p,
#item-details #make-a-bid .bid-panel li#b_lowest p,
#item-details #ask-a-question .bid-panel li#b_lowest p {
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 0px;
}
#item-details #make-a-bid .bid-panel li#b_starting span.error,
#item-details #ask-a-question .bid-panel li#b_starting span.error,
#item-details #make-a-bid .bid-panel li#b_lowest span.error,
#item-details #ask-a-question .bid-panel li#b_lowest span.error {
  border: none;
  margin: 0px;
  padding: 0px;
}
#item-details #make-a-bid .bid-panel li#b_starting .errors,
#item-details #ask-a-question .bid-panel li#b_starting .errors,
#item-details #make-a-bid .bid-panel li#b_lowest .errors,
#item-details #ask-a-question .bid-panel li#b_lowest .errors {
  background: #ff6054;
  border: 1px solid #D51205;
  box-sizing: border-box;
  margin-left: -110%;
  min-height: 30px;
  padding: 10px;
  position: absolute;
  top: 26px;
  width: 120%;
  z-index: 1;
}
#item-details #make-a-bid .text-label .bid-type,
#item-details #ask-a-question .text-label .bid-type {
  display: inline-block;
  width: 120px;
}
#item-details #make-a-bid .text-label .currency,
#item-details #ask-a-question .text-label .currency {
  padding-left: 20px;
  padding-right: 8px;
}
#item-details #make-a-bid .text-label input,
#item-details #ask-a-question .text-label input {
  margin-right: 30px;
  width: 70px;
}
#item-details #make-a-bid input[type="radio"],
#item-details #ask-a-question input[type="radio"] {
  margin-right: 8px;
}
#item-details #make-a-bid #collect-within-text,
#item-details #ask-a-question #collect-within-text,
#item-details #make-a-bid #delivery-within-text,
#item-details #ask-a-question #delivery-within-text {
  width: 70px;
}
#item-details #make-a-bid #collect-between-select,
#item-details #ask-a-question #collect-between-select,
#item-details #make-a-bid #deliver-between-select,
#item-details #ask-a-question #deliver-between-select {
  margin: 0 5px;
}
#item-details #make-a-bid #stepthree,
#item-details #ask-a-question #stepthree {
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
}
#item-details #make-a-bid #stepfour,
#item-details #ask-a-question #stepfour,
#item-details #make-a-bid .ask-question-form,
#item-details #ask-a-question .ask-question-form {
  background: #f1f1f1;
  padding: 10px;
}
#item-details #make-a-bid #stepfour label,
#item-details #ask-a-question #stepfour label,
#item-details #make-a-bid .ask-question-form label,
#item-details #ask-a-question .ask-question-form label {
  float: none;
  margin-bottom: 10px;
  width: 100%;
}
#item-details #make-a-bid #stepfour fieldset,
#item-details #ask-a-question #stepfour fieldset,
#item-details #make-a-bid .ask-question-form fieldset,
#item-details #ask-a-question .ask-question-form fieldset {
  padding-top: 3px;
  margin: 0px;
}
#item-details #make-a-bid #stepfour textarea,
#item-details #ask-a-question #stepfour textarea,
#item-details #make-a-bid .ask-question-form textarea,
#item-details #ask-a-question .ask-question-form textarea {
  box-sizing: border-box;
  height: 150px;
  width: 100%;
}
#item-details #make-a-bid #stepfour .flexible,
#item-details #ask-a-question #stepfour .flexible,
#item-details #make-a-bid .ask-question-form .flexible,
#item-details #ask-a-question .ask-question-form .flexible {
  font-weight: normal;
  padding-left: 5px;
}
#item-details #make-a-bid .confirm-area,
#item-details #ask-a-question .confirm-area {
  margin: 0 auto;
  width: 254px;
}
#item-details #make-a-bid .button,
#item-details #ask-a-question .button {
  margin: 5px auto;
}
/*---
/*--- /account/jobs
/*--- @comment: job listings etc,
/*----------------------------- */
.account-nav {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
  min-height: 50px;
}
.account-nav ul {
  height: 50px;
  width: 100%;
}
.account-nav ul li {
  float: left;
  padding: 0 5px;
}
.account-nav ul.top-nav {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
  border: none;
  border-radius: 5px;
  font-size: 1.125rem;
}
.account-nav ul.top-nav:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
.account-nav ul.top-nav.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
.account-nav ul.top-nav li {
  border-right: 1px solid white;
  padding: 12px 15px;
}
.account-nav ul.top-nav li a {
  color: white;
}
.account-nav ul.top-nav li a:hover {
  text-decoration: underline;
}
.account-nav ul.top-nav li:first-of-type {
  margin-left: 10px;
}
.account-nav ul.top-nav li.selected {
  background: white;
  border: 1px solid #d6d6d6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 27px;
  position: relative;
  top: -5px;
  padding-top: 14px;
  border-bottom: none;
  padding-bottom: 13px;
}
.account-nav ul.top-nav li.selected a {
  color: #0074B8;
  text-shadow: none;
}
.account-nav ul.top-nav li.selected .notifications {
  border-color: white;
}
.account-nav ul.top-nav li .notifications {
  background: #ff7800;
  /* Old browsers */
  background: linear-gradient(to bottom, #FF9E3F 1%, #C45C00 100%);
  /* W3C */
  border: 1px solid #7d430b;
  text-shadow: 1px 1px 0px #d77414;
  border-color: #977758;
  border-radius: 50%;
  color: white;
  height: 22px;
  display: inline-block;
  font-size: 0.875rem;
  padding-top: 2px;
  position: relative;
  margin-right: 5px;
  text-align: center;
  text-shadow: none;
  top: -2px;
  width: 25px;
}
.account-nav ul.top-nav li .notifications:hover {
  background: linear-gradient(to bottom, #d1762b 1%, #c55d00 100%);
  /* W3C */
}
.account-nav ul.secondary-nav {
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.125rem;
  height: 45px;
  padding: 11px 0 0px;
  margin-bottom: 5px;
}
.account-nav ul.secondary-nav li {
  border-radius: 3px;
  padding: 6px 11px;
  margin: 0 5px;
}
.account-nav ul.secondary-nav li:first-of-type {
  margin-left: 10px;
}
.account-nav ul.secondary-nav li.selected {
  background: #EAF3F8;
}
.account-nav ul.secondary-nav li.selected a {
  color: #0074B8;
}
.account-nav ul.secondary-nav li:hover {
  background: #f1f1f1;
}
.account-nav ul.secondary-nav a {
  color: black;
}
.courier .top-nav li:last-of-type {
  float: right;
}
.courier .top-nav li:last-of-type a {
  background: linear-gradient(to bottom, #ffffff 0%, #cacaca 100%);
  color: #242424;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  font-size: 1rem;
  padding: 5px 40px;
  text-shadow: none;
}
.courier .top-nav li:last-of-type a:before {
  content: "\f002";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.account h1 {
  margin: 20px 0;
}
.account#courier-index #bidding-jobs .button.small a {
  top: 3px;
}
.account#courier-index #won-jobs .button {
  margin-top: 23px;
}
.account .customer #accepted-jobs,
.account .customer #expired-jobs,
.account .customer #completed-jobs {
  display: none;
}
.account #watching-jobs,
.account #invited-jobs,
.account #won-jobs,
.account #winning-jobs,
.account #losing-jobs {
  display: none;
}
.account .search-results .listed {
  line-height: 1rem;
  width: 60px;
}
.account .search-results .start-location,
.account .search-results .end-location {
  line-height: 1rem;
  width: 13%;
}
.account .search-results .number-of-bids,
.account .search-results .distance,
.account .search-results .low-bid {
  text-align: center;
  padding: 0px;
}
.account .search-results .number-of-bids {
  padding: 0px 5px;
}
.account .search-results .low-bid {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.account .search-results .button.small a {
  position: relative;
}
.account h2 {
  margin-bottom: 5px;
}
.account .customer .search-results,
.account.customer #job-delete,
.account.courier.mobile {
  margin-bottom: 50px;
}
.account .customer .search-results .job-listing,
.account.customer #job-delete .job-listing,
.account.courier.mobile .job-listing {
  border: 1px solid #d6d6d6;
  min-height: 100px;
  margin-bottom: 13px;
  padding-bottom: 0px;
}
.account .customer .search-results .journey,
.account.customer #job-delete .journey,
.account.courier.mobile .journey {
  padding-bottom: 5px;
}
.account .customer .search-results .quotes,
.account.customer #job-delete .quotes,
.account.courier.mobile .quotes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  padding-top: 16px;
}
.account .customer .search-results .quotes .listing-ends,
.account.customer #job-delete .quotes .listing-ends,
.account.courier.mobile .quotes .listing-ends,
.account .customer .search-results .quotes .quote-count,
.account.customer #job-delete .quotes .quote-count,
.account.courier.mobile .quotes .quote-count,
.account .customer .search-results .quotes .quote-value,
.account.customer #job-delete .quotes .quote-value,
.account.courier.mobile .quotes .quote-value {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.account .customer .search-results .options,
.account.customer #job-delete .options,
.account.courier.mobile .options {
  width: 16%;
}
.account .customer .search-results .buttons,
.account.customer #job-delete .buttons,
.account.courier.mobile .buttons {
  box-sizing: border-box;
  padding-top: 15px;
  padding-right: 2%;
  position: relative;
  margin: 0px;
  width: 16.65%;
}
.account .customer .search-results .buttons .button,
.account.customer #job-delete .buttons .button,
.account.courier.mobile .buttons .button {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin: 0px;
  width: 100%;
}
.account .customer .search-results .buttons .button.delivery,
.account.customer #job-delete .buttons .button.delivery,
.account.courier.mobile .buttons .button.delivery {
  margin-bottom: 5px;
}
.account .customer .search-results .buttons .select-box,
.account.customer #job-delete .buttons .select-box,
.account.courier.mobile .buttons .select-box {
  border: 2px solid #0074B8;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 5px;
  text-align: center;
  padding: 2px 10px;
}
.account .customer .search-results .buttons .select-box:after,
.account.customer #job-delete .buttons .select-box:after,
.account.courier.mobile .buttons .select-box:after {
  display: inline-block;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 1rem;
  padding-left: 5px;
  position: relative;
  padding-top: 2px;
  top: 2px;
}
.account .customer .search-results .buttons .select-options,
.account.customer #job-delete .buttons .select-options,
.account.courier.mobile .buttons .select-options {
  box-sizing: border-box;
  margin: 0 0px;
  padding-bottom: 3px;
  width: 100%;
}
.account .customer .search-results .buttons .select-options ul.options,
.account.customer #job-delete .buttons .select-options ul.options,
.account.courier.mobile .buttons .select-options ul.options {
  background: white;
  border: 2px solid #0074B8;
  box-sizing: border-box;
  display: none;
  border-top: none;
  margin: -5px 0px;
  padding: 3px 0px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.account .customer .search-results .buttons .select-options ul.options a,
.account.customer #job-delete .buttons .select-options ul.options a,
.account.courier.mobile .buttons .select-options ul.options a {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 2px;
  width: 100%;
}
.account .customer .search-results .buttons .select-options ul.options a:hover,
.account.customer #job-delete .buttons .select-options ul.options a:hover,
.account.courier.mobile .buttons .select-options ul.options a:hover {
  background: #0074B8;
  color: white;
}
.account .customer .search-results .options,
.account.customer #job-delete .options,
.account.courier.mobile .options {
  margin: 0 1%;
}
.account .customer .search-results .options li,
.account.customer #job-delete .options li,
.account.courier.mobile .options li {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  float: inherit;
  padding-top: 0px;
  text-align: center;
  margin-bottom: 5px;
}
#job-delete .button.huge {
  text-align: center;
}
#not-ready-for-mobile {
  display: none;
}
#account .account-preferences {
  min-width: 1066px;
  /*---
	/*--- Customer side overrides
	/*----------------------------- */
}
#account .account-preferences .panel h3 {
  background: #6f6f6f;
}
#account .account-preferences .notice {
  margin: 10px 0;
}
#account .account-preferences label {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  margin: 10px 0 0;
}
#account .account-preferences .button.medium {
  float: right;
}
#account .account-preferences .button.medium input[type="submit"] {
  top: 0px;
}
#account .account-preferences.customer input[type="text"],
#account .account-preferences.customer input[type="password"] {
  width: 62%;
}
#account .account-preferences.customer .name-and-address {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-left: 0px;
}
#account .account-preferences.customer .name-and-address #personal {
  padding: 10px 2%;
  width: 100%;
}
#account .account-preferences.customer .name-and-address #personal .form-field:last-of-type {
  margin-bottom: 7px;
}
#account .account-preferences.customer .password {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-top: 0px;
  margin-right: 0px;
  width: 50%;
}
#account .account-preferences.customer .password .form-group {
  padding: 10px 2%;
}
#account .account-preferences.customer .password button {
  margin: 0 20px 20px 0px;
}
#account .account-preferences.customer #form-preferences {
  margin: 20px 0px 10px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 100%;
}
#account .account-preferences.customer #form-preferences #always-contact {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-top: 12px;
  margin-right: 0px;
}
#account .account-preferences.customer #form-preferences #always-contact ul {
  padding: 1% 3%;
}
#account .account-preferences.customer #form-preferences #always-contact ul > li {
  margin: 8px 0;
}
#account .account-preferences.customer #form-preferences #always-contact ul > li:before {
  color: #52B100;
  content: "\F00C";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
#account .account-preferences.customer #form-preferences #always-contact label {
  float: none;
}
#account .account-preferences.customer #form-preferences #sometimes-contacted {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  border-left: 1px solid #d6d6d6;
  box-sizing: border-box;
  padding-left: 30px;
  margin-left: 0px;
  margin-top: 12px;
  width: 47.8%;
}
#account .account-preferences.customer #form-preferences #sometimes-contacted .form-fields {
  overflow: hidden;
  margin-bottom: 18px;
}
#account .account-preferences.customer #form-preferences #sometimes-contacted label {
  width: 100%;
}
#account .account-preferences.customer .button {
  margin-bottom: 20px;
}
#account .account-preferences.courier .name-and-address {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  margin-bottom: 20px;
  margin-left: 0px;
  overflow: hidden;
}
#account .account-preferences.courier .name-and-address #personal {
  margin-left: 2%;
}
#account .account-preferences.courier .name-and-address #personal,
#account .account-preferences.courier .name-and-address #address {
  display: inline;
  float: left;
  width: 49%;
}
#account .account-preferences.courier .name-and-address #personal #u_country label,
#account .account-preferences.courier .name-and-address #address #u_country label {
  margin-top: 2px;
}
#account .account-preferences.courier .name-and-address #personal #u_country select,
#account .account-preferences.courier .name-and-address #address #u_country select {
  width: 65%;
}
#account .account-preferences.courier .name-and-address #personal input[type="text"],
#account .account-preferences.courier .name-and-address #address input[type="text"] {
  width: 60%;
}
#account .account-preferences.courier .verify {
  width: 97.91666667%;
  margin: 0 1.04166667%;
  background: #e4f5fc;
  display: inline;
  font-size: 1.125rem;
  float: left;
  margin-top: 0px;
  margin-left: 1.04166667%;
  margin-right: 0px;
}
#account .account-preferences.courier .verify h3 {
  background: white;
  color: #242424;
  font-size: 1.65rem;
  margin-bottom: 20px;
}
#account .account-preferences.courier .verify p {
  text-align: center;
}
#account .account-preferences.courier .verify p a {
  color: #0074B8;
  text-decoration: underline;
}
#account .account-preferences.courier .verify p.or {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04166667%;
  margin: 0 10px 5px;
  padding-top: 50px;
}
#account .account-preferences.courier .verify .button-control {
  margin: 0 auto;
  width: 230px;
}
#account .account-preferences.courier .verify .button-control .button {
  margin: 10px 0 30px;
}
#account .account-preferences.courier .verify .form-field {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  margin-top: 10px;
  padding-top: 10px;
}
#account .account-preferences.courier .verify .form-field#u_drivernumber {
  margin-left: 4%;
}
#account .account-preferences.courier .verify .form-field label {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
  font-weight: bold;
}
#account .account-preferences.courier .verify .form-field input {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#account .account-preferences.courier .verify button {
  text-align: center;
}
#account .account-preferences.courier .verify .form-field {
  margin-top: 10px;
}
#account .account-preferences.courier .password {
  display: inline;
  float: left;
  margin-top: 0px;
  margin-left: 1.04166667%;
  margin-right: 0px;
  width: 33.3336%;
}
#account .account-preferences.courier .password #u_password_repeat label {
  margin-top: 0px;
}
#account .account-preferences.courier .password input {
  width: 62%;
}
#account .account-preferences.courier .password .button {
  margin-top: 0px;
}
#account .account-preferences.courier #form-preferences {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  padding-bottom: 20px;
  margin-left: 0px;
}
#account .account-preferences.courier #form-preferences .panel-content {
  margin: 0 2%;
}
#account .account-preferences.courier #form-preferences label {
  width: 100%;
}
#account .account-preferences.courier #form-preferences input[type="checkbox"] {
  margin-right: 5px;
}
#account .account-preferences.courier #form-preferences ul {
  padding: 15px 20px;
}
#account .account-preferences.courier #form-preferences ul li {
  margin: 8px 0;
}
#account .account-preferences.courier #form-preferences ul li:before {
  color: #52B100;
  content: "\F00C";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
#account .account-preferences.courier #form-preferences .form-fields {
  padding: 15px 20px;
}
#account .account-preferences.courier #form-preferences .form-fields .form-field {
  margin-bottom: 0px;
}
#account .account-preferences.courier #form-preferences .form-fields .form-field#u_newsletter {
  display: none;
}
#account .account-preferences.courier #form-preferences .form-fields .form-field input {
  margin-right: 10px;
}
#account .account-preferences.courier #delivery-categories {
  display: inline;
  float: left;
  margin-top: 0px;
  margin-left: 1.04166667%;
  width: 33.3336%;
  margin-right: 0px;
}
#account .account-preferences.courier #delivery-categories ul {
  margin: 12px;
}
#account .account-preferences.courier #delivery-categories ul li {
  margin-top: 2px;
  overflow: hidden;
}
#account .account-preferences.courier #delivery-categories ul li input[type="checkbox"] {
  float: left;
  margin-top: 2px;
  width: 10%;
}
#account .account-preferences.courier #delivery-categories ul li label {
  float: left;
  margin-top: 0px;
  width: 80%;
}
#account .account-preferences .button {
  margin: 20px 0;
}
/*---
/*--- Account Profile page
/*--- @comment: Business names,  addresses, vehicle types, business types, trade associations etc.
/*--- Remember this has switched from the preferences page. This is for business and not viewable by the public!
/*--- For the public facing version see /pages/profile.less
/*----------------------------- */
#account .profile-form {
  margin-bottom: 30px;
}
#account .profile-form .form-group {
  margin-top: 10px;
}
#account .profile-form .form-group h3 {
  background: #6f6f6f;
  color: white;
  padding: 8px;
  margin-top: 15px;
}
#account .profile-form .form-group .form-field {
  overflow: hidden;
  margin-bottom: 0px;
}
#account .profile-form .form-group .form-field label {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  margin-bottom: 5px;
  margin-top: 5px;
}
#account .profile-form .form-group .form-field input[type="checkbox"] {
  margin-top: 8px;
}
#account .profile-form .form-group .form-field input[type="text"],
#account .profile-form .form-group .form-field textarea {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#account .profile-form .form-group .form-field textarea {
  font-size: 1rem;
}
#account .profile-form .form-group .form-field#u_image .image {
  float: left;
}
#account .profile-form .form-group .form-field#u_image input {
  display: none;
}
#account .profile-form .form-group .form-field#u_image .image-uploader {
  clear: both;
}
#account .profile-form .left {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-left: 0px;
  width: 48.95833334%;
  background: white;
}
#account .profile-form .left #u_businessname {
  margin-top: 15px;
}
#account .profile-form .left #u_businessname,
#account .profile-form .left #_description {
  margin-bottom: 10px;
  margin-top: 5px;
}
#account .profile-form .left #u_image {
  float: left;
  padding-top: 10px;
  margin-top: 0px;
  width: 78%;
  /*.fuplder {

				li {
					background: @background-secondary;
					float: right;
					overflow: hidden;
					margin-bottom: 7px;

					.image {
						padding: 5px;
						height: 50px;
						width: 50px;

						img {
							height: 100%;
							width: 100%;
						}
					}

					.image-controls {

						float: right;
						font-style: normal;
						top: 54px;
						right: 0px;
						position: absolute;
						text-align: center;
						width: 20px;
						z-index: 99;

						a {
							background: @accent-primary;
							color: white;
							font-weight: normal;
							text-align: center;

							.remove-text {
								display: none;
							}

						}
					}
				}
			}*/
}
#account .profile-form .left #u_image .image-uploader {
  clear: none !important;
  float: left;
  margin-top: 13px;
}
#account .profile-form .left #u_image .image-uploader .button {
  float: right;
  padding-top: 5px;
}
#account .profile-form .left #fine-uploader .qq-upload-button {
  background: #009ffc;
  /* Old browsers */
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
  border: 1px solid #094066;
  color: white;
  text-shadow: 1px 1px 0px #106fb0;
  border-radius: 7px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-indent: 0px;
  /*&.chev a, &.chev button, &chev h2 {
		background: none;
		border: none;
		color: white;
		width: 100%;
	}

	&.chev a:after, &.chev button:after, &.chev h2:after {

		content: ' \00BB';
		font-size: 152%;
		font-family: "lucida grande", arial, helvetica, san-serif;
		position: relative;
		top: 1px;
	}

	&.chev.prev a:after, &.chev.prev button:after, &.chev.prev h2:after {
		content: '';
	}

	&.chev.prev a:before, &.chev.prev button:before, &.chev.prev h2:before {
		content: '\00AB ';
		font-size: 152%;
		font-family: "lucida grande", arial, helvetica, san-serif;
		padding-right: 10px;
		position: relative;
		top: 1px;
	}*/
  margin-top: 10px;
}
#account .profile-form .left #fine-uploader .qq-upload-button:hover {
  background-position: linear-gradient(to bottom, #007bcd 1%, #125ea5 100%);
}
#account .profile-form .left #fine-uploader .qq-upload-button.no-hover:hover {
  background: linear-gradient(to bottom, #009ffc 1%, #1279c1 100%);
}
#account .profile-form .left #fine-uploader .qq-upload-button:hover {
  transition: background-color 0.5s linear;
}
#account .profile-form .left #fine-uploader .qq-upload-button.grey {
  background: #d1d1d1;
  /* Old browsers */
  background: linear-gradient(to bottom, #9c9c9c 0%, #727272 100%);
  /* W3C */
  box-shadow: inset 0px 1px 0px 0px #bdbdbd;
  text-shadow: 1px 1px 0px #525252;
}
#account .profile-form .left #fine-uploader .qq-upload-button.green,
#account .profile-form .left #fine-uploader .qq-upload-button.positive {
  background: #b6da99;
  background: linear-gradient(to bottom, #78b829 0%, #54811d 100%);
  border: 1px solid #4A691B;
  color: white;
  text-shadow: 1px 1px 0px #009930;
}
#account .profile-form .left #fine-uploader .qq-upload-button.green:hover,
#account .profile-form .left #fine-uploader .qq-upload-button.positive:hover {
  background: linear-gradient(to bottom, #5b9a28 0%, #3c651b 100%);
}
#account .profile-form .left #fine-uploader .qq-upload-button.orange,
#account .profile-form .left #fine-uploader .qq-upload-button.call-to-action {
  background: #ff7800;
  /* Old browsers */
  background: linear-gradient(to bottom, #FF9E3F 1%, #C45C00 100%);
  /* W3C */
  border: 1px solid #7d430b;
  color: white;
  text-shadow: 1px 1px 0px #d77414;
}
#account .profile-form .left #fine-uploader .qq-upload-button.orange:hover,
#account .profile-form .left #fine-uploader .qq-upload-button.call-to-action:hover {
  background: linear-gradient(to bottom, #d1762b 1%, #c55d00 100%);
  /* W3C */
}
#account .profile-form .left #fine-uploader .qq-upload-button.minimal {
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  float: left;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.minimal a {
  color: #0074B8;
  text-decoration: underline;
  text-shadow: none;
}
#account .profile-form .left #fine-uploader .qq-upload-button.minimal img {
  fill: #0074B8 !important;
  height: 14px;
  position: relative;
  top: 2px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.minimal:hover {
  border: 1px solid #0074B8;
}
#account .profile-form .left #fine-uploader .qq-upload-button a,
#account .profile-form .left #fine-uploader .qq-upload-button div {
  color: white;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
#account .profile-form .left #fine-uploader .qq-upload-button input[type="submit"] {
  background: none;
  border: none;
  color: white;
  display: block;
  height: 99%;
  width: 100%;
}
#account .profile-form .left #fine-uploader .qq-upload-button.prev a,
#account .profile-form .left #fine-uploader .qq-upload-button.prev input[type="submit"] {
  background: url('/media/images/icons/prev-step.png') no-repeat 16px 50% transparent;
}
#account .profile-form .left #fine-uploader .qq-upload-button.next a,
#account .profile-form .left #fine-uploader .qq-upload-button.next input[type="submit"] {
  background-position-x: 90%;
  background-position-y: 60%;
}
#account .profile-form .left #fine-uploader .qq-upload-button.next a:after {
  content: ' \00BB';
}
#account .profile-form .left #fine-uploader .qq-upload-button.pound a,
#account .profile-form .left #fine-uploader .qq-upload-button.pound input[type="submit"] {
  background: url("/media/images/icons/large-pound.png") no-repeat 30px 58% transparent;
}
#account .profile-form .left #fine-uploader .qq-upload-button.paypal {
  background: none;
  border: none;
  box-shadow: none;
}
#account .profile-form .left #fine-uploader .qq-upload-button.paypal a,
#account .profile-form .left #fine-uploader .qq-upload-button.paypal input[type="submit"] {
  background: url("/media/images/EC-button.gif") no-repeat 0 0 transparent;
  border: none;
  box-shadow: none;
}
#account .profile-form .left #fine-uploader .qq-upload-button.huge {
  font-size: 1.3em;
  min-height: 48px;
  margin-bottom: 40px;
  text-align: left;
  width: 250px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.huge a {
  padding: 11px 0 12px;
  height: auto;
}
#account .profile-form .left #fine-uploader .qq-upload-button.huge img {
  padding-right: 10px;
  vertical-align: bottom;
}
#account .profile-form .left #fine-uploader .qq-upload-button.huge input[type="submit"],
#account .profile-form .left #fine-uploader .qq-upload-button.huge button {
  background: none;
  border: none;
  color: white;
  font-size: 1.0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  padding-top: 6px;
  width: 100%;
}
#account .profile-form .left #fine-uploader .qq-upload-button.huge.chev button {
  margin-top: -7px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.large {
  font-size: 1.429em;
  height: 43px;
  width: 180px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.large img {
  margin-left: -20px;
  margin-right: 15px;
  vertical-align: -2px;
  width: 15px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.long {
  height: 24px;
  padding-top: 7px;
  width: 308px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.long img {
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 2px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.medium {
  height: 35px;
  width: 230px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.medium.short {
  width: 165px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.medium img {
  margin-right: 5px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.medium a,
#account .profile-form .left #fine-uploader .qq-upload-button.medium button,
#account .profile-form .left #fine-uploader .qq-upload-button.medium h2 {
  font-size: 18px;
  position: relative;
}
#account .profile-form .left #fine-uploader .qq-upload-button.medium.chev button {
  margin-top: -5px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.medium.chev a {
  top: -12px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.small {
  font-size: 0.875rem;
  height: 29px;
  width: 131px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.small img {
  margin-left: -10px;
  margin-right: 8px;
  vertical-align: -2px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.small input {
  top: 0px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.small.stumpy {
  border-radius: 5px;
  width: 80px;
  /*a {
				padding-top: 5px;
			}*/
}
#account .profile-form .left #fine-uploader .qq-upload-button.small.qq-upload-button {
  height: 23px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.vsmall {
  height: 20px;
  width: 70px;
}
#account .profile-form .left #fine-uploader .qq-upload-button.vsmall input {
  top: 0px;
}
#account .profile-form .left #u_businesstype select {
  margin-top: 6px;
  width: 66.5%;
}
#account .profile-form .right {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-right: 0px;
  width: 48.95833334%;
}
#account .profile-form .right .form-field label {
  display: inline;
  float: left;
  width: 89.58333333%;
  margin: 0 1.04166667%;
  margin-bottom: 5px;
  margin-top: 5px;
}
#account .profile-form .right .form-field#u_businesstype label {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.04166667%;
}
#account .profile-form .right .form-field#u_businesstype select {
  display: inline;
  float: left;
  margin: 0 1.5%;
  width: 36%;
}
#account .profile-form .checkbox-panel {
  margin-bottom: 23px;
}
#account .profile-form .checkbox-panel.u_insurance {
  margin-bottom: 0px;
}
#account .profile-form #u_insurance_gitvalue,
#account .profile-form #u_insurance_cmrvalue {
  height: 40px;
  padding-top: 5px;
}
#account .profile-form #u_insurance_gitvalue label,
#account .profile-form #u_insurance_cmrvalue label,
#account .profile-form #u_insurance_gitvalue input,
#account .profile-form #u_insurance_cmrvalue input {
  padding-top: 2px;
  width: 46%;
}
#account .profile-form #u_insurance_gitvalue label:after,
#account .profile-form #u_insurance_cmrvalue label:after {
  content: "£";
  font-size: 1.125rem;
  float: right;
}
#account .profile-form #u_insurance_gitvalue {
  background: #f1f1f1;
}
#account .profile-form #u_insurance_cmrvalue {
  background: #fafafa;
}
#account .profile-form .u_vehicletypes .form-field:nth-of-type(odd),
#account .profile-form .u_tradeassociations .form-field:nth-of-type(odd),
#account .profile-form .u_insurance .form-field:nth-of-type(odd),
#account .profile-form .u_accepted_payments .form-field:nth-of-type(odd),
#account .profile-form .u_paymentterms .form-field:nth-of-type(odd) {
  background: #f1f1f1;
}
#account .profile-form .u_vehicletypes .form-field:nth-of-type(even),
#account .profile-form .u_tradeassociations .form-field:nth-of-type(even),
#account .profile-form .u_insurance .form-field:nth-of-type(even),
#account .profile-form .u_accepted_payments .form-field:nth-of-type(even),
#account .profile-form .u_paymentterms .form-field:nth-of-type(even) {
  background: #fafafa;
}
#account .profile-form .button.medium {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
#account .profile-form .button.medium input[type="submit"],
#account .profile-form .button.medium button {
  top: 0px;
}
/*---
/*--- Login pages, not there are actually TWO of these:
/*--- /post/login (uses the class) and /account/login (uses the id)
/*--- yes I know this is horribly inefficient, shut up already.
/*----------------------------- */
#login h1,
.login h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 0px;
}
#login #form,
.login #form {
  border-radius: 2%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
}
#login #form form,
.login #form form {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  padding: 20px 0;
}
#login #form form .notice,
.login #form form .notice {
  margin-bottom: 10px;
}
#login #form form .form-field,
.login #form form .form-field {
  margin-bottom: 10px;
  overflow: hidden;
}
#login #form form .form-field label,
.login #form form .form-field label {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  display: inline-block;
  padding-top: 10px;
}
#login #form form .form-field input,
.login #form form .form-field input {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#login #form form .form-field input[type="checkbox"],
.login #form form .form-field input[type="checkbox"] {
  margin-top: 12px;
}
#login #form form .form-field#u_persist_login,
.login #form form .form-field#u_persist_login {
  display: inline-block;
  width: 40%;
}
#login #form form .form-field#u_persist_login label,
.login #form form .form-field#u_persist_login label {
  width: 80%;
}
#login #form form .form-field#u_persist_login input[type="checkbox"],
.login #form form .form-field#u_persist_login input[type="checkbox"] {
  margin-top: 12px;
  width: 14px;
}
#login #form form .forgotten-password,
.login #form form .forgotten-password {
  float: right;
  padding-top: 8px;
  text-decoration: underline;
}
#login #form form .forgotten-password a,
.login #form form .forgotten-password a {
  color: #0074B8;
}
#login #form form .button,
.login #form form .button {
  clear: both;
  display: block;
  text-align: center;
}
#login #form #new-user,
.login #form #new-user {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  border-left: 1px solid #d6d6d6;
  padding: 20px 0px 20px 4%;
  margin-left: 4%;
}
#login #form #new-user h1,
.login #form #new-user h1 {
  margin-top: 0px;
  margin-bottom: 36px;
  text-align: center;
}
#login #form #new-user .signup-option,
.login #form #new-user .signup-option {
  float: left;
  width: 45%;
}
#login #form #new-user .signup-option h2,
.login #form #new-user .signup-option h2 {
  font-size: 1.65rem;
  height: 40px;
  text-align: center;
}
#login #form #new-user .signup-option img,
.login #form #new-user .signup-option img {
  width: 100%;
}
#login #form #new-user .signup-option:first-of-type,
.login #form #new-user .signup-option:first-of-type {
  margin-right: 10%;
}
#login #form #new-user .button,
.login #form #new-user .button {
  padding-top: 5px;
  margin-top: 10px;
  width: 100%;
}
/*.login {
	h2 {
		.column(6);
		margin-right: 10%;
	}

	form {
		.forgotten-password {
			text-align: right;

			a {
				color: @accent-primary;
			}
		}

		.button {
			float: right;
			margin: 15px 0;
		}

		.error {
			overflow: hidden;

			span {
				padding: 1%;
				margin: none;
				width: 100%;
			}
		}
	}
}*/
#signup-mini {
  padding-top: 20px;
}
#signup-mini h1 {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
#signup-mini .panel {
  box-sizing: border-box;
  float: left;
  min-height: 295px;
  padding: 15px;
  margin-bottom: 50px;
  width: 46%;
}
#signup-mini .panel h2 {
  margin-bottom: 15px;
}
#signup-mini .panel.left {
  margin-right: 4%;
}
#signup-mini .panel .form-field {
  overflow: hidden;
}
#signup-mini .panel .form-field#u_password label {
  padding-top: 0;
}
#signup-mini .panel .form-field label {
  display: inline-block;
  float: left;
  padding-top: 10px;
  width: 39%;
}
#signup-mini .panel .form-field input {
  float: right;
  width: 57%;
}
#signup-mini .panel .form-field input[type="checkbox"] {
  left: -10px;
  position: relative;
  top: 10px;
}
#signup-mini .panel .button {
  float: right;
  width: 190px;
}
#signup-mini .panel .forgotten-password {
  float: left;
  padding-top: 8px;
  text-decoration: underline;
}
#signup-mini .panel .forgotten-password a {
  color: #0074B8;
}
/*---
/*--- /jobs/jobsheet page
/*--- @comment: Used by Couriers and Customers to
/*--- compile job details into a single file
/*----------------------------- */
#job-sheet {
  margin-bottom: 30px;
}
#job-sheet .section.details,
#job-sheet .section.delivery,
#job-sheet .section.dates {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 8px;
}
#job-sheet .section.details label,
#job-sheet .section.delivery label,
#job-sheet .section.dates label {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  display: inline-block;
  margin-left: 0px;
}
#job-sheet .section.details li,
#job-sheet .section.delivery li,
#job-sheet .section.dates li {
  clear: both;
  width: 100%;
}
#job-sheet .section.item-details,
#job-sheet .section.payment {
  clear: both;
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#job-sheet .section label {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  display: inline-block;
  margin-left: 0px;
}
#job-sheet .section .button-container {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#job-sheet .section .button-container .button a {
  padding: 2% 0;
}
#job-sheet .section.job-type-2 {
  width: 100%;
}
#job-sheet #full-details {
  box-sizing: border-box;
  clear: both;
  padding-bottom: 10px;
  margin-top: 10px;
}
#job-sheet #full-details .section {
  float: left;
  margin-right: 1.5%;
  width: 100%;
}
#job-sheet #full-details .section li {
  float: none;
  line-height: 1.3em;
  margin-bottom: 7px;
  width: 100%;
}
#job-sheet #full-details .section li label {
  float: none;
  display: inline-block;
  width: 30%;
}
#job-sheet #full-details .section .header {
  font-weight: bold;
}
#job-sheet #full-details .section#section-property-information {
  border-left: 0px;
  margin: 20px 0px 20px 0px;
  width: 100%;
}
#job-sheet #full-details .section#section-property-information label {
  display: inline-block;
  width: 30%;
}
#job-sheet #full-details .section#section-dimensions {
  width: 100%;
}
#job-sheet #full-details .section:last-of-type {
  border-right: none;
}
#job-sheet #full-details .job-type-2 .expandable-main {
  display: flex;
  flex-flow: wrap;
}
#job-sheet #full-details .job-type-2 .section:not(#section-property-information) {
  border: 1px solid #d6d6d6;
  flex: 25% 1;
  margin: 0 1% 10px 0;
  padding: 1%;
}
#job-sheet #full-details .job-type-2 .section:not(#section-property-information) li {
  text-align: right;
}
#job-sheet #full-details .job-type-2 .section:not(#section-property-information) li label {
  float: left;
  width: auto;
}
#job-sheet .separator {
  border-top: 1px solid #d6d6d6;
  height: 2px;
  width: 100%;
}
/*---
/*--- /signup pages
/*--- @comment: The sign up pages
/*--- 1.0 General forms
/*--- 1.1 Customer deviations
/*--- 1.2 Business deviations
/*----------------------------- */
#signup .breadcrumbs {
  clear: both;
  color: #242424;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
  margin-top: 20px;
  top: 3px;
  width: 100%;
}
#signup .breadcrumbs .step {
  background: #f1f1f1;
  box-shadow: none;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
  height: 35px;
  padding: 8px 16px 0;
  position: relative;
  margin-left: 10px;
  text-align: center;
  z-index: -1;
}
#signup .breadcrumbs .step.completed {
  background: #f4fce4;
}
#signup .breadcrumbs .step.completed a {
  color: #4b7d54;
}
#signup .breadcrumbs .step.selected {
  background: white;
  border: 1px solid #d6d6d6;
  border-bottom: 0px;
  top: 0px;
  z-index: 1;
}
#signup .breadcrumbs .step.selected p {
  color: #242424;
}
#signup .breadcrumbs .step.selected a {
  color: #0074B8;
}
#signup .breadcrumbs .step p {
  color: #8f8f8f;
}
#signup .breadcrumbs .step a {
  color: #8f8f8f;
  font-size: 1.125rem;
  padding: 0px;
  text-align: left;
  margin-bottom: 12px;
}
#signup .error label {
  padding-top: 5px;
}
#signup .error input {
  position: relative;
  z-index: 5;
}
#signup .step-one h1 {
  display: inline-block;
  text-align: center;
  padding-right: 6%;
  width: 94%;
}
#signup .step-one#signup-options {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
#signup .step-one#signup-options .signup-option {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin: 20px 0;
  text-align: center;
}
#signup .step-one#signup-options .signup-option .button-container {
  width: 100%;
}
#signup.customer #form {
  margin-top: 50px;
}
#signup.customer #form h1 {
  margin-top: 10px;
}
#signup.customer #type-image {
  margin-top: 60px;
}
#signup #form {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 35px;
}
#signup #form .form-field {
  min-height: 35px;
  margin-bottom: 5px;
}
#signup #form h2 {
  margin-bottom: 10px;
}
#signup #form p {
  margin-bottom: 7px;
}
#signup #form label {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  display: inline-block;
  font-size: 1.125rem;
  padding-top: 7px;
}
#signup #form input,
#signup #form select {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#signup #form select {
  margin-top: 9px;
}
#signup #form .button {
  float: left;
  margin-left: 52.5%;
  margin-top: 5px;
}
#signup #form .button input {
  text-align: center;
  top: 2px;
  width: 100%;
}
#signup #type-image {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
#signup #type-image img {
  width: 100%;
}
#signup p.missing {
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 7px;
  padding-top: 17px;
}
#signup p.missing a {
  color: #0074B8;
  text-decoration: underline;
}
#signup .verify .error {
  margin-bottom: 20px;
}
#signup.resend {
  margin-top: 20px;
}
#signup.resend #form {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
}
#signup.resend .button {
  padding-top: 3px;
}
#signup #form.verify {
  border: none;
  box-sizing: border-box;
  margin: 0px;
  width: 100%;
}
#signup #form.verify button {
  margin-left: 0px;
}
/*---
/*--- Forgotten Password page
/*----------------------------- */
#forgotten-password .panel {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  margin-left: 26.04166667%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#forgotten-password .panel .form-field {
  margin-top: 10px;
}
#forgotten-password .panel .form-field label {
  padding-right: 5%;
  margin-left: 5%;
}
#forgotten-password .panel .form-field input[type="text"] {
  width: 75%;
}
#forgotten-password .panel .button {
  float: right;
}
#forgotten-password .panel .button input[type="submit"] {
  top: 0px;
}
#forgotten-password #sent-new .button {
  margin-top: 20px;
}
/*---
/*--- Messages
/*--- @comment: Tried to share this between couriers and customers
/*----------------------------- */
div.messages .account-message-view .job-listing {
  background: #f1f1f1 !important;
  padding: 10px 10px 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
div.messages .account-message-view .job-listing .image {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04166667%;
}
div.messages .account-message-view .job-listing .job-info {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
}
div.messages .account-message-view .job-listing .quotes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  padding-top: 14px;
}
div.messages .account-message-view .job-listing .quotes > div {
  margin: 0px;
  width: 33%;
}
div.messages .account-message-view .job-listing .buttons {
  display: inline;
  float: left;
  width: 14.58333333%;
  margin: 0 1.04166667%;
  padding-top: 5px !important;
}
div.messages .account-message-view .job-listing .buttons .button {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
div.messages .account-message-view .job-listing .options li {
  padding-top: 0px;
  float: left;
  padding-right: 5%;
}
.account-messages table.messages {
  width: 100%;
}
.account-messages table.messages tr {
  height: 50px;
}
.account-messages table.messages tr.unread {
  background: #e4f5fc !important;
  font-weight: bold;
}
.account-messages table.messages tr.unread a {
  color: #4b6e7d;
}
.account-messages table.messages td.icon {
  width: 66px;
}
.account-messages table.messages td.icon a {
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  float: left;
  margin-left: 10px;
  width: 25px;
}
.account-messages table.messages td.icon a.opened {
  background-image: url("/media/images/icons/open136-white-and-blue.svg");
}
.account-messages table.messages td.icon a.closed {
  background-image: url("/media/images/icons/mail59-white-and-orange.svg");
}
.account-messages table.messages .notification {
  color: #0074B8;
  display: inline;
  height: 15px;
  float: left;
  position: relative;
  margin: 6px 0px 0px 0px;
  text-align: center;
  right: 4px;
  width: 22px;
}
.account-messages table.messages .notification img {
  width: 100%;
}
.account-messages table.messages img {
  padding-left: 12px;
  width: 30px;
}
.account-messages table.messages tr:nth-of-type(even) {
  background: #f1f1f1;
}
.account-messages table.messages thead tr:hover {
  background: #6f6f6f !important;
}
.account-messages table.messages tr:hover {
  background: #e4f5fc;
}
.account-message-thread {
  background: #f1f1f1;
  padding: 20px 5% 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.account-message-thread .header {
  font-weight: bold;
}
.account-message-thread .account-message-send {
  padding-bottom: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.account-message-thread .account-message-send textarea {
  box-sizing: border-box;
  width: 100%;
}
.account-message-thread .account-message-send .button {
  float: right;
}
.account-message-thread .account-message {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  background: #5895b8;
  border-radius: 2px;
  color: white;
  font-size: 1.07rem;
  padding: 15px;
  position: relative;
  margin: 10px 0 40px;
}
.account-message-thread .account-message:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #5895b8 transparent;
  display: block;
  width: 0;
}
.account-message-thread .account-message .message-details {
  font-weight: lighter;
  text-align: right;
}
.account-message-thread .account-message.other-user {
  background: #0074B8;
  color: white;
  float: right;
}
.account-message-thread .account-message.other-user:after {
  border-color: #0074B8 transparent;
  left: auto;
  right: 50px;
}
/*---
/*--- Account payment pages
/*--- @url: /account/jobs/accept
/*--- @comment: Payment process for jobs based on new code from Andrew.
/*--- starting with generics for page one, overwriting as we go.
/*----------------------------- */
.accept .panel {
  background: #f7fbfd;
}
.accept .toggle-switches {
  color: #242424;
  position: relative;
  top: 3px;
}
.accept .toggle-switches .step {
  background: #f1f1f1;
  box-shadow: none;
  height: 85px;
  padding: 10px;
  text-align: left;
  width: 23%;
  z-index: -1;
}
.accept .toggle-switches .step.selected {
  background: white;
  border: 1px solid #d6d6d6;
  border-bottom: 0px;
  z-index: 1;
}
.accept .toggle-switches .step.selected p {
  color: #242424;
}
.accept .toggle-switches .step.selected a {
  color: #0074B8;
}
.accept .toggle-switches .step p {
  color: #8f8f8f;
}
.accept .toggle-switches .step a {
  color: #8f8f8f;
  font-size: 1.65rem;
  padding: 0px;
  text-align: left;
  margin-bottom: 12px;
}
.accept .panel-wrapper {
  background: white;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.accept .panel .panel-content {
  height: 240px;
}
.accept .panel table {
  margin-bottom: 10px;
}
.accept .panel table td {
  border-bottom: 1px solid #d6d6d6;
  height: 35px;
  padding: 7px 0;
}
.accept .panel table tr:last-of-type td {
  border-bottom: 0px;
}
.accept .panel#item-details {
  width: 30.7%;
}
.accept .panel#item-details td.label {
  width: 45%;
}
.accept .panel#item-details td.price {
  text-align: right;
}
.accept .panel#item-details .small-print {
  font-weight: normal;
}
.accept .panel#item-details table {
  width: 100%;
}
.accept .panel#bid-calculation {
  width: 30.7%;
}
.accept .panel#bid-calculation td.label {
  width: 85%;
}
.accept .panel#bid-calculation td.price {
  text-align: right;
}
.accept .panel#bid-calculation .small-print {
  font-weight: normal;
}
.accept .panel#bid-calculation table {
  width: 100%;
}
.accept .panel#pay-deposit {
  width: 30.7%;
}
.accept .panel#pay-deposit h4 {
  padding-top: 40px;
  text-align: center;
}
.accept .panel#pay-deposit .fee {
  font-size: 1.65rem;
  text-align: center;
}
.accept .panel#pay-deposit .button-container {
  margin: 20px auto 0;
  width: 230px;
}
.accept .panel#pay-deposit .button-container form {
  text-align: center;
}
.accept .panel#pay-deposit .button-container form.button {
  width: 100%;
}
.accept .panel#pay-deposit .button-container form.button input {
  top: 0px;
}
.accept .panel#next-steps {
  height: 370px;
  margin-bottom: 30px;
  margin-top: 0px;
  width: 31.5%;
}
.accept .panel#next-steps h3 {
  background: #0074B8;
  color: white;
}
.accept .panel#next-steps tr td:first-of-type {
  width: 25%;
}
#step-2 .panel-wrapper {
  box-sizing: border-box;
  padding: 20px;
}
#step-2 .panel {
  margin: 0px;
  width: 100%;
}
#step-2 .panel p {
  float: left;
  margin-right: 5%;
  width: 45%;
}
#step-2 .panel .panel-content {
  height: 50px;
}
#step-2 .panel form {
  float: right;
  margin-top: 3px;
  width: 50%;
}
#step-2 .panel form .form-field {
  float: left;
  width: 60%;
}
#step-2 .panel form .form-field label {
  float: left;
  margin-right: 5%;
  padding-top: 10px;
  width: 30%;
}
#step-2 .panel form .form-field input {
  float: left;
  width: 50%;
}
#step-2 .panel form button {
  top: 2px;
  width: 40%;
}
#step-3 .panel-wrapper {
  box-sizing: border-box;
  padding: 20px;
}
#step-3 form {
  margin-top: 20px;
}
#step-3 .panel {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  margin-bottom: 15px;
}
#step-3 .panel:first-of-type {
  margin-left: 0px;
}
#step-3 .panel:last-of-type {
  margin-right: 0px;
}
#step-3 .panel .panel-content {
  height: 120px;
}
#step-3 .panel .panel-content .add-address-link {
  color: #0074B8;
  text-decoration: underline;
}
#step-3 .panel select {
  margin-top: 10px;
  width: 100%;
}
#step-3 .panel#new-address {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  display: none;
  margin-left: 0px;
  margin-bottom: 20px;
}
#step-3 .panel#new-address i {
  margin-right: 10px;
}
#step-3 .panel#new-address .panel-content {
  display: none;
  height: 590px;
}
#step-3 .panel#new-address form .form-field label {
  display: inline-block;
  width: 160px;
}
#step-3 .panel#new-address form input {
  width: 450px;
}
#step-3 .panel#new-address form select {
  width: 460px;
}
#step-3 .notice {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  box-sizing: border-box;
  font-size: 1rem;
  position: relative;
  margin: 0px;
}
#step-3 #new_address_added.notice {
  clear: both;
  margin-bottom: 10px;
  padding-top: 8px;
  width: 98%;
}
#step-3 .button {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  float: right;
}
#accept-bid {
  margin-bottom: 40px;
}
#accept-bid #courier-details {
  width: 64%;
}
#accept-bid #courier-details table {
  margin-bottom: 8px;
  width: 100%;
}
#accept-bid #courier-details table td {
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
}
#accept-bid #courier-details table td:nth-of-type(odd) {
  width: 55%;
}
#accept-bid #courier-details p.notice {
  margin-bottom: 0px;
}
#accept-bid .button-control {
  box-sizing: border-box;
  padding: 115px 3% 0;
  width: 64%;
}
#accept-bid .button-control button.large {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
#accept-bid .button-control button.large#jobsheet {
  margin-bottom: 10px;
}
/*---
/*--- Feedback pages
/*----------------------------- */
#leave-feedback .search-results .job-listing {
  background: #f1f1f1;
  margin-bottom: 20px;
}
#leave-feedback .search-results .job-listing .job-info {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
}
#leave-feedback .search-results .job-listing .quotes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  padding-top: 10px;
}
#leave-feedback .search-results .job-listing .quotes div {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
#leave-feedback .search-results .job-listing .buttons {
  display: inline;
  float: left;
  width: 14.58333333%;
  margin: 0 1.04166667%;
  margin-top: 10px;
}
#leave-feedback .search-results .job-listing .buttons .button {
  width: 100%;
}
#leave-feedback .panel-content {
  background: #f1f1f1;
  box-sizing: border-box;
}
#leave-feedback .account-feedback-view {
  background: white;
  margin: 0px 0px 30px;
  width: 100%;
}
#leave-feedback .account-feedback-view h2 {
  color: #242424;
}
#leave-feedback .feedback-control {
  overflow: hidden;
  margin: 10px 0 20px;
}
#leave-feedback .feedback-control > div {
  box-sizing: border-box;
  float: left;
  height: 65px;
  margin-right: 5%;
  padding: 10px 10px 12px;
  width: 30%;
}
#leave-feedback .feedback-control > div:hover {
  cursor: hand;
  cursor: pointer;
}
#leave-feedback .feedback-control > div .form-field {
  float: left;
  padding: 10px;
  margin-bottom: 0px;
}
#leave-feedback .feedback-control > div .form-field textarea {
  font-size: 1rem;
}
#leave-feedback .feedback-control > div span {
  color: white;
  font-size: 1.65rem;
  display: inline-block;
  margin-left: 18%;
}
#leave-feedback .feedback-control > div span:before {
  font-family: FontAwesome;
  padding-right: 15px;
}
#leave-feedback .feedback-control > div span:before:hover {
  text-decoration: none;
}
#leave-feedback .feedback-control > div span:hover {
  border-bottom: 3px solid white;
}
#leave-feedback .feedback-control > div.positive {
  background: #52B100;
  border: 1px solid #52B100;
}
#leave-feedback .feedback-control > div.positive span:before {
  content: "\f087";
}
#leave-feedback .feedback-control > div.neutral {
  background: #0074B8;
  border: 1px solid #0074B8;
}
#leave-feedback .feedback-control > div.neutral span:before {
  content: "\f11a";
}
#leave-feedback .feedback-control > div.negative {
  background: #ff6054;
  border: 1px solid #ff6054;
}
#leave-feedback .feedback-control > div.negative span:before {
  content: "\f088";
}
#leave-feedback .feedback-control > div:last-of-type {
  margin-right: 0px;
}
#leave-feedback .feedback-content h4 {
  font-size: 1.125rem;
  margin-bottom: 7px;
}
#leave-feedback .feedback-content textarea {
  box-sizing: border-box;
  height: 90px;
  width: 100%;
}
#leave-feedback .button {
  display: block;
  margin: 0 auto 10px;
  width: 25%;
}
#leave-feedback .button input {
  top: 0px;
}
/*---
/*--- /account/routes
/*--- @comment: Routes are used by
/*--- couriers to save time when searching for jobs
/*----------------------------- */
.account-routes .blurb {
  margin-bottom: 20px;
}
.account-routes .blurb a {
  color: #0074B8;
}
.account-routes .blurb a:hover {
  text-decoration: underline;
}
.account-routes #one-off,
.account-routes #regular {
  display: none;
}
.account-routes .new-route {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  margin-left: 17.70833333%;
  margin-bottom: 30px;
}
.account-routes .new-route h3 {
  background: #6f6f6f;
}
.account-routes .new-route .panel-content {
  padding: 5% 10%;
}
.account-routes .new-route h4 {
  border-top: 1px solid #d6d6d6;
  padding-bottom: 5px;
  padding-top: 7px;
  margin-top: 20px;
}
.account-routes .new-route h4.first {
  border-top: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
.account-routes .new-route .route-type-select li {
  margin-bottom: 10px;
}
.account-routes .new-route .route-name #r_name {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  float: right;
  margin-top: -10px;
  width: 50%;
}
.account-routes .new-route .route-name #r_name input {
  width: 100%;
}
.account-routes .new-route #form-address .start-city,
.account-routes .new-route #form-address .end-city {
  float: left;
  margin-right: 0px;
  width: 52%;
}
.account-routes .new-route #form-address .start-city label,
.account-routes .new-route #form-address .end-city label {
  display: inline-block;
  width: 40px;
}
.account-routes .new-route #form-address .start-city input,
.account-routes .new-route #form-address .end-city input {
  width: 215px;
}
.account-routes .new-route #form-address .start-date,
.account-routes .new-route #form-address .end-date {
  float: right;
  margin-right: 0px;
  width: 48%;
}
.account-routes .new-route .button {
  float: right;
  margin: 20px 0 30px;
}
.account-routes .new-route .button input {
  top: 0px;
}
.account-routes .route-table {
  margin-bottom: 54px;
}
.account-routes .route-table table {
  width: 100%;
}
.account-routes .route-table table tr {
  height: 30px;
}
.account-routes .route-table table tr td.from,
.account-routes .route-table table tr th.from {
  padding-left: 5px;
}
.account-routes .route-table table tr td.from,
.account-routes .route-table table tr th.from,
.account-routes .route-table table tr td.to,
.account-routes .route-table table tr th.to {
  width: 190px;
}
.account-routes .route-table table tr td.range,
.account-routes .route-table table tr th.range {
  width: 100px;
}
.account-routes .route-table table tr td.delete,
.account-routes .route-table table tr th.delete {
  padding-right: 1%;
  width: 40px;
}
.account-routes .route-table table tr td.delete a,
.account-routes .route-table table tr th.delete a {
  color: #0074B8;
}
.account-routes .route-table table tr td a,
.account-routes .route-table table tr th a {
  text-decoration: underline;
}
/*---
/*--- Account functions for various subsections,
/*--- this includes:
/*---   - Delete Job
/*---   - Relist Items
/*----------------------------- */
.customer #job-delete .button {
  margin-top: 30px;
}
.customer #job-delete .job-listing {
  background: #f1f1f1;
  margin-bottom: 20px;
}
.customer #job-delete .job-listing .quotes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  padding-top: 14px;
}
.customer #job-delete .job-listing .quotes div {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.customer #job-delete .job-listing .buttons button {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
/*---
/*--- Job Bids page - Intermediary page showing bids from a couriers on individual jobs
/*----------------------------- */
#job-bids-page .job-listing {
  background: #f1f1f1;
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px;
}
#job-bids-page .job-listing .thumb {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04166667%;
}
#job-bids-page .job-listing .title-journey {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
}
#job-bids-page .job-listing .title-journey .job-title {
  font-size: 1.65rem;
  margin-right: 5%;
  width: 90%;
}
#job-bids-page .job-listing .date-item-container {
  float: right;
  padding-top: 5px;
  margin: 0 1.0416667%;
  width: 37.58%;
}
#job-bids-page .job-listing .date-item-container .date-item {
  float: left;
  text-align: center;
  width: 33%;
}
#job-bids-page .job-listing .date-item-container .date-item .delivery-date,
#job-bids-page .job-listing .date-item-container .date-item .pickup-date,
#job-bids-page .job-listing .date-item-container .date-item .listing-ends {
  font-size: 1.125rem;
}
#job-bids-page .job-listing .date-item-container .date-item .sub {
  color: #8a8a8a;
  font-size: 0.75rem;
  margin-top: 5px;
}
#job-bids-page .job-listing .button-control {
  float: right;
  padding-top: 10px;
  width: 10%;
}
#job-bids-page .job-listing .button-control .link {
  text-align: left;
}
#job-bids-page .job-listing .button-control .link a {
  color: #0074B8;
}
#job-bids-page .job-listing .button-control .link a:hover {
  text-decoration: underline;
}
#job-bids-page .bids-table .bids {
  margin-bottom: 30px;
  margin-top: 20px;
  width: 100%;
}
#job-bids-page .bids-table .bids thead {
  background: #6f6f6f;
  color: white;
}
#job-bids-page .bids-table .bids th {
  padding: 7px;
}
#job-bids-page .bids-table .bids td {
  font-size: 1.125rem;
  padding: 12px 7px;
}
#job-bids-page .bids-table .bids td.username {
  width: 23%;
}
#job-bids-page .bids-table .bids td.username img {
  float: left;
  padding: 5px 0;
  margin: 0 10px;
  width: 50px;
}
#job-bids-page .bids-table .bids td.username h3 {
  font-weight: bold;
  padding: 5px 0 0;
  margin-top: 11px;
  line-height: 0.9rem;
}
#job-bids-page .bids-table .bids td.username h3 a {
  color: #0074B8;
  text-decoration: underline;
}
#job-bids-page .bids-table .bids td.username h3 span.completed-jobs {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 5px;
}
#job-bids-page .bids-table .bids td.username p {
  font-size: 0.875rem;
}
#job-bids-page .bids-table .bids td.ticked {
  color: #52B100;
  font-size: 1.65rem;
}
#job-bids-page .bids-table .bids .center {
  text-align: center;
}
#job-bids-page .bids-table .bids td.accept-bid {
  vertical-align: top;
}
#job-bids-page .bids-table .bids td.accept-bid .button {
  margin-top: 11px;
  width: 100%;
}
#job-bids-page .bids-table .bids td.bid-amount {
  font-size: 1.65rem;
}
/*---
/*--- Help & FAQ pages
/*--- @comment: Split into different functions
/*----------------------------- */
#help {
  margin-bottom: 20px;
}
#help i {
  color: #52B100;
  font-size: 1.263rem;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
#help h4 {
  color: #0074B8;
  font-size: 1.063rem;
  font-weight: normal;
}
#help .help-topics > li,
#help .help-categories > li {
  background: #f1f1f1;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  cursor: hand;
  cursor: pointer;
  padding: 10px 15px;
  margin: 5px 0;
}
#help .help-topics > li .topic,
#help .help-categories > li .topic {
  display: none;
  margin-top: 10px;
}
#help .help-topics > li .topic p,
#help .help-categories > li .topic p {
  margin-top: 3px;
  margin-bottom: 5px;
}
#help .help-topics > li .topic li,
#help .help-categories > li .topic li {
  list-style-type: disc;
  margin-left: 20px;
}
#help .help-topics.faqs {
  margin-bottom: 20px;
}
#help h2 {
  font-size: 2.5rem;
  margin-top: 40px;
}
#help .panel {
  background: none;
  width: 48.95%;
  /*
		// My Account
		&.section-id-134 h3:before,
		&.section-id-93 h3:before {
			.flaticon-business64;
		}

		// Listing Items
		&.section-id-135 h3:before {
			.flaticon-viewing;
		}

		// Quote Acceptance
		&.section-id-136 h3:before, &.section-id-111 h3:before {
			.flaticon-hands-shake;
		}

		// Feedback
		&.section-id-137 h3:before {
			.flaticon-first31;
		}

		// Searching
		&.section-id-99 h3:before {
			.flaticon-online32;
		}

		// Bidding
		&.section-id-104 h3:before {
			.flaticon-legal10;
		}*/
}
#help .panel:nth-of-type(odd) {
  margin-left: 0px;
  clear: left;
}
#help .panel:nth-of-type(even) {
  margin-right: 0px;
}
#help .panel h3 {
  background: none;
  border-bottom: 1px solid #d6d6d6;
  color: #0074B8;
  font-size: 1.65rem;
}
#help .panel h3:before {
  font-family: Flaticon;
  padding-right: 10px;
}
#help .panel .panel-content {
  padding: 5px 0px 0px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*-- iPad / Tablet specific overrides  -- */
  /*-- I'm going to try and keep everything in here, who knows if refactoring will be required later -- */
  /*-- For the love of God I hope not to spend too long doing this fucking thing -- */
  html .no-user #logo {
    background-position: center;
    float: none;
    text-align: center;
    width: 100%;
  }
  html .no-user #main-nav {
    float: none;
    text-align: center;
    width: 100%;
  }
  html .no-user #main-nav li {
    display: inline-block;
    float: none;
  }
  html .logged-in #header #logo {
    width: 100%;
  }
  html .logged-in #header #main-nav {
    float: none;
    text-align: center;
    width: 100%;
  }
  html .homepage #cta-form {
    max-width: 100%;
  }
  html .homepage .services.grid .row .service-item {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
    margin-bottom: 15px;
  }
  html .homepage #why-use-dm #why-delivery-match,
  html .homepage #why-use-dm #hero-image-wrapper {
    float: none;
    text-align: center;
    width: 100%;
  }
  html .homepage #why-use-dm #why-delivery-match .col,
  html .homepage #why-use-dm #hero-image-wrapper .col {
    width: 100%;
  }
  html .homepage #why-use-dm #why-delivery-match .checklist,
  html .homepage #why-use-dm #hero-image-wrapper .checklist,
  html .homepage #why-use-dm #why-delivery-match h2,
  html .homepage #why-use-dm #hero-image-wrapper h2 {
    float: none;
    text-align: center;
  }
  html #post-confirm #post-main {
    float: none;
    text-align: center;
    width: 100%;
  }
  html #post-confirm #post-image {
    display: none;
  }
}
/*# sourceMappingURL=media/styles/css/site.css.map */