.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: #767676;
}
.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;
}

.modal-big .modal-dialog .modal-content .modal-body {
  overflow: auto;
}

.datepicker .form-control[readonly] {
  background-color: white;
  cursor: pointer;
}

.radio-list .radio {
  display: inline-block;
  margin-right: 15px;
}

.radio-list label {
  display: block;
}

.details-card p {
  font-weight: bold;
}

.text-muted-light {
  color: #767676;
}

.header-icon:not(.btn) > [class*='fa-']:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #767676;
}

.badge-secondary {
  color: #fff;
  background-color: #767676;
}
.badge-success {
  color: #000;
  background-color: #6fbe41;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.pseudo-th {
  vertical-align: bottom !important;
  border-bottom: none !important;
  background-color: #dcdcdc !important;
  color: black !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  padding: 0.6rem !important;
}

.btn-info {
  background-color: #007faa;
}

.v-select .vs__dropdown-toggle {
  height: auto;
  min-height: calc(1.47em + 1rem + 2px);
}

.v-select .vs__dropdown-toggle .vs__selected {
  max-width: 95%;
}

.w-monaco__label {
  margin-bottom: 0.3rem;
}

.fieldset__legend {
  font-size: 0.8125rem;
}

.instructionClass tr,
.instructionClass th {
  text-align: center;
}

.is-warning,
.is-warning > .vs__dropdown-toggle {
  border-color: #d73040 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.text-warning,
.custom-control-input.is-warning ~ .custom-control-label {
  color: #d73040 !important;
  font-size: 13px !important;
}

.warnings-list .warning {
  color: #d73040 !important;
}

.alert-warning {
  color: #856522;
  background-color: #fff3d9;
  border-color: #ffeeca;
}

.panel-container a {
  color: #1b69b6;
}
.panel-container a:hover {
  color: #134a81;
  text-decoration: underline !important;
}

li.breadcrumb-item > a:focus {
  color: #000;
}

.header-btn:focus {
  border-color: #868e96;
  background: #a1a8ae;
  color: #fff;
}

.header-icon:focus {
  color: #404040;
}

.header-icon:not(.btn):focus > [class*='fa-']:only-child,
.header-icon:not(.btn):focus > .ni {
  color: #404040;
}

a:focus {
  color: #000000;
  text-decoration: underline;
}

.attachments__post-form:focus,
.messages-btn:focus {
  background: #f7f9fa;
  border: 1px solid #77c24b;
}

.toast-success {
  background-color: #408240;
}

.toast-error {
  background-color: #bd362f;
}

.modal-fullscreen .modal-body {
  padding: 0 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.help-block {
  color: #727272;
}

.text-red {
  color: #ff0000;
}

.font-smaller {
  font-size: smaller;
}

.font-larger {
  font-size: larger;
}

.p--newline {
  white-space: pre-wrap;
}

th:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
}

.table thead th:focus {
  background-color: #acacac;
}

.list--style-none {
  list-style: none;
}

.modal-big .modal-dialog .modal-content.modal--overflow-hidden {
  min-height: 300px;
  height: 80vh;
  overflow: hidden;
}

.row--fixed-height {
  min-height: 110px;
  height: calc(80vh - 190px);
}

.column--fixed-height {
  height: 100%;
}

.selected-filter {
  color: #000;
  background-color: #6fbe41;
}

.modal-static-footer .modal-content {
  overflow: none;
}

.modal-static-footer .modal-body {
  overflow: auto;
}

.vld-overlay.is-full-page {
  z-index: 99999 !important;
}

.page-wrapper.start-layout {
  padding-bottom: 50px;
}

.page-footer {
  min-height: 129px;
}

.cell-disabled {
  background-color: #acacac !important;
  border-color: #acacac !important;
}

.clickable {
  cursor: pointer;
}
