/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
}
a {
  color: #ea6900;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #6a3000;
}
[disabled],
.disabled {
  cursor: default;
  opacity: 0.75;
  pointer-events: none;
}
.btn .icon,
.toast .icon,
.menu .icon {
  font-size: 1.3333em;
  line-height: 0.8em;
  margin-right: 0.2rem;
  vertical-align: -20%;
}
.icon-caret {
  border-top: 0.4rem solid currentColor;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  display: inline-block;
  height: 0;
  margin: 0 0.2rem;
  vertical-align: middle;
  width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  margin: 0 0 1rem;
}
blockquote {
  border-left: 0.2rem solid #ddd;
  margin-left: 0;
  padding: 1rem 2rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #b3b3b3;
}
ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li {
  margin-top: 1rem;
}
ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.5rem 0 1.5rem 0;
}
.lead {
  font-size: 120%;
}
mark,
.highlight {
  background: #ffe5a3;
  border-radius: 0.2rem;
  display: inline;
  font-size: 1em;
  padding: 0.1em 0.3em;
  vertical-align: baseline;
}
pre {
  background: #f9f9f9;
  border-left: 0.2rem solid #e2e2e2;
  line-height: 1.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  padding: 1.5rem 2.5rem;
}
code {
  background: #efefef;
  border-radius: 0.2rem;
  display: inline;
  font-size: 1em;
  padding: 0.1em 0.3em;
  vertical-align: baseline;
  white-space: nowrap;
}
pre code {
  background: transparent;
  border-left: 0;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fcfcfc;
}
.table.table-hover tbody tr:hover {
  background: #f4f4f4;
}
.table.table-hover tbody tr.selected {
  background: #f2f2f2;
}
.table th,
.table td {
  border-bottom: 0.1rem solid #efefef;
  padding: 1.5rem 1rem;
}
.table th {
  border-color: #c9c9c9;
}
.btn {
  -webkit-appearance: none;
  background: #fff;
  border: 0.1rem solid #ea6900;
  border-radius: 0.3rem;
  color: #ea6900;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  outline: 0;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  background: #ffdabc;
}
.btn:hover {
  background: #ea6900;
  border-color: #d15e00;
  color: #fff;
}
.btn:active,
.btn.active {
  background: #d15e00;
  border-color: #b75200;
  color: #fff;
}
.btn.btn-primary {
  background: #ea6900;
  border-color: #d15e00;
  color: #fff;
}
.btn.btn-primary:focus {
  background: #d66000;
  border-color: #b75200;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #cb5b00;
  border-color: #9e4700;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #c15700;
  border-color: #9e4700;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #ea6900;
}
.btn.btn-link:focus,
.btn.btn-link:hover {
  background: #f4f4f4;
  color: #9e4700;
}
.btn.btn-link:active,
.btn.btn-link.active {
  background: #efefef;
  color: #6a3000;
}
.btn.btn-sm {
  border-radius: 0.2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 1.4rem;
  padding: 0.4rem 0.8rem;
}
.btn.btn-lg {
  border-radius: 0.4rem;
  font-size: 1.8rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 1.5rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: #666;
  height: 2rem;
  margin-left: 0.3rem;
  opacity: 0.45;
  padding: 0;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn.btn-clear:hover {
  opacity: 0.85;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn.btn-clear::before {
  content: '\D7';
  font-size: 3rem;
}
.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.btn-group .btn {
  -webkit-box-flex: 1;
      -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: -webkit-box;
  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: 0.3rem;
  color: #333;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  max-width: 100%;
  outline: 0;
  padding: 0.7rem 0.8rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  border-color: #ea6900;
}
.form-input[disabled] {
  background: #eeeff2;
}
.form-input.input-sm {
  border-radius: 0.2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: 0.3rem 0.6rem;
}
.form-input.input-lg {
  border-radius: 0.4rem;
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 0.8rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
textarea.form-input {
  height: auto;
  line-height: 2rem;
}
.has-success .form-input,
.form-input.is-success {
  border-color: #32b643;
}
.has-danger .form-input,
.form-input.is-danger {
  border-color: #eb4646;
}
.form-input[type=file] {
  height: auto;
}
.form-input-hint {
  color: #888;
  margin-top: 0.4rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-danger .form-input-hint,
.is-danger + .form-input-hint {
  color: #eb4646;
}
.form-label {
  display: block;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  min-width: 18rem;
  outline: 0;
  padding: 0.5rem 0.8rem;
  vertical-align: middle;
}
.form-select[multiple] option {
  padding: 0.2rem 0.4rem;
}
.form-select:not([multiple]) {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center / 0.8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #ea6900;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  border-radius: 0.2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: 0.4rem 2rem 0.4rem 0.6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 2.4rem 1rem 0.8rem;
}
.has-success .form-select,
.form-select.is-success {
  border-color: #32b643;
}
.has-danger .form-select,
.form-select.is-danger {
  border-color: #eb4646;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  position: absolute;
  width: 0.1rem;
}
.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: 0.3rem 2rem;
  position: relative;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  border: 0.1rem solid #c5c5c5;
  display: inline-block;
  font-size: 1.4rem;
  height: 1.4rem;
  left: 0;
  line-height: 2.4rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  vertical-align: top;
  width: 1.4rem;
}
.form-checkbox:hover .form-icon,
.form-radio:hover .form-icon {
  border-color: #929292;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon {
  border-color: #ea6900;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #efefef;
}
.form-checkbox .form-icon {
  border-radius: 0.2rem;
}
.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: 0.2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-checkbox input:indeterminate + .form-icon::after {
  background: #fff;
  content: "";
  height: 0.2rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
}
.form-radio .form-icon {
  border-radius: 0.7rem;
}
.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: 0.2rem;
  content: "";
  height: 0.4rem;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 50%;
  width: 0.4rem;
}
.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: 0.3rem 2rem 0.3rem 3.6rem;
  position: relative;
}
.form-switch .form-icon {
  background: #c5c5c5;
  background-clip: padding-box;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.9rem;
  display: inline-block;
  height: 1.8rem;
  left: 0;
  line-height: 2.6rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0.4rem;
  vertical-align: top;
  width: 3rem;
}
.form-switch .form-icon::after {
  background: #fff;
  border-radius: 0.8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
  width: 1.6rem;
}
.form-switch input:checked + .form-icon {
  background: #ea6900;
  border-color: #ea6900;
}
.form-switch input:checked + .form-icon::after {
  left: 1.2rem;
}
.form-switch input:active + .form-icon::after {
  background: #efefef;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group .input-group-addon {
  background: #f9f9f9;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  line-height: 1.6rem;
  padding: 0.7rem 0.8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: 0.3rem 0.6rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem 0.8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  -webkit-box-flex: 1;
      -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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.label {
  background: #efefef;
  color: #666666;
  border-radius: 0.2rem;
  display: inline;
  font-size: 1em;
  padding: 0.1em 0.3em;
  vertical-align: baseline;
  white-space: nowrap;
}
.label.label-primary {
  background: #ea6900;
  color: #fff;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-danger {
  background: #eb4646;
  color: #fff;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Default 16:9, you can calculate this value by dividing 9 by 16 */
  padding-top: 3rem;
  position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-responsive video {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.video-responsive-4-3 {
  padding-bottom: 75%;
  /* 4:3 */
}
.figure {
  margin: 0 0 1rem 0;
}
.figure .figure-caption {
  color: #888;
  margin-top: 1rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .grid-960 {
    width: 98rem;
  }
}
@media screen and (min-width: 500px) {
  .grid-480 {
    width: 50rem;
  }
}
.columns {
  display: -webkit-box;
  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 {
  -webkit-box-flex: 1;
      -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 {
  -webkit-box-flex: 0;
      -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 {
    -webkit-box-flex: 0;
        -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 {
    -webkit-box-flex: 0;
        -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 {
    -webkit-box-flex: 0;
        -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 {
    -webkit-box-flex: 0;
        -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 {
    -webkit-box-flex: 0;
        -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-horizontal .form-label {
  padding: 0.8rem 0.4rem;
  margin-bottom: 0;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio {
  margin: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}
.navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar .navbar-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
.empty {
  background: #f8f8f8;
  border-radius: 0.3rem;
  text-align: center;
  padding: 4rem;
}
.empty .empty-title {
  font-size: 1.8rem;
  margin: 1.5rem 0 0.5rem 0;
}
.empty .empty-meta {
  color: #888;
}
.empty .empty-action {
  margin-top: 1.5rem;
}
.avatar {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem;
}
.avatar.avatar-xs {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.avatar.avatar-sm {
  font-size: 1rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-lg {
  font-size: 2rem;
  height: 4.8rem;
  width: 4.8rem;
}
.avatar.avatar-xl {
  font-size: 2.6rem;
  height: 6.4rem;
  width: 6.4rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 59;
}
.avatar .avatar-icon {
  background: #fff;
  bottom: -0.2em;
  height: 50%;
  padding: 5%;
  position: absolute;
  right: -0.2em;
  width: 50%;
}
.avatar[data-initial]::after {
  color: #fff;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.chip {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid transparent;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
.chip .chip-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.chip .chip-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip .chip-action {
  -webkit-box-flex: 0;
      -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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffd7b7;
  border-radius: 0.3rem;
  color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  height: 2.4rem;
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  vertical-align: middle;
}
.chip-sm:hover,
.chip-sm:focus {
  background: #ffd2ad;
}
.chip-sm .btn-clear {
  margin-top: -0.2rem;
}
.chip-sm .btn-clear::before {
  color: #b75200;
  font-size: 1.6rem;
}
.chip-sm.selected {
  background: #ea6900;
  color: #fff;
}
.chip-sm.selected .btn-clear::before {
  color: #ffd7b7;
}
.chip-sm .chip-name {
  margin-left: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-sm .avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.form-autocomplete {
  position: relative;
}
.form-autocomplete .form-autocomplete-input {
  background: #fff;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.3rem;
  color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  max-width: 100%;
  min-height: 3.2rem;
  outline: 0;
  padding: 0.3rem 0.3rem 0 0.3rem;
  width: 100%;
}
.form-autocomplete .form-autocomplete-input .chip-sm {
  margin-bottom: 0.3rem;
}
.form-autocomplete .form-autocomplete-input .form-input {
  background: #fff;
  border-color: transparent;
  display: inline-block;
  height: 2.4rem;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
  vertical-align: top;
  width: auto;
}
.form-autocomplete .form-autocomplete-list {
  background: #fff;
  border: 0.1rem solid #d2d2d2;
  border-radius: 0.3rem;
  display: block;
  height: auto;
  left: 0;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
  margin: 0.3rem 0 0 0;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1988;
}
.form-autocomplete .form-autocomplete-item {
  border-radius: 0.3rem;
  display: block;
  margin-top: 0.1rem;
  padding: 0.2rem 1rem;
}
.form-autocomplete .form-autocomplete-item:hover,
.form-autocomplete .form-autocomplete-item:focus {
  background: #ffe5d1;
}
.form-autocomplete .form-autocomplete-item.active {
  background: #ffd7b7;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 0.3rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1.6rem;
  max-width: 32rem;
  opacity: 0;
  overflow: hidden;
  padding: 0.6rem 1rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.216s ease;
  transition: all 0.216s ease;
  z-index: 199;
}
.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -0.5rem);
          transform: translate(-50%, -0.5rem);
}
.tooltip[disabled],
.tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  -webkit-transform: translate(0.5rem, 50%);
          transform: translate(0.5rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  -webkit-transform: translate(-50%, 0.5rem);
          transform: translate(-50%, 0.5rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  -webkit-transform: translate(-0.5rem, 50%);
          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;
  -webkit-box-shadow: 0 0 0 0.1rem #fff;
          box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  -webkit-transform: translate(-0.2rem, -1rem);
          transform: translate(-0.2rem, -1rem);
}
.badge[data-badge]::after {
  font-size: 1.1rem;
  height: 1.8rem;
  line-height: 1;
  min-width: 1.8rem;
  padding: 0.3rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge='']::after {
  height: 0.6rem;
  min-width: 0.6rem;
  padding: 0;
  width: 0.6rem;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 101;
}
.badge.avatar-xs::after {
  content: "";
  height: 0.8rem;
  min-width: 0.8rem;
  padding: 0;
  width: 0.8rem;
}
.toast {
  border: 0.1rem solid #333;
  border-radius: 0.3rem;
  color: #fff;
  display: block;
  padding: 1.4rem;
  background: rgba(51, 51, 51, 0.9);
  border-color: #333;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(234, 105, 0, 0.9);
  border-color: #ea6900;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.9);
  border-color: #32b643;
}
.toast.toast-danger {
  background: rgba(235, 70, 70, 0.9);
  border-color: #eb4646;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.9);
  border-color: #ffb700;
  color: #000;
}
.toast.toast-draggable {
  background: rgba(224, 225, 221, 0.9);
  border-color: #E0E1DD;
  color: #000;
  cursor: move;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:hover,
.toast a:focus,
.toast a:active {
  opacity: 0.75;
}
.toast .btn-clear {
  color: #fff;
}
.menu {
  background: #fff;
  border-radius: 0.3rem;
  display: block;
  margin: 0;
  padding: 0.5rem;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 999;
}
.menu .menu-item {
  border-radius: 0.3rem;
  color: #333;
  display: block;
  line-height: 2.4rem;
  margin-top: 0.1rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu .menu-item a {
  border-radius: 0.3rem;
  color: inherit;
  display: block;
  margin: -0.2rem -1rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
}
.menu .menu-item a:focus,
.menu .menu-item a:hover {
  color: #ea6900;
}
.menu .menu-item a:active,
.menu .menu-item a.active {
  background: #ffd7b7;
  color: #d15e00;
}
.menu .menu-header {
  color: #cccccc;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 0;
  padding: 0.2rem 1rem;
}
.menu .menu-header .menu-header-text {
  background: #fff;
  display: inline-block;
  margin-left: -0.6rem;
  padding: 0 0.6rem;
  position: relative;
  z-index: 99;
}
.menu .menu-header::after {
  border-bottom: 0.1rem solid #efefef;
  content: "";
  display: block;
  height: 0.1rem;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  width: 100%;
}
.dropdown {
  position: relative;
}
.dropdown .menu {
  -webkit-animation: slide-down 0.216s;
          animation: slide-down 0.216s;
  display: none;
  left: 0;
  min-width: 18rem;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.breadcrumb,
.tab,
.pagination {
  list-style: none;
  margin: 0.5rem 0;
}
.breadcrumb {
  padding: 1.2rem;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:last-child,
.breadcrumb .breadcrumb-item:last-child a {
  color: #666666;
  pointer-events: none;
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
  color: #c5c5c5;
  content: "/";
  padding: 0 0.4rem;
}
.tab {
  display: -webkit-box;
  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: 0.2rem solid transparent;
  color: #333;
  display: block;
  margin-bottom: -0.1rem;
  margin-top: 0;
  padding: 0.8rem 1.4rem;
  text-decoration: none;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #ea6900;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #b75200;
  color: #b75200;
}
.tab .tab-item .badge[data-badge]::after {
  position: absolute;
  right: -1.4rem;
  top: 1rem;
  -webkit-transform: translate(-50%, -1rem);
          transform: translate(-50%, -1rem);
}
.tab.tab-block .tab-item {
  -webkit-box-flex: 1;
      -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: 0.6rem 0.5rem;
}
.pagination .page-item a {
  border-radius: 0.3rem;
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0.6rem 0.8rem;
  text-decoration: none;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  background: #ffd7b7;
}
.pagination .page-item.active a {
  background: #ea6900;
  color: #fff;
}
.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.modal.active {
  display: -webkit-box;
  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 {
  -webkit-animation: slide-down 0.216s;
          animation: slide-down 0.216s;
}
.modal-container {
  -webkit-animation: slide-up 0.216s;
          animation: slide-up 0.216s;
  background: #fff;
  border-radius: 0.3rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
          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: 0.3rem;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 999;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 1.5rem;
}
.card .card-image {
  padding-top: 1.5rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.card .card-title {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.card .card-meta {
  color: #b3b3b3;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.step .step-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-top: 0;
  min-height: 20px;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #ea6900;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #888;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #ea6900;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.2rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #ea6900;
}
.step .step-item.active ~ .step-item::before {
  background: #cccccc;
}
.step .step-item.active ~ .step-item a::before {
  background: #ffffff;
}
.timeline .timeline-item {
  display: -webkit-box;
  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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.timeline .timeline-item .timeline-content {
  -webkit-box-flex: 1;
      -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: 2.7rem;
  width: 2.7rem;
  line-height: 2rem;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #FFF;
  color: #888;
  content: attr(data-content);
  display: inline-block;
  padding: 0 0.8rem;
  -webkit-transform: translateY(-1.1rem);
          transform: translateY(-1.1rem);
}
.divider {
  border-top: 0.1rem solid #888;
  height: 0.1rem;
  margin: 1rem 0;
}
.divider-vert {
  display: block;
  padding: 0.1rem;
}
.divider-vert::before {
  border-left: 0.1rem solid #888;
  bottom: 0.1rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.4rem 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  -webkit-animation: loading 500ms infinite linear;
          animation: loading 500ms infinite linear;
  border: 0.2rem solid #ea6900;
  border-radius: 0.8rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.6rem;
  left: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
.clearfix::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.m-0 {
  margin: 0rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-0-i {
  margin-top: 0rem!important;
}
.mr-0 {
  margin-right: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-0-i {
  margin-bottom: 0rem!important;
}
.ml-0 {
  margin-left: 0rem;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.ml-5 {
  margin-left: 0.5rem;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.ml-20 {
  margin-left: 2rem;
}
.mt-25 {
  margin-top: 2.5rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 0.5rem;
}
.pr-5 {
  padding-right: 0.5rem;
}
.pb-5 {
  padding-bottom: 0.5rem;
}
.pl-5 {
  padding-left: 0.5rem;
}
.pt-1 {
  padding-top: 0.1rem;
}
.pr-1 {
  padding-right: 0.1rem;
}
.pb-1 {
  padding-bottom: 0.1rem;
}
.pl-1 {
  padding-left: 0.1rem;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.width-100 {
  width: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  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;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-large {
  font-size: 1.2em;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.text-no-wrap {
  white-space: nowrap;
}
.hand {
  cursor: pointer;
}
.shadow {
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
}
.light-shadow {
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
}
.rounded {
  border-radius: 0.3rem;
}
.circle {
  border-radius: 50%;
}
.height-120 {
  height: 120px;
}
.height-20 {
  height: 20px;
}
.width-20 {
  width: 20px;
}
.min-width-35 {
  min-width: 35px;
}
.min-width-test {
  min-width: 35px;
}
html,
body {
  background: #E0E1DD;
}
.fa-btn {
  cursor: pointer;
}
.fa-color,
.core-color {
  color: #ea6900;
}
.danger {
  color: #eb4646 !important;
}
.success {
  color: #32b643 !important;
}
.warning {
  color: #ffb700 !important;
}
.tooltip::after {
  z-index: 62!important;
}
.i-button {
  padding: 0 2px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333333;
}
.i-button i {
  color: #333333;
}
.i-button i a {
  color: #333333;
}
.i-button .fa-stack i:last-child {
  color: #fff;
}
span.i-button {
  display: inline-block;
}
#connection {
  padding: 10px;
  max-width: 400px;
  margin: 1% auto;
}
#connection img.logo {
  height: 100px;
  width: 100px;
  vertical-align: middle;
  margin-right: 50px;
}
#app-navbar {
  background: #333333;
  border-bottom: 0.4em solid #ea6900;
  color: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 61;
}
#app-navbar a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
#app-navbar span {
  color: #fff;
  text-decoration: none;
}
#app-navbar .column {
  padding-bottom: 0.4rem;
}
#app-navbar #iris-logo {
  width: 40px;
  height: 40px;
}
#menu {
  position: fixed;
  top: 90px;
  left: 0;
  bottom: 0;
  background: #333333;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  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;
}
.ir-menu {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  padding: 0;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-box-shadow: none;
          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 {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#content.expand {
  padding-left: 200px;
}
#content.collapse {
  padding-left: 40px;
}
#page {
  padding-top: 90px;
}
#divTab {
  position: absolute;
  left: 40px;
  width: 100%;
}
#divTab ul.tab {
  overflow-x: visible;
}
#tabs {
  background: #000;
  color: #fff;
  top: 60px;
  height: 30px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 60;
}
#tabs ul {
  margin: 0;
}
#tabs ul li:hover {
  background: #333;
}
#tabs ul li a {
  color: #fff;
  padding: 0.5rem 1.4rem;
}
#tabs ul li span {
  color: #fff;
  display: inline-block;
  padding: 0.5rem;
  height: 25px;
}
#tabs ul li span i {
  font-size: 20px;
}
#tabs ul li span img {
  height: 20px;
}
#tabs ul li span a {
  display: inline-block;
  padding: 0;
}
#tabs ul li span button {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
}
#tabs .tab-item {
  border-bottom: none;
}
#tabs .tab-item.active {
  border-bottom: 0.1rem solid #c5c5c5;
  background: #fff;
}
#tabs .tab-item.active a {
  border-bottom: none;
  color: #000;
}
.custom-tab {
  width: 250px !important;
  text-align: center;
  font-style: italic;
}
.ir-page-title i {
  vertical-align: bottom;
}
.ir-nav-title {
  background-image: linear-gradient(-45deg, #ea6900 84%, #ea6900 86%, #E0E1DD 86%, #E0E1DD 88%, #E0E1DD 88%, #ea6900 88%, #ea6900 90%, #ea6900 90%, #E0E1DD 90%, #E0E1DD 92%, #E0E1DD 92%, #ea6900 92%, #ea6900 94%, #ea6900 94%, #E0E1DD 94%);
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  width: 33%;
  display: inline-block;
}
@media screen and (max-width: 840px) {
  .ir-nav-title {
    width: 66%;
  }
}
.ir-nav-title-long {
  width: 66%;
}
.ir-table-mini td,
.ir-table-mini th {
  padding: 0.1rem 1rem;
}
.ir-table-first {
  font-weight: bold;
  font-style: italic;
}
.ir-text-right {
  text-align: right!important;
}
.bg-orange {
  background: #ea6900 !important;
}
.bg-core {
  background: #ea6900;
}
.bg-dark {
  background: #333333;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #373485;
}
.bg-info {
  background: #0193eb;
}
.white {
  color: #fff !important;
}
.bg-white-label {
  background: #ccc;
  color: #000;
  text-shadow: none;
}
.bg-green {
  background: #33691e;
}
.small-height-padding {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.modal-container-big {
  width: 75%;
}
.modal-container-fluid {
  width: auto;
  height: auto;
}
.modal-container-fluid .modal-body {
  max-height: none;
}
.modal-container-fluid-height {
  height: auto;
}
.modal-container-fluid-height .modal-body {
  max-height: none;
}
.modal-container {
  background: #E0E1DD;
}
.modal-container-big .modal-body {
  max-height: none;
}
.modal-container-90 {
  width: 75%;
}
.modal-container-90 .modal-body {
  max-height: 90vh;
}
.modal-height-90 .modal-body {
  max-height: 90vh;
}
.modal-bg-white {
  background-color: #fff;
}
.chip-sm,
.chip-sm:hover {
  background: #333333;
  color: #fff;
}
.pagination li {
  border-radius: 0.3rem;
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
}
.ir-logo-list i {
  margin: 1px;
}
tr.ir-selected {
  background: #333333 !important;
}
tr.ir-selected td,
tr.ir-selected i {
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  #menu {
    width: 200px!important;
    top: 1000px;
    height: 0px;
    right: 0px;
    left: auto;
    font-size: 2.5rem;
  }
  #menu.collapse {
    top: 1000px;
    width: 200px!important;
  }
  #menu.collapse #menuContent {
    display: none;
  }
  #menu.expand {
    top: 130px;
    width: 200px!important;
    height: 1000px;
    bottom: 0px;
  }
  #showMenu {
    right: 10px;
    left: auto;
  }
  #content.collapse,
  #content.expand {
    padding-left: 0px!important;
  }
  #app-navbar {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: -90px;
    height: 90px;
  }
  #app-navbar #iris-logo {
    width: 70px;
    height: 70px;
  }
  #app-navbar #appMenu.avatar-lg,
  #app-navbar #printMenu.avatar-lg {
    font-size: 3.6rem;
    height: 7.4rem;
    width: 7.4rem;
  }
  #app-navbar #userMenu.avatar {
    font-size: 2rem;
    height: 4.8rem;
    width: 4.8rem;
  }
  #app-navbar.expand {
    top: 0px;
  }
  #page {
    padding-top: 40px;
  }
  #tabs {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 0px;
    height: 40px;
    font-size: 1.9rem;
  }
  #tabs.collapse {
    top: 0px;
  }
  #tabs.expand {
    top: 90px;
  }
  #tabs ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #tabs ul a {
    height: 40px;
  }
  #divTab {
    right: 60px;
    text-align: right;
  }
  input.form-input,
  .form-select {
    height: 4.2rem !important;
    padding: 1rem 0.8rem !important;
  }
}
.ir-menu-show {
  max-height: 500px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ir-menu-hide {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pointer {
  cursor: pointer;
}
.ir-table-filter th {
  padding: 0.2rem 0.5rem;
}
.ir-table-filter input {
  width: 100%;
}
.filter .fa-search {
  color: #777;
}
.new {
  font-size: 1rem !important;
  border-radius: 20px;
  padding: 0 0.3rem;
  color: #fff;
  background: #eb4646;
}
#userMenu {
  background: #ea6900;
}
#userMenuList {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
#userMenuList a {
  text-decoration: none;
  color: #000;
}
#permission .part {
  font-weight: bold;
}
#permission .sub td:first-child {
  padding-left: 20px;
}
#permission .sub {
  display: none;
  background: #f6f6f6;
}
#permission .disabled {
  opacity: 0.25 !important;
}
#imgLogo {
  width: 100px;
  height: 100px;
}
#photo {
  width: 200px;
  height: 446px;
  overflow: auto;
}
#photo select {
  position: relative;
  z-index: 5;
}
#photo input {
  position: absolute;
  z-index: 1;
}
#ref {
  height: 506px;
}
#refiris {
  height: 506px;
}
#suppliedby {
  margin-top: -20px;
}
#test {
  margin-left: 10px;
}
#currencyright {
  margin-right: 3px;
}
.btn-success {
  background: #32b643;
  color: #fff;
}
.btn-success:hover {
  background: #32b643;
}
.btn-danger {
  background: #eb4646;
  color: #fff;
}
.btn-danger:hover {
  background: #eb4646;
}
.btn-success,
.btn-danger {
  border: none;
  margin: 0.2rem;
}
.comparison-operator {
  min-width: 0!important;
}
.comp-block {
  position: relative;
  width: 100%;
}
.comp-input {
  border-top: 0;
  border-right: 0;
}
.comp-text {
  margin-top: 50%;
  display: block;
}
.tr-group td {
  border-top: 2px solid #a4a4a4 !important;
}
.is-half-danger {
  border: 0.1rem dotted #eb4646 !important;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
  background: #f0f1f4;
  cursor: not-allowed;
  opacity: 0.5;
}
.width-50 {
  width: 50%!important;
}
.width-40 {
  width: 40%!important;
}
.border-right {
  border-right: 0.1rem solid #888;
}
.ir-btn-clear {
  position: absolute;
  top: 15px;
  right: 15px;
}
.datePast {
  background: #eb4646;
}
.dateToday {
  background: #ffb700;
}
.dateFutur {
  background: #0193eb;
}
.btn-group-block a {
  text-decoration: none;
  color: #fff;
}
.panLeft {
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
  position: absolute;
}
.panInfo {
  z-index: 10;
  position: relative;
  margin-top: 0.5rem;
  background: #0193eb;
}
.no-bottom-border {
  border-bottom: none!important;
}
.mobileBottomMargin {
  margin-top: 100px;
}
.mobileBottom {
  position: fixed;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;
  z-index: 100;
}
.mobileBottomRight {
  font-size: 2rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
}
#error401 {
  height: 160px;
  margin-left: -10px;
  padding-top: 10px;
  position: absolute;
  font-size: 30px;
  text-align: center;
  top: 45%;
}
#error401 i.fa-undo {
  font-size: 30px;
}
#error404 {
  height: 160px;
  margin-left: -10px;
  padding-top: 10px;
  position: absolute;
  font-size: 30px;
  text-align: center;
  top: 45%;
}
#error404 i.fa-undo {
  font-size: 30px;
}
.delete {
  text-decoration: line-through;
}
.delete .bg-info {
  background: #888;
}
.breadcumbs {
  height: 20px;
  background: #ea6900;
  border-radius: 2px;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
.breadcumbs #breadcumbsFirst {
  float: left;
  height: 20px;
}
.breadcumbs #breadcumbsContent {
  height: 20px;
  position: relative;
  white-space: nowrap;
  direction: rtl;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcumbs .breadcumbs-element {
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.breadcumbs .breadcumbs-separator {
  background-image: url('/img/breadcumb-small.png');
  width: 11px;
  height: 20px;
  display: inline-block;
}
.breadcumbs a {
  color: #000;
  text-decoration: none;
}
.ir-hide {
  display: none;
}
.ir-hide-i {
  display: none!important;
}
.color-meta {
  color: #888 !important;
}
.color-black {
  color: #000000 !important;
}
.ir-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
th.sort {
  cursor: pointer;
}
th.sort i {
  color: #888;
}
.text-mono {
  font-family: monospace;
}
.avatarBlack[data-initial]::after {
  color: #000;
}
.toast-draggable {
  position: relative;
}
.toast-draggable i.fa-pencil {
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
}
.text-black {
  color: #000;
}
.form-radio.is-danger i.form-icon,
.form-checkbox.is-danger i.form-icon {
  border: 1px solid #eb4646;
}
.rldLinkButton {
  width: 33px;
  height: 33px;
  border-radius: 3px;
  background-color: #e1e1e1;
  display: inline-block;
  text-align: center;
  padding: 0.5rem;
  color: #000;
}
.rldLinkButton:hover {
  background-color: #ea6900;
}
.topButton {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  height: 31px;
  padding: 0 5px;
  margin: 0 15px;
}
.topButton::before {
  content: " ";
  background-color: #ea6900;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.topButton i {
  vertical-align: inherit!important;
}
.topButton img {
  height: 20px;
  vertical-align: bottom!important;
}
.img50 {
  width: 50px;
  height: 50px;
}
.dropEmpty {
  border: 1px dashed #333;
  border-radius: 0.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#modalGroupPermission .modal-body {
  overflow-y: visible;
}
.userAvatarColor-0 {
  background: #ea6900;
}
.userAvatarColor-1 {
  background: #2A3E7D;
}
.userAvatarColor-2 {
  background: #C66DAC;
}
#app-navbar[data-env="local"] {
  border-bottom: 0.4em solid #7D6ACB !important;
}
#userMenu[data-env="local"] {
  background: #7D6ACB !important;
}
#app-navbar[data-env="dev"] {
  border-bottom: 0.4em solid #018001 !important;
}
#userMenu[data-env="dev"] {
  background: #018001 !important;
}
#app-navbar[data-env="pilot"] {
  border-bottom: 0.4em solid #2c83e2 !important;
}
#userMenu[data-env="pilot"] {
  background: #2c83e2 !important;
}
.text-news {
  padding: 2rem;
}
.titleNews {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 38rem;
  width: 65%;
  display: inline-block;
}
.modal-96 {
  width: 96rem;
}
.dontShowAgain {
  font-size: 1.5rem;
  text-align: center;
  background-color: #E0E1DD;
}
.modalCoverPageButton {
  background-color: #333;
  color: white;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.5rem;
  cursor: pointer;
}
#autocomplete_show_groups {
  max-height: 250px;
  overflow: auto;
  position: relative;
}
.conf {
  color: white;
  border-radius: 3px;
  padding: 4px;
  font-weight: bold;
}
.isConf {
  background-color: green;
}
.isNotConf {
  background-color: red;
}
.group {
  background: #333333;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.5rem;
  display: inline-block;
}
#layoutTitle {
  font-size: 4rem;
  font-weight: bold;
  line-height: 70%;
  text-shadow: 0.1rem 0.2rem #EA6900;
}
#userType {
  border-radius: 0.2rem;
  border: solid 0.1rem darkgrey;
  width: 80%;
  height: 100%;
  margin-left: 10%;
}
#inputAutoC {
  margin-left: 10%;
}
.bnd {
  display: inline-block;
  text-shadow: 0.1rem 0.1rem 0.2rem #333333;
}
#appListNew {
  width: 90%;
  margin-top: 1%;
  margin-left: 3%;
}
#appListNew .fa {
  color: white;
}
#appListNew .btnDescription:hover {
  cursor: pointer;
}
.btnDescription {
  background: transparent;
  border: none;
  padding: 0px;
}
.bandeauApp {
  background-color: #333333;
  height: 6rem;
  margin-top: 6rem;
  position: fixed;
}
.bandeauApp .column {
  padding: 0px !important;
}
.bandeauApp .fa {
  vertical-align: 1rem;
}
.bandeau {
  height: 4.5rem !important;
  font-size: 4rem;
  color: white;
  width: 96%;
  font-size: 3rem;
}
.bandeau .morceauBandeau {
  background-color: #EA6900;
}
.morceauBandeau {
  height: 100%;
  font-size: 3rem;
  position: absolute;
  display: inline-block;
  border-bottom: 0.3rem solid rgba(169, 169, 169, 0.5);
}
.bandeauGrey {
  font-size: 3rem;
  height: 4.5rem !important;
  font-size: 4rem;
  margin-top: 1%;
  color: white;
}
.bandeauGrey .morceauBandeau {
  background-color: #333333;
}
.bandeauIcone {
  width: 4%;
  text-align: center;
  border-right: solid white 0.1rem;
}
.bandeauTitle {
  margin-left: 2%;
}
.appBoxImg {
  width: 60%;
  display: block;
  margin-top: 15%;
  margin-left: 20%;
}
.appBox {
  margin-left: 0px !important;
  vertical-align: top;
  font-size: 1.6rem;
  height: 15.834rem;
  background-color: #FFFFFF;
  margin: 1%;
  display: inline-block;
  width: 15.834rem;
  position: relative;
}
.appBox .fa-star {
  font-size: 1.4rem;
}
.appBox .fa-star:hover {
  font-size: 1.8rem;
  cursor: pointer;
}
.appBox .fa-trash {
  font-size: 1.4rem;
}
.popoverDesc {
  width: 20%;
}
.appBoxColor {
  width: 10%;
  float: left;
  height: 100%;
  text-align: center;
  color: white;
}
.appBoxColor .fa-star {
  margin-top: 11.4rem;
}
.appBoxColor .fa-bars {
  font-size: 1.4rem;
}
.appBoxColor .fa-pencil {
  font-size: 1.4rem;
}
.appBoxTitle {
  font-weight: bold;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24%;
  text-align: center;
  position: absolute;
  bottom: 0.4rem;
  text-shadow: 0.2rem 0.2rem 0.2rem darkgray;
  padding: 0.4rem;
  line-height: 100%;
}
.appBoxLogo {
  width: 90%;
  height: 65%;
  margin-left: 10%;
}
.appBoxDescription {
  background-color: white;
  color: black;
  position: absolute;
  width: 14.3rem;
  height: 11rem;
  border: 0.1rem solid;
  overflow: auto;
}
.appBoxDescriptionText {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 0.6rem;
}
.appBoxContent {
  width: 100%;
  float: right;
  height: 20.834rem;
  text-align: center;
}
#searchApp {
  width: 35%;
  height: 4.2rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border: none;
  padding-left: 1.6rem;
  vertical-align: middle;
}
#searchApp::-webkit-input-placeholder {
  font-style: italic;
  font-size: 2rem;
  margin-left: 2rem;
}
#searchApp::-ms-input-placeholder {
  font-style: italic;
  font-size: 2rem;
  margin-left: 2rem;
}
#searchApp::placeholder {
  font-style: italic;
  font-size: 2rem;
  margin-left: 2rem;
}
.searchBtn {
  vertical-align: middle;
  margin-left: -0.4rem;
  text-align: center;
  display: inline-block;
  background-color: #EA6900;
  width: 4.2rem;
  height: 4.2rem;
  color: white;
  font-size: 2rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  cursor: pointer;
}
.deleteSearch {
  vertical-align: middle;
  margin-left: -0.4rem;
  text-align: center;
  display: inline-block;
  background-color: white;
  width: 4.2rem;
  height: 4.2rem;
  color: black;
  font-size: 2.5rem;
  cursor: pointer;
}
.btnView {
  vertical-align: middle;
  display: inline-block;
  background-color: white;
  width: 4.2rem;
  height: 4.2rem;
  color: black;
  font-size: 2rem;
  border-radius: 0.3rem;
  cursor: pointer;
  text-align: center;
}
.setInvisible {
  display: none !important;
}
.appRectangle {
  margin-left: 0px !important;
  vertical-align: top;
  display: inline-block;
  width: 45.456rem;
  height: 12.728rem;
  background-color: white;
  margin: 1%;
}
.appRectangle .fa-star {
  font-size: 1.4rem;
}
.appRectangle .fa-star:hover {
  font-size: 1.8rem;
  cursor: pointer;
}
.appRectangle .fa-trash {
  font-size: 1.4rem;
}
.appRectangleColor {
  text-align: center;
  width: 2.274rem;
  height: 12.728rem;
  background-color: blue;
  float: left;
}
.appRectangleImg {
  width: 100%;
  height: 100%;
  margin: 0px !important;
}
.appRectangleLogo {
  height: 100%;
  float: left;
  width: 12.938rem;
  border: solid 0.1rem #707070;
}
.appRectangleContent {
  width: 66.5%;
  margin-left: 33.5%;
  height: 100%;
}
.appRectangleTitle {
  text-align: center;
  font-size: 3.4rem;
  max-height: 5rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: blue;
  color: white;
  border: solid 0.1rem #707070;
  border-left: none;
}
.appRectangleDescription {
  height: 61%;
  width: 100%;
  overflow: auto;
  padding: 2%;
  text-align: center;
  font-size: 1.6rem;
  border: solid 0.1rem #707070;
  word-wrap: break-word;
}
.appSquare {
  display: inline-block;
  height: 10rem;
  width: 10rem;
  border-radius: 1rem;
  margin: 1%;
  margin-left: 0%;
}
.appSquareImg {
  border-radius: 0.8rem;
  height: 9.6rem;
  width: 9.6rem;
}
.popoverTitle {
  background-color: #333333;
  text-align: center;
  color: white;
  height: 3rem;
  line-height: 3rem;
  font-weight: bold;
  font-size: 1.7rem;
}
.btnOnglet {
  font-size: 3.6rem;
  margin: 0% 3%;
  cursor: pointer;
}
.selected {
  text-shadow: 0.1rem 0 0 #EA6900, -0.1rem 0 0 #EA6900, 0 0.1rem 0 #EA6900, 0 -0.1rem 0 #EA6900, 0.1rem 0.1rem #EA6900, -0.1rem -0.1rem 0 #EA6900, 0.1rem -0.1rem 0 #EA6900, -0.1rem 0.1rem 0 #EA6900;
  text-decoration: underline;
  -webkit-text-decoration-color: #EA6900;
          text-decoration-color: #EA6900;
}
.modal-width-300 {
  width: 40rem;
}
.modal-width-300 .modal-body {
  padding: 0px;
}
.titleModal {
  background: #EA6900;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.2rem #333333;
  font-size: 2rem;
  color: white;
  height: 4.6rem;
  line-height: 4.6rem;
  -webkit-box-shadow: 0rem 0.2rem 0.5rem #686868;
          box-shadow: 0rem 0.2rem 0.5rem #686868;
}
.btn-modal {
  font-size: 1.6rem !important;
}
.btn-error {
  background: red;
  color: white;
  border: none;
}
.btn-default {
  background-color: #e4e4e4;
  color: #333;
  border: none;
  font-weight: bold;
}
.btn-default:hover {
  background: #EA6900 !important;
}
.btnhover:hover {
  background: #EA6900;
}
.btnColor {
  margin-top: 2rem;
}
.appBoxImgAdd {
  width: 38%;
  display: block;
  margin-top: 20%;
  margin-left: 30%;
}
.deleteBoxOther {
  cursor: pointer;
}
.appBox .otherApp .fa-star {
  margin-top: 7rem;
}
.parametersBtn {
  display: block;
  height: auto;
  width: 3em;
  margin-top: 1.2%;
  margin-left: 1.2%;
  color: #ea6900;
  cursor: pointer;
}
#footerNewLayout {
  font-size: 1.5rem;
  background: #333333;
  color: white;
  text-align: center;
  font-weight: bold;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.btnSelected {
  background: #ea6900;
  color: white;
}
.selectBackground {
  text-align: center;
  font-size: 2.6rem;
  color: darkgrey;
  margin-bottom: 2rem;
}
#BackgroundImage {
  margin: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
