/*! 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 */
  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: .75;
  pointer-events: none;
}
.btn .icon,
.toast .icon,
.menu .icon {
  font-size: 1.3333em;
  line-height: .8em;
  margin-right: .2rem;
  vertical-align: -20%;
}
.icon-caret {
  border-top: .4rem solid currentColor;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
  display: inline-block;
  height: 0;
  margin: 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: .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: .5rem 0 1.5rem 0;
}
.lead {
  font-size: 120%;
}
mark,
.highlight {
  background: #ffe5a3;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .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: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .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: .3rem;
  color: #ea6900;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  outline: 0;
  padding: .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: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 1.4rem;
  padding: .4rem .8rem;
}
.btn.btn-lg {
  border-radius: .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: .3rem;
  opacity: .45;
  padding: 0;
  text-decoration: none;
}
.btn.btn-clear:hover {
  opacity: .85;
}
.btn.btn-clear::before {
  content: '\00d7';
  font-size: 2rem;
}
.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.btn-group .btn {
  -ms-flex: 1 0 auto;
  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: -ms-flexbox;
  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: .3rem;
  color: #333;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  max-width: 100%;
  outline: 0;
  padding: .7rem .8rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  border-color: #ea6900;
}
.form-input[disabled] {
  background: #eeeff2;
}
.form-input.input-sm {
  border-radius: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .3rem .6rem;
}
.form-input.input-lg {
  border-radius: .4rem;
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem .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: .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: .5rem;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  min-width: 18rem;
  outline: 0;
  padding: .5rem .8rem;
  vertical-align: middle;
}
.form-select[multiple] option {
  padding: .2rem .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: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .4rem 2rem .4rem .6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 2.4rem 1rem .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: .1rem;
  margin: -0.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem;
}
.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: .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: .5rem;
  transition: all .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: .2rem;
}
.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: .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: .6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-checkbox input:indeterminate + .form-icon::after {
  background: #fff;
  content: "";
  height: .2rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: .8rem;
}
.form-radio .form-icon {
  border-radius: .7rem;
}
.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: .2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 50%;
  width: .4rem;
}
.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: .3rem 2rem .3rem 3.6rem;
  position: relative;
}
.form-switch .form-icon {
  background: #c5c5c5;
  background-clip: padding-box;
  border: 0.1rem solid #c5c5c5;
  border-radius: .9rem;
  display: inline-block;
  height: 1.8rem;
  left: 0;
  line-height: 2.6rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: .4rem;
  vertical-align: top;
  width: 3rem;
}
.form-switch .form-icon::after {
  background: #fff;
  border-radius: .8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .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: -ms-flexbox;
  display: flex;
}
.input-group .input-group-addon {
  background: #f9f9f9;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  line-height: 1.6rem;
  padding: .7rem .8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: .3rem .6rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem .8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  -ms-flex: 1 0 auto;
  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: -ms-inline-flexbox;
  display: inline-flex;
}
.label {
  background: #efefef;
  color: #666666;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column {
  -ms-flex: 1;
  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 {
  -ms-flex: none;
  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 {
    -ms-flex: none;
    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 {
    -ms-flex: none;
    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 {
    -ms-flex: none;
    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 {
    -ms-flex: none;
    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 {
    -ms-flex: none;
    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: -ms-flexbox;
  display: flex;
}
.form-horizontal .form-label {
  padding: .8rem .4rem;
  margin-bottom: 0;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio {
  margin: .5rem 0;
}
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
.navbar {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar .navbar-section {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
.empty {
  background: #f8f8f8;
  border-radius: .3rem;
  text-align: center;
  padding: 4rem;
}
.empty .empty-title {
  font-size: 1.8rem;
  margin: 1.5rem 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: .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 {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  border: .1rem solid transparent;
  border-radius: .3rem;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: .5rem 0;
}
.chip .chip-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.chip .chip-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip .chip-action {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.chip .chip-title {
  font-size: 1.4rem;
}
.chip .chip-meta {
  color: #b3b3b3;
  font-size: 1.2rem;
}
.chip-sm {
  -ms-flex-align: center;
  align-items: center;
  background: #ffd7b7;
  border-radius: .3rem;
  color: #666;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  height: 2.4rem;
  max-width: 100%;
  padding: .3rem .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: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-sm .avatar {
  font-size: .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: .3rem;
  color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  max-width: 100%;
  min-height: 3.2rem;
  outline: 0;
  padding: .3rem .3rem 0 .3rem;
  width: 100%;
}
.form-autocomplete .form-autocomplete-input .chip-sm {
  margin-bottom: .3rem;
}
.form-autocomplete .form-autocomplete-input .form-input {
  background: #fff;
  border-color: transparent;
  display: inline-block;
  height: 2.4rem;
  margin-bottom: .3rem;
  padding: .3rem;
  vertical-align: top;
  width: auto;
}
.form-autocomplete .form-autocomplete-list {
  background: #fff;
  border: 0.1rem solid #d2d2d2;
  border-radius: .3rem;
  display: block;
  height: auto;
  left: 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
  margin: .3rem 0 0 0;
  padding: .5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1988;
}
.form-autocomplete .form-autocomplete-item {
  border-radius: .3rem;
  display: block;
  margin-top: .1rem;
  padding: .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: .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: .6rem 1rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0);
  transition: all .216s ease;
  z-index: 99;
}
.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 .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: .3rem .5rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge='']::after {
  height: .6rem;
  min-width: .6rem;
  padding: 0;
  width: .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: .8rem;
  min-width: .8rem;
  padding: 0;
  width: .8rem;
}
.toast {
  border: 0.1rem solid #333;
  border-radius: .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-draggable {
  background: rgba(224, 225, 221, 0.9);
  border-color: #E0E1DD;
  color: #000;
  cursor: move;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:hover,
.toast a:focus,
.toast a:active {
  opacity: .75;
}
.toast .btn-clear {
  color: #fff;
}
.menu {
  background: #fff;
  border-radius: .3rem;
  display: block;
  margin: 0;
  padding: .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: .3rem;
  color: #333;
  display: block;
  line-height: 2.4rem;
  margin-top: .1rem;
  padding: .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: .3rem;
  color: inherit;
  display: block;
  margin: -0.2rem -1rem;
  padding: .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: .2rem 1rem;
}
.menu .menu-header .menu-header-text {
  background: #fff;
  display: inline-block;
  margin-left: -0.6rem;
  padding: 0 .6rem;
  position: relative;
  z-index: 99;
}
.menu .menu-header::after {
  border-bottom: 0.1rem solid #efefef;
  content: "";
  display: block;
  height: .1rem;
  transform: translateY(-1rem);
  width: 100%;
}
.dropdown {
  position: relative;
}
.dropdown .menu {
  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: .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 .4rem;
}
.tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  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: .2rem solid transparent;
  color: #333;
  display: block;
  margin-bottom: -0.1rem;
  margin-top: 0;
  padding: .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 {
  -ms-flex: 1 0 auto;
  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: .6rem .5rem;
}
.pagination .page-item a {
  border-radius: .3rem;
  display: inline-block;
  margin: 0 .1rem;
  padding: .6rem .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 {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.modal.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 98;
}
.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 {
  animation: slide-down 0.216s;
}
.modal-container {
  animation: slide-up 0.216s;
  background: #fff;
  border-radius: .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: 50vh;
  overflow-y: auto;
  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: .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: .3rem;
  border-top-right-radius: .3rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.card .card-title {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: .5rem;
  margin-top: 0;
}
.card .card-meta {
  color: #b3b3b3;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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 .8rem;
  transform: translateY(-1.1rem);
}
.divider {
  border-top: 0.1rem solid #888;
  height: .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: .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 {
  animation: loading 500ms infinite linear;
  border: 0.2rem solid #ea6900;
  border-radius: .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;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: .5rem;
}
.mr-5 {
  margin-right: .5rem;
}
.mb-5 {
  margin-bottom: .5rem;
}
.ml-5 {
  margin-left: .5rem;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: .5rem;
}
.pr-5 {
  padding-right: .5rem;
}
.pb-5 {
  padding-bottom: .5rem;
}
.pl-5 {
  padding-left: .5rem;
}
.pt-1 {
  padding-top: .1rem;
}
.pr-1 {
  padding-right: .1rem;
}
.pb-1 {
  padding-bottom: .1rem;
}
.pl-1 {
  padding-left: .1rem;
}
.p-0 {
  padding: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.width-100 {
  width: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -ms-inline-flexbox;
  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-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;
}
.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: .3rem;
}
.circle {
  border-radius: 50%;
}
.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  content: attr(data-tooltip);
  opacity: 0;
  left: 50%;
  padding: .3rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s ease;
  width: 320px;
  z-index: 400;
}
.popover :focus + .popover-container,
.popover:hover .popover-container,
.popover .popover-container:hover {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container,
.popover.popover-right .popover-container:hover {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container,
.popover.popover-bottom .popover-container:hover {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container,
.popover.popover-left .popover-container:hover {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  border: 0;
  box-shadow: 0 2rem 4.2rem rgba(69, 77, 93, 0.3);
}
.timeline .timeline-item {
  display: -ms-flexbox;
  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 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.timeline .timeline-item .timeline-content {
  -ms-flex: 1 1 auto;
  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: 1.7rem;
  width: 1.7rem;
  line-height: 1rem;
  left: .4rem;
  top: 0;
  font-size: 1.3rem;
}
html,
body {
  background: #E0E1DD;
}
.fa-btn {
  cursor: pointer;
}
.fa-color,
.core-color {
  color: #ea6900;
}
.danger {
  color: #eb4646 !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;
}
#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;
}
#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 div {
  font-size: 0.7em;
}
#menu.expand {
  width: 200px;
}
#menu.collapse {
  width: 40px;
}
#showMenu {
  color: #fff;
  left: 0;
  position: absolute;
  width: 40px;
  text-align: center;
}
#showInfoIcon {
  color: #fff;
  right: 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;
}
#divTab {
  position: absolute;
  left: 40px;
}
#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 a {
  color: #fff;
  padding: .5rem 1.4rem;
}
#tabs .tab-item.active {
  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: 600px) {
  .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;
  overflow: visible;
}
.modal-container .modal-body {
  overflow: visible;
}
.modal-container-big .modal-body {
  max-height: none;
}
.chip-sm,
.chip-sm:hover {
  background: #333333;
  color: #fff;
}
.pagination li {
  border-radius: .3rem;
  display: inline-block;
  margin: 0 .1rem;
  padding: .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: 600px) {
  #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 .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 .2s linear;
    top: 0px;
    height: 40px;
    font-size: 1.9rem;
  }
  #tabs.collapse {
    top: 0px;
  }
  #tabs.expand {
    top: 90px;
  }
  #tabs ul {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #tabs ul a {
    height: 40px;
  }
  #divTab {
    right: 60px;
    text-align: right;
  }
  #driveMain {
    top: 45px!important;
    left: 5px!important;
  }
  #showInfoIcon {
    display: none;
  }
  #folderContentBlock {
    top: 180px!important;
  }
}
.ir-menu-show {
  max-height: 500px;
  transition: all .2s linear;
}
.ir-menu-hide {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all .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: .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;
  width: 80px!important;
}
.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: .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: .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;
}
.color-success {
  color: #32b643;
}
.bg-control {
  background: #c5c5c5;
}
.color-meta {
  color: #888 !important;
}
.no-deco {
  text-decoration: none;
}
.fa-color-red {
  color: #e70101!important;
}
.fa-color-blue {
  color: #0609d4!important;
}
.fa-color-green {
  color: #1d9100!important;
}
.fa-color-yellow {
  color: #b5c200!important;
}
@media screen and (max-width: 480px) {
  input.form-input,
  .form-select {
    height: 4.2rem!important;
    padding: 1rem .8rem!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;
}
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: .1rem;
}
@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 .8rem!important;
  }
  .form-autocomplete-input .chip-sm {
    font-size: 1.6rem;
    height: 3.4rem;
    line-height: 2rem;
    padding: 1rem .8rem;
    margin-left: .1rem;
  }
  .form-autocomplete .form-autocomplete-list {
    top: 45px;
  }
  .form-autocomplete .form-autocomplete-list li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem .8rem;
  }
}
.autocomplete-big ul {
  width: 100vh!important;
}
#appListFull a {
  text-decoration: none;
  color: #000;
}
#appListFull .app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  transition: all .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 .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;
}
@media screen and (max-width: 480px) {
  #customer-add-logo-container {
    width: 90px!important;
    height: 90px!important;
    margin-bottom: 1rem;
  }
  #customer-add-logo {
    width: 90px!important;
    height: 90px!important;
  }
  .ir-customer-info {
    text-align: left!important;
  }
  #phoneAction {
    display: none;
  }
}
#customer-add-logo-container {
  width: 100px;
  height: 100px;
  padding-right: 1rem;
}
#customer-add-logo {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
}
#customer-add-logo i {
  position: absolute;
  bottom: 0px;
  right: 3px;
  text-shadow: 0px 0px 3px #fff;
}
#customer-top-block select:not(:last-child) {
  margin-bottom: 1rem;
}
.ir-customer-info {
  text-align: right;
  font-weight: bold;
  padding-bottom: .2rem;
  padding-top: .2rem;
}
.ir-tab-service {
  overflow: visible;
}
.ir-tab-service li {
  margin: 0.2rem;
}
.ir-tab-service li a {
  color: #fff!important;
  text-shadow: 0px 2px 2px #333;
  font-weight: bold;
  line-height: 1.2rem;
}
.ir-tab-service li a span {
  font-size: 0.8rem;
}
.ir-tab-service .tab-item .badge[data-badge]::after {
  transform: translate(50%, 0rem) !important;
  background: #fff;
  color: #333;
  text-shadow: 0px 2px 2px #fff;
}
.ir-tab-service .tab-item .badge-red[data-badge]::after {
  background: #ff0000;
  color: #fff!important;
  text-shadow: 0px 2px 2px #333;
}
.ir-tab-service .tab-item.active a {
  font-weight: bold;
}
.ir-tab-service .ir-tab-hidden {
  display: none;
}
#searchForm {
  border-radius: .4rem;
}
.searchBlock {
  border-radius: .3rem;
  background: #eee;
  border: 1px solid #bbb;
  margin: 10px;
  padding: 0px;
}
.searchField {
  margin: 0;
}
.searchField .input-group-addon-big {
  cursor: move;
  width: 180px;
}
.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;
}
.jstree-contextmenu li {
  margin-top: 0!important;
}
#folderDropZone,
#folderDropZoneButton,
#folderDropZoneButtonFolder,
#folderDropZoneButtonFolderValid {
  display: none;
}
#totalProgress {
  display: none;
  width: 100%;
  margin-top: .1rem;
  border: 0;
  height: 18px;
  border-radius: .3rem;
}
#totalProgress::-moz-progress-bar {
  background-color: #ea6900 !important;
  border-radius: .3rem;
}
#totalProgress::-webkit-progress-value {
  background-color: #ea6900 !important;
  border-radius: .3rem;
}
.dz-progress {
  display: none !important;
}
#folderContent a {
  text-decoration: none;
}
#folderContent a i {
  color: #000;
}
#folderContent tr {
  height: 35px;
}
.inactive {
  color: #888;
}
.inactive .i-button i {
  color: #888;
}
#tokenFolder .ir-card-content {
  max-height: 500px;
  overflow-y: scroll;
}
.file {
  padding: .7rem .3rem;
  border-top: 1px solid #eee;
}
.file a {
  text-decoration: none;
}
.mobile-file {
  text-decoration: none;
  width: 100%;
}
.mobile-file i {
  color: #000;
}
.mobile-file .name {
  color: #000;
}
.mobile-file .info {
  color: #888;
  font-size: 1.4rem;
}
.token-link {
  display: inline-block;
  width: 100px;
}
.onDisk-0 {
  color: #eb4646;
  text-decoration: line-through;
}
.onDisk-0 a {
  color: #eb4646 !important;
}
.onDisk-0 a i {
  color: #eb4646 !important;
}
#folderBreadcumbsMobile {
  white-space: nowrap;
  direction: rtl;
  text-align: left;
}
#folderBreadcumbsContainer {
  overflow: hidden;
  direction: rtl;
  text-align: left;
  font-weight: bold;
  color: #000;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  margin-right: 5px;
}
#folderBreadcumbs {
  background: #ea6900;
  white-space: nowrap;
  display: inline-block;
  border-radius: 2px;
  height: 30px;
  padding: 0 5px;
}
#folderBreadcumbs img {
  height: 30px;
  vertical-align: middle;
}
.label-color {
  text-align: center;
  color: #fff;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: .5rem;
  margin: .1rem;
}
#fileInfo {
  border-left: 1px solid #888;
}
#folderTreeHome {
  border-right: 1px solid #888;
  overflow: auto;
  position: relative;
  height: 100%;
}
.file-info-current {
  background: #ddd;
}
#modalFileRename .modal-container {
  overflow: visible;
}
#modalFileRename .modal-container .modal-body {
  overflow: visible;
}
.td-chk {
  width: 20px;
  padding-left: .5rem!important;
  padding-right: .5rem!important;
}
.td-chk label {
  padding: .3rem .5rem;
}
.diskSpace {
  width: 100%;
}
table tr.history-first:not(:first-child) td {
  border-top: .2rem solid #000;
}
.mobile-form-checkbox i {
  font-size: 2rem!important;
  height: 2rem!important;
  width: 2rem!important;
}
/* Scroll */
#driveMain {
  position: absolute;
  top: 95px;
  left: 45px;
  right: 5px;
  bottom: 5px;
}
#driveMainContent {
  height: 100%;
}
#jsTreeFolder {
  overflow: auto;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 5px;
}
#jsTreeFolderSearch {
  margin-left: 5px;
}
#folderView {
  position: relative;
  height: 100%;
}
#folderContentBlock {
  overflow: auto;
  position: absolute;
  top: 120px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 5px;
}
#fileInfo {
  position: relative;
  height: 100%;
}
#fileInfoDetail {
  overflow: auto;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#folderBreadcumbsMobileBlock {
  position: fixed;
  left: 0;
  right: 0;
  top: 40px;
  height: 40px;
  z-index: 60;
}
#searchBlock {
  padding-top: 40px;
}
#mobileSearch {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  height: 40px;
  z-index: 60;
}
#mobileSearchList,
#mobileNocontent {
  padding-top: 40px;
}
i.upload-folder {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 63;
}
.driveFront #driveMain {
  top: 65px;
  left: 5px;
}
@media screen and (max-width: 480px) {
  .dropzone .dz-preview {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .dropzone .dz-preview textarea {
    max-width: none!important;
    width: 100%!important;
  }
  #folderDropZone {
    margin-top: 60px!important;
  }
}
.newTree {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 0px 0px 15px;
  list-style: none;
  line-height: 1.8em;
  font-family: Arial;
}
.newTree li {
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  position: relative;
}
.newTree li:before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: '';
  display: block;
  border-left: 1px solid #ccc;
  height: 1em;
  border-bottom: 1px solid #ccc;
  width: 10px;
}
.newTree li:after {
  position: absolute;
  left: -15px;
  bottom: -7px;
  content: '';
  display: block;
  border-left: 1px solid #ccc;
  height: 100%;
}
.newTree li.root {
  margin: 0px 0px 0px -20px;
}
.newTree li.root:before {
  display: none;
}
.newTree li.root:after {
  display: none;
}
.newTree li:last-child:after {
  display: none;
}
.currentFolder {
  background-color: #beebff;
  padding: 5px 5px 5px 0px;
}
#newTreeFolderContextMenu {
  min-width: 150px;
  background: #eee;
  position: absolute;
  border: 1px solid #333;
}
#newTreeFolderContextMenu .title {
  text-align: center;
  font-style: italic;
  border-bottom: 1px solid #333;
  background-color: #aaaaaa;
  padding: 5px 0px;
}
#newTreeFolderContextMenu .element {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
  cursor: pointer;
}
#newTreeFolderContextMenu .element:hover {
  background-color: #dcf4ff;
}
#newTreeFolderContextMenuOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#fileFolderContextMenu {
  min-width: 150px;
  background: #eee;
  position: absolute;
  border: 1px solid #333;
}
#fileFolderContextMenu .title {
  text-align: center;
  font-style: italic;
  border-bottom: 1px solid #333;
  background-color: #aaaaaa;
  padding: 5px 0px;
}
#fileFolderContextMenu .element {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
  cursor: pointer;
}
#fileFolderContextMenu .element:hover {
  background-color: #dcf4ff;
}
#fileFolderContextMenuOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.height-zero {
  display: inline-block;
  height: 0;
  overflow: hidden;
}

