@page {
  size: A4 landscape;
}
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica Neue, "NeueHelvetica", Arial !important;
  font-size: 16px;
  font-weight: normal;
  color: #0d1317;
  overflow-y: scroll;
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}
body.loginNow > div:not(.overlay) {
  filter: blur(5px);
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 20px;
  }
}
@media print {
  h1 {
    display: none;
  }
}

.wrapper {
  width: calc(100% - 100px);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  .wrapper {
    width: calc(100% - 20px);
  }
}

.header {
  background-color: rgb(20, 68, 150);
  height: 100px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .header {
    height: 80px;
  }
}
.header .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  height: calc(100% - 40px);
  margin-right: auto;
}
.header__logo img {
  display: block;
  height: 100%;
}
.header__user {
  color: #fff;
  display: flex;
  align-items: center;
}
.header__user span {
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .header__user span {
    display: none;
  }
}
.header__menu {
  margin-right: 40px;
}
@media only screen and (max-width: 700px) {
  .header__menu {
    margin-right: 10px;
    text-align: right;
  }
}
.header__menu a {
  color: #fff;
  margin-left: 20px;
}
@media only screen and (max-width: 700px) {
  .header__menu a {
    font-size: 14px;
  }
}
@media print {
  .header {
    display: none;
  }
}

