input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.validation-message {
  color: #dc3545;
}

.collapsable {
  transition: all 0.2s ease-out;
}

.accent-border {
  border-top: 2px solid #006ec7 !important;
}

.btn-download {
  height: 4rem;
  width: 5.5rem;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
}
.btn-download:hover, .btn-download:focus {
  border: 1px solid #adb5bd;
  background-color: #fff;
}
.btn-download:active {
  outline: none;
  background-color: #e9ecef;
}

.toast.toast-visible {
  animation: slidein ease-in-out 0.3s;
}

.elevation-1 {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-2 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.elevation-3 {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.22), 0 10px 10px rgba(0, 0, 0, 0.23);
}

.elevation-4 {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 15px 12px rgba(0, 0, 0, 0.23);
}

.elevation-5 {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.27), 0 16px 12px rgba(0, 0, 0, 0.23);
}

.cursor-pointer {
  cursor: pointer;
}

.mandatory:after {
  color: #006ec7;
  content: "*";
}

.optional:after {
  color: #6c757d;
  content: "optional";
  font-size: 11px;
}

.btn-link:hover .icon-only-link, .btn-link:focus .icon-only-link {
  border-bottom: 1px solid currentColor;
}

.form-control-imaginary {
  margin-top: 0.955rem;
  margin-left: 0.8rem;
  margin-bottom: 1.85rem;
}

.table-cell-clickable:hover {
  background-color: rgba(210, 105, 30, 0.15) !important;
  cursor: pointer;
}
.table-cell-clickable.active {
  background-color: #006ec730 !important;
}

.helpertext {
  color: #6c757d;
}
.helpertext:hover, .helpertext:focus, .helpertext:active {
  color: #000;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    transform: translateY(100px);
  }
  to {
    transform: none;
  }
}

/*# sourceMappingURL=styles.soka.css.map */
