/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
}
a {
  color: #ea6900;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #6a3000;
}
[disabled],
.disabled {
  cursor: default;
  opacity: 0.75;
  pointer-events: none;
}
.btn .icon,
.toast .icon,
.menu .icon {
  font-size: 1.3333em;
  line-height: 0.8em;
  margin-right: 0.2rem;
  vertical-align: -20%;
}
.icon-caret {
  border-top: 0.4rem solid currentColor;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  display: inline-block;
  height: 0;
  margin: 0 0.2rem;
  vertical-align: middle;
  width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  margin: 0 0 1rem;
}
blockquote {
  border-left: 0.2rem solid #ddd;
  margin-left: 0;
  padding: 1rem 2rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #b3b3b3;
}
ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li {
  margin-top: 1rem;
}
ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.5rem 0 1.5rem 0;
}
.lead {
  font-size: 120%;
}
mark,
.highlight {
  background: #ffe5a3;
  border-radius: 0.2rem;
  display: inline;
  font-size: 1em;
  padding: 0.1em 0.3em;
  vertical-align: baseline;
}
pre {
  background: #f9f9f9;
  border-left: 0.2rem solid #e2e2e2;
  line-height: 1.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  padding: 1.5rem 2.5rem;
}
code {
  background: #efefef;
  border-radius: 0.2rem;
  display: inline;
  font-size: 1em;
  padding: 0.1em 0.3em;
  vertical-align: baseline;
  white-space: nowrap;
}
pre code {
  background: transparent;
  border-left: 0;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fcfcfc;
}
.table.table-hover tbody tr:hover {
  background: #f4f4f4;
}
.table.table-hover tbody tr.selected {
  background: #f2f2f2;
}
.table th,
.table td {
  border-bottom: 0.1rem solid #efefef;
  padding: 1.5rem 1rem;
}
.table th {
  border-color: #c9c9c9;
}
.btn {
  -webkit-appearance: none;
  background: #fff;
  border: 0.1rem solid #ea6900;
  border-radius: 0.3rem;
  color: #ea6900;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  outline: 0;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  background: #ffdabc;
}
.btn:hover {
  background: #ea6900;
  border-color: #d15e00;
  color: #fff;
}
.btn:active,
.btn.active {
  background: #d15e00;
  border-color: #b75200;
  color: #fff;
}
.btn.btn-primary {
  background: #ea6900;
  border-color: #d15e00;
  color: #fff;
}
.btn.btn-primary:focus {
  background: #d66000;
  border-color: #b75200;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #cb5b00;
  border-color: #9e4700;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #c15700;
  border-color: #9e4700;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #ea6900;
}
.btn.btn-link:focus,
.btn.btn-link:hover {
  background: #f4f4f4;
  color: #9e4700;
}
.btn.btn-link:active,
.btn.btn-link.active {
  background: #efefef;
  color: #6a3000;
}
.btn.btn-sm {
  border-radius: 0.2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 1.4rem;
  padding: 0.4rem 0.8rem;
}
.btn.btn-lg {
  border-radius: 0.4rem;
  font-size: 1.8rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 1.5rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: #666;
  height: 2rem;
  margin-left: 0.3rem;
  opacity: 0.45;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.5s;
}
.btn.btn-clear:hover {
  opacity: 0.85;
  transform: rotate(90deg);
}
.btn.btn-clear::before {
  content: '\D7';
  font-size: 3rem;
}
.btn-group {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-of-type:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
  margin-left: -0.1rem;
}
.btn-group .btn:last-of-type:not(:first-of-type) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.1rem;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 99;
}
.btn-group.btn-group-block {
  display: flex;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  background-image: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  color: #333;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  max-width: 100%;
  outline: 0;
  padding: 0.7rem 0.8rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  border-color: #ea6900;
}
.form-input[disabled] {
  background: #eeeff2;
}
.form-input.input-sm {
  border-radius: 0.2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: 0.3rem 0.6rem;
}
.form-input.input-lg {
  border-radius: 0.4rem;
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 0.8rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
textarea.form-input {
  height: auto;
  line-height: 2rem;
}
.has-success .form-input,
.form-input.is-success {
  border-color: #32b643;
}
.has-danger .form-input,
.form-input.is-danger {
  border-color: #eb4646;
}
.form-input[type=file] {
  height: auto;
}
.form-input-hint {
  color: #888;
  margin-top: 0.4rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-danger .form-input-hint,
.is-danger + .form-input-hint {
  color: #eb4646;
}
.form-label {
  display: block;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  min-width: 18rem;
  outline: 0;
  padding: 0.5rem 0.8rem;
  vertical-align: middle;
}
.form-select[multiple] option {
  padding: 0.2rem 0.4rem;
}
.form-select:not([multiple]) {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center / 0.8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #ea6900;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  border-radius: 0.2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: 0.4rem 2rem 0.4rem 0.6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 2.4rem 1rem 0.8rem;
}
.has-success .form-select,
.form-select.is-success {
  border-color: #32b643;
}
.has-danger .form-select,
.form-select.is-danger {
  border-color: #eb4646;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  position: absolute;
  width: 0.1rem;
}
.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: 0.3rem 2rem;
  position: relative;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  border: 0.1rem solid #c5c5c5;
  display: inline-block;
  font-size: 1.4rem;
  height: 1.4rem;
  left: 0;
  line-height: 2.4rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0.5rem;
  transition: all 0.15s ease;
  vertical-align: top;
  width: 1.4rem;
}
.form-checkbox:hover .form-icon,
.form-radio:hover .form-icon {
  border-color: #929292;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon {
  border-color: #ea6900;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #efefef;
}
.form-checkbox .form-icon {
  border-radius: 0.2rem;
}
.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: 0.2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.6rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-checkbox input:indeterminate + .form-icon::after {
  background: #fff;
  content: "";
  height: 0.2rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
}
.form-radio .form-icon {
  border-radius: 0.7rem;
}
.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: 0.2rem;
  content: "";
  height: 0.4rem;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 50%;
  width: 0.4rem;
}
.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: 0.3rem 2rem 0.3rem 3.6rem;
  position: relative;
}
.form-switch .form-icon {
  background: #c5c5c5;
  background-clip: padding-box;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.9rem;
  display: inline-block;
  height: 1.8rem;
  left: 0;
  line-height: 2.6rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0.4rem;
  vertical-align: top;
  width: 3rem;
}
.form-switch .form-icon::after {
  background: #fff;
  border-radius: 0.8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: left 0.15s ease;
  width: 1.6rem;
}
.form-switch input:checked + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-switch input:checked + .form-icon::after {
  left: 1.2rem;
}
.form-switch input:active + .form-icon::after {
  background: #efefef;
}
.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #f9f9f9;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  line-height: 1.6rem;
  padding: 0.7rem 0.8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: 0.3rem 0.6rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem 0.8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.1rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.1rem;
}
.input-group .form-input:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 99;
}
.input-group.input-inline {
  display: inline-flex;
}
.label {
  background: #efefef;
  color: #666666;
  border-radius: 0.2rem;
  display: inline;
  font-size: 1em;
  padding: 0.1em 0.3em;
  vertical-align: baseline;
  white-space: nowrap;
}
.label.label-primary {
  background: #ea6900;
  color: #fff;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-danger {
  background: #eb4646;
  color: #fff;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Default 16:9, you can calculate this value by dividing 9 by 16 */
  padding-top: 3rem;
  position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-responsive video {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.video-responsive-4-3 {
  padding-bottom: 75%;
  /* 4:3 */
}
.figure {
  margin: 0 0 1rem 0;
}
.figure .figure-caption {
  color: #888;
  margin-top: 1rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .grid-960 {
    width: 98rem;
  }
}
@media screen and (min-width: 500px) {
  .grid-480 {
    width: 50rem;
  }
}
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column {
  flex: 1;
  padding: 1rem;
}
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1 {
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media screen and (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}
.form-horizontal {
  padding: 1rem;
}
.form-horizontal .form-group {
  display: flex;
}
.form-horizontal .form-label {
  padding: 0.8rem 0.4rem;
  margin-bottom: 0;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio {
  margin: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  padding: 1rem 0;
}
.empty {
  background: #f8f8f8;
  border-radius: 0.3rem;
  text-align: center;
  padding: 4rem;
}
.empty .empty-title {
  font-size: 1.8rem;
  margin: 1.5rem 0 0.5rem 0;
}
.empty .empty-meta {
  color: #888;
}
.empty .empty-action {
  margin-top: 1.5rem;
}
.avatar {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem;
}
.avatar.avatar-xs {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.avatar.avatar-sm {
  font-size: 1rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-lg {
  font-size: 2rem;
  height: 4.8rem;
  width: 4.8rem;
}
.avatar.avatar-xl {
  font-size: 2.6rem;
  height: 6.4rem;
  width: 6.4rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 59;
}
.avatar .avatar-icon {
  background: #fff;
  bottom: -0.2em;
  height: 50%;
  padding: 5%;
  position: absolute;
  right: -0.2em;
  width: 50%;
}
.avatar[data-initial]::after {
  color: #fff;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.chip {
  align-content: space-around;
  align-items: center;
  border: 0.1rem solid transparent;
  border-radius: 0.3rem;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
.chip .chip-icon {
  flex: 0 0 auto;
}
.chip .chip-content {
  flex: 1 1 auto;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip .chip-action {
  flex: 0 0 auto;
}
.chip .chip-title {
  font-size: 1.4rem;
}
.chip .chip-meta {
  color: #b3b3b3;
  font-size: 1.2rem;
}
.chip-sm {
  align-items: center;
  background: #ffd7b7;
  border-radius: 0.3rem;
  color: #666;
  display: inline-flex;
  font-size: 1.2rem;
  height: 2.4rem;
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  vertical-align: middle;
}
.chip-sm:hover,
.chip-sm:focus {
  background: #ffd2ad;
}
.chip-sm .btn-clear {
  margin-top: -0.2rem;
}
.chip-sm .btn-clear::before {
  color: #b75200;
  font-size: 1.6rem;
}
.chip-sm.selected {
  background: #ea6900;
  color: #fff;
}
.chip-sm.selected .btn-clear::before {
  color: #ffd7b7;
}
.chip-sm .chip-name {
  margin-left: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-sm .avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.form-autocomplete {
  position: relative;
}
.form-autocomplete .form-autocomplete-input {
  background: #fff;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  max-width: 100%;
  min-height: 3.2rem;
  outline: 0;
  padding: 0.3rem 0.3rem 0 0.3rem;
  width: 100%;
  z-index: 1;
}
.form-autocomplete .form-autocomplete-input .chip-sm {
  margin-bottom: 0.3rem;
}
.form-autocomplete .form-autocomplete-input .form-input {
  background: #fff;
  border-color: transparent;
  display: inline-block;
  height: 2.4rem;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
  vertical-align: top;
  width: auto;
}
.form-autocomplete .form-autocomplete-list {
  background: #fff;
  border: 0.1rem solid #d2d2d2;
  border-radius: 0.3rem;
  display: block;
  height: auto;
  left: 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
  margin: 0.3rem 0 0 0;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1988;
}
.form-autocomplete .form-autocomplete-item {
  border-radius: 0.3rem;
  display: block;
  margin-top: 0.1rem;
  padding: 0.2rem 1rem;
}
.form-autocomplete .form-autocomplete-item:hover,
.form-autocomplete .form-autocomplete-item:focus {
  background: #ffe5d1;
}
.form-autocomplete .form-autocomplete-item.active {
  background: #ffd7b7;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 0.3rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1.6rem;
  max-width: 32rem;
  opacity: 0;
  overflow: hidden;
  padding: 0.6rem 1rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0);
  transition: all 0.216s ease;
  z-index: 199;
}
.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.5rem);
}
.tooltip[disabled],
.tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(0, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.5rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, 0);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.5rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.5rem, 50%);
}
.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after,
.badge:not([data-badge])::after {
  background: #ea6900;
  background-clip: padding-box;
  border-radius: 1rem;
  box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.2rem, -1rem);
}
.badge[data-badge]::after {
  font-size: 1.1rem;
  height: 1.8rem;
  line-height: 1;
  min-width: 1.8rem;
  padding: 0.3rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge='']::after {
  height: 0.6rem;
  min-width: 0.6rem;
  padding: 0;
  width: 0.6rem;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 101;
}
.badge.avatar-xs::after {
  content: "";
  height: 0.8rem;
  min-width: 0.8rem;
  padding: 0;
  width: 0.8rem;
}
.toast {
  border: 0.1rem solid #333;
  border-radius: 0.3rem;
  color: #fff;
  display: block;
  padding: 1.4rem;
  background: rgba(51, 51, 51, 0.9);
  border-color: #333;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(234, 105, 0, 0.9);
  border-color: #ea6900;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.9);
  border-color: #32b643;
}
.toast.toast-danger {
  background: rgba(235, 70, 70, 0.9);
  border-color: #eb4646;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.9);
  border-color: #ffb700;
  color: #000;
}
.toast.toast-draggable {
  background: rgba(224, 225, 221, 0.9);
  border-color: #E0E1DD;
  color: #000;
  cursor: move;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:hover,
.toast a:focus,
.toast a:active {
  opacity: 0.75;
}
.toast .btn-clear {
  color: #fff;
}
.menu {
  background: #fff;
  border-radius: 0.3rem;
  display: block;
  margin: 0;
  padding: 0.5rem;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 999;
}
.menu .menu-item {
  border-radius: 0.3rem;
  color: #333;
  display: block;
  line-height: 2.4rem;
  margin-top: 0.1rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu .menu-item a {
  border-radius: 0.3rem;
  color: inherit;
  display: block;
  margin: -0.2rem -1rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
}
.menu .menu-item a:focus,
.menu .menu-item a:hover {
  color: #ea6900;
}
.menu .menu-item a:active,
.menu .menu-item a.active {
  background: #ffd7b7;
  color: #d15e00;
}
.menu .menu-header {
  color: #cccccc;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 0;
  padding: 0.2rem 1rem;
}
.menu .menu-header .menu-header-text {
  background: #fff;
  display: inline-block;
  margin-left: -0.6rem;
  padding: 0 0.6rem;
  position: relative;
  z-index: 99;
}
.menu .menu-header::after {
  border-bottom: 0.1rem solid #efefef;
  content: "";
  display: block;
  height: 0.1rem;
  transform: translateY(-1rem);
  width: 100%;
}
.dropdown {
  position: relative;
}
.dropdown .menu {
  -webkit-animation: slide-down 0.216s;
          animation: slide-down 0.216s;
  display: none;
  left: 0;
  min-width: 18rem;
  position: absolute;
  top: 100%;
  transform: translateY(0.5rem);
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.breadcrumb,
.tab,
.pagination {
  list-style: none;
  margin: 0.5rem 0;
}
.breadcrumb {
  padding: 1.2rem;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:last-child,
.breadcrumb .breadcrumb-item:last-child a {
  color: #666666;
  pointer-events: none;
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
  color: #c5c5c5;
  content: "/";
  padding: 0 0.4rem;
}
.tab {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.tab .tab-item {
  border-bottom: 0.1rem solid #c5c5c5;
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.2rem solid transparent;
  color: #333;
  display: block;
  margin-bottom: -0.1rem;
  margin-top: 0;
  padding: 0.8rem 1.4rem;
  text-decoration: none;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #ea6900;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #b75200;
  color: #b75200;
}
.tab .tab-item .badge[data-badge]::after {
  position: absolute;
  right: -1.4rem;
  top: 1rem;
  transform: translate(-50%, -1rem);
}
.tab.tab-block .tab-item {
  flex: 1 0 auto;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding: 1.2rem;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.6rem 0.5rem;
}
.pagination .page-item a {
  border-radius: 0.3rem;
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0.6rem 0.8rem;
  text-decoration: none;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  background: #ffd7b7;
}
.pagination .page-item.active a {
  background: #ea6900;
  color: #fff;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 1000;
}
.modal.active .modal-overlay {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.active .modal-container {
  -webkit-animation: slide-down 0.216s;
          animation: slide-down 0.216s;
}
.modal-container {
  -webkit-animation: slide-up 0.216s;
          animation: slide-up 0.216s;
  background: #fff;
  border-radius: 0.3rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 1988;
}
.modal-container .modal-header {
  padding: 1.5rem;
}
.modal-container .modal-header .modal-title {
  font-size: 1.5rem;
  margin: 0;
}
.modal-container .modal-body {
  max-height: 100vh;
  overflow-y: visible;
  padding: 1.5rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 1.5rem;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .modal-container {
    width: 64rem;
  }
}
@media screen and (min-width: 320px) {
  .modal-sm .modal-container {
    width: 32rem;
  }
}
.card {
  background: #fff;
  border: 0.1rem solid #efefef;
  border-radius: 0.3rem;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 999;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 1.5rem;
}
.card .card-image {
  padding-top: 1.5rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.card .card-title {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.card .card-meta {
  color: #b3b3b3;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}
.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 20px;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #ea6900;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #888;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #ea6900;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
  width: 1.2rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #ea6900;
}
.step .step-item.active ~ .step-item::before {
  background: #cccccc;
}
.step .step-item.active ~ .step-item a::before {
  background: #ffffff;
}
.timeline .timeline-item {
  display: flex;
  margin-bottom: 1.2rem;
  position: relative;
}
.timeline .timeline-item::before {
  background: #cccccc;
  content: "";
  height: 100%;
  left: 11px;
  position: absolute;
  top: 1.2rem;
  width: 2px;
}
.timeline .timeline-item .timeline-left {
  flex: 0 0 auto;
}
.timeline .timeline-item .timeline-content {
  flex: 1 1 auto;
  padding: 0px 0 2px 4rem;
}
.timeline .timeline-item .timeline-icon {
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #ea6900;
  display: block;
  height: 2.7rem;
  width: 2.7rem;
  line-height: 2rem;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #FFF;
  color: #888;
  content: attr(data-content);
  display: inline-block;
  padding: 0 0.8rem;
  transform: translateY(-1.1rem);
}
.divider {
  border-top: 0.1rem solid #888;
  height: 0.1rem;
  margin: 1rem 0;
}
.divider-vert {
  display: block;
  padding: 0.1rem;
}
.divider-vert::before {
  border-left: 0.1rem solid #888;
  bottom: 0.1rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.1rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.4rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  -webkit-animation: loading 500ms infinite linear;
          animation: loading 500ms infinite linear;
  border: 0.2rem solid #ea6900;
  border-radius: 0.8rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.6rem;
  left: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
.clearfix::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.m-0 {
  margin: 0rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-0-i {
  margin-top: 0rem!important;
}
.mr-0 {
  margin-right: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-0-i {
  margin-bottom: 0rem!important;
}
.ml-0 {
  margin-left: 0rem;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.ml-5 {
  margin-left: 0.5rem;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.ml-20 {
  margin-left: 2rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 0.5rem;
}
.pr-5 {
  padding-right: 0.5rem;
}
.pb-5 {
  padding-bottom: 0.5rem;
}
.pl-5 {
  padding-left: 0.5rem;
}
.pt-1 {
  padding-top: 0.1rem;
}
.pr-1 {
  padding-right: 0.1rem;
}
.pb-1 {
  padding-bottom: 0.1rem;
}
.pl-1 {
  padding-left: 0.1rem;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hide {
  display: none !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-large {
  font-size: 1.2em;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.text-no-wrap {
  white-space: nowrap;
}
.hand {
  cursor: pointer;
}
.shadow {
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
}
.light-shadow {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
}
.rounded {
  border-radius: 0.3rem;
}
.circle {
  border-radius: 50%;
}
.height-120 {
  height: 120px;
}
.height-20 {
  height: 20px;
}
.width-20 {
  width: 20px;
}
html,
body {
  background: #E0E1DD;
}
.fa-btn {
  cursor: pointer;
}
.fa-color,
.core-color {
  color: #ea6900;
}
.danger {
  color: #eb4646 !important;
}
.success {
  color: #32b643 !important;
}
.warning {
  color: #ffb700 !important;
}
.tooltip::after {
  z-index: 62!important;
}
.i-button {
  padding: 0 2px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333333;
}
.i-button i {
  color: #333333;
}
.i-button i a {
  color: #333333;
}
.i-button .fa-stack i:last-child {
  color: #fff;
}
span.i-button {
  display: inline-block;
}
#connection {
  padding: 10px;
  max-width: 400px;
  margin: 1% auto;
}
#connection img.logo {
  height: 100px;
  width: 100px;
  vertical-align: middle;
  margin-right: 50px;
}
#app-navbar {
  background: #333333;
  border-bottom: 0.4em solid #ea6900;
  color: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 61;
}
#app-navbar a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
#app-navbar span {
  color: #fff;
  text-decoration: none;
}
#app-navbar .column {
  padding-bottom: 0.4rem;
}
#app-navbar #iris-logo {
  width: 40px;
  height: 40px;
}
#app-navbar #app-navbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.4rem 2rem 0.4rem 0;
}
#app-navbar #app-navbar-right #notificationBadge {
  position: absolute;
  top: 0;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #eb4646;
}
#menu {
  position: fixed;
  top: 90px;
  left: 0;
  bottom: 0;
  background: #333333;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 60;
}
#menu span,
#menu a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#menu span i,
#menu a i {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 20px;
  font-size: 1.5em;
}
#menu span {
  font-weight: bold;
}
#menu .fa {
  font-size: 1.2em;
}
#menu.expand {
  width: 200px;
}
#menu.collapse {
  width: 40px;
}
#showMenu {
  color: #fff;
  left: 0;
  position: absolute;
  width: 40px;
  text-align: center;
}
.ir-menu {
  transition: all 0.2s linear;
  overflow: hidden;
  padding: 0;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  box-shadow: none;
  background: #333333;
  color: #fff !important;
  text-align: right;
}
.ir-menu .menu-item {
  color: #fff !important;
}
.ir-menu .menu-item a:active,
.ir-menu .menu-item a.active {
  background: none;
  color: #fff !important;
}
.ir-menu.expand {
  height: 120px;
}
.ir-menu.collapse {
  height: 40px;
}
#content {
  transition: all 0.5s linear;
}
#content.expand {
  padding-left: 200px;
}
#content.collapse {
  padding-left: 40px;
}
#page {
  padding-top: 90px;
  padding-bottom: 30px;
}
#divTab {
  position: absolute;
  left: 40px;
  width: 100%;
}
#divTab ul.tab {
  overflow-x: visible;
}
#tabs {
  background: #000;
  color: #fff;
  top: 60px;
  height: 30px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 60;
}
#tabs ul {
  margin: 0;
}
#tabs ul li:hover {
  background: #333;
}
#tabs ul li a {
  color: #fff;
  padding: 0.5rem 1.4rem;
}
#tabs ul li a span {
  color: #000;
  display: inline;
  padding: 0;
  padding: inherit;
}
#tabs ul li span {
  color: #fff;
  display: inline-block;
  padding: 0.5rem;
  height: 25px;
}
#tabs ul li span i {
  font-size: 20px;
}
#tabs ul li span img {
  height: 20px;
}
#tabs ul li span a {
  display: inline-block;
  padding: 0;
}
#tabs ul li span button {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
}
#tabs .tab-item {
  border-bottom: none;
}
#tabs .tab-item.active {
  border-bottom: 0.1rem solid #c5c5c5;
  background: #fff;
}
#tabs .tab-item.active a {
  border-bottom: none;
  color: #000;
}
.ir-page-title i {
  vertical-align: bottom;
}
.ir-nav-title {
  background-image: linear-gradient(-45deg, #ea6900 84%, #ea6900 86%, #E0E1DD 86%, #E0E1DD 88%, #E0E1DD 88%, #ea6900 88%, #ea6900 90%, #ea6900 90%, #E0E1DD 90%, #E0E1DD 92%, #E0E1DD 92%, #ea6900 92%, #ea6900 94%, #ea6900 94%, #E0E1DD 94%);
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  width: 33%;
  display: inline-block;
}
@media screen and (max-width: 840px) {
  .ir-nav-title {
    width: 66%;
  }
}
.ir-nav-title-long {
  width: 66%;
}
.ir-table-mini td,
.ir-table-mini th {
  padding: 0.1rem 1rem;
}
.ir-table-first {
  font-weight: bold;
  font-style: italic;
}
.ir-text-right {
  text-align: right!important;
}
.bg-orange {
  background: #ea6900 !important;
}
.bg-core {
  background: #ea6900;
}
.bg-dark {
  background: #333333;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #373485;
}
.bg-info {
  background: #0193eb;
}
.white {
  color: #fff !important;
}
.bg-white-label {
  background: #ccc;
  color: #000;
  text-shadow: none;
}
.bg-green {
  background: #33691e;
}
.small-height-padding {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.modal-container-big {
  width: 75%;
}
.modal-container-fluid {
  width: auto;
  height: auto;
}
.modal-container-fluid .modal-body {
  max-height: none;
}
.modal-container-fluid-height {
  height: auto;
}
.modal-container-fluid-height .modal-body {
  max-height: none;
}
.modal-container {
  background: #E0E1DD;
}
.modal-container-big .modal-body {
  max-height: none;
}
.modal-container-90 {
  width: 75%;
}
.modal-container-90 .modal-body {
  max-height: 90vh;
}
.modal-height-90 .modal-body {
  max-height: 90vh;
}
.modal-bg-white {
  background-color: #fff;
}
.chip-sm,
.chip-sm:hover {
  background: #333333;
  color: #fff;
}
.pagination li {
  border-radius: 0.3rem;
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
}
.ir-logo-list i {
  margin: 1px;
}
tr.ir-selected {
  background: #333333 !important;
}
tr.ir-selected td,
tr.ir-selected i {
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  #menu {
    width: 200px!important;
    top: 1000px;
    height: 0px;
    right: 0px;
    left: auto;
    font-size: 2.5rem;
  }
  #menu.collapse {
    top: 1000px;
    width: 200px!important;
  }
  #menu.collapse #menuContent {
    display: none;
  }
  #menu.expand {
    top: 130px;
    width: 200px!important;
    height: 1000px;
    bottom: 0px;
  }
  #showMenu {
    right: 10px;
    left: auto;
  }
  #content.collapse,
  #content.expand {
    padding-left: 0px!important;
  }
  #app-navbar {
    transition: all 0.2s linear;
    top: -90px;
    height: 90px;
  }
  #app-navbar #iris-logo {
    width: 70px;
    height: 70px;
  }
  #app-navbar #appMenu.avatar-lg,
  #app-navbar #printMenu.avatar-lg {
    font-size: 3.6rem;
    height: 7.4rem;
    width: 7.4rem;
  }
  #app-navbar #userMenu.avatar {
    font-size: 2rem;
    height: 4.8rem;
    width: 4.8rem;
  }
  #app-navbar.expand {
    top: 0px;
  }
  #page {
    padding-top: 40px;
  }
  #tabs {
    transition: all 0.2s linear;
    top: 0px;
    height: 40px;
    font-size: 1.9rem;
  }
  #tabs.collapse {
    top: 0px;
  }
  #tabs.expand {
    top: 90px;
  }
  #tabs ul {
    flex-direction: row-reverse;
  }
  #tabs ul a {
    height: 40px;
  }
  #divTab {
    right: 60px;
    text-align: right;
  }
  input.form-input,
  .form-select {
    height: 4.2rem !important;
    padding: 1rem 0.8rem !important;
  }
}
.ir-menu-show {
  max-height: 500px;
  transition: all 0.2s linear;
}
.ir-menu-hide {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.2s linear;
}
.pointer {
  cursor: pointer;
}
.ir-table-filter th {
  padding: 0.2rem 0.5rem;
}
.ir-table-filter input {
  width: 100%;
}
.filter .fa-search {
  color: #777;
}
.new {
  font-size: 1rem !important;
  border-radius: 20px;
  padding: 0 0.3rem;
  color: #fff;
  background: #eb4646;
}
#userMenu {
  background: #ea6900;
}
#userMenuList {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
#userMenuList a {
  text-decoration: none;
  color: #000;
}
#permission .part {
  font-weight: bold;
}
#permission .sub td:first-child {
  padding-left: 20px;
}
#permission .sub {
  display: none;
  background: #f6f6f6;
}
#permission .disabled {
  opacity: 0.25 !important;
}
#imgLogo {
  width: 100px;
  height: 100px;
}
#photo {
  width: 200px;
  height: 446px;
  overflow: auto;
}
#photo select {
  position: relative;
  z-index: 5;
}
#photo input {
  position: absolute;
  z-index: 1;
}
#ref {
  height: 506px;
}
#refiris {
  height: 506px;
}
#suppliedby {
  margin-top: -20px;
}
#test {
  margin-left: 10px;
}
#currencyright {
  margin-right: 3px;
}
.btn-success {
  background: #32b643;
  color: #fff;
}
.btn-success:hover {
  background: #32b643;
}
.btn-danger {
  background: #eb4646;
  color: #fff;
}
.btn-danger:hover {
  background: #eb4646;
}
.btn-success,
.btn-danger {
  border: none;
  margin: 0.2rem;
}
.comparison-operator {
  min-width: 0!important;
}
.comp-block {
  position: relative;
  width: 100%;
}
.comp-input {
  border-top: 0;
  border-right: 0;
}
.comp-text {
  margin-top: 50%;
  display: block;
}
.tr-group td {
  border-top: 2px solid #a4a4a4 !important;
}
.is-half-danger {
  border: 0.1rem dotted #eb4646 !important;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
  background: #f0f1f4;
  cursor: not-allowed;
  opacity: 0.5;
}
.width-50 {
  width: 50%!important;
}
.width-40 {
  width: 40%!important;
}
.border-right {
  border-right: 0.1rem solid #888;
}
.ir-btn-clear {
  position: absolute;
  top: 15px;
  right: 15px;
}
.datePast {
  background: #eb4646;
}
.dateToday {
  background: #ffb700;
}
.dateFutur {
  background: #0193eb;
}
.btn-group-block a {
  text-decoration: none;
  color: #fff;
}
.panLeft {
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
  position: absolute;
}
.panInfo {
  z-index: 10;
  position: relative;
  margin-top: 0.5rem;
  background: #0193eb;
}
.no-bottom-border {
  border-bottom: none!important;
}
.mobileBottomMargin {
  margin-top: 100px;
}
.mobileBottom {
  position: fixed;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;
  z-index: 100;
}
.mobileBottomRight {
  font-size: 2rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
}
#error401 {
  height: 160px;
  margin-left: -10px;
  padding-top: 10px;
  position: absolute;
  font-size: 30px;
  text-align: center;
  top: 45%;
}
#error401 i.fa-undo {
  font-size: 30px;
}
#error404 {
  height: 160px;
  margin-left: -10px;
  padding-top: 10px;
  position: absolute;
  font-size: 30px;
  text-align: center;
  top: 45%;
}
#error404 i.fa-undo {
  font-size: 30px;
}
.delete {
  text-decoration: line-through;
}
.delete .bg-info {
  background: #888;
}
.breadcumbs {
  height: 20px;
  background: #ea6900;
  border-radius: 2px;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
.breadcumbs #breadcumbsFirst {
  float: left;
  height: 20px;
}
.breadcumbs #breadcumbsContent {
  height: 20px;
  position: relative;
  white-space: nowrap;
  direction: rtl;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcumbs .breadcumbs-element {
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.breadcumbs .breadcumbs-separator {
  background-image: url('/img/breadcumb-small.png');
  width: 11px;
  height: 20px;
  display: inline-block;
}
.breadcumbs a {
  color: #000;
  text-decoration: none;
}
.ir-hide {
  display: none;
}
.ir-hide-i {
  display: none!important;
}
.color-meta {
  color: #888 !important;
}
.color-black {
  color: #000000 !important;
}
.ir-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
th.sort {
  cursor: pointer;
}
th.sort i {
  color: #888;
}
.text-mono {
  font-family: monospace;
}
.avatarBlack[data-initial]::after {
  color: #000;
}
.toast-draggable {
  position: relative;
}
.toast-draggable i.fa-pencil {
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
}
.text-black {
  color: #000;
}
.form-radio.is-danger i.form-icon,
.form-checkbox.is-danger i.form-icon {
  border: 1px solid #eb4646;
}
.rldLinkButton {
  width: 33px;
  height: 33px;
  border-radius: 3px;
  background-color: #e1e1e1;
  display: inline-block;
  text-align: center;
  padding: 0.5rem;
  color: #000;
}
.rldLinkButton:hover {
  background-color: #ea6900;
}
.topButton {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  height: 31px;
  padding: 0 5px;
  margin: 0 15px;
}
.topButton::before {
  content: " ";
  background-color: #ea6900;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: -1;
  transform: skewX(-45deg);
}
.topButton i {
  vertical-align: inherit!important;
}
.topButton img {
  height: 20px;
  vertical-align: bottom!important;
}
.img50 {
  width: 50px;
  height: 50px;
}
.dropEmpty {
  border: 1px dashed #333;
  border-radius: 0.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#modalGroupPermission .modal-body {
  overflow-y: visible;
}
.userAvatarColor-0 {
  background: #ea6900;
}
.userAvatarColor-1 {
  background: #2A3E7D;
}
.userAvatarColor-2 {
  background: #C66DAC;
}
#app-navbar[data-env="local"] {
  border-bottom: 0.4em solid #7D6ACB !important;
}
#userMenu[data-env="local"] {
  background: #7D6ACB !important;
}
#app-navbar[data-env="dev"] {
  border-bottom: 0.4em solid #018001 !important;
}
#userMenu[data-env="dev"] {
  background: #018001 !important;
}
#app-navbar[data-env="pilot"] {
  border-bottom: 0.4em solid #2c83e2 !important;
}
#userMenu[data-env="pilot"] {
  background: #2c83e2 !important;
}
.toast {
  box-sizing: content-box;
  margin-top: 0.5rem;
  width: auto;
}
.toast > div {
  display: flex;
  align-items: center;
}
.toast > div i {
  margin-right: 0.5rem;
}
.modal-body .toast {
  margin-bottom: 0.5rem;
}
.custom-tab {
  width: 250px !important;
  text-align: center;
  font-style: italic;
}
#footerLayout {
  height: 25px;
  font-size: 1.5rem;
  background: #333333;
  color: white;
  text-align: center;
  font-weight: bold;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
}
.datepickers-container {
  z-index: 1000;
}
.text-white {
  color: white;
}
.row-buttons-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 5px;
  justify-content: flex-end;
  font-size: 17px;
  gap: 10px;
}
.row-button {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.row-button.edit {
  background-color: #22427C;
  transition: 0.2s;
}
.row-button.edit:hover {
  opacity: 0.5;
}
.row-button.delete {
  background-color: #DE1738;
  transition: 0.2s;
}
.row-button.delete:hover {
  opacity: 0.5;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 100% !important;
}
.ir-card {
  background: #fff;
  box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
  padding: 0!important;
}
.ir-card select {
  max-width: 100%;
  width: 100%;
}
.ir-card-title {
  color: #fff;
  background: #ea6900;
  text-shadow: 0px 2px 2px #333;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  position: relative;
}
.ir-card-title i {
  position: absolute;
  padding-top: 3px;
  right: 20px;
}
.ir-card-title .i-left {
  position: absolute;
  padding-top: 3px;
  left: 20px;
  right: auto;
}
.ir-card-title-black {
  background: #333333;
  padding: 3rem;
  text-align: left;
  font-size: 2.5rem;
}
.ir-card-content {
  padding: 1rem;
  transition: all 0.2s linear;
}
.ir-card-content-accordion {
  padding: 0rem;
  height: 0px;
  transition: all 0.2s linear;
  overflow: hidden;
}
#searchForm {
  border-radius: 0.4rem;
}
#searchForm .input-group .form-autocomplete {
  width: 100%;
}
#searchForm .input-group .form-autocomplete .form-autocomplete-input {
  border-left: 0;
  border-radius: 0;
}
.searchBlock {
  border-radius: 0.3rem;
  background: #eee;
  border: 1px solid #bbb;
  margin: 10px;
  padding: 0px;
}
.searchField {
  margin: 0;
}
.searchField .input-group-addon-big {
  cursor: move;
  width: 120px;
}
.searchField + .searchField .input-group span,
.searchField + .searchField .input-group input,
.searchField + .searchField .input-group select,
.searchField + .searchField .searchBoolean {
  border-top: 0;
}
.searchField .input-group span,
.searchField .input-group input,
.searchField .input-group select {
  border-radius: 0;
}
.searchField .input-group select,
.searchField .searchBoolean {
  border-left: 0;
}
.searchField + .searchField .input-group input:focus,
.searchField + .searchField .input-group select:focus {
  border-top: 0.1rem solid #ea6900;
}
.searchHide {
  display: none;
}
.form-autocomplete.searchAutoCpt {
  width: 100%;
}
.form-autocomplete.searchAutoCpt .form-autocomplete-input {
  border-left: 0;
  border-radius: 0;
}
.form-autocomplete.searchAutoCpt .chip-sm {
  margin-right: 0.2rem;
}
@media screen and (max-width: 480px) {
  #searchForm input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #searchForm .btn-group .btn:first-of-type:not(:last-of-type) {
    border-top-left-radius: 0;
  }
  #searchForm .btn-group .btn:last-of-type:not(:first-of-type) {
    border-top-right-radius: 0;
  }
}
.searchBoolean {
  width: 100%;
  background: #fff;
  border: 0.1rem solid #c5c5c5;
  padding: 0.2rem 0 0 1rem;
}
.search-radio-and-or {
  padding: 0.3rem 0.2rem !important;
}
.search-radio-and-or label.form-radio {
  padding: 0.3rem 0.5rem 0.3rem 1.8rem;
}
.search-tooltip-no-wrap {
  white-space: nowrap;
}
.search-sort.current {
  color: #ea6900;
}
.search-sort-popover {
  white-space: nowrap;
  font-size: 1.5rem;
}
.search-sort-popover i {
  cursor: pointer;
}
.search-sort-popover i.current {
  color: #ea6900;
}
#search-sort-clear {
  position: relative;
  padding-right: 2.5rem !important;
}
#search-sort-clear .fa-times-circle {
  position: absolute;
  font-size: 1.2rem;
  left: 28px;
  top: 20px;
}
.input-group-addon-icon {
  width: 35px;
  flex: none!important;
}
.input-group-addon-content-h {
  height: 3.2rem;
}
.input-group-addon-content-h .form-radio,
.input-group-addon-content-h .form-checkbox {
  line-height: inherit;
  display: inline;
}
.input-group-addon-content-v label {
  display: block;
}
.input-group-select {
  position: relative;
  width: 100%;
  height: 3.2rem;
}
.input-group-select .form-select-no-icon {
  border-top: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100!important;
}
.input-group-select .form-select-icon {
  background: transparent!important;
  border: none!important;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100!important;
}
.input-group-select .input-group-addon-select {
  padding: 0!important;
}
.input-group-select .input-group-addon-icon {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1!important;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.select-is-danger {
  border-color: #eb4646 !important;
  border-radius: 0.3rem;
}
.iris-form-label-bold {
  font-weight: bold;
}
.iris-form-label-italic {
  font-style: italic;
}
.iris-form-label-underline {
  text-decoration: underline;
}
.iris-form-label-linethrough {
  text-decoration: line-through;
}
.iris-form-satisfaction-legend .column {
  padding-bottom: 0;
}
.iris-form-satisfaction-radio-container {
  display: flex;
  justify-content: space-around;
  background: #FFF;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
}
.iris-form-satisfaction-radio-container .iris-form-satisfaction-radio-element {
  text-align: center;
}
.iris-form-satisfaction-radio-container .iris-form-satisfaction-radio-element label {
  cursor: pointer;
}
.iris-form-satisfaction-radio-container .iris-form-satisfaction-radio-element input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  border: 0.1rem solid #c5c5c5;
  cursor: pointer;
}
.iris-form-satisfaction-radio-container .iris-form-satisfaction-radio-element input:checked {
  border: 0.5rem solid #ea6900;
}
.iris-form-satisfaction-star-container {
  background: #FFF;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-around;
}
.iris-form-satisfaction-star-container div {
  cursor: pointer;
  color: #ea6900;
  flex-grow: 1;
  text-align: center;
  padding: 0.3rem 0;
}
.iris-form-satisfaction-range-container {
  background: #FFF;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  padding: 0.3rem;
}
.iris-form-satisfaction-range-container input {
  width: 100%;
}
.iris-form-satisfaction-range-container .iris-form-satisfaction-range-label-container {
  position: relative;
}
.iris-form-satisfaction-range-container .iris-form-satisfaction-range-label-container div {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
}
.iris-form-satisfaction-group {
  margin-left: 150px;
}
.iris-form-satisfaction-group-element {
  display: flex;
  margin-top: 0.3rem;
}
.iris-form-satisfaction-group-element label {
  display: inline-block;
  min-width: 150px!important;
  max-width: 150px!important;
  width: 150px!important;
}
.iris-form-smiley-container {
  background: #FFF;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-around;
}
.iris-form-smiley-container .iris-form-smiley-element i {
  font-size: 3rem;
  padding: 0.5rem 0;
  cursor: pointer;
}
.iris-form-smiley-container .iris-form-smiley-element .fa-angry {
  color: #f04e5b;
}
.iris-form-smiley-container .iris-form-smiley-element .fa-frown {
  color: #dd6f3e;
}
.iris-form-smiley-container .iris-form-smiley-element .fa-meh {
  color: #cfb53c;
}
.iris-form-smiley-container .iris-form-smiley-element .fa-smile {
  color: #a9c932;
}
.iris-form-smiley-container .iris-form-smiley-element .fa-grin {
  color: #5fc642;
}
.iris-form-smiley-container .iris-form-smiley-element-current i {
  box-shadow: inset 0 -5px 0px 0px #000;
}
.iris-form-color-container {
  background: #FFF;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  padding: 0.2rem;
}
.formColorBlock {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  cursor: pointer;
}
.formColorBlockSelected {
  border: 2px solid #000;
  box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
}
.formColorBlockPicker {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gcKCREuyhs5DQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAERElEQVRIx12W23LjNgyGP5DUwXZ8SrK76e5M3/++L9PH6HZjWyIJoBek43QvMNJIGnz4cRLl77+SH7aVeYZhBJnAB7ARLIEGyAKLwbvBL4V/KvyqcFG4KdwqvFd4L82uBco6YOWFcDuTDnNlN8IQIQgAOKAGWLsPoT0XwK194IA5VIPcbTVYHDKQY8H8J2EcSNuhAYYAIs2JagN6AJMGw9s7l+ZcDdShGKwKN4NFIXuzAhgFD4U0AgMQvDujKxKw0GUlEO8qvUHMIGsDLB2w9mfFmqnPKANpMAi1pYLuSBQkgFSQBEEb1P0Bqd5StFiryVo7SCHXSPYdVfdo3ZFCTw0OHlvEd2AY2zsBJDalZi1V+Z6m7vx6h9QNWQ+sdUvWLaXsSFJ6mu4p6RYSeIFAszvY7VGHpTbnlwLXErjUI6vuG6BuyHVH1pkk9eEYA9cGUHuo+gDQmqJoi/qiDXApGy7lxLXsWOqWUnesuiHXmaITidqVaAtZ4gOEgXQLsXVWVcgZbhmuS+R9PfKeT1zyjlvZstQNWTcUnSg2UWwgoQ/AR9ixFzz1pigtnU6bi7XAbdlyWV65rkeu+Ylb2XCrPXobqD6hnsAiiXzPxwMi0prAU1Mm98L0+Sjllbx+Y81H1vWJXDYU3WA64TaAJ8QSSSLmoUM+tW8blJ66DgzdREH0O9TveHmGckDqE6IT0SaiJdwTwQOOAO2aWD4B/L47HsMn9JoYBPtBqn8y1m9M9cxke2bbkn0ABiIBlYB6wEWQnpYHxP/fZfdmkD6ssb4y1h9s6htb+8renjnwRJGJIImrBHIIVBFUBBOQIL8psd+sN4RkkDwRy3fG/JWtfmFvr5w5kcMGCRNjisxRWIOwRqEKaBAsCC70mvjDKQZUoPS1koW4vpHyC+P6wkbPHP3EIk/UOBNiYhwi70lYorBEWCPUINQkqECifIq+O/+4ZmA9IOsX4vpCKidmO7DzLccwo3FAUmSogSkJlwRLCiwJchSyCiV8hpSuJPf7AuQE+Q1ZX5B8IpU9g22ZGNlKoKSAqRBVSCpMVbgmuA0NtEZYo3TIHfBZQQHKKyyvUM5IORLqnugTA5E5BEqF2teyGKQIgwdGg0nhFmEcnORrn2j9HTZBfgU9I/UM9YDYTPDWqoPA6M7GBMOhQvTAAIzmDZSEmzvJ8yfIfY8VgfoN9AVKB/gWsQkhEUQIQHJjNEEBRBBzpEIwIWqDDeakWmAobR4+OkyfQL80iJ4Q3YPN7YQhgShCbOuMhDMimIGJg7W/bHIh4kSMlLVNd7I7KIK+QX2GegY7gO/a8UUifY4JDlGEAcfcURw12mxA+7sFR9xIl0//i+Qg9gLaaoEemyqfEUaEiEiHiPdIheQt4sEDhmEILo7hRKmkf8Mz2E+2wOQnkv2B6DOiz6AHsB3uA05qx5e+6MT78nQnhnYYUYyIICIQDE+KD4X/AOWurueTDLShAAAAAElFTkSuQmCC);
}
#formColorSelected {
  width: 100%;
  height: 25px;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
}
.formColorPickerHexa {
  text-align: center;
  background: repeating-radial-gradient(circle, purple, purple 2px, #4b026f 4px, #4b026f 6px);
}
.formColorBlack {
  color: #000;
}
.formColorWhite {
  color: #fff;
}
input[type="color"] {
  display: none;
}
ul.form-autocomplete-list {
  background: #e0e1dd !important;
}
li.form-autocomplete-item.selected,
li.form-autocomplete-item.selected:hover {
  background: #333333;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s linear;
}
.form-autocomplete-input.is-danger {
  border-color: #eb4646;
}
.form-label.label-lg {
  padding: 1rem 0;
}
.form-autocomplete-input .chip-sm {
  margin-left: 0.1rem;
  min-height: 2.4rem !important;
  height: auto!important;
}
@media screen and (max-width: 480px) {
  .form-autocomplete-input {
    overflow: hidden;
    height: 4.2rem !important;
    max-height: 4.2rem !important;
  }
  .form-autocomplete-input .form-input {
    height: 3.8rem !important;
    padding: 1rem 0.8rem !important;
  }
  .form-autocomplete-input .chip-sm {
    font-size: 1.6rem;
    height: 3.4rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
    margin-left: 0.1rem;
  }
  .form-autocomplete .form-autocomplete-list {
    top: 45px;
  }
  .form-autocomplete .form-autocomplete-list li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
  }
}
.autocomplete-big ul {
  width: 100vh!important;
}
.iris-translate-no,
.iris-translate-yes {
  padding: 0 0.2rem 0.5rem 0.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.iris-translate-no {
  box-shadow: inset 0 -1px 0px 0px #840000, inset 0 -2px 0px 0px #a60016, inset 0 -3px 0px 0px #c8212d, inset 0 -4px 0px 0px #eb4646, inset 0 -5px 0px 0px #eb4646;
}
.iris-translate-yes {
  box-shadow: inset 0 -1px 0px 0px #004e00, inset 0 -2px 0px 0px #006f00, inset 0 -3px 0px 0px #009220, inset 0 -4px 0px 0px #32b643, inset 0 -5px 0px 0px #32b643;
}
.iris-translate-flags {
  display: flex;
}
.iris-translate-flags .iris-translate-flag:not(:first-child) {
  margin-left: 0.5rem;
}
.iris-translate-flags .iris-translate-flag a {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.iris-translate-flags .iris-translate-flag a img {
  border-radius: 50%;
}
.iris-translate-flags .iris-translate-flag a i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 64px;
  border-radius: 50%;
}
.iris-translate-flags .iris-translate-flag-current a {
  font-weight: bold;
}
.iris-translate-flag-modal {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
#iris-translate-progression {
  position: fixed;
  bottom: 0;
  right: 20px;
}
.iris-schedule {
  display: flex;
}
.iris-schedule .iris-schedule-headers {
  width: 250px;
}
.iris-schedule .iris-schedule-headers .iris-schedule-header-top {
  height: 45px;
  background: #7D7D7D;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 0.5rem;
}
.iris-schedule .iris-schedule-headers .iris-schedule-header-content {
  height: 40px;
  padding: 5px 0;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  box-sizing: content-box;
}
.iris-schedule .iris-schedule-previous,
.iris-schedule .iris-schedule-next {
  width: 30px;
  text-align: center;
  font-size: 30px;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-top,
.iris-schedule .iris-schedule-next .iris-schedule-previous-top,
.iris-schedule .iris-schedule-previous .iris-schedule-after-top,
.iris-schedule .iris-schedule-next .iris-schedule-after-top {
  height: 45px;
  background: #E9E9E9;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-top i,
.iris-schedule .iris-schedule-next .iris-schedule-previous-top i,
.iris-schedule .iris-schedule-previous .iris-schedule-after-top i,
.iris-schedule .iris-schedule-next .iris-schedule-after-top i {
  cursor: pointer;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-top,
.iris-schedule .iris-schedule-next .iris-schedule-previous-top {
  border-left: 1px solid #707070;
}
.iris-schedule .iris-schedule-previous .iris-schedule-after-top,
.iris-schedule .iris-schedule-next .iris-schedule-after-top {
  border-right: 1px solid #707070;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines {
  background: #FFF;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-previous-line,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-previous-line,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-previous-line,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-previous-line,
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-after-line,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-after-line,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-after-line,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-after-line {
  background: #FFF;
  height: 40px;
  line-height: 40px;
  padding: 5px 0;
  box-sizing: content-box;
  border-bottom: 1px solid #707070;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-previous-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-previous-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-previous-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-previous-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-after-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-after-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-after-line .iris-schedule-hand-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-after-line .iris-schedule-hand-disabled {
  color: transparent;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-previous-line i,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-previous-line i,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-previous-line i,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-previous-line i,
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-after-line i,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-after-line i,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-after-line i,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-after-line i {
  color: #f5f5f5;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-previous-line-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-previous-line-disabled,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-previous-line-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-previous-line-disabled,
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines .iris-schedule-after-line-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines .iris-schedule-after-line-disabled,
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines .iris-schedule-after-line-disabled,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines .iris-schedule-after-line-disabled {
  background: #f5f5f5;
}
.iris-schedule .iris-schedule-previous .iris-schedule-previous-lines,
.iris-schedule .iris-schedule-next .iris-schedule-previous-lines {
  border-left: 1px solid #707070;
}
.iris-schedule .iris-schedule-previous .iris-schedule-after-lines,
.iris-schedule .iris-schedule-next .iris-schedule-after-lines {
  border-right: 1px solid #707070;
}
.iris-schedule .iris-schedule-content {
  flex: 1;
}
.iris-schedule .iris-schedule-content .iris-schedule-content-top {
  height: 45px;
  background: #E9E9E9;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.iris-schedule .iris-schedule-content .iris-schedule-content-top .iris-schedule-hour {
  height: 45px;
  line-height: 45px;
  display: inline-block;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines {
  overflow: hidden;
  background: #FFF;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line {
  display: flex;
  flex: 1;
  position: relative;
  background: #FFF;
  height: 40px;
  padding: 5px 0;
  box-sizing: content-box;
  cursor: pointer;
  border-bottom: 1px solid #707070;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event {
  position: absolute;
  display: flex;
  align-items: center;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-before,
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-after {
  height: 20px;
  background: #FDFFDE;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-before .iris-schedule-content-dash,
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-after .iris-schedule-content-dash {
  background-image: linear-gradient(90deg, transparent, transparent 50%, #FDFFDE 50%, #FDFFDE 100%), linear-gradient(90deg, #000, #000);
  background-size: 10px 3px, 100% 3px;
  height: 2px;
  flex: 1;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-before {
  border-left: 1px solid #000;
  border-radius: 5px 0 0 5px;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-after {
  border-right: 1px solid #000;
  border-radius: 0 5px 5px 0;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 5px 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-content .iris-schedule-content-event-content-title,
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line .iris-schedule-content-event .iris-schedule-content-event-content .iris-schedule-content-event-content-subtitle {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iris-schedule .iris-schedule-content .iris-schedule-lines .iris-schedule-line-disabled {
  background: #f5f5f5;
}
.iris-schedule-tooltip-border {
  width: 10px;
  height: 40px;
  border-radius: 5px 0 0 5px;
}
.btn-confirm {
  background: #eb4646;
  border-color: #e92f2f;
  color: #fff;
}
.btn-confirm:focus {
  background: #e93434;
  border-color: #e51919;
  color: #fff;
}
.btn-confirm:hover {
  background: #e82a2a;
  border-color: #ce1616;
  color: #fff;
}
.btn-confirm:active,
.btn-confirm.active {
  background: #e72121;
  border-color: #ce1616;
  color: #fff;
}
.btn-confirm.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn-cancel {
  background: transparent;
  border-color: transparent;
  color: #5c5959;
}
.btn-cancel:focus,
.btn-cancel:hover {
  background: #f4f4f4;
  color: #353333;
}
.btn-cancel:active,
.btn-cancel.active {
  background: #efefef;
  color: #1b1a1a;
}
.app-list {
  display: flex;
}
.app-list .app {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  margin: 0.2rem;
  width: 15%;
  height: 80px;
  text-decoration: none;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.app-list .app i {
  flex: 1;
}
.app-list .app span {
  font-weight: bold;
}
#appListFull a {
  text-decoration: none;
  color: #000;
}
#appListFull .app {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  transition: all 0.2s linear;
}
#appListFull .app:hover {
  background: inherit;
}
#appListFull .appLeft {
  display: inline-block;
  width: 200px;
  text-align: center;
}
#appListFull .appRight {
  display: inline-block;
  padding: 10px;
}
#appListFull .appLogo {
  position: relative;
}
#appListFull .appLogo .fa-stack {
  position: absolute;
  bottom: -5px;
  left: 55%;
}
#appListFull .appLogo img {
  border-radius: 100px;
  width: 100px;
  height: 100px;
}
#appListFull .appName {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
#appListFull .appDescription {
  font-style: italic;
}
@media screen and (max-width: 840px) {
  #appListFull .appRight {
    display: none;
  }
  #appListFull .appLeft {
    width: 100%;
  }
  #appListFull .appLogo img {
    border-radius: 55px;
    width: 55px;
    height: 55px;
  }
  #appListFull .appName {
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
#appListMini a {
  text-decoration: none;
  color: #000;
}
#appListMini .app {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 2px;
  transition: all 0.2s linear;
  text-align: center;
  width: 59px;
}
#appListMini .app:hover {
  background: inherit;
}
#appListMini .appLogo img {
  border-radius: 55px;
  width: 55px;
  height: 55px;
}
#appListMini .appName {
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-blocks {
  display: flex;
}
.home-blocks a {
  width: 260px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px #00000029;
  border: 1px solid #707070;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-equivalences-table {
  padding: 10px 0;
}
.modal-equivalences-table tr {
  border-bottom: 2px solid #FFF;
}
.modal-equivalences-table tr td {
  padding-left: 2rem!important;
}
.modal-equivalences-table thead {
  font-style: italic;
}
.modal-equivalences-table thead th {
  padding: 0.5rem !important;
}
.modal-equivalences-table-wrapper {
  width: 100%;
  height: 250px;
  overflow: auto;
  background-color: #E6E6E6;
}
.modal-equivalence-table-chevrons {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 5px;
  justify-content: flex-end;
  font-size: 20px;
  gap: 10px;
}
.modal-equivalences-add-dataIris-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.modal-equivalences-add-dataIris-container .form-autocomplete {
  flex: 1;
}
.modal-equivalences-add-dataIris-btn {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
  transition: 0.3s;
}
.modal-equivalences-add-dataIris-btn:hover {
  font-size: 27px;
}
.fas.disabled {
  opacity: 0.5;
}
.detailCulturaRef {
  padding-left: 2rem;
  font-style: italic;
}
.modal-bundles-add-dataIris-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.modal-bundles-add-dataIris-container .form-group {
  flex: 1;
}
.modal-bundles-quantity-container {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100%;
  padding-left: 10px;
}
.home-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.home-tab-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.home-tab-container {
  height: 100px;
  width: 600px;
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  text-decoration: none;
  color: #333333;
  box-shadow: 1px 1px 2px rgb(0 0 0%);
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}
.home-tab-container:hover {
  background-color: #ea6900;
  color: #333333;
}
.home-tab-icon {
  display: flex;
  height: 100%;
  width: 250px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.home-tab-title {
  display: flex;
  height: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0 /*
      /*rtl:end:ignore*/;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0 /*
      /*rtl:end:ignore*/;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#notifications {
  margin: 0.5rem;
}
#notifications .date {
  text-align: center;
  background: #ea6900;
  padding: 0.5rem 0;
  color: #FFF;
}
#notifications .notification {
  margin: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-around;
  background: #FFF;
}
#notifications .notification .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}
#notifications .notification .info .icon img {
  max-height: 50px;
}
#notifications .notification .info .time {
  font-style: italic;
}
#notifications .notification .content {
  flex: 1;
  padding: 0.5rem;
}
#notifications .notification .content .title {
  font-weight: bold;
}
#notifications .notification .action {
  display: flex;
  align-items: center;
}
.ir-tag {
  border-radius: 0.2rem;
  padding: 0.2rem;
  background: #E0E1DD;
}
.ir-tag:not(:first-child) {
  margin-left: 0.5rem;
}
#responsibleBlock,
#technicianBlock {
  max-height: 200px;
  overflow-y: scroll;
}
.tech-token {
  width: 90%;
}
.btn_del {
  color: white;
  background-color: #eb4646;
  border-color: #eb4646;
}
.mrg-auto-10 {
  margin: auto 10px;
}
.test-value {
  border-bottom: solid 3px #ea6900;
  font-size: large;
  font-weight: bold;
  margin-top: 10px;
}
.overflow-20 {
  overflow-y: auto;
  max-height: 20vh;
}
.report-calc {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 160px);
}
.col-for-scroll {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.col-for-scroll .pre-scroll {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.chip-shadow {
  text-shadow: 1px 1px 2px black;
}
.user-update-password-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.user-update-password-input input {
  flex: 1;
}
.displayPwdBtnContainer {
  width: 40px;
  display: flex;
  justify-content: center;
}
.irisLiveSearchBlockInput {
  position: relative;
}
.irisLiveSearchBlockInput i {
  position: absolute;
  right: 2px;
  top: 8px;
  color: #929292;
  cursor: pointer;
}
.irisLiveSearchHide {
  display: none!important;
}

.webui-popover-content{display:none}.webui-popover-rtl{direction:rtl;text-align:right}.webui-popover{position:absolute;top:0;left:0;z-index:9999;display:none;min-width:50px;min-height:32px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right{margin-top:-10px}.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom{margin-left:10px}.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right{margin-top:10px}.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom{margin-left:-10px}.webui-popover.pop{-webkit-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transition:transform .15s cubic-bezier(0.3,0,0,1.5);-o-transition:transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5);opacity:0;filter:alpha(opacity=0)}.webui-popover.pop-out{-webkit-transition-property:"opacity,transform";-o-transition-property:"opacity,transform";transition-property:"opacity,transform";-webkit-transition:.15s linear;-o-transition:.15s linear;transition:.15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.fade,.webui-popover.fade-out{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.out{opacity:0;filter:alpha(opacity=0)}.webui-popover.in{-webkit-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}.webui-popover .webui-popover-content{padding:9px 14px;overflow:auto;display:block}.webui-popover .webui-popover-content>div:first-child{width:99%}.webui-popover-inner .close{font-family:arial;margin:8px 10px 0 0;float:right;font-size:16px;font-weight:700;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);text-decoration:none}.webui-popover-inner .close:hover,.webui-popover-inner .close:focus{opacity:.5;filter:alpha(opacity=50)}.webui-popover-inner .close:after{content:"\00D7";width:.8em;height:.8em;padding:4px;position:relative}.webui-popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:700;line-height:18px;background-color:#fff;border-bottom:1px solid #f2f2f2;border-radius:5px 5px 0 0}.webui-popover-content{padding:9px 14px;overflow:auto;display:none}.webui-popover-inverse{background-color:#333;color:#eee}.webui-popover-inverse .webui-popover-title{background:#333;border-bottom:1px solid #3b3b3b;color:#eee}.webui-no-padding .webui-popover-content{padding:0}.webui-no-padding .list-group-item{border-right:none;border-left:none}.webui-no-padding .list-group-item:first-child{border-top:0}.webui-no-padding .list-group-item:last-child{border-bottom:0}.webui-popover>.webui-arrow,.webui-popover>.webui-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.webui-popover>.webui-arrow{border-width:11px}.webui-popover>.webui-arrow:after{border-width:10px;content:""}.webui-popover.top>.webui-arrow,.webui-popover.top-right>.webui-arrow,.webui-popover.top-left>.webui-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.webui-popover.top>.webui-arrow:after,.webui-popover.top-right>.webui-arrow:after,.webui-popover.top-left>.webui-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.webui-popover.right>.webui-arrow,.webui-popover.right-top>.webui-arrow,.webui-popover.right-bottom>.webui-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.webui-popover.right>.webui-arrow:after,.webui-popover.right-top>.webui-arrow:after,.webui-popover.right-bottom>.webui-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.webui-popover.bottom>.webui-arrow,.webui-popover.bottom-right>.webui-arrow,.webui-popover.bottom-left>.webui-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.webui-popover.bottom>.webui-arrow:after,.webui-popover.bottom-right>.webui-arrow:after,.webui-popover.bottom-left>.webui-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.webui-popover.left>.webui-arrow,.webui-popover.left-top>.webui-arrow,.webui-popover.left-bottom>.webui-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.webui-popover.left>.webui-arrow:after,.webui-popover.left-top>.webui-arrow:after,.webui-popover.left-bottom>.webui-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.webui-popover-inverse.top>.webui-arrow,.webui-popover-inverse.top-left>.webui-arrow,.webui-popover-inverse.top-right>.webui-arrow,.webui-popover-inverse.top>.webui-arrow:after,.webui-popover-inverse.top-left>.webui-arrow:after,.webui-popover-inverse.top-right>.webui-arrow:after{border-top-color:#333}.webui-popover-inverse.right>.webui-arrow,.webui-popover-inverse.right-top>.webui-arrow,.webui-popover-inverse.right-bottom>.webui-arrow,.webui-popover-inverse.right>.webui-arrow:after,.webui-popover-inverse.right-top>.webui-arrow:after,.webui-popover-inverse.right-bottom>.webui-arrow:after{border-right-color:#333}.webui-popover-inverse.bottom>.webui-arrow,.webui-popover-inverse.bottom-left>.webui-arrow,.webui-popover-inverse.bottom-right>.webui-arrow,.webui-popover-inverse.bottom>.webui-arrow:after,.webui-popover-inverse.bottom-left>.webui-arrow:after,.webui-popover-inverse.bottom-right>.webui-arrow:after{border-bottom-color:#333}.webui-popover-inverse.left>.webui-arrow,.webui-popover-inverse.left-top>.webui-arrow,.webui-popover-inverse.left-bottom>.webui-arrow,.webui-popover-inverse.left>.webui-arrow:after,.webui-popover-inverse.left-top>.webui-arrow:after,.webui-popover-inverse.left-bottom>.webui-arrow:after{border-left-color:#333}.webui-popover i.icon-refresh:before{content:""}.webui-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url(../img/loading.gif) no-repeat}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg)}}.webui-popover-backdrop{background-color:rgba(0,0,0,.65);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9998}.webui-popover .dropdown-menu{display:block;position:relative;top:0;border:none;box-shadow:none;float:none}
.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
