/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/material-icons/iconfont/material-icons.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons.woff2') format("woff2"), url('material-icons.woff') format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-outlined.woff2') format("woff2"), url('material-icons-outlined.woff') format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-round.woff2') format("woff2"), url('material-icons-round.woff') format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-sharp.woff2') format("woff2"), url('material-icons-sharp.woff') format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-two-tone.woff2') format("woff2"), url('material-icons-two-tone.woff') format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.line-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-select-text {
  -webkit-user-select: text;
          user-select: text;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "AkkuratPro", sans-serif;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

*,
*:before,
*:after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

body {
  font-size: 10px;
  width: 100%;
}

.tochange {
  font-size: 4em;
}

a {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

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

article {
  padding: 0;
}

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

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

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 0.1em dotted;
}

strong {
  font-weight: bold;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  display: block;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.ir-stabilizer {
  position: relative;
  height: 100%;
  width: 100%;
}
.ir-stabilizer .ir-btn.photo-edit {
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 100;
  background-color: transparent;
}
.ir-stabilizer .ir-btn.photo-edit.left {
  right: 12em;
}
.ir-clearfix {
  clear: both;
  height: 0;
  overflow: hidden;
}
.ir-select {
  -webkit-user-select: text;
  -o-user-select: text;
  user-select: text;
  -webkit-touch-callout: text;
  -khtml-user-select: text;
}
.ir-scrollable {
  overflow-y: auto !important;
}
@media (max-width: 991px) {
  .ir-scrollable {
    overflow-x: hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0px);
    -webkit-perspective: 1000;
  }
}
.ir-ph1 {
  padding: 0 1em;
}
.ir-ph1.ir-pv1 {
  padding: 1em;
}
.ir-ph1.ir-pv2 {
  padding: 2em 1em;
}
.ir-ph1.ir-pv3 {
  padding: 3em 1em;
}
.ir-ph1.ir-pv4 {
  padding: 4em 1em;
}
.ir-ph1.ir-pv5 {
  padding: 5em 1em;
}
.ir-ph1.ir-pv6 {
  padding: 6em 1em;
}
.ir-ph1.ir-pv7 {
  padding: 7em 1em;
}
.ir-ph1.ir-pv8 {
  padding: 8em 1em;
}
.ir-ph1.ir-pv9 {
  padding: 9em 1em;
}
.ir-ph1.ir-pv10 {
  padding: 10em 1em;
}
.ir-ph1.ir-pv11 {
  padding: 11em 1em;
}
.ir-ph1.ir-pv12 {
  padding: 12em 1em;
}
.ir-ph1.ir-pv13 {
  padding: 13em 1em;
}
.ir-ph1.ir-pv14 {
  padding: 14em 1em;
}
.ir-ph1.ir-pv15 {
  padding: 15em 1em;
}
.ir-ph1.ir-pv16 {
  padding: 16em 1em;
}
.ir-ph1.ir-pv17 {
  padding: 17em 1em;
}
.ir-ph1.ir-pv18 {
  padding: 18em 1em;
}
.ir-ph1.ir-pv19 {
  padding: 19em 1em;
}
.ir-ph1.ir-pv20 {
  padding: 20em 1em;
}
.ir-pv1 {
  padding: 1em 0;
}
.ir-pl1 {
  padding-left: 1em;
}
.ir-pr1 {
  padding-right: 1em;
}
.ir-ph2 {
  padding: 0 2em;
}
.ir-ph2.ir-pv1 {
  padding: 1em 2em;
}
.ir-ph2.ir-pv2 {
  padding: 2em;
}
.ir-ph2.ir-pv3 {
  padding: 3em 2em;
}
.ir-ph2.ir-pv4 {
  padding: 4em 2em;
}
.ir-ph2.ir-pv5 {
  padding: 5em 2em;
}
.ir-ph2.ir-pv6 {
  padding: 6em 2em;
}
.ir-ph2.ir-pv7 {
  padding: 7em 2em;
}
.ir-ph2.ir-pv8 {
  padding: 8em 2em;
}
.ir-ph2.ir-pv9 {
  padding: 9em 2em;
}
.ir-ph2.ir-pv10 {
  padding: 10em 2em;
}
.ir-ph2.ir-pv11 {
  padding: 11em 2em;
}
.ir-ph2.ir-pv12 {
  padding: 12em 2em;
}
.ir-ph2.ir-pv13 {
  padding: 13em 2em;
}
.ir-ph2.ir-pv14 {
  padding: 14em 2em;
}
.ir-ph2.ir-pv15 {
  padding: 15em 2em;
}
.ir-ph2.ir-pv16 {
  padding: 16em 2em;
}
.ir-ph2.ir-pv17 {
  padding: 17em 2em;
}
.ir-ph2.ir-pv18 {
  padding: 18em 2em;
}
.ir-ph2.ir-pv19 {
  padding: 19em 2em;
}
.ir-ph2.ir-pv20 {
  padding: 20em 2em;
}
.ir-pv2 {
  padding: 2em 0;
}
.ir-pl2 {
  padding-left: 2em;
}
.ir-pr2 {
  padding-right: 2em;
}
.ir-ph3 {
  padding: 0 3em;
}
.ir-ph3.ir-pv1 {
  padding: 1em 3em;
}
.ir-ph3.ir-pv2 {
  padding: 2em 3em;
}
.ir-ph3.ir-pv3 {
  padding: 3em;
}
.ir-ph3.ir-pv4 {
  padding: 4em 3em;
}
.ir-ph3.ir-pv5 {
  padding: 5em 3em;
}
.ir-ph3.ir-pv6 {
  padding: 6em 3em;
}
.ir-ph3.ir-pv7 {
  padding: 7em 3em;
}
.ir-ph3.ir-pv8 {
  padding: 8em 3em;
}
.ir-ph3.ir-pv9 {
  padding: 9em 3em;
}
.ir-ph3.ir-pv10 {
  padding: 10em 3em;
}
.ir-ph3.ir-pv11 {
  padding: 11em 3em;
}
.ir-ph3.ir-pv12 {
  padding: 12em 3em;
}
.ir-ph3.ir-pv13 {
  padding: 13em 3em;
}
.ir-ph3.ir-pv14 {
  padding: 14em 3em;
}
.ir-ph3.ir-pv15 {
  padding: 15em 3em;
}
.ir-ph3.ir-pv16 {
  padding: 16em 3em;
}
.ir-ph3.ir-pv17 {
  padding: 17em 3em;
}
.ir-ph3.ir-pv18 {
  padding: 18em 3em;
}
.ir-ph3.ir-pv19 {
  padding: 19em 3em;
}
.ir-ph3.ir-pv20 {
  padding: 20em 3em;
}
.ir-pv3 {
  padding: 3em 0;
}
.ir-pl3 {
  padding-left: 3em;
}
.ir-pr3 {
  padding-right: 3em;
}
.ir-ph4 {
  padding: 0 4em;
}
.ir-ph4.ir-pv1 {
  padding: 1em 4em;
}
.ir-ph4.ir-pv2 {
  padding: 2em 4em;
}
.ir-ph4.ir-pv3 {
  padding: 3em 4em;
}
.ir-ph4.ir-pv4 {
  padding: 4em;
}
.ir-ph4.ir-pv5 {
  padding: 5em 4em;
}
.ir-ph4.ir-pv6 {
  padding: 6em 4em;
}
.ir-ph4.ir-pv7 {
  padding: 7em 4em;
}
.ir-ph4.ir-pv8 {
  padding: 8em 4em;
}
.ir-ph4.ir-pv9 {
  padding: 9em 4em;
}
.ir-ph4.ir-pv10 {
  padding: 10em 4em;
}
.ir-ph4.ir-pv11 {
  padding: 11em 4em;
}
.ir-ph4.ir-pv12 {
  padding: 12em 4em;
}
.ir-ph4.ir-pv13 {
  padding: 13em 4em;
}
.ir-ph4.ir-pv14 {
  padding: 14em 4em;
}
.ir-ph4.ir-pv15 {
  padding: 15em 4em;
}
.ir-ph4.ir-pv16 {
  padding: 16em 4em;
}
.ir-ph4.ir-pv17 {
  padding: 17em 4em;
}
.ir-ph4.ir-pv18 {
  padding: 18em 4em;
}
.ir-ph4.ir-pv19 {
  padding: 19em 4em;
}
.ir-ph4.ir-pv20 {
  padding: 20em 4em;
}
.ir-pv4 {
  padding: 4em 0;
}
.ir-pl4 {
  padding-left: 4em;
}
.ir-pr4 {
  padding-right: 4em;
}
.ir-ph5 {
  padding: 0 5em;
}
.ir-ph5.ir-pv1 {
  padding: 1em 5em;
}
.ir-ph5.ir-pv2 {
  padding: 2em 5em;
}
.ir-ph5.ir-pv3 {
  padding: 3em 5em;
}
.ir-ph5.ir-pv4 {
  padding: 4em 5em;
}
.ir-ph5.ir-pv5 {
  padding: 5em;
}
.ir-ph5.ir-pv6 {
  padding: 6em 5em;
}
.ir-ph5.ir-pv7 {
  padding: 7em 5em;
}
.ir-ph5.ir-pv8 {
  padding: 8em 5em;
}
.ir-ph5.ir-pv9 {
  padding: 9em 5em;
}
.ir-ph5.ir-pv10 {
  padding: 10em 5em;
}
.ir-ph5.ir-pv11 {
  padding: 11em 5em;
}
.ir-ph5.ir-pv12 {
  padding: 12em 5em;
}
.ir-ph5.ir-pv13 {
  padding: 13em 5em;
}
.ir-ph5.ir-pv14 {
  padding: 14em 5em;
}
.ir-ph5.ir-pv15 {
  padding: 15em 5em;
}
.ir-ph5.ir-pv16 {
  padding: 16em 5em;
}
.ir-ph5.ir-pv17 {
  padding: 17em 5em;
}
.ir-ph5.ir-pv18 {
  padding: 18em 5em;
}
.ir-ph5.ir-pv19 {
  padding: 19em 5em;
}
.ir-ph5.ir-pv20 {
  padding: 20em 5em;
}
.ir-pv5 {
  padding: 5em 0;
}
.ir-pl5 {
  padding-left: 5em;
}
.ir-pr5 {
  padding-right: 5em;
}
.ir-ph6 {
  padding: 0 6em;
}
.ir-ph6.ir-pv1 {
  padding: 1em 6em;
}
.ir-ph6.ir-pv2 {
  padding: 2em 6em;
}
.ir-ph6.ir-pv3 {
  padding: 3em 6em;
}
.ir-ph6.ir-pv4 {
  padding: 4em 6em;
}
.ir-ph6.ir-pv5 {
  padding: 5em 6em;
}
.ir-ph6.ir-pv6 {
  padding: 6em;
}
.ir-ph6.ir-pv7 {
  padding: 7em 6em;
}
.ir-ph6.ir-pv8 {
  padding: 8em 6em;
}
.ir-ph6.ir-pv9 {
  padding: 9em 6em;
}
.ir-ph6.ir-pv10 {
  padding: 10em 6em;
}
.ir-ph6.ir-pv11 {
  padding: 11em 6em;
}
.ir-ph6.ir-pv12 {
  padding: 12em 6em;
}
.ir-ph6.ir-pv13 {
  padding: 13em 6em;
}
.ir-ph6.ir-pv14 {
  padding: 14em 6em;
}
.ir-ph6.ir-pv15 {
  padding: 15em 6em;
}
.ir-ph6.ir-pv16 {
  padding: 16em 6em;
}
.ir-ph6.ir-pv17 {
  padding: 17em 6em;
}
.ir-ph6.ir-pv18 {
  padding: 18em 6em;
}
.ir-ph6.ir-pv19 {
  padding: 19em 6em;
}
.ir-ph6.ir-pv20 {
  padding: 20em 6em;
}
.ir-pv6 {
  padding: 6em 0;
}
.ir-pl6 {
  padding-left: 6em;
}
.ir-pr6 {
  padding-right: 6em;
}
.ir-ph7 {
  padding: 0 7em;
}
.ir-ph7.ir-pv1 {
  padding: 1em 7em;
}
.ir-ph7.ir-pv2 {
  padding: 2em 7em;
}
.ir-ph7.ir-pv3 {
  padding: 3em 7em;
}
.ir-ph7.ir-pv4 {
  padding: 4em 7em;
}
.ir-ph7.ir-pv5 {
  padding: 5em 7em;
}
.ir-ph7.ir-pv6 {
  padding: 6em 7em;
}
.ir-ph7.ir-pv7 {
  padding: 7em;
}
.ir-ph7.ir-pv8 {
  padding: 8em 7em;
}
.ir-ph7.ir-pv9 {
  padding: 9em 7em;
}
.ir-ph7.ir-pv10 {
  padding: 10em 7em;
}
.ir-ph7.ir-pv11 {
  padding: 11em 7em;
}
.ir-ph7.ir-pv12 {
  padding: 12em 7em;
}
.ir-ph7.ir-pv13 {
  padding: 13em 7em;
}
.ir-ph7.ir-pv14 {
  padding: 14em 7em;
}
.ir-ph7.ir-pv15 {
  padding: 15em 7em;
}
.ir-ph7.ir-pv16 {
  padding: 16em 7em;
}
.ir-ph7.ir-pv17 {
  padding: 17em 7em;
}
.ir-ph7.ir-pv18 {
  padding: 18em 7em;
}
.ir-ph7.ir-pv19 {
  padding: 19em 7em;
}
.ir-ph7.ir-pv20 {
  padding: 20em 7em;
}
.ir-pv7 {
  padding: 7em 0;
}
.ir-pl7 {
  padding-left: 7em;
}
.ir-pr7 {
  padding-right: 7em;
}
.ir-ph8 {
  padding: 0 8em;
}
.ir-ph8.ir-pv1 {
  padding: 1em 8em;
}
.ir-ph8.ir-pv2 {
  padding: 2em 8em;
}
.ir-ph8.ir-pv3 {
  padding: 3em 8em;
}
.ir-ph8.ir-pv4 {
  padding: 4em 8em;
}
.ir-ph8.ir-pv5 {
  padding: 5em 8em;
}
.ir-ph8.ir-pv6 {
  padding: 6em 8em;
}
.ir-ph8.ir-pv7 {
  padding: 7em 8em;
}
.ir-ph8.ir-pv8 {
  padding: 8em;
}
.ir-ph8.ir-pv9 {
  padding: 9em 8em;
}
.ir-ph8.ir-pv10 {
  padding: 10em 8em;
}
.ir-ph8.ir-pv11 {
  padding: 11em 8em;
}
.ir-ph8.ir-pv12 {
  padding: 12em 8em;
}
.ir-ph8.ir-pv13 {
  padding: 13em 8em;
}
.ir-ph8.ir-pv14 {
  padding: 14em 8em;
}
.ir-ph8.ir-pv15 {
  padding: 15em 8em;
}
.ir-ph8.ir-pv16 {
  padding: 16em 8em;
}
.ir-ph8.ir-pv17 {
  padding: 17em 8em;
}
.ir-ph8.ir-pv18 {
  padding: 18em 8em;
}
.ir-ph8.ir-pv19 {
  padding: 19em 8em;
}
.ir-ph8.ir-pv20 {
  padding: 20em 8em;
}
.ir-pv8 {
  padding: 8em 0;
}
.ir-pl8 {
  padding-left: 8em;
}
.ir-pr8 {
  padding-right: 8em;
}
.ir-ph9 {
  padding: 0 9em;
}
.ir-ph9.ir-pv1 {
  padding: 1em 9em;
}
.ir-ph9.ir-pv2 {
  padding: 2em 9em;
}
.ir-ph9.ir-pv3 {
  padding: 3em 9em;
}
.ir-ph9.ir-pv4 {
  padding: 4em 9em;
}
.ir-ph9.ir-pv5 {
  padding: 5em 9em;
}
.ir-ph9.ir-pv6 {
  padding: 6em 9em;
}
.ir-ph9.ir-pv7 {
  padding: 7em 9em;
}
.ir-ph9.ir-pv8 {
  padding: 8em 9em;
}
.ir-ph9.ir-pv9 {
  padding: 9em;
}
.ir-ph9.ir-pv10 {
  padding: 10em 9em;
}
.ir-ph9.ir-pv11 {
  padding: 11em 9em;
}
.ir-ph9.ir-pv12 {
  padding: 12em 9em;
}
.ir-ph9.ir-pv13 {
  padding: 13em 9em;
}
.ir-ph9.ir-pv14 {
  padding: 14em 9em;
}
.ir-ph9.ir-pv15 {
  padding: 15em 9em;
}
.ir-ph9.ir-pv16 {
  padding: 16em 9em;
}
.ir-ph9.ir-pv17 {
  padding: 17em 9em;
}
.ir-ph9.ir-pv18 {
  padding: 18em 9em;
}
.ir-ph9.ir-pv19 {
  padding: 19em 9em;
}
.ir-ph9.ir-pv20 {
  padding: 20em 9em;
}
.ir-pv9 {
  padding: 9em 0;
}
.ir-pl9 {
  padding-left: 9em;
}
.ir-pr9 {
  padding-right: 9em;
}
.ir-ph10 {
  padding: 0 10em;
}
.ir-ph10.ir-pv1 {
  padding: 1em 10em;
}
.ir-ph10.ir-pv2 {
  padding: 2em 10em;
}
.ir-ph10.ir-pv3 {
  padding: 3em 10em;
}
.ir-ph10.ir-pv4 {
  padding: 4em 10em;
}
.ir-ph10.ir-pv5 {
  padding: 5em 10em;
}
.ir-ph10.ir-pv6 {
  padding: 6em 10em;
}
.ir-ph10.ir-pv7 {
  padding: 7em 10em;
}
.ir-ph10.ir-pv8 {
  padding: 8em 10em;
}
.ir-ph10.ir-pv9 {
  padding: 9em 10em;
}
.ir-ph10.ir-pv10 {
  padding: 10em;
}
.ir-ph10.ir-pv11 {
  padding: 11em 10em;
}
.ir-ph10.ir-pv12 {
  padding: 12em 10em;
}
.ir-ph10.ir-pv13 {
  padding: 13em 10em;
}
.ir-ph10.ir-pv14 {
  padding: 14em 10em;
}
.ir-ph10.ir-pv15 {
  padding: 15em 10em;
}
.ir-ph10.ir-pv16 {
  padding: 16em 10em;
}
.ir-ph10.ir-pv17 {
  padding: 17em 10em;
}
.ir-ph10.ir-pv18 {
  padding: 18em 10em;
}
.ir-ph10.ir-pv19 {
  padding: 19em 10em;
}
.ir-ph10.ir-pv20 {
  padding: 20em 10em;
}
.ir-pv10 {
  padding: 10em 0;
}
.ir-pl10 {
  padding-left: 10em;
}
.ir-pr10 {
  padding-right: 10em;
}
.ir-ph11 {
  padding: 0 11em;
}
.ir-ph11.ir-pv1 {
  padding: 1em 11em;
}
.ir-ph11.ir-pv2 {
  padding: 2em 11em;
}
.ir-ph11.ir-pv3 {
  padding: 3em 11em;
}
.ir-ph11.ir-pv4 {
  padding: 4em 11em;
}
.ir-ph11.ir-pv5 {
  padding: 5em 11em;
}
.ir-ph11.ir-pv6 {
  padding: 6em 11em;
}
.ir-ph11.ir-pv7 {
  padding: 7em 11em;
}
.ir-ph11.ir-pv8 {
  padding: 8em 11em;
}
.ir-ph11.ir-pv9 {
  padding: 9em 11em;
}
.ir-ph11.ir-pv10 {
  padding: 10em 11em;
}
.ir-ph11.ir-pv11 {
  padding: 11em;
}
.ir-ph11.ir-pv12 {
  padding: 12em 11em;
}
.ir-ph11.ir-pv13 {
  padding: 13em 11em;
}
.ir-ph11.ir-pv14 {
  padding: 14em 11em;
}
.ir-ph11.ir-pv15 {
  padding: 15em 11em;
}
.ir-ph11.ir-pv16 {
  padding: 16em 11em;
}
.ir-ph11.ir-pv17 {
  padding: 17em 11em;
}
.ir-ph11.ir-pv18 {
  padding: 18em 11em;
}
.ir-ph11.ir-pv19 {
  padding: 19em 11em;
}
.ir-ph11.ir-pv20 {
  padding: 20em 11em;
}
.ir-pv11 {
  padding: 11em 0;
}
.ir-pl11 {
  padding-left: 11em;
}
.ir-pr11 {
  padding-right: 11em;
}
.ir-ph12 {
  padding: 0 12em;
}
.ir-ph12.ir-pv1 {
  padding: 1em 12em;
}
.ir-ph12.ir-pv2 {
  padding: 2em 12em;
}
.ir-ph12.ir-pv3 {
  padding: 3em 12em;
}
.ir-ph12.ir-pv4 {
  padding: 4em 12em;
}
.ir-ph12.ir-pv5 {
  padding: 5em 12em;
}
.ir-ph12.ir-pv6 {
  padding: 6em 12em;
}
.ir-ph12.ir-pv7 {
  padding: 7em 12em;
}
.ir-ph12.ir-pv8 {
  padding: 8em 12em;
}
.ir-ph12.ir-pv9 {
  padding: 9em 12em;
}
.ir-ph12.ir-pv10 {
  padding: 10em 12em;
}
.ir-ph12.ir-pv11 {
  padding: 11em 12em;
}
.ir-ph12.ir-pv12 {
  padding: 12em;
}
.ir-ph12.ir-pv13 {
  padding: 13em 12em;
}
.ir-ph12.ir-pv14 {
  padding: 14em 12em;
}
.ir-ph12.ir-pv15 {
  padding: 15em 12em;
}
.ir-ph12.ir-pv16 {
  padding: 16em 12em;
}
.ir-ph12.ir-pv17 {
  padding: 17em 12em;
}
.ir-ph12.ir-pv18 {
  padding: 18em 12em;
}
.ir-ph12.ir-pv19 {
  padding: 19em 12em;
}
.ir-ph12.ir-pv20 {
  padding: 20em 12em;
}
.ir-pv12 {
  padding: 12em 0;
}
.ir-pl12 {
  padding-left: 12em;
}
.ir-pr12 {
  padding-right: 12em;
}
.ir-ph13 {
  padding: 0 13em;
}
.ir-ph13.ir-pv1 {
  padding: 1em 13em;
}
.ir-ph13.ir-pv2 {
  padding: 2em 13em;
}
.ir-ph13.ir-pv3 {
  padding: 3em 13em;
}
.ir-ph13.ir-pv4 {
  padding: 4em 13em;
}
.ir-ph13.ir-pv5 {
  padding: 5em 13em;
}
.ir-ph13.ir-pv6 {
  padding: 6em 13em;
}
.ir-ph13.ir-pv7 {
  padding: 7em 13em;
}
.ir-ph13.ir-pv8 {
  padding: 8em 13em;
}
.ir-ph13.ir-pv9 {
  padding: 9em 13em;
}
.ir-ph13.ir-pv10 {
  padding: 10em 13em;
}
.ir-ph13.ir-pv11 {
  padding: 11em 13em;
}
.ir-ph13.ir-pv12 {
  padding: 12em 13em;
}
.ir-ph13.ir-pv13 {
  padding: 13em;
}
.ir-ph13.ir-pv14 {
  padding: 14em 13em;
}
.ir-ph13.ir-pv15 {
  padding: 15em 13em;
}
.ir-ph13.ir-pv16 {
  padding: 16em 13em;
}
.ir-ph13.ir-pv17 {
  padding: 17em 13em;
}
.ir-ph13.ir-pv18 {
  padding: 18em 13em;
}
.ir-ph13.ir-pv19 {
  padding: 19em 13em;
}
.ir-ph13.ir-pv20 {
  padding: 20em 13em;
}
.ir-pv13 {
  padding: 13em 0;
}
.ir-pl13 {
  padding-left: 13em;
}
.ir-pr13 {
  padding-right: 13em;
}
.ir-ph14 {
  padding: 0 14em;
}
.ir-ph14.ir-pv1 {
  padding: 1em 14em;
}
.ir-ph14.ir-pv2 {
  padding: 2em 14em;
}
.ir-ph14.ir-pv3 {
  padding: 3em 14em;
}
.ir-ph14.ir-pv4 {
  padding: 4em 14em;
}
.ir-ph14.ir-pv5 {
  padding: 5em 14em;
}
.ir-ph14.ir-pv6 {
  padding: 6em 14em;
}
.ir-ph14.ir-pv7 {
  padding: 7em 14em;
}
.ir-ph14.ir-pv8 {
  padding: 8em 14em;
}
.ir-ph14.ir-pv9 {
  padding: 9em 14em;
}
.ir-ph14.ir-pv10 {
  padding: 10em 14em;
}
.ir-ph14.ir-pv11 {
  padding: 11em 14em;
}
.ir-ph14.ir-pv12 {
  padding: 12em 14em;
}
.ir-ph14.ir-pv13 {
  padding: 13em 14em;
}
.ir-ph14.ir-pv14 {
  padding: 14em;
}
.ir-ph14.ir-pv15 {
  padding: 15em 14em;
}
.ir-ph14.ir-pv16 {
  padding: 16em 14em;
}
.ir-ph14.ir-pv17 {
  padding: 17em 14em;
}
.ir-ph14.ir-pv18 {
  padding: 18em 14em;
}
.ir-ph14.ir-pv19 {
  padding: 19em 14em;
}
.ir-ph14.ir-pv20 {
  padding: 20em 14em;
}
.ir-pv14 {
  padding: 14em 0;
}
.ir-pl14 {
  padding-left: 14em;
}
.ir-pr14 {
  padding-right: 14em;
}
.ir-ph15 {
  padding: 0 15em;
}
.ir-ph15.ir-pv1 {
  padding: 1em 15em;
}
.ir-ph15.ir-pv2 {
  padding: 2em 15em;
}
.ir-ph15.ir-pv3 {
  padding: 3em 15em;
}
.ir-ph15.ir-pv4 {
  padding: 4em 15em;
}
.ir-ph15.ir-pv5 {
  padding: 5em 15em;
}
.ir-ph15.ir-pv6 {
  padding: 6em 15em;
}
.ir-ph15.ir-pv7 {
  padding: 7em 15em;
}
.ir-ph15.ir-pv8 {
  padding: 8em 15em;
}
.ir-ph15.ir-pv9 {
  padding: 9em 15em;
}
.ir-ph15.ir-pv10 {
  padding: 10em 15em;
}
.ir-ph15.ir-pv11 {
  padding: 11em 15em;
}
.ir-ph15.ir-pv12 {
  padding: 12em 15em;
}
.ir-ph15.ir-pv13 {
  padding: 13em 15em;
}
.ir-ph15.ir-pv14 {
  padding: 14em 15em;
}
.ir-ph15.ir-pv15 {
  padding: 15em;
}
.ir-ph15.ir-pv16 {
  padding: 16em 15em;
}
.ir-ph15.ir-pv17 {
  padding: 17em 15em;
}
.ir-ph15.ir-pv18 {
  padding: 18em 15em;
}
.ir-ph15.ir-pv19 {
  padding: 19em 15em;
}
.ir-ph15.ir-pv20 {
  padding: 20em 15em;
}
.ir-pv15 {
  padding: 15em 0;
}
.ir-pl15 {
  padding-left: 15em;
}
.ir-pr15 {
  padding-right: 15em;
}
.ir-ph16 {
  padding: 0 16em;
}
.ir-ph16.ir-pv1 {
  padding: 1em 16em;
}
.ir-ph16.ir-pv2 {
  padding: 2em 16em;
}
.ir-ph16.ir-pv3 {
  padding: 3em 16em;
}
.ir-ph16.ir-pv4 {
  padding: 4em 16em;
}
.ir-ph16.ir-pv5 {
  padding: 5em 16em;
}
.ir-ph16.ir-pv6 {
  padding: 6em 16em;
}
.ir-ph16.ir-pv7 {
  padding: 7em 16em;
}
.ir-ph16.ir-pv8 {
  padding: 8em 16em;
}
.ir-ph16.ir-pv9 {
  padding: 9em 16em;
}
.ir-ph16.ir-pv10 {
  padding: 10em 16em;
}
.ir-ph16.ir-pv11 {
  padding: 11em 16em;
}
.ir-ph16.ir-pv12 {
  padding: 12em 16em;
}
.ir-ph16.ir-pv13 {
  padding: 13em 16em;
}
.ir-ph16.ir-pv14 {
  padding: 14em 16em;
}
.ir-ph16.ir-pv15 {
  padding: 15em 16em;
}
.ir-ph16.ir-pv16 {
  padding: 16em;
}
.ir-ph16.ir-pv17 {
  padding: 17em 16em;
}
.ir-ph16.ir-pv18 {
  padding: 18em 16em;
}
.ir-ph16.ir-pv19 {
  padding: 19em 16em;
}
.ir-ph16.ir-pv20 {
  padding: 20em 16em;
}
.ir-pv16 {
  padding: 16em 0;
}
.ir-pl16 {
  padding-left: 16em;
}
.ir-pr16 {
  padding-right: 16em;
}
.ir-ph17 {
  padding: 0 17em;
}
.ir-ph17.ir-pv1 {
  padding: 1em 17em;
}
.ir-ph17.ir-pv2 {
  padding: 2em 17em;
}
.ir-ph17.ir-pv3 {
  padding: 3em 17em;
}
.ir-ph17.ir-pv4 {
  padding: 4em 17em;
}
.ir-ph17.ir-pv5 {
  padding: 5em 17em;
}
.ir-ph17.ir-pv6 {
  padding: 6em 17em;
}
.ir-ph17.ir-pv7 {
  padding: 7em 17em;
}
.ir-ph17.ir-pv8 {
  padding: 8em 17em;
}
.ir-ph17.ir-pv9 {
  padding: 9em 17em;
}
.ir-ph17.ir-pv10 {
  padding: 10em 17em;
}
.ir-ph17.ir-pv11 {
  padding: 11em 17em;
}
.ir-ph17.ir-pv12 {
  padding: 12em 17em;
}
.ir-ph17.ir-pv13 {
  padding: 13em 17em;
}
.ir-ph17.ir-pv14 {
  padding: 14em 17em;
}
.ir-ph17.ir-pv15 {
  padding: 15em 17em;
}
.ir-ph17.ir-pv16 {
  padding: 16em 17em;
}
.ir-ph17.ir-pv17 {
  padding: 17em;
}
.ir-ph17.ir-pv18 {
  padding: 18em 17em;
}
.ir-ph17.ir-pv19 {
  padding: 19em 17em;
}
.ir-ph17.ir-pv20 {
  padding: 20em 17em;
}
.ir-pv17 {
  padding: 17em 0;
}
.ir-pl17 {
  padding-left: 17em;
}
.ir-pr17 {
  padding-right: 17em;
}
.ir-ph18 {
  padding: 0 18em;
}
.ir-ph18.ir-pv1 {
  padding: 1em 18em;
}
.ir-ph18.ir-pv2 {
  padding: 2em 18em;
}
.ir-ph18.ir-pv3 {
  padding: 3em 18em;
}
.ir-ph18.ir-pv4 {
  padding: 4em 18em;
}
.ir-ph18.ir-pv5 {
  padding: 5em 18em;
}
.ir-ph18.ir-pv6 {
  padding: 6em 18em;
}
.ir-ph18.ir-pv7 {
  padding: 7em 18em;
}
.ir-ph18.ir-pv8 {
  padding: 8em 18em;
}
.ir-ph18.ir-pv9 {
  padding: 9em 18em;
}
.ir-ph18.ir-pv10 {
  padding: 10em 18em;
}
.ir-ph18.ir-pv11 {
  padding: 11em 18em;
}
.ir-ph18.ir-pv12 {
  padding: 12em 18em;
}
.ir-ph18.ir-pv13 {
  padding: 13em 18em;
}
.ir-ph18.ir-pv14 {
  padding: 14em 18em;
}
.ir-ph18.ir-pv15 {
  padding: 15em 18em;
}
.ir-ph18.ir-pv16 {
  padding: 16em 18em;
}
.ir-ph18.ir-pv17 {
  padding: 17em 18em;
}
.ir-ph18.ir-pv18 {
  padding: 18em;
}
.ir-ph18.ir-pv19 {
  padding: 19em 18em;
}
.ir-ph18.ir-pv20 {
  padding: 20em 18em;
}
.ir-pv18 {
  padding: 18em 0;
}
.ir-pl18 {
  padding-left: 18em;
}
.ir-pr18 {
  padding-right: 18em;
}
.ir-ph19 {
  padding: 0 19em;
}
.ir-ph19.ir-pv1 {
  padding: 1em 19em;
}
.ir-ph19.ir-pv2 {
  padding: 2em 19em;
}
.ir-ph19.ir-pv3 {
  padding: 3em 19em;
}
.ir-ph19.ir-pv4 {
  padding: 4em 19em;
}
.ir-ph19.ir-pv5 {
  padding: 5em 19em;
}
.ir-ph19.ir-pv6 {
  padding: 6em 19em;
}
.ir-ph19.ir-pv7 {
  padding: 7em 19em;
}
.ir-ph19.ir-pv8 {
  padding: 8em 19em;
}
.ir-ph19.ir-pv9 {
  padding: 9em 19em;
}
.ir-ph19.ir-pv10 {
  padding: 10em 19em;
}
.ir-ph19.ir-pv11 {
  padding: 11em 19em;
}
.ir-ph19.ir-pv12 {
  padding: 12em 19em;
}
.ir-ph19.ir-pv13 {
  padding: 13em 19em;
}
.ir-ph19.ir-pv14 {
  padding: 14em 19em;
}
.ir-ph19.ir-pv15 {
  padding: 15em 19em;
}
.ir-ph19.ir-pv16 {
  padding: 16em 19em;
}
.ir-ph19.ir-pv17 {
  padding: 17em 19em;
}
.ir-ph19.ir-pv18 {
  padding: 18em 19em;
}
.ir-ph19.ir-pv19 {
  padding: 19em;
}
.ir-ph19.ir-pv20 {
  padding: 20em 19em;
}
.ir-pv19 {
  padding: 19em 0;
}
.ir-pl19 {
  padding-left: 19em;
}
.ir-pr19 {
  padding-right: 19em;
}
.ir-ph20 {
  padding: 0 20em;
}
.ir-ph20.ir-pv1 {
  padding: 1em 20em;
}
.ir-ph20.ir-pv2 {
  padding: 2em 20em;
}
.ir-ph20.ir-pv3 {
  padding: 3em 20em;
}
.ir-ph20.ir-pv4 {
  padding: 4em 20em;
}
.ir-ph20.ir-pv5 {
  padding: 5em 20em;
}
.ir-ph20.ir-pv6 {
  padding: 6em 20em;
}
.ir-ph20.ir-pv7 {
  padding: 7em 20em;
}
.ir-ph20.ir-pv8 {
  padding: 8em 20em;
}
.ir-ph20.ir-pv9 {
  padding: 9em 20em;
}
.ir-ph20.ir-pv10 {
  padding: 10em 20em;
}
.ir-ph20.ir-pv11 {
  padding: 11em 20em;
}
.ir-ph20.ir-pv12 {
  padding: 12em 20em;
}
.ir-ph20.ir-pv13 {
  padding: 13em 20em;
}
.ir-ph20.ir-pv14 {
  padding: 14em 20em;
}
.ir-ph20.ir-pv15 {
  padding: 15em 20em;
}
.ir-ph20.ir-pv16 {
  padding: 16em 20em;
}
.ir-ph20.ir-pv17 {
  padding: 17em 20em;
}
.ir-ph20.ir-pv18 {
  padding: 18em 20em;
}
.ir-ph20.ir-pv19 {
  padding: 19em 20em;
}
.ir-ph20.ir-pv20 {
  padding: 20em;
}
.ir-pv20 {
  padding: 20em 0;
}
.ir-pl20 {
  padding-left: 20em;
}
.ir-pr20 {
  padding-right: 20em;
}
.ir-mh1 {
  margin: 0 1em;
}
.ir-mh1.ir-mv1 {
  margin: 1em;
}
.ir-mh1.ir-mv2 {
  margin: 2em 1em;
}
.ir-mh1.ir-mv3 {
  margin: 3em 1em;
}
.ir-mh1.ir-mv4 {
  margin: 4em 1em;
}
.ir-mh1.ir-mv5 {
  margin: 5em 1em;
}
.ir-mh1.ir-mv6 {
  margin: 6em 1em;
}
.ir-mh1.ir-mv7 {
  margin: 7em 1em;
}
.ir-mh1.ir-mv8 {
  margin: 8em 1em;
}
.ir-mh1.ir-mv9 {
  margin: 9em 1em;
}
.ir-mh1.ir-mv10 {
  margin: 10em 1em;
}
.ir-mh1.ir-mv11 {
  margin: 11em 1em;
}
.ir-mh1.ir-mv12 {
  margin: 12em 1em;
}
.ir-mh1.ir-mv13 {
  margin: 13em 1em;
}
.ir-mh1.ir-mv14 {
  margin: 14em 1em;
}
.ir-mh1.ir-mv15 {
  margin: 15em 1em;
}
.ir-mh1.ir-mv16 {
  margin: 16em 1em;
}
.ir-mh1.ir-mv17 {
  margin: 17em 1em;
}
.ir-mh1.ir-mv18 {
  margin: 18em 1em;
}
.ir-mh1.ir-mv19 {
  margin: 19em 1em;
}
.ir-mh1.ir-mv20 {
  margin: 20em 1em;
}
.ir-mv1 {
  margin: 1em 0;
}
.ir-ml1 {
  margin-left: 1em;
}
.ir-mr1 {
  margin-right: 1em;
}
.ir-mh2 {
  margin: 0 2em;
}
.ir-mh2.ir-mv1 {
  margin: 1em 2em;
}
.ir-mh2.ir-mv2 {
  margin: 2em;
}
.ir-mh2.ir-mv3 {
  margin: 3em 2em;
}
.ir-mh2.ir-mv4 {
  margin: 4em 2em;
}
.ir-mh2.ir-mv5 {
  margin: 5em 2em;
}
.ir-mh2.ir-mv6 {
  margin: 6em 2em;
}
.ir-mh2.ir-mv7 {
  margin: 7em 2em;
}
.ir-mh2.ir-mv8 {
  margin: 8em 2em;
}
.ir-mh2.ir-mv9 {
  margin: 9em 2em;
}
.ir-mh2.ir-mv10 {
  margin: 10em 2em;
}
.ir-mh2.ir-mv11 {
  margin: 11em 2em;
}
.ir-mh2.ir-mv12 {
  margin: 12em 2em;
}
.ir-mh2.ir-mv13 {
  margin: 13em 2em;
}
.ir-mh2.ir-mv14 {
  margin: 14em 2em;
}
.ir-mh2.ir-mv15 {
  margin: 15em 2em;
}
.ir-mh2.ir-mv16 {
  margin: 16em 2em;
}
.ir-mh2.ir-mv17 {
  margin: 17em 2em;
}
.ir-mh2.ir-mv18 {
  margin: 18em 2em;
}
.ir-mh2.ir-mv19 {
  margin: 19em 2em;
}
.ir-mh2.ir-mv20 {
  margin: 20em 2em;
}
.ir-mv2 {
  margin: 2em 0;
}
.ir-ml2 {
  margin-left: 2em;
}
.ir-mr2 {
  margin-right: 2em;
}
.ir-mh3 {
  margin: 0 3em;
}
.ir-mh3.ir-mv1 {
  margin: 1em 3em;
}
.ir-mh3.ir-mv2 {
  margin: 2em 3em;
}
.ir-mh3.ir-mv3 {
  margin: 3em;
}
.ir-mh3.ir-mv4 {
  margin: 4em 3em;
}
.ir-mh3.ir-mv5 {
  margin: 5em 3em;
}
.ir-mh3.ir-mv6 {
  margin: 6em 3em;
}
.ir-mh3.ir-mv7 {
  margin: 7em 3em;
}
.ir-mh3.ir-mv8 {
  margin: 8em 3em;
}
.ir-mh3.ir-mv9 {
  margin: 9em 3em;
}
.ir-mh3.ir-mv10 {
  margin: 10em 3em;
}
.ir-mh3.ir-mv11 {
  margin: 11em 3em;
}
.ir-mh3.ir-mv12 {
  margin: 12em 3em;
}
.ir-mh3.ir-mv13 {
  margin: 13em 3em;
}
.ir-mh3.ir-mv14 {
  margin: 14em 3em;
}
.ir-mh3.ir-mv15 {
  margin: 15em 3em;
}
.ir-mh3.ir-mv16 {
  margin: 16em 3em;
}
.ir-mh3.ir-mv17 {
  margin: 17em 3em;
}
.ir-mh3.ir-mv18 {
  margin: 18em 3em;
}
.ir-mh3.ir-mv19 {
  margin: 19em 3em;
}
.ir-mh3.ir-mv20 {
  margin: 20em 3em;
}
.ir-mv3 {
  margin: 3em 0;
}
.ir-ml3 {
  margin-left: 3em;
}
.ir-mr3 {
  margin-right: 3em;
}
.ir-mh4 {
  margin: 0 4em;
}
.ir-mh4.ir-mv1 {
  margin: 1em 4em;
}
.ir-mh4.ir-mv2 {
  margin: 2em 4em;
}
.ir-mh4.ir-mv3 {
  margin: 3em 4em;
}
.ir-mh4.ir-mv4 {
  margin: 4em;
}
.ir-mh4.ir-mv5 {
  margin: 5em 4em;
}
.ir-mh4.ir-mv6 {
  margin: 6em 4em;
}
.ir-mh4.ir-mv7 {
  margin: 7em 4em;
}
.ir-mh4.ir-mv8 {
  margin: 8em 4em;
}
.ir-mh4.ir-mv9 {
  margin: 9em 4em;
}
.ir-mh4.ir-mv10 {
  margin: 10em 4em;
}
.ir-mh4.ir-mv11 {
  margin: 11em 4em;
}
.ir-mh4.ir-mv12 {
  margin: 12em 4em;
}
.ir-mh4.ir-mv13 {
  margin: 13em 4em;
}
.ir-mh4.ir-mv14 {
  margin: 14em 4em;
}
.ir-mh4.ir-mv15 {
  margin: 15em 4em;
}
.ir-mh4.ir-mv16 {
  margin: 16em 4em;
}
.ir-mh4.ir-mv17 {
  margin: 17em 4em;
}
.ir-mh4.ir-mv18 {
  margin: 18em 4em;
}
.ir-mh4.ir-mv19 {
  margin: 19em 4em;
}
.ir-mh4.ir-mv20 {
  margin: 20em 4em;
}
.ir-mv4 {
  margin: 4em 0;
}
.ir-ml4 {
  margin-left: 4em;
}
.ir-mr4 {
  margin-right: 4em;
}
.ir-mh5 {
  margin: 0 5em;
}
.ir-mh5.ir-mv1 {
  margin: 1em 5em;
}
.ir-mh5.ir-mv2 {
  margin: 2em 5em;
}
.ir-mh5.ir-mv3 {
  margin: 3em 5em;
}
.ir-mh5.ir-mv4 {
  margin: 4em 5em;
}
.ir-mh5.ir-mv5 {
  margin: 5em;
}
.ir-mh5.ir-mv6 {
  margin: 6em 5em;
}
.ir-mh5.ir-mv7 {
  margin: 7em 5em;
}
.ir-mh5.ir-mv8 {
  margin: 8em 5em;
}
.ir-mh5.ir-mv9 {
  margin: 9em 5em;
}
.ir-mh5.ir-mv10 {
  margin: 10em 5em;
}
.ir-mh5.ir-mv11 {
  margin: 11em 5em;
}
.ir-mh5.ir-mv12 {
  margin: 12em 5em;
}
.ir-mh5.ir-mv13 {
  margin: 13em 5em;
}
.ir-mh5.ir-mv14 {
  margin: 14em 5em;
}
.ir-mh5.ir-mv15 {
  margin: 15em 5em;
}
.ir-mh5.ir-mv16 {
  margin: 16em 5em;
}
.ir-mh5.ir-mv17 {
  margin: 17em 5em;
}
.ir-mh5.ir-mv18 {
  margin: 18em 5em;
}
.ir-mh5.ir-mv19 {
  margin: 19em 5em;
}
.ir-mh5.ir-mv20 {
  margin: 20em 5em;
}
.ir-mv5 {
  margin: 5em 0;
}
.ir-ml5 {
  margin-left: 5em;
}
.ir-mr5 {
  margin-right: 5em;
}
.ir-mh6 {
  margin: 0 6em;
}
.ir-mh6.ir-mv1 {
  margin: 1em 6em;
}
.ir-mh6.ir-mv2 {
  margin: 2em 6em;
}
.ir-mh6.ir-mv3 {
  margin: 3em 6em;
}
.ir-mh6.ir-mv4 {
  margin: 4em 6em;
}
.ir-mh6.ir-mv5 {
  margin: 5em 6em;
}
.ir-mh6.ir-mv6 {
  margin: 6em;
}
.ir-mh6.ir-mv7 {
  margin: 7em 6em;
}
.ir-mh6.ir-mv8 {
  margin: 8em 6em;
}
.ir-mh6.ir-mv9 {
  margin: 9em 6em;
}
.ir-mh6.ir-mv10 {
  margin: 10em 6em;
}
.ir-mh6.ir-mv11 {
  margin: 11em 6em;
}
.ir-mh6.ir-mv12 {
  margin: 12em 6em;
}
.ir-mh6.ir-mv13 {
  margin: 13em 6em;
}
.ir-mh6.ir-mv14 {
  margin: 14em 6em;
}
.ir-mh6.ir-mv15 {
  margin: 15em 6em;
}
.ir-mh6.ir-mv16 {
  margin: 16em 6em;
}
.ir-mh6.ir-mv17 {
  margin: 17em 6em;
}
.ir-mh6.ir-mv18 {
  margin: 18em 6em;
}
.ir-mh6.ir-mv19 {
  margin: 19em 6em;
}
.ir-mh6.ir-mv20 {
  margin: 20em 6em;
}
.ir-mv6 {
  margin: 6em 0;
}
.ir-ml6 {
  margin-left: 6em;
}
.ir-mr6 {
  margin-right: 6em;
}
.ir-mh7 {
  margin: 0 7em;
}
.ir-mh7.ir-mv1 {
  margin: 1em 7em;
}
.ir-mh7.ir-mv2 {
  margin: 2em 7em;
}
.ir-mh7.ir-mv3 {
  margin: 3em 7em;
}
.ir-mh7.ir-mv4 {
  margin: 4em 7em;
}
.ir-mh7.ir-mv5 {
  margin: 5em 7em;
}
.ir-mh7.ir-mv6 {
  margin: 6em 7em;
}
.ir-mh7.ir-mv7 {
  margin: 7em;
}
.ir-mh7.ir-mv8 {
  margin: 8em 7em;
}
.ir-mh7.ir-mv9 {
  margin: 9em 7em;
}
.ir-mh7.ir-mv10 {
  margin: 10em 7em;
}
.ir-mh7.ir-mv11 {
  margin: 11em 7em;
}
.ir-mh7.ir-mv12 {
  margin: 12em 7em;
}
.ir-mh7.ir-mv13 {
  margin: 13em 7em;
}
.ir-mh7.ir-mv14 {
  margin: 14em 7em;
}
.ir-mh7.ir-mv15 {
  margin: 15em 7em;
}
.ir-mh7.ir-mv16 {
  margin: 16em 7em;
}
.ir-mh7.ir-mv17 {
  margin: 17em 7em;
}
.ir-mh7.ir-mv18 {
  margin: 18em 7em;
}
.ir-mh7.ir-mv19 {
  margin: 19em 7em;
}
.ir-mh7.ir-mv20 {
  margin: 20em 7em;
}
.ir-mv7 {
  margin: 7em 0;
}
.ir-ml7 {
  margin-left: 7em;
}
.ir-mr7 {
  margin-right: 7em;
}
.ir-mh8 {
  margin: 0 8em;
}
.ir-mh8.ir-mv1 {
  margin: 1em 8em;
}
.ir-mh8.ir-mv2 {
  margin: 2em 8em;
}
.ir-mh8.ir-mv3 {
  margin: 3em 8em;
}
.ir-mh8.ir-mv4 {
  margin: 4em 8em;
}
.ir-mh8.ir-mv5 {
  margin: 5em 8em;
}
.ir-mh8.ir-mv6 {
  margin: 6em 8em;
}
.ir-mh8.ir-mv7 {
  margin: 7em 8em;
}
.ir-mh8.ir-mv8 {
  margin: 8em;
}
.ir-mh8.ir-mv9 {
  margin: 9em 8em;
}
.ir-mh8.ir-mv10 {
  margin: 10em 8em;
}
.ir-mh8.ir-mv11 {
  margin: 11em 8em;
}
.ir-mh8.ir-mv12 {
  margin: 12em 8em;
}
.ir-mh8.ir-mv13 {
  margin: 13em 8em;
}
.ir-mh8.ir-mv14 {
  margin: 14em 8em;
}
.ir-mh8.ir-mv15 {
  margin: 15em 8em;
}
.ir-mh8.ir-mv16 {
  margin: 16em 8em;
}
.ir-mh8.ir-mv17 {
  margin: 17em 8em;
}
.ir-mh8.ir-mv18 {
  margin: 18em 8em;
}
.ir-mh8.ir-mv19 {
  margin: 19em 8em;
}
.ir-mh8.ir-mv20 {
  margin: 20em 8em;
}
.ir-mv8 {
  margin: 8em 0;
}
.ir-ml8 {
  margin-left: 8em;
}
.ir-mr8 {
  margin-right: 8em;
}
.ir-mh9 {
  margin: 0 9em;
}
.ir-mh9.ir-mv1 {
  margin: 1em 9em;
}
.ir-mh9.ir-mv2 {
  margin: 2em 9em;
}
.ir-mh9.ir-mv3 {
  margin: 3em 9em;
}
.ir-mh9.ir-mv4 {
  margin: 4em 9em;
}
.ir-mh9.ir-mv5 {
  margin: 5em 9em;
}
.ir-mh9.ir-mv6 {
  margin: 6em 9em;
}
.ir-mh9.ir-mv7 {
  margin: 7em 9em;
}
.ir-mh9.ir-mv8 {
  margin: 8em 9em;
}
.ir-mh9.ir-mv9 {
  margin: 9em;
}
.ir-mh9.ir-mv10 {
  margin: 10em 9em;
}
.ir-mh9.ir-mv11 {
  margin: 11em 9em;
}
.ir-mh9.ir-mv12 {
  margin: 12em 9em;
}
.ir-mh9.ir-mv13 {
  margin: 13em 9em;
}
.ir-mh9.ir-mv14 {
  margin: 14em 9em;
}
.ir-mh9.ir-mv15 {
  margin: 15em 9em;
}
.ir-mh9.ir-mv16 {
  margin: 16em 9em;
}
.ir-mh9.ir-mv17 {
  margin: 17em 9em;
}
.ir-mh9.ir-mv18 {
  margin: 18em 9em;
}
.ir-mh9.ir-mv19 {
  margin: 19em 9em;
}
.ir-mh9.ir-mv20 {
  margin: 20em 9em;
}
.ir-mv9 {
  margin: 9em 0;
}
.ir-ml9 {
  margin-left: 9em;
}
.ir-mr9 {
  margin-right: 9em;
}
.ir-mh10 {
  margin: 0 10em;
}
.ir-mh10.ir-mv1 {
  margin: 1em 10em;
}
.ir-mh10.ir-mv2 {
  margin: 2em 10em;
}
.ir-mh10.ir-mv3 {
  margin: 3em 10em;
}
.ir-mh10.ir-mv4 {
  margin: 4em 10em;
}
.ir-mh10.ir-mv5 {
  margin: 5em 10em;
}
.ir-mh10.ir-mv6 {
  margin: 6em 10em;
}
.ir-mh10.ir-mv7 {
  margin: 7em 10em;
}
.ir-mh10.ir-mv8 {
  margin: 8em 10em;
}
.ir-mh10.ir-mv9 {
  margin: 9em 10em;
}
.ir-mh10.ir-mv10 {
  margin: 10em;
}
.ir-mh10.ir-mv11 {
  margin: 11em 10em;
}
.ir-mh10.ir-mv12 {
  margin: 12em 10em;
}
.ir-mh10.ir-mv13 {
  margin: 13em 10em;
}
.ir-mh10.ir-mv14 {
  margin: 14em 10em;
}
.ir-mh10.ir-mv15 {
  margin: 15em 10em;
}
.ir-mh10.ir-mv16 {
  margin: 16em 10em;
}
.ir-mh10.ir-mv17 {
  margin: 17em 10em;
}
.ir-mh10.ir-mv18 {
  margin: 18em 10em;
}
.ir-mh10.ir-mv19 {
  margin: 19em 10em;
}
.ir-mh10.ir-mv20 {
  margin: 20em 10em;
}
.ir-mv10 {
  margin: 10em 0;
}
.ir-ml10 {
  margin-left: 10em;
}
.ir-mr10 {
  margin-right: 10em;
}
.ir-mh11 {
  margin: 0 11em;
}
.ir-mh11.ir-mv1 {
  margin: 1em 11em;
}
.ir-mh11.ir-mv2 {
  margin: 2em 11em;
}
.ir-mh11.ir-mv3 {
  margin: 3em 11em;
}
.ir-mh11.ir-mv4 {
  margin: 4em 11em;
}
.ir-mh11.ir-mv5 {
  margin: 5em 11em;
}
.ir-mh11.ir-mv6 {
  margin: 6em 11em;
}
.ir-mh11.ir-mv7 {
  margin: 7em 11em;
}
.ir-mh11.ir-mv8 {
  margin: 8em 11em;
}
.ir-mh11.ir-mv9 {
  margin: 9em 11em;
}
.ir-mh11.ir-mv10 {
  margin: 10em 11em;
}
.ir-mh11.ir-mv11 {
  margin: 11em;
}
.ir-mh11.ir-mv12 {
  margin: 12em 11em;
}
.ir-mh11.ir-mv13 {
  margin: 13em 11em;
}
.ir-mh11.ir-mv14 {
  margin: 14em 11em;
}
.ir-mh11.ir-mv15 {
  margin: 15em 11em;
}
.ir-mh11.ir-mv16 {
  margin: 16em 11em;
}
.ir-mh11.ir-mv17 {
  margin: 17em 11em;
}
.ir-mh11.ir-mv18 {
  margin: 18em 11em;
}
.ir-mh11.ir-mv19 {
  margin: 19em 11em;
}
.ir-mh11.ir-mv20 {
  margin: 20em 11em;
}
.ir-mv11 {
  margin: 11em 0;
}
.ir-ml11 {
  margin-left: 11em;
}
.ir-mr11 {
  margin-right: 11em;
}
.ir-mh12 {
  margin: 0 12em;
}
.ir-mh12.ir-mv1 {
  margin: 1em 12em;
}
.ir-mh12.ir-mv2 {
  margin: 2em 12em;
}
.ir-mh12.ir-mv3 {
  margin: 3em 12em;
}
.ir-mh12.ir-mv4 {
  margin: 4em 12em;
}
.ir-mh12.ir-mv5 {
  margin: 5em 12em;
}
.ir-mh12.ir-mv6 {
  margin: 6em 12em;
}
.ir-mh12.ir-mv7 {
  margin: 7em 12em;
}
.ir-mh12.ir-mv8 {
  margin: 8em 12em;
}
.ir-mh12.ir-mv9 {
  margin: 9em 12em;
}
.ir-mh12.ir-mv10 {
  margin: 10em 12em;
}
.ir-mh12.ir-mv11 {
  margin: 11em 12em;
}
.ir-mh12.ir-mv12 {
  margin: 12em;
}
.ir-mh12.ir-mv13 {
  margin: 13em 12em;
}
.ir-mh12.ir-mv14 {
  margin: 14em 12em;
}
.ir-mh12.ir-mv15 {
  margin: 15em 12em;
}
.ir-mh12.ir-mv16 {
  margin: 16em 12em;
}
.ir-mh12.ir-mv17 {
  margin: 17em 12em;
}
.ir-mh12.ir-mv18 {
  margin: 18em 12em;
}
.ir-mh12.ir-mv19 {
  margin: 19em 12em;
}
.ir-mh12.ir-mv20 {
  margin: 20em 12em;
}
.ir-mv12 {
  margin: 12em 0;
}
.ir-ml12 {
  margin-left: 12em;
}
.ir-mr12 {
  margin-right: 12em;
}
.ir-mh13 {
  margin: 0 13em;
}
.ir-mh13.ir-mv1 {
  margin: 1em 13em;
}
.ir-mh13.ir-mv2 {
  margin: 2em 13em;
}
.ir-mh13.ir-mv3 {
  margin: 3em 13em;
}
.ir-mh13.ir-mv4 {
  margin: 4em 13em;
}
.ir-mh13.ir-mv5 {
  margin: 5em 13em;
}
.ir-mh13.ir-mv6 {
  margin: 6em 13em;
}
.ir-mh13.ir-mv7 {
  margin: 7em 13em;
}
.ir-mh13.ir-mv8 {
  margin: 8em 13em;
}
.ir-mh13.ir-mv9 {
  margin: 9em 13em;
}
.ir-mh13.ir-mv10 {
  margin: 10em 13em;
}
.ir-mh13.ir-mv11 {
  margin: 11em 13em;
}
.ir-mh13.ir-mv12 {
  margin: 12em 13em;
}
.ir-mh13.ir-mv13 {
  margin: 13em;
}
.ir-mh13.ir-mv14 {
  margin: 14em 13em;
}
.ir-mh13.ir-mv15 {
  margin: 15em 13em;
}
.ir-mh13.ir-mv16 {
  margin: 16em 13em;
}
.ir-mh13.ir-mv17 {
  margin: 17em 13em;
}
.ir-mh13.ir-mv18 {
  margin: 18em 13em;
}
.ir-mh13.ir-mv19 {
  margin: 19em 13em;
}
.ir-mh13.ir-mv20 {
  margin: 20em 13em;
}
.ir-mv13 {
  margin: 13em 0;
}
.ir-ml13 {
  margin-left: 13em;
}
.ir-mr13 {
  margin-right: 13em;
}
.ir-mh14 {
  margin: 0 14em;
}
.ir-mh14.ir-mv1 {
  margin: 1em 14em;
}
.ir-mh14.ir-mv2 {
  margin: 2em 14em;
}
.ir-mh14.ir-mv3 {
  margin: 3em 14em;
}
.ir-mh14.ir-mv4 {
  margin: 4em 14em;
}
.ir-mh14.ir-mv5 {
  margin: 5em 14em;
}
.ir-mh14.ir-mv6 {
  margin: 6em 14em;
}
.ir-mh14.ir-mv7 {
  margin: 7em 14em;
}
.ir-mh14.ir-mv8 {
  margin: 8em 14em;
}
.ir-mh14.ir-mv9 {
  margin: 9em 14em;
}
.ir-mh14.ir-mv10 {
  margin: 10em 14em;
}
.ir-mh14.ir-mv11 {
  margin: 11em 14em;
}
.ir-mh14.ir-mv12 {
  margin: 12em 14em;
}
.ir-mh14.ir-mv13 {
  margin: 13em 14em;
}
.ir-mh14.ir-mv14 {
  margin: 14em;
}
.ir-mh14.ir-mv15 {
  margin: 15em 14em;
}
.ir-mh14.ir-mv16 {
  margin: 16em 14em;
}
.ir-mh14.ir-mv17 {
  margin: 17em 14em;
}
.ir-mh14.ir-mv18 {
  margin: 18em 14em;
}
.ir-mh14.ir-mv19 {
  margin: 19em 14em;
}
.ir-mh14.ir-mv20 {
  margin: 20em 14em;
}
.ir-mv14 {
  margin: 14em 0;
}
.ir-ml14 {
  margin-left: 14em;
}
.ir-mr14 {
  margin-right: 14em;
}
.ir-mh15 {
  margin: 0 15em;
}
.ir-mh15.ir-mv1 {
  margin: 1em 15em;
}
.ir-mh15.ir-mv2 {
  margin: 2em 15em;
}
.ir-mh15.ir-mv3 {
  margin: 3em 15em;
}
.ir-mh15.ir-mv4 {
  margin: 4em 15em;
}
.ir-mh15.ir-mv5 {
  margin: 5em 15em;
}
.ir-mh15.ir-mv6 {
  margin: 6em 15em;
}
.ir-mh15.ir-mv7 {
  margin: 7em 15em;
}
.ir-mh15.ir-mv8 {
  margin: 8em 15em;
}
.ir-mh15.ir-mv9 {
  margin: 9em 15em;
}
.ir-mh15.ir-mv10 {
  margin: 10em 15em;
}
.ir-mh15.ir-mv11 {
  margin: 11em 15em;
}
.ir-mh15.ir-mv12 {
  margin: 12em 15em;
}
.ir-mh15.ir-mv13 {
  margin: 13em 15em;
}
.ir-mh15.ir-mv14 {
  margin: 14em 15em;
}
.ir-mh15.ir-mv15 {
  margin: 15em;
}
.ir-mh15.ir-mv16 {
  margin: 16em 15em;
}
.ir-mh15.ir-mv17 {
  margin: 17em 15em;
}
.ir-mh15.ir-mv18 {
  margin: 18em 15em;
}
.ir-mh15.ir-mv19 {
  margin: 19em 15em;
}
.ir-mh15.ir-mv20 {
  margin: 20em 15em;
}
.ir-mv15 {
  margin: 15em 0;
}
.ir-ml15 {
  margin-left: 15em;
}
.ir-mr15 {
  margin-right: 15em;
}
.ir-mh16 {
  margin: 0 16em;
}
.ir-mh16.ir-mv1 {
  margin: 1em 16em;
}
.ir-mh16.ir-mv2 {
  margin: 2em 16em;
}
.ir-mh16.ir-mv3 {
  margin: 3em 16em;
}
.ir-mh16.ir-mv4 {
  margin: 4em 16em;
}
.ir-mh16.ir-mv5 {
  margin: 5em 16em;
}
.ir-mh16.ir-mv6 {
  margin: 6em 16em;
}
.ir-mh16.ir-mv7 {
  margin: 7em 16em;
}
.ir-mh16.ir-mv8 {
  margin: 8em 16em;
}
.ir-mh16.ir-mv9 {
  margin: 9em 16em;
}
.ir-mh16.ir-mv10 {
  margin: 10em 16em;
}
.ir-mh16.ir-mv11 {
  margin: 11em 16em;
}
.ir-mh16.ir-mv12 {
  margin: 12em 16em;
}
.ir-mh16.ir-mv13 {
  margin: 13em 16em;
}
.ir-mh16.ir-mv14 {
  margin: 14em 16em;
}
.ir-mh16.ir-mv15 {
  margin: 15em 16em;
}
.ir-mh16.ir-mv16 {
  margin: 16em;
}
.ir-mh16.ir-mv17 {
  margin: 17em 16em;
}
.ir-mh16.ir-mv18 {
  margin: 18em 16em;
}
.ir-mh16.ir-mv19 {
  margin: 19em 16em;
}
.ir-mh16.ir-mv20 {
  margin: 20em 16em;
}
.ir-mv16 {
  margin: 16em 0;
}
.ir-ml16 {
  margin-left: 16em;
}
.ir-mr16 {
  margin-right: 16em;
}
.ir-mh17 {
  margin: 0 17em;
}
.ir-mh17.ir-mv1 {
  margin: 1em 17em;
}
.ir-mh17.ir-mv2 {
  margin: 2em 17em;
}
.ir-mh17.ir-mv3 {
  margin: 3em 17em;
}
.ir-mh17.ir-mv4 {
  margin: 4em 17em;
}
.ir-mh17.ir-mv5 {
  margin: 5em 17em;
}
.ir-mh17.ir-mv6 {
  margin: 6em 17em;
}
.ir-mh17.ir-mv7 {
  margin: 7em 17em;
}
.ir-mh17.ir-mv8 {
  margin: 8em 17em;
}
.ir-mh17.ir-mv9 {
  margin: 9em 17em;
}
.ir-mh17.ir-mv10 {
  margin: 10em 17em;
}
.ir-mh17.ir-mv11 {
  margin: 11em 17em;
}
.ir-mh17.ir-mv12 {
  margin: 12em 17em;
}
.ir-mh17.ir-mv13 {
  margin: 13em 17em;
}
.ir-mh17.ir-mv14 {
  margin: 14em 17em;
}
.ir-mh17.ir-mv15 {
  margin: 15em 17em;
}
.ir-mh17.ir-mv16 {
  margin: 16em 17em;
}
.ir-mh17.ir-mv17 {
  margin: 17em;
}
.ir-mh17.ir-mv18 {
  margin: 18em 17em;
}
.ir-mh17.ir-mv19 {
  margin: 19em 17em;
}
.ir-mh17.ir-mv20 {
  margin: 20em 17em;
}
.ir-mv17 {
  margin: 17em 0;
}
.ir-ml17 {
  margin-left: 17em;
}
.ir-mr17 {
  margin-right: 17em;
}
.ir-mh18 {
  margin: 0 18em;
}
.ir-mh18.ir-mv1 {
  margin: 1em 18em;
}
.ir-mh18.ir-mv2 {
  margin: 2em 18em;
}
.ir-mh18.ir-mv3 {
  margin: 3em 18em;
}
.ir-mh18.ir-mv4 {
  margin: 4em 18em;
}
.ir-mh18.ir-mv5 {
  margin: 5em 18em;
}
.ir-mh18.ir-mv6 {
  margin: 6em 18em;
}
.ir-mh18.ir-mv7 {
  margin: 7em 18em;
}
.ir-mh18.ir-mv8 {
  margin: 8em 18em;
}
.ir-mh18.ir-mv9 {
  margin: 9em 18em;
}
.ir-mh18.ir-mv10 {
  margin: 10em 18em;
}
.ir-mh18.ir-mv11 {
  margin: 11em 18em;
}
.ir-mh18.ir-mv12 {
  margin: 12em 18em;
}
.ir-mh18.ir-mv13 {
  margin: 13em 18em;
}
.ir-mh18.ir-mv14 {
  margin: 14em 18em;
}
.ir-mh18.ir-mv15 {
  margin: 15em 18em;
}
.ir-mh18.ir-mv16 {
  margin: 16em 18em;
}
.ir-mh18.ir-mv17 {
  margin: 17em 18em;
}
.ir-mh18.ir-mv18 {
  margin: 18em;
}
.ir-mh18.ir-mv19 {
  margin: 19em 18em;
}
.ir-mh18.ir-mv20 {
  margin: 20em 18em;
}
.ir-mv18 {
  margin: 18em 0;
}
.ir-ml18 {
  margin-left: 18em;
}
.ir-mr18 {
  margin-right: 18em;
}
.ir-mh19 {
  margin: 0 19em;
}
.ir-mh19.ir-mv1 {
  margin: 1em 19em;
}
.ir-mh19.ir-mv2 {
  margin: 2em 19em;
}
.ir-mh19.ir-mv3 {
  margin: 3em 19em;
}
.ir-mh19.ir-mv4 {
  margin: 4em 19em;
}
.ir-mh19.ir-mv5 {
  margin: 5em 19em;
}
.ir-mh19.ir-mv6 {
  margin: 6em 19em;
}
.ir-mh19.ir-mv7 {
  margin: 7em 19em;
}
.ir-mh19.ir-mv8 {
  margin: 8em 19em;
}
.ir-mh19.ir-mv9 {
  margin: 9em 19em;
}
.ir-mh19.ir-mv10 {
  margin: 10em 19em;
}
.ir-mh19.ir-mv11 {
  margin: 11em 19em;
}
.ir-mh19.ir-mv12 {
  margin: 12em 19em;
}
.ir-mh19.ir-mv13 {
  margin: 13em 19em;
}
.ir-mh19.ir-mv14 {
  margin: 14em 19em;
}
.ir-mh19.ir-mv15 {
  margin: 15em 19em;
}
.ir-mh19.ir-mv16 {
  margin: 16em 19em;
}
.ir-mh19.ir-mv17 {
  margin: 17em 19em;
}
.ir-mh19.ir-mv18 {
  margin: 18em 19em;
}
.ir-mh19.ir-mv19 {
  margin: 19em;
}
.ir-mh19.ir-mv20 {
  margin: 20em 19em;
}
.ir-mv19 {
  margin: 19em 0;
}
.ir-ml19 {
  margin-left: 19em;
}
.ir-mr19 {
  margin-right: 19em;
}
.ir-mh20 {
  margin: 0 20em;
}
.ir-mh20.ir-mv1 {
  margin: 1em 20em;
}
.ir-mh20.ir-mv2 {
  margin: 2em 20em;
}
.ir-mh20.ir-mv3 {
  margin: 3em 20em;
}
.ir-mh20.ir-mv4 {
  margin: 4em 20em;
}
.ir-mh20.ir-mv5 {
  margin: 5em 20em;
}
.ir-mh20.ir-mv6 {
  margin: 6em 20em;
}
.ir-mh20.ir-mv7 {
  margin: 7em 20em;
}
.ir-mh20.ir-mv8 {
  margin: 8em 20em;
}
.ir-mh20.ir-mv9 {
  margin: 9em 20em;
}
.ir-mh20.ir-mv10 {
  margin: 10em 20em;
}
.ir-mh20.ir-mv11 {
  margin: 11em 20em;
}
.ir-mh20.ir-mv12 {
  margin: 12em 20em;
}
.ir-mh20.ir-mv13 {
  margin: 13em 20em;
}
.ir-mh20.ir-mv14 {
  margin: 14em 20em;
}
.ir-mh20.ir-mv15 {
  margin: 15em 20em;
}
.ir-mh20.ir-mv16 {
  margin: 16em 20em;
}
.ir-mh20.ir-mv17 {
  margin: 17em 20em;
}
.ir-mh20.ir-mv18 {
  margin: 18em 20em;
}
.ir-mh20.ir-mv19 {
  margin: 19em 20em;
}
.ir-mh20.ir-mv20 {
  margin: 20em;
}
.ir-mv20 {
  margin: 20em 0;
}
.ir-ml20 {
  margin-left: 20em;
}
.ir-mr20 {
  margin-right: 20em;
}

