/* 
    Created on : 22.02.2019, 15:49:01
    Author     : Stefan Schumacher | Vielfalter GBR <stefan.schumacher@die-vielfalter.de>
*/
.vfform-success-message,
.vfform-error-message {
  display: none;
}
#progress {
  width: 180px;
  margin: 20px auto 0 auto;
  display: none;
}
.progress-bar {
  background-color: #FFC400 !important;
}
.fileinput-button {
  left: 50%;
  transform: translateX(-50%);
}
.fileinput-button > span {
  color: #fff;
}
.grecaptcha-badge {
  display: none;
  z-index: -1;
  pointer-events: none;
  /*
    top:50% !important;
    bottom:initial;
    z-index: 99999;
    transform:translateY(-50%);
    */
}
.btn-remove-customer {
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-customers,
#customer-amount {
  display: none;
}
#new-customers .new-customer {
  position: relative;
  border: 3px solid #f5f5f5;
  background: transparent;
  border-radius: 15px;
  padding: 10px;
}
#new-customers .new-customer .btn-remove-customer {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 100;
}
#new-customers .new-customer + .new-customer {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #new-customers .new-customer {
    padding: 20px;
  }
}
.sorglos-table {
  width: 100%;
}
.sorglos-table tr td:last-of-type {
  text-align: right;
  min-width: 40px;
}
.sorglos-table tr td {
  vertical-align: central;
}
.sorglos-table tr td.-disabled {
  text-decoration: line-through;
}
.sorglos-table tr td.-selected {
  font-weight: 900;
  color: #FFC400;
}
.sorglos-table tr td.-selected label {
  font-weight: 900;
}
.sorglos-sum-col {
  color: #FFC400;
  font-weight: 900;
}
.sorglos-devider {
  border-top: 1px dashed #fff;
  margin: 20px 0 20px 0;
}
.select-time option[disabled] {
  display: none;
}
#callback-step-2,
#callback-step-3 {
  display: none;
}
