 :root {
	--main-color:#f4c201;
	--h-color:#192538;
	--card-bg-color:white;
}


body::after {
  content: "";
  background: url("../img/f8145f214862a4df5732c73477141b33.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}


.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}

/*
* Clases del step progress
*/ 


.houndExpressContainer {
      width: 600px;
      margin: 10px auto; 
	  display: inline-block;
}

.houndExpressProgressbar {
      counter-reset: step;
  }
.houndExpressProgressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #eeeeee;
  }
.houndExpressProgressbar li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #eeeeee;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .houndExpressProgressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #eeeeee;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .houndExpressProgressbar li:first-child:after {
      content: none;
  }
  .houndExpressProgressbar li.active {
      color: green;
  }
  .houndExpressProgressbar li.active:before {
      border-color: #55b776;
  }
  .houndExpressProgressbar li.active + li:after {
      background-color: #55b776;
  }

/*
* Clases generales
*/ 

  #houndExpressTrackInfoDiv > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.houndExpressAccordionTracking-content > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.houndExpressAccordionTracking-content > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.houndExpressTrackInfoDiv {
	z-index: 6000;
	position: fixed;
	top: 5px;
	right: 5px;
	border-radius: 0px !important;
	padding: 16px 17px !important;
	border: 1px solid rgb(204, 204, 204) !important;
    background-color: white;
}

.houndExpressTypeGuideLblAndChkMultipleDiv{
	display: block;
}

.houndExpressTypeGuideLblDiv{
	display: inline-block;
	width: 60%;
}

.houndExpressTypeGuideLbl{
    font-style: italic;
	font-family: sans-serif;
}

.houndExpressChkIsMultipeDiv{
	display: inline-block;
	width: 30%;
}

.houndExpressChkIsMultipeLbl{
	font-family: sans-serif;
	font-size: 8pt;
}

.houndExpressPoweredByLbl{
    font-family: sans-serif;
    font-size: 8pt;
	color: #3dafe059;
	right: 0; 
	position: absolute;
	padding-top: 6px;
}

.houndExpressChkIsMultipe{

}

.houndExpressTrackingNumber {
	width: 100%;
}

.houndExpressCmdTrack {
	background-color: transparent !important;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px !important;
	margin-top: 4px;
	padding: 10px 25px 10px 25px;
}

.houndExpressResultadosRastreoContentDiv {
    position: fixed;
    left: 10%;
    width: 75%;
    text-align: right;
    font-family: sans-serif;
    height: 100vh;
    overflow: auto;
    top: 10px;
	z-index: 1000;
}

.houndExpressCmdCloseTrack {
	background-color: transparent !important;
	color: red;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px !important;
	border-radius: 1px !important;
	margin-top: 4px;
}

.houndExpressCmdCloseTrackTxt{
	right: 24px;
	position: absolute;
}

.houndExpressAccordionTracking {
	border: 1px solid #ccc !important;
	border-radius: 0px !important;
	padding: 0px 0px !important;
	text-align: left;
    background-color: white;	
}

.houndExpressAccordionTracking-toggle {
    cursor: pointer !important;
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    margin: 0px;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
	border-bottom-style: solid;
}

.houndExpressAccordionTracking-content {
}

.houndExpressWsErrors {
	display: inline-block;
}

.houndExpressWsErrorsText {
}

/* Table Styles */

.houndExpressDivTrakingResultTable {
    width: 87% !important;
    height: 400px;
    overflow: auto;
    box-shadow: 0px 35px 50px rgb(0 0 0 / 32%);
	padding: 0px 0px 0px 67px;
}

.houndExpressTrakingResultTable {
	width: 100%;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    white-space: nowrap;
    background-color: white;
}

.houndExpressTrakingResultTable td, .houndExpressTrakingResultTable th {
    text-align: center;
    padding: 8px;
}

.houndExpressTrakingResultTable td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.houndExpressTrakingResultTable thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.houndExpressTrakingResultTable thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.houndExpressTrakingResultTable tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .houndExpressTrakingResultTable {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .houndExpressTrakingResultTable thead, .houndExpressTrakingResultTable tbody, .houndExpressTrakingResultTable thead th {
        display: block;
    }
    .houndExpressTrakingResultTable thead th:last-child{
        border-bottom: none;
    }
    .houndExpressTrakingResultTable thead {
        float: left;
    }
    .houndExpressTrakingResultTable tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .houndExpressTrakingResultTable td, .houndExpressTrakingResultTable th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .houndExpressTrakingResultTable thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .houndExpressTrakingResultTable tbody tr {
        display: table-cell;
    }
    .houndExpressTrakingResultTable tbody tr:nth-child(odd) {
        background: none;
    }
    .houndExpressTrakingResultTable tr:nth-child(even) {
        background: transparent;
    }
    .houndExpressTrakingResultTable tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .houndExpressTrakingResultTable tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .houndExpressTrakingResultTable tbody td {
        display: block;
        text-align: center;
    }
}