/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.ux-choice {
  cursor: pointer;
}

/* CUSTOMIZABLE VARIABLES */
.ux-input-component {
  --foreground: var(--aurelia-ux--design-control-foreground, #212121);
  --foreground-label: var(--aurelia-ux--design-control-label-color, #757575);
  --background: var(--aurelia-ux--design-control-background, #E0E0E0);
  --background-hover: #00000027;
  --active-color: var(--aurelia-ux--design-primary, #3F51B5);

  --font-size: 16px;
  --letter-spacing: inherit;
  --label-font-size: 12px;
  --label-letter-spacing: 0.5px;
  --line-height: 1.6;
  --label-line-height: 1.6;

  --border-color: var(--aurelia-ux--design-control-label-color, #757575);
  --border-radius: 4px;
  --border-width: 1px;
  --border-active-width: 2px;

  --disabled-foreground: var(--aurelia-ux--design-disabled-foreground, #9E9E9E);
  --disabled-background: var(--aurelia-ux--design-disabled-background, #e1e1e1);

  --error: var(--aurelia-ux--design-error, #F44336);
}

/* CALCULATIONS */
.ux-input-component {
  --label-v-padding: 6px;
  --inner-input-v-padding: 6px;
  /* MIN HEIGHT OF OUTER COMPONENT */
  --min-height: 58.8px;
  --min-height: calc(
    1 * var(--line-height, 1.6) * var(--font-size, 16px) +
    1 * var(--label-line-height, 1.6) * var(--label-font-size, 12px) +
    1 * var(--label-v-padding, 6px) + 
    1 * var(--inner-input-v-padding, 6px) + 
    2 * var(--border-width, 1px));
  /* TRANSLATION OF LABEL WHEN INPUT IS EMPTY */
  --half-h: 29.4px;
  --half-h: calc(var(--min-height, 58.8px) / 2);
  --abs-empty-label-pos: 13.6px;
  --abs-empty-label-pos: calc(var(--half-h, 29.4px) - var(--font-size, 16px) * var(--line-height, 1.6) / 2 - var(--label-v-padding, 6px));
  --empty-label-translation: 13.6px;
  --empty-label-translation: calc(var(--abs-empty-label-pos, 13.6px));
}
.ux-input-component--dense.ux-input-component {
  --label-v-padding: 2px;
  --inner-input-v-padding: 2px;
}

/* OUTER DIV COMPONENT */
.ux-input-component {
  display: flex;
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  color: #212121;
  background-color: #E0E0E0;
  border-radius: 4px;
  color: var(--foreground, #E0E0E0);
  background-color: var(--background, #212121);
  border-radius: var(--border-radius, 4px);
  min-height: var(--min-height, 58.8px);
}


/* LEADING AND TRAILING SLOTS */
.ux-input-component [slot="leading-icon"],
.ux-input-component [slot="trailing-icon"],
.ux-input-component__leading,
.ux-input-component__trailing {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
}
.ux-input-component [slot="leading-icon"],
.ux-input-component__leading:not(empty) {
  margin-right: 8px;
}
.ux-input-component [slot="trailing-icon"],
.ux-input-component__trailing:not(empty) {
  margin-left: 8px;
}

/* MAIN INPUT AREA */
.ux-input-component__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* INPUT LABEL */
.ux-input-component__label {
  position: relative;
  align-self: flex-start;
  z-index: 1;
  cursor: text;
  font-size: inherit;
  font-size: var(--font-size, 16px);
  line-height: 1.6;
  line-height: var(--line-height, 1.6);
  letter-spacing: 0.5px;
  letter-spacing: var(--label-letter-spacing, 0.5px);
  color: #757575;
  color: var(--foreground-label, #757575);
  transition: all ease 150ms;
  transform: translateY(var(--empty-label-translation, 13.6px));
  padding: var(--label-v-padding, 6px) 0 0 0;
}

.ux-input-component__inner-input {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: -10px; /* trick to make the inner input not resizing the outer box when not in focused and without value */
  line-height: 1.6;
  line-height: var(--line-height, 1.6);
  letter-spacing: inherit;
  letter-spacing: var(--letter-spacing, inherit);
  padding: 0 0 var(--inner-input-v-padding, 6px) 0;
  border: 0;
  color: inherit;
  background-color: transparent;
  outline: none;
  font-weight: 400;
}

.ux-input-component__border {
  height: var(---border-active-width, 2px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.ux-input-component__border:before {
  display: block;
  content: '';
  height: 1px;
  height: var(--border-width, 1px);
  background-color: #757575;
  background-color: var(--border-color, #757575);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ux-input-component__border:after {
  display: block;
  content: '';
  height: var(--border-active-width, 2px);
  background-color: #3F51B5;
  background-color: var(--active-color, #3F51B5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scalex(0);
  transition: transform ease 150ms;
}

.ux-input-component--focused .input_component__border-bottom:after {
  transform: scaleX(1);
}


/* INPUT VARIANTS - IN DEFAULT STATE */
.ux-input-component--filled {
  border: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}




/* OTHER STATES (--focused, --has-value, --error, :hover)*/

/* LABEL AND CONTENT IN FOCUSED, HAS-VALUE STATE */
.ux-input-component--focused .ux-input-component__label,
.ux-input-component--has-value .ux-input-component__label {
  transform: translateY(0px);
  font-size: 12px;
  font-size: var(--label-font-size, 12px);
  line-height: 1.6;
  line-height: var(--label-line-height, 1.6);
}


/* BORDER BOTTOM IN FOCUS STATE  */
.ux-input-component--focused .ux-input-component__border:after {
  transform: scalex(1);
}


/* ERROR STATE */
.ux-input-component--has-error:not(.ux-input-component--focused) .ux-input-component__label {
  color: #F44336;
  color: var(--error, #F44336);
}
.ux-input-component--has-error:not(.ux-input-component--focused) .ux-input-component__border:after {
  background-color: #F44336;
  background-color: var(--error, #F44336);
  transform: scalex(1);
}

/* HOVER STATE */
.ux-input-component--filled:hover:not(.ux-input-component--disabled):not([disabled]):not([readonly]) {
  background-color: #00000027;
  background-color: var(--background-hover, #00000027);
}

/* DISABLED STATE */
.ux-input-component--filled.ux-input-component--disabled,
.ux-input-component--filled[disabled],
.ux-input-component--filled[readonly] {
  color: #9E9E9E;
  color: var(--disabled-foreground, #9E9E9E);
  background-color: #e1e1e1;
  background-color: var(--disabled-background, #9E9E9E);
}
.ux-input-component--filled.ux-input-component--disabled, .ux-input__label,
.ux-input-component--filled[disabled] .ux-input__label,
.ux-input-component--filled[readonly] .ux-input__label {
  color: #9E9E9E;
  color: var(--disabled-foreground, #9E9E9E);
}
/* following styles are required on safari to prevent very light disabled input color */
.ux-input-component--filled.ux-input-component--disabled .ux-input-component__inner-input,
.ux-input-component--filled[disabled] .ux-input-component__inner-input,
.ux-input-component--filled[readonly] .ux-input-component__inner-input{
  color: #9E9E9E;
  color: var(--disabled-foreground, #9E9E9E);
  -webkit-text-fill-color: #9E9E9E;
  -webkit-text-fill-color: var(--disabled-foreground, #9E9E9E);
  opacity: 1; /* required on iOS */
  background-color: #e1e1e1;
  background-color: var(--disabled-background, #9E9E9E);
}

/* PLACEHOLDER LABEL */
.ux-input-component--placeholder {
  --inner-input-v-padding: 12px;
  --min-height: calc(
    1 * var(--line-height, 1.6) * var(--font-size, 16px) +
    2 * var(--inner-input-v-padding, 6px) + 
    2 * var(--border-width, 1px));
}
.ux-input-component--placeholder.ux-input-component--dense {
  --inner-input-v-padding: 6px;
}
.ux-input-component--placeholder .ux-input-component__label {
  position: absolute;
  font-size: var(--font-size, 16px);
  line-height: var(--line-height, 1.6);
  transform: none;
  padding: var(--inner-input-v-padding) 0;
}
.ux-input-component--placeholder.ux-input-component--focused .ux-input-component__label,
.ux-input-component--placeholder.ux-input-component--has-value .ux-input-component__label {
  transform: none;
}
.ux-input-component--placeholder.ux-input-component--filled.ux-input-component--has-value .ux-input-component__label {
  opacity: 0;
}
.ux-input-component--placeholder .ux-input-component__inner-input {
  padding: var(--inner-input-v-padding) 0;
  font-size: var(--font-size, 16px);
}

/* CALCULATIONS */
.ux-input-component--outline {
  --inner-input-v-padding: 12px;
  --inner-input-v-padding: calc(var(--label-font-size, 12px) / 2 + 6px);
  /* MIN HEIGHT OF OUTER COMPONENT */
  --min-height: 51.6px;
  --min-height: calc(
    1 * var(--line-height, 1.6) * var(--font-size, 16px) + 
    2 * var(--inner-input-v-padding, 12px) + 
    2 * var(--border-active-width, 2px));
  /* TRANSLATION OF LABEL WHEN INPUT IS EMPTY */
  --half-h: 25.8px;
  --half-h: calc(var(--min-height, 51.6px) / 2);
  --abs-empty-label-pos: 13px;
  --abs-empty-label-pos: calc(var(--half-h, 25.8) - var(--font-size, 16px) * var(--line-height, 1.6) / 2);
  --empty-label-translation: 12px;
  --empty-label-translation: calc(var(--abs-empty-label-pos, 13px) - var(--border-width, 1px));
  /* TRANSLATION OF LABEL WHEN INPUT IS NOT EMPTY */
  --not-empty-label-translation: -10,1px;
  --not-empty-label-translation: calc(var(--label-font-size, 12px) * var(--label-line-height, 1.6) / -2 + var(--border-width, 1px) / 4  + var(--border-active-width, 2px) / 4);
  /* TRANSLATION OF LABEL WHEN INPUT HAS FOCUS */
  --focused-label-translation: -10.6px;
  --focused-label-translation: calc(var(--label-font-size, 12px) * var(--label-line-height, 1.6) / -2 + var(--border-width, 1px) / 4  + var(--border-active-width, 2px) / 4);
  /* EXTRA MARGIN AROUND THE OUTLINE WHEN BORDER IS INACTIVE */
  --inactive-extra-margin: 1px;
  --inactive-extra-margin: calc(var(--border-active-width, 2px) - var(--border-width, 1px));
}

.ux-input-component--dense.ux-input-component--outline {
  --inner-input-v-padding: 6px;
  --inner-input-v-padding: calc(var(--label-font-size, 12px) / 2);
}


.ux-input-component--outline {
  position: relative;
  background: inherit;
  min-height: var(--min-height, 51.6px);
}

.ux-input-component--outline .ux-input-component__content {
  background: inherit; /* inherit only in outline mode so that it can propagate until the label-background but not been impacted by HOVER in filled mode */
}

.ux-input-component--outline .ux-input-component__label {
  background: transparent;
  position: absolute;
  top: 0;
  transform: translateY(var(--empty-label-translation, 12px));
  padding: 0;
}

.ux-input-component--outline .ux-input-component__inner-input {
  padding: var(--inner-input-v-padding, 12px) 0;
}

.ux-input-component--outline .ux-input-component__border {
  box-sizing: border-box;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 2 * var(--border-width));
  border-radius: var(--border-radius);
  border-style: solid;
  border-color: #757575;
  border-width: 1px;
  border-color: var(--foreground-label, #757575);
  border-width: var(--border-width, 1px);
}

.ux-input-component--outline .ux-input-component__border:before {
  display: none;
}

.ux-input-component--outline .ux-input-component__border:after {
  display: none;
}

/* OUTLINE LABEL AND CONTENT IN FOCUSED, HAS-VALUE STATE */
.ux-input-component--outline.ux-input-component--focused .ux-input-component__border {
  height: calc(100% - 2 * var(--border-active-width));
  border-width: 2px;
  border-width: var(--border-active-width, 2px);
  border-color: var(--active-color, #3F51B5);
}

.ux-input-component--outline.ux-input-component--focused .ux-input-component__label-background,
.ux-input-component--outline.ux-input-component--has-value .ux-input-component__label-background {
  position: absolute;
  z-index: 1;
  transform: scaleX(0);
  top: 0;
  height: 1px;
  height: var(--border-width, 1px);
  width: 0px;
  margin-left: -3px;
  background: inherit;
  transition: transform 150m ease-out;
}
.ux-input-component--outline.ux-input-component--focused .ux-input-component__label,
.ux-input-component--outline.ux-input-component--has-value .ux-input-component__label {
  z-index: 2;
  transform: translateY(var(--not-empty-label-translation, -10.1px));
  font-size: 12px;
  font-size: var(--label-font-size, 12px);
}
.ux-input-component--outline.ux-input-component--focused .ux-input-component__label {
  transform: translateY(var(--focused-label-translation, -10.6px));
  color: var(--active-color, #3F51B5);
}
.ux-input-component--outline.ux-input-component--focused .ux-input-component__label-background,
.ux-input-component--outline.ux-input-component--has-value .ux-input-component__label-background {
  transform: scaleX(1);
}
.ux-input-component--outline.ux-input-component--focused .ux-input-component__label-background {
  height: 2px;
  height: var(--border-active-width, 2px);
}

/* ERROR STATE */
.ux-input-component--has-error:not(.ux-input-component--focused).ux-input-component--outline .ux-input-component__border {
  border-color: #F44336;
  border-color: var(--error, #F44336);
}
/* HOVER STATE */
.ux-input-component--outline:hover:not(.ux-input-component--disabled):not([disabled]):not([readonly]):not(.ux-input-component--focused) .ux-input-component__border {
  border-color: #212121;
  border-color: var(--foreground, #212121);
}

/* DISABLED STATE */
.ux-input-component--outline.ux-input-component--disabled,
.ux-input-component--outline[disabled],
.ux-input-component--outline[readonly] {
  color: #e1e1e1;
  color: var(--aurelia-ux--input-disabled-background, var(--aurelia-ux--design-disabled-background, #e1e1e1));
}
.ux-input-component--outline.ux-input-component--disabled .ux-input__label,
.ux-input-component--outline[disabled] .ux-input__label,
.ux-input-component--outline[readonly] .ux-input__label {
  color: #e1e1e1;
  color: var(--aurelia-ux--input-disabled-background, var(--aurelia-ux--design-disabled-background, #e1e1e1));
}

.ux-input-component--outline.ux-input-component--disabled .ux-input-component__border,
.ux-input-component--outline[disabled]  .ux-input-component__border,
.ux-input-component--outline[readonly] .ux-input-component__border {
  border-color: #e1e1e1;
  border-color: var(--aurelia-ux--input-disabled-background, var(--aurelia-ux--design-disabled-background, #e1e1e1));
}
/* following styles are required on safari to prevent very light disabled input color */
.ux-input-component--outline.ux-input-component--disabled,
.ux-input-component--outline[disabled],
.ux-input-component--outline[readonly] {
  color: #e1e1e1;
  color: var(--aurelia-ux--input-disabled-background, var(--aurelia-ux--design-disabled-background, #e1e1e1));
  -webkit-text-fill-color: #e1e1e1;
  -webkit-text-fill-color: var(--aurelia-ux--input-disabled-background, var(--aurelia-ux--design-disabled-background, #e1e1e1));
  opacity: 1; /* required on iOS */
}


/*# sourceMappingURL=../vendors~f9df39b8.6bfa5150201619bed301.bundle.map*/