.shipping-icon-button{

  margin-left: 4px;
}

.shipping-icon{
  
    background-color: #0087b7;

    border-color: rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .90em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: white;
    text-decoration: none;
    border: 1px solid ;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    border: 1px;
}

.shipping-icon:hover{
  
    background-color: #446084 !important;
    color: white;


}
.shipping-icon:after{
  

}
.order-info  * {
  position: relative;
}

@media screen and (max-width: 850px) {

  .shipping-info{

    margin-left: 20px;
    margin-right: 20px;
  }

  /*th:first-child, td:first-child {
      padding-left: 45% !important;
  }*/

  .order-info {
    display: block;
  }
  .order-info > *, .order-info tr, .order-info td, .order-info th {
    display: block;
  }
  .order-info thead {
    display: none;
  }
  .order-info tbody tr {
    height: auto;
    padding: 8px 0;
  }
  .order-info tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  .order-info tbody tr td:last-child {
    margin-bottom: 0;
  }
  .order-info tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  .order-info-tracking tbody tr td:nth-child(1):before {
    content: "Item";
  }
  .order-info-tracking tbody tr td:nth-child(2):before {
    content: "Articulo";
  }
  .order-info-tracking tbody tr td:nth-child(3):before {
    content: "Referencia";
  }
  .order-info-tracking tbody tr td:nth-child(4):before {
    content: "Estado actual";
  }
  .order-info-tracking tbody tr td:nth-child(5):before {
    content: "Numero guia";
  }
  .order-info-tracking tbody tr td:nth-child(6):before {
    content: "Fecha";
  }





  .order-info-customer tbody tr td:nth-child(1):before {
    content: "Nombre";
  }
  .order-info-customer tbody tr td:nth-child(2):before {
    content: "Ciudad";
  }
  .order-info-customer tbody tr td:nth-child(3):before {
    content: "Dirección";
  }
  .order-info-customer tbody tr td:nth-child(4):before {
    content: "Fecha de la orden";
  }


}

.order-info {

  font-family: 'Arial';
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #017CAE;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}
.order-info tr:hover {
  background: #f4f4f4;
}
.order-info tr:hover td {
  color: #555;
}
.order-info th, .order-info td {
  color: #999;
  border: 1px solid #eee;
  padding: 12px 35px;
  border-collapse: collapse;

}
.order-info th {
  background: #017CAE;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.order-info th.last {
  border-right: none;
}


.error-text{
  text-align: center;
  color: #D00A48;
}
.spinner-tracking{

  margin: 50px;
  position: relative;
  right: 50px;
  bottom: 100px;
}

.tracking-spinner{
  width: 100px;
  height: 100px;
}


#orderId{
  margin-top: -80px;
  
}

.order-title{
  color: #999;
  font-style: italic;font-weight: bold;

}

.tracking-header{
  text-align: center;font-weight: bold;margin-top:20px;
  color: #0087b7;
}

.tracking-text{

  text-align: center;font-weight: bold;
}

.search-tracking{

  float: left;margin: 100px;text-align: center;     margin-top: -3px;
}

@media screen and (min-width: 851px) {
  th:first-child, td:first-child {
      padding-left: 40px !important;
  }
}

.order-title strong{
  color:#0087b7;
}
.shipping-info{
  
  color: #999;
  font-style: italic;font-weight: bold;
}

.shipping-info strong{
  color:#0087b7;
  font-size: 17px;
}
.shipping-icon-info{
  background-image: url("../img/shipping-icon.png");
  background-repeat: no-repeat;
  background-size: 100px 60px;
  display: inline-block;
  width: 100px;
  height: 60px;

}

#orderId{

  margin-bottom: 50px;
}



