/*!
 * bsStepper v1.3.0 (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */

.bs-stepper {
  display: block;
}

.bs-stepper.vertical {
  display: -ms-flexbox;
  display: flex;
}

.bs-stepper .bs-stepper-header {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
      justify-content: space-around;
    background: #efefef;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.bs-stepper.vertical .bs-stepper-header {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
      
}

.bs-stepper .bs-stepper-content {
  /* overflow: hidden; */
  /* padding: 0 24px 24px 24px; */
  padding: 0 5px 5px 5px;
}

.bs-stepper.vertical .bs-stepper-content {
  padding: 0 0 0 48px;
}

.bs-stepper .step {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  /* overflow: hidden; */
  -ms-flex-align: center;
      align-items: center;
  outline: 0;
  position: relative;
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
}

.bs-stepper.vertical .step {
  width: 100%;
  padding: 0 12px;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #28a745;
}

.bs-stepper .step:hover button:not(:disabled),
.bs-stepper .step:hover a:not(:disabled),
.bs-stepper .step:hover .step-trigger:not(:disabled) {
  background-color: rgba(0, 0, 0, .06);
  cursor: pointer;
  text-decoration: none;
}

.bs-stepper .content.dstepper-block {
  display: block;
}

.bs-stepper .content.dstepper-none {
  display: none;
}

.bs-stepper.vertical .content.fade.dstepper-none {
  visibility: hidden;
}

.bs-stepper .content:not(.fade) {
  display: none;
}

.bs-stepper .content.active:not(.fade) {
  display: block;
}

.bs-stepper .content.fade {
  visibility: hidden;
  transition-duration: .3s;
  transition-property: opacity;
}

.bs-stepper.vertical .content {
  visibility: hidden;
  display: inherit;
}

.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}

.bs-stepper.vertical .content.active {
  visibility: visible;
}

.bs-stepper .bs-stepper-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  background-color: #6c757d;
}

.bs-stepper .step button,
.bs-stepper .step a,
.bs-stepper .step .step-trigger {
  text-align: center;
  text-decoration: none;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}

.bs-stepper .step button:focus,
.bs-stepper .step a:focus,
.bs-stepper .step .step-trigger:focus {
  text-decoration: none;
}

.bs-stepper .step button .bs-stepper-label,
.bs-stepper .step a .bs-stepper-label,
.bs-stepper .step .step-trigger .bs-stepper-label {
  font-weight: 600;
  color: #212529;
  display: inline-block;
  line-height: 1.8;
  white-space: initial;
}

.bs-stepper.linear .step:not(.active) button .bs-stepper-label,
.bs-stepper.linear .step:not(.active) a .bs-stepper-label,
.bs-stepper.linear .step:not(.active) .step-trigger .bs-stepper-label {
  color: rgba(0, 0, 0, .38);
}

.bs-stepper .bs-line {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -ms-flex: auto !important;
      flex: auto;
  height: 0;
  min-width: 32px;
}

.bs-stepper.vertical .bs-line {
  min-height: 32px;
  width: 0;
  min-width: 0;
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: auto;
  margin-left: auto;
}

/* @media (max-width: 768px) { */
    @media (max-width: 991px) {
  .bs-stepper:not(.vertical) {
    display: -ms-flexbox;
    display: flex;
  }
  /* .bs-stepper-content{
    height: auto;
  }
  .bs-stepper-content .content{
    display: none;
    position: absolute;
  }
  .bs-stepper-content .content.active{
    display: block;
    position: absolute;
    height: 100%;
  } */
  .bs-stepper .step button .bs-stepper-label,
  .bs-stepper .step a .bs-stepper-label,
  .bs-stepper .step .step-trigger .bs-stepper-label,
  .bs-stepper .step .step-trigger .bs-stepper-label span {
    font-weight: 400;
    color: #212529;
    display: block;
    line-height: 1.2;
    font-size: 12px;
    white-space: initial;
  }
  .bs-stepper .step button, .bs-stepper .step a, .bs-stepper .step .step-trigger {
    text-align: center;
    text-decoration: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
}
.bs-stepper .bs-stepper-header {
    padding: 10px 5px;
    margin-bottom: 0px;
    margin-right: 5px;
}
  .bs-stepper:not(.vertical) .bs-stepper-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
        max-width: 25%;
  }

  .bs-stepper:not(.vertical) .bs-stepper-content {
    /* padding: 0 0 0 48px; */
    padding: 5px;
  }

  .bs-stepper:not(.vertical) .step {
    width: 100%;
    padding: 0 0px;
  }

  .bs-stepper:not(.vertical) .bs-line {
    min-height: 32px;
    width: 0;
    min-width: 0;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    margin-right: auto;
    margin-left: auto;
  }

  .bs-stepper:not(.vertical) .content.active {
    /* visibility: visible; */
    display: block !important;
  }

  .bs-stepper:not(.vertical) .content:not(.active),
  .bs-stepper:not(.vertical) .content:not(.fade):not(.active)  {
    /* visibility: hidden;
    display: unset; */
    display: none ;
  }
  .step-trigger{
      width: 100%
  }
}

/*# sourceMappingURL=bs-stepper.css.map */

.bs-stepper-content h3{
  font-size: 140%;
  border-bottom: #cecece 1px dashed;
  padding-bottom: 10px;
  width: 100%;
}
.bs-stepper-content h3 span.badge{
  font-weight: normal;
}
.bs-stepper-content input.form-control {
  margin-bottom:8px;
}
.bs-stepper-content label{
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.copytotal, .copyacc{
  display: flex;
  position: absolute !important;
  bottom: 2px;
  right: 2px;
  padding: 3px 5px;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
}
.copytotal i, .copyacc i{
  margin-right: 3px;
  margin-top:2px;
}
.totalmoney{
  font-family: inherit !important;
  line-height: 1 !important;
  margin-bottom: 0px;
  font-weight: bold;
}
.numacc{
  font-family: inherit !important;
  margin: 0px !important;
  font-weight: bold;

}

@media screen and (max-width:321px){
  .copytotal,.copyacc{
    font-size: 10px !important;
    padding: 1px 2px !important;
  }
  .totalmoney{
    font-size: 25px;
  }
}

