#primary-box-types-wrapper {
  border: 1px solid #eee;
}
#primary-box-types-wrapper .dim-section {
  padding: 10px;
}
span.request-label {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
}
#primary-box-types-wrapper .box-type-label {
  padding: 7px 15px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 15px;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  display: inline-block;
  border: 2px solid #eee;
}
#primary-box-types-wrapper .box-type-label.active {
  background-color: #000000;
  color: #ffffff;
}
#primary-box-types-wrapper input[type="radio"] {
  display: none;
}
.wpcsb-select-ajax{
  display: block !important;
}

.optional-label {
  font-family: 'Roboto';
  font-size: 11px;
  display: inline-block;
  width: 50%;
  color: #d3d3d3;
}

/******** PUBLIC HTML CSS ****/
section.field-section.row .card-body {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

section.field-section.row input, section.field-section.row select {
  width: 100%;
  margin: 5px;
}

section.field-section.row .wpcsb-fields {
  width: 100%;
  flex: 0 0 50%;
  padding: 5px;
}

.header-title {
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
.total-charges-table {
  margin: 10px 0;
  border: 1px solid #cecece;
}
.wpcfe-select-ajax{
  display:block !important;
}
.wpc-calculator-fields.wpcsb-fields.col-md-6.form-group.row {
  align-items: center;
}
section.box-charges .optional-label {
  display: none;
}

p.no-rate {
  width: 100%;
  background: #ffe5e5;
  padding: 10px;
  color: #a50000;
}

/*
 * Spinner Styles
 * HTML markup <div class="wpcfe-spinner"></div>
*/
/* wpcargo Spinner */
.wpcfe-spinner {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.wpcfe-spinner:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.wpcfe-spinner:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.wpcfe-spinner:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: wpcfespinner 1500ms infinite linear;
  -moz-animation: wpcfespinner 1500ms infinite linear;
  -ms-animation: wpcfespinner 1500ms infinite linear;
  -o-animation: wpcfespinner 1500ms infinite linear;
  animation: wpcfespinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}