::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999 !important;
}
.wordwrap { 
  white-space: normal !important; 
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
}
.form-wrap {
  margin-right: 5px;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #495057 !important;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 600;
  color: #495057;
}
h5 {
  margin-bottom: 15px;
}
html [class*='section-'].section-bottom-20 {
  padding-bottom: 20px;
}
html [class*='section-'].section-bottom-40 {
  padding-bottom: 40px;
}
h3 + .row {
  margin-top: 10px;
}
i {
  font-style: normal;
}
ul, ol {
  padding-top: 8px;
}
ul li, ol li {
  display: list-item;
  margin-left: 25px;
  margin-bottom: 8px;
  line-height: 17px;
}

li.object-inline {
  list-style: none;
  margin-left: 0;
}
legend {
  margin-bottom: 1rem;
}
.clearfix {
  clear: both;
}
.bold {
  font-weight: bold;
}
.semi-bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.text-md {
  font-size: 14px;
}
.text-sm {
  font-size: 12px;
}
.text-xs {
  font-size: 10px;
}
.text-primary {
  color: #993399;
}
.text-secondary {
  color: #cc3399;
}
.text-gray-dark {
  color: #495057;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.btn-primary, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background: #993399;
  border-color: #993399;
}
.btn-primary:hover {
  background-color: #64bd63;
  border-color: #64bd63;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.row {
  margin-top: 0;
}
.row-30,
.row-30 > * {
  margin-bottom: 0;
}
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; }
.alert-popup {
  width: 100%; 
  position: absolute; 
  top: 0;
  padding: 15px;
  z-index:501; 
  text-align: center;
  opacity: .9;
}
.pager li > a.btn-primary {
  color: #fff;
  background: #993399;
  border-color: #993399;
  border-radius: 6px;
}
.btn-purple {
  background: #993399;
  color: #fff;
}
.btn-dark-gray {
  background: #cc3399;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: #333;
}
.btn-list {
  margin-bottom: 10px;
}
.btn-label {
  cursor: default;
}
.divider.half-margins {
  margin: 30px 0;
}
.divider {
  border: 0;
  margin: 60px 0;
  height: 4px;
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  text-align: center;
  position: relative;
  clear: both;
}
.divider.white .fa {
  background: #fff;
  color: #333;
}
.divider .fa {
  color: #bbb;
  background: #f4f5f7;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  font-size: 20px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin: 0 auto 0 -25px;
}
.widget {
  overflow: hidden;
}
* + .list-sm {
  margin-top: 0;
  margin-bottom: 30px;
}
.pac-container {
  background: #f6f6f6;
  padding: 0 5px;
  cursor: pointer;
  border: 1px solid #e2dfdf;
}
.pac-item {
  padding: 8px;
  font-size: 13px;
}
.box-1 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.box-2 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.error-container {
  padding-top: 0 !important;
  color: #f0b518;
}
.icon-creative[class*='email']::after {
  background: #ff9900;
}
.icon-creative[class*='pinterest']::after {
  background: #ff0033;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 0;
  padding-right: 0;
}
.rd-navbar-minimal.rd-navbar-static {
  border: 0;
}
.price-before {
  text-decoration: line-through;
  color: #ff0033;
  font-weight: normal;
}
.address-block .round-border {
  padding: 20px 10px;
  background-color: #f6f6f6;
}
.address-group {
  margin-bottom: 10px;
}
.round-border {
  border: 1px solid #ced4da;
  border-radius: 5px;
}