.login {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.login__left {
  width: 50%;
  background-color: rgb(20, 68, 150);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__left__logo {
  width: 90%;
  max-width: 400px;
}
.login__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login__right > a {
  color: rgb(75, 186, 181);
  margin-top: 50px;
}
.login__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login__fields__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.listPage {
  padding-bottom: 300px;
}

.sticky-list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media print {
  .sticky-list {
    display: none;
  }
}
.sticky-list .responsive-table {
  max-height: 200px;
  background-color: #fff;
  margin-bottom: 0;
}
.sticky-list .responsive-table .tray-list {
  margin-top: 0;
}

.print-list-utils {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .print-list-utils .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.print-list-utils h2 {
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .print-list-utils h2 {
    font-size: 15px;
  }
}

.tray-list {
  margin-top: 30px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tray-list__image {
  margin-right: 5px;
  text-decoration: none;
}
.tray-list__image img {
  border: solid 1px #ccc;
  display: inline-block;
}
.tray-list__image .image__wrapper,
.tray-list__image .image__wrapper + span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.tray-list__image .image__wrapper + span {
  text-decoration: none;
  pointer-events: none;
  color: #aaa;
  margin-right: 10px;
}
.tray-list select {
  width: 130px;
}
.tray-list th,
.tray-list td {
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}
.tray-list th > div,
.tray-list td > div {
  display: flex;
  align-items: center;
}
.tray-list th > div > div,
.tray-list td > div > div {
  margin-left: 5px;
  font-weight: normal;
}
@media print {
  .tray-list th,
  .tray-list td {
    padding: 5px;
    font-size: 10px;
  }
}
.tray-list th .fa-check,
.tray-list td .fa-check {
  color: green;
}
.tray-list th .fa-times,
.tray-list td .fa-times {
  color: #910b30;
}
.tray-list th {
  vertical-align: bottom;
  font-size: 13px;
}
@media print {
  .tray-list th:nth-of-type(1), .tray-list th:nth-of-type(4) {
    display: none;
  }
}
.tray-list th.small {
  white-space: normal;
  min-width: 70px;
  position: relative;
}
.tray-list th.small > span,
.tray-list th.small > div {
  position: absolute;
  left: 20px;
  top: 20%;
  transform: rotate(-40deg);
  transform-origin: left top;
  width: 145px;
}
@media print {
  .tray-list th {
    white-space: normal;
    min-width: 40px;
    height: 30px;
    position: relative;
  }
  .tray-list th > span,
  .tray-list th > div {
    position: absolute;
    left: 5px;
    top: auto !important;
    bottom: 5px;
    transform: rotate(-40deg);
    transform-origin: left top;
    width: auto;
    min-width: 40px;
    font-size: 11px;
  }
}
.tray-list th.right > span,
.tray-list th.right > div {
  margin-left: 20px;
}
.tray-list tr:hover {
  border-bottom: solid 2px rgb(20, 68, 150);
  border-top: solid 2px rgb(20, 68, 150);
}
@media print {
  .tray-list tr:hover {
    border: none;
  }
}
.tray-list tr:nth-of-type(odd) {
  background-color: #efefef;
}
.tray-list tr td:not(:first-of-type) {
  cursor: pointer;
}
@media print {
  .tray-list tr {
    border-top: solid 1px #ccc !important;
  }
}
.tray-list tr.relatedRow td {
  pointer-events: none;
  opacity: 0.3;
}
.tray-list tr.relatedRow td:nth-of-type(2),
.tray-list tr.relatedRow td:nth-of-type(1),
.tray-list tr.relatedRow td:nth-of-type(3),
.tray-list tr.relatedRow td:nth-of-type(4),
.tray-list tr.relatedRow td:nth-of-type(5),
.tray-list tr.relatedRow td:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}
.tray-list tr.relatedRow td:nth-of-type(2) .tray-list__image-upload .fileUploadLinkLink,
.tray-list tr.relatedRow td:nth-of-type(2) .tray-list__image-upload button,
.tray-list tr.relatedRow td:nth-of-type(1) .tray-list__image-upload .fileUploadLinkLink,
.tray-list tr.relatedRow td:nth-of-type(1) .tray-list__image-upload button,
.tray-list tr.relatedRow td:nth-of-type(3) .tray-list__image-upload .fileUploadLinkLink,
.tray-list tr.relatedRow td:nth-of-type(3) .tray-list__image-upload button,
.tray-list tr.relatedRow td:nth-of-type(4) .tray-list__image-upload .fileUploadLinkLink,
.tray-list tr.relatedRow td:nth-of-type(4) .tray-list__image-upload button,
.tray-list tr.relatedRow td:nth-of-type(5) .tray-list__image-upload .fileUploadLinkLink,
.tray-list tr.relatedRow td:nth-of-type(5) .tray-list__image-upload button,
.tray-list tr.relatedRow td:nth-of-type(6) .tray-list__image-upload .fileUploadLinkLink,
.tray-list tr.relatedRow td:nth-of-type(6) .tray-list__image-upload button {
  pointer-events: none;
  opacity: 0.3;
}
@media print {
  .tray-list tr td:nth-of-type(1), .tray-list tr td:nth-of-type(4) {
    display: none;
  }
  .tray-list tr td span {
    display: block;
    max-width: 150px;
    font-size: 11px;
    white-space: normal;
  }
  .tray-list tr td:nth-of-type(3) span, .tray-list tr td:nth-of-type(29) span {
    white-space: nowrap;
  }
}
.tray-list__image-upload {
  display: flex;
  flex-direction: row;
  margin: 0 0 10px;
  align-items: center;
}
.tray-list__image-upload > div {
  display: flex;
  flex-direction: column;
  /*margin-top: 10px;*/
  font-size: 11px;
}
.tray-list__image-upload > div > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.filters {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .filters {
    flex-direction: column;
  }
}
.filters__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .filters__group {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
}
.filters__group .filters__group__row {
  width: 100%;
}
.filters__group select,
.filters__group input,
.filters__group .select {
  margin-left: auto;
  width: 150px;
  box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  .filters__group {
    margin: 0 0 30px;
    width: 100%;
  }
}
.filters__group:nth-of-type(2), .filters__group:nth-of-type(3) {
  display: flex;
  width: 620px;
  margin: 0 50px;
  justify-content: space-between;
  flex-direction: row;
}
.filters__group:nth-of-type(2) .filters__group__row, .filters__group:nth-of-type(3) .filters__group__row {
  width: 47%;
  min-height: 34px;
}
.filters__group:nth-of-type(2) select,
.filters__group:nth-of-type(2) input,
.filters__group:nth-of-type(2) .select, .filters__group:nth-of-type(3) select,
.filters__group:nth-of-type(3) input,
.filters__group:nth-of-type(3) .select {
  margin-left: auto;
  width: 150px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  .filters__group:nth-of-type(2), .filters__group:nth-of-type(3) {
    width: auto;
    flex-direction: column;
  }
  .filters__group:nth-of-type(2) .filters__group__row, .filters__group:nth-of-type(3) .filters__group__row {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .filters__group:nth-of-type(2), .filters__group:nth-of-type(3) {
    margin: 0 0 30px;
    width: 100%;
  }
}
.filters__group:nth-of-type(3) {
  margin: 0;
}
.filters__group:nth-of-type(3) .checkbox {
  margin-left: 25px;
}
.filters__group h3 {
  width: 100%;
  margin: 0 0 5px;
}
.filters__group__row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  /*> input, .select {
      width: calc(100% - 100px);
      box-sizing: border-box;

      select {
          min-width: 100%;
      }
  }*/
}
@media only screen and (max-width: 700px) {
  .filters__group__row {
    margin-right: 0;
    width: 100%;
  }
}
.filters__group__row > label:not(.checkbox) {
  white-space: nowrap;
  margin-right: 20px;
}

@media print {
  .buttons {
    display: none;
  }
}

.responsive-table {
  overflow: auto;
  width: 100%;
  margin-bottom: 50px;
}
@media print {
  .responsive-table {
    overflow: visible;
    width: auto;
  }
}
.responsive-table__assist {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding-top: 55px;
}
.responsive-table__main {
  margin-top: -120px;
}
@media print {
  .responsive-table__main {
    margin-top: 10px;
  }
}
.responsive-table__main th {
  pointer-events: none;
  opacity: 0;
}
@media print {
  .responsive-table__main th {
    opacity: 1;
    padding-top: 100px;
    line-height: 9px;
  }
}
.responsive-table .tray-list__image {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  overflow: hidden;
  z-index: 1;
}
.overlay__guest {
  margin: auto;
  background-color: #fff;
  padding: 50px;
  width: 600px;
  max-width: 90%;
}
.overlay__tray {
  width: 90%;
  height: 100%;
  max-width: 800px;
  background-color: #fff;
  padding: 50px 50px 50px;
  overflow: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .overlay__tray {
    padding: 50px 20px 50px;
  }
}
.overlay__tray__top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__top {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.overlay__tray__top__title {
  margin-right: auto;
}
.overlay__tray__top__title span {
  display: block;
}
.overlay__tray__top__title span:first-of-type {
  margin-top: -15px;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__top__title {
    align-self: flex-start;
  }
}
.overlay__tray__top button {
  margin-left: 30px;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__top button {
    margin-bottom: 10px;
  }
}
.overlay__tray__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__row {
    flex-direction: column;
  }
}
.overlay__tray__row:last-of-type {
  border-bottom: none;
}
.overlay__tray__row__images {
  display: flex;
  width: 100%;
  justify-content: center;
  /*flex-wrap:wrap;*/
}
.overlay__tray__row__images a {
  margin: 5px;
  max-width: 170px;
}
.overlay__tray__row__images img {
  width: 100%;
}
.overlay__tray__row__normal {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.overlay__tray__row__normal--files span:last-of-type {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.overlay__tray__row__normal--files span:last-of-type a {
  color: rgb(75, 186, 181);
}
.overlay__tray__row__add-images {
  display: flex;
  flex-direction: column;
}
.overlay__tray__row__add-images > div {
  display: flex;
  flex-direction: column;
}
.overlay__tray__row__add-images > div > span {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  text-align: right;
}
.overlay__tray__row__add-images > div > span:first-of-type {
  margin-top: 5px;
}
.overlay__tray__row__add-images .fileUploadLinkLink {
  margin: 3px 0 0 0 !important;
  width: 100%;
  text-align: center;
}
.overlay__tray__row select {
  width: 150px;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__row .select {
    flex-direction: column;
    display: flex;
  }
  .overlay__tray__row .select select {
    width: 100%;
  }
}
.overlay__tray__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__bottom {
    flex-direction: column;
  }
}
.overlay__tray__bottom .checkbox {
  margin-right: 30px;
}
@media only screen and (max-width: 700px) {
  .overlay__tray__bottom .checkbox {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.overlay__background {
  flex: 1;
}

.extra {
  margin-bottom: 50px;
}

button:not(.vs__deselect),
.btn,
.header__menu a.latest {
  background-color: rgb(75, 186, 181);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  min-width: 100px;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-decoration: none;
}
button:not(.vs__deselect).green,
.btn.green,
.header__menu a.green.latest {
  background-color: rgb(75, 186, 181);
}
button:not(.vs__deselect).blue,
.btn.blue,
.header__menu a.blue.latest {
  background-color: rgb(20, 68, 150);
}
@media only screen and (max-width: 700px) {
  button:not(.vs__deselect),
  .btn,
  .header__menu a.latest {
    padding: 10px 10px;
    min-width: 0;
  }
}
button:not(.vs__deselect) + button,
.btn + button,
.header__menu a.latest + button {
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  button:not(.vs__deselect) + button,
  .btn + button,
  .header__menu a.latest + button {
    margin: 2px 0 2px 5px;
  }
}
button:not(.vs__deselect) i,
.btn i,
.header__menu a.latest i {
  margin-left: 5px;
}
@media only screen and (max-width: 600px) {
  button:not(.vs__deselect) i,
  .btn i,
  .header__menu a.latest i {
    display: none !important;
  }
}

input[type=text],
input[type=number],
input[type=password],
input[type=date],
select,
textarea {
  padding: 7px;
  border: solid #ddd 1px;
  border-radius: 2px;
  box-sizing: border-box;
  min-width: 60px;
}

textarea {
  min-height: 80px;
}

.checkbox {
  display: flex;
  align-items: center;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .checkbox__toggle {
  opacity: 1;
}
.checkbox input:checked + .checkbox__toggle .checkbox__toggle__center {
  left: calc(100% - 16px);
}
.checkbox__label ~ .checkbox__toggle {
  margin-left: 5px;
}
.checkbox__toggle {
  display: block;
  width: 34px;
  height: 18px;
  background-color: rgb(20, 68, 150);
  border: solid 1px #ccc;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  opacity: 0.3;
}
.checkbox__toggle__center {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.checkbox__toggle + span {
  margin-left: 5px;
}

.group h2 {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: solid 2px #efefef;
  padding-top: 16px;
  font-size: 18px;
}
.group h2 i {
  font-size: 15px;
  color: rgb(75, 186, 181);
}

.fileUploadLinkLink {
  margin-top: 3px;
  color: rgb(75, 186, 181);
  text-decoration: underline;
  font-size: 11px;
  margin-bottom: -15px;
  margin-left: 10px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: transform 0.2s;
}

.slide-enter, .slide-leave-to {
  /*opacity: 0;*/
  transform: translateX(100%);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb {
  background: rgb(75, 186, 181);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(58.1927710843, 151.8072289157, 147.5903614458);
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}

.colorSelect {
  display: flex;
}
.colorSelect.no-click {
  pointer-events: none;
}
.colorSelect label input {
  display: none;
}
.colorSelect label input:checked + span {
  /*border: solid 3px*/
}
.colorSelect label input:not(:checked) + span {
  background-color: transparent;
}
@media print {
  .colorSelect label.selected.red span::before {
    border-bottom: 1000px solid #910b30;
  }
  .colorSelect label.selected.yellow span::before {
    border-bottom: 1000px solid #ffc000;
  }
  .colorSelect label.selected.green span::before {
    border-bottom: 1000px solid #507e32;
  }
  .colorSelect label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1000px solid #fff; /* Make it fit your needs */
  }
}
.colorSelect label {
  cursor: pointer;
  margin-right: 5px;
}
.colorSelect label:last-of-type {
  margin-right: 0;
}
.colorSelect label span {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 3px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.colorSelect label:first-of-type span {
  border-color: #910b30;
  background-color: #910b30;
}
.colorSelect label:nth-of-type(2) span {
  border-color: #ffc000;
  background-color: #ffc000;
}
.colorSelect label:last-of-type span {
  border-color: #507e32;
  background-color: #507e32;
}

.umbraco-forms-page,
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 19, 23, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.umbraco-forms-page .form-group.umbraco-forms-field.trays.longanswer,
.popup .form-group.umbraco-forms-field.trays.longanswer {
  display: none;
}
.umbraco-forms-page.hidden,
.popup.hidden {
  display: none;
}
.umbraco-forms-page__content,
.popup__content {
  max-width: calc(100% - 30px);
  width: 600px;
  background-color: #fff;
  padding: 30px;
  z-index: 1;
  position: relative;
}
.umbraco-forms-page__content .btn, .umbraco-forms-page__content .header__menu a.latest, .header__menu .umbraco-forms-page__content a.latest,
.popup__content .btn,
.popup__content .header__menu a.latest,
.header__menu .popup__content a.latest {
  margin-top: 20px;
}
.umbraco-forms-page__content fieldset,
.popup__content fieldset {
  border: 0;
  padding: 0;
}
.umbraco-forms-page__content fieldset input[type=text],
.umbraco-forms-page__content fieldset input[type=password],
.umbraco-forms-page__content fieldset select,
.popup__content fieldset input[type=text],
.popup__content fieldset input[type=password],
.popup__content fieldset select {
  width: 100%;
  box-sizing: border-box;
}
.umbraco-forms-page__content fieldset label,
.popup__content fieldset label {
  margin: 10px 0 5px;
  display: block;
}
.umbraco-forms-page__close,
.popup__close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.umbraco-forms-page__overlay,
.popup__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@page {
  .printSave {
    size: landscape;
  }
}
@media print {
  .printSave h1,
  .printSave h2 {
    display: none;
  }
}
@media print {
  .printSave .sticky-list {
    position: static;
    box-shadow: none;
  }
}
@media print {
  .printSave .tray-list--main {
    display: none;
  }
}
@media print {
  .printSave .checkbox .checkbox__toggle {
    display: none;
  }
  .printSave .checkbox input {
    display: block;
  }
}

@media print {
  .printTray .sticky-list,
  .printTray .tray-list--main,
  .printTray h1 {
    display: none;
  }
  .printTray .overlay__tray__top__title h1 {
    display: block;
  }
  .printTray .overlay__tray__row,
  .printTray h2,
  .printTray .group {
    page-break-inside: avoid;
  }
  .printTray .overlay,
  .printTray .overlay__tray {
    max-width: none;
    width: 100%;
    position: static;
    overflow: visible;
    height: auto;
  }
  .printTray .overlay__tray__top label,
  .printTray .overlay__tray__top button {
    display: none;
  }
}

@page {
  .printEval {
    size: landscape;
  }
}
@media print {
  .printEval h1,
  .printEval h2 {
    display: none;
  }
}
@media print {
  .printEval {
    /*.colorSelect input {
        display: block;

        &:checked + span {
            display: none
        }
    }*/
    /*td .colorSelect label input:checked + span {
        background: #910b30 !important;
    }*/
    /*.colorSelect input:checked + span {
        background-color: #910b30 !important;
    }

    .colorSelect input:checked + span {
        background-color: #ffc000 !important;
    }

    .colorSelect input:checked + span {
        background-color: #507e32 !important;
    }*/
  }
  .printEval .tray-list {
    display: block;
    width: 100%;
  }
  .printEval .tray-list thead {
    display: none !important;
  }
  .printEval .tray-list tr {
    display: block;
    margin-bottom: 20px;
    page-break-after: always;
  }
  .printEval .tray-list tr td {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #efefef;
    opacity: 1 !important;
  }
  .printEval .tray-list tr td:nth-of-type(1), .printEval .tray-list tr td:nth-of-type(2), .printEval .tray-list tr td:nth-of-type(4), .printEval .tray-list tr td:nth-of-type(5), .printEval .tray-list tr td:nth-of-type(6) {
    display: none;
  }
  .printEval .tray-list tr td:nth-of-type(3) {
    font-weight: bold;
    font-size: 20px;
  }
  .printEval .tray-list tr td:before {
    content: attr(data-title);
  }
  .printEval .tray-list tr td select {
    display: none;
  }
  .printEval .tray-list tr td input {
    padding: 0;
    border: none;
    text-align: right;
  }
  .printEval .extra {
    display: none;
  }
  .printEval .colorSelect label {
    position: relative;
  }
  .printEval .colorSelect label input {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.thanks-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: green;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  transform: translateY(calc(100% + 20px));
  opacity: 0;
  pointer-events: none;
  animation: fadeinout 2s linear forwards;
}

/*.thanks-popup.shown {
    transform:translateY(0);
    opacity:1;
}*/
@keyframes fadeinout {
  0%, 100% {
    opacity: 0;
    transform: translateY(calc(100% + 20px));
  }
  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }
}
.help-open {
  cursor: pointer;
}

.helpText {
  background-color: rgba(13, 19, 23, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpText__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.helpText__text {
  max-width: calc(100% - 30px);
  width: 600px;
  background-color: #fff;
  padding: 30px;
  z-index: 1;
  position: relative;
  white-space: normal;
}
.helpText__close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.listPage .overlay__guest {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.listPage .overlay__guest .btn, .listPage .overlay__guest .header__menu a.latest, .header__menu .listPage .overlay__guest a.latest {
  margin-top: 20px;
}

#mc-embedded-subscribe.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.tray-list__image-upload__imagelist {
  display: flex;
  align-items: center;
  flex-direction: row !important;
}
.tray-list__image-upload__imagelist a {
  display: block;
  margin-right: 5px;
  border: solid 1px #000;
}
.tray-list__image-upload__imagelist a img {
  display: block;
}

.tray-list__image-upload__fileList {
  display: flex;
  align-items: center;
  flex-direction: row !important;
}
.tray-list__image-upload__fileList a {
  display: block;
  margin-right: 5px;
  font-size: 25px;
  color: #c30b30;
}

.tray-list__image-upload > div > div {
  flex-direction: column;
  display: flex;
}

.remove-file-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: flex-end;
}
.remove-file-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 5px;
  border: solid 1px #000;
  cursor: pointer;
}
.remove-file-list a img + i,
.remove-file-list a i + i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
}
.remove-file-list a:hover {
  background-color: #000;
}
.remove-file-list a:hover img,
.remove-file-list a:hover i {
  opacity: 0.5;
}
.remove-file-list a:hover img + i,
.remove-file-list a:hover i + i {
  opacity: 1;
}

.assistHeader {
  display: flex;
}
@media print {
  .assistHeader {
    display: none;
  }
}

.assistHeader th {
  display: block;
}

.image__wrapper img {
  display: none;
}
.image__wrapper.loaded img {
  display: block;
}

section.pdf-preview {
  display: none !important;
}

/*.form-group.umbraco-forms-field.pdf.fileupload.alternating {
    display: block !important;
}*/
/*.form-group.umbraco-forms-field.pdf.fileupload {
    opacity: 0;
    pointer-events: none;
}

.form-group.umbraco-forms-field.yesno.singlechoice.alternating {
    display: none;
}*/
.eval-header {
  margin-top: -15px;
}
.eval-header h3 {
  /*margin: 20px 0 -25px;*/
  margin: 20px 0 0;
  transform: translateY(-10px);
}
.eval-header a {
  color: rgb(20, 68, 150);
}

.SavedLinks {
  margin-bottom: 50px;
}

.SavedLinks a {
  color: rgb(20, 68, 150);
  margin-right: 20px;
}

#trayPdfSetup.pdf-true table td {
  width: 14.2857142857% !important;
}
#trayPdfSetup > div {
  width: 100%;
  font-size: 9px;
}
#trayPdfSetup > div table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#trayPdfSetup > div table td {
  vertical-align: top;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 16.6666666667%;
  min-height: 30px;
  box-sizing: border-box;
}
#trayPdfSetup > div table td.tdTitletd {
  padding: 10px;
}
#trayPdfSetup > div table td.tdTexttd {
  padding: 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
#trayPdfSetup > div table td.tdTexttdlast {
  padding: 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#trayPdfSetup > div table td .tdTitle {
  vertical-align: bottom;
  font-weight: bold;
  font-family: "Arial", sans-serif;
}
#trayPdfSetup > div table td .tdText {
  font-family: "Arial", sans-serif;
}
#trayPdfSetup > div table td .tdLink {
  font-family: "Arial", sans-serif;
}
#trayPdfSetup > div table .trayTitle {
  /*margin-top: 50px;*/
  padding: 0 10px;
}
#trayPdfSetup .listTable {
  margin-top: 30px;
  /*   td {
      width: auto;
      padding: 0 5px;
      vertical-align: middle;
      border: solid 1px;
      min-height: 50px;

      &:first-of-type {
          border-left: 0;
      }

      &:last-of-type {
          border-right: 0;
      }

      > div {
          display: flex;
          align-items: center;
      }
  }*/
}
#trayPdfSetup .listTable th {
  text-align: left;
}
#trayPdfSetup .pdf-images {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#trayPdfSetup .pdf-images img {
  border: solid 1px #efefef;
}
#trayPdfSetup .pdf-images__title {
  padding: 10px;
  margin-top: 20px;
}
#trayPdfSetup ul {
  /* display: flex;
  flex-wrap: wrap;*/
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
#trayPdfSetup ul li {
  width: 33.3333333333%;
  list-style: none;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#trayPdfSetup ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
