/**!!
 * @author
 * Banjo Mofesola Paul
 * Chief Developer, Planet NEST
 * mofesolapaul@live.com
 * Wednesday, December 7, 2016
 */
.divider.mini {
  margin-bottom: 1rem;
}

.country-list .divider {
  margin-top: 0px;
}

#first-order {
  cursor: pointer;
}

.payment-options div {
  margin-bottom: 5px;
}

.password-box a {
  display: none;
}
.password-box.ok {
  position: relative;
}
.password-box.ok input {
  padding-right: 45px;
}
.password-box.ok a {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  bottom: 2px;
  right: 5px;
  width: 42px;
  text-align: center;
  color: #999;
  font-size: small;
  font-weight: bold;
}
.password-box.ok a:hover {
  color: #888;
}

.cta.mini {
  padding: 1rem 1.5rem;
}

.cta.nofill {
  background: transparent;
}

@media (max-width: 767px) {
  body {
    padding-top: 87px;
  }

  .navbar.navbar-default .navbar-brand {
    padding: 15px 15px;
  }
}
.form-control {
  border-radius: 0;
}

/* override path to flags.png for intl-tel-input && countrySelect */
.iti-flag {
  background-image: url("../css/3rd/intl-tel-input/img/flags.png");
}

.country-select .flag {
  background-image: url("../resx/country-select-flags/flags.png");
}

/* override intl-tel-inputs && countrySelect, to become full width */
.intl-tel-input,
.country-select {
  display: block;
}

.selected-flag {
  max-height: 32px;
}

.checkbox {
  margin: 3px 0 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label::after {
  width: 25px !important;
  height: 25px !important;
  text-align: center !important;
  padding: 0 !important;
  font-size: inherit !important;
}
.checkbox label::before {
  width: 25px !important;
  height: 25px !important;
}

.animated.fast {
  animation-duration: 300ms;
}

@media (max-width: 767px) {
  .shiftdown {
    margin-top: 2rem;
  }
}

.contain {
  overflow-y: auto;
}

.full-height {
  height: 100%;
}
.full-height.footer-hidden footer {
  display: none;
}

.relative {
  position: relative;
}

.swiftly-blue {
  color: #2776B9;
}

.theme-blue {
  color: #45aed6;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

label.not-bold {
  font-weight: normal;
  cursor: pointer;
}

.float-right {
  float: right;
}

.no-border {
  border: none;
}

.no-padding {
  padding: 0 !important;
}

.block {
  display: block;
}

.font-small {
  font-size: small;
}

.no-x-padding {
  padding-left: 0;
  padding-right: 0;
}

.anim-js {
  visibility: hidden;
}

.strikethru {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.fa-inverse {
  color: #fff !important;
}

#invoice-file-input {
  opacity: 0;
}

.doc-upload-btn {
  cursor: pointer;
  padding: 0px;
  display: flex;
  justify-content: center;
  font-size: initial;
  width: 30px;
  height: 30px;
}

.payment-card-section {
  display: flex;
  flex-direction: row;
  margin: 40px 0px;
  background-color: aliceblue;
  padding: 30px 0;
}

@media screen and (max-width: 530px) {
  .payment-card-section {
    flex-direction: column-reverse;
  }
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-row-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us-text > p:nth-child(8) {
  display: flex;
}
.about-us-text > p:nth-child(8) > .about-us-arrow {
  margin-right: 8px;
}

.about-us-arrow {
  margin-right: 5px;
}

.shipment-value {
  padding-left: 30px;
  margin-top: 15px;
}

/*# sourceMappingURL=general.css.map */
