body { 
  background-color: #2E363F;
}
.primary {
  color: #5d8fc2;
}
.success {
  color: #64bd63;
}
.danger {
  color: #dd5826;
}
.warning {
  color: #f0b518;
}
.info {
  color: #f0b518;
}
.dark-grey {
  color: #777;
} 
.light-grey {
  color: #999;
}
.bold {
  font-weight: bold;
}
.semi-bold {
  font-weight: 600;
}
.sub-txt {
  font-style: italic;
  font-size: 13px;
}
.help-block, 
.help-inline {
  font-size: 11px;
}
.logo img {
  height: 67px;
}
.radio-group label {
  padding-right: 10px;
}
.radio-group input[type=radio] {
  margin-right: 5px;

}
.radio-group i {

}
.quote-container {
  width: 800px;
}
.top-nav {
  list-style: none;
}
.top-nav li {
  float:left;
}
#slider .btn {
  color: #fff;
}
footer address .footer-sprite {
  margin-bottom: 0;
}
footer .footer-bar .fa {
  font-size: 24px;
}

footer .footer-content {
  background-color: #222;
}

footer .footer-content .column {
  margin-bottom: 15px;
}

footer .footer-content .column img {
  margin-right: 15px;
}

footer .footer-bar .copyright {
  text-transform: none;
}

footer .footer-bar .toTop {
  width: auto;
  border-left: none;
  padding-right: 15px;
}

footer .footer-content h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}

footer .footer-content ul li {
  color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance : none; margin : 0; }
input[type=number] { -moz-appearance : textfield; }
.internal {
  background-color: #444;
  padding-bottom: 40px;
}

.no-padding {
  padding: 0 !important;
}
#flashMessage {
  width: 100%; 
  position:absolute; 
  padding: 10px;
  border:1px solid #cccccc; 
  z-index:501; 
  text-align:center;
}
#flashMessage.success {
  color: #ffffff;
  background-color: #63AA19;
}
#flashMessage.error {
  color: #ffffff;
  background-color: #f8bac0;
}
div.text-alert {
  color: #ffffff;
  background-color: #63AA19;
}
.tracking-row {
  border-top: 1px solid #333;
}
.tracking-row .event-icon {
  padding-right: 10px;
}
.tracking-row div {
  padding: 2px 0;
}

/***********************/
/*        Wizard      */
/***********************/
#wizard_bar .nav-pills {
  text-align: left;
  margin-left: 15px;
}
#wizard_bar .nav-pills li {
  width: 24.3%;
  background-color: #eee;
}
#wizard_bar .nav-pills li.visited a {
  background-color: #8c7f7f;
}
#wizard_bar .nav-pills li.active a, 
#wizard_bar .nav-pills a:hover {
  background-color: #A00000;
}
.form-wizard .pager.wizard {
  display: block;
}


@media (min-width: 992px) {
  .nav-static .loader-wrap {
    transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
    transform: translate(0, 0);
    margin-left: 204px; } }

.modal-processing {
  position: fixed;
  z-index: 0;
  right: 0;
  left: 0;
  top: 20px;
  bottom: 0;
  text-align: center;
}

.modal-processing .fa {
  font-size: 1.5em;
}
.disabled {
  color: #aaa;
}

.alert-message {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}
/***********************/
/*        Loader       */
/***********************/
.loader-wrap {
  z-index: 10000;
  opacity: 0.8 !important;
  margin-left: 0 !important; 
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: #eee;
  transition: transform 0.3s ease-in-out,left 0.3s ease-in-out,opacity 0.2s ease-out,background-color 0.2s ease-out;
}
.loader-wrap img.fa {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -74px !important;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -10px;
  font-size: 20px;
  vertical-align: middle;
}
.loader-wrap .help-block {
  position: absolute;
  top: 40%;
  left: 50%;
  line-height: 30px;
  margin-top: 30px;
  margin-left: -180px;
  color: #333;
  font-size: 32px;
  line-height: 1.2em;
  vertical-align: middle;
}
/***************************** Override ********************************************/
.left {
  float: left;
}
.right {
  float: right;
}