#trayPdfSetup .logo {
  display: block;
  text-align: center;
  margin-top: 50px;
}
#trayPdfSetup .pdf-image-link {
  color: #c30b30;
}
#trayPdfSetup .pdf-footer {
  background-color: #144496;
  color: #fff;
  margin-bottom: 20px;
  padding: 30px;
  box-sizing: border-box;
}
#trayPdfSetup .pdf-footer table {
  width: 100%;
  box-sizing: border-box;
}
#trayPdfSetup .pdf-footer table td {
  width: 25%;
}
#trayPdfSetup .pdf-footer table td h3 {
  margin: 0 0 10px;
}
#trayPdfSetup .pdf-footer .social-footer a {
  margin-right: 5px;
  text-decoration: none;
}
#trayPdfSetup .pdf-footer .social-footer img {
  width: 30px;
}

.form-group.umbraco-forms-field.pdf.fileupload,
.form-group.umbraco-forms-field.beno.shortanswer.alternating {
  display: none;
}

#trayList ~ #umbraco_form_49f4fdba57014f529917464609431f76 .form-group.umbraco-forms-field.traysreceivedfortesting.singlechoice.alternating {
  display: none;
}

.umbraco-forms-submitmessage {
  display: none !important;
}

.formSpinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.formSpinner.active {
  display: flex;
}

