.navbar-brand {
  float: left;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 50px;
}
/* LAYOUT */
h2.head-4 {
  display: block;
  -webkit-margin-before: -1em;
  -webkit-margin-after: 0.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 14px !important;
  letter-spacing: 1px;
}
h3.head-1 span.subtitle {
  font-size: 16px;
  display: block;
  padding: 0;
  margin-top: 10px;
}
header#banner {
  padding-top: 23px;
  margin-bottom: 17px;
  background-position: 50% 75%;
  background-size: cover;
}
body.internal header#banner {
  padding-top: 0;
}
header#banner h1.head-3 {
  font-size: 22px;
}
header#banner  h1,
header#banner  h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
}
#sidemenu li>a {
  padding: 5px 0;
}
#sidemenu>li>a {
  padding-left: 5px;
}
#sidemenu>li>ul>li>a {
  padding-left: 15px;
}
#sidemenu>li.active>a ,
#sidemenu>li>a:focus, 
#sidemenu>li>a:hover {
  background-color: #999;
  color: #fff;
}

#sidemenu>li>ul>li.active>a ,
#sidemenu>li>ul>li>a:focus, 
#sidemenu>li>ul>li>a:hover{
  background-color: #fff;
  font-weight: 600;
}
/* FORM */
.checkbox label, .radio label {
  padding-left: 5px;
}
/* Loader */
.loader-wrap {
  left: 0;
  z-index: 10000;
  opacity: 0.8 !important;
  margin-left: 0 !important; 
}
.public-page .loader-wrap {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 0 !important;
}
.loader-wrap .fa {
  top: 45%;
  left: 48%;
}
.loader-wrap .help-block {
  position: absolute;
  top: 45%;
  left: 48%;
  line-height: 30px;
  margin-top: 30px;
  margin-left: -87px;
  color: #333;
  font-size: 32px;
  line-height: 1.2em;
  vertical-align: middle;
}
.nav-pills>li>a {
  margin-right: 5px;
}
.nav-pills>li:last-child>a {
  margin-right: 0;
}
.re-filterbox {
  padding:30px 20px;
  display:block;
  margin-bottom:60px;
}
.re-filterbox.no-top { 
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/* WIZARD */
.wizard-step {
  padding: 0;
  line-height: 1.6;
  background-color: #f5f8fa;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}
.wizard-step>li>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.courier-list.row {
  padding: 10px 0;
}
.row.even {
  background-color: #eee;
}
.row.odd {
  background-color: #fff;
}
.tab-content {
  /*border-radius: .5em;*/
}
.tab-link {
  padding: 20px 0 10px 10px;
}

.tab-link .radio {
  margin-bottom: 0;
  text-align: center;
}
.tabl-link.active label {
  font-weight: bold;
}
#courier_list.tab-content>.tab-pane {
  padding-top: 0;
}
#courier_tab {
  padding: 0 3px 0 5px;
  background-color: #ffffff;
  border-color: #ffffff;
}
#courier_tab>li {
  text-align: center;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background-color: #ffffff;
  color: #111111;
  font-weight: 600;
}
.custom-block {
  padding-bottom: 15px;
}
/* TABLE */
.table-borderless>tbody>tr>td {
  border: none;
}
/* Location Search */
.postcode-search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
div.popup-container {
  position: relative;
}
div.sb-popup {
  position: absolute;
  z-index: 2000;
}
ul.search-results {
  position: relative;
  overflow: auto;
  max-height: 207px;
  list-style: none;
  z-index: 5;
  background: #fff;
  margin: 32px 0 0 -2px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}
ul.search-results li {
  color: #000;
  padding: 5px 15px 5px 13px;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
ul.search-results li:hover {
  background-color: #eee;
}
/* Quote */
.parcel-block {
  padding-top: 10px;
}
.quote-form label {
  line-height: 17px;
}
fieldset.secondary {
  border-radius: 1em;
}
legend {
  padding: 10px 15px;
}
fieldset.secondary legend {
  padding-top: 50px;
  padding-bottom: 5px;
  padding-left: 20px;
}
fieldset.search-group {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 20px;
  margin: 0 10px 30px 10px;
  background: #a00000;
}
fieldset.search-group label {
    color: #ffffff;
}
#courier_tab>li>a {
  color: #aaaaaa;
  background-color: #f5f5f5;
}
#courier_tab>li>a:focus, #courier_tab>li>a:hover {
  color: #666666;
  background-color: #eeeeee;
}
.tab-link.active {
  background-color: #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}