h2 {
  margin: 0 0 20px 0;
}
h3.left-side {
  float: left;

}
h3.head-1 {
  font-size: 3em;
}
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;
}
h4, h5 {
  font-weight: 600;
}
span.right-side {
  float: right;
}
.info-span {
  display: block;
  margin-top: 10px;
}
header#topNav nav ul.nav-main li a,
header#topHead a {
  color: #333;
}

header#topNav nav ul.nav-main li a:hover,
header#topHead a:hover {
  color: #000;
  text-decoration: underline;
  /*font-weight: 400;*/
}
header#page-title h1.head-3 {
  font-size: 22px;
}
h3.head-1 span.subtitle {
  font-size: 16px;
  display: block;
  padding: 0;
  margin-top: 10px;
}
.label {
  color: #333;
  font-size: 100%;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.label-cancel {
  background-color: #ddd;
}
.nav-pills a {
  color: #fff;
}
.nav-tabs a {
  color: #eee;
}
input.hasDatepicker {
  margin-right: 10px;
}
#accountTabs.nav-tabs li.active a {
  color: #333;
}
#accountTabs.nav-tabs li a {
  color: #999;
}
.container.static {
  margin-top: 15px;
}
/* BUTTON */
.btn, .btn:hover {
  /*	margin-top: 3px;*/
  margin-left: 11px;
  padding: 5px 10px;
  /*	background-color: #a0a0a0;*/
  border: none;
  /*	color: #ddd;*/
  cursor: pointer;
  /*	font-size: 12px;*/
}
.btn[disabled] {
  border: none;
}
.btn.active {
  background-color: #3d3d3d;
  color: #eee;
  cursor: pointer;
}
.btn.active:hover, .btn.btn-primary:hover  {
  background-color: #a00000;
  color: #fff;
  cursor: pointer;
}
.btn.btn-service {
  color: #fff;
  background-color: #a00000;
  cursor: pointer;
}
.btn-light {
  background-color: #ccc;
}

.btn-dark {
  background-color: #666;
}

.btn-large,
.btn-large:hover {
  font-size: 24px;
  padding: 10px 20px;
}

/* LOGIN */
#topHead .signin-dd form div.checkbox {
  padding: 5px 0 5px 20px;
}
.account-link .fa {
  padding-right: 5px;
}
.account-balance {
  color: #FF0000;
  margin-left: 10px;
}
/* CONTENT */
#main h3 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}

#main .panel-heading h3 {
  margin-bottom: 0;
}

/* FORM */
 .form-group .form-group {
    margin-bottom: 0 !important;
  }

.form-control {
  border: 1px solid #e6e6e6;
}
.form-control.error {
  background-color: #ecd6dc;
}
.form-control.highlight {
  border: #ccc 2px solid;
  background-color: #eee;
}
.form-control.highlight::-webkit-input-placeholder { color:#999 !important; }
.form-control.highlight::-moz-placeholder { color:#999 !important; }
.form-group.nested-group div {
  padding-left: 0;
  padding-right: 0;
}
.dimension-group .col-md-3 {
  padding-left: 20px;
  padding-right: 0;
}
.dimension-group .col-md-1 {
  text-align: center;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 19px;
}
.quote-content label.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
fieldset.round-box {
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
fieldset.round-box legend {
  width: auto;
  padding: 0 5px;
}
legend {
  border: none;
  font-weight: 600;
}
.page-notification p {
  color: #ffffff;
  margin: 0;
}
.page-notification a {
  color: #ffffff;
}
.pointer {
  cursor: pointer;
}
/* FORM */

header#page-title  {
  color: #fff;
  background-color: #333;
  padding-top: 23px;
  margin-bottom: 17px;
  background-position: 50% 75%;

}
header#page-title h1 {
  color: #fff;
}
header#topHead, header#topHead a {
  color: #fff;
  background-color: #333;
}
header#topHead a:hover {
  color: #ddd;
  text-decoration: none;
}
section.page-notification  {
  color: #fff;
  background-color: #333;
  padding: 10px;
  font-size: .9em;
  margin-top: 10px;
  height: 40px;
}
section.page-notification span {

}

