/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0.3em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Icons and special chars */
.mixin-shadow-top-inset {
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
}
.mixin-shadow-bottom-inset {
  -webkit-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
}
.mixin-shadow-top-bottom-inset {
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1), inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1), inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1), inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1), inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1), inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
}
.mixin-shadow-around-outset {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
html,
button,
input,
select,
textarea {
  color: #222;
}
.trex-newrow_block_separator {
  clear: left;
}
.trex-container_w_full {
  width: 100%;
}
.trex-form_banner_wrapper {
  position: relative;
  background: #0078be;
  min-height: 58px;
}
.trex-form_wrapper_outer {
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-form_wrapper_middle {
  margin: 0 auto;
}
.trex-form_wrapper_inner {
  position: relative;
  background-color: #fff;
  margin: 20px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.trex-bottom-nav-wrapper {
  position: relative;
  margin: 20px;
}
.trex-bottom-nav-left-inner-wrapper {
  float: left;
}
.trex-bottom-nav-right-inner-wrapper {
  float: right;
}
.trex-noscript-warning {
  border: 10px solid #e00;
  background: #fff;
  padding: 0 10px;
  margin: 20px 0;
  opacity: 1;
  -webkit-animation: showAfterDelay 2s 1;
  -moz-animation: showAfterDelay 2s 1;
  -o-animation: showAfterDelay 2s 1;
  animation: showAfterDelay 2s 1;
  max-height: 500px;
  overflow: hidden;
  text-align: center;
  font-family: sans-serif;
}
.trex-noscript-caption {
  color: #800;
  font-size: 16px;
}
.trex-noscript-text {
  color: #444;
  font-size: 12px;
}
@-webkit-keyframes showAfterDelay {
  0% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  99% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
    border-width: 10px;
    padding: 0 10px;
    margin: 20px 0;
  }
}
@-moz-keyframes showAfterDelay {
  0% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  99% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
    border-width: 10px;
    padding: 0 10px;
    margin: 20px 0;
  }
}
@-o-keyframes showAfterDelay {
  0% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  99% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
    border-width: 10px;
    padding: 0 10px;
    margin: 20px 0;
  }
}
@keyframes showAfterDelay {
  0% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  99% {
    opacity: 0;
    max-height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
    border-width: 10px;
    padding: 0 10px;
    margin: 20px 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.trex-form_page_content,
.trex-preview-form_page_content {
  padding: 20px 0 35px 0;
  width: 100%;
  float: left;
}
.trex-form_steps + .trex-form_page_content,
.trex-form_steps + .trex-preview-form_page_content,
.trex-form_steps + .trex-directive_text_container,
.trex-form_steps + .trex-review_error_content_frame,
.trex-directive_text_container ~ .trex-form_page_content,
.trex-directive_text_container ~ .trex-preview-form_page_content {
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-eidas_image_container {
  background: url('images/eidas.png') no-repeat;
  height: 150px;
}
#db_eidas_text_block\.df_eidas_text_field {
  font-size: 36px;
}
.trex-customer_logo {
  background: url('images/customer_logotype_default_responsive_web.png') no-repeat;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  height: 40px;
  width: 125px;
  overflow: hidden;
}
.trex-formtab_menu_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.trex-formtab_menu_wrapper > .menu_toggle {
  border: 0 none;
  display: block;
  position: absolute;
  top: 9px;
  right: 11px;
  width: 40px;
  height: 40px;
  background-color: #0078be;
  z-index: 2;
  cursor: pointer;
}
.trex-formtab_menu_wrapper > .menu_toggle:focus {
  outline: 3px solid #fcfcff;
}
.trex-formtab_menu_wrapper > .menu_toggle:hover {
  background-color: #0073b7;
}
.trex-formtab_menu_wrapper > .menu_toggle > .menu_toggle_icon {
  color: #fcfcfc;
  pointer-events: none;
}
.trex-formtab_menu_wrapper > .menu_toggle > .menu_toggle_icon::after {
  font-family: 'Material Design Iconic Font';
  content: '\f2a1';
  font-size: 30px;
  line-height: 38px;
  vertical-align: middle;
}
.trex-formtab_menu_wrapper > .menu_toggle[aria-expanded=true] {
  background-color: transparent;
  z-index: 5002;
}
.trex-formtab_menu_wrapper > .menu_toggle[aria-expanded=true] > .menu_toggle_icon::after {
  content: '\f29a';
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 5001;
  background-color: rgba(0, 120, 190, 0.7);
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .formtab_menu_top,
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_normal {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #fff;
  border: 0 none;
  margin-bottom: 2px;
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .formtab_menu_top {
  background-color: rgba(0, 120, 190, 0.9);
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_normal {
  background-color: rgba(0, 120, 190, 0.9);
  text-align: left;
  padding-left: 50px;
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_normal:focus,
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_normal:hover {
  background-color: #0073b7;
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_selected {
  background-color: rgba(0, 120, 190, 0.8);
  text-align: left;
  padding-left: 50px;
  color: rgba(255, 255, 255, 0.4);
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_selected:hover {
  background-color: rgba(0, 120, 190, 0.8);
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_normal::before,
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .trex-form_tab_button_selected::before {
  content: attr(data-icon-before);
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  left: 10px;
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown > .formtab_menu_overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  z-index: -1;
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown[aria-expanded=true] {
  display: block;
}
.trex-formtab_menu_wrapper > .trex-formtab_menu_dropdown[aria-expanded=true] > .formtab_menu_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 234, 234, 0.6);
}
.trex-form_tab_control_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.trex-form_tab_menu_state {
  -moz-appearance: none !important;
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 9999px;
}
.trex-form_tab_menu_state_label {
  display: block;
  position: absolute;
  top: 9px;
  right: 11px;
  width: 40px;
  height: 40px;
  background-color: #0078be;
  z-index: 2;
  cursor: pointer;
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_state_label {
  position: absolute;
  z-index: 5002;
}
.trex-form_tab_menu_state_label:after {
  font-family: 'Material Design Iconic Font';
  content: '\f2a1';
  font-size: 30px;
  line-height: 38px;
  vertical-align: middle;
}
.trex-form_tab_menu_background {
  position: fixed;
  top: 7px;
  left: auto;
  right: 7px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  z-index: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  padding: 0 0 5px 40px;
  background-color: rgba(234, 234, 234, 0.6);
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 5001;
  background-color: rgba(0, 120, 190, 0.7);
}
.trex-form_tab_menu_top,
.trex-form_tab_button_normal {
  height: 0;
  width: 0;
  display: none;
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_menu_top,
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_button_normal {
  width: 100%;
  height: 60px;
  color: #fff;
  display: block;
  position: relative;
  border: 0 none;
  margin-bottom: 2px;
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_menu_top {
  background-color: rgba(0, 120, 190, 0.9);
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_button_normal {
  background-color: rgba(0, 120, 190, 0.9);
  text-align: left;
  padding-left: 50px;
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_button_selected {
  background-color: rgba(0, 120, 190, 0.8);
  text-align: left;
  padding-left: 50px;
  color: rgba(255, 255, 255, 0.4);
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_button_normal:before,
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_container .trex-form_tab_button_selected:before {
  content: attr(data-icon-before);
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  left: 10px;
}
.trex-form_tab_menu_state:checked ~ .trex-form_tab_menu_state_label:after {
  content: '\f29a';
}
.trex-instance_table_block_caption {
  display: block;
}
.trex-field_text_value {
  margin: 0;
  font-size: 12px;
}
div[id^="caption_row_"] {
  display: none;
}
.trex-field {
  margin-bottom: 10px;
}
.trex-field > .trex-field {
  margin-bottom: 0;
}
.trex-field_w_full input,
.trex-field_w_full select,
.trex-field_w_full textarea,
.trex-field_w_1o2 input,
.trex-field_w_1o2 select,
.trex-field_w_1o2 textarea,
.trex-field_w_1o3 input,
.trex-field_w_1o3 select,
.trex-field_w_1o3 textarea,
.trex-field_w_1o3_narrow_margin input,
.trex-field_w_1o3_narrow_margin select,
.trex-field_w_1o3_narrow_margin textarea,
.trex-field_w_2o3 input,
.trex-field_w_2o3 select,
.trex-field_w_2o3 textarea,
.trex-field_w_1o4 input,
.trex-field_w_1o4 select,
.trex-field_w_1o4 textarea,
.trex-field_w_3o4 input,
.trex-field_w_3o4 select,
.trex-field_w_3o4 textarea,
.trex-field_w_1o6 input,
.trex-field_w_1o6 select,
.trex-field_w_1o6 textarea,
.trex-field_w_5o6 input,
.trex-field_w_5o6 select,
.trex-field_w_5o6 textarea,
.trex-field_w_1o8 input,
.trex-field_w_1o8 select,
.trex-field_w_1o8 textarea,
.trex-field_w_3o8 input,
.trex-field_w_3o8 select,
.trex-field_w_3o8 textarea,
.trex-field_w_5o8 input,
.trex-field_w_5o8 select,
.trex-field_w_5o8 textarea,
.trex-field_w_7o8 input,
.trex-field_w_7o8 select,
.trex-field_w_7o8 textarea {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 2px solid rgba(50, 50, 50, 0.3);
  border-radius: 0;
  color: #555;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  height: 50px;
  padding: 4px 6px;
  vertical-align: middle;
  background: #fff;
}
select[aria-invalid="true"],
textarea[aria-invalid="true"],
input[type="text"][aria-invalid="true"],
input[type="password"][aria-invalid="true"],
input[type="datetime"][aria-invalid="true"],
input[type="datetime-local"][aria-invalid="true"],
input[type="date"][aria-invalid="true"],
input[type="month"][aria-invalid="true"],
input[type="time"][aria-invalid="true"],
input[type="week"][aria-invalid="true"],
input[type="number"][aria-invalid="true"],
input[type="email"][aria-invalid="true"],
input[type="url"][aria-invalid="true"],
input[type="search"][aria-invalid="true"],
input[type="tel"][aria-invalid="true"],
input[type="color"][aria-invalid="true"] {
  border: 2px solid rgba(231, 6, 65, 0.6);
}
textarea {
  height: auto;
  margin-bottom: 0;
  line-height: 22px;
  resize: vertical;
}
textarea.trex-rows_1 {
  height: 34px;
}
textarea.trex-rows_2 {
  height: 56px;
}
textarea.trex-rows_3 {
  height: 78px;
}
textarea.trex-rows_4 {
  height: 100px;
}
textarea.trex-rows_5 {
  height: 122px;
}
textarea.trex-rows_6 {
  height: 144px;
}
textarea.trex-rows_7 {
  height: 166px;
}
textarea.trex-rows_8 {
  height: 188px;
}
textarea.trex-rows_9 {
  height: 210px;
}
textarea.trex-rows_10 {
  height: 232px;
}
textarea.trex-rows_11 {
  height: 254px;
}
textarea.trex-rows_12 {
  height: 276px;
}
textarea.trex-rows_13 {
  height: 298px;
}
textarea.trex-rows_14 {
  height: 320px;
}
textarea.trex-rows_15 {
  height: 342px;
}
textarea.trex-rows_16 {
  height: 364px;
}
textarea.trex-rows_17 {
  height: 386px;
}
textarea.trex-rows_18 {
  height: 408px;
}
textarea.trex-rows_19 {
  height: 430px;
}
textarea.trex-rows_20 {
  height: 452px;
}
input.trex-field_checkbox,
input.trex-field_radio {
  appearance: none;
}
input.trex-field_checkbox:focus,
input.trex-field_radio:focus {
  outline: 0 none;
}
.trex-cb_label,
.trex-rb_label {
  position: relative;
  display: inline-block;
  flex: 1 1 auto;
  padding: 5px 10px 5px 35px;
  font-size: .75rem;
  line-height: 17px;
  cursor: pointer;
}
input.trex-field_checkbox ~ .trex-cb_label > .cb_custom {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(50, 50, 50, 0.5);
  border-radius: 2px;
  background-color: #ffffff;
}
input.trex-field_checkbox ~ .trex-cb_label > .cb_custom:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 4px;
  width: 10px;
  height: 22px;
  transform: rotateZ(45deg);
  transition: box-shadow 100ms ease;
}
input.trex-field_radio + .trex-rb_label > .rb_custom {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(50, 50, 50, 0.5);
  border-radius: 100%;
  background-color: #ffffff;
  transition: box-shadow 100ms ease, outline 100ms ease;
}
input.trex-field_checkbox:checked ~ .trex-cb_label > .cb_custom:after {
  box-shadow: 4px 4px 0 -1px rgba(50, 50, 50, 0.8);
}
input.trex-field_radio:checked + .trex-rb_label > .rb_custom {
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 20px rgba(50, 50, 50, 0.8);
}
input.trex-field_checkbox:focus ~ .trex-cb_label > .cb_custom,
input.trex-field_radio:focus + .trex-rb_label > .rb_custom {
  box-shadow: 0 0 0 3px rgba(0, 120, 190, 0.4);
}
input.trex-field_checkbox:disabled ~ .trex-cb_label > .cb_custom,
input.trex-field_radio:disabled + .trex-rb_label > .rb_custom {
  border-color: rgba(50, 50, 50, 0.13);
  background-color: rgba(0, 0, 0, 0.04);
}
input.trex-field_checkbox:disabled:checked ~ .trex-cb_label > .cb_custom:after {
  box-shadow: 4px 4px 0 -1px rgba(50, 50, 50, 0.5);
}
input.trex-field_radio:disabled:checked + .trex-rb_label > .rb_custom {
  box-shadow: inset 0 0 0 3px #eeeeee, inset 0 0 0 20px rgba(50, 50, 50, 0.5);
}
input.trex-field_radio:disabled + .trex-rb_label,
input.trex-field_checkbox:disabled ~ .trex-cb_label {
  color: #999999;
  cursor: default;
}
.trex-preview-form_page_content input.trex-field_radio:disabled + .trex-rb_label,
.trex-preview-form_page_content input.trex-field_checkbox:disabled ~ .trex-cb_label {
  color: #222;
}
input.trex-field_checkbox:not([disabled]):hover ~ .trex-cb_label > .cb_custom,
input.trex-field_radio:not([disabled]):hover + .trex-rb_label > .rb_custom {
  box-shadow: 0 0 0 5px rgba(50, 50, 50, 0.1);
}
input.trex-field_checkbox:focus:hover ~ .trex-cb_label > .cb_custom,
input.trex-field_radio:focus:hover + .trex-rb_label > .rb_custom {
  box-shadow: 0 0 0 3px rgba(0, 120, 190, 0.4);
}
input.trex-field_checkbox:not([disabled]):checked:hover + .trex-cb_label > .cb_custom {
  box-shadow: inset 0 0 0 20px rgba(50, 50, 50, 0.1), 0 0 0 5px rgba(50, 50, 50, 0.1);
}
input.trex-field_radio:not([disabled]):checked:hover + .trex-rb_label > .rb_custom {
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 20px rgba(50, 50, 50, 0.8), 0 0 0 5px rgba(50, 50, 50, 0.1);
}
input.trex-field_radio:not([disabled]):checked:focus + .trex-rb_label > .rb_custom {
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 20px rgba(50, 50, 50, 0.8), 0 0 0 3px rgba(0, 120, 190, 0.4);
}
/* --- Start: Old rb and cb version --- */
.trex-rb_label > span.trex-rb_bg:before,
.trex-cb_label > span.trex-cb_bg:before,
.trex-cb_label > span.trex-cb_bg:after {
  font-family: 'Material Design Iconic Font';
  font-size: 26px;
  color: #ffffff;
  line-height: 26px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
}
input.trex-field_radio:focus + .trex-rb_label > span.trex-rb_bg:before,
input.trex-field_checkbox:focus ~ .trex-cb_label > span.trex-cb_bg:before {
  outline: 2px solid rgba(140, 175, 230, 0.7);
}
input.trex-field_radio:disabled + .trex-rb_label > span.trex-rb_bg:before,
input.trex-field_checkbox:disabled ~ .trex-cb_label > span.trex-cb_bg:before,
input.trex-field_checkbox:disabled ~ .trex-cb_label > span.trex-cb_bg:after {
  font-family: 'Material Design Iconic Font';
  font-size: 26px;
  color: #f5f5f5;
  line-height: 26px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
}
.trex-rb_label > span.trex-rb_normal:before,
.trex-cb_label > span.trex-cb_normal:before {
  font-family: 'Material Design Iconic Font';
  font-size: 26px;
  color: rgba(50, 50, 50, 0.5);
  line-height: 26px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
}
input.trex-field_radio:disabled + .trex-rb_label > span.trex-rb_normal:before,
input.trex-field_checkbox:disabled ~ .trex-cb_label > span.trex-cb_normal:before {
  font-family: 'Material Design Iconic Font';
  font-size: 26px;
  color: rgba(50, 50, 50, 0.13);
  line-height: 26px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
}
.trex-rb_label > span.trex-rb_checked:before,
.trex-cb_label > span.trex-cb_checked:before {
  font-family: 'Material Design Iconic Font';
  font-size: 26px;
  color: rgba(50, 50, 50, 0.8);
  line-height: 26px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
}
.trex-rb_label > span.trex-rb_bg:before {
  content: '\f22a';
}
.trex-cb_label > span.trex-cb_bg:before {
  content: '\f0fc';
  left: 0px;
  top: 0px;
  font-size: 26px;
}
.trex-cb_label > span.trex-cb_bg:after,
input.trex-field_checkbox:disabled ~ .trex-cb_label > span.trex-cb_bg:after {
  content: '\f22a';
  font-size: 18px;
  top: 0px;
  left: 4px;
}
.trex-rb_label > span.trex-rb_normal:before {
  content: '\f2e3';
}
.trex-cb_label > span.trex-cb_normal:before {
  content: '\f2e2';
}
input.trex-field_radio:checked + .trex-rb_label > span.trex-rb_checked:before {
  content: '\f22a';
  font-size: 12px;
  top: 0;
  left: 7px;
}
input.trex-field_checkbox:checked ~ .trex-cb_label > span.trex-cb_checked:before {
  content: '\f299';
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  top: -1px;
  left: 2px;
}
input.trex-field_radio:checked:disabled + .trex-rb_label > span.trex-rb_checked:before,
input.trex-field_checkbox:checked:disabled ~ .trex-cb_label > span.trex-cb_checked:before {
  color: rgba(50, 50, 50, 0.4);
}
.trex-textarea_counter {
  color: gray;
  padding: 2px 0 10px 0;
  margin: 0;
  font-size: 11px;
}
#trex-form_page_content .trex-textarea_counter .trex-field_container_user_error_notification {
  color: red;
  position: absolute;
  right: 0px;
}
button.close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
input.trex-file_upload_delete_file_image {
  vertical-align: middle;
  width: 16px;
}
p.trex-file_upload_list_caption {
  font-weight: 700;
}
div.trex-file_upload_list_container {
  clear: both;
  padding-bottom: 20px;
  width: 100%;
}
div.trex-file_upload_list_row {
  clear: both;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p.trex-file_upload_list_col_1 {
  float: left;
  font-size: 12px;
  padding: 12px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 50%;
}
p.trex-file_upload_list_col_1.trex-file_upload_list_no_col_2 {
  max-width: 70%;
}
p.trex-file_upload_list_col_2 {
  float: left;
  font-size: 12px;
  padding: 12px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 20%;
}
p.trex-file_upload_list_col_3 {
  float: left;
  font-size: 12px;
  padding: 12px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 20%;
}
p.trex-file_upload_list_col_4 {
  float: left;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  max-width: 10%;
}
.trex-field_w_full > p.trex-file_upload_list_caption.trex-file_upload_list_col_1 {
  width: 100%;
  max-width: 100%;
}
p.trex-file_upload_list_pyjamas_odd_row {
  background-color: #ddd;
}
p.trex-file_upload_list_pyjamas_even_row {
  background: #fff;
}
.trex-field_w_full,
.trex-field_w_1o2,
.trex-field_w_1o3,
.trex-field_w_2o3,
.trex-field_w_1o4,
.trex-field_w_3o4,
.trex-field_w_1o6,
.trex-field_w_5o6,
.trex-field_w_1o8,
.trex-field_w_3o8,
.trex-field_w_5o8,
.trex-field_w_7o8 {
  width: 100%;
}
.trex-file_upload_wrapper {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.trex-file_upload_wrapper input[type="file"],
.trex-file_upload_wrapper input[type="file"]:focus,
.trex-file_upload_wrapper input[type="file"]:hover {
  cursor: pointer;
  opacity: 0;
  outline: 0 none;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trex-upload_wrapper_button,
.trex-file_upload_button {
  width: 100%;
}
.trex-file_upload_delete_file_button {
  background-color: transparent;
  border: 0 none;
  color: #de124b;
  clear: left;
  padding: 0;
  margin: 0;
  outline: 0 none;
}
.trex-file_upload_delete_file_button:after {
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  vertical-align: middle;
  content: '\f29a';
}
input.trex-footer_add_button {
  width: 50%;
  float: right;
  margin-right: -20px;
}
.trex-upload_wrapper_button {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trex-button_cancel_form_class,
.trex-button_goto_prev_form_page_class,
.trex-button_goto_next_form_page_class {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.trex-bottom-nav-left-inner-wrapper,
.trex-bottom-nav-right-inner-wrapper,
.trex-form_navigate_buttons_prev_page_container,
.trex-form_navigate_buttons_next_page_container,
.trex-form_navigate_buttons_save_button_container,
.trex-button_cancel_form_class,
.trex-button_goto_prev_form_page_class,
.trex-button_goto_next_form_page_class {
  width: 100%;
}
.trex-button_goto_next_form_page_class.trex-button_sign_multiple_submit {
  float: right;
}
.trex-upload_wrapper_button,
.trex-file_upload_button,
.trex-submit_button,
.trex-button_cancel_form_class,
.trex-button_goto_prev_form_page_class,
.trex-button_goto_next_form_page_class {
  border: 0 none;
  background-color: #0078be;
  text-indent: 0;
  display: inline-block;
  color: #fff;
  font-family: Arial, Sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.trex-upload_wrapper_button:hover,
.trex-upload_wrapper_button:focus,
.trex-upload_wrapper_button:active,
.trex-upload_wrapper_button.active,
.trex-file_upload_button:hover,
.trex-file_upload_button:focus,
.trex-file_upload_button:active,
.trex-file_upload_button.active,
.trex-submit_button:hover,
.trex-submit_button:focus,
.trex-submit_button:active,
.trex-submit_button.active,
.trex-button_cancel_form_class:hover,
.trex-button_cancel_form_class:focus,
.trex-button_cancel_form_class:active,
.trex-button_cancel_form_class.active,
.trex-button_goto_prev_form_page_class:hover,
.trex-button_goto_prev_form_page_class:focus,
.trex-button_goto_prev_form_page_class:active,
.trex-button_goto_prev_form_page_class.active,
.trex-button_goto_next_form_page_class:hover,
.trex-button_goto_next_form_page_class:focus,
.trex-button_goto_next_form_page_class:active,
.trex-button_goto_next_form_page_class.active {
  background-color: transparent;
  text-decoration: underline;
}
.trex-upload_wrapper_button.disabled,
.trex-upload_wrapper_button.disabled:hover,
.trex-upload_wrapper_button[disabled],
.trex-upload_wrapper_button[disabled]:hover,
.trex-submit_button.disabled,
.trex-submit_button.disabled:hover,
.trex-submit_button[disabled],
.trex-submit_button[disabled]:hover,
.trex-file_upload_button.disabled,
.trex-file_upload_button.disabled:hover,
.trex-file_upload_button[disabled],
.trex-file_upload_button[disabled]:hover,
.trex-button_cancel_form_class.disabled,
.trex-button_cancel_form_class.disabled:hover,
.trex-button_cancel_form_class[disabled],
.trex-button_cancel_form_class[disabled]:hover,
.trex-button_goto_prev_form_page_class.disabled,
.trex-button_goto_prev_form_page_class.disabled:hover,
.trex-button_goto_prev_form_page_class[disabled],
.trex-button_goto_prev_form_page_class[disabled]:hover,
.trex-button_goto_next_form_page_class.disabled,
.trex-button_goto_next_form_page_class.disabled:hover,
.trex-button_goto_next_form_page_class[disabled] .trex-button_goto_next_form_page_class[disabled]:hover {
  background-color: #787878;
  color: #ccc;
}
#trex_button_session_button_id {
  margin-right: 15px;
}
.trex-upload_wrapper_button:hover,
.trex-upload_wrapper_button:focus,
.trex-submit_button:hover,
.trex-submit_button:focus,
.trex-file_upload_button:hover,
.trex-file_upload_button:focus,
.trex-button_cancel_form_class:hover,
.trex-button_cancel_form_class:focus,
.trex-button_goto_prev_form_page_class:hover,
.trex-button_goto_prev_form_page_class:focus,
.trex-button_goto_next_form_page_class:hover,
.trex-button_goto_next_form_page_class:focus {
  background-color: #0078be;
  text-decoration: none;
}
.trex-upload_wrapper_button:focus,
.trex-submit_button:focus,
.trex-file_upload_button:focus,
.trex-button_cancel_form_class:focus,
.trex-button_goto_prev_form_page_class:focus,
.trex-button_goto_next_form_page_class:focus {
  outline-offset: 1px;
}
.trex-upload_wrapper_button.active,
.trex-upload_wrapper_button:active,
.trex-submit_button.active,
.trex-submit_button:active,
.trex-file_upload_button.active,
.trex-file_upload_button:active,
.trex-button_cancel_form_class.active,
.trex-button_cancel_form_class:active,
.trex-button_goto_prev_form_page_class.active,
.trex-button_goto_prev_form_page_class:active,
.trex-button_goto_next_form_page_class.active,
.trex-button_goto_next_form_page_class:active {
  outline: 0 none;
}
.trex-upload_wrapper_button.disabled,
.trex-submit_button.disabled,
.trex-file_upload_button.disabled {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: .65;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #eaeaea;
}
body.trex {
  font-size: 1em;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(50, 50, 50, 0.3);
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset.trex {
  border: 0 none;
  padding: 16px 0 0 0;
  background-color: rgba(50, 50, 50, 0.03);
  margin: 0 0 5px 0;
  border-top: 1px solid rgba(50, 50, 50, 0.15);
  border-bottom: 1px solid rgba(50, 50, 50, 0.15);
}
fieldset.trex.block_as_fieldset {
  padding: 16px 20px 5px 20px;
}
legend.trex {
  float: left;
  padding: 0 20px 10px 20px;
  margin: 0;
  font-size: 16px;
  color: #444;
  word-break: break-word;
  width: 100%;
  border-bottom: 1px solid rgba(50, 50, 50, 0.15);
  min-height: 35px;
}
.block_as_fieldset > legend.trex {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  min-height: unset;
  width: auto;
  border-bottom: none;
}
.trex-legend_span {
  word-break: break-word;
}
.block_as_fieldset > legend > .trex-mandatory:not(:empty) + .trex-legend_span {
  margin-left: -20px;
}
.trex-legend + .trex-newrow_block_separator {
  height: 16px;
}
legend.trex-block_caption + div {
  padding-top: 16px;
  clear: both;
}
fieldset.trex-form_error_fieldset {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  border-color: #e70641;
  background-color: rgba(231, 6, 65, 0.02);
}
fieldset.trex-form_review_error_fieldset {
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
legend.trex-form_error_legend {
  float: left;
  color: #e70641;
  padding: 0 15px;
  border: 0 none;
}
.trex-plain_frame {
  float: left;
  border: 0 none;
  padding: 16px 0 0 0;
  background-color: rgba(50, 50, 50, 0.03);
  margin: 0 0 5px 0;
  border-top: 1px solid rgba(50, 50, 50, 0.15);
  border-bottom: 1px solid rgba(50, 50, 50, 0.15);
}
i.trex-container_w_full {
  width: 100%;
}
.trex-textalign_right {
  text-align: right;
}
.trex-textalign_left {
  text-align: left;
}
.trex-textalign_center {
  text-align: center;
}
.trex-textalign_justify {
  text-align: justify;
}
.trex-text-bold {
  font-weight: bold;
}
.trex-text-italic {
  font-style: italic;
}
.trex-text-oblique {
  font-style: oblique;
}
.trex-error_text {
  font-size: 12px;
  color: #e70641;
  padding: 0 15px;
}
.trex-error_text label {
  line-height: 25px;
}
.trex-error_content_frame,
.trex-review_error_content_frame {
  float: left;
  width: 100%;
}
.trex-form_error_content,
.trex-review_error_content {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e70641;
  border-bottom: 1px solid #e70641;
  background-color: rgba(231, 6, 65, 0.03);
}
.trex-form_error_content_override_has_error,
.trex-review_error_content_override_has_error {
  display: block;
}
.trex-newrow_field_separator {
  clear: both;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
.header-container {
  border-bottom: 20px solid #e44d26;
}
.footer-container,
.main aside {
  border-top: 20px solid #e44d26;
}
.header-container,
.footer-container,
.main aside {
  background: #f16529;
}
.title {
  color: white;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background: #e44d26;
}
nav a:hover,
nav a:visited {
  color: white;
}
nav a:hover {
  text-decoration: underline;
}
.main {
  padding: 30px 0;
}
.main article h1 {
  font-size: 2em;
}
.main aside {
  color: white;
  padding: 0 5% 10px;
}
.footer-container footer {
  color: white;
  padding: 20px 0;
}
.trex-form_page_content:before,
.trex-form_page_content:after,
.trex-preview-form_page_content:before,
.trex-preview-form_page_content:after,
.trex-form_navigate_buttons_container:before,
.trex-form_navigate_buttons_container:after {
  content: " ";
  display: table;
}
.trex-form_page_content:after,
.trex-preview-form_page_content:after,
.trex-form_navigate_buttons_container {
  clear: both;
}
.trex-form_navigate_buttons_prev_page_container,
.trex-form_navigate_buttons_next_page_container,
.trex-form_navigate_buttons_save_button_container {
  float: left;
}
p.trex {
  margin: 0;
}
.trex-form_banner {
  position: relative;
  margin: 0 auto;
  min-height: 58px;
  max-width: 1000px;
  text-align: center;
  color: #fcfcfc;
}
.trex-form_banner .document_title_sub {
  font-size: 11px;
  margin-left: 0em;
  margin-top: 18px;
  margin-bottom: -1em;
}
.trex-form_banner p {
  padding: 5px;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.trex-form_banner h1 {
  padding: 5px;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.trex-form_banner_arrow {
  float: left;
  width: 100%;
  position: relative;
  background: #0078be;
}
.trex-form_banner_arrow:after {
  top: -2px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(19, 121, 170, 0);
  border-top-color: #0078be;
  border-width: 9px;
  margin-left: -9px;
}
.trex-directive_text_arrow {
  float: left;
  width: 100%;
  position: relative;
  background: #0078be;
}
.trex-directive_text_arrow:after {
  top: -2px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(19, 121, 170, 0);
  border-top-color: #61bbe4;
  border-width: 9px;
  margin-left: -9px;
}
form.trex {
  padding: 0;
}
.trex-form_container {
  position: relative;
  transform: translateX(0);
  background-color: #eaeaea;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trex-form_container :focus {
  outline: 3px solid #0078be9e;
}
.trex-form_steps {
  padding: 15px;
  color: #0078be;
  font-size: 18px;
}
.trex-form_steps h2 {
  padding: 1px;
  color: #0078be;
  font-size: 18px;
  float: left;
  line-height: 1.3em;
  margin: 0;
  font-weight: unset;
  padding-bottom: 10px;
}
.trex-directive_text_container {
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  background: #f0f7fb;
  position: relative;
  padding: 1px 15px 15px 15px;
  float: left;
  width: 100%;
}
.trex-directive_text_container ul {
  float: left;
  font-size: 12px;
}
.trex-directive_text_container a {
  color: #0078be;
}
.trex-directive_text_container a:hover,
.trex-directive_text_container a:active {
  text-shadow: #fff 0 0 4px;
}
.trex-directive_text_caption {
  color: #0074b8;
  font-size: 16px;
  width: 100%;
  float: left;
  margin: 10px 0;
  font-weight: unset;
}
.trex-directive_text_toggle {
  position: absolute;
  right: 14px;
}
.trex-directive_text_toggle button {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  clear: left;
  padding: 10px 0;
  outline: 0 none;
}
.trex-directive_text_toggle button:after {
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  vertical-align: middle;
  color: rgba(50, 50, 50, 0.3);
}
.short_text .trex-directive_text_toggle button:after {
  content: '\f0fd';
}
.long_text .trex-directive_text_toggle button:after {
  content: '\f112';
}
.trex-directive_text,
.trex-directive_text_short {
  width: 100%;
  float: left;
  font-size: 12px;
  margin: 0;
}
.trex-mandatory,
.trex-block_mandatory {
  float: left;
  width: 20px;
  text-align: center;
  color: #f74324;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.block_as_fieldset > legend > .trex-mandatory {
  position: relative;
  left: -20px;
}
.trex-block_w_full,
.trex-block_w_1o2,
.trex-block_w_1o3,
.trex-block_w_2o3,
.trex-block_w_1o4,
.trex-block_w_3o4,
.trex-block_w_1o6,
.trex-block_w_5o6,
.trex-block_w_1o8,
.trex-block_w_3o8,
.trex-block_w_5o8,
.trex-block_w_7o8 {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.trex-block_w_full p,
.trex-block_capt_w_1o2 p {
  margin: 0;
}
.trex-block_capt_w_full,
.trex-block_capt_w_1o2,
.trex-block_capt_w_1o3,
.trex-block_capt_w_2o3,
.trex-block_capt_w_1o4,
.trex-block_capt_w_3o4,
.trex-block_capt_w_1o6,
.trex-block_capt_w_5o6,
.trex-block_capt_w_1o8,
.trex-block_capt_w_3o8,
.trex-block_capt_w_5o8,
.trex-block_capt_w_7o8 {
  margin: 2px 20px;
}
.trex-block_fieldset_w_full > .trex-block_w_full,
.trex-block_fieldset_w_1o2 > .trex-block_w_1o2,
.trex-block_fieldset_w_1o3 > .trex-block_w_1o3,
.trex-block_fieldset_w_2o3 > .trex-block_w_2o3,
.trex-block_fieldset_w_1o4 > .trex-block_w_1o4,
.trex-block_fieldset_w_3o4 > .trex-block_w_3o4,
.trex-block_fieldset_w_1o6 > .trex-block_w_1o6,
.trex-block_fieldset_w_5o6 > .trex-block_w_5o6,
.trex-block_fieldset_w_1o8 > .trex-block_w_1o8,
.trex-block_fieldset_w_3o8 > .trex-block_w_3o8,
.trex-block_fieldset_w_5o8 > .trex-block_w_5o8,
.trex-block_fieldset_w_7o8 > .trex-block_w_7o8 {
  margin: 0;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid rgba(50, 50, 50, 0.15);
}
.block_containing_fileupload .trex-block_fieldset_w_full > .trex-block_w_full,
.block_containing_fileupload .trex-block_fieldset_w_1o2 > .trex-block_w_1o2,
.block_containing_fileupload .trex-block_fieldset_w_1o3 > .trex-block_w_1o3,
.block_containing_fileupload .trex-block_fieldset_w_2o3 > .trex-block_w_2o3,
.block_containing_fileupload .trex-block_fieldset_w_1o4 > .trex-block_w_1o4,
.block_containing_fileupload .trex-block_fieldset_w_3o4 > .trex-block_w_3o4,
.block_containing_fileupload .trex-block_fieldset_w_1o6 > .trex-block_w_1o6,
.block_containing_fileupload .trex-block_fieldset_w_5o6 > .trex-block_w_5o6,
.block_containing_fileupload .trex-block_fieldset_w_1o8 > .trex-block_w_1o8,
.block_containing_fileupload .trex-block_fieldset_w_3o8 > .trex-block_w_3o8,
.block_containing_fileupload .trex-block_fieldset_w_5o8 > .trex-block_w_5o8,
.block_containing_fileupload .trex-block_fieldset_w_7o8 > .trex-block_w_7o8 {
  border-top: 0;
  padding-top: 0;
}
.trex-block_w_full > .trex-block_w_full,
.trex-block_w_1o2 > .trex-block_w_1o2,
.trex-block_w_1o3 > .trex-block_w_1o3,
.trex-block_w_2o3 > .trex-block_w_2o3,
.trex-block_w_1o4 > .trex-block_w_1o4,
.trex-block_w_3o4 > .trex-block_w_3o4,
.trex-block_w_1o6 > .trex-block_w_1o6,
.trex-block_w_5o6 > .trex-block_w_5o6,
.trex-block_w_1o8 > .trex-block_w_1o8,
.trex-block_w_3o8 > .trex-block_w_3o8,
.trex-block_w_5o8 > .trex-block_w_5o8,
.trex-block_w_7o8 > .trex-block_w_7o8 {
  margin: 0 20px;
  float: none;
  width: auto;
  padding-bottom: 0;
}
.trex-rows_5 {
  height: 5em;
}
.trex-rows_10 {
  height: 10em;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
div.trex-field {
  position: relative;
}
div.trex-currency div.trex-field input.trex-field {
  position: relative;
  box-sizing: border-box;
  padding-right: 45px;
}
div.trex-currency div.trex-field .trex-currency_label {
  color: #555;
  position: absolute;
  font-size: .813em;
  width: 3em;
  padding: 2px 0 2px 5px;
  background-color: #eee;
  margin: 0;
  border: 2px solid rgba(50, 50, 50, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0;
  right: 0;
  line-height: 45px;
  pointer-events: none;
  height: 50px;
  vertical-align: middle;
}
#block_bottom_buttons > .trex-block_w_full {
  margin: 0 5px;
}
.trex-form_navigate_buttons_container {
  margin-top: 30px;
}
.trex-form_navigate_button_prev_container,
.trex-form_navigate_button_next_container {
  width: 50%;
  float: left;
}
.trex-form_navigate_button_prev_container > .button_container,
.trex-form_navigate_button_next_container > .button_container {
  margin: 0 20px;
}
.trex-button_cancel_form_class:before,
.trex-button_goto_prev_form_page_class:before,
.trex-button_goto_next_form_page_class:after {
  font-family: 'Material Design Iconic Font';
  font-size: 28px;
  vertical-align: bottom;
  text-decoration: none;
}
.trex-button_cancel_form_class:before {
  content: '\f29a';
  font-size: 26px;
}
.trex-button_goto_prev_form_page_class:before {
  content: '\f29b';
  font-size: 30px;
}
.trex-button_goto_next_form_page_class:after {
  content: '\f29c';
  font-size: 30px;
}
.trex-dynamic_error_message_holder {
  font-weight: bold;
  font-size: 13px;
  float: left;
}
.trex-dynamic_error_message_icon {
  margin-right: 8px;
}
.trex-dynamic_error_message_icon > svg {
  width: 1rem;
  height: 1rem;
  stroke: #e70641;
  vertical-align: top;
}
.trex-dynamic_error_message {
  font-size: .8125rem;
  color: #e70641;
}
.trex-error_text_bold {
  font-weight: bold;
  word-break: break-word;
}
.trex-block_caption {
  word-break: break-word;
  font-size: 14px;
}
.trex-block_secondary_caption {
  font-size: .75em;
  font-weight: 300;
  margin-left: 5px;
}
.datePickerFrame[style] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  border: 1px solid #000;
  background-color: rgba(100, 100, 100, 0.4);
  text-align: justify;
  font-size: 12px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5000;
}
.datePickerTable {
  position: absolute;
  background-color: #61bbe4;
  text-align: center;
  overflow: auto;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 10px 10px 5px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 10px 10px 5px 0 rgba(50, 50, 50, 0.3);
  -ms-box-shadow: 10px 10px 5px 0 rgba(50, 50, 50, 0.3);
  -o-box-shadow: 10px 10px 5px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 10px 10px 5px 0 rgba(50, 50, 50, 0.3);
  border: 8px solid #61bbe4;
}
.datePickerHeader {
  border: 1px solid #61bbe4;
  background-color: #0078be;
  padding: 5px;
  margin-bottom: 7px;
}
.datePickerHeader a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.datePickerTable a.nonclickable {
  color: #999;
}
.datePickerHeader table {
  width: 100%;
}
.datePickerHeader > table > tbody > tr > td > .button {
  display: block;
  color: transparent;
  font-size: 12px;
  padding: 3px 10px;
  position: relative;
  line-height: 18px;
}
.datePickerHeader > table > tbody > tr > td > .button:after {
  font-family: 'Material Design Iconic Font';
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  left: 4px;
  top: 3px;
}
.datePickerHeader > table > tbody > tr > td:nth-child(1) > .button:after {
  content: '\f29b';
}
.datePickerHeader > table > tbody > tr > td:nth-child(2) > .button:after {
  content: '\f29c';
}
.datePickerHeader > table > tbody > tr > td:nth-child(4) > .button:after {
  content: '\f29a';
  top: 3px;
}
.datePickerTable > tbody > tr > td > a {
  min-width: 38px;
  height: 28px;
  display: block;
  margin: 1px;
  background-color: #fafafa;
  padding: 6px 0 0 0;
  color: #444;
  text-decoration: none;
}
.datePickerTable > tbody > tr > td > a.nonselectable {
  color: #aaa;
  background-color: #eaeaea;
}
.datePickerTable > tbody > tr > td > a:active {
  background-color: #4ecdc4;
  border: 2px solid #fff;
}
.datePickerTable > tbody > tr:nth-child(2) {
  background-color: #61bbe4;
}
.datePickerTable > tbody > tr:nth-child(2) > td > a {
  height: 18px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #61bbe4;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.datePickerTable > tbody > tr > td > a.selecteddate {
  color: #000;
  font-weight: bold;
  position: relative;
}
.datePickerTable > tbody > tr > td > a.selecteddate:after {
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  font-weight: normal;
  color: #4ecdc4;
  content: '\f2e3';
  position: absolute;
  left: 4px;
  top: -7px;
}
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.trex-block_info_text_button {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 0 none;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0 0 6px;
  padding: 0;
  overflow: visible;
  outline-offset: 1px;
}
.trex-block_info_text_button:after {
  font-family: 'Material Design Iconic Font';
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  content: '\f039';
  color: #b7b7b7;
}
.trex-block_info_text_button:focus:after,
.trex-block_info_text_button:hover:after {
  color: #828282;
}
.trex-block_info_wrapper {
  display: flex;
  flex: 1 1 auto;
  background-color: #fff1cb;
  font-size: 12px;
  text-align: left;
  border: 2px solid #ffba00;
  margin: .2rem 0 .5rem 0;
}
.trex-block_info_text_button[aria-expanded=false] + .trex-block_info_wrapper {
  margin: 0;
  border: 0 none;
}
.trex-block_info_wrapper > .trex-block_info_content {
  display: flex;
  flex: 1 1 auto;
  padding: 16px;
}
.trex-block_info_text_button[aria-expanded=false] + .trex-block_info_wrapper > .trex-block_info_content {
  display: none;
}
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.file-upload-display-container {
  text-align: center;
  border: 3px solid #888;
  width: 100%;
  background-color: #ddd;
}
.trex-info_page_button_container {
  float: left;
  width: 100%;
}
.trex-info_page_button_container .trex-block_w_full > .trex-block_w_full {
  margin: 0;
  float: left;
  width: 100%;
}
.trex-info_page_button_container .trex-submit_button {
  width: 100%;
  text-align: right;
}
.trex-info_page_button_container .trex-submit_button:after {
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  content: '\f29c';
}
.trex-time_field_hh_mm select {
  float: left;
  width: 50%;
  text-align: center;
}
.trex-file_upload_component {
  box-sizing: border-box;
  border-top: 0;
  font-size: 12px;
  width: 100%;
}
.trex-file_upload_component *,
.trex-file_upload_component *:before,
.trex-file_upload_component *:after {
  box-sizing: inherit;
}
.trex-file_upload_header {
  border-top: 2px solid rgba(50, 50, 50, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;
}
.trex-file_upload_section {
  position: relative;
  padding: 0;
  min-height: 35px;
}
.trex-file_upload_doctype_table {
  margin: 0;
  padding: 0;
  border: 0 none;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.trex-file_upload_doctype_table > tbody > tr {
  width: 100%;
  padding: 0;
  margin: 0;
}
.trex-file_upload_doctype_table > tbody > tr:first-child {
  border-top: 2px solid rgba(50, 50, 50, 0.3);
}
.trex-file_upload_doctype_table > tbody > tr:last-child {
  border-bottom: 0 none;
}
.trex-file_upload_doctype_table > tbody > tr > td {
  height: 40px;
  padding: 10px 18px;
  margin: 0;
}
.trex-file_upload_doctype_table > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.trex-file_upload_doctype_table > tbody > tr:last-child,
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_error,
.trex-file_upload_doctype_table > tbody > tr:nth-last-child(2).trex-file_upload_file_added,
.trex-file_upload_doctype_table > tbody > tr:nth-last-child(2).trex-file_upload_file_uploading,
.trex-file_upload_doctype_table > tbody > tr:nth-last-child(2).trex-file_upload_file_uploaded {
  border-bottom: 0 none;
}
.trex-file_upload_file_name {
  width: 70%;
  word-break: break-word;
  overflow-wrap: break-word;
}
.trex-file_upload_file_size {
  width: 20%;
  text-align: right;
  white-space: nowrap;
}
.trex-file_upload_doctype_table > tbody > .trex-file_upload_file_error_message > td {
  color: #f00;
  font-size: 12px;
  line-height: 0;
  height: 0;
  padding: 0 18px;
  overflow-y: hidden;
  transition: all .2s ease;
}
tr.trex-file_upload_file_error + tr.trex-file_upload_file_error_message {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.trex-file_upload_doctype_table > tbody > tr:last-child.trex-file_upload_file_error_message {
  border-bottom: 0 none;
}
tr.trex-file_upload_file_error + tr.trex-file_upload_file_error_message > td {
  padding: 0 18px 2px 18px;
  line-height: 14px;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status {
  position: relative;
  width: 10%;
  min-width: 60px;
  padding-left: 0;
  padding-right: 5px;
  color: #777;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > span.trex-file_upload_status {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > span.trex-file_upload_status > i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  font-style: normal;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > span.trex-file_upload_status > i:after {
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  content: '\f046';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: normal;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > button.trex-file_upload_button {
  position: absolute;
  right: 10px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  color: #80cbc4;
  border: 0 none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: normal;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > button.trex-file_upload_button > i {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  font-style: normal;
}
.trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > button.trex-file_upload_button > i:after {
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  content: '\f112';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: normal;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploading > .trex-file_upload_file_status > span.trex-file_upload_status > i:after {
  content: '\f2c0';
  animation: spin-clockwise 0.6s linear infinite;
  -webkit-animation: spin-clockwise 0.6s linear infinite;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploading > .trex-file_upload_file_status > button.trex-file_upload_button > i {
  color: #e57373;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploading > .trex-file_upload_file_status > button.trex-file_upload_button > i:after {
  content: '\f2ab';
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_deleting > .trex-file_upload_file_status > span.trex-file_upload_status > i:after {
  content: '\f2c0';
  animation: spin-clockwise 0.6s linear infinite;
  -webkit-animation: spin-clockwise 0.6s linear infinite;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_deleting > .trex-file_upload_file_status > button.trex-file_upload_button > i {
  color: #777;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_deleting > .trex-file_upload_file_status > button.trex-file_upload_button > i:after {
  content: '\f2ab';
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploaded > .trex-file_upload_file_status > span.trex-file_upload_status > i {
  color: #80cbc4;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploaded > .trex-file_upload_file_status > span.trex-file_upload_status > i:after {
  content: '\f299';
  font-weight: bold;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploaded > .trex-file_upload_file_status > button.trex-file_upload_button {
  background-color: transparent;
  border: 0 none;
}
.trex-file_upload_doctype_table > tbody > tr.trex-file_upload_file_uploaded > .trex-file_upload_file_status > button.trex-file_upload_button > i:after {
  content: '\f293';
}
.trex-file_upload_section ul li:last-child {
  border-bottom: 2px solid rgba(50, 50, 50, 0.3);
}
.trex-file_upload_section_top {
  border-bottom: 0 none;
  padding: 0;
  height: 45px;
  display: table;
  width: 100%;
}
.trex-file_upload_header_doctype,
.trex-file_upload_header_extention,
.trex-file_upload_header_minmax,
.trex-file_upload_header_button {
  font-size: 10px;
  display: table-cell;
  vertical-align: middle;
  background-color: #f8f8f8;
  color: #555;
  padding-top: 3px;
}
.trex-file_upload_header_doctype {
  padding-left: 16px;
}
.trex-file_upload_section_doctype,
.trex-file_upload_section_extension,
.trex-file_upload_section_minmax,
.trex-file_upload_section_button {
  height: 45px;
  display: table-cell;
  background-color: #f8f8f8;
  color: #555;
  vertical-align: top;
}
.trex-file_upload_header_doctype,
.trex-file_upload_section_doctype {
  width: auto;
}
.trex-file_upload_header_extention,
.trex-file_upload_section_extension {
  width: 30%;
}
.hide_fileext .trex-file_upload_header_extention,
.hide_fileext .trex-file_upload_section_extension {
  display: none;
}
.trex-file_upload_header_minmax,
.trex-file_upload_section_minmax {
  width: 15%;
}
.hide_maxcount .trex-file_upload_header_minmax,
.hide_maxcount .trex-file_upload_section_minmax {
  display: none;
}
.trex-file_upload_header_button,
.trex-file_upload_section_button {
  position: relative;
  width: 20%;
  min-width: 85px;
}
.trex-file_upload_section_doctype .mandatory {
  display: table-cell;
  vertical-align: middle;
  color: #f00;
  width: 16px;
  padding: 0 3px 0 8px;
  font-weight: bold;
  height: 45px;
}
.trex-file_upload_section_doctype .caption {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  height: 45px;
  color: #000;
}
.trex-file_upload_section_extension > span {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  font-size: 10px;
  padding: 0 3px;
}
.trex-file_upload_section_minmax > span {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  font-size: 10px;
  padding: 0 3px;
}
.trex-file_upload_section_button > span {
  position: absolute;
  top: 6px;
  right: 3px;
  padding: 0;
  height: 45px;
}
.trex-file_upload_section_button > span > button {
  border: 0 none;
  background-color: #80cbc4;
  height: 32px;
  color: white;
  width: 100%;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 12px;
  transition-property: background-color, color;
  transition-duration: .3s;
  transition-timing-function: ease;
  white-space: nowrap;
}
.trex-file_upload_section_button > span > button > i {
  width: 16px;
  height: 11px;
  position: relative;
  display: inline-block;
  font-style: normal;
  color: #fff;
}
.trex-file_upload_section_button > span > button > i:after {
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  content: '\f168';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
.trex-file_upload_section_button > span > label,
.trex-file_upload_section_button > span > label > input {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.trex-file_upload_section_button > span > label > input:focus {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.trex-file_upload_footer {
  position: relative;
  background-color: #f8f8f8;
  color: #555;
  height: 45px;
  border-top: 2px solid rgba(50, 50, 50, 0.3);
}
.trex-file_upload_footer.auto-upload {
  height: 0;
}
.trex-file_upload_footer > span {
  position: absolute;
  right: 0;
  padding: 4px 3px 0 0;
  height: 40px;
}
.trex-file_upload_footer_button {
  border: 0 none;
  background-color: #4fc3f7;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 5px 12px;
  height: 34px;
}
.trex-file_upload_footer_button > i {
  width: 16px;
  height: 11px;
  position: relative;
  display: inline-block;
  font-style: normal;
  color: #fff;
}
.trex-file_upload_footer_button > i:after {
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  content: '\f197';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
@media only screen and (max-width: 400px) {
  .trex-file_upload_file_size {
    width: 20%;
    text-align: right;
    white-space: nowrap;
  }
  .trex-cb_label {
    word-break: break-word;
  }
  .trex-block_w_full,
  .trex-block_w_1o2,
  .trex-block_w_1o3,
  .trex-block_w_2o3,
  .trex-block_w_1o4,
  .trex-block_w_3o4,
  .trex-block_w_1o6,
  .trex-block_w_5o6,
  .trex-block_w_1o8,
  .trex-block_w_3o8,
  .trex-block_w_5o8,
  .trex-block_w_7o8 {
    margin-left: 0px;
  }
  .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > button.trex-file_upload_button {
    right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .trex-file_upload_header_doctype {
    padding-left: 8px;
    padding-right: 8px;
  }
  .trex-file_upload_header_doctype span,
  .trex-file_upload_header_extention span,
  .trex-file_upload_header_minmax span,
  .trex-file_upload_section_extension span,
  .trex-file_upload_section_minmax span {
    font-size: xx-small;
  }
  .trex-file_upload_section_doctype .caption {
    padding: 0 0px;
  }
  .trex-file_upload_section_doctype .mandatory {
    padding: 2px;
  }
  .trex-file_upload_section_button {
    width: 10px;
  }
  .trex-file_upload_file_name {
    word-break: break-word;
    overflow-wrap: break-word;
    text-decoration: none;
  }
  .trex-file_upload_doctype_table > tbody > tr > td {
    height: 40px;
    padding: 6px 5px;
    margin-top: 6px;
    position: relative;
  }
  .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status {
    width: 15%;
    padding-left: 0;
    padding-right: 0;
    color: #777;
  }
  .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > span.trex-file_upload_status {
    width: 20px;
    height: 20px;
    display: inline-block;
    bottom: 16px;
  }
  .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > span.trex-file_upload_status > i {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-style: normal;
  }
  .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status > span.trex-file_upload_status > i:after {
    font: normal normal normal 14px/1 'Material Design Iconic Font';
    content: '\f046';
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1024px) {
  .trex-file_upload_file_name {
    word-break: break-word;
    overflow-wrap: break-word;
    text-decoration: none;
  }
}
.trex-field_image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@keyframes fold-out {
  to {
    transform: scaleY(1);
  }
}
@-webkit-keyframes fold-out {
  to {
    -webkit-transform: scaleY(1);
  }
}
@keyframes spin-clockwise {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-clockwise {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.trex-preview-form_page_content .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_name {
  width: 80%;
}
.trex-preview-form_page_content .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_size {
  width: 20%;
  white-space: nowrap;
}
.trex-preview-form_page_content .trex-file_upload_doctype_table > tbody > tr > .trex-file_upload_file_status {
  width: 0;
}
.file_drag_hover .trex-file_upload_section {
  position: relative;
}
.file_drag_hover .trex-file_upload_section_extension,
.file_drag_hover .trex-file_upload_section_minmax {
  color: transparent;
}
.file_drag_hover .trex-file_upload_section_button {
  position: static;
}
.file_drag_hover .trex-file_upload_section_button > span {
  padding: 0;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
}
.file_drag_hover .trex-file_upload_section_button > span > button {
  background-color: rgba(128, 203, 196, 0.3);
  border: 2px dashed #80cbc4;
  color: #555;
  height: 100%;
}
.file_drag_hover .trex-file_upload_section_button > span > button.file_drag_hovering {
  background-color: rgba(128, 203, 196, 0.8);
}
.file_drag_hover .trex-file_upload_section_button > span > button > i {
  color: #555;
}
.file_drag_hover .trex-file_upload_section_button > span > input {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
}
.trex-disabled .trex-file_upload_section_button > span > button {
  background-color: rgba(50, 50, 50, 0.3);
  color: #808080;
}
.trex-disabled .trex-file_upload_section_button > span > button > i {
  color: #808080;
}
.trex-disabled .trex-file_upload_footer_button {
  background-color: #ccc;
  color: #808080;
}
.trex-disabled .trex-file_upload_footer_button > i {
  color: #808080;
}
.trex-incompatibility_warning {
  text-align: center;
  background-color: #fee;
  color: red;
  padding: 20px;
  margin: 10px 0 0;
  border: 5px solid #f00;
}
.trex-incompatibility_warning.trex-disabled {
  border-color: rgba(50, 50, 50, 0.3);
  background-color: #eee;
}
.like_dislike {
  position: relative;
}
.trex-like_dislike input {
  -webkit-appearance: none;
  -moz-appearance: none !important;
  position: absolute;
  left: -99999px;
  height: 0;
  width: 0;
  z-index: -100;
  overflow: hidden;
}
.trex-like_dislike label {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  background-color: #e0e0e0;
  border: 3px solid #e0e0e0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.trex-like_dislike label.trex-thumbs_up,
.trex-like_dislike label.trex-thumbs_down {
  margin-left: 5px;
  float: left;
}
.trex-like_dislike .trex-thumbs_down:before {
  content: '';
  background: url(thumb_down.svg) no-repeat center center;
  position: absolute;
  left: 5px;
  top: 7px;
  height: 24px;
  width: 24px;
}
.trex-like_dislike .trex-thumbs_up:before {
  content: '';
  background: url(thumb_up.svg) no-repeat center center;
  position: absolute;
  left: 5px;
  top: 4px;
  height: 24px;
  width: 24px;
}
.trex-like_dislike_icon_text label {
  min-width: 80px;
}
div.trex-like_dislike_no_icons {
  height: 0;
  margin: 0;
}
.trex-like_dislike_icon_slide_before:before {
  content: url(https://www.materialui.co/materialIcons/social/mood_bad_black_24x24.png);
  padding: 5px;
  float: left;
  clear: left;
}
.trex-like_dislike_icon_slide_after:before {
  content: url(https://www.materialui.co/materialIcons/social/mood_black_24x24.png);
  padding: 5px;
  float: left;
}
.trex-like_dislike_slide {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  width: 30%;
  float: left;
}
.trex-like_dislike input:checked + label.trex-thumbs_up {
  border: 3px solid #66bb6a;
}
.trex-like_dislike input:checked + label.trex-thumbs_down {
  border: 3px solid #ef5350;
}
.skiptranslate.goog-te-gadget {
  font-family: 'arial', sans-serif;
  font-size: 11px;
}
.trex-translator_plugin {
  background-color: #fff;
  width: 100%;
  height: 20px;
  text-align: center;
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-translator_plugin .goog-te-gadget {
  height: 20px;
}
.trex-translator_plugin .goog-te-gadget > div {
  display: inline-block;
}
.trex-translator_plugin .goog-te-gadget select {
  background-color: transparent;
  display: inline-block;
  height: 20px;
  padding: 0;
  margin: 0 10px 0 0;
  border: 0;
  color: #595959;
}
.trex-translator_plugin .goog-logo-link {
  color: #888;
}
/* --- Start of LST map --- */
.trex-field .kartapi-map .kartapi-main .kartapi-main-container {
  flex-direction: column;
}
.trex-field .kartapi-map .kartapi-main {
  display: flex;
  position: relative;
  clear: both;
  max-height: 100%;
}
.trex-field .kartapi-map .kartapi-main .kartapi-main-container .kartapi-map {
  display: flex;
}
.trex-field .kartapi-map .kartapi-main-container > .kartapi-side.right {
  border: 1px solid #cccccc;
  max-height: 200px;
  min-height: 65px;
  display: flex;
  min-width: 100%;
}
.trex-field .kartapi-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  width: 34px;
  z-index: 20;
}
.trex-field .kartapi-panel-header > ul > li {
  height: 34px;
  width: 34px;
}
.trex-field .kartapi-map .kartapi-main-container > .kartapi-side.right > .kartapi-panel {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.date-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}
.date-info {
  margin: 0.5rem 0;
}
/* --- End of LST map --- */
@media only screen and (min-width: 400px) {
  .trex-bottom-nav-left-inner-wrapper,
  .trex-bottom-nav-right-inner-wrapper,
  .trex-form_navigate_buttons_prev_page_container,
  .trex-form_navigate_buttons_next_page_container,
  .trex-form_navigate_buttons_save_button_container,
  .trex-button_cancel_form_class,
  .trex-button_goto_prev_form_page_class,
  .trex-button_goto_next_form_page_class- {
    width: auto;
    display: flex;
  }
  .trex-button_goto_prev_form_page_class {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 640px) {
  div[id^="caption_row_"] {
    display: block;
  }
  .trex-instance_table_block_caption {
    display: none;
  }
  .trex-block_w_1o2 {
    width: 50%;
    float: left;
  }
  .trex-block_w_1o3 {
    width: 33.33%;
    float: left;
  }
  .trex-block_w_2o3 {
    width: 66.66%;
    float: left;
  }
  .trex-block_w_1o4 {
    width: 25%;
    float: left;
  }
  .trex-block_w_3o4 {
    width: 75%;
    float: left;
  }
  .trex-block_w_1o6 {
    width: 16.66%;
    float: left;
  }
  .trex-block_w_5o6 {
    width: 83.33%;
    float: left;
  }
  .trex-block_w_1o8 {
    width: 12.5%;
    float: left;
  }
  .trex-block_w_3o8 {
    width: 37.5%;
    float: left;
  }
  .trex-block_w_5o8 {
    width: 62.5%;
    float: left;
  }
  .trex-block_w_7o8 {
    width: 87.5%;
    float: left;
  }
  .trex-form_navigate_buttons_left_container {
    width: auto;
  }
  .trex-form_navigate_buttons_right_container {
    margin-top: 20px;
  }
  .trex-button_cancel_form_class,
  .trex-button_goto_prev_form_page_class,
  .trex-button_goto_next_form_page_class {
    width: auto;
  }
  .trex-rb_cb_label_w_full {
    width: 95%;
  }
}
@media only screen and (min-width: 1024px) {
  .trex-form_wrapper_middle {
    max-width: 1000px;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.trex-instance_base {
  background-color: #f8f8f8;
  float: left;
  margin: 16px 0;
}
fieldset.instance_handler_wrapper {
  margin: 0 0 1rem 0;
  padding: 0;
}
.trex-main_instance_header {
  padding: 16px;
  float: left;
  width: 100%;
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-main_instance_header_caption {
  margin: 0;
  font-size: 18px;
  float: left;
  color: #0078be;
}
.trex-instance_header {
  margin: 0 0 0 0;
  padding: 6px 2px 2px 16px;
  float: left;
  width: 100%;
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-instance_header_caption {
  margin: 0;
  font-size: 15px;
  float: left;
  color: #222;
  line-height: 30px;
}
.trex-single_instance_container {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
fieldset.trex-single_instance_container {
  padding-top: 0;
  margin-bottom: 1rem;
}
fieldset.trex-single_instance_container:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.trex-instance_header_minimize_button_right {
  float: right;
  background-color: transparent;
  border: 0 none;
  font-size: 12px;
}
.inst_minimized .trex-instance_header_minimize_button_right:after {
  content: '\00a0' '\f0fd';
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  vertical-align: middle;
  color: rgba(50, 50, 50, 0.3);
}
.inst_maximized .trex-instance_header_minimize_button_right:after {
  content: '\00a0' '\f112';
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  vertical-align: middle;
  color: rgba(50, 50, 50, 0.3);
}
.trex-main_instance_header > .trex-instance_header_minimize_button_right {
  display: none;
}
.trex-instance_header_minimize_button_left {
  float: left;
  border: 0 none;
}
.trex-main_instance_header > .trex-instance_header_minimize_button_left {
  display: none;
}
.trex-instance_child_container {
  float: left;
  width: 100%;
  padding: 16px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.trex-instance_footer {
  margin: 0;
  padding: 2px 2px 6px 16px;
  float: left;
  min-height: 35px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
}
.inst_minimized .trex-instance_footer {
  display: none;
}
.trex-instance_footer_delete_button {
  float: right;
  background-color: transparent;
  border: 0 none;
  font-size: 12px;
}
.trex-instance_footer_delete_button:after {
  content: '\f293';
  padding-left: 5px;
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  vertical-align: middle;
  color: #d17474;
}
.trex-instance_base .trex-main_instance_footer {
  padding: 16px;
  float: left;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-instance_base .trex-main_instance_footer_caption {
  font-size: 16px;
  color: #000;
}
.trex-instance_base .trex-main_instance_footer_add_button {
  display: block;
  background-color: transparent;
  color: #222;
  border: 0 none;
  margin: 0 auto;
}
.trex-instance_base .trex-main_instance_footer_add_button:after {
  content: '\f0fe';
  padding-left: 5px;
  font-family: 'Material Design Iconic Font';
  font-size: 25px;
  vertical-align: middle;
}
.trex-table_instance_base {
  float: left;
  width: 100%;
}
.trex-table_instance_base.main_inst_maximized {
  background-color: #f8f8f8;
}
fieldset.trex-table_instance_base {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  margin: .5em 0 0 0;
  padding-right: .65em;
  padding-bottom: .8em;
  padding-left: .65em;
}
.trex-table_instance_custom_indentation {
  margin-left: 4em;
  font-size: 14.5px;
}
.trex-table_instance_base .trex-main_instance_header {
  margin: 0 0 30px 0;
  background-color: #f8f8f8;
  float: left;
  width: 100%;
}
.trex-table_instance_base .trex-instance_header_caption {
  color: #0078be;
  font-size: 18px;
}
fieldset.trex-table_instance_base .trex-main_instance_header {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ccc;
}
fieldset.trex-table_instance_base .trex-fieldset_w_full .main_inst_maximized {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  margin-left: 0;
  margin-top: .5em;
  padding-bottom: .8em;
}
.inst_minimized .trex-table_instance_footer,
.inst_minimized .trex_upper_margin_caption {
  display: none;
}
.trex-table_instance_footer,
.trex_upper_margin_caption {
  min-height: 35px;
  margin: 0;
  padding: 2px 2px 2px 16px;
  width: 100%;
  float: left;
}
.trex-table_instance_footer_delete_button {
  float: right;
  background-color: transparent;
  border: 0 none;
  font-size: 12px;
}
.trex-table_instance_footer_delete_button:after {
  content: '\f293';
  padding-left: 5px;
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
  vertical-align: middle;
  color: #d17474;
}
.trex-table_instance_base .trex-instance_header_minimize_button_right {
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  border: 0;
  padding: 8px;
  margin-top: 2px;
}
.trex-table_instance_base .trex-instance_header_minimize_button_left {
  float: left;
  margin-right: .5em;
  margin-top: .1em;
}
.trex-table_instance_base .trex-main_instance_footer {
  padding-top: 16px;
  background-color: #f8f8f8;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-main_instance_footer .trex-instance_footer_container {
  float: left;
}
.trex-footer_add_button {
  display: block;
  background-color: transparent;
  color: #000;
  border: 0 none;
  margin: 0 auto;
}
.trex-footer_add_button:after {
  content: '\f0fe';
  padding-left: 5px;
  font-family: 'Material Design Iconic Font';
  font-size: 25px;
  vertical-align: middle;
}
.trex-table_instance_base .trex-single_instance_container {
  border: 0 none;
  float: left;
  width: 100%;
  margin-top: 0;
}
.trex-table_instance_base .trex-single_instance_container:last-of-type {
  -webkit-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -12px 4px -10px rgba(0, 0, 0, 0.1);
}
.trex-table_instance_base .trex-instance_child_container {
  float: left;
  width: 100%;
  clear: left;
}
.trex-table_instance_base .trex-instance_child_container:nth-child(4) {
  padding: 10px 0 0 0;
  -webkit-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 4px -10px rgba(0, 0, 0, 0.1);
  border: 0 none;
}
.trex-instance_table_summary_label_block {
  padding: 5px 0 0 0;
  text-align: left;
}
.trex-table_instance_base .trex-summary_label {
  font-size: .75em;
  font-weight: bold;
  margin: .3em 0 0;
  padding: 0;
}
.trex-instance_table_summary_field_block {
  padding: 10px 0 0 0;
  color: #000;
  text-align: left;
}
fieldset.trex-table_instance_base.main_inst_minimized .trex-main_instance_footer {
  border-width: 0 0 1px 0;
}
fieldset.trex-table_instance_base.main_inst_maximized .trex-main_instance_footer {
  border-width: 1px 0 1px 0;
}
fieldset.trex-table_instance_base .trex-instance_child_container {
  border-width: 0;
}
@media only screen and (min-width: 640px) {
  .trex-table_instance_base .trex-main_instance_header {
    margin: 0;
  }
  .trex-instance_table_summary_label_block {
    background-color: transparent;
    padding: 45px 0 0 0;
    text-align: right;
  }
  .trex-table_instance_footer,
  .trex_upper_margin_caption {
    margin: 0;
  }
}
.trex-container_disabled .trex-main_instance_header_caption,
.trex-container_disabled .trex-main_instance_footer_add_button,
.trex-container_disabled .trex-block_mandatory,
.trex-container_disabled .trex-block_caption {
  color: #999999;
}
.trex-instance_base.trex-container_disabled {
  background-color: #c8c8c8;
}
.trex-container_disabled .trex-instance_header,
.trex-container_disabled .trex-instance_footer {
  background-color: #9e9c98;
}
.trex-container_disabled input,
.trex-container_disabled select,
.trex-container_disabled textarea {
  color: #999999;
  background-color: #dcdcdc;
}
input.trex-disabled,
select.trex-disabled,
textarea.trex-disabled,
input[disabled],
select[disabled],
textarea[disabled] {
  color: #999999;
  border-color: rgba(50, 50, 50, 0.13);
  background-color: rgba(0, 0, 0, 0.04);
}
.trex-block_mandatory.trex-disabled,
.trex-block_caption.trex-disabled {
  color: #999999;
}
.leaflet-container {
  border-radius: 3px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
}
.leaflet-google-layer.leaflet-top,
.leaflet-google-layer.leaflet-bottom {
  z-index: 0;
}
div.trex-field.trex-field_fluid_half,
div.trex-field.trex-field_fluid_full {
  margin-left: 0;
  float: left;
}
div.trex-field.trex-field_fluid_full {
  width: 100%;
}
div.trex-field.trex-field_fluid_half {
  width: 50%;
}
div.trex-field.trex-field_fluid_full > div,
div.trex-field.trex-field_fluid_half > div {
  padding-left: .8em;
  padding-right: 1em;
}
div.trex-field.trex-field_fluid_full > div > div > input.trex-field,
div.trex-field.trex-field_fluid_half > div > div > input.trex-field {
  width: 100%;
}
textarea:read-only,
input[type="color"]:read-only,
input[type="date"]:read-only,
input[type="datetime-local"]:read-only,
input[type="email"]:read-only,
input[type="hidden"]:read-only,
input[type="image"]:read-only,
input[type="month"]:read-only,
input[type="number"]:read-only,
input[type="password"]:read-only,
input[type="range"]:read-only,
input[type="search"]:read-only,
input[type="tel"]:read-only,
input[type="text"]:read-only,
input[type="time"]:read-only,
input[type="url"]:read-only,
input[type="week"]:read-only {
  cursor: not-allowed;
  opacity: .8;
}
.trex-hidden {
  display: none !important;
}
.dialog-content.trex-above_page_disable {
  z-index: 1001;
}
a {
  color: #000d72;
}
.htmlpane div.trex-block-designer-dad_guide {
  height: 60px;
  border-color: #aaa;
}
.htmlpane div.trex-block-designer-dad_guide > .trex-block_caption {
  color: #555;
}
.trex-mc-block_group > .trex-block_w_full > .trex-field_w_full:first-child {
  background-color: rgba(0, 0, 0, 0.1);
}
.trex-mc-block_group > .trex-block_w_full > .trex-field_w_full:first-child > div,
.trex-mc-block_group > .trex-block_w_full > .trex-field_w_full:first-child img {
  display: block;
  max-width: 640px;
  max-height: 640px;
  margin-left: auto;
  margin-right: auto;
}
.trex-mc-block_group > .trex-block_w_full > .trex-field_w_full:first-child > div.arcgis,
.trex-mc-block_group > .trex-block_w_full > .trex-field_w_full:first-child img.arcgis {
  max-width: none;
}
.integrations_cursor_progress {
  cursor: progress !important;
}
input[type='text'].trex-text_autocomplete {
  background: url(icon-arrow-autocomplete.png) no-repeat right center;
}
* html input[type='text'].trex-text_autocomplete {
  height: 100px;
}
input[type='text'].ui-autocomplete-loading {
  background: url('ajax-loader.gif') no-repeat right center;
}
.trex_comprima_paging {
  height: 30px;
  vertical-align: top;
}
.trex_comprima_paging .paging_dec {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
}
.trex_comprima_paging .paging_dec:after {
  content: '\f29b';
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
}
.trex_comprima_paging .paging_num {
  display: inline-block;
  padding: 6px 20px 0 20px;
  font-size: 13px;
  vertical-align: top;
}
.trex_comprima_paging .paging_inc {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
}
.trex_comprima_paging .paging_inc:after {
  content: '\f29c';
  font-family: 'Material Design Iconic Font';
  font-size: 30px;
}
.dialog[aria-hidden='true'] {
  display: none;
}
.dialog-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dialog-content {
  background-color: #f0f2f5;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 1em;
  max-width: 90%;
  width: 600px;
  box-shadow: 0px 15px 40px #163e5933;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
.dialog h1 {
  margin: 0;
  font-size: 1.25em;
}
.trex_dialog_button {
  border: 0 none;
  background-color: #0078be;
  text-indent: 0;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 100px;
}
#trex-nets_error_holder,
#nets_easy_error_holder_bottom {
  color: red;
  margin: 19px;
  font-weight: bold;
}
[data-no-arrow="true"] + .trex-text_autocomplete_arrow {
  display: none;
}
.ui-autocomplete .ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: unset !important;
}
.trex-tablefield_component .table-field-container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.trex-tablefield_component .table-field-container table caption.caption-left {
  text-align: left;
}
.trex-tablefield_component .table-field-container table thead,
.trex-tablefield_component .table-field-container table tbody {
  box-sizing: border-box;
}
.trex-tablefield_component .table-field-container table td {
  padding: 1px;
  border: 2px solid #ccc;
}
.trex-tablefield_component .table-field-container table td input {
  border: 0px solid rgba(50, 50, 50, 0.3);
}
.trex-tablefield_component .table-field-container table td.cell-error input {
  outline: 1px solid #e70641;
}
.trex-tablefield_component .table-field-container table td.cell-error input:focus {
  outline: 3px solid #0078be9e;
}
.trex-tablefield_component .table-field-container table .table-field-remove-row-cell {
  padding-left: 4px;
}
.trex-tablefield_component .table-field-container table .table-row-cell th {
  padding-right: 8px;
}
.trex-tablefield_component .table-field-container table tr.table-row-header td:empty,
.trex-tablefield_component .table-field-container table td.table-field-remove-row-cell,
.trex-tablefield_component .table-field-container table tr.table-row-add td,
.trex-tablefield_component .table-field-container table tr.table-row-sum td:empty {
  border: none;
}
.trex-tablefield_component .table-field-container table tr.table-row-sum .sum-row-header {
  text-align: right;
  padding-right: 8px;
}
.trex-tablefield_component .table-field-container table tr.table-row-add td {
  padding: 8px 0;
}
.trex-tablefield_component .table-field-container table tr.table-row-add td .table-field-button-add {
  color: #0078be;
  width: 100%;
  background-color: white;
  border: 2px solid #ccc;
  font-size: larger;
  font-weight: bold;
}
.trex-tablefield_component .table-field-container table .table-field-button-remove {
  color: #0078be;
  background-color: white;
  border: 2px solid #ccc;
  font-size: larger;
  font-weight: bold;
  padding: 4px 8px;
}
.table-field-error-message {
  display: block;
}
.trex-pyjamas-simple_table .table-field-container.review,
.trex-paper_tbl_cell .table-field-container.review {
  margin-bottom: 8px;
}
.trex-pyjamas-simple_table .table-field-container.review table,
.trex-paper_tbl_cell .table-field-container.review table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.trex-pyjamas-simple_table .table-field-container.review table caption.caption-left,
.trex-paper_tbl_cell .table-field-container.review table caption.caption-left {
  text-align: left;
}
.trex-pyjamas-simple_table .table-field-container.review table td,
.trex-paper_tbl_cell .table-field-container.review table td {
  border: 1px solid lightgrey;
  text-align: center;
  padding: 4px 0;
}
.trex-pyjamas-simple_table .table-field-container.review table tr.table-row-header td:empty,
.trex-paper_tbl_cell .table-field-container.review table tr.table-row-header td:empty,
.trex-pyjamas-simple_table .table-field-container.review table td.empty,
.trex-paper_tbl_cell .table-field-container.review table td.empty {
  border: none;
}
.trex-pyjamas-simple_table .table-field-container.review table tr.table-row-cell th,
.trex-paper_tbl_cell .table-field-container.review table tr.table-row-cell th {
  word-break: keep-all;
}
.trex-pyjamas-simple_table .table-field-container.review table tr.table-row-sum th,
.trex-paper_tbl_cell .table-field-container.review table tr.table-row-sum th,
.trex-pyjamas-simple_table .table-field-container.review table tr.table-row-cell th,
.trex-paper_tbl_cell .table-field-container.review table tr.table-row-cell th {
  text-align: right;
  padding-right: 12px;
}
.trex-pyjamas-simple_table .table-field-container.review table th,
.trex-paper_tbl_cell .table-field-container.review table th,
.trex-pyjamas-simple_table .table-field-container.review table td,
.trex-paper_tbl_cell .table-field-container.review table td,
.trex-pyjamas-simple_table .table-field-container.review table span,
.trex-paper_tbl_cell .table-field-container.review table span,
.trex-pyjamas-simple_table .table-field-container.review table caption,
.trex-paper_tbl_cell .table-field-container.review table caption {
  font-size: 11px;
  line-height: 15px;
}
.trex-pyjamas-simple_table .table-field-container.review table .width-15,
.trex-paper_tbl_cell .table-field-container.review table .width-15 {
  width: 15%;
}
.trex-pyjamas-simple_table .table-field-container.review table .width-12,
.trex-paper_tbl_cell .table-field-container.review table .width-12 {
  width: 12%;
}
.trex-pyjamas-simple_table .table-field-container.review table .width-10,
.trex-paper_tbl_cell .table-field-container.review table .width-10 {
  width: 10%;
}
.table-field-mandatory-asterisk {
  float: unset;
  margin-right: 4px;
}
