.f1 {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #f35b3f;
}
.f1-step {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px;
  text-align: center;
}
.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.f1-step p {
  color: #ccc;
}
.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #f35b3f;
  font-size: 22px;
  line-height: 48px;
}
.f1-buttons {
  text-align: right;
}
button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus,
button.btn.btn-next.active:focus {
  background: #f35b3f;
  color: white !important;
}
button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus,
button.btn.btn-previous.active:focus {
  background: #bbb;
}
button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus,
button.btn.btn-submit.active:focus {
  color: white !important;
  background: #f35b3f;
}
.wizard-footer {
  padding: 15px;
}

.wizard-footer:first-child {
  border-bottom: 1px solid rgba(243, 91, 63, 0.3);
}

.modal-big .modal-dialog {
  width: 80vw;
  max-width: 80vw;
}

.modal-big .modal-dialog .modal-content {
  max-height: 80vh;
  height: 80vh;
}

.datepicker .form-control[readonly] {
  background-color: white;
  cursor: pointer;
}

.table-form td {
  padding: 0;
}
.table-form label.label,
label.label-width {
  margin: 0 !important;
  display: block;
}
.table-form input,
.table-form textarea,
.table-form .vs__dropdown-toggle,
.table-form .table-form select {
  border: 0;
  border-radius: 0;
}
.table-form .centered {
  text-align: center;
  vertical-align: middle;
}
.table-form .v-select input {
  padding: 0.5rem 0.875rem;
}
table .moving {
  vertical-align: middle;
}

.text-md {
  font-size: 16px;
}

.text-bold {
  font-weight: bold;
}
