
.wf_settings_heading_tab{
	cursor: pointer;
}
.wf_settings_heading_tab::after{
	content: ' \25BC'
}

table.wf-shipment-usps-package-table{
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
	width: 100%;
  min-width: 1200px;
	border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-collapse: separate;
    border-spacing: 0 1em;
    
}

table.wf-shipment-usps-package-table th{
	font-size: 12px;
	border-bottom: 1px solid;
  text-align:center;
  padding-bottom: 10px;
  
}

table.wf-shipment-usps-package-table td{
	background-color: #FFFFFF;
  padding: 0 10px;
}
table.wf-shipment-usps-package-table td>input{
  width: 100%;
}
table.wf-shipment-usps-package-table tr{
	padding-top: 30px; 
  padding-bottom:30px;
}

.wf-action-button{
	display: inline-block;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #a1a1a1;
	padding: 0 2em;
	margin: 0.2em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	border-radius: 0.2em;
	cursor: pointer;
}

.wf-add-button:before { 
	content: "\271A";
}

/*USPS Live tracking*/
 .elex-stamps-pickup-form-1 .elex-stamps-pickup-inner-wrap{
    padding: 30px;
    background: #F8F8F8;
    margin-bottom: 15px;
    border-radius: 8px;
}
.elex-stamps-pickup-header-row {
    background: black;
    color: #fff;
 }
.usps_wrapper {
  background: #333366;
  width: 870px;
  height: 120px;
}
.margin-area {
  position: relative;
  text-align: center;
  font-family: "Trebuchet", sans-serif;
  font-size: 14px;
  margin: 0 20px;
}
.dot {
  height: 30px;
  width: 30px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 10px;
  color: #fff;
  line-height: 30px;
  z-index: 9999;
}
  .one {
    left: 65px;
    background: #0C84D9;
  }
  .two {
    left: 280px;
    background: #0C84D9;
  }
  .three {
    left: 490px;
    background: #bbb;
    color: #ffd800;
  }
  .four {
    left: 700px;
    background: #bbb;
    color: #ffd800;
  }

.progress-bar {
  position: absolute;
  height: 10px;
  width: 25%;
  top: 20px;
  left: 10%;
  background: #bbb;
}
  .usps_first {
    background: #0C84D9;
  }
  .second {
    left: 37%;
  }
  .third {
    left: 60%;
  }

.message {
  position: absolute;
  height: 60px;
  width: 170px;
  padding: 10px;
  margin: 0;
  left: -8px;
  top: 0;
  color: white;
}
  .message-1 {
    top: 40px;
  }
  .message-2 {
    top: 40px;
    left: 210px;
  }
  .message-3 {
    top: 40px;
    left: 420px;
  }
  .message-4 {
    top: 40px;
    left: 630px;
  }


  .code {
    top: 70px;
  }
}
a {
  color: #0C84D9;
  text-decoration: none;
  font-weight: bold;
}
  a:hover, a:focus {
    text-decoration: underline;
  }



.elex-stamps-pickup-form {
  color: white;
  display: block;
  padding: 15px 32px;
  text-align: center;
  margin-bottom: 15px;
  text-decoration: none;
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
  background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
  font-size: 16px;
}
.elex-stamps-pickup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 1;
}
.elex-stamps-pickup-overlay:target {
  visibility: visible;
  opacity: 1;
}

.elex-stamps-pickup-popup {
  margin: 120px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
}

.elex-stamps-pickup-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.elex-stamps-pickup-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.elex-stamps-pickup-popup .close:hover {
  color: #06D85F;
}
.elex-stamps-pickup-popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .elex-stamps-pickup-popup{
    width: 70%;
  }
}