.hidden {
  display: none;
}

#container {
  min-width: 360px;
}

.hds .loadingHeader {
  background: #bf0d85;
  background: -moz-linear-gradient(left, #bf0d85 0%, #ef4d3b 100%);
  background: -webkit-linear-gradient(left, #bf0d85 0%, #ef4d3b 100%);
  background: linear-gradient(to right, #bf0d85 0%, #ef4d3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0d85', endColorstr='#ef4d3b',GradientType=1 );
}

.hdsHeader img {
  float: right;
}

/* @media (max-width: 767px) {
  .page .row:not(.clientHeader):not(.division):not(.no-division):not(.client-ad) {
    max-width: 95%;
    margin: 0 auto;
  }
} */

.clientHeader {
  padding: 20px 0;
  color: #fff;
}

.clientHeader span {
  font-size: 1.25rem;
  vertical-align: middle;
}

.hds .logo {
  background-image: url('/img/client/HDSLogo.png');
  width: 50%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.header .title,
.hds .loadingHeader .title {
  font-weight: 300;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 15px;
  display: inline-block;
}

.trackingapp {
  display: flex;
  justify-content: center;
}

.page {
  /*background:#FFF;*/
  color: #3e3e3e;
  width: 100%;
  max-width: 1000px;
}

.searchform {
  padding: 15px 0 15px;
  text-align: center;
}

.searchform .form-group {
  padding: 0;
  margin-bottom: 0;
}

.searchform .form-group label:not(.error) {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  /*padding-bottom:15px;*/
}

.trackButton {
  border: none;
  border-radius: 30px;
  background-color: #002bbb;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  cursor: pointer;
}

.trackButton:active:not(.client-btn),
.trackButton.active:not(.client-btn),
.trackButton.active:focus:not(.client-btn),
.trackButton:focus:not(.client-btn),
.trackButton.active:hover:not(.client-btn),
.trackButton:hover:not(.client-btn),
.trackButton.disabled,
.trackButton[disabled]:not(.client-btn) {
  background-color: #002bbb;
  cursor: pointer;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.flex-column {
  max-width: 260px;
}

.division {
  margin-top: 15px;
  /*border-top:2px #e9e9e9 dashed;*/
  padding-top: 25px;
}

.deliveryDetails {
  /*max-width: 95%;*/
  /*margin: 0 auto;*/
  text-transform: uppercase;
  font-size: 16px;
}

.address {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.deliveryDetails > .col-12 > .division:first-child {
  margin-top: 0;
}

.deliveryDetails h3 {
  font-size: 1.15rem;
}

.deliveryDetails h3.subheading {
  display: flex;
  align-items: center;
  color: #002bbb;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
}

.deliveryTime {
  color: #00adee;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1;
}
.deliveryDate {
  color: #00adee;
  font-size: 1.15rem;
  line-height: 1;
}

.deliveryDate:last-child{
  margin-bottom: 0;
}

.deliveryEtaOuttro{
  margin-bottom: 0;
}

.ratingStars a {
  /*-webkit-mask-image: url(/img/staricon.svg);
    mask-image: url(/img/staricon.svg);*/
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;
  margin-right: 3px;
  width: 40px;
  height: 40px;
  fill: #888;
  stroke: #888;
}

.ratingStars a.active {
  fill: #336;
  stroke: #336;
}

.white-bg {
  background: #fff;
  padding: 20px;
}

.btn-cancel {
  background: #707070;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}

.btn-cancel:hover,
.btn-cancel:active {
  background-color: #575757 !important;
}

.semi-block-width {
  width: 100%;
  max-width: 90%;
}

.collapsable-section {
  max-height: 600px;
  transition: max-height 0.3s ease-out;
  /*transition: opacity 0.4s ease-out;*/
  height: auto;
  overflow: hidden;
  opacity: 1;
}

.collapsable-section.hide {
  max-height: 0;
  /*opacity: 0;*/
}

.collapsable-section.hide select {
  border: 0;
}

.thumbs a {
  cursor: pointer;
}

.travel {
  border-left: 1px solid #cccccc;
  height: 300px;
  position: absolute;
  left: 59%;
  top: 10px;
}

.delivery-details-container {
  overflow: hidden;
  max-width: 290px;
  margin: 0 auto;
}

button.active {
  background-color: #10acec !important;
}

button.trackButton.grey {
  background-color: #999999;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  padding-left: 0;
  padding-top: 1rem;
  margin-top: 0;
  /* background-color: transparent; */
}

.timeline-item {
  display: flex;
  flex-direction: row;
  text-transform: capitalize;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0.25rem 0;
}

.timeline-item:before {
  content: " ";
  display: block;
  position: absolute;
  border-left: 2px dotted #bdc3c7;
  height: 100%;
  top: 45px;
  left: 28px;
}

.timeline-item:last-child:before {
  border-left: 0;
}

.timeline-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0.5rem;

  /* Add these back if going for the nicer drop shadow look */
  /* margin: 0.5rem 0; */
  /* box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 20px 2px; */
}

.timeline-content-text {
  min-width: 75%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timeline-content-text .subheading{
  display: flex;
  align-items: center;
  padding-right: 0.25rem;
  font-weight: bold !important;
  margin-bottom: 0.25rem !important;
}
.box-count-toggle{
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.box-count-toggle i{
  font-size: 10px;
  margin-left: 0.5rem;
}
.boxes-list p{
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 0.75rem;
}

.timeline-content-boxes{
  padding: 0 15px;
  font-size: 0.75rem;
}
.timeline-content-box{
  flex-basis: 100%;
  display: flex;
}
.timeline-content-box-datetime{
  display: flex;
}
.timeline-content-box-datetime p{
  margin-bottom: 0;
  margin-left: 1rem;
}

.timeline-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  font-size: x-large;
  color: black;
  background-color: white;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 1;
  align-self: flex-start;
}

.timeline-content-date {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding-right: 0.25rem;
  font-size: 0.85rem;
}

.timeline-content-date p{
  margin-bottom: 0;
}

.before-block::after {
  content: '';
  position: absolute;
  height: 15%;
  margin-left: 22px;
  margin-top: 44px;
  border: 1px dashed grey;
}

.after-block::after {
  content: '';
  position: absolute;
  height: 18%;
  margin-left: 22px;
  margin-top: 44px;
  border: 1px solid grey;
}

.van {
  color: white;
  background-color: #00adee;
}

.delivered {
  color: white;
  background-color: #2ecc71;
}

.ready {
  color: white;
  background-color: white;
  background-color: #bdc3c7;
}

.phone {
  margin-left: 1rem;
  font-weight: 400;
  color: black;
}

.icon-container {
  display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 200px;
	color: #eaeaea;
  padding: 1.5rem;
}

.error-h1 {
	font-size: 4em;
	color: #cfcccc;
}

.error-p {
	font-size: 1rem;
	color: #949494;
}

.thumbs .rate-button i{
  font-size: 3rem;
  color: #bdc3c7;
}