#displaySize {
  margin: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
#BackgroundColor {
  margin: 1rem;
  cursor: pointer;
}
.selectedBackground {
  color: black;
  border-bottom: 0.6rem solid #ea6900;
}
.imgBG {
  width: 14rem;
  display: inline-block;
  margin: auto 1rem;
  height: 8.1rem;
}
.imgBG img {
  width: 100%;
  height: 100%;
}
.imageSelection {
  border-bottom: 0.3rem solid #ea6900;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.choosedImage {
  border: 0.4rem solid #ea6900;
}
.chooseDisplaySize {
  margin-top: 10px;
  text-align: center;
}
.selectedSize {
  border: 0.3rem solid #fe0000;
}
.newsNotif {
  cursor: pointer;
  line-height: 3rem;
  color: #333333;
  background-color: #EFEFEF !important;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}
.greenNotif {
  color: #ffffff;
  background-color: #32B643;
}
.greenNotif .notifCreatedAt {
  border-left: 0.3rem solid #ffffff;
}
.btnPopOverNews {
  text-align: center;
  width: 30rem;
  padding: 5px;
  cursor: pointer;
  border-radius: 0.5rem;
}
.newsGreen {
  color: #ffffff;
  background-color: #32B643 !important;
}
.newsWhite {
  color: #333333;
  background-color: #EFEFEF !important;
}
.newsTitle {
  color: inherit;
  font-weight: 300;
  font-size: 2rem;
}
.notifCreatedAt {
  font-size: 1.35rem;
}
.categ {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.2) !important;
  margin: 15% 5%;
  border-radius: 0.6rem;
  border: solid 0.1rem #333333;
}
.categButton {
  font-size: 1.9rem;
  text-align: center;
  background-color: #ea6900;
  color: white;
  border-radius: 0.6rem;
  height: 7rem;
  line-height: 6.5rem;
}
#categFav {
  border: 0.1rem solid #ea6900 !important;
}
.iconeBtnApp {
  font-size: 220%;
  float: left;
  margin-left: 5%;
}
.titleBtnApp {
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 170%;
}
.appSquareMob {
  display: inline-block;
  height: 8rem !important;
  width: 8rem !important;
  border-radius: 1rem;
  background-color: #e4e4e4;
  margin: 2% 0% 2% 4%  !important;
}
.appSquareImgMob {
  border-radius: 0.8rem;
  height: 7.6rem !important;
  width: 7.6rem !important;
}
#errorOtherApp {
  height: 3rem;
  font-size: 2rem;
  text-align: center;
  background: #ff3e3e;
  color: white;
  border-radius: 0.4rem;
}
.user-disabled {
  color: #eb4646;
}
.group-is-permission-0 {
  background-color: #0178D7;
}
.group-is-permission-1 {
  background-color: #EA6900;
}
#categoryIdOther {
  display: inline;
}
.ir-card {
  background: #fff;
  -webkit-box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
          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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ir-card-content-accordion {
  padding: 0rem;
  height: 0px;
  -webkit-transition: all 0.2s linear;
  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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-autocomplete-input.is-danger {
  border-color: #eb4646;
}
.form-label.label-lg {
  padding: 1rem 0;
}
.form-autocomplete-input .chip-sm {
  margin-left: 0.1rem;
}
@media screen and (max-width: 480px) {
  .form-autocomplete-input {
    overflow: hidden;
    height: 4.2rem !important;
    max-height: 4.2rem !important;
  }
  .form-autocomplete-input .form-input {
    height: 3.8rem !important;
    padding: 1rem 0.8rem !important;
  }
  .form-autocomplete-input .chip-sm {
    font-size: 1.6rem;
    height: 3.4rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
    margin-left: 0.1rem;
  }
  .form-autocomplete .form-autocomplete-list {
    top: 45px;
  }
  .form-autocomplete .form-autocomplete-list li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
  }
}
.autocomplete-big ul {
  width: 100vh!important;
}
#appListFull a {
  text-decoration: none;
  color: #000;
}
#appListFull .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#appListFull .app:hover {
  background: inherit;
}
#appListFull .appLeft {
  display: inline-block;
  width: 200px;
  text-align: center;
}
#appListFull .appRight {
  display: inline-block;
  padding: 10px;
}
#appListFull .appLogo {
  position: relative;
}
#appListFull .appLogo .fa-stack {
  position: absolute;
  bottom: -5px;
  left: 55%;
}
#appListFull .appLogo img {
  width: 50px;
  height: 50px;
}
#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 {
    width: 50px;
    height: 50px;
  }
  #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;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  width: 59px;
}
#appListMini .app:hover {
  background: inherit;
}
#appListMini .appLogo img {
  width: 50px;
  height: 50px;
}
#appListMini .appName {
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  max-width: 240px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
}
.middle-block {
  border: 1px solid lightblue;
  border-radius: 8px;
  padding: 2px;
  cursor: pointer;
  max-width: 60px;
  max-height: 70px;
}
.middle-block:hover {
  background: lightcyan;
}
.middle-txt {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webui-popover-title {
  text-align: center;
}
.periodicity-tab {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  cursor: pointer;
}
.periodicity-tab:hover {
  background: #ea6900;
}
.history-deleted {
  color: #eb4646;
}
.transitionAll05 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-autocomplete-input.is-danger {
  border-color: #eb4646;
}
.form-label.label-lg {
  padding: 1rem 0;
}
.form-autocomplete-input .chip-sm {
  margin-left: 0.1rem;
  min-height: 2.4rem !important;
  height: auto!important;
}
@media screen and (max-width: 480px) {
  .form-autocomplete-input {
    overflow: hidden;
    height: 4.2rem !important;
    max-height: 4.2rem !important;
  }
  .form-autocomplete-input .form-input {
    height: 3.8rem !important;
    padding: 1rem 0.8rem !important;
  }
  .form-autocomplete-input .chip-sm {
    font-size: 1.6rem;
    height: 3.4rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
    margin-left: 0.1rem;
  }
  .form-autocomplete .form-autocomplete-list {
    top: 45px;
  }
  .form-autocomplete .form-autocomplete-list li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
  }
}
.autocomplete-big ul {
  width: 100vh!important;
}
#searchForm {
  border-radius: 0.4rem;
}
#searchForm .input-group .form-autocomplete {
  width: 100%;
}
#searchForm .input-group .form-autocomplete .form-autocomplete-input {
  border-left: 0;
  border-radius: 0;
}
.searchBlock {
  border-radius: 0.3rem;
  background: #eee;
  border: 1px solid #bbb;
  margin: 10px;
  padding: 0px;
}
.searchField {
  margin: 0;
}
.searchField .input-group-addon-big {
  cursor: move;
  width: 120px;
}
.searchField + .searchField .input-group span,
.searchField + .searchField .input-group input,
.searchField + .searchField .input-group select,
.searchField + .searchField .searchBoolean {
  border-top: 0;
}
.searchField .input-group span,
.searchField .input-group input,
.searchField .input-group select {
  border-radius: 0;
}
.searchField .input-group select,
.searchField .searchBoolean {
  border-left: 0;
}
.searchField + .searchField .input-group input:focus,
.searchField + .searchField .input-group select:focus {
  border-top: 0.1rem solid #ea6900;
}
.searchHide {
  display: none;
}
.form-autocomplete.searchAutoCpt {
  width: 100%;
}
.form-autocomplete.searchAutoCpt .form-autocomplete-input {
  border-left: 0;
  border-radius: 0;
}
.form-autocomplete.searchAutoCpt .chip-sm {
  margin-right: 0.2rem;
}
@media screen and (max-width: 480px) {
  #searchForm input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #searchForm .btn-group .btn:first-of-type:not(:last-of-type) {
    border-top-left-radius: 0;
  }
  #searchForm .btn-group .btn:last-of-type:not(:first-of-type) {
    border-top-right-radius: 0;
  }
}
.searchBoolean {
  width: 100%;
  background: #fff;
  border: 0.1rem solid #c5c5c5;
  padding: 0.2rem 0 0 1rem;
}
.search-radio-and-or {
  padding: 0.3rem 0.2rem !important;
}
.search-radio-and-or label.form-radio {
  padding: 0.3rem 0.5rem 0.3rem 1.8rem;
}
/*******************************************************************************
* C O L O R
*******************************************************************************/
.formColorBlock {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  cursor: pointer;
}
.formColorBlockSelected {
  border: 2px solid #000;
  -webkit-box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
}
#formColorPicker {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gcKCREuyhs5DQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAERElEQVRIx12W23LjNgyGP5DUwXZ8SrK76e5M3/++L9PH6HZjWyIJoBek43QvMNJIGnz4cRLl77+SH7aVeYZhBJnAB7ARLIEGyAKLwbvBL4V/KvyqcFG4KdwqvFd4L82uBco6YOWFcDuTDnNlN8IQIQgAOKAGWLsPoT0XwK194IA5VIPcbTVYHDKQY8H8J2EcSNuhAYYAIs2JagN6AJMGw9s7l+ZcDdShGKwKN4NFIXuzAhgFD4U0AgMQvDujKxKw0GUlEO8qvUHMIGsDLB2w9mfFmqnPKANpMAi1pYLuSBQkgFSQBEEb1P0Bqd5StFiryVo7SCHXSPYdVfdo3ZFCTw0OHlvEd2AY2zsBJDalZi1V+Z6m7vx6h9QNWQ+sdUvWLaXsSFJ6mu4p6RYSeIFAszvY7VGHpTbnlwLXErjUI6vuG6BuyHVH1pkk9eEYA9cGUHuo+gDQmqJoi/qiDXApGy7lxLXsWOqWUnesuiHXmaITidqVaAtZ4gOEgXQLsXVWVcgZbhmuS+R9PfKeT1zyjlvZstQNWTcUnSg2UWwgoQ/AR9ixFzz1pigtnU6bi7XAbdlyWV65rkeu+Ylb2XCrPXobqD6hnsAiiXzPxwMi0prAU1Mm98L0+Sjllbx+Y81H1vWJXDYU3WA64TaAJ8QSSSLmoUM+tW8blJ66DgzdREH0O9TveHmGckDqE6IT0SaiJdwTwQOOAO2aWD4B/L47HsMn9JoYBPtBqn8y1m9M9cxke2bbkn0ABiIBlYB6wEWQnpYHxP/fZfdmkD6ssb4y1h9s6htb+8renjnwRJGJIImrBHIIVBFUBBOQIL8psd+sN4RkkDwRy3fG/JWtfmFvr5w5kcMGCRNjisxRWIOwRqEKaBAsCC70mvjDKQZUoPS1koW4vpHyC+P6wkbPHP3EIk/UOBNiYhwi70lYorBEWCPUINQkqECifIq+O/+4ZmA9IOsX4vpCKidmO7DzLccwo3FAUmSogSkJlwRLCiwJchSyCiV8hpSuJPf7AuQE+Q1ZX5B8IpU9g22ZGNlKoKSAqRBVSCpMVbgmuA0NtEZYo3TIHfBZQQHKKyyvUM5IORLqnugTA5E5BEqF2teyGKQIgwdGg0nhFmEcnORrn2j9HTZBfgU9I/UM9YDYTPDWqoPA6M7GBMOhQvTAAIzmDZSEmzvJ8yfIfY8VgfoN9AVKB/gWsQkhEUQIQHJjNEEBRBBzpEIwIWqDDeakWmAobR4+OkyfQL80iJ4Q3YPN7YQhgShCbOuMhDMimIGJg7W/bHIh4kSMlLVNd7I7KIK+QX2GegY7gO/a8UUifY4JDlGEAcfcURw12mxA+7sFR9xIl0//i+Qg9gLaaoEemyqfEUaEiEiHiPdIheQt4sEDhmEILo7hRKmkf8Mz2E+2wOQnkv2B6DOiz6AHsB3uA05qx5e+6MT78nQnhnYYUYyIICIQDE+KD4X/AOWurueTDLShAAAAAElFTkSuQmCC);
}
#formColorSelected {
  width: 100%;
  height: 25px;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
}
.formColorBlack {
  color: #000;
}
.formColorWhite {
  color: #fff;
}
#formColorContainer {
  display: 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)}