.form-group.umbraco-forms-field.type.shortanswer {
  display: none;
}

#evaluation .mainHeader {
  opacity: 0;
  pointer-events: none;
}
#evaluation .assistHeader {
  opacity: 0;
}
#evaluation .assistHeader.active {
  opacity: 1;
}
#evaluation .tray-list {
  margin-top: 72px;
}
#evaluation .responsive-table__assist {
  margin: 0 0 -110px;
  padding: 0;
}
@media print {
  #evaluation .responsive-table__assist {
    display: none;
  }
}
#evaluation .responsive-table__assist th div {
  display: flex;
  align-items: self-end;
  height: 100%;
}

.benrlable {
  position: relative;
}
.benrlable i {
  position: absolute;
  left: -25px;
  color: rgb(75, 186, 181);
  opacity: 0;
  pointer-events: none;
}
.benrlable:hover i {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  width: 20px;
  display: block;
  height: 100%;
  top: -5px;
  padding: 5px;
}

.colFields {
  flex-direction: column;
}

.disabeldField {
  opacity: 0.3;
  pointer-events: none;
}

.v-select.vs--multiple.vs--searchable {
  background: #fff;
}

.vs__selected {
  background-color: #4bbab5 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.selectArrayValues {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.labelPrintValue {
  display: none;
}
@media print {
  .labelPrintValue {
    display: inline;
    font-weight: bold;
  }
  .labelPrintValue::before {
    content: ": ";
  }
}