/* SITE SWITCHER */
#site_switcher {
  font-size:12px;
}
#site_switcher .ui-selectmenu-button span.ui-icon {
  display: none;
}
#site_switcher .ui-selectmenu-menu {
  font-size:12px;
}
#site_switcher .ui-state-default {
  border: none;
  background: transparent;
  color: #fff;
}
#site_switcher .ui-selectmenu-button span.ui-selectmenu-text {
  padding:0;
  float: left;
  margin-top: 0;
  padding-top: 11px;
}

#site_switcher span.TFOSizeImgSelected {
  float: left;
  width: 25px;
  height: 19px;
  margin: 10px 0 0 10px;
}
.site-selection {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  font-size: 13px;
  background-color: transparent;
}

/* FAQ */
.ui-state-active {
  background: #a00000;
  border: 1px solid #a00000;
}
/* COMMON */
p, ol li, ul li {
  color: #333;
}
.italic {
  font-style: italic;
}
.darken {
  color: #333;
}
.light,
.light p {
  color: #a00000;
}
.col {
  margin-bottom: 20px;
}
.note {
  margin: 0;
  font-size: 12px;
  font-style: italic;
}
.top-no-header {
  padding-top: 0;
}
#slider form label {
  float: left;
}
.item-box {
  padding-left: 0;
  background-color: #333;
  min-height:235px;
}
.item-box img {
  margin-left: auto;
  margin-right: auto;
  height: 190px;
}
.item-box-desc {
  color: #fff;
  background-color: #333;
  text-align: center;
}
.item-box-desc h4 {
  color: #fff;
}
.centered {
  text-align: center;
}
.border-right {
  border-right: 1px solid #ddd;
}
label.error {
  display: none;
  visibility: hidden;
  max-height: 0;
}
#dialog-message {
  font-size:12px;
}

.ui-dialog .ui-dialog-titlebar-close {
  background-image: url("/images/v2/jquery-ui/ui-icons_222222_256x240.png");
  background-position: -95px -128px;
  border: 1px solid #aaa;
}
.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 0;
}
.ui-dialog-content p {
  margin: 0;
}
.ui-dialog button {
  padding: 6px 12px;
  margin-left: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ccc;
}
.ui-dialog-buttonset button:nth-child(1) {
  background-color: #eee;
}
.ui-dialog-buttonset button:nth-child(2) {
  background-color: #eee;
}
.tooltip-inner {
  margin-left: 5%;
  padding: 10px;
  white-space: normal;
  max-width: none;
  max-width: 350px;

}
.tooltip-inner ul{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.tooltip-inner ul.dotted {
  list-style: disc;
  margin-left: 20px;
}
.tooltip-inner p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}


.tooltip-inner ul li {
  color: #ffffff;
  padding-bottom: 10px;
}

.service-info-message {
  margin-top: 20px;
  text-align: center;
}
/* Boostrap Dialog */
.modal-content h3 {
  margin: 0 0 10px 0;
}
.modal-content .message {
  color: #a00000;
  font-size: 12px;
}

::-webkit-input-placeholder { color:#aaa !important; }
::-moz-placeholder { color:#aaa !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#aaa !important; } /* ie */
input:-moz-placeholder { color:#aaa !important; }

/* BUSINESS */
.price-table span.sub-txt {
  display: inline;
  text-transform: none;
}

/* INTERNAL */
.breadcrumb li.active {
  color: #fff;
}
.breadcrumb li a {
  color: #ddd;
}
.breadcrumb li a:hover {
  color: #fff;
}
/* ACCOUNT */
#location_search {
  display: none;
}
#city_postcode_search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#complete_address_btn, #cancel_address_btn {
  color: #fff;
  display: none;
}
#apply_address_btn {
  color: #fff;
}
.update-address-btn {
  float: right;
  margin-right: 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;
}
fieldset.light-border {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 20px;
  margin-bottom: 20px;
}

fieldset#search_group.register-search {
  margin-bottom: 15px;
}