/*modal {
    .ir- {
        &position--tl {
            top: 4em;
            left: 4em;
        }

        &position--tr {
            top: 4em;
            right: 4em;
        }

        &position--bl {
            bottom: 4em;
            left: 4em;
        }

        &position--br {
            bottom: 4em;
            right: 4em;
        }
    }
}*/
td h2 span strong i {
  color: #D2170D;
}

.ir-form {
  margin: auto;
}
.ir-label--required {
  color: #D2170D i;
  color-color: #D2170D;
}
.ir-form-set {
  display: block;
  width: 100%;
  min-height: 2em;
  padding: 0.8em 1.2em 0.6em;
  line-height: 1.6em;
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border: 0;
  font-size: 4em;
  border-radius: 0.3em;
}
.ir-form-set.clickable {
  cursor: pointer;
}
.ir-form-set.inline {
  display: inline;
  width: initial;
}
.ir-form-set_freetext {
  width: 63vw;
}
.ir-form-group {
  position: relative;
}
.ir-form-group.margin {
  margin-bottom: 6em;
}
.ir-form-group label {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 0.6em 0;
}
.ir-form-group textarea {
  height: auto;
  resize: none;
}
.ir-form-group .ir-row h2 {
  padding: 3em 0 0 0;
}
.ir-required {
  padding: 1.4em 2em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: all 0.3s ease-in;
}
.ir-required span {
  font-size: 4em;
}
.ir-required.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  opacity: 1;
  transform: translateY(-80%);
}
.ir-select {
  display: block;
  width: 100%;
  line-height: 1.6em;
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border: 0;
  border-radius: 0.3em;
}
.ir-input-icons {
  width: 100%;
  margin-bottom: 10px;
}
.ir-input-icons i.icon {
  position: absolute;
  padding: 0.7em;
}
.ir-input-icons input.input-field {
  padding-left: 2.4em;
}