/* BREADCRUMBS */
breadcrumbs-custom {
  min-height: 320px;
}
.breadcrumbs,
.breadcrumbs-custom-path {
  margin-left: 0;
  margin-right: 5px;
}
.breadcrumbs-custom-main {
  margin-top: 35px;
}
.breadcrumbs > * {
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:focus {
  color: #74757f;
}
.breadcrumbs a:hover {
  color: #333;
}
.breadcrumbs-custom-title {
  font-weight: 600;
  text-shadow: black 0.05em 0.05em 0.05em;
}
/* FORM */
::placeholder {
  font-style: italic;
}
fieldset.search-group {
  background-color: #993399;
  color: #fff;
  padding-top: 28px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-radius: 0.5rem;
}
.form-control-label {
  color: #000;
}
.form-input:read-only {
  background-color: #eee;
}
select.form-control:not([size]):not([multiple]) {
  /*-webkit-appearance: none;*/
  -moz-appearance:none;
  height: calc(2.25rem + 5px);
}
select::-ms-expand {
    display: none;
}
.form-select {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #29293a;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  transition: .3s ease-in-out;
  border: 1px solid #c5c6cd;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .form-control {
  background-clip: border-box;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border: 1px solid #ced4da;
  font-size: 1em;
  height: 36px;
}
.input-group-btn > .btn-label {
  cursor: default !important;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 120px;
}
.col-lg-12 .input-group-btn > .btn-label {
  padding-bottom: 5px;
}
.col-lg-2 .input-group-btn > .btn-label.sm-padding {
  width: 80px;
  padding-left: 3px;
}
.col-sm-12 .input-group-btn > .btn-label.sm-padding {

}
.col-xs-12 .input-group-btn > .btn-label.sm-padding {
  width: 120px;
}
input.error, button.error, select.error, ul.error {
  border-color: #cc0000 !important;
  background-color: #f3d8d8 !important;
}
label.error {
  color: #cc0000;
  font-size: 11px;
}
.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 107px;
  max-height: 46px;
  width: auto;
  height: auto;
}
.breadcrumbs-custom-path li {
  padding-left: 0;
  padding-right: 10px;
  text-shadow: black 0.05em 0.05em 0.05em;
}
.breadcrumbs li.separator,
.breadcrumbs-custom-path li.separator {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs li.separator i,
.breadcrumbs-custom-path li.separator i {
  font-size: 11px;
}
.bg-dark-grey {
  background-color: #333;
}
.bg-purple-100 {
  background-color: #5f309b;
}
h1.wow-outer {
  font-size: 65px;
}
a.no-link {
  cursor: default;
  color: #29293a;
}
a.service-info {
  cursor: pointer;
}
.left {
  float: left;
}
.right {
  float: right;
}
.parcel-block.row,
.parcel-block .row {
  margin-top: 0 !important;
}
.button.button-primary {
  color: #fff !important;
  background-color: #64bd63;
  border-color: #64bd63;
}
.button.button-primary:hover, .button.button-primary:active {
  color: #fff;
  background-color: #cc3399;
  border-color: #cc3366;
}
.re-filterbox {
  padding: 30px 20px;
  display: block;
  margin-bottom: 0;
  background: #444;
}
.re-filterbox.no-top { 
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.re-filterbox legend, 
.re-filterbox label,
.re-filterbox i.active,
.re-filterbox a {
  color: #fff;
}
.re-filterbox i {
	color: #aeaeae;
}
i.small-icon {
  font-size: 0.8em;
}
i.medium-icon {
  font-size: 2em;
  color: #666;
}
i.big-icon {
  font-size: 2.8em;
  margin: 0 5px 0 10px;
}
i.medium-icon.active:hover,
i.big-icon.active:hover {
  color: #777;
}
i.medium-icon.active,
i.big-icon.active, i.big-icon2.active  {
  cursor: pointer;
}
i.big-icon2 {
  font-size: 2.8em;
  margin: 15px 5px 0 10px;
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.checkbox {
  padding-left: 25px;
  margin-top: 5px;
}
.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  left: 15px;
  margin-top: 5px;
}
.checkbox label {
  cursor: pointer;
}
.weight-input {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.dimension-input {
  min-width: 60px;
}
.payment-btn {
  height: 95px;
  margin:10px;
}
.payment-toggle.current {
  color: #343434;
  background-color: #cdcdcd;
  border-color: #8c8c8c;
}
.rd-navbar-login {
  margin-left: 38px;
  margin-top: -6px;
}
.ajax-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;
  left: 121px;
}
.street-block {
  background-color: #fff;
  border-radius: 6px;
}
.street-block .help-block {
  color: #666;
}
ul#step_tab li {
  list-style: none;
  margin-left: 0;
}
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 {
  list-style: none;
  margin-left: 0;
  color: #000;
  padding: 5px 15px 5px 13px;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
ul.search-results li:hover {
  background-color: #eee;
}
.list-group:last-of-type .list-group-item:last-child {
  border-bottom: 1px solid #ddd;
}
.loader-wrap {
  z-index: 10000;
  opacity: 0.8 !important;
  margin-left: 0 !important; 
}
.loader-wrap .help-block {
  position: absolute;
  top: 50%;
  left: 45%;
  line-height: 30px;
  margin-top: 30px;
  margin-left: -87px;
  color: #333;
  font-size: 32px;
  line-height: 1.2em;
  vertical-align: middle;
}
.loader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: .3s all ease;
  pointer-events: none;
  backface-visibility: hidden;
  background-color: #eee;
  opacity: 1;
  transition: transform 0.3s ease-in-out, left 0.3s 
}
.loader-wrap .fa {
  position: absolute;
  top: 50%;
  left: 46%;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -10px;
  font-size: 20px;
  vertical-align: middle;
}
.hide {
  display:none;
}
.help-block {
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
  display: block;
}
.help-inline {
  font-size: 12px !important;
  margin-top: 5px;
  color: #999999;
  display: inline;
}
.box-round {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0.5rem;
}
.module-container {
  margin-top: 30px;
  margin-bottom: 50px;
}
.module-separator {
  height: 3px;
  background-image: url('/images/banner-bg.png');
  background-repeat: repeat-y;
}
.container-bottom-padding {
  clear: both;
  padding-bottom: 80px;
}
.post-creative h3 {
  margin-bottom: 15px;
}
/* TABLE */
.dataTables_wrapper .bottom {
  width: 100%;
}
table.dataTable thead .sorting_asc {
  background: none !important;
  background-image: none !important;
}
table.dataTable thead .sorting_asc:after {
  content: none !important;
}
table.dataTable thead > tr > th,
table.dataTable tbody > tr > td {
  padding-left: 0 !important;
  padding-right: 5px !important;
}
table.dataTable thead > tr > th {
  font-size: 12px;
}
table.dataTable tbody > tr > td {
  vertical-align: top;
  padding-right: 2px !important;
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
}
table.dataTable tbody > tr > td a {
  color: #666;
}
table.dataTable tbody > tr > td:first-child {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.table th, .table td {
  padding: 5px 5px;
  border-top: 0;
}
.dataTables_paginate {
  float: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  background-color: #eee !important;
  border-color: #ddd !important;
}
/*.quote-table tr td {
  border: none;
}*/
.tab-content {
  background-color: #333;
}
.nav-tabs {
  border-bottom: none;
}
/* MODULLES */
.courier-logo-100 {
  float: right;
  background-color: #fff;
  width: 100px;
}
.courier-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.courier-list.even {
  background: #f6f6f6;
}
.courier-list.odd {
  background: #fff;
}
.courier-list table tr td {
  color: #000;
  font-size: 13px;
}
ul.no-style {
  list-style: none;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.progress {
  background-color: #999;
}
.progress .bg-success {
  color: #fff !important;
}
.progress-bar-striped {
  background-size: 1rem 1rem !important;
}
.progress-xs {
  height: 5px !important;
  margin-bottom: 0.5rem;
}
.progress-success {
  background-color: #64bd63;
  border-radius: 0;
}
.panel-default > .panel-heading,
.panel-default > .panel-heading h3.panel-title {
  background-color: #333;
  color: #fff;
}
.panel-heading {
}
.panel-title { 
  font-size: 1.1rem;
}
.quote-courier-logo {
  text-align: center;
}
.edit-quote-text {
  clear: both;
  text-align: center;
}
.image-container {
  position: relative;
  text-align: center;
}
.sample-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-notification {
  background-color: #333;
  padding: 5px 0;
}
.page-notification, 
.page-notification a {
  color: #fff;
}

.slick-widget-testimonials {
  margin-top: 0;
}
.slick-widget-testimonials .carousel-child {
  max-width: 960px;
}
.slick-widget-testimonials .carousel-child .item {
  border-radius: 10%;
}
.slick-widget-testimonials .carousel-child img {

}
.slick-arrow {
  margin-top: -4px;
}
.slick-prev::before, .slick-next::before {
  font-size: 30px;
  font-weight: bold;
}

.slick-prev::before {
  content: '<';
}
.slick-next::before {
  content: '>';
}
/* MODULES */
article.icon-point {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 15px;
  min-height: 160px;
}
article.icon-point:hover {
  background-color: #efefef;
}
.iframeVideo {
  height: 0px;
  padding-top: 25px;
  padding-bottom: 56.2%;
  position: relative;
}
/* Sample Quote */
.slick-prev::before, .slick-next::before {
  color: #ffffff;
}
/* Text Image Block */
.block-image-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-image-text-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
}
.block-image-text h4 a,
.block-image-text h4 a:hover {
  color: #495057 !important;
}
.block-image-text img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-image-text:nth-child(even) .block-image {
  float: left;
}
.block-image-text:nth-child(odd) .block-image {
  float: left;
}
/* iPhone */
@media (max-width: 767.98px) {
  article.icon-point {
    min-height: 0;
  }
  article.icon-point {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block-image-text {
    width: 335px;
  }
  .block-image-text img {
    width: 150px;
    margin-top: 10px;
  }
  .block-image-text:nth-child(even) .floated {
    float: right !important;
  }
  .block-image-text:nth-child(odd) .floated {
    flex: left !important;
  }
}
.plan-list-features {
  margin-left: 20px;
}
.plan-list-features li.check-feature {
  list-style: none; 
  font-size: 12px; 
  line-height: 17px;
}

.plan-list-features li.check-feature:before {
  content:"\2713\0020";
  color: #993399;
  font-size: 14px;
  speak: none;
  position: absolute;
  margin-left: -20px;
}
.rd-navbar-static .rd-navbar-dropdown {
  color: #64bd63;
}
.rd-navbar-static .rd-navbar-dropdown li > a {
  color: #ffffff;
}
/* QUOTE */
.quote-header {
  background: #333;
  color: #fff;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.quote-header-block {
  padding-bottom:15px;
}
.courier-logo-container {
  background-color: #fff;
  border-radius: 5px;
}
.address-search i {
  font-size: 0.8em;
  cursor: pointer;
  color: #aaa !important;
  margin-left: 5px;
}
.address-search:hover i,
.address-search.active i {
  color: #fff !important;
}
.form-wizard .nav-pills > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
  color: #999999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: default; }

.form-wizard .nav-pills > li.active > a {
  background-color: #5d8fc2;
  color: #fff; }

.form-wizard .nav-pills > li.done > a {
  background-color: #c5d7e9;
  color: #fff;
  cursor: pointer; }

.box-minimal-icon {
  min-width: 54px;
}
.quote-light {
  padding-bottom: 20px;
}
.quote-light-cite {
  font-weight: 600;
}
.tab-pane-content {
  overflow: hidden;
  padding: 20px 10px;
}
.form-wizard .tab-pane {
  display: none;
  width: 100%;
  margin-top: 0;
  padding: 10px 0;
  border-radius: 0; 
  /*background: #993399;*/
  background: #666;
}
.form-wizard .tab-pane.active {
  overflow: hidden;
  display: block;
}
.form-wizard .tab-pane h3 {
  margin-left: 15px;
}
.form-wizard .tab-pane h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-wizard .tab-pane .widget {
  border-radius: 0;
}
.form-wizard .tab-pane.secondary-tab {
  background: #f6f6f6;
}
.filter-tab-nav {
  padding-top: 0;
}
.filter-nav-title {
  font-weight: 700;
  font-size: 18px;
}
.nav-item {
  list-style: none;
}
.nav-item:first-child {
  margin-left: 0;
}
.secondary-tab-list.nav-tabs > .nav-item .nav-link.active a,
.secondary-tab-list.nav-tabs > .nav-item .nav-link.active a:hover {
  background: #ccc;
}
.nav-tabs {
  background: transparent;
}
.nav-tabs > .nav-item {
  margin-right: 5px;
}
.nav-tabs > .nav-item .nav-link {
  color: #fff;
  background: #999;
}
.nav-tabs > .nav-item .nav-link:hover {
  background: #666;
  color: #fff;
}
.nav-tabs > .nav-item .nav-link.active,
.nav-tabs > .nav-item .nav-link.completed,
.nav-tabs > .nav-item .nav-link.active:hover {
  background: #f6f6f6;
}
.nav-tabs > .nav-item .nav-link.active, .nav-tabs > .nav-item .nav-link.active:hover, .nav-tabs > .nav-item .nav-link.active:focus {
  background: #f6f6f6;
}
.nav-tabs > .nav-item .nav-link.active {
  font-weight: 700;
}
.form-wizard .pager > li.disabled > .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none; }

.form-wizard .pager.wizard {
  display: block; 
}
.form-wizard .nav-pills>li>a,
.form-wizard .nav-pills>li>a:hover {
  color: #fff;
  background-color: #999;
}
.form-wizard .nav-pills .nav-link,
.form-wizard .nav-pills .nav-link.active {
  cursor: pointer;
}
.form-wizard .nav-pills .nav-link.disabled {
  background-color: #ddd;
  cursor: not-allowed;
}
#step_tab .nav-item .nav-link.active,
#step_tab .nav-item .nav-link.active.completed {
  background-color: #333;
}
#courier_tab {
  margin-bottom: 0;
}
#courier_tab .nav-item .nav-link.active, 
#courier_tab .nav-item .nav-link.active.completed {
  background-color: #666;
}
#courier_tab .nav-item .nav-link.active, 
#courier_tab .nav-item .nav-link.active .help-block {
  color: #fff;
}
#courier_tab .nav-item .nav-link, 
.form-wizard .nav-pills .nav-link.nav-link,
.form-wizard .nav-pills .nav-link.nav-link{
  background-color: #999;
}
.nav-item .nav-link.courier-tab.active, 
.form-wizard .nav-pills .nav-link.nav-link.courier-tab.active,
.form-wizard .nav-pills .nav-link.nav-link.courier-tab.active.completed {
  background-color: #666;
}
.form-wizard .nav-pills .nav-link.nav-link.disabled {
  background-color: #ccc;
  color: #eee;
}
.form-wizard .nav-item .nav-link {
  color: #fff;
}
.form-wizard .nav-item small {
  display: inline;
}
#step_tab {
  height: 55px;
}
#courier_tab .nav-item .nav-link {
  color: #fff;
  background-color: #999;
}
#courier_tab .nav-item {
  /*  float: left;*/
  margin-left: 0;
  margin-bottom: 0;
}
#courier_tab .nav-item a {
  text-align: center;
  padding: 10px 0;
}
.tab-link {
  padding: 20px 10px 10px 10px;
}
.tab-link.active {
  background-color: #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.tab-link.active label {
  font-weight: 700;
}
.group-list {
  overflow: hidden;
}
.nav-item a {
  cursor: pointer;
}
.mb-sm {
  margin-bottom: 0.5rem;
}
.nav-justified {
  width: 100%;
  border-bottom: 0;
  margin-bottom: 0;
}
.street-block {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0.25rem;
}
.profile-thin {
  position: relative;
  display: block;
  padding: 30px 20px 45px;
  background: #f6f6f6;
  text-align: left;
}
.profile-thin * + p {
  margin-top: 10px;
}
.service-list {
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0 10px 0;
  margin-bottom: 10px;
  border-radius: 0.75rem;
  /*box-shadow: 0 1px 3px 0 rgba(37,32,31,.3);*/
}
.service-timeline {
  position: relative;
  /*  position: absolute;
    top: 11px;*/
  display: block;
  width: 60%;
  height: .155rem;
  /*margin: 1.375rem auto;*/
  /*margin: 25px 0 0 10px;*/
  margin-left: 45px;
  padding: 0;
  border-radius: .375rem;
  background-color: #817b8f;
  line-height: 0;
  text-align: center;
}
.service-timeline li {
  position: relative;
  top: -.125rem;
  display: inline-block;
  width: .375rem;
  height: .375rem;
  margin: 0 4%;
  border-radius: 1.375rem;
  background-color: #cc3399;
  background-image: none;
  line-height: 0;
  box-shadow: 0 0 0 0.125rem #fff;
  zoom: 1;
}
.service-timeline li:before {
  position: absolute;
  top: 25%;
  right: 5.5rem;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.2rem;
}
.service-timeline li:after {
  position: absolute;
  top: 25%;
  right: -6.375rem;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.2rem;
}
.service-timeline.air li:before,
.service-timeline.air li:after{
  background-image: url(/images/icons/plane.png);
}
.service-timeline.road li:before,
.service-timeline.road li:after{
  background-image: url(/images/icons/truck-right.png);
}
.service-timeline.sameday li:before,
.service-timeline.sameday li:after{
  background-image: url(/images/icons/flash.png);
}
.service-date-selection {
  /*  margin-bottom: 20px;*/
}
.service-selection {
  text-align: center;
}
.service-selection .service-price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: normal;
}
.round-block {
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #495057;
}
.round-block.disabled {
  color: #ddd;
}
.custom-item-block label {
  font-size: 11px;
}
.parcel-items th,
.parcel-table th {
  font-size: 11px;
}
.atl-group {
  clear: both;
  margin-top: 10px;
}
.insurance-type-group {
  background-color: #eee;
  padding: 15px;
  border-radius: 6px;
}
.insurance-type-group h5 {
  margin-bottom: 0;
}
.insurance-type-group .tab-content {
  padding: 10px;
  background: #fff;
}
.insurance-type-group .radio input[type='radio'],
.insurance-type-group .radio label::before {
  display: none;
}
.insurance-type-group .radio {
  padding-left: 0;
  margin-bottom: 0;
}
.payer-group .form-group.row {
  margin-bottom: 2px;
}
.rd-navbar-nav li,
.tiny-content-wrap ul li {
  list-style-type: disc; 
}
.tiny-content-wrap ol li {
  list-style-type: decimal;
}
.tiny-content-wrap ol li ul li {
  list-style-type: disc; 
}
.blog-layout-aside {
  min-width: 33.33333%;
}
* + .post-creative-meta {
  margin-top: 0;
}
.list-inline-comma,
.post-creative-meta,
.post-classic-meta,
.list-marked {
  margin-top: 0 !important;
}
.list-inline-comma li,
.post-creative-meta li,
.post-classic-meta li {
  margin-left: 0;
}
h4.post-classic-title a {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.33333;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-marked li {
  list-style: none;
  margin-left: 0;
}
.list-marked li ul {
  margin-left: 5px;
}
.list-marked li ul li::before {
  position: relative;
    top: 1px;
    display: inline-block;
    left: 25px;
    min-width: 25px;
    content: '\f14f';
    font: 400 14px 'Material Design Icons';
    line-height: inherit;
    color: #aeb1be;
    pointer-events: none;
}
.switchery {
  margin-left: 0;
}
.blog-layout-aside-item {
  padding: 25px 30px;
}

* + .pagination {
  margin-top: 10px;
}

.form-control.package-list {
  /*width: 100px;*/
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -4px;
}