/* FRONT PAGE */
#track_btn {
  margin-left: 0;
}
.tracking-box {
  float: right;
  padding-top: 10px;
}
.tracking-box.col-md-6 label {
  padding-left: 0;
}
.tracking-box label {
  float: left;
  color: #fff;
}
.tracking-img {
  float: left;
}
.tracking-img.col-md-6 {
  padding: 0;
}
.feature-link {
  display: block;
  height: 250px;
  color: #333;
  text-decoration: none;
  background: none;
}
.feature-link:hover {
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  /*background: rgba(241,87,87,0.5)*/
}

#page-title.quote-box {
  background-image: url('/images/v2/courier.jpg');
}
#page-title.quote-box.melbourne-vic {
  background-image: url('/images/v2/melbourne.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.sydney-nsw {
  background-image: url('/images/v2/sydney.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.hobart-tas {
  background-image: url('/images/v2/hobart.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.canberra-act {
  background-image: url('/images/v2/canberra.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.brisbane-qld {
  background-image: url('/images/v2/brisbane.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.perth-wa {
  background-image: url('/images/v2/perth.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.adelaide-sa {
  background-image: url('/images/v2/adelaide.jpg');
  margin-bottom: 0;
}
#page-title.quote-box.darwin-nt {
  background-image: url('/images/v2/darwin.jpg');
  margin-bottom: 0;
}
#quoteBtn {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
}
#quoteForm h3 {
  margin-left: 10px;
}
#quoteForm fieldset {
  border: 1px solid #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}
#quoteForm fieldset legend {
  font-weight: bold;
  color: #666;
  padding-left: 5px;
  margin-left: 10px;
}
#quoteForm fieldset legend.collection {
  width: 145px;
}
#quoteForm fieldset legend.delivery {
  width: 124px;
}
#quoteForm label {
  color: #000;
  font-weight: 500;
}
#quoteForm button {
  margin-top: 5px;
}
#quoteForm .form-group div {
  padding-left: 5px;
  padding-right: 5px;
}
#quoteForm .checkbox label {
  font-size: 13px;
}
#QuoteInsuranceForm fieldset {
  border: 3px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 20px;
  margin-bottom: 20px;
}
#QuoteInsuranceForm label {
  font-weight: bold;
}
#QuoteInsuranceForm label.normal {
  font-weight: normal;
}
.quote-content {
  padding: 20px;
  background-color: #fff;
  border: rgba(255, 255, 255, .5) 5px solid;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.quote-content .col-md-6 {
  padding-right: 30px;
  padding-left: 30px;
}
.quote-control .col-md-3 {
  margin: 0;
  padding: 0;
}
.quote-control .btn, .quote-control .btn:hover {
  margin: 0 0 0 5px;
}
.error-container {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
}
.ajax-search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.pac-container {
  position: absolute;
  z-index: 1000;
  margin-top: 45px;
  margin-left:5px;
}
.pac-container .pac-item {
  background: #fff;
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 1px solid #ddd;
  cursor: pointer;
}
.control-panel {
  /*overflow: hidden;*/
  text-align: right;
  margin-right: 0;
  padding: 0;
}
.step-btn, .step-btn:hover {
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.step-next {
  float: right;
  margin-right: 30px;
}
.custom-block {
  overflow: hidden;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ddd;
}
.control-block {
  padding-top: 20px;
}
.control-block .price-label, .control-block .price-txt {
  text-align: right;
}
#amt_total{
  font-weight: bold;
}
.checkbox.declaration {
  margin-bottom: 20px;
}
/*.weight-input, .length-input, .width-input, .height-input {
    margin-top: 5px;
}*/
/*
    @FILTER BOX
    - search -
*/
fieldset.parcel-details {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 0 20px 0;
}
.parcel-item-label {
  /*margin: 10px 0 0 0;*/
}
.re-filterbox {
  background-color:#fff;

  padding:30px 20px;
  display:block;
  margin-bottom:60px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, .8);
}
.re-filterbox.no-top { 
  border:rgba(255, 255, 255, .5) 5px solid;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.item-box h4 {
  font-size:18px;
  line-height:23px;
}
.item-box small {
  font-size:16px;
  font-weight:800;
}
i.big-icon {
  font-size: 2.8em;
  color: #aaa;
  margin: 30px 5px 0 10px;
}

i.big-icon.active:hover {
  color: #777;
}

i.big-icon.active, i.big-icon2.active  {
  color: #666;
  cursor: pointer;
}

i.big-icon2 {
  font-size: 2.8em;
  color: #aaa;
  margin: 15px 5px 0 10px;
}

#clearItem {
  float: right;
}