input[type=checkbox]:not(:checked), input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox]:not(:checked) + label, input[type=checkbox]:checked + label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  padding-top: 3px;
}
input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18em;
  height: 18em;
  border: 1px solid red;
  background-color: transparent;
}
input[type=checkbox]:not(:checked) + label:after, input[type=checkbox]:checked + label:after {
  font: 400 15em/0.8em verdana;
  content: "✔";
  position: absolute;
  top: 5px;
  left: 3px;
  margin: 0;
  color: #bba57b;
  transition: all 0.1s;
}
input[type=checkbox]:not(:checked):focus + label:before, input[type=checkbox]:checked:focus + label:before {
  border: 1px solid red;
}
input[type=checkbox]:not(:checked) + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox]:disabled:not(:checked) + label:before, input[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: red;
  background-color: red;
}
input[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox]:disabled + label {
  color: #aaa;
}

.ir-btn {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 3.5em;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.ir-btn * {
  vertical-align: middle;
}
.ir-btn span {
  font-weight: 600;
  font-size: 3.6em;
  letter-spacing: 0.03em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.ir-btn i.material-icons {
  font-size: 5em;
}
.ir-btn i.ir-icon--right {
  margin: 0 0 0 0.5em;
}
.ir-btn i.ir-icon--left {
  margin: 0 0.5em 0 0;
}
.ir-btn.turn-on-button i.material-icons {
  font-size: 1.6em;
}
.ir-btn:focus, .ir-btn.focus, .ir-btn:active:focus, .ir-btn:active.focus, .ir-btn.active:focus, .ir-btn.active.focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
}
.ir-btn:hover, .ir-btn:focus, .ir-btn.focus {
  text-decoration: none;
}
.ir-btn:active, .ir-btn.active {
  outline: 0;
  background-image: none;
}
.ir-btn--big {
  width: 64em;
  padding: 4.8em;
}
.ir-btn--big span {
  font-size: 4em;
}
.ir-btn--title {
  padding: 2em 4em;
}
.ir-btn--title span {
  font-weight: 400;
  font-size: 3.2em;
}
.ir-btn--disabled {
  background-color: #cdcecf;
  padding: 2em 4em;
}
.ir-btn--disabled span, .ir-btn--disabled i {
  color: #72767a;
  font-weight: 400;
  font-size: 3.2em;
}
.ir-btn--disabled:hover, .ir-btn--disabled:focus, .ir-btn--disabled.focus, .ir-btn--disabled:active {
  background-color: #cdcecf;
  cursor: not-allowed;
}
.ir-btn--disabled:hover span, .ir-btn--disabled:hover i, .ir-btn--disabled:focus span, .ir-btn--disabled:focus i, .ir-btn--disabled.focus span, .ir-btn--disabled.focus i, .ir-btn--disabled:active span, .ir-btn--disabled:active i {
  color: #72767a;
}
.ir-btn--disabled:active {
  background-image: none;
}
.ir-btn--area {
  width: 100em;
  padding: 4.8em;
}
.ir-btn--area span {
  font-size: 4em;
}
.ir-btn--right {
  float: right;
}
.ir-btn--block {
  display: block;
  width: 100%;
}
.ir- input[type=submit].ir-Btn-block,
.ir- input[type=reset].ir-Btn-block,
.ir- input[type=button].ir-Btn-block {
  width: 100%;
}
.ir-inputfile input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.ir-image-preview--wrapper {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
}
.ir-image-preview--wrapper.maintenance-photo-plugin {
  background-color: #f9f9f9;
}
.ir-image-preview--wrapper.files-plugin.maintenance-photo-plugin {
  width: 50%;
}
.ir-image-preview--wrapper.files-plugin.maintenance-photo-plugin .ir-line--left.photo-rotate {
  left: 50%;
  transform: translateX(-50%);
}
.ir-image-preview--wrapper.files-plugin.maintenance-photo-plugin .ir-plugin-area--photo {
  width: 80em;
}
.ir-image-preview--wrapper.files-plugin {
  width: 450px;
}
.ir-image-preview {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8em;
}
.ir-image-preview * {
  display: block;
  max-width: 100%;
}
.ir-image-preview video {
  width: 100%;
  height: auto;
}
.ir-video-preview {
  width: 100%;
  height: auto;
}
.ir-canvas-preview {
  position: absolute;
  top: 0;
  left: 0;
}

.ir-blurred {
  -moz-filter: blur(7em);
  -o-filter: blur(7em);
  -ms-filter: blur(7em);
  filter: blur(7em);
}
.ir-bloc {
  display: block;
}
.ir-inline {
  display: inline-block;
}
.ir-cell-tin1, .ir-cell-sma1, .ir-cell-mid1, .ir-cell-lar1, .ir-cell-tin2, .ir-cell-sma2, .ir-cell-mid2, .ir-cell-lar2, .ir-cell-tin3, .ir-cell-sma3, .ir-cell-mid3, .ir-cell-lar3, .ir-cell-tin4, .ir-cell-sma4, .ir-cell-mid4, .ir-cell-lar4, .ir-cell-tin5, .ir-cell-sma5, .ir-cell-mid5, .ir-cell-lar5, .ir-cell-tin6, .ir-cell-sma6, .ir-cell-mid6, .ir-cell-lar6, .ir-cell-tin7, .ir-cell-sma7, .ir-cell-mid7, .ir-cell-lar7, .ir-cell-tin8, .ir-cell-sma8, .ir-cell-mid8, .ir-cell-lar8, .ir-cell-tin9, .ir-cell-sma9, .ir-cell-mid9, .ir-cell-lar9, .ir-cell-tin10, .ir-cell-sma10, .ir-cell-mid10, .ir-cell-lar10, .ir-cell-tin11, .ir-cell-sma11, .ir-cell-mid11, .ir-cell-lar11, .ir-cell-tin12, .ir-cell-sma12, .ir-cell-mid12, .ir-cell-lar12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.ir-cell-tin1, .ir-cell-tin2, .ir-cell-tin3, .ir-cell-tin4, .ir-cell-tin5, .ir-cell-tin6, .ir-cell-tin7, .ir-cell-tin8, .ir-cell-tin9, .ir-cell-tin10, .ir-cell-tin11, .ir-cell-tin12 {
  float: left;
}

.ir-cell-tin1 {
  width: 8.3333333333%;
}

.ir-cell-tin2 {
  width: 16.6666666667%;
}

.ir-cell-tin3 {
  width: 25%;
}

.ir-cell-tin4 {
  width: 33.3333333333%;
}

.ir-cell-tin5 {
  width: 41.6666666667%;
}

.ir-cell-tin6 {
  width: 50%;
}

.ir-cell-tin7 {
  width: 58.3333333333%;
}

.ir-cell-tin8 {
  width: 66.6666666667%;
}

.ir-cell-tin9 {
  width: 75%;
}

.ir-cell-tin10 {
  width: 83.3333333333%;
}

.ir-cell-tin11 {
  width: 91.6666666667%;
}

.ir-cell-tin12 {
  width: 100%;
}

.ir-cell-tin-pull0 {
  right: auto;
}

.ir-cell-tin-pull1 {
  right: 8.3333333333%;
}

.ir-cell-tin-pull2 {
  right: 16.6666666667%;
}

.ir-cell-tin-pull3 {
  right: 25%;
}

.ir-cell-tin-pull4 {
  right: 33.3333333333%;
}

.ir-cell-tin-pull5 {
  right: 41.6666666667%;
}

.ir-cell-tin-pull6 {
  right: 50%;
}

.ir-cell-tin-pull7 {
  right: 58.3333333333%;
}

.ir-cell-tin-pull8 {
  right: 66.6666666667%;
}

.ir-cell-tin-pull9 {
  right: 75%;
}

.ir-cell-tin-pull10 {
  right: 83.3333333333%;
}

.ir-cell-tin-pull11 {
  right: 91.6666666667%;
}

.ir-cell-tin-pull12 {
  right: 100%;
}

.ir-cell-tin-push0 {
  left: auto;
}

.ir-cell-tin-push1 {
  left: 8.3333333333%;
}

.ir-cell-tin-push2 {
  left: 16.6666666667%;
}

.ir-cell-tin-push3 {
  left: 25%;
}

.ir-cell-tin-push4 {
  left: 33.3333333333%;
}

.ir-cell-tin-push5 {
  left: 41.6666666667%;
}

.ir-cell-tin-push6 {
  left: 50%;
}

.ir-cell-tin-push7 {
  left: 58.3333333333%;
}

.ir-cell-tin-push8 {
  left: 66.6666666667%;
}

.ir-cell-tin-push9 {
  left: 75%;
}

.ir-cell-tin-push10 {
  left: 83.3333333333%;
}

.ir-cell-tin-push11 {
  left: 91.6666666667%;
}

.ir-cell-tin-push12 {
  left: 100%;
}

.ir-cell-tin-offset0 {
  margin-left: 0%;
}

.ir-cell-tin-offset1 {
  margin-left: 8.3333333333%;
}

.ir-cell-tin-offset2 {
  margin-left: 16.6666666667%;
}

.ir-cell-tin-offset3 {
  margin-left: 25%;
}

.ir-cell-tin-offset4 {
  margin-left: 33.3333333333%;
}

.ir-cell-tin-offset5 {
  margin-left: 41.6666666667%;
}

.ir-cell-tin-offset6 {
  margin-left: 50%;
}

.ir-cell-tin-offset7 {
  margin-left: 58.3333333333%;
}

.ir-cell-tin-offset8 {
  margin-left: 66.6666666667%;
}

.ir-cell-tin-offset9 {
  margin-left: 75%;
}

.ir-cell-tin-offset10 {
  margin-left: 83.3333333333%;
}

.ir-cell-tin-offset11 {
  margin-left: 91.6666666667%;
}

.ir-cell-tin-offset12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .ir-cell-sma1, .ir-cell-sma2, .ir-cell-sma3, .ir-cell-sma4, .ir-cell-sma5, .ir-cell-sma6, .ir-cell-sma7, .ir-cell-sma8, .ir-cell-sma9, .ir-cell-sma10, .ir-cell-sma11, .ir-cell-sma12 {
    float: left;
  }
  .ir-cell-sma1 {
    width: 8.3333333333%;
  }
  .ir-cell-sma2 {
    width: 16.6666666667%;
  }
  .ir-cell-sma3 {
    width: 25%;
  }
  .ir-cell-sma4 {
    width: 33.3333333333%;
  }
  .ir-cell-sma5 {
    width: 41.6666666667%;
  }
  .ir-cell-sma6 {
    width: 50%;
  }
  .ir-cell-sma7 {
    width: 58.3333333333%;
  }
  .ir-cell-sma8 {
    width: 66.6666666667%;
  }
  .ir-cell-sma9 {
    width: 75%;
  }
  .ir-cell-sma10 {
    width: 83.3333333333%;
  }
  .ir-cell-sma11 {
    width: 91.6666666667%;
  }
  .ir-cell-sma12 {
    width: 100%;
  }
  .ir-cell-sma-pull0 {
    right: auto;
  }
  .ir-cell-sma-pull1 {
    right: 8.3333333333%;
  }
  .ir-cell-sma-pull2 {
    right: 16.6666666667%;
  }
  .ir-cell-sma-pull3 {
    right: 25%;
  }
  .ir-cell-sma-pull4 {
    right: 33.3333333333%;
  }
  .ir-cell-sma-pull5 {
    right: 41.6666666667%;
  }
  .ir-cell-sma-pull6 {
    right: 50%;
  }
  .ir-cell-sma-pull7 {
    right: 58.3333333333%;
  }
  .ir-cell-sma-pull8 {
    right: 66.6666666667%;
  }
  .ir-cell-sma-pull9 {
    right: 75%;
  }
  .ir-cell-sma-pull10 {
    right: 83.3333333333%;
  }
  .ir-cell-sma-pull11 {
    right: 91.6666666667%;
  }
  .ir-cell-sma-pull12 {
    right: 100%;
  }
  .ir-cell-sma-push0 {
    left: auto;
  }
  .ir-cell-sma-push1 {
    left: 8.3333333333%;
  }
  .ir-cell-sma-push2 {
    left: 16.6666666667%;
  }
  .ir-cell-sma-push3 {
    left: 25%;
  }
  .ir-cell-sma-push4 {
    left: 33.3333333333%;
  }
  .ir-cell-sma-push5 {
    left: 41.6666666667%;
  }
  .ir-cell-sma-push6 {
    left: 50%;
  }
  .ir-cell-sma-push7 {
    left: 58.3333333333%;
  }
  .ir-cell-sma-push8 {
    left: 66.6666666667%;
  }
  .ir-cell-sma-push9 {
    left: 75%;
  }
  .ir-cell-sma-push10 {
    left: 83.3333333333%;
  }
  .ir-cell-sma-push11 {
    left: 91.6666666667%;
  }
  .ir-cell-sma-push12 {
    left: 100%;
  }
  .ir-cell-sma-offset0 {
    margin-left: 0%;
  }
  .ir-cell-sma-offset1 {
    margin-left: 8.3333333333%;
  }
  .ir-cell-sma-offset2 {
    margin-left: 16.6666666667%;
  }
  .ir-cell-sma-offset3 {
    margin-left: 25%;
  }
  .ir-cell-sma-offset4 {
    margin-left: 33.3333333333%;
  }
  .ir-cell-sma-offset5 {
    margin-left: 41.6666666667%;
  }
  .ir-cell-sma-offset6 {
    margin-left: 50%;
  }
  .ir-cell-sma-offset7 {
    margin-left: 58.3333333333%;
  }
  .ir-cell-sma-offset8 {
    margin-left: 66.6666666667%;
  }
  .ir-cell-sma-offset9 {
    margin-left: 75%;
  }
  .ir-cell-sma-offset10 {
    margin-left: 83.3333333333%;
  }
  .ir-cell-sma-offset11 {
    margin-left: 91.6666666667%;
  }
  .ir-cell-sma-offset12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .ir-cell-mid1, .ir-cell-mid2, .ir-cell-mid3, .ir-cell-mid4, .ir-cell-mid5, .ir-cell-mid6, .ir-cell-mid7, .ir-cell-mid8, .ir-cell-mid9, .ir-cell-mid10, .ir-cell-mid11, .ir-cell-mid12 {
    float: left;
  }
  .ir-cell-mid1 {
    width: 8.3333333333%;
  }
  .ir-cell-mid2 {
    width: 16.6666666667%;
  }
  .ir-cell-mid3 {
    width: 25%;
  }
  .ir-cell-mid4 {
    width: 33.3333333333%;
  }
  .ir-cell-mid5 {
    width: 41.6666666667%;
  }
  .ir-cell-mid6 {
    width: 50%;
  }
  .ir-cell-mid7 {
    width: 58.3333333333%;
  }
  .ir-cell-mid8 {
    width: 66.6666666667%;
  }
  .ir-cell-mid9 {
    width: 75%;
  }
  .ir-cell-mid10 {
    width: 83.3333333333%;
  }
  .ir-cell-mid11 {
    width: 91.6666666667%;
  }
  .ir-cell-mid12 {
    width: 100%;
  }
  .ir-cell-mid-pull0 {
    right: auto;
  }
  .ir-cell-mid-pull1 {
    right: 8.3333333333%;
  }
  .ir-cell-mid-pull2 {
    right: 16.6666666667%;
  }
  .ir-cell-mid-pull3 {
    right: 25%;
  }
  .ir-cell-mid-pull4 {
    right: 33.3333333333%;
  }
  .ir-cell-mid-pull5 {
    right: 41.6666666667%;
  }
  .ir-cell-mid-pull6 {
    right: 50%;
  }
  .ir-cell-mid-pull7 {
    right: 58.3333333333%;
  }
  .ir-cell-mid-pull8 {
    right: 66.6666666667%;
  }
  .ir-cell-mid-pull9 {
    right: 75%;
  }
  .ir-cell-mid-pull10 {
    right: 83.3333333333%;
  }
  .ir-cell-mid-pull11 {
    right: 91.6666666667%;
  }
  .ir-cell-mid-pull12 {
    right: 100%;
  }
  .ir-cell-mid-push0 {
    left: auto;
  }
  .ir-cell-mid-push1 {
    left: 8.3333333333%;
  }
  .ir-cell-mid-push2 {
    left: 16.6666666667%;
  }
  .ir-cell-mid-push3 {
    left: 25%;
  }
  .ir-cell-mid-push4 {
    left: 33.3333333333%;
  }
  .ir-cell-mid-push5 {
    left: 41.6666666667%;
  }
  .ir-cell-mid-push6 {
    left: 50%;
  }
  .ir-cell-mid-push7 {
    left: 58.3333333333%;
  }
  .ir-cell-mid-push8 {
    left: 66.6666666667%;
  }
  .ir-cell-mid-push9 {
    left: 75%;
  }
  .ir-cell-mid-push10 {
    left: 83.3333333333%;
  }
  .ir-cell-mid-push11 {
    left: 91.6666666667%;
  }
  .ir-cell-mid-push12 {
    left: 100%;
  }
  .ir-cell-mid-offset0 {
    margin-left: 0%;
  }
  .ir-cell-mid-offset1 {
    margin-left: 8.3333333333%;
  }
  .ir-cell-mid-offset2 {
    margin-left: 16.6666666667%;
  }
  .ir-cell-mid-offset3 {
    margin-left: 25%;
  }
  .ir-cell-mid-offset4 {
    margin-left: 33.3333333333%;
  }
  .ir-cell-mid-offset5 {
    margin-left: 41.6666666667%;
  }
  .ir-cell-mid-offset6 {
    margin-left: 50%;
  }
  .ir-cell-mid-offset7 {
    margin-left: 58.3333333333%;
  }
  .ir-cell-mid-offset8 {
    margin-left: 66.6666666667%;
  }
  .ir-cell-mid-offset9 {
    margin-left: 75%;
  }
  .ir-cell-mid-offset10 {
    margin-left: 83.3333333333%;
  }
  .ir-cell-mid-offset11 {
    margin-left: 91.6666666667%;
  }
  .ir-cell-mid-offset12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .ir-cell-lar1, .ir-cell-lar2, .ir-cell-lar3, .ir-cell-lar4, .ir-cell-lar5, .ir-cell-lar6, .ir-cell-lar7, .ir-cell-lar8, .ir-cell-lar9, .ir-cell-lar10, .ir-cell-lar11, .ir-cell-lar12 {
    float: left;
  }
  .ir-cell-lar1 {
    width: 8.3333333333%;
  }
  .ir-cell-lar2 {
    width: 16.6666666667%;
  }
  .ir-cell-lar3 {
    width: 25%;
  }
  .ir-cell-lar4 {
    width: 33.3333333333%;
  }
  .ir-cell-lar5 {
    width: 41.6666666667%;
  }
  .ir-cell-lar6 {
    width: 50%;
  }
  .ir-cell-lar7 {
    width: 58.3333333333%;
  }
  .ir-cell-lar8 {
    width: 66.6666666667%;
  }
  .ir-cell-lar9 {
    width: 75%;
  }
  .ir-cell-lar10 {
    width: 83.3333333333%;
  }
  .ir-cell-lar11 {
    width: 91.6666666667%;
  }
  .ir-cell-lar12 {
    width: 100%;
  }
  .ir-cell-lar-pull0 {
    right: auto;
  }
  .ir-cell-lar-pull1 {
    right: 8.3333333333%;
  }
  .ir-cell-lar-pull2 {
    right: 16.6666666667%;
  }
  .ir-cell-lar-pull3 {
    right: 25%;
  }
  .ir-cell-lar-pull4 {
    right: 33.3333333333%;
  }
  .ir-cell-lar-pull5 {
    right: 41.6666666667%;
  }
  .ir-cell-lar-pull6 {
    right: 50%;
  }
  .ir-cell-lar-pull7 {
    right: 58.3333333333%;
  }
  .ir-cell-lar-pull8 {
    right: 66.6666666667%;
  }
  .ir-cell-lar-pull9 {
    right: 75%;
  }
  .ir-cell-lar-pull10 {
    right: 83.3333333333%;
  }
  .ir-cell-lar-pull11 {
    right: 91.6666666667%;
  }
  .ir-cell-lar-pull12 {
    right: 100%;
  }
  .ir-cell-lar-push0 {
    left: auto;
  }
  .ir-cell-lar-push1 {
    left: 8.3333333333%;
  }
  .ir-cell-lar-push2 {
    left: 16.6666666667%;
  }
  .ir-cell-lar-push3 {
    left: 25%;
  }
  .ir-cell-lar-push4 {
    left: 33.3333333333%;
  }
  .ir-cell-lar-push5 {
    left: 41.6666666667%;
  }
  .ir-cell-lar-push6 {
    left: 50%;
  }
  .ir-cell-lar-push7 {
    left: 58.3333333333%;
  }
  .ir-cell-lar-push8 {
    left: 66.6666666667%;
  }
  .ir-cell-lar-push9 {
    left: 75%;
  }
  .ir-cell-lar-push10 {
    left: 83.3333333333%;
  }
  .ir-cell-lar-push11 {
    left: 91.6666666667%;
  }
  .ir-cell-lar-push12 {
    left: 100%;
  }
  .ir-cell-lar-offset0 {
    margin-left: 0%;
  }
  .ir-cell-lar-offset1 {
    margin-left: 8.3333333333%;
  }
  .ir-cell-lar-offset2 {
    margin-left: 16.6666666667%;
  }
  .ir-cell-lar-offset3 {
    margin-left: 25%;
  }
  .ir-cell-lar-offset4 {
    margin-left: 33.3333333333%;
  }
  .ir-cell-lar-offset5 {
    margin-left: 41.6666666667%;
  }
  .ir-cell-lar-offset6 {
    margin-left: 50%;
  }
  .ir-cell-lar-offset7 {
    margin-left: 58.3333333333%;
  }
  .ir-cell-lar-offset8 {
    margin-left: 66.6666666667%;
  }
  .ir-cell-lar-offset9 {
    margin-left: 75%;
  }
  .ir-cell-lar-offset10 {
    margin-left: 83.3333333333%;
  }
  .ir-cell-lar-offset11 {
    margin-left: 91.6666666667%;
  }
  .ir-cell-lar-offset12 {
    margin-left: 100%;
  }
}
.ir-row {
  margin-left: 0;
  margin-right: 0;
}
.ir-row:before, .ir-row:after {
  content: " ";
  display: table;
}
.ir-row:after {
  clear: both;
}