.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}
@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("./font/summernote.eot?1d9aeaaff0a8939558a45be6cd52cd4c");src:url("./font/summernote.eot?1d9aeaaff0a8939558a45be6cd52cd4c#iefix") format("embedded-opentype"),url("./font/summernote.woff?1d9aeaaff0a8939558a45be6cd52cd4c") format("woff"),url("./font/summernote.ttf?1d9aeaaff0a8939558a45be6cd52cd4c") format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-float-left:before,.note-icon-float-none:before,.note-icon-float-right:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-rollback:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\f101"}.note-icon-align-indent:before{content:"\f102"}.note-icon-align-justify:before{content:"\f103"}.note-icon-align-left:before{content:"\f104"}.note-icon-align-outdent:before{content:"\f105"}.note-icon-align-right:before{content:"\f106"}.note-icon-align:before{content:"\f107"}.note-icon-arrow-circle-down:before{content:"\f108"}.note-icon-arrow-circle-left:before{content:"\f109"}.note-icon-arrow-circle-right:before{content:"\f10a"}.note-icon-arrow-circle-up:before{content:"\f10b"}.note-icon-arrows-alt:before{content:"\f10c"}.note-icon-arrows-h:before{content:"\f10d"}.note-icon-arrows-v:before{content:"\f10e"}.note-icon-bold:before{content:"\f10f"}.note-icon-caret:before{content:"\f110"}.note-icon-chain-broken:before{content:"\f111"}.note-icon-circle:before{content:"\f112"}.note-icon-close:before{content:"\f113"}.note-icon-code:before{content:"\f114"}.note-icon-col-after:before{content:"\f115"}.note-icon-col-before:before{content:"\f116"}.note-icon-col-remove:before{content:"\f117"}.note-icon-eraser:before{content:"\f118"}.note-icon-float-left:before{content:"\f119"}.note-icon-float-none:before{content:"\f11a"}.note-icon-float-right:before{content:"\f11b"}.note-icon-font:before{content:"\f11c"}.note-icon-frame:before{content:"\f11d"}.note-icon-italic:before{content:"\f11e"}.note-icon-link:before{content:"\f11f"}.note-icon-magic:before{content:"\f120"}.note-icon-menu-check:before{content:"\f121"}.note-icon-minus:before{content:"\f122"}.note-icon-orderedlist:before{content:"\f123"}.note-icon-pencil:before{content:"\f124"}.note-icon-picture:before{content:"\f125"}.note-icon-question:before{content:"\f126"}.note-icon-redo:before{content:"\f127"}.note-icon-rollback:before{content:"\f128"}.note-icon-row-above:before{content:"\f129"}.note-icon-row-below:before{content:"\f12a"}.note-icon-row-remove:before{content:"\f12b"}.note-icon-special-character:before{content:"\f12c"}.note-icon-square:before{content:"\f12d"}.note-icon-strikethrough:before{content:"\f12e"}.note-icon-subscript:before{content:"\f12f"}.note-icon-summernote:before{content:"\f130"}.note-icon-superscript:before{content:"\f131"}.note-icon-table:before{content:"\f132"}.note-icon-text-height:before{content:"\f133"}.note-icon-trash:before{content:"\f134"}.note-icon-underline:before{content:"\f135"}.note-icon-undo:before{content:"\f136"}.note-icon-unorderedlist:before{content:"\f137"}.note-icon-video:before{content:"\f138"}.note-frame *{color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.note-toolbar{padding:10px 5px;border-bottom:1px solid #e2e2e2}.note-btn-group{position:relative;display:inline-block;margin-right:8px}.note-btn-group>.note-btn-group{margin-right:0}.note-btn-group>.note-btn,.note-btn-group>.note-btn-group{margin-left:-4px;border-radius:0}.note-btn-group>.note-btn.focus,.note-btn-group>.note-btn-group.focus,.note-btn-group>.note-btn.active,.note-btn-group>.note-btn-group.active{border-radius:0}.note-btn-group>.note-btn:first-child,.note-btn-group>.note-btn-group:first-child{margin-left:0;border-bottom-left-radius:1px;border-top-left-radius:1px}.note-btn-group>.note-btn:first-child.focus,.note-btn-group>.note-btn-group:first-child.focus,.note-btn-group>.note-btn:first-child.active,.note-btn-group>.note-btn-group:first-child.active{border-bottom-left-radius:1px;border-top-left-radius:1px}.note-btn-group>.note-btn:last-child:not(.note-dropdown),.note-btn-group>.note-btn-group:last-child:not(.note-dropdown){border-top-right-radius:1px;border-bottom-right-radius:1px}.note-btn-group>.note-btn:last-child:not(.note-dropdown).focus,.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).focus,.note-btn-group>.note-btn:last-child:not(.note-dropdown).active,.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).active{border-top-right-radius:1px;border-bottom-right-radius:1px}.note-btn-group.open>.note-dropdown{display:block}.note-btn{display:inline-block;padding:5px 10px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.4;color:#333;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-color:#fff;background-image:none;border:1px solid #fff;border-color:#fff;border-radius:1px;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation}.note-btn:focus,.note-btn.focus{color:#333;background-color:#ebebeb;border-color:#fff}.note-btn:hover{color:#333;background-color:#ebebeb;border-color:#fff}.note-btn.disabled:focus,.note-btn[disabled]:focus,fieldset[disabled] .note-btn:focus,.note-btn.disabled.focus,.note-btn[disabled].focus,fieldset[disabled] .note-btn.focus{background-color:#fff;border-color:#fff}.note-btn:hover,.note-btn:focus,.note-btn.focus{color:#333;text-decoration:none;background-color:#ebebeb;border:1px solid #fff;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;outline:0}.note-btn:active,.note-btn.active{background-image:none;outline:0}.note-btn.disabled,.note-btn[disabled],fieldset[disabled] .note-btn{cursor:not-allowed;-webkit-opacity:.65;-khtml-opacity:.65;-moz-opacity:.65;opacity:.65;-ms-filter:alpha(opacity=65);filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.note-btn-primary{color:#fff;background:#fa6362}.note-btn-primary:hover,.note-btn-primary:focus,.note-btn-primary.focus{color:#fff;text-decoration:none;background-color:#fa6362;border:1px solid #fff;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.note-btn-block{display:block;width:100%}.note-btn-block+.note-btn-block{margin-top:5px}input[type="submit"].note-btn-block,input[type="reset"].note-btn-block,input[type="button"].note-btn-block{width:100%}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.close{float:right;font-size:21px;line-height:1;color:#000;opacity:.2}.close:hover{-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}.note-dropdown{position:relative}.note-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:100px;padding:5px;text-align:left;background:#fff;border:1px solid #e2e2e2;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.06);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.06);box-shadow:0 1px 1px rgba(0,0,0,0.06);background-clip:padding-box}.note-btn-group.open .note-dropdown-menu{display:block}.note-dropdown-item{display:block}.note-dropdown-item:hover{background-color:#ebebeb}a.note-dropdown-item,a.note-dropdown-item:hover{margin:2px 0;color:#000;text-decoration:none}.note-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}.note-modal.open{display:block}.note-modal-content{position:relative;width:auto;margin:30px 20px;background:#fff;border:1px solid rgba(0,0,0,0.2);outline:0;background-clip:border-box}.note-modal-header{padding:30px 20px 20px 20px;border:1px solid #ededef}.note-modal-header .close{margin-top:-10px}.note-modal-body{position:relative;padding:20px 30px}.note-modal-body kbd{padding:3px 5px;font-weight:700;color:#fff;background-color:#000;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.note-modal-footer{height:40px;padding:10px;text-align:center}.note-modal-footer a{color:#337ab7;text-decoration:none}.note-modal-footer a:hover,.note-modal-footer a:focus{color:#23527c;text-decoration:underline}.note-modal-footer .note-btn{float:right}.note-modal-title{margin:0;font-size:26px;line-height:1.4;color:#42515f}.note-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;background:#000;-webkit-opacity:.5;-khtml-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:alpha(opacity=50);filter:alpha(opacity=50)}.note-modal-backdrop.open{display:block}@media(min-width:768px){.note-modal-content{width:600px;margin:30px auto}}@media(min-width:992px){.note-modal-content-large{width:900px}}.note-form-group{padding-bottom:20px}.note-form-group:last-child{padding-bottom:0}.note-form-label{display:block;margin-bottom:10px;font-size:16px;font-weight:700;color:#42515f}.note-input{display:block;width:100%;padding:6px 4px;font-size:14px;background:#fff;border:1px solid #ededef;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.note-input::-webkit-input-placeholder{color:#eee}.note-input:-moz-placeholder{color:#eee}.note-input::-moz-placeholder{color:#eee}.note-input:-ms-input-placeholder{color:#eee}.note-tooltip{position:absolute;z-index:1070;display:block;font-size:13px;-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}.note-tooltip.in{-webkit-opacity:.9;-khtml-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90)}.note-tooltip.top{padding:5px 0;margin-top:-3px}.note-tooltip.right{padding:0 5px;margin-left:3px}.note-tooltip.bottom{padding:5px 0;margin-top:3px}.note-tooltip.left{padding:0 5px;margin-left:-3px}.note-tooltip.bottom .note-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.note-tooltip.top .note-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.note-tooltip.right .note-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.note-tooltip.left .note-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.note-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.note-tooltip-content{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000}.note-popover{position:absolute;z-index:1060;display:block;display:none;font-size:13px;background:#fff;border:1px solid rgba(0,0,0,0.2);border:1px solid #ccc}.note-popover.in{display:block}.note-popover.top{padding:5 0;margin-top:-3px}.note-popover.right{padding:0 5;margin-left:3px}.note-popover.bottom{padding:5 0;margin-top:3px}.note-popover.left{padding:0 5;margin-left:-3px}.note-popover.bottom .note-popover-arrow{top:-11px;left:50%;margin-left:-10px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.note-popover.bottom .note-popover-arrow::after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.note-popover.top .note-popover-arrow{bottom:-11px;left:50%;margin-left:-10px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.note-popover.top .note-popover-arrow::after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.note-popover.right .note-popover-arrow{top:50%;left:-11px;margin-top:-10px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.note-popover.right .note-popover-arrow::after{left:1px;margin-top:-10px;border-right-color:#fff;border-left-width:0;content:" "}.note-popover.left .note-popover-arrow{top:50%;right:-11px;margin-top:-10px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.note-popover.left .note-popover-arrow::after{right:1px;margin-top:-10px;border-left-color:#fff;border-right-width:0;content:" "}.note-popover-arrow{position:absolute;width:0;height:0;border:11px solid transparent}.note-popover-arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:10px;content:" "}.note-popover-content{min-width:100px;min-height:30px;padding:3px 8px;color:#000;text-align:center;background-color:#fff}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;pointer-events:none;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area p{margin:0 0 10px}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable table{width:100%;border-collapse:collapse}.note-editor .note-editing-area .note-editable table td,.note-editor .note-editing-area .note-editable table th{padding:5px 3px;border:1px solid #ececec}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable a{font-family:inherit;font-weight:inherit;color:#337ab7;text-decoration:inherit;background-color:inherit}.note-editor .note-editing-area .note-editable a:hover,.note-editor .note-editing-area .note-editable a:focus{color:#23527c;text-decoration:underline;outline:0}.note-editor .note-editing-area .note-editable figure{margin:0}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;outline:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover{max-width:none}.note-popover .note-popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover .note-popover-arrow{left:20px!important}.note-popover .note-popover-content,.note-toolbar{padding:0 0 5px 5px;margin:0;background-color:#fff}.note-popover .note-popover-content>.note-btn-group,.note-toolbar>.note-btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .note-popover-content .note-btn-group .note-table,.note-toolbar .note-btn-group .note-table{min-width:0;padding:5px}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker,.note-toolbar .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .note-popover-content .note-style h1,.note-toolbar .note-style h1,.note-popover .note-popover-content .note-style h2,.note-toolbar .note-style h2,.note-popover .note-popover-content .note-style h3,.note-toolbar .note-style h3,.note-popover .note-popover-content .note-style h4,.note-toolbar .note-style h4,.note-popover .note-popover-content .note-style h5,.note-toolbar .note-style h5,.note-popover .note-popover-content .note-style h6,.note-toolbar .note-style h6,.note-popover .note-popover-content .note-style blockquote,.note-toolbar .note-style blockquote{margin:0}.note-popover .note-popover-content .note-color-all .note-dropdown-menu,.note-toolbar .note-color-all .note-dropdown-menu{min-width:346px}.note-popover .note-popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .note-popover-content .note-color .note-dropdown-menu,.note-toolbar .note-color .note-dropdown-menu{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette,.note-toolbar .note-color .note-dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child,.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px;margin-right:15px}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select{width:100%;padding:2px 3px;margin:3px;cursor:pointer;background-color:#fff;border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .note-popover-content .note-style .note-dropdown-menu,.note-toolbar .note-style .note-dropdown-menu{min-width:216px;padding:5px}.note-popover .note-popover-content .note-style .note-dropdown-menu>div:first-child,.note-toolbar .note-style .note-dropdown-menu>div:first-child{margin-right:5px}.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu,.note-toolbar .note-btn-fontname .note-dropdown-menu{min-width:200px}.note-popover .note-popover-content .note-dropdown-menu,.note-toolbar .note-dropdown-menu{min-width:160px}.note-popover .note-popover-content .note-dropdown-menu.right,.note-toolbar .note-dropdown-menu.right{right:0;left:auto}.note-popover .note-popover-content .note-dropdown-menu.right::before,.note-toolbar .note-dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .note-popover-content .note-dropdown-menu.right::after,.note-toolbar .note-dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i{color:deepskyblue;visibility:hidden}.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i,.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i{visibility:visible}.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item>*,.note-toolbar .note-dropdown-menu .note-dropdown-item>*{margin:0}.note-popover .note-popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .note-popover-content .note-color-palette,.note-toolbar .note-color-palette{line-height:1}.note-popover .note-popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .note-popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-modal .note-modal-body label{display:inline-block;padding:2px 5px;margin-bottom:2px}.note-modal .note-modal-body .help-list-item:hover{background-color:#e0e0e0}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid black}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .note-popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .note-popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}.help-list-item label{display:inline-block;margin-bottom:5px}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}