/* custom form */ 
#re-filter .form-control {
  height:40px;
  line-height:40px;
  padding:6px;
}

#re-filter select {
  cursor:pointer;
}
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;
}
ul#search_results li:hover {
  background-color: #eee;
}
select.form-control {
  padding: 0 12px;
}

/* Quote Wizard */
#quoteWizard {
  margin-top: 30px;
}
#quoteWizard .progress {
  height: 20px;
}
#quoteWizard .navbar {
  margin-bottom: 0;
}
.quote-data {
  list-style: none;
  padding-left: 10px;
 
}
.quote-data li {
  display: inline;
  color: #ffffff;
  margin-right: 30px;
}
.quote-table {

}
.quote-table tbody tr th,
.quote-table tbody tr td {
  padding: 4px 4px 4px 8px;
  border-top: none;
  border-bottom: none;
}
#serviceTabs a {
  text-transform: capitalize;
}
#serviceTabs li a {
  font-size: 16px;
  padding: 8px 5px 10px 5px;
  color: #ffffff;
  background-color: #a00000;
  border-top: 1px solid #a00000;
  border-left: 1px solid #a00000;
  border-right: 1px solid #a00000;
}
#serviceTabs li a:hover {
  color: #fff;
}
#serviceTabs li.active a, .tab-content { 
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#serviceTabs li.active a {
  color: #a00000;
  font-weight: 600;
}
#serviceTabs li.active a:hover {
  color: #a00000;
}
.bg-gray-lighter {
  background-color: #eee !important;
  color: #555 !important;
}
.tab-content {
  overflow: hidden;
  padding: 20px 20px 40px 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-content .tab-pane .padding-pane {
  padding-top: 30px;
}
.tab-content .tab-link {
  padding: 20px 10px 10px 10px;
}
.tab-content .tab-link.active {
  background-color: #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.tab-content .tab-link .radio {
  margin-bottom: 0;
  text-align: center;
}
.tab-content .tab-link.active .radio label {
  font-weight: bold;
}
.group-list {
  background-color: #444;
  clear: both;
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.group-list h4 {
  color: #ffffff;
}
.side-tabs li a,
.nav-tabs li a {
  font-weight: bold;
}
.courier-list h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}
#original_price {
  color: #A00000;
  margin-right: 20px;
}
span.strikethrough {
  text-decoration:line-through
}
span.price {
  font-size: 2em;
  font-weight: 600;
}
span.gst {
  font-size:11px;
}
.selectionservice {
  margin-top:6px;
}
span.courier-name {
  color: #a00000;
}
.courier-info ul li, .courier-info ol li {
  color: #333;
}
.panel-group, .panel-group .col-md-12, .panel-group .col-md-6 {
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
}
.panel-group .panel-price {
  text-align: right;
}
.panel-body {
  padding: 10px;
}
.panel .col-md-12, .panel .col-md-9, .panel .col-md-3 {
  padding: 0;
}
.panel .col-md-9 .form-group {
  margin: 10px 0 0 0;
}
.panel .col-md-3 button {
  font-size: 14px;
  margin: 10px 0 0 12px;
  padding: 12px;
}
.panel .label {
  width: 180px;
  text-align: left;
}
.panel-email {
  text-align: right;
  word-wrap: break-word;
}
.parcel-group {
  overflow: hidden;
  border-radius: 16px;
  background-color: #f5f7f7;
  padding: 10px 0 15px 0;
  margin-bottom: 10px;
}
.parcel-block {
  padding-top: 15px;
}
label.panel-label {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
}
.panel-label.col-md-5 {
  padding-left: 0;
}
.panel-text.col-md-7 {
  text-align: right;
  padding-right: 0;
}
.panel table {
  background-color: transparent;
}
.panel table>thead>tr>th, .panel table>tbody>tr>td {
  border-bottom: 1px solid #ddd;
}
.panel .voucher-box {
  overflow: hidden;
  padding-right: 0;
}
.panel-heading {
  overflow: hidden;
}
.panel-heading h3 {
  float: left;
}
.panel-heading span {
  float: right;
  font-size: 90%;
}
.panel-body .payment-option {
  padding-right: 20px;
}
#QuoteVoucherCode {
  float: left;
  width: 200px;
}
#voucher_button {
  float: right;
  padding: 13px 10px; 
  width:120px;
}