.ir-section--content {
  width: 100%;
  margin: auto;
}
.ir-section--list {
  width: 100%;
}

.ir-section--admin, .ir-section--list {
  margin: auto;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.ir-media, .ir-media-content {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.ir-media--left {
  float: left;
}
.ir-media--right {
  float: right;
}

.ir-area {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 100;
}
.ir-has-scroll {
  overflow-y: auto;
}

.ir-header {
  top: 0;
  height: 12em;
}

.ir-body {
  top: 12em;
  bottom: 0;
}
@media (max-width: 767px) {
  .ir-body {
    right: 0;
  }
}
.ir-footer {
  height: 12em;
  bottom: 0;
}

.ir-mask {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  z-index: 200;
}
.ir-mask-menuroll {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.ir-mask-menuroll .ir-row {
  width: 100%;
}
.ir-mask-menuroll .ir-btn--big {
  display: block;
  width: 64em;
  margin: 0 auto;
}

.ir-tool {
  height: 12em;
}
.ir-tool25 {
  display: block;
  width: 25%;
  float: left;
}
.ir-tool50 {
  display: block;
  width: 50%;
  float: left;
}
.ir-tool75 {
  display: block;
  width: 75%;
  float: left;
}
.ir-tool100 {
  display: block;
  width: 100%;
  float: left;
}

.ir-line .ir-action {
  padding: 4em;
}
.ir-line .ir-action:hover {
  cursor: pointer;
}
.ir-line .material-icons {
  font-size: 5em;
}
.ir-line .material-icons.session {
  position: relative;
  font-size: 6em;
  cursor: pointer;
  margin-left: 0.2em;
  margin-top: 0.2em;
}
.ir-line .material-icons.session::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
}
.ir-line .material-icons.session.active::after {
  background-color: #4caf50;
}
.ir-line .material-icons.session.away::after {
  background-color: #ffeb3b;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 8px rgba(193, 8, 37, 0.8), 0 0 10px rgba(193, 8, 37, 0.6);
  }
  50% {
    box-shadow: 0 0 16px rgb(193, 8, 37), 0 0 5px rgba(193, 8, 37, 0.8);
  }
  100% {
    box-shadow: 0 0 8px rgba(193, 8, 37, 0.8), 0 0 10px rgba(193, 8, 37, 0.6);
  }
}
.ir-line .material-icons.session.highlight {
  animation: pulse 1.5s infinite;
  border-radius: 50%;
}
.ir-line .divider {
  display: inline-block;
  width: 1px;
  margin: 0 14px;
  height: 32px;
  background: #c6cdd3;
  vertical-align: middle;
}
.ir-line, .ir-line-content {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.ir-line-content {
  padding: 4em;
}
.ir-line-content span {
  font-size: 4em;
  line-height: 1em;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ir-line-content-flow span {
  font-size: 4em;
  line-height: 1.5em;
  display: block;
  overflow: hidden;
}
.ir-line--left {
  float: left;
}
.ir-line--left.photo-rotate {
  position: relative;
}
.ir-line--left.photo-rotate .ir-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.ir-line--right {
  float: right;
}
.ir-plugin-modal .ir-plugin-modal-title .ir-btn {
  vertical-align: top;
}
.ir-plugin-title {
  height: 14em;
}
.ir-plugin-title .ir-line-content {
  padding: 5em 4em 4em 4em;
}
.ir-plugin-title .ir-line-content span {
  line-height: 1.2em;
  font-size: 5em;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.ir-plugin-title .ir-line-content span strong {
  font-weight: 400;
}
.ir-plugin-title .ir-btn {
  padding: 2em 3em;
  margin: 3em;
}
.ir-plugin-title .ir-btn span {
  line-height: 1em;
  font-size: 3.6em;
  font-weight: 400;
}
.ir-plugin-title .ir-btn + .ir-btn {
  margin: 3em 3em 3em 0;
}
.ir-plugin-content {
  padding: 4em;
}
.ir-plugin-content .ir-plugin-instruction {
  max-width: 90em;
  margin-bottom: 4em;
}
.ir-plugin-content .ir-plugin-instruction span {
  font-size: 3em;
  line-height: 1.34em;
}
.ir-plugin-values p span {
  font-size: 4em;
}
.ir-plugin-default {
  font-size: 3em;
  text-align: center;
}
.ir-plugin-code {
  display: inline-block;
  margin: 1em;
  vertical-align: middle;
}
.ir-plugin-code span {
  font-size: 4em;
}
.ir-plugin-code span strong {
  font-weight: 400;
}
.ir-installation-plugin .ir-plugin-table:last-child {
  border-bottom: inherit;
  border-collapse: inherit;
}
.ir-installation-plugin .ir-plugin-table {
  border-bottom: 3px dotted #bbb;
  border-collapse: separate;
}
.ir-plugin-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.ir-plugin-table.optimisation-equipment tr {
  background-color: #f2f3f4;
}
.ir-plugin-table.optimisation-equipment tr:nth-of-type(odd) {
  background-color: white;
}
.ir-plugin-table tr {
  padding: 0;
  margin: 0;
}
.ir-plugin-table tr div.observation-plugins {
  margin-top: 4em;
}
.ir-plugin-table tr td {
  padding: 2em;
  margin: 0;
  position: relative;
}
.ir-plugin-table tr td .important {
  color: #c10825;
}
.ir-plugin-table tr td .ir-form-group {
  margin-bottom: 0;
}
.ir-plugin-table tr td span {
  font-size: 4em;
}
.ir-plugin-table.parts-required-table {
  margin-bottom: 8em;
}
.ir-plugin-table .plugin-table-cell {
  width: 50%;
  overflow-wrap: break-word;
}
.ir-plugin-table .plugin-table-cell:first-child {
  vertical-align: top;
}
.ir- .ir-plugin-validation td {
  padding: 0em 5em 3em 5em;
}
.ir-browse-table {
  width: 50%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.ir-browse-table.files-plugin {
  width: calc(100% - 500px);
}
.ir-browse-table tr {
  padding: 0;
  margin: 0;
}
.ir-browse-table tr td {
  padding: 2em;
  margin: 0;
  position: relative;
}
.ir-browse-table tr td .ir-form-group {
  margin-bottom: 0;
}
.ir-browse-table tr td span {
  font-size: 4em;
}

.plugin-container {
  position: relative;
}
.plugin-container .sessions {
  position: absolute;
  top: 3.5em;
  right: 20em;
  display: flex;
  column-gap: 1em;
}
.plugin-container .sessions i {
  font-size: 6em;
}

.ir-modal {
  position: absolute;
  top: 4em;
  left: 4em;
  right: 4em;
  bottom: 4em;
}
.ir-modal--body {
  position: absolute;
  top: 12em;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.ir-modal--body.has-footer {
  bottom: 14em;
}
.ir-modal-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
}
.ir-modal-table tbody.optimisation-equipment {
  border-bottom: 2em solid white;
  border-top: 2em solid white;
  background-color: #f2f3f4;
}
.ir-modal-table tbody.optimisation-equipment tr td.margin {
  padding: 0 0 2em 2em;
}
.ir-modal-table tbody.optimisation-equipment tr:first-child td.margin {
  padding: 2em 0 2em 2em;
}
.ir-modal-table tbody.optimisation-equipment tr:first-child td.margin-big {
  padding: 2em 0 6em 0;
}
.ir-modal-table tr {
  padding: 0;
  margin: 0;
}
.ir-modal-table tr td {
  padding: 0;
  margin: 0;
}
.ir-modal-table tr td.margin {
  padding: 0 0 2em 0;
}
.ir-modal-table tr td.margin-big {
  padding: 1em 0 6em 0;
  vertical-align: top;
}
.ir-modal-table tr td.margin-big span.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.ir-modal-table tr td h2 {
  padding: 0;
}
.ir-modal-table tr td h2 span {
  font-size: 5em;
}
.ir-modal-table tr td span {
  font-size: 4em;
}
.ir-freetext-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
}
.ir-freetext-table tbody.optimisation-equipment {
  border-bottom: 2em solid white;
  border-top: 2em solid white;
  background-color: #f2f3f4;
}
.ir-freetext-table tbody.optimisation-equipment tr td.margin {
  padding: 0 0 2em 2em;
}
.ir-freetext-table tbody.optimisation-equipment tr:first-child td.margin {
  padding: 2em 0 2em 2em;
}
.ir-freetext-table tbody.optimisation-equipment tr:first-child td.margin-big {
  padding: 2em 0 6em 0;
}
.ir-freetext-table tr {
  padding: 0;
  margin: 0;
}
.ir-freetext-table tr td {
  padding: 0;
  margin: 0;
}
.ir-freetext-table tr td.margin {
  padding: 0 0 2em 0;
}
.ir-freetext-table tr td.margin-big {
  padding: 0 0 6em 0;
}
.ir-freetext-table tr td.margin-big span.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.ir-freetext-table tr td h2 {
  padding: 0;
}
.ir-freetext-table tr td h2 span {
  font-size: 5em;
}

.centered-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ir-position--t {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.ir-position--b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ir-position--m {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ir-position--tl {
  position: absolute;
  top: 0;
  left: 0;
}
.ir-position--tr {
  position: absolute;
  top: 0;
  right: 0;
}
.ir-position--tr.modal {
  top: 4em;
  right: 4em;
}
.ir-position--bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ir-position--br {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ir-position-icon--m {
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.ir-line-title {
  padding-top: 4em;
  background-color: white;
}
.ir-line-title .ir-line--right {
  padding-right: 4em;
}
.ir-line-title .ir-text-title {
  padding: 2em 4em;
}
.ir-line-title .ir-text-title span {
  font-size: 4em;
}
.ir-line-title .ir-text-title.offline {
  color: gray;
}
.ir-content-flow {
  position: fixed;
  top: 12em;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.ir-content-flow.has-filter {
  top: 24em;
}
.ir-content-flow.has-plugin {
  bottom: 14em;
}
.ir-section--list .ir-content-flow.has-filter {
  position: absolute;
  top: 28em;
}
.ir-section--list .ir-content-flow.has-actions {
  top: 28em;
}
.ir-modal--body .ir-content-flow {
  position: fixed;
  top: 16em;
  bottom: 4em;
  left: 4em;
  right: 4em;
  overflow-x: hidden;
  overflow-y: auto;
}
.ir-modal--body .ir-content-flow.has-filter {
  top: 28em;
}
.ir-modal--body .ir-content-flow.has-plugin {
  padding-bottom: 18em;
}
.ir-modal--body .ir-content-flow.has-footer {
  bottom: 18em;
}
.ir-modal--body .ir-modal-loaded-icon .material-icons {
  font-size: 101px;
}
.ir-content-fixed {
  padding: 9em;
  /*min-height:100em;*/
  min-height: 100%;
}
.ir-content-fixed h1 {
  display: inline-block;
  padding: 0.1em 1em;
  margin: 5em 0 12em 0;
}
.ir-content-fixed h1 span {
  font-size: 7em;
  text-transform: uppercase;
  font-weight: 300;
}
.ir-content-fixed h2 {
  padding: 4em 0;
}
.ir-content-fixed h2 span {
  font-size: 5em;
  font-weight: 400;
}
.ir-content-fixed p span {
  font-size: 4em;
  font-weight: 600;
}
.ir-content--modal h1 {
  display: inline-block;
  padding: 0.1em 1em;
  margin: 5em 0 12em 0;
}
.ir-content--modal h1 span {
  font-size: 7em;
  text-transform: uppercase;
  font-weight: 300;
}
.ir-content--modal h2 {
  padding: 0 0em 4em 0em;
}
.ir-content--modal h2.modal {
  padding: 0 20em 4em 20em;
}
.ir-content--modal h2 span {
  font-size: 5em;
  font-weight: 400;
}
.ir-content--modal.th-content-customer {
  margin-bottom: 8em;
  padding: 5em 6em 6em;
  background-color: #f2f3f4;
}
.ir-content--modal .th-plugin-line--add-customer td {
  padding: 0 0 0 6em !important;
}
.ir-content--modal .th-plugin-line--remove-customer {
  padding: 0em 2em 6em !important;
}
.ir-content--modal.full-height {
  height: calc(100% - 50px);
}
.ir-content--modal.full-height .ir-form-group {
  height: 100%;
}
.ir-content--modal.full-height .ir-form-group textarea {
  height: 100%;
}

.ir-txt--left {
  text-align: left;
}
.ir-txt--right {
  text-align: right;
}
.ir-txt--big {
  text-align: center;
}
.ir-txt--big span {
  font-size: 5em !important;
  line-height: 2em;
}

.ir-login-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 9em 0 0 0;
}
.ir-login-table tr {
  padding: 0;
  margin: 0;
}
.ir-login-table tr td {
  padding: 0 0 5em 0;
  margin: 0;
}
.ir-login-table tr td h2 {
  padding: 0;
}
.ir-login-table tr td h2 span {
  font-size: 4em;
  text-transform: uppercase;
}
.ir-login-table tr td span {
  font-size: 4em;
}

.ir-logo {
  width: 23em;
  margin: 4.5em;
}
.ir-spinner {
  width: 12em;
  height: 12em;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomright: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  animation: spinner 2s infinite ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes spinner {
  0% {
    transform: translateX(-50%) translateY(-50%) perspective(250px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) perspective(250px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) perspective(250px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) perspective(250px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: translateX(-50%) translateY(-50%) perspective(250px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.ir-item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.ir-item-line:before, .ir-item-line:after {
  content: " ";
  display: table;
}
.ir-item-line:after {
  clear: both;
}
.ir-item-line.indent .ir-item-cell:first-child {
  padding: 4em 4em 3.8em 13em;
}
.ir-item-line.indent-double .ir-item-cell:first-child {
  padding: 4em 4em 3.8em 28em;
}
.ir-item-line.clickable .ir-item-cell:hover {
  cursor: pointer;
}
.ir-item-line.nobreak:before, .ir-item-line.nobreak:after {
  content: " ";
  display: inline;
}
.ir-item-line.new-report {
  color: #c10825;
}
.ir-item-line.new-inspection {
  background-color: #ecf7e8 !important;
}
.ir-item-line.offline-not-loaded {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.ir-item-line.offline-not-loaded .ir-item-cell {
  cursor: not-allowed;
}
.ir-item-line.offline-not-loaded .ir-item-cell:hover {
  cursor: not-allowed;
}
.ir-item-selector {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.ir-item-selector i {
  padding: 0.36em 0.4em 0.4em 0.4em;
  font-size: 7em;
}
.ir-item-selector i:hover {
  cursor: pointer;
}
.ir-item-empty p {
  text-align: center;
}
.ir-item-empty p span {
  font-size: 4em;
}
.ir-item-cell {
  position: relative;
  height: 11.6em;
  padding: 0 4em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.ir-item-cell.size-custom--startdate {
  width: 10%;
}
.ir-item-cell.size-custom--startdate.installation {
  width: 13.8%;
}
.ir-item-cell.size-custom--startdate.fullwidth {
  width: 25%;
}
.ir-item-cell.size-custom--startdate.fullwidth.installation {
  width: 28.8%;
}
.ir-item-cell.size-custom--name {
  width: 14%;
}
.ir-item-cell.size-custom--name.installation {
  width: 17.8%;
}
.ir-item-cell.size-custom--name.fullwidth {
  width: 29%;
}
.ir-item-cell.size-custom--name.fullwidth.installation {
  width: 32.8%;
}
.ir-item-cell.size-custom--customer {
  width: 14%;
}
.ir-item-cell.size-custom--customer.installation {
  width: 17.8%;
}
.ir-item-cell.size-custom--customer.fullwidth {
  width: 29%;
}
.ir-item-cell.size-custom--customer.fullwidth.installation {
  width: 32.8%;
}
.ir-item-cell.size-custom--equipment {
  width: 15%;
}
.ir-item-cell.size-custom--equipment.installation {
  width: 18.8%;
}
.ir-item-cell.size-custom--equipment.fullwidth {
  width: 30%;
}
.ir-item-cell.size-custom--equipment.fullwidth.installation {
  width: 33.8%;
}
.ir-item-cell.size-custom--equipment-number {
  width: 15%;
}
.ir-item-cell.size-custom--equipment-number.fullwidth {
  width: 30%;
}
.ir-item-cell.size-custom--fst {
  width: 13%;
}
.ir-item-cell.size-custom--fst.installation {
  width: 16.8%;
}
.ir-item-cell.size-custom--fst.fullwidth {
  width: 28%;
}
.ir-item-cell.size-custom--fst.fullwidth.installation {
  width: 31.8%;
}
.ir-item-cell.size-custom--progression {
  width: 8%;
}
.ir-item-cell.size-custom--progression.fullwidth {
  width: 23%;
}
.ir-item-cell.size-custom--status {
  width: 10%;
}
.ir-item-cell.size-custom--status.fullwidth {
  width: 25%;
}
.ir-item-cell span {
  font-size: 3em;
  line-height: 1.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
}
.ir-item-cell span.icon-label {
  padding-left: 1.8em;
  position: relative;
}
.ir-item-cell span.icon-label i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  margin: -0.05em 0 0 0;
}
.ir-item-cell span i {
  font-size: 1em;
  padding: 0em;
  margin: 0.1em 0.1em 0.1em 0;
  vertical-align: middle;
}
.ir-item-cell span.noellipsis {
  font-size: 4em;
  line-height: 1.2em;
  display: inline-block;
  overflow: hidden;
  white-space: initial;
}
.ir-item-cell.two-values {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ir-item-cell.two-values span {
  width: 100%;
  display: block;
  max-height: 1.2em;
  white-space: nowrap;
}
.ir-item-cell.two-values span.important {
  color: #c10825;
}
.ir-item-cell.right {
  justify-content: flex-end;
  text-align: right;
}
.ir-item-cell.center {
  justify-content: center;
  text-align: center;
}
.ir-item-cell.strong span {
  font-weight: 600;
}
.ir-item-cell.statut span,
.ir-item-cell.statut .material-icons, .ir-item-cell.exports span,
.ir-item-cell.exports .material-icons {
  display: inline-block;
  vertical-align: middle;
}
.ir-item-cell.statut .material-icons + .material-icons,
.ir-item-cell.statut .material-icons + span, .ir-item-cell.exports .material-icons + .material-icons,
.ir-item-cell.exports .material-icons + span {
  margin-left: 0.2em;
}
.ir-item-cell.statut.s2 span, .ir-item-cell.statut.s3 span, .ir-item-cell.statut.s1 span, .ir-item-cell.exports.s2 span, .ir-item-cell.exports.s3 span, .ir-item-cell.exports.s1 span {
  width: auto;
}
.ir-item-cell.exports .material-icons {
  cursor: pointer;
  color: black;
}
.ir-item-cell.exports .material-icons.internal {
  color: #c10825;
}
.ir-item-cell i.list-icon {
  position: absolute;
  left: 0;
}
.ir-item-cell.s1 {
  width: 10%;
}
.ir-item-cell.s1 span {
  width: 100%;
}
.ir-item-cell.s2 {
  width: 20%;
}
.ir-item-cell.s2 span {
  width: 100%;
}
.ir-item-cell.s3 {
  width: 30%;
}
.ir-item-cell.s3 span {
  width: 100%;
}
.ir-item-cell.s4 {
  width: 40%;
}
.ir-item-cell.s4 span {
  width: 100%;
}
.ir-item-cell.s5 {
  width: 50%;
}
.ir-item-cell.s5 span {
  width: 100%;
}
.ir-item-cell.s6 {
  width: 60%;
}
.ir-item-cell.s6 span {
  width: 100%;
}
.ir-item-cell.s7 {
  width: 70%;
}
.ir-item-cell.s7 span {
  width: 100%;
}
.ir-item-cell.s8 {
  width: 80%;
}
.ir-item-cell.s8 span {
  width: 100%;
}
.ir-item-cell.s9 {
  width: 90%;
}
.ir-item-cell.s9 span {
  width: 100%;
}
.ir-item-cell.s10 {
  width: 100%;
}
.ir-item-cell.s10 span {
  width: 100%;
}

.ir-popup {
  position: absolute;
  top: 1.4em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.ir-popup span {
  font-size: 1.6em;
  font-weight: 600;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 44em;
}

.ir-carousel {
  padding: 4em;
  position: absolute;
  text-align: center;
  overflow: hidden;
  margin-left: 4em;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  min-height: 100%;
}
.ir-carousel img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ir-carousel .material-icons {
  font-size: 10em;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.ir-carousel-image {
  width: 60%;
  float: left;
  height: 100%;
}
.ir-carousel-control {
  height: 100%;
  float: left;
  width: 20%;
}
.ir-snack-bar-container {
  position: fixed;
  z-index: 400;
  bottom: 0;
  width: 100%;
}
.ir-snack-bar-container .ir-snack-bar {
  position: relative;
  width: 300px;
  min-height: 65px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  animation: fadein 0.5s;
}
.ir-snack-bar-container .ir-snack-bar.snack-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.ir-snack-bar-container .ir-snack-bar.snack-error {
  background-color: #f2dede;
  color: #a94442;
}
.ir-snack-bar-container .ir-snack-bar.snack-info {
  background-color: #d9edf7;
  color: #31708f;
}
.ir-snack-bar-container .ir-snack-bar.snack-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.ir-snack-bar-container .ir-snack-bar .snack-bar-header {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
}
@keyframes fadein {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

.ir-load-spinner-container {
  position: absolute;
  z-index: 400;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.ir-load-spinner-container .ir-load-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.ir-load-spinner-container .ir-load-spinner, .ir-modal-load-spinner-container .ir-load-spinner {
  height: 80px;
}
.ir-load-spinner-container .ir-load-spinner .rect, .ir-modal-load-spinner-container .ir-load-spinner .rect {
  background-color: #9a061d;
  height: 100%;
  width: 8px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.ir-load-spinner-container .ir-load-spinner .rect2, .ir-modal-load-spinner-container .ir-load-spinner .rect2 {
  animation-delay: -1.1s;
}
.ir-load-spinner-container .ir-load-spinner .rect3, .ir-modal-load-spinner-container .ir-load-spinner .rect3 {
  animation-delay: -1s;
}
.ir-load-spinner-container .ir-load-spinner .rect4, .ir-modal-load-spinner-container .ir-load-spinner .rect4 {
  animation-delay: -0.9s;
}
.ir-load-spinner-container .ir-load-spinner .rect5, .ir-modal-load-spinner-container .ir-load-spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

li.ir-file-node {
  list-style: none;
}

.ir-file-manager-content {
  height: 100%;
}

.ir-file-manager-droparea {
  height: calc(100% - 62px);
}

ul.ir-file-tree {
  padding-left: 40px;
}
ul.ir-file-tree div.ir-file-node-container {
  cursor: pointer;
  padding: 7px 0px;
}
ul.ir-file-tree div.ir-file-node-container:hover {
  background-color: #f3f3f3;
}
ul.ir-file-tree div.ir-file-node-container.opened {
  background-color: #eeeeee;
}
ul.ir-file-tree div.ir-file-node-container div.ir-node-value, ul.ir-file-tree div.ir-file-node-container div.ir-node-icon {
  display: inline-block;
  vertical-align: middle;
}
ul.ir-file-tree div.ir-file-node-container div.ir-node-icon {
  width: 24px;
}
ul.ir-file-tree div.ir-file-node-container div.ir-node-value {
  padding: 0 5px;
  font-size: 3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.ir-file-tree div.ir-file-node-container .material-icons {
  vertical-align: middle;
  color: #8f8f8f;
  cursor: pointer;
}

.ir-version-block {
  height: 100%;
  display: flex;
  column-gap: 8px;
}
.ir-version-navigation {
  padding: 24px;
  width: calc(30% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F6F6F6;
}
.ir-version-navigation--titles {
  font-size: 4em;
  overflow-y: auto;
}
.ir-version-navigation--title {
  padding-left: 8px;
  margin-bottom: 16px;
  border-left: 3px solid transparent;
  cursor: pointer;
}
.ir-version-navigation--title.active {
  border-color: #c10825;
}
.ir-version-content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 4em;
  width: 70%;
}
.ir-version-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  background: #F6F6F6;
}
.ir-version-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ir-version-text {
  height: calc(30% - 8px);
  padding: 24px;
  background: #F6F6F6;
  overflow-y: auto;
}
.ir-version-text--title {
  margin-bottom: 8px;
}

.ir-parts-management-text {
  font-size: 4em;
  margin-bottom: 15px;
}
.ir-parts-management-section {
  padding: 24px;
  background: #F6F6F6;
  margin-bottom: 20px;
}

.hotspot-active {
  cursor: pointer;
  opacity: 0.5;
}

.tooltip-active {
  visibility: visible;
  opacity: 0.95;
}

.loading::before,
.loading::after {
  content: "";
  position: absolute;
  z-index: 1000;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: #000;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.canvas-drawing-container {
  position: relative;
}
.canvas-drawing-container .canvas-drawing {
  border: 1px solid #000;
  background-color: #fff;
}
.canvas-drawing-container button {
  position: absolute;
  top: 0;
  right: 0;
}

.angular-editor {
  font-size: 20px;
}
.angular-editor .show-placeholder span.angular-editor-placeholder {
  font-size: inherit !important;
}
.angular-editor .angular-editor-textarea i,
.angular-editor .angular-editor-textarea b,
.angular-editor .angular-editor-textarea span {
  background-color: none !important;
  font-size: inherit !important;
}
.angular-editor .angular-editor-textarea ol,
.angular-editor .angular-editor-textarea ul {
  margin-left: 10px;
}
.angular-editor-view {
  list-style-position: inside;
  font-size: 20px;
}
.angular-editor-view div,
.angular-editor-view i,
.angular-editor-view b,
.angular-editor-view span {
  font-size: inherit !important;
}
.angular-editor-view ul {
  list-style: none;
}
.angular-editor-view ul li:before {
  content: "•";
  font-size: 10pt;
  margin-right: 5px;
}
.angular-editor-view ul li,
.angular-editor-view ol li {
  font-size: 20px;
  margin-right: 5px;
}
.angular-editor-view ul li span,
.angular-editor-view ol li span {
  background-color: none !important;
  font-size: inherit !important;
}
.angular-editor-view ul li span i,
.angular-editor-view ol li span i {
  font-size: inherit !important;
}

.ir-plugin-photo .ir-line-photo-comment {
  font-size: 3.2em;
  margin: 310px auto 0px auto;
  width: 400px;
}
.ir-plugin-photo .ir-line-photo-comment span {
  height: 60px;
  text-overflow: clip;
}
.ir-plugin-photo .photo-buttons .ir-btn.th-btn-normal {
  background-color: #f9f9f9;
}
.ir-image-upload {
  width: 50%;
  text-align: center;
  padding-bottom: 30px;
  border: 2px solid white;
}
.ir-image-upload .video-container {
  width: 80%;
  text-align: center;
  margin: auto;
}
.ir-image-upload .video-container .ir-canvas-preview {
  margin-top: 100px;
}
.ir-image-upload .video-container .video-button {
  background-color: white;
}
.ir-image-upload .video-container .take-photo-container {
  margin-top: 30px;
}
.ir-image-upload .video-container .take-photo-container .ir-btn {
  background-color: #c10825;
  border-radius: 100px;
}
.ir-image-upload .video-container .take-photo-container .ir-btn .material-icons {
  color: white;
}
.ir-image-upload .drag-and-drop .icon-container {
  padding: 30px;
}
.ir-image-upload .drag-and-drop .icon-container .photo-icon {
  font-size: 25em;
}
.ir-image-upload .drag-and-drop p {
  font-size: 3.8em;
}
.ir-image-upload .drag-and-drop p.small-text {
  font-size: 3.2em;
  margin-top: 10px;
}
.ir-image-upload .image-upload-divider {
  margin: 35px;
}
.ir-image-upload .image-upload-divider div {
  margin: auto;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #dcdfe1;
  line-height: 0.1em;
}
.ir-image-upload .image-upload-divider div span {
  color: #dcdfe1;
  background: #fff;
  padding: 0 10px;
  font-size: 3.8em;
}
.ir-plugin-photo + .ir-plugin-photo {
  margin-top: 4em;
}
.ir-plugin-area--photo {
  width: 60em;
  height: 60em;
  padding: 20em;
  position: relative;
  text-align: center;
  overflow: hidden;
  float: left;
}
.ir-plugin-area--photo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.ir-plugin-area--photo svg {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  position: absolute;
}
.ir-plugin-area--photo + .ir-plugin-area--photo {
  margin-left: 4em;
}
.ir-plugin-photo--fixed {
  padding: 4em;
  position: absolute;
  text-align: center;
  /*overflow: hidden;*/
  margin-right: 4em;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  min-height: 100%;
}
.ir-plugin-photo--fixed.photo-edit {
  right: 0;
}
.ir-plugin-photo--fixed.photo-edit .border {
  position: absolute;
}
.ir-plugin-photo--fixed.photo-edit .border .bottom-right, .ir-plugin-photo--fixed.photo-edit .border .bottom-left, .ir-plugin-photo--fixed.photo-edit .border .top-right, .ir-plugin-photo--fixed.photo-edit .border .top-left {
  overflow: hidden;
  z-index: 200;
  position: absolute;
  width: 0px;
  height: 0px;
}
.ir-plugin-photo--fixed.photo-edit .border .bottom-right .resizer, .ir-plugin-photo--fixed.photo-edit .border .bottom-left .resizer, .ir-plugin-photo--fixed.photo-edit .border .top-right .resizer, .ir-plugin-photo--fixed.photo-edit .border .top-left .resizer {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: black;
  border-radius: 4px;
  top: 5px;
  right: 5px;
}
.ir-plugin-photo--fixed.photo-edit .border .top-left {
  top: -10px;
  left: -12px;
  cursor: nwse-resize;
}
.ir-plugin-photo--fixed.photo-edit .border .top-right {
  top: -10px;
  right: -10px;
  cursor: nesw-resize;
}
.ir-plugin-photo--fixed.photo-edit .border .bottom-left {
  bottom: -12px;
  left: -12px;
  cursor: nesw-resize;
}
.ir-plugin-photo--fixed.photo-edit .border .bottom-right {
  bottom: -12px;
  right: -10px;
  cursor: nwse-resize;
}
.ir-plugin-photo--fixed img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.ir-plugin-photo--fixed img.edit-image {
  top: 44%;
  max-height: calc(100% - 60px);
}
.ir-plugin-photo--fixed .edit-svg {
  top: 44%;
  max-height: calc(100% - 60px);
}
.ir-plugin-photo--fixed .edit-svg svg {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  position: absolute;
}
.ir-plugin-modal--photonote {
  padding-left: 4em;
}

.ir-plugin-attachements + .ir-plugin-attachements {
  margin-top: 4em;
}
.ir-plugin-area--attachements {
  width: 60em;
  height: 60em;
  padding: 20em;
  position: relative;
  text-align: center;
  overflow: hidden;
  float: left;
}
.ir-plugin-area--attachements + .ir-plugin-area--attachements {
  margin-left: 4em;
}
.ir-plugin-attachements--fixed {
  padding: 4em;
  position: absolute;
  text-align: center;
  overflow: hidden;
  margin-right: 4em;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  min-height: 100%;
}
.ir-plugin-attachements--fixed.attachements-edit {
  right: 0;
}
.ir-plugin-attachements--fixed.attachements-edit .border {
  position: absolute;
}
.ir-plugin-attachements--fixed.attachements-edit .border .bottom-right, .ir-plugin-attachements--fixed.attachements-edit .border .bottom-left, .ir-plugin-attachements--fixed.attachements-edit .border .top-right, .ir-plugin-attachements--fixed.attachements-edit .border .top-left {
  overflow: hidden;
  z-index: 200;
  position: absolute;
  width: 0px;
  height: 0px;
}
.ir-plugin-attachements--fixed.attachements-edit .border .bottom-right .resizer, .ir-plugin-attachements--fixed.attachements-edit .border .bottom-left .resizer, .ir-plugin-attachements--fixed.attachements-edit .border .top-right .resizer, .ir-plugin-attachements--fixed.attachements-edit .border .top-left .resizer {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: black;
  border-radius: 4px;
  top: 5px;
  right: 5px;
}
.ir-plugin-attachements--fixed.attachements-edit .border .top-left {
  top: -10px;
  left: -12px;
  cursor: nwse-resize;
}
.ir-plugin-attachements--fixed.attachements-edit .border .top-right {
  top: -10px;
  right: -10px;
  cursor: nesw-resize;
}
.ir-plugin-attachements--fixed.attachements-edit .border .bottom-left {
  bottom: -12px;
  left: -12px;
  cursor: nesw-resize;
}
.ir-plugin-attachements--fixed.attachements-edit .border .bottom-right {
  bottom: -12px;
  right: -10px;
  cursor: nwse-resize;
}
.ir-plugin-modal--attachementsnote {
  padding-left: 4em;
}

.ir-installationreceived_comment {
  display: flex;
  white-space: pre-wrap;
  text-align: start !important;
}

.ir-plugin-info p span {
  font-size: 4em;
  font-weight: 400;
}
.ir-plugin-info p span strong {
  font-weight: 600;
}

.baseline-ok {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/content/svg/baseline-ok.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.ir-pluginedit-totaltimetorepair .ir-content--modal p {
  padding: 0 0em 4em 0em;
}
.ir-pluginedit-totaltimetorepair .ir-content--modal p span {
  font-size: 3.5em;
  font-weight: 400;
}

bg1, .th-btn-remove, .th-btn-action, .th-required, .th-model.selected:nth-of-type(even), .th-model.selected:nth-of-type(odd), .th-model.selected, .th-content h1, .th-spinner {
  background-color: #c10825;
}

bgd1, .th-btn-remove:hover, .th-btn-remove:focus, .th-btn-remove.focus, .th-btn-remove:active, .th-btn-action:hover, .th-btn-action:focus, .th-btn-action.focus, .th-btn-action:active, .th-model.selected:nth-of-type(even):active, .th-model.selected:nth-of-type(odd):active {
  background-color: rgb(153.823880597, 6.376119403, 29.4895522388);
}

clr1, .th-carousel .material-icons, .th-btn-plugin:hover span, .th-btn-plugin:hover i, .th-btn-plugin:focus span, .th-btn-plugin:focus i, .th-btn-plugin.focus span, .th-btn-plugin.focus i, .th-btn-plugin:active span, .th-btn-plugin:active i, .th-btn-plugin span, .th-btn-plugin i, .th-btn-normal:hover span, .th-btn-normal:hover i, .th-btn-normal:focus span, .th-btn-normal:focus i, .th-btn-normal.focus span, .th-btn-normal.focus i, .th-btn-normal:active span, .th-btn-normal:active i, .th-btn-icon:hover span, .th-btn-icon:hover i, .th-btn-icon:focus span, .th-btn-icon:focus i, .th-btn-icon.focus span, .th-btn-icon.focus i, .th-btn-icon:active span, .th-btn-icon:active i, .th-btn-normal span, .th-btn-normal i, .th-btn-icon span, .th-btn-icon i, .th-plugin-line--remove i, .th-plugin-line--data.important, .th-plugin-line--value.important, .th-plugin-line-td--checkbox td.check-box .material-icons.important, .th-plugin-line--checkbox .material-icons.important, .th-plugin-line--content td strong.important, .th-plugin-values p span strong, .th-plugin .ir-plugin-code strong, .th-plugin .ir-plugin-title .ir-line-content span strong, .th-order .ir-item-cell.important span, .th-model .ir-item-cell.important span, .th-inspection.active span, .th-inspection .ir-item-cell.important span, .th-header strong, .th-header a, .th-popup span strong, .th-txt--error, .th-txt span strong, .material-icons.warning, .ir-version-navigation--title.active, .ir-version-text--title {
  color: #c10825;
}

clrd1 {
  color: rgb(153.823880597, 6.376119403, 29.4895522388);
}

bg2, .th-btn-unactive:hover, .th-btn-unactive:focus, .th-btn-unactive.focus, .th-btn-unactive:active, .th-btn-unactive, .th-btn-search, .th-btn-footerplugin, .th-btn-menulevel, .th-btn-menusearch, .th-btn-menuroll, .th-btn-normal, .th-btn-icon, .th-plugin, .th-folder:nth-of-type(odd), .th-point:nth-of-type(odd), .th-section:nth-of-type(odd), .th-model:nth-of-type(odd), .th-inspection:nth-of-type(odd), .th-modal--footer, .th-modal, .th-header, .th-content, .th-home, .th-footer-plugins {
  background-color: #ffffff;
}

bgd2, .th-btn-search:hover, .th-btn-search:focus, .th-btn-search.focus, .th-btn-search:active, .th-btn-footerplugin:hover, .th-btn-footerplugin:focus, .th-btn-footerplugin.focus, .th-btn-footerplugin:active, .th-btn-menusublevel:hover, .th-btn-menusublevel:focus, .th-btn-menusublevel.focus, .th-btn-menusublevel:active, .th-btn-menulevel:hover, .th-btn-menulevel:focus, .th-btn-menulevel.focus, .th-btn-menulevel:active, .th-btn-menusearch:hover, .th-btn-menusearch:focus, .th-btn-menusearch.focus, .th-btn-menusearch:active, .th-btn-menuroll:hover, .th-btn-menuroll:focus, .th-btn-menuroll.focus, .th-btn-menuroll:active, .th-btn-normal:hover, .th-btn-normal:focus, .th-btn-normal.focus, .th-btn-normal:active, .th-btn-icon:hover, .th-btn-icon:focus, .th-btn-icon.focus, .th-btn-icon:active, .th-folder.clickable:active, .th-point.clickable:active, .th-section.clickable:active, .th-order.clickable:active, .th-model.clickable:active, .th-inspection.clickable:active {
  background-color: rgb(234.6, 234.6, 234.6);
}

clr2, .th-btn-remove:hover span, .th-btn-remove:hover i, .th-btn-remove:focus span, .th-btn-remove:focus i, .th-btn-remove.focus span, .th-btn-remove.focus i, .th-btn-remove:active span, .th-btn-remove:active i, .th-btn-remove span, .th-btn-remove i, .th-btn-form:hover span, .th-btn-form:hover i, .th-btn-form:focus span, .th-btn-form:focus i, .th-btn-form.focus span, .th-btn-form.focus i, .th-btn-form:active span, .th-btn-form:active i, .th-btn-form span, .th-btn-form i, .th-btn-modal--action:hover span, .th-btn-modal--action:hover i, .th-btn-modal--action:focus span, .th-btn-modal--action:focus i, .th-btn-modal--action.focus span, .th-btn-modal--action.focus i, .th-btn-modal--action:active span, .th-btn-modal--action:active i, .th-btn-modal--action span, .th-btn-modal--action i, .th-btn-action:hover span, .th-btn-action:hover i, .th-btn-action:focus span, .th-btn-action:focus i, .th-btn-action.focus span, .th-btn-action.focus i, .th-btn-action:active span, .th-btn-action:active i, .th-btn-action span, .th-btn-action i, .th-model.selected, .th-content h1 span {
  color: #ffffff;
}

clrd2 {
  color: rgb(234.6, 234.6, 234.6);
}

bg3, .th-carousel .ir-carousel-control:hover, .th-btn-modal, .th-btn-menusublevel, .th-select .ir-line-content, .th-plugin-line--content:nth-of-type(odd), .th-plugin-attachements .ir-plugin-area--attachements,
.th-plugin-attachements .ir-plugin-attachements--fixed, .th-plugin-photo .ir-plugin-area--photo,
.th-plugin-photo .ir-plugin-photo--fixed, .th-plugin img, .th-plugin h2, .th-section-dark:nth-of-type(odd), .th-filter, .th-modal .ir-modal--title, .th-content .ir-form-set, .th-body {
  background-color: #dde1e5;
}

bgd3, .th-btn-modal:hover, .th-btn-modal:focus, .th-btn-modal.focus, .th-btn-modal:active, .th-filter-modal, .th-filter .ir-item-cell.clickable.active, .th-filter .ir-item-cell.clickable:active, .th-content-flow--dark {
  background-color: rgb(197.88, 204.6, 211.32);
}

clr3, .th-btn-modal--content:hover span, .th-btn-modal--content:hover i, .th-btn-modal--content:focus span, .th-btn-modal--content:focus i, .th-btn-modal--content.focus span, .th-btn-modal--content.focus i, .th-btn-modal--content:active span, .th-btn-modal--content:active i, .th-btn-modal--content span, .th-btn-modal--content i, .th-btn-menu:hover span, .th-btn-menu:hover i, .th-btn-menu:focus span, .th-btn-menu:focus i, .th-btn-menu.focus span, .th-btn-menu.focus i, .th-btn-menu:active span, .th-btn-menu:active i, .th-btn-menu span, .th-btn-menu i, .th-required span, .th-plugin-line--numbers i.th-disabled:hover, .th-plugin-line--numbers i.th-disabled:active, .th-plugin-line--numbers i.th-disabled, .th-plugin-line--remove i.th-disabled:hover, .th-plugin-line--remove i.th-disabled:active, .th-plugin-line--remove i.th-disabled, .th-file {
  color: #dde1e5;
}

clrd3 {
  color: rgb(197.88, 204.6, 211.32);
}

bg4, .th-plugin-line--header, .th-plugin .ir-plugin-title, .th-filter-modal .ir-item-cell.clickable.active, .th-filter-modal .ir-item-cell.clickable:active, .th-content .ir-form-set:focus {
  background-color: #b0b4b7;
}

bgd4, .th-btn-plugin:hover, .th-btn-plugin:focus, .th-btn-plugin.focus, .th-btn-plugin:active {
  background-color: rgb(154.6543046358, 159.7350993377, 163.5456953642);
}

clr4, .th-plugin-line--numbers i {
  color: #b0b4b7;
}

clrd4 {
  color: rgb(154.6543046358, 159.7350993377, 163.5456953642);
}

bg5, .th-btn-form, .th-btn-modal--action, .th-btn-modal--content, .th-btn-menu, .th-file {
  background-color: #575a5d;
}

bgd5, .th-btn-form:hover, .th-btn-form:focus, .th-btn-form.focus, .th-btn-form:active, .th-btn-modal--action:hover, .th-btn-modal--action:focus, .th-btn-modal--action.focus, .th-btn-modal--action:active, .th-btn-modal--content:hover, .th-btn-modal--content:focus, .th-btn-modal--content.focus, .th-btn-modal--content:active, .th-btn-menu:hover, .th-btn-menu:focus, .th-btn-menu.focus, .th-btn-menu:active {
  background-color: rgb(67.28, 69.6, 71.92);
}

clr5, .th-plugin-line--numbers i:active, .th-plugin-line-td--checkbox td.check-box .material-icons, .th-plugin-line--checkbox .material-icons, .th-filter {
  color: #575a5d;
}

clrd5 {
  color: rgb(67.28, 69.6, 71.92);
}

bg6 {
  background-color: #343435;
}

bgd6 {
  background-color: rgb(31.7942857143, 31.7942857143, 32.4057142857);
}

clr6, .th-btn-modal:hover span, .th-btn-modal:hover i, .th-btn-modal:focus span, .th-btn-modal:focus i, .th-btn-modal.focus span, .th-btn-modal.focus i, .th-btn-modal:active span, .th-btn-modal:active i, .th-btn-modal span, .th-btn-modal i, .th-select .ir-line-content, .th-filter-modal, .th-modal .ir-modal--title, .th-content .ir-form-set, .th-content h2 span {
  color: #343435;
}

clrd6 {
  color: rgb(31.7942857143, 31.7942857143, 32.4057142857);
}

bg7 {
  background-color: #1e1e1e;
}

bgd7 {
  background-color: rgb(9.6, 9.6, 9.6);
}

clr7, .th-btn-footerplugin:hover span, .th-btn-footerplugin:hover i, .th-btn-footerplugin:focus span, .th-btn-footerplugin:focus i, .th-btn-footerplugin.focus span, .th-btn-footerplugin.focus i, .th-btn-footerplugin:active span, .th-btn-footerplugin:active i, .th-btn-footerplugin span, .th-btn-footerplugin i, .th-btn-menurollalt:hover span, .th-btn-menurollalt:hover i, .th-btn-menurollalt:focus span, .th-btn-menurollalt:focus i, .th-btn-menurollalt.focus span, .th-btn-menurollalt.focus i, .th-btn-menurollalt:active span, .th-btn-menurollalt:active i, .th-btn-menurollalt span, .th-btn-menurollalt i, .th-btn-menusublevel:hover span, .th-btn-menusublevel:hover i, .th-btn-menusublevel:focus span, .th-btn-menusublevel:focus i, .th-btn-menusublevel.focus span, .th-btn-menusublevel.focus i, .th-btn-menusublevel:active span, .th-btn-menusublevel:active i, .th-btn-menusublevel span, .th-btn-menusublevel i, .th-btn-menulevel:hover span, .th-btn-menulevel:hover i, .th-btn-menulevel:focus span, .th-btn-menulevel:focus i, .th-btn-menulevel.focus span, .th-btn-menulevel.focus i, .th-btn-menulevel:active span, .th-btn-menulevel:active i, .th-btn-menulevel span, .th-btn-menulevel i, .th-btn-menusearch:hover span, .th-btn-menusearch:hover i, .th-btn-menusearch:focus span, .th-btn-menusearch:focus i, .th-btn-menusearch.focus span, .th-btn-menusearch.focus i, .th-btn-menusearch:active span, .th-btn-menusearch:active i, .th-btn-menusearch span, .th-btn-menusearch i, .th-btn-menuroll:hover span, .th-btn-menuroll:hover i, .th-btn-menuroll:focus span, .th-btn-menuroll:focus i, .th-btn-menuroll.focus span, .th-btn-menuroll.focus i, .th-btn-menuroll:active span, .th-btn-menuroll:active i, .th-btn-menuroll span, .th-btn-menuroll i, .th-btn-normal.black:active span, .th-btn-normal.black:active i, .th-btn-icon.black:active span, .th-btn-icon.black:active i, .th-btn-normal.black span, .th-btn-normal.black i, .th-btn-icon.black span, .th-btn-icon.black i, .th-plugin-line--add td i, .th-plugin .ir-plugin-instruction, .th-filter .ir-item-cell.clickable.active, .th-filter .ir-item-cell.clickable:active, .th-content .ir-form-set:focus {
  color: #1e1e1e;
}

clrd7 {
  color: rgb(9.6, 9.6, 9.6);
}

bg8 {
  background-color: #000000;
}

bgd8 {
  background-color: black;
}

clr8, .th-btn-unactive:hover span, .th-btn-unactive:hover i, .th-btn-unactive:focus span, .th-btn-unactive:focus i, .th-btn-unactive.focus span, .th-btn-unactive.focus i, .th-btn-unactive:active span, .th-btn-unactive:active i, .th-btn-unactive span, .th-btn-unactive i, .th-btn-search:hover span, .th-btn-search:hover i, .th-btn-search:focus span, .th-btn-search:focus i, .th-btn-search.focus span, .th-btn-search.focus i, .th-btn-search:active span, .th-btn-search:active i, .th-btn-search span, .th-btn-search i, .th-plugin-info p span strong, .th-plugin-attachements .ir-line-content-flow strong, .th-plugin .ir-plugin-title .ir-line-content span, .th-point .ir-item-selector i, .th-filter-modal .ir-item-cell.clickable.active, .th-filter-modal .ir-item-cell.clickable:active, .th-popup span, .th-txt span {
  color: #000000;
}

clrd8 {
  color: black;
}

bg9, .th-btn-menurollalt, .th-plugin-line--content, .th-plugin .ir-plugin-gray, .th-folder, .th-point, .th-section-dark, .th-section, .th-order, .th-model, .th-inspection {
  background-color: #f2f3f4;
}

bgd9, .th-btn-menurollalt:hover, .th-btn-menurollalt:focus, .th-btn-menurollalt.focus, .th-btn-menurollalt:active {
  background-color: rgb(219.9, 222.6, 225.3);
}

clr9 {
  color: #f2f3f4;
}

clrd9 {
  color: rgb(219.9, 222.6, 225.3);
}

@font-face {
  font-family: "AkkuratPro";
  src: url('AkkuratPro-300normal.eot');
  src: url('AkkuratPro-300normal.eot?#iefix') format("embedded-opentype"), url('AkkuratPro-300normal.woff2') format("woff2"), url('AkkuratPro-300normal.woff') format("woff"), url('AkkuratPro-300normal.ttf') format("truetype"), url('AkkuratPro-300normal.svg#AkkuratPro') format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AkkuratPro";
  src: url('AkkuratPro-400normal.eot');
  src: url('AkkuratPro-400normal.eot?#iefix') format("embedded-opentype"), url('AkkuratPro-400normal.woff2') format("woff2"), url('AkkuratPro-400normal.woff') format("woff"), url('AkkuratPro-400normal.ttf') format("truetype"), url('AkkuratPro-400normal.svg#AkkuratPro') format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AkkuratPro";
  src: url('AkkuratPro-600normal.eot');
  src: url('AkkuratPro-600normal.eot?#iefix') format("embedded-opentype"), url('AkkuratPro-600normal.woff2') format("woff2"), url('AkkuratPro-600normal.woff') format("woff"), url('AkkuratPro-600normal.ttf') format("truetype"), url('AkkuratPro-600normal.svg#AkkuratPro') format("svg");
  font-weight: 600;
  font-style: normal;
}
.material-icons.disabled {
  opacity: 0.5;
}
.material-icons.offline {
  color: black;
  opacity: 0.2;
}
.material-icons.success {
  color: #4C9C41;
}

.th-mask {
  font-size: 5px;
}
.th-body {
  font-size: 5px;
}
.th-help .ir-plugin-instruction {
  margin-bottom: 0;
}
.th-file {
  font-size: 5px;
}
.th-footer-plugins {
  box-shadow: 0em 0em 5em rgba(0, 0, 0, 0.1);
}
.th-home {
  z-index: 20;
}
.th-home .ir-btn span {
  font-weight: 400;
}
.th-content {
  /*p {
      span {
          @extend clr7;

          strong {
              @extend clr1;
          }
      }
  }*/
}
.th-content .ir-form-set:focus {
  outline: 0;
}
.th-loading {
  padding: 6em;
  text-align: center;
}
.th-loading span {
  font-size: 3em;
}

.th-header {
  text-transform: uppercase;
  font-size: 5px;
  z-index: 110;
  box-shadow: 0em 0em 5em rgba(0, 0, 0, 0.1);
  /*font-size: 5px;*/
  /*@include fieldwork {
      font-size: 10px;
  }*/
}
.th-header-line .ir-line--left, .th-header-line .ir-line--right {
  width: 72.2em;
  min-height: 1px;
}
.th-header-line .ir-line--right {
  text-align: right;
}
.th-header-line .ir-line-content {
  text-align: center;
}
.th-header-line.clickable .ir-line-content:hover {
  cursor: pointer;
}
.th-header-divider {
  width: 1px;
  height: 32px;
  background: #C6CDD3;
  display: inline-block;
  vertical-align: middle;
}
.th-header-search .ir-line-content {
  padding: 0;
}
.th-header-search .ir-line-content input[type=search] {
  display: block;
  width: 100%;
  padding: 0.7em 1.2em;
  line-height: 1.7em;
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border: 0;
  font-size: 4em;
}
.th-header-search .ir-line-content input[type=search]:focus {
  outline-color: transparent;
  outline-style: none;
}

.th-menuroll .ir-btn--big span {
  text-transform: uppercase;
  font-weight: 400;
}
.th-menuselect .ir-btn--big {
  min-width: 90em;
}
.th-menuselect .ir-btn--big span {
  font-weight: 400;
  max-width: 18em;
}
.th-menuselect .ir-btn--big i {
  float: right;
}
.th-menuselect .ir-btn--big.menu-button {
  white-space: normal;
}
.th-menuselect .ir-btn--big.menu-button span {
  white-space: normal;
}
.th-menulevel {
  position: absolute;
  top: 12em;
  right: 0;
  background: white;
  height: 12em;
}
.th-menulevel .ir-btn {
  text-align: right;
  display: block;
  float: right;
  clear: both;
}
.th-menulevel .ir-btn:before, .th-menulevel .ir-btn:after {
  content: " ";
  display: table;
}
.th-menulevel .ir-btn:after {
  clear: both;
}
.th-menulevel .ir-btn span {
  font-weight: 400;
  line-height: 1;
}
.th-menulevel .ir-btn .ir-icon--left {
  margin: -0.15em 0 0 0;
  position: absolute;
  left: 0.5em;
}
.th-menulevel.modal {
  top: 16em;
  right: 4em;
}
.th-menulevel.modal .th-menulevel--area {
  top: 16em;
  right: 68em;
}
.th-menulevel--area {
  position: fixed;
  top: 12em;
  bottom: 0;
  right: 64em;
  left: 0;
  overflow: auto;
}

/*modal {
    .th- {
        &menulevel {
            top: 16em;
            right: 4em;
        }

        &menulevel--area {
            top: 16em;
            right: 68em;
        }
    }
}*/
.th-modal .ir-modal--title .ir-line {
  max-height: 12em;
  overflow: hidden;
}
.th-modal .ir-modal--title .session {
  position: relative;
  cursor: pointer;
}
.th-modal .ir-modal--title .session::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
}
.th-modal .ir-modal--title .session.active::after {
  background-color: #4caf50;
}
.th-modal .ir-modal--title .session.away::after {
  background-color: #ffeb3b;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 8px rgba(193, 8, 37, 0.8), 0 0 5px rgba(193, 8, 37, 0.6);
  }
  50% {
    box-shadow: 0 0 16px rgb(193, 8, 37), 0 0 10px rgba(193, 8, 37, 0.8);
  }
  100% {
    box-shadow: 0 0 8px rgba(193, 8, 37, 0.8), 0 0 5px rgba(193, 8, 37, 0.6);
  }
}
.th-modal .ir-modal--title .session.highlight {
  animation: pulse 1.5s infinite;
  border-radius: 50%;
}
.th-modal .ir-line-content span {
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 600;
  padding: 0.1em;
}
.th-modal--footer {
  box-shadow: 0em 0em 5em rgba(0, 0, 0, 0.1);
}
.th-modal--footer .ir-btn span {
  font-weight: 400;
}

.th-filter .ir-item-cell.clickable:hover {
  cursor: pointer;
}
.th-filter .ir-item-cell.clickable span i {
  display: inline-block;
}
.th-filter .ir-item-cell span {
  font-size: 3em;
  font-weight: 600;
}
.th-filter .ir-item-cell span i {
  font-size: 1.2em;
  display: none;
}
.th-filter.th-filter--expand .ir-item-cell i.material-icons:first-child {
  margin-right: 0.2em;
}
.th-filter.th-filter--expand .ir-item-cell i.material-icons:last-child {
  transform: rotate(90deg);
  opacity: 0.5;
}
.th-filter.th-filter--expand .ir-item-cell span {
  -webkit-line-clamp: 1;
  max-height: 1.2em;
  white-space: nowrap;
  padding-left: 0.2em;
  width: 100%;
}
.th-filter.th-filter--expand .ir-item-cell.fullwidth i.material-icons:last-child {
  opacity: 1;
  float: right;
}
.th-filter-modal .ir-item-cell.clickable:hover {
  cursor: pointer;
}
.th-filter-modal .ir-item-cell.clickable span i {
  display: inline-block;
}
.th-filter-modal .ir-item-cell.clickable.disabled {
  background-color: #cdcecf;
}
.th-filter-modal .ir-item-cell.clickable.disabled:hover {
  cursor: not-allowed;
}
.th-filter-modal .ir-item-cell span {
  font-size: 3em;
  font-weight: 600;
}
.th-filter-modal .ir-item-cell span i {
  font-size: 1.2em;
  display: none;
}
.th-inspection .ir-item-selector i {
  font-size: 7em;
}
.th-inspection.done, .th-inspection.selected {
  /*@extend clr1;*/
  /*font-weight: 600;*/
}
.th-inspection i {
  font-size: 4.8em;
}
.th-model .ir-item-selector i {
  font-size: 7em;
}
.th-model.done {
  /*@extend clr1;*/
  /*font-weight: 600;*/
}
.th-model i {
  font-size: 4.8em;
}
.th-order .ir-item-selector i {
  font-size: 7em;
}
.th-order i {
  font-size: 4.8em;
}
.th-section .ir-item-selector i {
  font-size: 7em;
}
.th-section i {
  font-size: 4.8em;
}
.th-section-dark i {
  font-size: 8em;
}
.th-section-dark span i {
  font-size: 2em;
}
.th-section-dark .clickable:hover {
  cursor: pointer;
}
.th-point i {
  font-size: 4.8em;
}
.th-point .ir-item-selector i {
  font-size: 7em;
}
.th-point.done {
  /*@extend clr1;*/
  /*font-weight: 600;*/
}
.th-folder .ir-item-selector i {
  font-size: 7em;
}
.th-plugin-values p span {
  font-weight: 600;
}
.th-plugin-values p span strong {
  font-weight: 400;
}
.th-plugin-photo .ir-plugin-photo--fixed.maintenance-plugin {
  background-color: white;
}
.th-plugin-photo .ir-form-group {
  margin-bottom: 0;
}
.th-plugin-photo .ir-line-content-flow span {
  padding: 0.5em 1em 1em 1em;
}
.th-plugin-attachements .ir-form-group {
  margin-bottom: 0;
}
.th-plugin-attachements .ir-line-content-flow span {
  padding: 0.5em 1em 1em 1em;
}
.th-plugin-line--header {
  text-align: center;
}
.th-plugin-line--header td.left {
  text-align: left;
}
.th-plugin-line--header span {
  font-weight: 600;
}
.th-plugin-line--input td {
  padding: 1em !important;
}
.th-plugin-line--input td.clickable {
  cursor: pointer;
}
.th-plugin-line--checkbox td {
  padding: 1em !important;
}
.th-plugin-line--checkbox td.include-action-plan {
  padding-left: 4em !important;
}
.th-plugin-line--checkbox:hover {
  cursor: pointer;
}
.th-plugin-line--checkbox .material-icons {
  font-size: 8em;
}
.th-plugin-line--checkbox .ir-item-selector .material-icons {
  padding-left: 0.3em;
}
.th-plugin-line--checkbox.label .material-icons {
  float: left;
}
.th-plugin-line--checkbox.label span {
  display: block;
  float: left;
  padding: 0.4em 0.5em;
}
.th-plugin-line-td--checkbox td.check-box {
  padding: 1em !important;
}
.th-plugin-line-td--checkbox td.check-box:hover {
  cursor: pointer;
}
.th-plugin-line-td--checkbox td.check-box .material-icons {
  font-size: 8em;
}
.th-plugin-line-td--checkbox td.check-box.label .material-icons {
  float: left;
}
.th-plugin-line-td--checkbox td.check-box.label span {
  display: block;
  float: left;
  padding: 0.4em 0.5em;
}
.th-plugin-line--opacity-50 {
  opacity: 0.5;
}
.th-plugin-line--opacity-50 td {
  cursor: auto !important;
}
.th-plugin-line--value {
  text-align: right;
}
.th-plugin-line--value * {
  text-align: right;
}
.th-plugin-line--data {
  text-align: left;
}
.th-plugin-line--data * {
  text-align: left;
}
.th-plugin-line--remove {
  padding: 2em 0 !important;
}
.th-plugin-line--remove i {
  font-size: 8em;
}
.th-plugin-line--remove i:hover {
  cursor: pointer;
}
.th-plugin-line--remove i.th-disabled:hover, .th-plugin-line--remove i.th-disabled:active {
  cursor: default;
}
.th-plugin-line--numbers {
  padding: 2em 0 !important;
}
.th-plugin-line--numbers:before, .th-plugin-line--numbers:after {
  content: " ";
  display: table;
}
.th-plugin-line--numbers:after {
  clear: both;
}
.th-plugin-line--numbers i {
  font-size: 8em;
  float: left;
  display: inline-block;
}
.th-plugin-line--numbers i:hover {
  cursor: pointer;
}
.th-plugin-line--numbers i.th-disabled:hover, .th-plugin-line--numbers i.th-disabled:active {
  cursor: default;
}
.th-plugin-line--numbers.add-parts i {
  color: black;
}
.th-plugin-line--add td {
  padding: 2em 0 !important;
}
.th-plugin-line--add td i {
  font-size: 8em;
}
.th-plugin-line--add td i:hover {
  cursor: pointer;
}
.th-plugin-line--subheader {
  overflow-wrap: break-word;
}
.th-plugin-line--subheader.bottom-border {
  border-bottom: black solid 0.5px;
}

/*.ir-content--modal {
    .th-cells--filter-inspection, .th-cells--filter-module {
        @extend bgd3;

        span, i {
            @extend clr6;
            font-weight: 600;
        }

        .ir-cell {
            &:hover {
                cursor: pointer;
            }

            &:active {
                @extend bg4;

                span, i {
                    @extend clr7;
                }
            }

            &.active {
                @extend bg4;

                span, i {
                    @extend clr7;
                }
            }
        }
    }
}

.th- {
    &cells--filter-inspection {
        @extend bg3;

        span, i {
            @extend clr5;
            font-weight: 600;
        }

        .ir-cell {
            &:hover {
                cursor: pointer;
            }

            &:active {
                @extend bgd3;

                span, i {
                    @extend clr6;
                }
            }

            &.active {
                @extend bgd3;

                span, i {
                    @extend clr6;
                }
            }
        }

        .th-cell--date, .th-cell--place {
            width: 20%;
        }

        .th-cell--name {
            width: 40%;
        }

        .th-cell--statut {
            width: 20%;
        }
    }

    &cells--filter-module {
        @extend bg3;

        span, i {
            @extend clr5;
            font-weight: 600;
        }

        .ir-cell {
            &:hover {
                cursor: pointer;
            }

            &:active {
                @extend bgd3;

                span, i {
                    @extend clr6;
                }
            }

            &.active {
                @extend bgd3;

                span, i {
                    @extend clr6;
                }
            }
        }

        .th-cell--name {
            width: 80%;
        }

        .th-cell--statut {
            width: 20%;
        }
    }

    &cells--inspection {
        @extend bg9;

        &:nth-of-type(odd) {
            @extend bg2;

            &:active {
                @extend bgd9;
            }
        }

        &.selected {
            .ir-cell {
                @extend bg5;

                span, i {
                    @extend clr2;
                }
            }
        }

        &:active {
            @extend bgd9;
        }

        &:hover {
            cursor: pointer;
        }

        span, i {
            @extend clr7;
        }

        .th-cell--date, .th-cell--place {
            width: 20%;
        }

        .th-cell--name {
            width: 40%;

            span, i {
                @extend clr1;
            }
        }

        .th-cell--statut {
            width: 20%;

            span, i {
                font-weight: 600;
            }
        }
    }

    &cells--module {
        @extend bg9;

        &:nth-of-type(odd) {
            @extend bg2;

            &:active {
                @extend bgd9;
            }
        }

        &:active {
            @extend bgd9;
        }

        &:hover {
            cursor: pointer;
        }

        span, i {
            @extend clr7;
        }

        .th-cell--name {
            width: 80%;

            span, i {
                @extend clr5;
            }
        }

        .th-cell--statut {
            width: 20%;

            span, i {
                font-weight: 600;
            }
        }

        &.done {
            .th-cell--name {

                span, i {
                    @extend clr1;
                }
            }

            .th-cell--statut {
                span, i {
                    @extend clr1;
                }
            }
        }
    }
}*/
.th-required span {
  font-weight: 300;
  letter-spacing: 0.02em;
}
.th-select .ir-line--left h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 5em 10em 0 0;
}
.th-select .ir-line-content {
  padding: 3.5em 4.5em;
}
.th-select .ir-line-content span {
  text-transform: none;
  font-size: 4em;
  font-weight: 400;
  padding: 0;
}

.th-btn-badge {
  position: absolute;
  text-align: center;
  border-radius: 9px;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 1px 3px 1px;
  left: calc(100% - 30px);
  top: calc(100% - 30px);
  color: #fff !important;
  font-size: 2.6em !important;
}
.th-btn-badge .material-icons {
  color: #fff !important;
  font-size: 1em !important;
}
.th-btn-badge.error {
  background-color: #D2170D;
}
.th-btn-badge.success {
  background-color: #4C9C41;
}
.th-btn-normal, .th-btn-icon {
  position: relative;
}
.th-btn-normal:active, .th-btn-icon:active {
  background-image: none;
}
.th-btn-icon {
  cursor: default;
}
.th-btn-icon:hover {
  background-color: white;
}
.th-btn-icon:hover i.offline {
  color: black;
}
.th-btn-action:active {
  background-image: none;
}
.th-btn-plugin:active {
  background-image: none;
}
.th-btn-menu:active {
  background-image: none;
}
.th-btn-menuroll:active {
  background-image: none;
}
.th-btn-menusearch {
  position: sticky;
  top: 0;
}
.th-btn-menusearch:active {
  background-image: none;
}
.th-btn-menulevel:active {
  background-image: none;
}
.th-btn-menusublevel:active {
  background-image: none;
}
.th-btn-menurollalt:active {
  background-image: none;
}
.th-btn-footerplugin:active {
  background-image: none;
}
.th-btn-search:active {
  background-image: none;
}
.th-btn-unactive:hover, .th-btn-unactive:focus, .th-btn-unactive.focus, .th-btn-unactive:active {
  cursor: default;
}
.th-btn-unactive:active {
  background-image: none;
}
.th-btn-input {
  position: absolute;
  top: 0;
  right: 0;
}
.th-btn-modal:active {
  background-image: none;
}
.th-btn-modal--content:active {
  background-image: none;
}
.th-btn-modal--action:active {
  background-image: none;
}
.th-btn-form:active {
  background-image: none;
}
.th-btn-disabled {
  background-color: #cdcecf;
}
.th-btn-disabled span, .th-btn-disabled i {
  color: #72767a;
}
.th-btn-disabled:hover, .th-btn-disabled:focus, .th-btn-disabled.focus, .th-btn-disabled:active {
  background-color: #cdcecf;
  cursor: not-allowed;
}
.th-btn-disabled:hover span, .th-btn-disabled:hover i, .th-btn-disabled:focus span, .th-btn-disabled:focus i, .th-btn-disabled.focus span, .th-btn-disabled.focus i, .th-btn-disabled:active span, .th-btn-disabled:active i {
  color: #72767a;
}
.th-btn-disabled:active {
  background-image: none;
}
.th-btn-remove:active {
  background-image: none;
}

.th-carousel .ir-carousel-control:hover {
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map*/