/*!
 * ===================================================================================================
 * DPFE 1.1.0 (c) 2001 - 2025 Peach Media
 * All rights, including all copyright and other intellectual property rights and rights of a similar
 * nature subsisting in or in connection with this code (the "Code"), are owned by Peach Media.
 * In addition all information, methodologies, specifications, and other data contained in or relating
 * to the Code are strictly confidential and of a highly commercially sensitive nature.
 * Unless you have expressly received written authorisation from Peach Media you must keep the Code
 * secure and confidential and not disclose or make use of it in any way whatsoever.
 * If you have received this Code without written authorisation, please notify us immediately
 * on +44 20 7468 6650 and we shall arrange for its collection.
 * ====================================================================================================
 */
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./attribution/src/sass/styles.scss ***!
  \***********************************************************************************************************************************************************************************/
*,
*:after,
*:before {
  box-sizing: border-box;
  color: inherit;
}

* {
  color: #333333;
}

body {
  font-family: "Open Sans", sans-serif;
  padding-top: 70px;
  padding-left: 45px;
  min-height: 100vh;
  max-height: 100vh;
  background: #f5f7fa;
}

/*lost.css*/
/* see more here: https://github.com/corysimmons/lost */
.header {
  color: #fff;
  background: #009688;
  padding: 10px 20px;
  display: flex;
  max-height: 70px;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header:after {
  background: linear-gradient(to right, rgba(0, 150, 136, 0.2) 0%, rgb(0, 150, 136) 30%, rgb(0, 150, 136) 50%, rgb(0, 150, 136) 70%, rgb(0, 150, 136) 75%, rgba(0, 150, 136, 0.97) 76%, rgba(0, 150, 136, 0.2) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header__logo {
  z-index: 3;
  flex-grow: 1;
}
.header__title {
  font-size: 36px;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  margin: 0;
}
.header__links {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
  height: 100%;
  text-align: right;
}
.header__link {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.header__link > i::before {
  color: #fff;
}

.content {
  padding: 30px;
}
.content-spec {
  display: flex;
  flex-wrap: wrap;
}

.nav {
  position: fixed;
  top: 70px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 70px);
  background: #fff;
  margin-right: 10px;
  z-index: 10;
}
.nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav__list-item {
  text-transform: uppercase;
  border-top: 1px solid #dfe3e6;
}
.nav__list-item:last-child {
  border-bottom: 1px solid #dfe3e6;
}
.nav__link {
  width: 100%;
  min-width: 45px;
  min-height: 45px;
  max-height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  box-shadow: inset -1px 0 0 0 #009688;
  transition: box-shadow 0.2s ease-in-out;
}
.nav__link:hover {
  box-shadow: inset -8px 0 0 0 #009688;
}
.nav__icon {
  width: 16px;
  text-align: center;
  display: inline-block;
}
.nav__title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.nav:hover .nav__title {
  display: inline-block;
  padding: 0 10px;
  opacity: 1;
  max-width: 999px;
  transition: all 0.3s ease-in-out;
}

.login-box--primary {
  position: relative;
  left: -22.5px;
  background: #fff;
  border: 1px solid #cdcdcd;
  margin: 30px auto 0 auto;
  max-width: 576px;
  width: 100%;
  box-shadow: inset -3px 0 0 0 #009688;
  padding-right: 4px;
}
.login-box--primary .invalid-password-warning, .login-box--primary .invalid-username-warning, .login-box--primary .complete-password-warning, .login-box--primary .same-password-warning, .login-box--primary .different-password-warning, .login-box--primary .caps-enabled-warning {
  display: none;
}
.login-box--alert {
  position: relative;
  left: -22.5px;
  background: #fff;
  border: 1px solid #C30023;
  margin: 30px auto 0 auto;
  max-width: 576px;
  width: 100%;
}
.login-box--information {
  position: relative;
  left: -22.5px;
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
.login-box__body {
  display: flex;
  flex-direction: row;
  padding: 22px 10px 0 10px;
  justify-content: space-between;
}
.login-box__body--primary {
  display: flex;
  flex-direction: column;
  padding: 22px 140px 22px 140px;
}
.login-box__heading {
  display: block;
  margin: 8px 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.login-box__label {
  display: block;
  margin: 8px 0;
  font-size: 16px;
  font-weight: bold;
}
.login-box__input {
  width: 100%;
  padding: 8px;
  border: solid 1px #cdcdcd;
}
.login-box__input:disabled, .login-box__input:read-only {
  background: #F8F8F8;
}
.login-box__input:disabled:focus, .login-box__input:read-only:focus {
  outline: none;
  box-shadow: none;
}
.login-box__input--error {
  width: 100%;
  padding: 8px;
  border: solid 1px #C30023;
  box-shadow: 0 0 0 3px rgba(195, 0, 35, 0.2);
}
.login-box__input--error:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(195, 0, 35, 0.2);
}
.login-box__input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 205, 205, 0.1);
}
.login-box__error {
  font-size: 14px;
  color: #C30023;
  margin: 8px 0;
  display: block;
}
.login-box__error i {
  color: #C30023;
}
.login-box__button {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
}
.login-box__text {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}
.login-box__text--alert {
  margin: 8px;
  font-size: 14px;
  text-align: center;
  color: #C30023;
}
.login-box__text--alert i {
  color: #C30023;
}
.login-box__text--information {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 576px) {
  .login-box__body {
    flex-direction: column;
  }
  .login-box__body--primary {
    padding: 22px 30px 30px 30px;
  }
}
@keyframes anim {
  0% {
    transform: rotate(0);
    opacity: 0;
    display: none;
    max-height: 0px;
  }
  1% {
    display: block;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
    max-height: 200px;
  }
}
@keyframes anim-2 {
  0% {
    opacity: 0;
    display: none;
    max-height: 0px;
    transform: rotate(0);
  }
  1% {
    display: block;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
    max-height: 200px;
  }
}
.table {
  text-align: left;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  max-width: 960px;
}
.table-header, .table-row {
  height: 39px;
}
.table-header {
  background: #f5f7fa;
}
.table-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.3);
}
.table-row:nth-child(even) {
  background: rgba(235, 235, 255, 0.3);
}
.table th,
.table td {
  padding: 0 5px;
  height: 35px;
  position: relative;
}
.table th.input-column,
.table td.input-column {
  width: 400px;
}
.table th:after,
.table td:after {
  content: "";
  position: absolute;
  height: 50%;
  background: rgb(239, 239, 239);
  width: 1px;
  display: inline-block;
  right: 5px;
  top: 0;
  transform: translateY(50%);
}
.table th:last-child::after,
.table td:last-child::after {
  display: none;
}