#trayList .tray-list th:nth-of-type(5), #trayList .tray-list th:nth-of-type(7), #trayList .tray-list th:nth-last-of-type(1), #trayList .tray-list th:nth-last-of-type(2), #trayList .tray-list th:nth-last-of-type(3), #trayList .tray-list th:nth-last-of-type(4), #trayList .tray-list th:nth-last-of-type(5), #trayList .tray-list th:nth-last-of-type(6), #trayList .tray-list th:nth-last-of-type(7),
#trayList .tray-list td:nth-of-type(5),
#trayList .tray-list td:nth-of-type(7),
#trayList .tray-list td:nth-last-of-type(1),
#trayList .tray-list td:nth-last-of-type(2),
#trayList .tray-list td:nth-last-of-type(3),
#trayList .tray-list td:nth-last-of-type(4),
#trayList .tray-list td:nth-last-of-type(5),
#trayList .tray-list td:nth-last-of-type(6),
#trayList .tray-list td:nth-last-of-type(7) {
  display: none;
}
#trayList .tray-list.userList th:nth-of-type(5),
#trayList .tray-list.userList td:nth-of-type(5) {
  display: table-cell;
}
@media print {
  #trayList .tray-list.userList th:nth-last-of-type(1), #trayList .tray-list.userList th:nth-last-of-type(2), #trayList .tray-list.userList th:nth-last-of-type(3), #trayList .tray-list.userList th:nth-last-of-type(4), #trayList .tray-list.userList th:nth-last-of-type(5), #trayList .tray-list.userList th:nth-last-of-type(6), #trayList .tray-list.userList th:nth-last-of-type(7),
  #trayList .tray-list.userList td:nth-last-of-type(1),
  #trayList .tray-list.userList td:nth-last-of-type(2),
  #trayList .tray-list.userList td:nth-last-of-type(3),
  #trayList .tray-list.userList td:nth-last-of-type(4),
  #trayList .tray-list.userList td:nth-last-of-type(5),
  #trayList .tray-list.userList td:nth-last-of-type(6),
  #trayList .tray-list.userList td:nth-last-of-type(7) {
    display: table-cell;
  }
}