table.courier-table {
  border: none;
  background-color: transparent;
}
.courier-table>thead>tr>th, 
.courier-table>tbody>tr>th, 
.courier-table>tfoot>tr>th, 
.courier-table>thead>tr>td, 
.courier-table>tbody>tr>td, 
.courier-table>tfoot>tr>td {
  border: none;
  padding: 0;
  margin: 0;
}
.courier-table td.text-right {
  text-align: right;
}
.courier-table h6, .courier-table p {
  margin:2px 0;
}
.courier-table tr.small td {
  font-size: 12px;
}
.datetimepicker input, .input-append .add-on, .input-prepend .add-on {
  height: 28px;
}
.datetimepicker {
  float: right;
  width: 240px;
}
.date-selection {
  width: 155px;
  height: 30px;
  padding: 0 12px;
  font-weight: bold;
  color: #a00000;
}
.highlight {
  color: #a00000;
  font-size: 14px;
  font-weight: bold;
}
.row {
  padding: 10px 0;
}
.row.odd {
  background-color: #eee;
}
.row.even {
  background-color: #fff;
}
.row-control {
  margin-top: 10px;
}
.col-control {
  margin-top: 15px;
  text-align: center;
}
.text-right {
  text-align: right;
}
/* SEO */
#seoTabs.nav-tabs > li, .nav-pills > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs.dark > li a {
  color: #666;
  font-weight: bold;
}
.nav-tabs, .nav-pills {
  text-align:center;
}
#seo_content {
  height: 290px;
  overflow-y: scroll;
  padding: 10px;
}

#progress_bar .nav-pills {
  text-align: left;
}
#progress_bar .nav-pills li.active a, #progress_bar .nav-pills a:hover {
  background-color: #A00000;
}
#accordion h5 {
  cursor: pointer;
}
#cost_message {
  font-size: 12px;
  float: right;
  font-style: italic;
  color: green;
}
.desktop-only {
  display: inline;
}
.mobile-only {
  display: none;
}

.bootstrap-datetimepicker-widget td.day {
  width: 200px;
  line-height: 10px;
  font-size: 11px;

}
.bootstrap-datetimepicker-widget th.dow {
  font-size: 12px;
}

/*
Extra small devices (phones, less than 768px)
Small devices (tablets, 768px and up)
Medium devices (desktops, 992px and up)
Large devices (large desktops, 1200px and up)
*/
@media only screen and (max-width:992px){
  .tracking-box {
    padding-bottom: 20px;
  }
  #track_btn {
    padding: 10px;
  }
  #quoteWizard {
    margin-top: 25px;
  }
  legend i.fa-truck, legend i.fa-plane {
    display: none !important;
  }
  #check_video {
    display: none;
  }
  .nav-tabs > li > a {
    margin-right: 0;
  }
  .nav-tabs li {
    width: 100%;	
  }
  .nav-tabs li a { 
    border: 1px solid #ddd;
  }
  .tab-content .tab-link {
    background-color: #ddd;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {/* ipad portrait */
  #serviceTabs li {
    width: 100%;
  }
  #quoteWizard div.navbar ul li {
    display: none;
  }
  #quoteWizard div.navbar ul li.active {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  #tracking_image,
  .quick-contact, 
  legend i.fa-truck, legend i.fa-plane,
  .owl-carousel {
    display: none !important;
  }
  .nav-tabs li {
    width: 100%;	
  }
  .nav-tabs li a { 
    border: 1px solid #ddd;
  }
  .tab-content .tab-link {
    background-color: #ddd;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {/* ipad landscape */
  #tracking_image,
  .quick-contact, 
  legend i.fa-truck, legend i.fa-plane,
  .owl-carousel {
    display: none !important;
  }
  .nav-tabs li {
    width: 100%;
  }
  .nav-tabs li a { 
    border: 1px solid #ddd;
  }
}