.product-name-input {
  font-size: 14px;
  height: 25px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid lightgray;
  outline: none;
}
.product-name-input:focus:active {
  box-shadow: 0 0 0 rgb(81, 203, 238);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
}

.search-dropdown {
  position: relative;
  margin-right: 10px;
}
.search-dropdown:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  background: rgb(81, 203, 238);
  transition: transform 0.3s ease-out;
  transform-origin: left;
}
.search-dropdown.st-active:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.search-dropdown .counter {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background-color: lightgrey;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  transform: translateY(-50%);
  opacity: 0.4;
}

.js-provided-name {
  position: relative;
}
.js-provided-name .provided-list {
  display: none;
  position: absolute;
  top: 0%;
  width: 100%;
  background: #f5f7fa;
  border: lightgray 1px solid;
  padding: 0;
  margin: 0;
  max-height: 0px;
  z-index: 1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.st-active .js-provided-name .provided-list {
  display: block;
  max-height: 500px;
}
.js-provided-name .provided-list li {
  list-style-type: none;
  padding: 5px;
  border-bottom: 1px solid lightgray;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.js-provided-name .provided-list li:hover {
  background-color: lightcyan;
}
.js-provided-name .provided-list li:last-child {
  border-bottom: none;
}
.js-provided-name .provided-list li p {
  margin: 0;
  font-weight: bold;
  width: 100%;
}
.js-provided-name .provided-list li span {
  display: block;
  text-align: right;
  font-size: 12px;
  flex-grow: 1;
}
.js-provided-name .counter {
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 50%;
  background-color: lightgrey;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  transform: translateY(-50%);
}

.suggested__list {
  display: none;
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
  background: #f5f7fa;
  max-height: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.suggested__list::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  float: right;
}
.suggested__list::-webkit-scrollbar-track {
  background: lightgrey;
}
.suggested__list::-webkit-scrollbar-thumb {
  background: darkgrey;
}
.search-dropdown.st-active .suggested__list {
  display: block;
  max-height: 200px;
  overflow-y: scroll;
  border: lightgray 1px solid;
}
.suggested__item {
  list-style-type: none;
  padding: 5px;
  border-bottom: 1px solid lightgray;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.suggested__item.st-active, .suggested__item:hover {
  background-color: lightcyan;
}
.suggested__item:last-child {
  border-bottom: none;
}
.suggested__item p {
  margin: 0;
  font-weight: bold;
  width: 100%;
}
.suggested__item span {
  display: block;
  text-align: right;
  font-size: 12px;
  flex-grow: 1;
}

.context-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 12px 0;
  width: auto;
  background-color: #fff;
  border: solid 1px #dfe3e6;
  box-shadow: 1px 1px 2px #dfe3e6;
}
.context-menu--active {
  display: block;
}
.context-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.context-menu__item {
  display: block;
  margin-bottom: 4px;
}
.context-menu__item:last-child {
  margin-bottom: 0;
}
.context-menu__link {
  display: block;
  padding: 4px 12px;
  color: #3399FF;
  text-decoration: none;
}
.context-menu__link:hover {
  color: #fff;
  background-color: #3399FF;
}

.card {
  background: white;
  border: 1px solid #dfe3e6;
  margin: 30px auto;
  max-width: 768px;
  width: 100%;
  box-shadow: inset -3px 0 0 0 #009688;
  padding-right: 4px;
}
.card__header {
  padding: 20px;
  background: #dfe3e6;
}
.card__title {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.card__subtitle {
  font-size: 14px;
  font-style: italic;
}
.card__body {
  padding: 20px;
}
.card__body-section {
  margin: 20px 0 20px 0;
  align: center;
}
.card__subtext {
  margin: 0;
  margin-top: 5px;
}
.card__text {
  margin: 0;
  text-align: left;
  line-height: 24px;
  font-style: normal;
}
.card__text:not(:first-child) {
  margin-top: 15px;
}
.card__object {
  display: block;
  margin-top: 15px;
}
.card__list {
  margin: 0;
  padding-left: 0;
}
.card__list--bullet {
  padding-left: 20px;
}
.card__list--no-bullet {
  padding-left: 0;
  list-style: none;
}
.card__list-item {
  margin-top: 10px;
}
.card__footer {
  border-top: 1px solid #dfe3e6;
  padding: 20px;
}

.card-spec {
  background: white;
  border: 1px solid #dfe3e6;
  margin: 0 20px 20px 0;
  width: 380px;
  border-radius: 2px;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.05s linear;
  border-right: 3px solid #009688;
  box-shadow: 0 4px 2px rgba(205, 205, 205, 0.5);
}
.card-spec:hover {
  box-shadow: 0 4px 2px #cdcdcd;
}
.card-spec__header {
  padding: 20px 20px 10px 20px;
}
.card-spec__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  min-height: 60px;
  margin: 0;
}
.card-spec__subtitle {
  font-size: 16px;
  line-height: 22px;
}
.card-spec__excerpt {
  font-size: 14px;
  background: #f5f7fa;
  border: 1px solid #dfe3e6;
  border-left: none;
  border-right: none;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
}
.card-spec__body {
  padding: 20px;
}
.card-spec__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.card-spec__footer {
  margin-top: auto;
  padding: 10px 20px 20px 20px;
}

@media (max-width: 768px) {
  .card-spec {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .card-spec__title {
    min-height: 0;
  }
}
@media (max-width: 576px) {
  .card-spec {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .card-spec__title {
    min-height: 0;
  }
}
.card-download {
  display: flex;
  background: white;
  border: 1px solid #dfe3e6;
  text-decoration: none;
  margin: 30px auto;
  box-shadow: inset -3px 0 0 0 #009688;
  padding-right: 4px;
  max-width: 33%;
  height: 42px;
}
.card-download__icon {
  background: #009688;
  display: flex;
  width: 42px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: white;
  font-size: 24px;
}
.card-download__info {
  flex-grow: 1;
  padding: 0 10px;
}
.card-download__title {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.card-download__subtitle {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
}

.note {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: space-evenly;
  font-size: small;
  margin: 30px 0px;
}
.note--collapse {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: space-evenly;
  font-size: small;
  margin: 0;
}
.note__message {
  flex: 3;
  padding: 10px;
  border: solid 1px #dfe3e6;
}
.note__message--collapse {
  flex: 3;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 20px 10px 0;
  border-bottom: solid 1px #dfe3e6;
}
.note__message--collapse p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
}
.note__message p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
}
.note__legend {
  flex: 2;
  padding: 10px;
  border: solid 1px #dfe3e6;
  border-left: 0;
}
.note__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.note__list--item {
  font-size: 14px;
  line-height: 20px;
}
.note__list--item:not(:first-child) {
  margin-top: 5px;
}

@media (max-width: 576px) {
  .note {
    flex-direction: column;
  }
  .note__legend {
    border: solid 1px #dfe3e6;
    border-top: 0;
  }
}
.downloads-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.downloads-grid-file {
  transition: all 0.05s linear;
  display: inline-flex;
  border-radius: 2px;
  box-shadow: 0 4px 2px rgba(205, 205, 205, 0.5);
  overflow: hidden;
  max-width: 450px;
  margin: 0 20px 20px 0;
  width: 100%;
}
.downloads-grid-file:hover {
  box-shadow: 0 4px 2px #cdcdcd;
}
.downloads-grid-file__header {
  margin-bottom: 10px;
  font-weight: lighter;
}
.downloads-grid-file__icon {
  background: #009688;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.downloads-grid-file__icon, .downloads-grid-file__icon:hover, .downloads-grid-file__icon:visited, .downloads-grid-file__icon:focus {
  text-decoration: none;
}
.downloads-grid-file__icon > i {
  color: #f5f7fa;
  font-size: 32px;
}
.downloads-grid-file__content {
  flex-grow: 1;
  padding: 5px 10px;
  background: #f5f7fa;
  border-right: 3px solid #009688;
}
.downloads-grid-file__content, .downloads-grid-file__content:hover, .downloads-grid-file__content:visited, .downloads-grid-file__content:focus {
  text-decoration: none;
}
.downloads-grid-file__content__title {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.downloads-grid-file__content__subtitle {
  display: table;
  width: 100%;
  font-size: 14px;
  margin: 0;
}
.downloads-grid-file__content__subtitle > span {
  font-size: 16px;
  display: table-cell;
  width: 50%;
}
.downloads-grid-file__content__subtitle > span:last-child {
  text-align: right;
}

@media (max-width: 576px) {
  .downloads-grid-file {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .downloads-grid-file {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.button {
  background: #009688;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  padding: 10px;
  transition: background 0.05s linear;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.button--large {
  width: 100%;
}
.button i {
  color: #fff;
}
.button:hover, .button:focus {
  background: rgba(0, 150, 136, 0.9);
}

.menu {
  display: block;
  background: #009688;
  margin: 0;
  padding: 0;
}
.menu__list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.menu__list-item {
  flex-grow: 1;
  list-style: none;
}
.menu__link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 2px solid #009688;
  transition: all 0.05s linear;
}
.menu__link:hover, .menu__link.st-active {
  background: white;
  color: #009688;
}

@media (max-width: 576px) {
  .menu__list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .menu__list {
    flex-direction: column;
  }
}
.modal__overlay {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
}
.modal__container {
  background: #fff;
  margin: 100px 20% 0 20%;
  border: solid 1px #cdcdcd;
  padding: 22px 30px 22px 30px;
  box-shadow: 0 4px 2px rgba(205, 205, 205, 0.5);
}
.modal__container__header h2 {
  margin: 0;
  font-size: 22px;
  font-family: "Dosis", sans-serif;
}
.modal__container__header p {
  margin: 16px 0;
}
.modal__container__body {
  margin-bottom: 32px;
}
.modal__container__body p {
  margin-top: 16px;
}
.modal__container__body object {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 1px #cdcdcd;
}
@media (max-width: 768px) {
  .modal__container {
    margin: 15px 2% 0 2%;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popover {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1100;
  display: none;
  opacity: 0;
  min-width: 320px;
  min-height: 0px;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #009688;
  border: 1px solid rgba(0, 150, 136, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 150, 136, 0.2);
  line-break: auto;
}
.popover--fadeInLeft {
  animation-name: fadeInLeft;
}
.popover--fadeOut {
  animation-name: fadeOut;
}
.popover--error {
  padding: 0 20px 0 0;
}
.popover--error h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #C30023;
}
.popover--error .fa-exclamation-triangle {
  color: #C30023;
  margin-right: 10px;
}
.popover--loading, .popover--loading:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.popover--loading {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 150, 136, 0.2);
  border-right: 3px solid rgba(0, 150, 136, 0.2);
  border-bottom: 3px solid rgba(0, 150, 136, 0.2);
  border-left: 3px solid #009688;
  transform: translateZ(0);
  animation: loadingCircle 1.1s infinite linear;
}
.popover__title {
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  background-color: #009688;
  color: #fff;
  border-bottom: 1px solid #009688;
  border-radius: 2px 2px 0 0;
}
.popover__content {
  padding: 20px;
  background-color: #fff;
  max-height: 520px;
  overflow-y: auto;
  border-radius: 0 0 2px 2px;
}
.popover__content:empty {
  display: none;
}
.popover__content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popover__arrow {
  border-width: 11px;
}
.popover__arrow, .popover__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover__arrow::after {
  content: " ";
  border-width: 10px;
}
.popover--top > .popover__arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #009688;
  border-bottom-width: 0;
}
.popover--top > .popover__arrow::after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover--right > .popover__arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #009688;
  border-left-width: 0;
}
.popover--right > .popover__arrow::after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover--bottom > .popover__arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #009688;
}
.popover--bottom > .popover__arrow::after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover--left > .popover__arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #009688;
}
.popover--left > .popover__arrow::after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
}

.popover .table-search {
  border-collapse: collapse;
}
.popover .table-search tr {
  box-shadow: none;
}
.popover .table-search th, .popover .table-search td {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  box-shadow: none;
}
.popover .table-search .table-search__header {
  background: #f5f7fa;
  border-top: solid 1px #dfe3e6;
}
.popover .table-search .table-search__body .table-search__body__row {
  border-top: solid 1px #dfe3e6;
}
.popover .table-search .table-search__body .table-search__body__row:last-child {
  border-bottom: solid 1px #dfe3e6;
}

.search-bar {
  background: #fff;
  border: 1px solid #dfe3e6;
  margin: 20px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar.st-loading {
  opacity: 0.5;
  pointer-event: none;
}
.search-bar__title {
  display: inline;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.search-bar__button {
  margin: 0 10px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #f5f7fa;
  height: 40px;
  width: 40px;
}
.search-bar__button:hover {
  border: solid 1px #dfe3e6;
}
.search-bar__input {
  margin: 0 10px;
  height: 40px;
  background: #f5f7fa;
  padding: 10px;
  border: none;
}
.search-bar__select {
  margin: 0 10px;
  height: 40px;
  background: #f5f7fa;
  padding: 10px;
  border: none;
}

@media (max-width: 768px) {
  .search-bar {
    flex-direction: column;
  }
  .search-bar__title {
    display: block;
    width: 100%;
    margin: 5px 20px;
    text-align: center;
  }
  .search-bar__input {
    display: block;
    width: 100%;
    margin: 5px 20px;
  }
  .search-bar__button {
    display: block;
    width: 100%;
    margin: 5px 20px;
  }
  .search-bar__select {
    display: block;
    width: 100%;
    margin: 5px 20px;
  }
}
.table-search {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-search.st-hidden {
  display: none;
}
.table-search.st-loading {
  opacity: 0.5;
  pointer-event: none;
}
.table-search__header {
  background: white;
}
.table-search__header__row {
  box-shadow: inset 0 0 0 1px #f5f7fa, 0 4px 2px rgba(0, 0, 0, 0.1);
}
.table-search__header__cell {
  padding: 20px 10px;
  user-select: none;
  /** &:after {
   *    content: "";
   *    position: absolute;
   *    height: 50%;
   *    background: rgba(239, 239, 239, 1);
   *    width: 1px;
   *    display: inline-block;
   *    right: 5px;
   *    top: 0;
   *    transform: translateY(50%);
  }*/
}
.table-search__header__cell[data-order-by] {
  cursor: pointer;
}
.table-search__header__cell i.fas {
  opacity: 0;
  color: #666666;
  padding: 2px;
  margin-left: 8px;
  border-radius: 1px;
  border: solid 1px #fff;
}
.table-search__header__cell i.fas.st-active {
  opacity: 1;
  color: #333333;
  border: solid 1px #dfe3e6;
}
.table-search__header__cell:hover i.fas {
  opacity: 1;
}
.table-search__header__cell:last-child::after {
  display: none;
}
.table-search__body {
  background: white;
}
.table-search__body__row {
  box-shadow: inset 0 0 0 1px #f5f7fa;
}
.table-search__body__cell {
  padding: 5px 10px;
}
.table-search__body__cell[colspan] {
  padding: 0;
}
.table-search__body__cell > a, .table-search__body__cell > span {
  vertical-align: middle;
  margin-left: 5px;
}
.table-search__body__cell__label::after {
  content: ":  ";
}
.table-search__body__cell__value {
  font-weight: bold;
}
.table-search__body__cell__info-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0;
  text-align: center;
  background: #3399FF;
  color: #fff;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  user-select: none;
  cursor: pointer;
}
.table-search__body__cell__info-icon.info-icon--s {
  background: #3399FF;
}
.table-search__body__cell__info-icon.info-icon--c {
  background: #9c27b0;
}
.table-search__pagination {
  display: flex;
  justify-content: space-between;
}
.table-search__pagination-left {
  padding: 10px 10px;
}
.table-search__pagination-right {
  display: inherit;
}
.table-search__pagination-pages {
  padding: 10px 10px;
}
.table-search__pagination__controls {
  display: inherit;
}
.table-search__pagination__control-back, .table-search__pagination__control-next, .table-search__pagination__control-page {
  padding: 10px 10px;
  text-decoration: none;
  border-left: 1px solid #f5f7fa;
}
.table-search__pagination__control-back.st-disabled, .table-search__pagination__control-next.st-disabled, .table-search__pagination__control-page.st-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.table-report-search__body__row {
  background: white;
  box-shadow: inset 0 0 0 1px #f5f7fa;
}
.table-report-search .table-search__body {
  background: transparent;
}
.table-report-search .table-search__body__row {
  box-shadow: none;
}
.table-report-search .table-search__body::after {
  content: " ";
  display: block;
  margin-bottom: 10px;
}

.table-report-search__body > .table-search__body__row + .table-search__body__row {
  text-indent: 18px;
}

.table-report-search__body > .table-search__body__row + .table-search__body__row ~ .table-search__body__row {
  text-indent: 18px;
}

table[data-search-report-type=PRODUCT] .table-report-search__body > .table-search__body__row + .table-report-search__body__row td:first-child,
table[data-search-report-type=PRODUCT] .table-report-search__body > .table-report-search__body__row + .table-report-search__body__row td:first-child {
  border-left: solid 32px #f5f7fa;
}