@media print {
  .wrapper {
    width: 100%;
  }
  .listPage {
    padding: 0;
    margin: 0;
  }
  .tray-list th:nth-of-type(9), .tray-list th:nth-of-type(16), .tray-list th:nth-of-type(17), .tray-list th:nth-of-type(18), .tray-list th:nth-of-type(19), .tray-list th:nth-of-type(20), .tray-list th:nth-of-type(21), .tray-list th:nth-of-type(22), .tray-list th:nth-of-type(23), .tray-list th:nth-of-type(24), .tray-list th:nth-of-type(25),
  .tray-list td:nth-of-type(9),
  .tray-list td:nth-of-type(16),
  .tray-list td:nth-of-type(17),
  .tray-list td:nth-of-type(18),
  .tray-list td:nth-of-type(19),
  .tray-list td:nth-of-type(20),
  .tray-list td:nth-of-type(21),
  .tray-list td:nth-of-type(22),
  .tray-list td:nth-of-type(23),
  .tray-list td:nth-of-type(24),
  .tray-list td:nth-of-type(25) {
    display: none;
  }
  .responsive-table__assist {
    display: none !important;
  }
  .filters__group__row {
    font-size: 12px;
  }
  .filters__group__row input,
  .filters__group__row .select,
  .filters__group__row select,
  .filters__group__row .checkbox {
    display: none;
  }
  .filters__group h3 {
    font-size: 12px;
  }
  .filters__group {
    width: auto !important;
    flex-direction: column !important;
  }
  .filters {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.overlay__tray__row .colorSelect .v-select {
  width: 210px;
}

td.center {
  text-align: center;
}

/*# sourceMappingURL=app.dist.css.map*/