/*#region Media Queries*/
/*Fonts*/

@font-face {
  font-family: 'IloxxLightFont';
  src: url("Fonts/EnzoOffc-Light.eot");
  src: url("Fonts/EnzoOffc-Light.eot?#iefix") format("embedded-opentype"), url("Fonts/EnzoOffc-Light.woff") format("woff"), url("Fonts/EnzoOffc-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IloxxRegularFont';
  src: url("Fonts/EnzoOffc-Medium.eot");
  src: url("Fonts/EnzoOffc-Medium.eot?#iefix") format("embedded-opentype"), url("Fonts/EnzoOffc-Medium.woff") format("woff"), url("Fonts/EnzoOffc-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
.pseudoElement {
  display: block;
  content: "'\00a0'";
}
/*Typography*/

.fontSize14 {
  font-size: 14px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize28 {
  font-size: 28px;
}
.right-to-left {
  border-width: 0 0 1px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0, 0, 100%, 0, from(#c5c5c5), to(transparent)) 0 0 100% 0;
  -webkit-border-image: -webkit-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  -moz-border-image: -moz-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  -o-border-image: -o-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  border-image: linear-gradient(to left, #c5c5c5, transparent) 0 0 100% 0;
}
.left-to-right {
  border-width: 0 0 1px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0, 0, 100%, 0, from(#c5c5c5), to(transparent)) 0 0 100% 0;
  -webkit-border-image: -webkit-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  -moz-border-image: -moz-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  -o-border-image: -o-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  border-image: linear-gradient(to right, #c5c5c5, transparent) 0 0 100% 0;
}
.tabActiveHover {
  background: linear-gradient(to top, #f2f2f2 30%, white 100%);
  /*border-bottom: 1px solid @iloxxOrange;*/
  color: #e56a19;
}
.tracking_number {
  width: calc(100% - 280px);
  float: left;
  font-size: 16px;
}
.panTrackingDetails {
  display: inline-block;
  width: calc(100% - 20px);
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
}
.step_image {
  float: left;
  width: 100px;
  height: auto;
}
.step_image.home {
  width: 66px;
  margin-left: 11px;
  margin-bottom: 6px;
}
.step_image_space {
  float: left;
  height: 25px;
  width: calc(25% - 125px);
}
.step_image_space.home {
  width: 70px;
}
.tracking_steps {
  display: inline-block;
  width: calc(100% - 62px);
  margin-top: -22px;
  margin-bottom: 45px;
  padding: 0px 20px 0px 42px;
}
.step_circle_orange {
  float: left;
  background-color: #e56a19;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.step_circle_orange.home {
  width: 23px;
  height: 23px;
  border-radius: 12px;
}
.step_circle_grey {
  float: left;
  background-color: #f7f6f3;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.step_circle_grey.home {
  width: 23px;
  height: 23px;
  border-radius: 12px;
}
.step_line_orange {
  float: left;
  background-color: #e56a19;
  height: 3px;
  width: calc(25% - 50px);
  margin-top: 17px;
}
.step_line_orange.home {
  margin-top: 10px;
  width: 111px;
}
.step_line_grey {
  float: left;
  background-color: #f7f6f3;
  height: 3px;
  width: calc(25% - 50px);
  margin-top: 17px;
}
.step_line_grey.home {
  margin-top: 10px;
  width: 111px;
}
.step_description_activ {
  width: 100%;
  display: inline-block;
  margin-bottom: 17px;
  font-size: 16px;
  color: #e56a19;
  font-family: 'IloxxRegularFont';
}
.step_description_inactiv {
  width: 100%;
  display: inline-block;
  margin-bottom: 17px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
  /*font-family: 'IloxxRegularFont';*/

}
.step_description_date {
  float: left;
  width: 132px;
}
.step_description_time {
  float: left;
  width: 120px;
}
.step_description_description {
  float: left;
  /*width: 150px;*/

}
.tracking_zip span {
  float: left;
  width: calc(100% - 450px);
  margin-right: 10px;
  font-family: 'IloxxLightFont';
  line-height: 17px;
}
.tracking_zip input[type=text] {
  float: left;
  width: calc(100% - 510px);
}
.sendingdetails {
  width: 100%;
  display: inline-block;
}