@media only screen and (max-width:767px){ /* mobile */
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: inline;
  }
  h3.head-1 {
    font-size: 2em;
  }
  .logo img {
    height: 50px;
  }
  .nav-tabs li {
    width: 100%;
  }
  .nav-tabs li a { 
    border: 1px solid #ddd;
  }
  .courier-list .courier-img {
    text-align: center;
  }
  .courier-info ul,
  .courier-info ol,
  .courier-info ol ul {
    padding-left: 15px;
  }
  #tracking_image,
  .quick-contact, 
  legend i.fa-truck, legend i.fa-plane,
  .owl-carousel {
    display: none !important;
  }

  .tracking-box {
    padding-bottom: 20px;
  }
  #token_number, #courier_type {
    clear: both;
  }
  #track_btn {
    padding: 10px;
  }
  #quoteBtn {
    font-size: 22px;
  }
  #quoteWizard {
    margin-top: 25px;
  }

  #quoteWizard div.navbar ul li {
    display: none;
  }

  #quoteWizard div.navbar ul li.active {
    display: block;
  }
  .quote-content {
    padding: 20px 5px;
  }
  .step-next {
    margin-right: 0;
  }
  .panel-body .payment-option {
    padding-bottom: 20px;
  }
 
  .form-group .col-sm-3,
  .form-group .col-sm-4,
  .form-group .col-sm-8,
  .form-group .col-sm-9,
  .quote-content .col-md-6,
  .quote-content .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }

  .quote-content .col-md-6.border-right {
    padding-right: 10px;
    padding-left: 10px;
    border: none;
  }

  #order_table thead tr th:nth-child(3), #order_table tbody tr td:nth-child(3),
  #order_table thead tr th:nth-child(4), #order_table tbody tr td:nth-child(4),
  #order_table thead tr th:nth-child(5), #order_table tbody tr td:nth-child(5),
  #order_table thead tr th:nth-child(6), #order_table tbody tr td:nth-child(6),
  #order_table thead tr th:nth-child(7), #order_table tbody tr td:nth-child(7) {
    display: none;
  }
  #parcel_table thead tr th:nth-child(2), #parcel_table tbody tr th:nth-child(2), #parcel_table tbody tr td:nth-child(2),
  #parcel_table thead tr th:nth-child(3), #parcel_table tbody tr th:nth-child(3), #parcel_table tbody tr td:nth-child(3),
  #parcel_table thead tr th:nth-child(4), #parcel_table tbody tr th:nth-child(4), #parcel_table tbody tr td:nth-child(4),
  #parcel_table thead tr th:nth-child(5), #parcel_table tbody tr th:nth-child(5), #parcel_table tbody tr td:nth-child(5) {
    display: none;
  }
  #token_history_table thead tr th:nth-child(1), #token_history_table tbody tr th:nth-child(1), #token_history_table tbody tr td:nth-child(1),
  #token_history_table thead tr th:nth-child(4), #token_history_table tbody tr th:nth-child(4), #token_history_table tbody tr td:nth-child(4),
  #token_history_table thead tr th:nth-child(5), #token_history_table tbody tr th:nth-child(5), #token_history_table tbody tr td:nth-child(5) {
    display: none;
  }
  #address_table thead tr th:nth-child(3), #address_table tbody tr td:nth-child(3),
  #address_table thead tr th:nth-child(4), #address_table tbody tr td:nth-child(4),
  #address_table thead tr th:nth-child(5), #address_table tbody tr td:nth-child(5),
  #address_table thead tr th:nth-child(6), #address_table tbody tr td:nth-child(6) {
    display: none;
  }
  #sthoverbuttons {
    display: none;
  }
  .footer-content .col-md-3 {
    margin-bottom: 20px;
  }
  #check_video {
    display: none;
  }

  fieldset.light-border {
    border: none;
  }

  fieldset.search-group {
    margin: 0 0 10px 0;
    padding: 0 10px 0 10px;
  }


}
