.lm-gapGrid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.lm-gapGrid-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

/*
WARNING: This is temporary and should be split into other sccs files.

This css was supplied by the designer. Current TODOs:
- extract non-class based css into classes.
*/
body,
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
input[type="submit"],
label,
.custom-dropdown__select,
.accountform__pseudolabel {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a:link,
a:visited,
a:active,
.nav--administration__link,
.button.button--bare:link {
  color: #004C98;
}

.nav--main,
.button--blue {
  background-color: #004C98;
}

.nav__notification-wrap,
.button--red {
  background-color: #D0021B !important;
}

.button--green {
  background-color: #009635;
}

.article-images__action {
  color: #46ACE9;
}

.button--cyan {
  background-color: #46ACE9 !important;
}

h1.accountform__pseudolabel,
h2.accountform__pseudolabel,
p.accountform__pseudolabel {
  color: #2E2D2C;
}

h1.inverted,
h2.inverted,
p.inverted,
.nav__notification-wrap,
.nav--sub__link,
.button--filled {
  color: #fff;
}

.header,
.article-images__item,
.login {
  background-color: #fff;
}

h1:not(.accountform__pseudolabel):not(.inverted),
h2:not(.accountform__pseudolabel):not(.inverted),
p:not(.accountform__pseudolabel):not(.inverted),
.nav--administration__list-item {
  color: #707070;
}

.nav--administration__trigger:hover {
  background-color: #707070;
}

.nav--administration__trigger,
.nav--sub {
  background-color: #9C9C9C;
}

.custom-dropdown::before {
  background-color: #D2D2D2;
}

body,
html {
  background-color: #F0F0F0;
}

.nav__decoration-wrap,
.nav--main__close,
.nav--administration__trigger span,
.article-images__delete {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

h1 {
  text-transform: capitalize;
}

.nav__list-item,
.article-images__item {
  list-style: none;
}

.article-images__image img,
.logo__link,
.logo__link svg,
.nav__link,
.nav--main__link,
.nav--administration__textnode:not(.nav--administration__textnode--first),
.nav--administration__trigger,
.nav--administration__trigger span,
label,
.accountform__pseudolabel,
.article-images__action {
  display: block;
}

.nav--administration__list-item,
.nav--administration__textnode--first,
.nav--sub__list-item,
.custom-dropdown,
.custom-style:checked + label::before,
.custom-style:not(:checked) + label::before,
.custom-checkbox__label,
.search__submit svg,
.button {
  display: inline-block;
}

.article-images__image,
.header,
.nav__decoration,
.nav__notification,
.nav--main__controls,
.nav--administration__textnode--first,
.nav--administration__trigger,
.nav--sub__list-item,
.custom-dropdown,
.custom-style:checked,
.custom-style:not(:checked),
.custom-style:checked + label::before,
.custom-style:not(:checked) + label::before,
.search,
.accountform__inputwrap--icon,
.article-images__item,
.article-images__action {
  position: relative;
}

.center-wrap,
.header__wrap,
.section:not(.section--login),
.nav--main__wrap,
.nav--sub__list {
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.article-images__image {
  text-align: center;
  padding-bottom: 100%;
  height: 0;
}

.article-images__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nav__list:not(.nav--sub__list):not(.nav--main__list),
.custom-style:checked,
.custom-style:not(:checked),
.search__submit,
.article-images {
  margin: 0;
  padding: 0;
}

body,
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
input[type="submit"],
label,
.custom-dropdown__select,
.accountform__pseudolabel {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 3px;
  overflow: visible;
  margin: 20px 0;
  background: #D2D2D2;
  border: none;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

audio {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body,
html {
  font-size: 14px;
  line-height: 16px;
}

body.nav---expanded,
html.nav---expanded {
  overflow: hidden;
}

::-moz-selection {
  background-color: #004C98;
  color: #fff;
}

::selection {
  background-color: #004C98;
  color: #fff;
}

::-moz-selection {
  background-color: #004C98;
  color: #fff;
}

svg {
  overflow: visible;
}

h1 {
  margin: 0 0 20px;
}

@media (max-width: 779px) {
  h1 {
    font-size: 26px;
    font-size: 1.85714285714rem;
    line-height: 36px;
    line-height: 2.57142857143rem;
  }
}

@media (min-width: 780px) {
  h1 {
    font-size: 36px;
    font-size: 2.57142857143rem;
    line-height: 46px;
    line-height: 3.28571428571rem;
  }
}

h2:not(.nav__title) {
  margin: 20px 0;
}

@media (max-width: 779px) {
  h2:not(.nav__title) {
    font-size: 14px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.21428571429rem;
  }
}

@media (min-width: 780px) {
  h2:not(.nav__title) {
    font-size: 16px;
    font-size: 1.14285714286rem;
    line-height: 19px;
    line-height: 1.35714285714rem;
  }
}

h2.nav__title {
  font-size: 18px;
  font-size: 1.28571428571rem;
  line-height: 24px;
  line-height: 1.71428571429rem;
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 779px) {
  p {
    font-size: 12px;
    font-size: .857142857143rem;
    line-height: 14px;
    line-height: 1rem;
  }
}

@media (min-width: 780px) {
  p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.14285714286rem;
  }
}

p.reversed {
  font-weight: 400;
}

p:not(:only-child):not(:first-child):not(:last-child) {
  margin: 20px 0;
}

p:first-child {
  margin: 0 0 20px;
}

p:last-child {
  margin: 20px 0 0;
}

p:only-child {
  margin: 0;
}

h1,
h2,
b,
strong {
  font-weight: bold;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.lm-buttonlink:hover {
  text-decoration: none;
}

html body * span.cl,
html body * div.cl,
html body * li.cl,
html body * dd.cl {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.header {
  -webkit-box-shadow: 0px -6px 10px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0px -6px 10px 6px rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  z-index: 30;
  min-height: 75px;
}

.header__wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.logo {
  width: 198px;
}

.section:not(.section--login) {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section--login {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: calc(100vh - 175px);
}

.nav__decoration-wrap,
.nav__notification-wrap {
  position: absolute;
}

.nav__decoration-wrap--avatar,
.nav__notification-wrap--avatar {
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.nav__decoration {
  padding: 0 0 0 45px;
}

.nav__decoration-wrap {
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  left: 0px;
  top: 0px;
}

.nav__decoration-visual {
  height: 100%;
}

.nav__notification-wrap {
  font-size: 12px;
  font-size: .857142857143rem;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 100%;
  padding: 0 5px;
  text-align: center;
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: 2px;
}

.nav--main {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  position: absolute;
  left: 0;
  height: calc(100vh - 75px);
  width: 100%;
  z-index: 20;
}

.nav---collapsed .nav--main {
  top: -100%;
}

.nav---expanded .nav--main {
  top: 75px;
}

.nav--main__wrap {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}

.nav--main__controls {
  border-bottom: 1px solid #46ACE9;
}

.nav--main__close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -15px 0 0;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 10;
}

.nav--main__list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
  height: calc(100% - 75px);
  margin: 0;
  padding-top: 20px;
}

.nav--main__list-item {
  width: 100%;
}

.nav--main__link {
  font-size: 18px;
  font-size: 1.28571428571rem;
  line-height: 22px;
  line-height: 1.57142857143rem;
  text-align: left;
  padding: 10px 0;
  color: #fff;
}

.nav--main__link---active {
  color: #46ACE9;
  font-weight: bold;
}

.nav--administration__list-item {
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14285714286rem;
  vertical-align: top;
}

.nav--administration__list-item:not(:last-child) {
  padding: 0 40px 0 0;
}

.nav--administration__textnode--first {
  padding: 0 20px 0 0;
  font-weight: bold;
}

.nav--administration__trigger {
  height: 100%;
  padding: 10px;
}

.nav--administration__trigger span {
  height: 15px;
  width: 16px;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: -35px -31px;
}

.nav--sub__list-item {
  vertical-align: top;
}

.nav--sub__list-item:not(:last-child) {
  padding: 0 20px 0 0;
}

.nav--sub__list-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 16px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.nav--sub__link {
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14285714286rem;
  padding: 10px 0;
}

input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
input[type="submit"] {
  font-size: 14px;
  font-size: 1rem;
  border-radius: 0;
  outline: none;
  color: #2E2D2C;
  line-height: normal;
}

button,
input[type="submit"] {
  border: none;
  cursor: pointer;
}

input[type="date"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
textarea:disabled,
select:disabled {
  color: #707070;
  background: #F0F0F0;
}

input[type="date"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  padding: 8px 10px;
}

select {
  padding: 6px 10px 2px;
  color: #9C9C9C;
}

input[readonly="readonly"],
textarea[readonly="readonly"],
input[readonly],
textarea[readonly] {
  color: grey;
}

label {
  font-size: 12px;
  font-size: .857142857143rem;
  color: #2E2D2C;
  padding: 5px 0 0 5px;
}

textarea {
  resize: none;
  overflow: auto;
}

.submit,
input[type="submit"] {
  width: 100%;
  background: #fff;
}

::-webkit-search-decoration {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

.custom-dropdown__select {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  background-color: #fff;
  color: #2E2D2C;
}

@media (max-width: 579px) {
  .custom-dropdown:not(:last-child) {
    margin: 0 0 10px;
  }
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .custom-dropdown {
    /* border: 1px solid #9C9C9C; */
    vertical-align: middle;
  }
  .custom-dropdown__select {
    padding: 8px 40px 8px 6px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .custom-dropdown::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #2E2D2C transparent transparent transparent;
    top: 50%;
    margin: -3.5px 0 0;
    right: 12px;
  }
  .custom-dropdown::before {
    width: 33px;
    right: 1px;
    top: 1px;
    bottom: 1px;
  }
  @media (max-width: 579px) {
    .custom-dropdown {
      display: block;
    }
  }
  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
}

.custom-style {
  width: 0;
  float: left;
  background: transparent;
  border: none;
  display: none;
}

.custom-style:checked,
.custom-style:not(:checked) {
  background: transparent;
  visibility: hidden;
}

.custom-style + label {
  cursor: pointer;
}

.custom-style:checked + label::before,
.custom-style:not(:checked) + label::before {
  content: '';
  width: 17px;
  height: 17px;
  top: 4px;
  border: 1px solid #9C9C9C;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.custom-radio:checked + label::before,
.custom-radio:not(:checked) + label::before {
  border-radius: 30px;
}

.custom-style.custom-radio:checked + label::before {
  background: #004C98;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.custom-style:checked + label::before {
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: -167px -21px;
  background: #004C98;
}

.custom-checkbox label {
  padding: 0;
}

.custom-checkbox__label {
  padding: 0 0 0 5px;
}

.search label {
  display: none;
}

.search__submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  text-align: center;
  background: none;
}

.search__submit svg {
  vertical-align: top;
}

.accountform--equalcolumn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.accountform__labelwrap label,
.accountform__inputwrap label {
  padding: 0;
}

.accountform__pseudolabel {
  font-size: 12px;
  font-size: .857142857143rem;
}

.accountform__labelwrap {
  width: 40%;
  margin-right: 10px;
  text-align: right;
}

.accountform__inputwrap {
  width: 57%;
}

.accountform__inputwrap--multiple {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.accountform__inputwrap-column {
  width: 50%;
  padding: 10px 0;
}

.accountform__inputwrap-column label {
  line-height: 2;
}

.accountform__icon {
  width: 33px;
  background: #46ACE9;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 10;
}

.accountform__icon:before,
.accountform__icon:after {
  content: '';
  position: absolute;
  top: 50%;
}

.accountform__icon:before {
  left: -4px;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #46ACE9 transparent transparent;
}

.accountform__icon--info:after {
  width: 4px;
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -2px;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: -52px -31px;
}

.accountform__column {
  display: inline-block;
  max-width: 50%;
  width: 50%;
}

.accountform__column:first-child {
  margin: 0 20px 0 0;
}

.accountform .custom-dropdown {
  width: 100%;
}

.accountform__item--multiple,
.accountform__item--column,
.accountform__item--actions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.accountform__item--column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.accountform__item--actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.accountform__item:not(:last-child) {
  padding: 0 0 10px;
}

.accountform__size {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.accountform__size--nolabel label {
  display: none;
}

.accountform__size--short:first-child,
.accountform__size--shortened:first-child,
.accountform__size--equal:first-child {
  margin: 0 10px 0 0;
}

.accountform__size--third:not(:last-child) {
  margin: 0 10px 0 0;
}

.accountform__size--third {
  width: 33.333333333%;
}

.accountform__size--short {
  width: 25%;
}

.accountform__size--shortened {
  width: 75%;
}

.accountform__size--equal {
  width: 50%;
}

.controls {
  padding: 0 0 20px;
  border-bottom: 1px solid #D2D2D2;
}

.controls__row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.controls__row--first {
  padding: 0 0 20px;
}

.controls__column--first,
.controls__column--second {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.controls__column--first {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 55.8943089431%;
  padding: 0 20px 0 0;
}

.controls__column--first > * {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.controls__column--first .custom-dropdown:not(:last-child) {
  margin-right: 5px;
}

.controls__column--second {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 44.1056910569%;
}

.controls__column--second .custom-checkbox {
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.controls__column--second .custom-checkbox:not(:first-child) {
  margin: 0 0 0 20px;
}

.controls__column--second .custom-checkbox label {
  line-height: 2;
}

.actions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}

.article-images {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-images__item {
  padding: 10px;
  width: 31.9105691057%;
  margin-bottom: 20px;
}

.article-images__item:not(:nth-child(3n)) {
  margin-right: 2.0325203252%;
}

.article-images__item--action {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.article-images__delete {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: -31px 0;
  z-index: 10;
}

.article-images__image {
  padding-bottom: 52.1875%;
}

.article-images__action {
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
}

@media (max-width: 779px) {
  .article-images__action {
    font-size: 12px;
    font-size: .857142857143rem;
    line-height: 14px;
    line-height: 1rem;
  }
}

@media (min-width: 780px) {
  .article-images__action {
    font-size: 14px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.14285714286rem;
  }
}

.article-images__action:first-child {
  margin-bottom: 20px;
}

.article-images__action:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -18px;
  width: 36px;
  height: 27px;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

.article-images__action--shoot:before {
  background-position: -62px 0;
}

.article-images__action--upload:before {
  background-position: -99px 0;
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.login {
  padding: 1px 20px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  margin-bottom: 50px;
}

.login label {
  display: none;
}

@media (max-width: 779px) {
  .button:not(.button--txtlarge) {
    font-size: 12px;
    font-size: .857142857143rem;
    line-height: 14px;
    line-height: 1rem;
  }
}

@media (min-width: 780px) {
  .button:not(.button--txtlarge) {
    font-size: 14px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.14285714286rem;
  }
}

.button:not(.button--txtthin) {
  font-weight: bold;
}

@media (max-width: 779px) {
  .button--txtlarge {
    font-size: 14px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.21428571429rem;
    font-weight: bold;
  }
}

@media (min-width: 780px) {
  .button--txtlarge {
    font-size: 16px;
    font-size: 1.14285714286rem;
    line-height: 19px;
    line-height: 1.35714285714rem;
    font-weight: bold;
  }
}

.button--filled {
  padding: 10px 20px;
  text-align: center;
}

.button--bare {
  background: none;
  padding: 0;
}

.button--bare:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

.button--blue:hover {
  background: #003265;
}

.button--red:hover {
  background: #9d0214;
}

.button--green:hover {
  background: #006323;
}

.button--cyan:hover {
  background: #1b97e1;
}

/*# sourceMappingURL=main.css.map */
.lm-listTable {
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 779px) {
  .lm-listTable {
    font-size: 12px;
    font-size: .857142857143rem;
    line-height: 14px;
    line-height: 1rem;
  }
}

@media (min-width: 780px) {
  .lm-listTable {
    font-size: 14px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.14285714286rem;
  }
}

.lm-listTable thead {
  border-bottom: 3px solid #9C9C9C;
}

.lm-listTable tbody tr {
  border-bottom: 2px solid #D2D2D2;
}

.lm-listTable tbody tr:nth-child(odd) {
  background-color: #fff;
}

.lm-listTable tbody tr:hover {
  background-color: #D2D2D2;
}

.lm-listTable.no-hover tbody tr:hover {
  background-color: initial;
}

.lm-listTable tbody tr.hightlightedRow {
  background-color: #707070;
}

.lm-listTable tbody tr.hightlightedRow td {
  color: #fff;
  font-weight: bold;
}

.lm-listTable th {
  font-weight: bold;
  vertical-align: bottom;
  padding: 0 10px 20px;
}

.lm-listTable td {
  padding: 20px 10px;
  vertical-align: top;
}

.lm-listTable th,
.lm-listTable td {
  color: #2E2D2C;
  background: none;
  border: none;
}

.lm-listTable th:not(.alignRight),
.lm-listTable td:not(.alignRight) {
  text-align: left;
}

.lm-listTable th.alignRight,
.lm-listTable td.alignRight {
  text-align: right;
}

.lm-detailsTable {
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 779px) {
  .lm-detailsTable {
    font-size: 12px;
    font-size: .857142857143rem;
    line-height: 14px;
    line-height: 1rem;
  }
}

@media (min-width: 780px) {
  .lm-detailsTable {
    font-size: 14px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.14285714286rem;
  }
}

.lm-detailsTable thead {
  border-bottom: 3px solid #9C9C9C;
}

.lm-detailsTable tbody tr:not(.no-border-bottom) {
  border-bottom: 1px solid #D2D2D2;
}

.lm-detailsTable tbody tr {
  background-color: #fff;
}

.lm-detailsTable th {
  font-weight: bold;
  vertical-align: bottom;
  padding: 0 10px 20px;
}

.lm-detailsTable td {
  padding: 20px 10px;
  vertical-align: top;
}

.lm-detailsTable th,
.lm-detailsTable td {
  color: #2E2D2C;
  background: none;
  border: none;
}

.lm-detailsTable th:not(.alignRight),
.lm-detailsTable td:not(.alignRight) {
  text-align: left;
}

.lm-detailsTable th.alignRight,
.lm-detailsTable td.alignRight {
  text-align: right;
}

.lm-detailsTable tr.no-border-bottom td {
  padding-bottom: 0px;
}

/*
originally:
input[type="date"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select 
*/
.lm-input {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #9C9C9C;
  height: 2.5rem;
}

.lm-input-fullWidth {
  width: 100%;
}

.lm-input-validationError {
  border: 1px solid red;
  background-color: #ffc4c4;
}

.lm-validationError-description {
  color: #7a0000;
}

.lm-button-fullwidth {
  width: 100%;
}

.lm-button-floatRight {
  float: right;
}

.lm-button-inline {
  display: inline-block;
  margin: 8px;
}

.lm-searchBar {
  position: relative;
}

.lm-searchBar-button {
  height: 100%;
  width: 2em;
  padding: 10px;
  padding-right: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.lm-booleanCheckbox {
  -webkit-appearance: button;
  content: '';
  width: 17px;
  height: 17px;
  top: 4px;
  border: 1px solid #9C9C9C;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  outline: none;
}

.lm-booleanCheckbox:checked {
  background: #004C98;
}

a.logo__link:hover, a.logo__link:visited, a.logo__link:link, a.logo__link:active {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.mt5 {
  margin-top: 5px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

table.no-padding.cell-padding-5 td {
  padding-left: 5px;
}

.width-full {
  width: 100%;
}

.w70P {
  width: 70%;
}

.w86 {
  width: 86px;
}

.w30 {
  width: 30px;
}

.h35 {
  height: 35px;
}

.no-wrap {
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

table.table-transparent tr {
  background: transparent;
}

.tool-name-1 {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.tool-name-2 {
  font-size: 24px;
  text-decoration: none;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.warning {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}

.warning__content {
  padding: 10px;
}

@media (max-width: 979px) {
  .warning__content {
    font-size: 12px;
    font-size: 0.857142857143rem;
    line-height: 22px;
    line-height: 1.57142857143rem;
  }
}

@media (min-width: 980px) {
  .warning__content {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71428571429rem;
  }
}

.warning--error, .warning--success, .warning--info {
  margin: 10px 10px 40px 10px;
}

.lm-modalFormContainer .warning--error {
  margin: 10px 0px;
}

.lm-modalFormContainer .warning__content {
  padding: 0px 10px;
}

.warning--error:before, .warning--success:before, .warning--info:before {
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.warning--error:after, .warning--success:after, .warning--info:after {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 30px;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  z-index: 2;
}

.warning--error__content, .warning--success__content, .warning--info__content {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

.warning--error {
  border-color: #E74C3C;
  background: #fbdedb;
}

.warning--error:before {
  background: #E74C3C;
}

.warning--error:after {
  background-position: 0 0;
}

.warning--error__content {
  color: #E74C3C;
}

.warning--success {
  border-color: #009635;
  background: #c9ffdc;
}

.warning--success:before {
  background: #009635;
}

.warning--success:after {
  background-position: -63px -21px;
}

.warning--success__content {
  color: #009635;
}

.warning--info {
  border-color: #F1C40E;
  background: #F1C40E;
}

.warning--info:before {
  background: #F1C40E;
}

.warning--info:after {
  background-position: 0 0;
}

.warning--info__content {
  background: #FBF5DB;
  color: #B5971D;
}

.warning--hint {
  border-color: #009635;
  background: #009635;
}

.warning--hint:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-image: url("../icons/icons.png");
  background-image: url("../icons/icons.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../icons/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.warning--hint__content {
  color: #FFFFFF;
}

footer {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0px;
  background-color: #f0f0f0;
  padding: 4px;
}

footer span {
  margin-right: 5px;
}

.half-width {
  display: inline-block;
  max-width: 50%;
  width: 50%;
}

table.small td {
  padding: 5px 10px;
  vertical-align: middle;
  height: 47px;
}

table.no-border tr {
  border: none;
}

table.no-padding td {
  padding: 0px;
}

table.no-hover tr {
  background-color: transparent;
}

table.no-hover tbody tr:nth-child(odd) {
  background-color: transparent;
}

table tr.bold {
  font-weight: bold;
}

input.input-small {
  width: 50px;
}

td.alignRight span {
  padding-right: 5px;
}

.alignCenter {
  text-align: center  !important;
}

input.right {
  text-align: right !important;
}

.fa-padding {
  padding: 10px;
}

.fa-td-size {
  font-size: 24px;
}

.fileNamePreview {
  white-space: no-wrap;
  display: inline-block;
  padding: 8px;
}

.fileNamePreview a {
  margin-right: 5px;
}

.logoImgPreview {
  text-align: right;
  width: 100%;
  height: 100px;
}

.logoImgPreview > img {
  display: inline-block;
  max-width: 100%;
  max-height: calc(100% - 1.5em);
  width: auto;
  height: auto;
}

.logoImgPreview > a {
  display: block;
}

.lm-fileinput-small .lm-fileinput--text {
  width: 50% !important;
}

.lm-fileinput--text {
  display: inline-block;
  border: 1px solid #9C9C9C;
  width: 100%;
  padding: 8px 38px 10px 5px;
  background: white;
}

.lm-fileinput-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  white-space: nowrap;
}

.lm-fileinput--button {
  border: 1px solid #9C9C9C;
  line-height: 14px !important;
  padding-bottom: 25px;
}

.lm-fileinput-wrapper input[type=file] {
  height: 0;
  width: 0;
  overflow: 'hidden';
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

/* JSF wraps radio buttons in tables. Hide them!*/
.lm-inlineRadioSelectItems td {
  padding: 0px;
}

.lm-inlineRadioSelectItems tr {
  border-bottom: 0px;
  background: transparent !important;
}

.lm-inlineRadioSelectItems label {
  display: inline-block;
}

.lm-inlineRadioSelectItems-disabled {
  opacity: 0.5;
}

.button--gray {
  background-color: #9C9C9C;
}

.lm-button-fullSize {
  width: 100%;
  height: 100%;
}

.lm-gridStyle {
  grid-row-gap: 5px;
}

.lm-gridStyle > label {
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
}

/* generic*/
.lm-form-inputText {
  border: 1px solid #9C9C9C;
  color: #707070;
  background: #F0F0F0;
  display: inline-block;
  padding: 8px 10px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  border: 1px solid #9C9C9C;
  font-size: 14px;
  font-size: 1rem;
  border-radius: 0;
  outline: none;
  color: #2E2D2C;
  line-height: normal;
}

.lm-form-inputText-disabled {
  color: #707070;
  background: #F0F0F0;
  border: 1px solid #9C9C9C;
}

.lm-tableList {
  margin: 0;
  display: block;
}

.lm-pickListOverview-tableLink {
  display: block;
}

.lm-whitespace-nowrap {
  white-space: nowrap;
}

.paging-row {
  text-align: right;
}

li.pager__item {
  display: inline-block;
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  background: #fff;
}

span.pager__icon {
  vertical-align: middle;
  background-image: url(/px/icons.png);
  background-image: url(/px/icons.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/px/icons.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.pager__icon---firstpage {
  background-position: -264px -213px;
}

.pager__icon---twostepsback {
  background-position: -251px -213px;
}

.pager__icon---onestepback {
  background-position: -238px -213px;
}

.pager__icon---onestepforward {
  background-position: -199px -213px;
}

.pager__icon---twostepsforward {
  background-position: -212px -213px;
}

.pager__icon---lasttpage {
  background-position: -225px -213px;
}

.pager__amount {
  font-weight: bold;
}

.checkbox-label {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.float-right {
  float: right;
}

.lm-errorMessage {
  color: red !important;
  font-weight: bold;
}

.link-settings {
  margin-left: 30px;
}

.red {
  color: red;
}

input.search-term {
  padding-right: 30px;
}

.lm-layoutLeftRight {
  white-space: nowrap;
}

.lm-layoutLeftRight-left {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 4px;
}

.lm-layoutLeftRight-right {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 4px;
}

.lm-body-modalFormContainerOpen {
  overflow: hidden;
}

.lm-modalFormContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0000006e;
  background-color: #6E6E6E;
  background-color: #0000006e;
  z-index: 1000;
}

.lm-modalFormContainer-formWindow {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f0f0f0;
  padding: 16px;
}

.lm-modalFormContainer-formWindow-header {
  display: block;
  overflow: auto;
  border-bottom: thin solid grey;
  padding-bottom: 3px;
  font-weight: bolder;
}

.lm-modalFormContainer-formWindow-body {
  padding-top: 16px;
}

.lm-modalFormContainer-formWindow-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  text-align: right;
}

.lm-modalFormContainer-formWindow-footer > * + * {
  margin-left: 1em;
}

.lm-modalFormContainer-formWindow-closeBtn {
  padding: 4px;
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
}

.lm-imageGallery {
  visibility: hidden;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 150px;
  grid-auto-columns: 150px;
      grid-template-areas: "scroller viewer viewer viewer" "scroller viewer viewer viewer" "scroller viewer viewer viewer";
}

.lm-imageGallery-initialized {
  visibility: visible;
}

.lm-imageGallery-viewer {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: viewer;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.lm-imageGallery-scroller {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: scroller;
  display: block;
  overflow-y: scroll;
  padding-right: 8px;
}

.lm-imageGallery-imagesContainer {
  display: block;
}

.lm-imageGallery-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.lm-tableGrid {
  display: -ms-grid;
  display: grid;
}

.lm-tableGrid-rowStart {
  -ms-grid-column: 1;
  grid-column: 1;
}

.lm-tableGrid td,
.sg-even-row th {
  background-color: #CCCCCC !important;
}

.lm-tableGrid-cell {
  padding: 20px 10px;
}

.lm-tableGrid-rowStart {
  -ms-grid-column: 1;
  grid-column: 1;
}

.lm-tableGrid-autoCol1 {
  -ms-grid-columns: (auto)[1];
      grid-template-columns: repeat(1, auto);
}

.lm-tableGrid-autoCol2 {
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
}

.lm-tableGrid-autoCol3 {
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
}

.lm-tableGrid-autoCol4 {
  -ms-grid-columns: (auto)[4];
      grid-template-columns: repeat(4, auto);
}

.lm-tableGrid-autoCol5 {
  -ms-grid-columns: (auto)[5];
      grid-template-columns: repeat(5, auto);
}

.lm-tableGrid-autoCol6 {
  -ms-grid-columns: (auto)[6];
      grid-template-columns: repeat(6, auto);
}

.lm-tableGrid-autoCol7 {
  -ms-grid-columns: (auto)[7];
      grid-template-columns: repeat(7, auto);
}

.lm-tableGrid-autoCol8 {
  -ms-grid-columns: (auto)[8];
      grid-template-columns: repeat(8, auto);
}

.lm-tableGrid-autoCol9 {
  -ms-grid-columns: (auto)[9];
      grid-template-columns: repeat(9, auto);
}

.lm-tableGrid-autoCol10 {
  -ms-grid-columns: (auto)[10];
      grid-template-columns: repeat(10, auto);
}

.lm-tableGrid-autoCol11 {
  -ms-grid-columns: (auto)[11];
      grid-template-columns: repeat(11, auto);
}

.lm-tableGrid-autoCol12 {
  -ms-grid-columns: (auto)[12];
      grid-template-columns: repeat(12, auto);
}

.lm-tableGrid-autoCol13 {
  -ms-grid-columns: (auto)[13];
      grid-template-columns: repeat(13, auto);
}

.lm-tableGrid-autoCol14 {
  -ms-grid-columns: (auto)[14];
      grid-template-columns: repeat(14, auto);
}

.lm-tableGrid-autoCol15 {
  -ms-grid-columns: (auto)[15];
      grid-template-columns: repeat(15, auto);
}

.lm-tableGrid-autoCol16 {
  -ms-grid-columns: (auto)[16];
      grid-template-columns: repeat(16, auto);
}

.lm-tableGrid-autoCol17 {
  -ms-grid-columns: (auto)[17];
      grid-template-columns: repeat(17, auto);
}

.lm-tableGrid-autoCol18 {
  -ms-grid-columns: (auto)[18];
      grid-template-columns: repeat(18, auto);
}

.lm-tableGrid-autoCol19 {
  -ms-grid-columns: (auto)[19];
      grid-template-columns: repeat(19, auto);
}

.lm-tableGrid-autoCol20 {
  -ms-grid-columns: (auto)[20];
      grid-template-columns: repeat(20, auto);
}

.lm-tableGrid-rowOdd {
  background-color: #fff;
  border-bottom: 2px solid #D2D2D2;
}

.lm-tableGrid-rowEven {
  border-bottom: 2px solid #D2D2D2;
}

.lm-tableGrid-rowHeader {
  font-weight: bold;
  border-bottom: 3px solid #9C9C9C;
}

.lm-tableGrid-row-noBottom {
  border-bottom: 0px;
}

.lm-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lm-grid.lm-grid-small {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}

.lm-grid-1-column {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.lm-grid-2-columns {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.lm-grid-3-columns {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.lm-grid-3-columns-2-1-1 {
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
}

.lm-grid-3-columns-3-1-1 {
  -ms-grid-columns: 3fr 1fr 1fr;
      grid-template-columns: 3fr 1fr 1fr;
}

.lm-grid-3-columns-3-20em-1 {
  -ms-grid-columns: 3fr 20em 1fr;
      grid-template-columns: 3fr 20em 1fr;
}

.dashboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.dashboard .border-thin {
  border: thin solid dodgerblue;
  padding: 15px;
}

.stock-receipt-amount-area {
  text-align: center;
  padding: 1em 2em;
  border: thin solid grey;
  background-color: #DAA;
}

.stock-receipt-amount-area--red {
  background-color: #F33;
}

.stock-receipt-amount-area--green {
  background-color: #3A0;
}

.form > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form > .row > * {
  margin-top: 1em;
}

.form > .row > * + * {
  margin-left: 1em;
}

.form.rows-default > .row > label {
  width: 10em;
}

.form.rows-wide-labels > .row > label {
  width: 15em;
}

.form--input-large {
  width: 30em;
}

.input-medium {
  width: 20em;
}

.input-short {
  width: 10em;
}

.input-xshort {
  width: 6em;
}

.input-width-full {
  width: 100%;
}

.custom-dropdown select {
  padding: 0px 0px 0px 4px;
}

.action-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.action-panel > * {
  margin-top: 1em;
}

.action-panel--align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.action-panel > * + * {
  margin-left: 1em;
}

.action-panel > .action-panel--right {
  margin-left: auto;
}

.action-panel > .action-item + .action-item {
  margin-left: 1em;
}

.button {
  cursor: pointer;
  height: 2.5rem;
  color: #fff;
  text-decoration: none;
}

.button:hover, .button:visited, .button:link, .button:active {
  color: #fff;
  text-decoration: none;
}

.button--action {
  background-color: #46ACE9;
}

.button--danger {
  background-color: #D0021B;
}

.button--filled {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav__list-item > a {
  color: #fff;
  text-decoration: none;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown::before {
  background-color: #D2D2D2;
  width: 33px;
  right: 1px;
  top: 1px;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .dropdown {
    /* border: 1px solid #9C9C9C; */
    vertical-align: middle;
  }
  .dropdown__select {
    padding: 8px 40px 8px 6px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .dropdown::before,
  .dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .dropdown::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #2E2D2C transparent transparent transparent;
    top: 50%;
    margin: -3.5px 0 0;
    right: 12px;
  }
  .dropdown::before {
    width: 33px;
    right: 1px;
    top: 1px;
    bottom: 1px;
  }
  @media (max-width: 579px) {
    .custom-dropdown {
      display: block;
    }
  }
  .dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  .dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
}

div.jfilestyle {
  position: relative;
}

.focus-jfilestyle {
  margin-left: -4px;
}

.focus-jfilestyle > label {
  background: #D2D2D2;
  display: inline-block;
  padding: 9px 2em 8px 2em;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #9c9c9c;
}

.jfilestyle > input,
.jfilestyle > input:disabled {
  border: 1px solid #9c9c9c;
  background: white;
  font-size: 1rem;
  font-weight: bold;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1em;
}

.grid-small-rows {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 0.5em;
}

.grid-80-20 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80% 20%;
      grid-template-columns: 80% 20%;
  grid-column-gap: 0.5em;
}

.grid-em-10-30-10 {
  -ms-grid-columns: 10em 30em 10em;
      grid-template-columns: 10em 30em 10em;
}

.grid-two-columns {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.grid-three-columns {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.grid-five-columns {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-column-1 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.grid-column-2 {
  -ms-grid-column: 2;
  grid-column: 2;
}

.grid-column-3 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.grid-column-4 {
  -ms-grid-column: 4;
  grid-column: 4;
}

.grid-column-5 {
  -ms-grid-column: 5;
  grid-column: 5;
}

.grid-row-1 {
  -ms-grid-row: 1;
  grid-row: 1;
}

.grid-row-2 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.grid-row-3 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.grid-row-4 {
  -ms-grid-row: 4;
  grid-row: 4;
}

.grid-row-5 {
  -ms-grid-row: 5;
  grid-row: 5;
}

.grid-row-6 {
  -ms-grid-row: 6;
  grid-row: 6;
}

.grid-row-7 {
  -ms-grid-row: 7;
  grid-row: 7;
}

.grid-row-8 {
  -ms-grid-row: 8;
  grid-row: 8;
}

.grid-row-9 {
  -ms-grid-row: 9;
  grid-row: 9;
}

.grid-row-10 {
  -ms-grid-row: 10;
  grid-row: 10;
}

.grid-row-11 {
  -ms-grid-row: 11;
  grid-row: 11;
}

/*.simple-input-column {
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: 200px 1fr;
	grid-column-gap: 1em;
	align-items: center; 
}*/
.simple-input-column .simple-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-input-column .simple-input-row > label {
  min-width: 15em;
  max-width: 15em;
}

.simple-popup-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-input-column label {
  -ms-grid-column: 1;
  grid-column: 1;
  margin-right: 1em;
  -ms-grid-row-align: center;
}

.simple-input-column input {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: 0.3em;
}