.webui-popover-content{display:none}.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-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-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>.arrow,.webui-popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.webui-popover>.arrow{border-width:11px}.webui-popover>.arrow:after{border-width:10px;content:""}.webui-popover.top>.arrow,.webui-popover.top-right>.arrow,.webui-popover.top-left>.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>.arrow:after,.webui-popover.top-right>.arrow:after,.webui-popover.top-left>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.webui-popover.right>.arrow,.webui-popover.right-top>.arrow,.webui-popover.right-bottom>.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>.arrow:after,.webui-popover.right-top>.arrow:after,.webui-popover.right-bottom>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.webui-popover.bottom>.arrow,.webui-popover.bottom-right>.arrow,.webui-popover.bottom-left>.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>.arrow:after,.webui-popover.bottom-right>.arrow:after,.webui-popover.bottom-left>.arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.webui-popover.left>.arrow,.webui-popover.left-top>.arrow,.webui-popover.left-bottom>.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>.arrow:after,.webui-popover.left-top>.arrow:after,.webui-popover.left-bottom>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.webui-popover-inverse.top>.arrow,.webui-popover-inverse.top-left>.arrow,.webui-popover-inverse.top-right>.arrow,.webui-popover-inverse.top>.arrow:after,.webui-popover-inverse.top-left>.arrow:after,.webui-popover-inverse.top-right>.arrow:after{border-top-color:#333}.webui-popover-inverse.right>.arrow,.webui-popover-inverse.right-top>.arrow,.webui-popover-inverse.right-bottom>.arrow,.webui-popover-inverse.right>.arrow:after,.webui-popover-inverse.right-top>.arrow:after,.webui-popover-inverse.right-bottom>.arrow:after{border-right-color:#333}.webui-popover-inverse.bottom>.arrow,.webui-popover-inverse.bottom-left>.arrow,.webui-popover-inverse.bottom-right>.arrow,.webui-popover-inverse.bottom>.arrow:after,.webui-popover-inverse.bottom-left>.arrow:after,.webui-popover-inverse.bottom-right>.arrow:after{border-bottom-color:#333}.webui-popover-inverse.left>.arrow,.webui-popover-inverse.left-top>.arrow,.webui-popover-inverse.left-bottom>.arrow,.webui-popover-inverse.left>.arrow:after,.webui-popover-inverse.left-top>.arrow:after,.webui-popover-inverse.left-bottom>.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}
.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}
.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)}
/* Preload images */
body:after {
  content: url(/img/close.png) url(/img/loading.gif) url(/img/prev.png) url(/img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
 * 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: 8px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 .1rem .4rem rgba(0,0,0,.3);
    min-height: 100px; }
    .dropzone .dz-preview select, .dropzone .dz-preview textarea {
      margin-top: .3rem;
      display: block;
      max-width: 120px;
      width: 120px;
      min-width: 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 {
      position: absolute;
      z-index: 20;
      right: 0px;
      top: 0px;
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer!important;
      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: inline-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: 50px;
      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: 100px;
      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; }
