@charset "UTF-8";
/* Reset
  =============== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * 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
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 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;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * 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;
  font-size: 1em;
}

/**
   * 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * 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;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * 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;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[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;
  font: inherit;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

svg.icon {
  width: 1em;
  height: 1em;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 16px;
}

body {
  color: #666;
  background-color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", "Arial", "microsoft yahei ui", "Microsoft YaHei", SimSun, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #108cee;
  text-decoration: none;
}

a:hover {
  color: #0b62a6;
  text-decoration: none;
}

label {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #333;
  line-height: 1.1;
}

.is-matched {
  color: #ea2e2e;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.cxd-Layout {
  height: auto;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.cxd-Layout:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
  border: inherit;
  display: block;
}

.cxd-Layout--boxed {
  margin-right: auto;
  margin-left: auto;
}

.cxd-Layout .cxd-Layout-header {
  background: #F5F5F5;
  box-shadow: none;
  height: 3.125rem;
}

.cxd-Layout--headerFixed {
  padding-top: 3.125rem;
}

.cxd-Layout--headerFixed .cxd-Layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1200;
}

.cxd-Layout-brandBar {
  background: #0F1012;
  color: #777777;
}

.cxd-Layout-brandBar > button {
  padding: 0.625rem 1.0625rem;
  font-size: 1rem;
  line-height: 1.875rem;
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.cxd-Layout-brand {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  max-width: 100%;
  height: auto;
  line-height: 3.125rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cxd-Layout-brand:hover {
  text-decoration: none;
}

.cxd-Layout-brand img {
  max-height: 1.5625rem;
  vertical-align: middle;
  display: inline;
}

.cxd-Layout-headerBar {
  border-bottom: 0 none;
  min-height: 3.125rem;
  padding: 0 0.625rem;
}

.cxd-Layout-aside {
  float: left;
  background: #1E1E28;
  color: #84848e;
}

.cxd-Layout-aside:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  border: inherit;
}

.cxd-Layout-asideFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1200;
  max-width: 11.25rem;
}

.cxd-Layout-asideFooter ~ div {
  padding-bottom: 3.125rem;
}

.cxd-Layout-content {
  height: 100%;
}

.cxd-Layout-content::before, .cxd-Layout-content::after {
  display: table;
  content: "";
}

.cxd-Layout-content::after {
  clear: both;
}

.cxd-Layout-body {
  padding-bottom: 3.125rem;
  width: 100%;
}

.cxd-Layout--noFooter .cxd-Layout-body {
  padding-bottom: 0;
}

.cxd-Layout-content .cxd-Layout-body {
  float: left;
}

.cxd-Layout-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.cxd-Layout--sm .cxd-Layout-asideFooter {
  max-width: 9.375rem;
}

.cxd-Layout--sm .cxd-AsideNav-item a {
  font-size: 0.75rem;
}

.cxd-Layout--md .cxd-Layout-asideFooter {
  max-width: 15.625rem;
}

.cxd-Layout--lg .cxd-Layout-asideFooter {
  max-width: 18.75rem;
}

@media (max-width: 767px) {
  .cxd-Layout-content {
    transition: transform 0.2s ease;
  }
  .cxd-Layout-aside {
    display: none;
  }
  .cxd-Layout--offScreen .cxd-Layout-aside {
    position: fixed;
    top: 3.125rem;
    bottom: 0;
    width: 75%;
    display: block !important;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1010;
  }
  .cxd-Layout-headerBar {
    display: none;
  }
  .cxd-Layout--offScreen .cxd-Layout-content,
  .cxd-Layout--offScreen .cxd-Layout-footer {
    background-color: #ffffff;
    transition: transform 0.2s ease;
    backface-visibility: hidden;
    transform: translate3d(75%, 0px, 0px);
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1015;
    padding-top: 3.125rem;
  }
}

@media (min-width: 768px) {
  .cxd-Layout--boxed {
    width: 47.5rem;
  }
  .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 47.5rem;
  }
  .cxd-Layout-brand, .cxd-Layout-brandBar, .cxd-Layout-aside {
    width: 11.25rem;
  }
  .cxd-Layout-brandBar {
    float: left;
  }
  .cxd-Layout--withAside .cxd-Layout-headerBar,
  .cxd-Layout--withAside .cxd-Layout-content,
  .cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 11.25rem;
  }
  .cxd-Layout .visible-folded {
    display: none;
  }
  .cxd-Layout--folded .visible-folded {
    display: inherit;
  }
  .cxd-Layout--folded .hidden-folded {
    display: none !important;
  }
  .cxd-Layout--folded .text-center-folded {
    text-align: center;
  }
  .cxd-Layout--folded .pull-none-folded {
    float: none !important;
  }
  .cxd-Layout--folded .w-auto-folded {
    width: auto;
  }
  .cxd-Layout--folded .cxd-Layout-aside,
  .cxd-Layout--folded .cxd-Layout-brandBar {
    width: 3.75rem;
  }
  .cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-headerBar,
  .cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-content,
  .cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 3.75rem;
  }
  .cxd-Layout--folded .cxd-Layout-brand {
    display: block;
    padding: 0;
    font-size: 1.25rem;
    text-align: center;
  }
  .cxd-Layout--asideFixed .cxd-Layout-aside {
    height: 100%;
  }
  .cxd-Layout--asideFixed .cxd-Layout-aside:before {
    position: fixed;
    z-index: 15;
  }
  .cxd-Layout--asideFixed .cxd-Layout-brandBar {
    position: fixed;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideWrap {
    position: fixed;
    overflow: hidden;
    top: 3.125rem;
    bottom: 0;
    left: 0;
    width: 11.1875rem;
    z-index: 1200;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner {
    width: 12.3125rem;
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner::-webkit-scrollbar:vertical {
    width: 1.0625rem;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner > * {
    width: 11.25rem;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-aside {
    position: static;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-brandBar {
    position: static;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideWrap {
    overflow: visible;
    position: relative;
    top: 0;
    z-index: 15;
    width: 3.6875rem;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideInner {
    overflow: visible;
    width: 4.8125rem;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideInner > * {
    width: 3.75rem;
  }
  .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brand,
  .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
  .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: 9.375rem;
  }
  .cxd-Layout--sm:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-headerBar,
  .cxd-Layout--sm:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-content,
  .cxd-Layout--sm:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 9.375rem;
  }
  .cxd-Layout--sm:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideWrap {
    width: 9.3125rem;
  }
  .cxd-Layout--sm:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideInner {
    width: 10.4375rem;
  }
  .cxd-Layout--sm:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideInner > * {
    width: 9.375rem;
  }
  .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brand,
  .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
  .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: 15.625rem;
  }
  .cxd-Layout--md:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-headerBar,
  .cxd-Layout--md:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-content,
  .cxd-Layout--md:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 15.625rem;
  }
  .cxd-Layout--md:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideWrap {
    width: 15.5625rem;
  }
  .cxd-Layout--md:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideInner {
    width: 16.6875rem;
  }
  .cxd-Layout--md:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideInner > * {
    width: 15.625rem;
  }
  .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brand,
  .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
  .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: 18.75rem;
  }
  .cxd-Layout--lg:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-headerBar,
  .cxd-Layout--lg:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-content,
  .cxd-Layout--lg:not(.cxd-Layout--folded).cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 18.75rem;
  }
  .cxd-Layout--lg:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideWrap {
    width: 18.6875rem;
  }
  .cxd-Layout--lg:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideInner {
    width: 19.8125rem;
  }
  .cxd-Layout--lg:not(.cxd-Layout--folded).cxd-Layout--asideFixed .cxd-Layout-asideInner > * {
    width: 18.75rem;
  }
}

@media (min-width: 992px) {
  .cxd-Layout--boxed {
    width: 61.25rem;
  }
  .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 61.25rem;
  }
}

@media (min-width: 1200px) {
  .cxd-Layout--boxed {
    width: 73.75rem;
  }
  .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 73.75rem;
  }
}

.cxd-Grid-col--xs1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs3 {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs6 {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs9 {
  flex: 0 0 75%;
  max-width: 75%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs12 {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-Grid-col--xs {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 576px) {
  .cxd-Grid {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    display: flex;
    flex-wrap: wrap;
  }
  .cxd-Grid-col--sm1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--sm {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .cxd-Grid-col--md1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--md {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .cxd-Grid-col--lg1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Grid-col--lg {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.cxd-AsideNav::before, .cxd-AsideNav::after {
  display: table;
  content: "";
}

.cxd-AsideNav::after {
  clear: both;
}

.cxd-AsideNav-label {
  color: #6b6b74;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  font-size: 0.6875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cxd-AsideNav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cxd-AsideNav-itemArrow {
  float: right;
  display: block;
  width: 1.25rem;
  text-align: center;
  line-height: 1.0625rem;
}

.cxd-AsideNav-itemArrow::before {
  content: "\e63b";
  display: inline-block;
  font-family: "iconfont";
  transform-origin: center;
  color: #8d99b0;
  font-size: 0.75rem;
}

.cxd-AsideNav-item.is-open > a > .cxd-AsideNav-itemArrow::before {
  transform: rotate(90deg);
  color: #fff;
}

.cxd-AsideNav-itemBadge {
  padding: 0.125rem 0.3125rem;
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  float: right;
  min-width: 0.0625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.625rem;
}

.cxd-AsideNav-itemIcon {
  margin: -0.6875rem -0.625rem;
  line-height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
  float: left;
  margin-right: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.cxd-AsideNav-itemIcon:before {
  position: relative;
  z-index: 2;
}

.cxd-AsideNav-subList {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-left: -1.25rem;
  transition: all 0.2s ease-in-out 0s;
  background-color: #08080b;
}

.is-open > .cxd-AsideNav-subList,
.cxd-Layout--folded .cxd-AsideNav-item:hover > .cxd-AsideNav-subList,
.cxd-Layout--folded .cxd-AsideNav-item:focus > .cxd-AsideNav-subList,
.cxd-Layout--folded .cxd-AsideNav-item:active > .cxd-AsideNav-subList {
  opacity: 1;
  margin-left: 0;
  height: auto !important;
  overflow: visible;
}

.cxd-Layout--folded .cxd-AsideNav-item.is-open > .cxd-AsideNav-subList {
  overflow: hidden;
}

.cxd-AsideNav-item {
  position: relative;
  display: block;
}

.cxd-AsideNav-item a {
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  display: block;
  font-size: 0.75rem;
  padding: 0.6875rem 0.9375rem;
  position: relative;
  transition: background-color 0.2s ease-in-out 0s;
  color: #fff;
  text-decoration: none;
  user-select: none;
}

.cxd-AsideNav-item a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #171720;
}

.cxd-AsideNav-item a:hover .cxd-AsideNav-itemIcon {
  color: #108cee;
}

.cxd-AsideNav-item.is-active > a {
  background-color: #13131a;
  color: #fff;
}

.cxd-AsideNav-item.is-active > a:hover {
  background-color: #171720;
}

.cxd-AsideNav-item.is-lg > a {
  padding: 1rem 0.9375rem;
}

.cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: 2.8125rem;
}

.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: 4.6875rem;
}

.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: 6.5625rem;
}

.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-subList {
  display: none;
}

.cxd-AsideNav-item .cxd-AsideNav-item.is-open .cxd-AsideNav-subList {
  display: block;
}

.cxd-AsideNav-subHeader {
  display: none;
}

.cxd-AsideNav-subHeader a {
  cursor: default;
  background: transparent;
  color: #6b6b74;
  padding: 0.6875rem 1.25rem;
}

.cxd-AsideNav-subHeader a:hover {
  color: #6b6b74;
  background: transparent;
}

.cxd-AsideNav-tooltip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  border: 0 solid #e8ebee;
  border-radius: 0.142rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  left: 100%;
  color: #fff;
  padding: 0.125rem 0.625rem;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}

.cxd-AsideNav-divider {
  width: auto;
  height: 0.0625rem;
  margin: 0 0.625rem;
  overflow: hidden;
  font-size: 0;
  background-color: #3c3c4d;
}

@media (min-width: 768px) {
  .cxd-Layout--folded .cxd-AsideNav-label {
    display: none;
  }
  .cxd-Layout--folded .cxd-AsideNav-subHeader {
    display: block;
  }
  .cxd-Layout--folded .cxd-AsideNav-item:hover > .cxd-AsideNav-tooltip {
    opacity: 1;
    z-index: 1500;
    margin: 0 0 0 0.625rem;
    opacity: 1;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a {
    text-align: center;
    position: relative;
    padding: 0;
    text-align: center;
    height: 2.5rem;
    border: none;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemArrow,
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemLabel {
    display: none;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemIcon {
    width: auto;
    float: none !important;
    display: block;
    font-size: 1rem;
    margin: 0;
    line-height: 2.5rem;
    border: none !important;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemBadge {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    z-index: 3;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item.is-lg > a {
    height: 3.125rem;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item.is-lg > a .cxd-AsideNav-itemIcon {
    line-height: 3.125rem;
  }
  .cxd-Layout--folded .cxd-AsideNav-item .cxd-AsideNav-item a {
    padding-left: 1.25rem !important;
  }
  .cxd-Layout--folded .cxd-AsideNav-subList {
    height: 0 !important;
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: 1050;
    width: 11.25rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
  }
  .cxd-Layout--folded.cxd-Layout--sm .cxd-AsideNav-subList {
    width: 9.375rem;
  }
  .cxd-Layout--folded.cxd-Layout--md .cxd-AsideNav-subList {
    width: 15.625rem;
  }
  .cxd-Layout--folded.cxd-Layout--lg .cxd-AsideNav-subList {
    width: 18.75rem;
  }
}

.cxd-Hbox {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.cxd-Hbox > .cxd-Hbox-col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
}

.cxd-FormHbox {
  margin-left: -15px;
  margin-right: -15px;
}

.cxd-FormHbox > .cxd-Hbox > .cxd-Hbox-col {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}

.cxd-FormHbox > .cxd-Hbox > .cxd-Hbox-col > .cxd-Form-group {
  margin-left: 0;
  margin-right: 0;
}

.cxd-FormHbox > .cxd-Hbox > .cxd-Hbox-col > .cxd-Form-group:last-child {
  margin-bottom: 0;
}

.cxd-FormHbox.cxd-Hbox--xs {
  margin-left: -5px;
  margin-right: -5px;
}

.cxd-FormHbox.cxd-Hbox--xs > .cxd-Hbox > .cxd-Hbox-col {
  padding-left: 5px;
  padding-right: 5px;
}

.cxd-FormHbox.cxd-Hbox--sm {
  margin-left: -10px;
  margin-right: -10px;
}

.cxd-FormHbox.cxd-Hbox--sm > .cxd-Hbox > .cxd-Hbox-col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .cxd-Hbox--autoSm {
    display: block;
  }
  .cxd-Hbox--autoSm > .cxd-Hbox-col {
    width: auto;
    height: auto;
    display: block;
  }
  .cxd-Hbox--autoSm > .cxd-Hbox-col.show {
    display: block !important;
  }
  .cxd-Hbox--autoSm .cxd-Vbox {
    height: auto;
  }
  .cxd-Hbox--autoSm .cell-inner {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .cxd-Hbox--autoXs {
    display: block;
  }
  .cxd-Hbox--autoXs > .cxd-Hbox-col {
    width: auto;
    height: auto;
    display: block;
  }
  .cxd-Hbox--autoXs .cxd-Vbox {
    height: auto;
  }
  .cxd-Hbox--autoXs .cell-inner {
    position: static !important;
  }
}

.cxd-Vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.cxd-Vbox .row-row {
  display: table-row;
  height: 100%;
}

.cxd-Vbox .row-row .cxd-Vbox-cell {
  position: relative;
  height: 100%;
  width: 100%;
}

.ie .cxd-Vbox .row-row .cxd-Vbox-cell {
  display: table-cell;
  overflow: auto;
}

.ie .cxd-Vbox .row-row .cxd-Vbox-cell .cell-inner {
  overflow: visible !important;
}

.cxd-Vbox .row-row .cxd-Vbox-cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.is-modalOpened {
  overflow: hidden;
}

.is-modalOpened .cxd-Modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}

@keyframes modalOut {
  to {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}

.cxd-Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1300;
  overflow: hidden;
  outline: 0;
}

.cxd-Modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 12.0625rem;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  border: 0 solid #e8ebee;
  border-radius: 0;
}

.cxd-Modal-content.in, .cxd-Modal-content.out {
  animation-duration: 0.35s;
  animation-fill-mode: both;
}

.cxd-Modal-content.in {
  animation-name: modalIn;
}

.cxd-Modal-content.out {
  animation-name: modalOut;
}

.cxd-Modal-overlay {
  transition: ease-in-out opacity 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.cxd-Modal-overlay.in {
  opacity: 1;
}

.cxd-Modal-overlay.out {
  opacity: 0;
}

.cxd-Modal-header {
  padding: 0.59375rem 1.25rem;
  background-color: #f6f7fb;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cxd-Modal-header::before, .cxd-Modal-header::after {
  display: table;
  content: "";
}

.cxd-Modal-header::after {
  clear: both;
}

.cxd-Modal-title {
  font-size: 0.875rem;
  color: #333;
}

.cxd-Modal-close {
  float: right;
  color: #999;
  line-height: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.cxd-Modal-close svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #999;
}

.cxd-Modal-close:not(.is-disabled) {
  cursor: pointer;
}

.cxd-Modal-close:not(.is-disabled):hover {
  text-decoration: none;
  color: #666;
}

.cxd-Modal-close:not(.is-disabled):hover svg {
  fill: #666;
}

.cxd-Modal-content > .cxd-Modal-close {
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
  z-index: 10;
}

.cxd-Modal-body {
  padding: 0.9375rem 1.875rem 1.875rem;
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-Modal-header + .cxd-Modal-body {
  padding-top: 1.875rem;
}

.cxd-Modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #eceff8;
  margin: 0 1.875rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-Modal-footer .cxd-Button {
  margin-left: 0.625rem;
}

.cxd-Modal--2th .cxd-Modal-content {
  margin-top: 5.625rem;
}

.cxd-Modal--3th .cxd-Modal-content {
  margin-top: 7.5rem;
}

.cxd-Modal--4th .cxd-Modal-content {
  margin-top: 9.375rem;
}

.cxd-Modal--5th .cxd-Modal-content {
  margin-top: 11.25rem;
}

.cxd-Modal--6th .cxd-Modal-content {
  margin-top: 13.125rem;
}

.cxd-Modal--7th .cxd-Modal-content {
  margin-top: 15rem;
}

.cxd-Modal--8th .cxd-Modal-content {
  margin-top: 16.875rem;
}

.cxd-Modal--9th .cxd-Modal-content {
  margin-top: 18.75rem;
}

.cxd-Modal--10th .cxd-Modal-content {
  margin-top: 20.625rem;
}

@media (min-width: 576px) {
  .cxd-Modal-content {
    max-width: 31.25rem;
  }
  .cxd-Modal--sm .cxd-Modal-content {
    max-width: 21.875rem;
  }
  .cxd-Modal--base .cxd-Modal-content {
    max-width: 31.25rem;
  }
  .cxd-Modal--md .cxd-Modal-content {
    max-width: 50rem;
  }
  .cxd-Modal--lg .cxd-Modal-content {
    max-width: 68.75rem;
  }
  .cxd-Modal--xl .cxd-Modal-content {
    max-width: 90%;
  }
}

.cxd-Dialog-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
}

.cxd-Dialog-error {
  color: #ea2e2e;
}

.cxd-Drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1300;
  overflow: hidden;
  outline: 0;
}

.cxd-Drawer-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  border: 0.0625rem solid #e8ebee;
  border-radius: 0;
  transition: transform ease-in-out 0.3s;
}

.cxd-Drawer-overlay {
  transition: ease-out opacity 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.cxd-Drawer-overlay.in {
  opacity: 1;
}

.cxd-Drawer-header {
  padding: 0.9375rem;
  background-color: #f9f9f9;
  border-bottom: 0.0625rem solid #f7f8f9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cxd-Drawer-header::before, .cxd-Drawer-header::after {
  display: table;
  content: "";
}

.cxd-Drawer-header::after {
  clear: both;
}

.cxd-Drawer-title {
  font-size: 1rem;
  color: #333;
}

.cxd-Drawer-close {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  text-decoration: none;
}

.cxd-Drawer-close svg {
  width: 30px;
  height: 30px;
  fill: rgba(255, 255, 255, 0.8);
}

.cxd-Drawer-close:not(.is-disabled) {
  cursor: pointer;
}

.cxd-Drawer-close:not(.is-disabled):hover {
  text-decoration: none;
  color: white;
}

.cxd-Drawer-close:not(.is-disabled):hover svg {
  fill: white;
}

.cxd-Drawer-body {
  padding: 0.9375rem;
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}

.cxd-Drawer-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0.9375rem;
  border-top: 0.0625rem solid #f7f8f9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-Drawer-footer .cxd-Button {
  margin-left: 0.3125rem;
}

.cxd-Drawer-footer .cxd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
  align-self: center;
}

.cxd-Drawer-footer .cxd-Drawer-error {
  color: #ea2e2e;
}

.cxd-Drawer.cxd-Drawer--noOverlay .cxd-Drawer-close svg {
  margin-top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  fill: #99a6ad;
}

.cxd-Drawer .cxd-Drawer-resizeCtrl {
  position: absolute;
  border: 0.0625rem solid #e8ebee;
  background-color: #fff;
  border-radius: 0.142rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  user-select: none;
}

@media (min-width: 576px) {
  .cxd-Drawer .cxd-Drawer-content {
    width: 80%;
    height: 80%;
  }
  .cxd-Drawer--xs .cxd-Drawer-content {
    width: 12.5rem;
    height: 12.5rem;
  }
  .cxd-Drawer--sm .cxd-Drawer-content {
    width: 18.75rem;
    height: 18.75rem;
  }
  .cxd-Drawer--md .cxd-Drawer-content {
    width: 31.25rem;
    height: 31.25rem;
  }
  .cxd-Drawer--lg .cxd-Drawer-content {
    width: 50rem;
    height: 50rem;
  }
  .cxd-Drawer--xl .cxd-Drawer-content {
    width: 90%;
    height: 90%;
  }
}

.cxd-Drawer--top .cxd-Drawer-content.in,
.cxd-Drawer--right .cxd-Drawer-content.in,
.cxd-Drawer--bottom .cxd-Drawer-content.in,
.cxd-Drawer--left .cxd-Drawer-content.in {
  transform: translate3d(0, 0, 0);
}

.cxd-Drawer--top .cxd-Drawer-close {
  top: 100%;
  margin-top: 0.625rem;
  left: 0.625rem;
}

.cxd-Drawer--top.cxd-Drawer--noOverlay .cxd-Drawer-close {
  top: 0.9375rem;
  right: 0.9375rem;
  left: auto;
  margin-top: 0;
}

.cxd-Drawer--top .cxd-Drawer-content {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}

.cxd-Drawer--top .cxd-Drawer-resizeCtrl {
  bottom: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.25rem;
  height: 0.75rem;
}

.cxd-Drawer--right .cxd-Drawer-close {
  right: 100%;
  margin-right: 0.625rem;
  top: 0.625rem;
}

.cxd-Drawer--right.cxd-Drawer--noOverlay .cxd-Drawer-close {
  top: 0.9375rem;
  right: 0.9375rem;
  margin-right: 0;
}

.cxd-Drawer--right .cxd-Drawer-content {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}

.cxd-Drawer--right .cxd-Drawer-footer {
  justify-content: flex-start;
}

.cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
  margin-left: 0;
  margin-right: 0.3125rem;
}

.cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  order: 10;
  align-self: center;
  text-align: right;
}

.cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-error {
  color: #ea2e2e;
}

.cxd-Drawer--right .cxd-Drawer-resizeCtrl {
  left: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.25rem;
}

.cxd-Drawer--bottom .cxd-Drawer-close {
  bottom: 100%;
  margin-bottom: 0.625rem;
  left: 0.625rem;
}

.cxd-Drawer--bottom.cxd-Drawer--noOverlay .cxd-Drawer-close {
  top: 0.9375rem;
  right: 0.9375rem;
  left: auto;
  margin-bottom: 0;
}

.cxd-Drawer--bottom .cxd-Drawer-content {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}

.cxd-Drawer--bottom .cxd-Drawer-resizeCtrl {
  top: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.25rem;
  height: 0.75rem;
}

.cxd-Drawer--left .cxd-Drawer-close {
  left: 100%;
  margin-left: 0.625rem;
  top: 0.625rem;
}

.cxd-Drawer--left.cxd-Drawer--noOverlay .cxd-Drawer-close {
  left: auto;
  right: 0.9375rem;
  top: 0.9375rem;
}

.cxd-Drawer--left .cxd-Drawer-content {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
  border-width: 0 0.0625rem 0 0;
  min-width: 120px;
}

.cxd-Drawer--left .cxd-Drawer-resizeCtrl {
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.25rem;
}

.cxd-Tooltip {
  position: absolute;
  top: 0;
  left: 0;
  font-family: inherit;
  border-radius: 0.142rem;
  min-width: auto;
  max-width: 15rem;
  text-align: left;
  white-space: normal;
  z-index: 1500;
  word-wrap: break-word;
  background: #fff;
  border: 0.0625rem solid #e8ebee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cxd-Tooltip-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin-left: -0.5rem;
  left: 50%;
}

.cxd-Tooltip-arrow::before, .cxd-Tooltip-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.cxd-Tooltip--top {
  margin-top: -0.625rem;
}

.cxd-Tooltip--top .cxd-Tooltip-arrow {
  bottom: -0.5625rem;
}

.cxd-Tooltip--top .cxd-Tooltip-arrow::before,
.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.cxd-Tooltip--top .cxd-Tooltip-arrow::before {
  bottom: 0;
  border-top-color: #e8ebee;
}

.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  bottom: 0.0625rem;
  border-top-color: #fff;
}

.cxd-Tooltip--right {
  margin-left: 0.625rem;
}

.cxd-Tooltip--right .cxd-Tooltip-arrow {
  left: -0.0625rem;
  width: 0.5rem;
  height: 1rem;
  margin-top: -0.5rem;
  top: 50%;
}

.cxd-Tooltip--right .cxd-Tooltip-arrow::before,
.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.cxd-Tooltip--right .cxd-Tooltip-arrow::before {
  left: 0;
  border-right-color: #e8ebee;
}

.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  left: 0.0625rem;
  border-right-color: #fff;
}

.cxd-Tooltip--bottom {
  margin-top: 0.625rem;
}

.cxd-Tooltip--bottom .cxd-Tooltip-arrow {
  top: -0.5625rem;
}

.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before,
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
  top: 0;
  border-bottom-color: #e8ebee;
}

.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  top: 0.0625rem;
  border-bottom-color: #fff;
}

.cxd-Tooltip--bottom .cxd-Tooltip-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 0.0625rem solid #f7f7f7;
}

.cxd-Tooltip--left {
  margin-left: -0.625rem;
}

.cxd-Tooltip--left .cxd-Tooltip-arrow {
  left: auto;
  right: -0.5625rem;
  width: 0.5rem;
  height: 1rem;
  margin-top: -0.5rem;
  top: 50%;
}

.cxd-Tooltip--left .cxd-Tooltip-arrow::before,
.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.cxd-Tooltip--left .cxd-Tooltip-arrow::before {
  right: 0;
  border-left-color: #e8ebee;
}

.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  right: 0.0625rem;
  border-left-color: #fff;
}

.cxd-Tooltip-title {
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333;
  background-color: #f7f7f7;
  border-bottom: 0.0625rem solid #ebebeb;
  border-top-left-radius: 0.3655rem;
  border-top-right-radius: 0.3655rem;
}

.cxd-Tooltip-title:empty {
  display: none;
}

.cxd-Tooltip-body {
  color: #666;
  padding: 0.625rem 0.625rem;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:after {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: attr(data-tooltip);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  border: 0 solid #e8ebee;
  border-radius: 0.142rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  left: 100%;
  color: #fff;
  padding: 0.125rem 0.625rem;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}

[data-tooltip]:not(.is-disabled):hover:after {
  opacity: 1;
  z-index: 1500;
  margin: 0 0 0 0.625rem;
  opacity: 1;
}

[data-tooltip][data-position='bottom']:after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

[data-tooltip][data-position='bottom']:hover:after {
  margin: 0.625rem 0 0 0;
}

[data-tooltip][data-position='left']:after {
  top: 50%;
  right: 100%;
  left: auto;
  transform: translateY(-50%);
}

[data-tooltip][data-position='left']:hover:after {
  margin: 0 0 0 0.625rem;
}

[data-tooltip][data-position='top']:after {
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translateX(-50%);
}

[data-tooltip][data-position='top']:hover:after {
  margin: -0.625rem 0 0 0;
}

[data-tooltip]:hover:active:after {
  content: '';
  display: none !important;
}

.cxd-PopOver {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  z-index: 1400;
  display: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid #e8ebee;
  border-radius: 0.142rem;
}

.cxd-PopOver > * {
  position: relative;
  z-index: 2;
}

.cxd-PopOver-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: transparent;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.cxd-Toast {
  width: 18.75rem;
  pointer-events: auto;
  margin-bottom: 0.3125rem;
  padding: 0.3125rem 1.25rem 0.3125rem 2.875rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0.0625rem solid;
  color: #fff;
  position: relative;
  opacity: 1;
  cursor: pointer;
}

.cxd-Toast-wrap {
  pointer-events: none;
  position: fixed;
  z-index: 2000;
}

.cxd-Toast:hover {
  opacity: 1;
}

.cxd-Toast.in {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

.cxd-Toast.out {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

.cxd-Toast.hidden {
  display: none;
}

.cxd-Toast-title {
  display: inline-block;
  font-size: 1rem;
}

.cxd-Toast-body {
  display: inline-block;
}

.cxd-Toast::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 1.25rem;
  top: 0.3125rem;
}

.cxd-Toast--error {
  color: #ea2e2e;
  border-color: #ea2e2e;
  background-color: #fff5f5;
}

.cxd-Toast--error::before {
  content: "\e6d2";
}

.cxd-Toast--warning {
  color: #f39000;
  border-color: #f39000;
  background-color: #fcf7f1;
}

.cxd-Toast--warning::before {
  content: "\e6e5";
}

.cxd-Toast--info {
  color: #108cee;
  border-color: #108cee;
  background-color: #eaf6fe;
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
}

.cxd-Toast--info::before {
  content: "";
}

.cxd-Toast--success {
  color: #5fb333;
  border-color: #5fb333;
  background-color: #f1fdeb;
}

.cxd-Toast--success::before {
  content: "\e6e8";
}

.cxd-Toast-wrap--topRight {
  top: 0.9375rem;
  right: 0.9375rem;
}

.cxd-Toast-wrap--topCenter {
  top: 0.9375rem;
  left: 50%;
  margin-left: -9.375rem;
}

.cxd-Toast-wrap--topLeft {
  top: 0.9375rem;
  left: 0.9375rem;
}

.cxd-Toast-wrap--bottomLeft {
  left: 0.9375rem;
  bottom: 0.9375rem;
}

.cxd-Toast-wrap--bottomCenter {
  left: 50%;
  margin-left: -9.375rem;
  bottom: 0.9375rem;
}

.cxd-Toast-wrap--bottomRight {
  bottom: 0.9375rem;
  right: 0.9375rem;
}

.cxd-Alert {
  font-size: 0.75rem;
  box-shadow: none;
  padding: 0.3125rem 1.25rem;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  margin-bottom: 1.25rem;
}

.cxd-Alert-close {
  outline: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.cxd-Alert-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.cxd-Alert--danger {
  color: #333;
  background-color: #fff5f5;
  border-color: transparent;
}

.cxd-Alert--info {
  color: #333;
  background-color: #eaf6fe;
  border-color: transparent;
}

.cxd-Alert--success {
  color: #333;
  background-color: #f1fdeb;
  border-color: transparent;
}

.cxd-Alert--warning {
  color: #333;
  background-color: #fcf7f1;
  border-color: transparent;
}

.cxd-Tabs-links {
  border-bottom: 0.0625rem solid #e8ebee;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.cxd-Tabs-links::before {
  display: table;
  content: ' ';
}

.cxd-Tabs-links > .cxd-Tabs-link {
  margin-bottom: -0.0625rem;
  display: inline-block;
  position: relative;
}

.cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
  font-size: 0.875rem;
  outline: none;
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0.142rem;
  border-top-right-radius: 0.142rem;
  color: #666;
  margin: 0 0.1875rem 0 0;
  padding: 0.625rem 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.cxd-Tabs-links > .cxd-Tabs-link > .cxd-Combo-toolbarBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  display: none;
}

.cxd-Tabs-links > .cxd-Tabs-link:hover > .cxd-Combo-toolbarBtn {
  display: block;
}

.cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child,
.cxd-Tabs-links > .cxd-Tabs-link > a:first-child:focus {
  border-color: #e9ecef;
  text-decoration: none;
}

.cxd-Tabs-links > .cxd-Tabs-link.disabled > a:first-child,
.cxd-Tabs-links > .cxd-Tabs-link.is-disabled > a:first-child {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}

.cxd-Tabs-links > .cxd-Tabs-link.active > a:first-child,
.cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6;
  border-bottom-color: transparent;
}

.cxd-Tabs-content {
  background-color: #fff;
  padding: 0.9375rem;
  border-style: solid;
  border-width: 0 0.0625rem 0.0625rem;
  border-color: #e8ebee;
}

.cxd-Tabs-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.35s linear;
}

.cxd-Tabs-pane.is-active {
  display: block;
}

.cxd-Tabs-pane.in {
  opacity: 1;
}

.cxd-Tabs--line > .cxd-Tabs-links {
  border-bottom-color: #e8ebee;
}

.cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child {
  border-width: 0 0 0.125rem 0;
  padding: 10px 0;
  margin: 0 40px 0 0;
}

.cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child:focus {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}

.cxd-Tabs--line > .cxd-Tabs-links > li:last-child > a {
  margin: 0;
}

.cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  border-color: #108cee;
  color: #108cee;
  background-color: transparent;
}

.cxd-Tabs--line > .cxd-Tabs-content {
  border-width: 0;
  padding: 20px 0;
  background-color: transparent;
}

.cxd-Tabs--card > .cxd-Tabs-links {
  padding: 0.375rem 0 0 0.625rem;
  background-color: #f2f2f2;
  border-top: 0.0625rem solid #e8ebee;
}

.cxd-Tabs--card > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--card > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--card > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  border-color: #fff;
  color: #108cee;
  border-bottom-color: #fff;
  background-color: #fff;
}

.cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child {
  padding: 0.625rem 0.625rem;
  margin: 0 10px 0 0;
}

.cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child:focus {
  color: #666;
  background-color: #fff;
  border-bottom-color: transparent;
}

.cxd-Tabs--card > .cxd-Tabs-content {
  border-width: 0;
}

.cxd-Tabs--radio > .cxd-Tabs-links {
  border: 0;
  margin-bottom: 0.625rem;
}

.cxd-Tabs--radio > .cxd-Tabs-links > li {
  margin: 0;
}

.cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child {
  border-width: 0.0625rem;
  border-color: #e8ebee;
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
  padding: 0 0.625rem;
  min-width: 68px;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0;
  background: #fff;
}

.cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child:focus {
  color: #108cee;
}

.cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  color: #fff;
  background-color: #108cee;
  border-color: #108cee;
  position: relative;
  z-index: 1;
}

.cxd-Tabs--radio > .cxd-Tabs-links > li + li {
  margin-left: -1px;
}

.cxd-Tabs--radio > .cxd-Tabs-content {
  border-top: 0.0625rem solid #e8ebee;
}

.cxd-Tabs--vertical {
  display: flex;
  min-height: 12.5rem;
  border: 0.0625rem solid #e8ebee;
  border-radius: 0;
}

.cxd-Tabs--vertical > .cxd-Tabs-links {
  width: 8.75rem;
  background: #F5F5F5;
  border: none;
  padding-bottom: 3.75rem;
}

.cxd-Tabs--vertical > .cxd-Tabs-links > li {
  margin: 0 0 0 -1px;
  display: block;
}

.cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child {
  border-color: transparent;
  border-radius: 0;
  border-width: 0 0 0 0.25rem;
  margin: 0;
}

.cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:focus {
  color: #108cee;
  border-color: transparent;
}

.cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  color: #108cee;
  border-color: #108cee;
}

.cxd-Tabs--vertical > .cxd-Tabs-content {
  border: none;
  flex-grow: 1;
}

.cxd-Nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cxd-Nav--tabs {
  border-bottom: 0.0625rem solid #e8ebee;
}

.cxd-Nav--tabs .cxd-Nav-item {
  margin-bottom: -0.0625rem;
  display: inline-block;
}

.cxd-Nav--tabs .cxd-Nav-item > a {
  font-size: 0.875rem;
  display: block;
  outline: none;
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0.142rem;
  border-top-right-radius: 0.142rem;
  color: #666;
  text-decoration: none;
  margin-right: 0.125rem;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
}

.cxd-Nav--tabs .cxd-Nav-item:hover > a,
.cxd-Nav--tabs .cxd-Nav-item > a:focus {
  border-color: #e9ecef;
  text-decoration: none;
}

.cxd-Nav--tabs .cxd-Nav-item.disabled > a,
.cxd-Nav--tabs .cxd-Nav-item.is-disabled > a {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}

.cxd-Nav--tabs .cxd-Nav-item.active > a,
.cxd-Nav--tabs .cxd-Nav-item.is-active > a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6;
  border-bottom-color: #fff;
}

.cxd-Nav--tabs .cxd-Nav-itemIcon {
  margin-right: 0.3125rem;
}

.cxd-Nav--stacked .cxd-Nav-item {
  position: relative;
}

.cxd-Nav--stacked .cxd-Nav-item > a {
  display: block;
  outline: none;
  color: #666;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
}

.cxd-Nav--stacked .cxd-Nav-item:hover > a,
.cxd-Nav--stacked .cxd-Nav-item > a:focus {
  border-color: #333;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.cxd-Nav--stacked .cxd-Nav-item.disabled > a,
.cxd-Nav--stacked .cxd-Nav-item.is-disabled > a {
  color: #999;
  background-color: transparent;
  pointer-events: none;
}

.cxd-Nav--stacked .cxd-Nav-item.active > a,
.cxd-Nav--stacked .cxd-Nav-item.is-active > a {
  color: #108cee;
  background-color: #f6f7fb;
  border-left: 0.25rem solid #108cee;
  padding-left: 0.75rem;
}

.cxd-Nav--stacked .cxd-Nav-item.is-unfolded .cxd-Nav-itemToggler {
  transform: rotate(180deg) scale(0.8);
}

.cxd-Nav--stacked .cxd-Nav-item.is-unfolded .cxd-Nav-subItems {
  display: block;
}

.cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  vertical-align: middle;
  top: 0.25rem;
  right: 0.125rem;
  cursor: pointer;
  transform: scale(0.8);
  transition: transform 0.3s;
}

.cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems {
  display: none;
  padding-left: 0;
  list-style: none;
}

.cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item {
  font-size: 0.75rem;
}

.cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item a:before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #ccc;
  border-radius: 31.25rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item.active > a:before,
.cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item.is-active > a:before {
  background-color: #108cee;
}

.cxd-Page-header {
  padding: 0.625rem 1.25rem;
}

.cxd-Page-main {
  background: #fff;
}

.cxd-Page-content {
  padding: 0 0;
}

.cxd-Page-main > .cxd-Page-header {
  border-bottom: 0.0625rem solid #e8ebee;
}

.cxd-Page-headerRow {
  border-bottom: 0.0625rem solid #e8ebee;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}

.cxd-Page-headerRow .cxd-Page-header,
.cxd-Page-headerRow .cxd-Page-toolbar {
  display: table-cell;
  vertical-align: middle;
}

.cxd-Page-headerRow .cxd-Page-toolbar {
  text-align: right;
  padding-right: 0.9375rem;
}

.cxd-Page-title {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 400;
}

.cxd-Page-body {
  padding: 1.25rem;
}

.cxd-Page-asideTplWrapper {
  padding: 0.3125rem;
}

.cxd-Page-toolbar .cxd-Button + .cxd-Button {
  margin-left: 0.3125rem;
}

.cxd-Page-aside {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .cxd-Page-aside {
    width: 10rem;
    border-right: 0.0625rem solid #e8ebee;
  }
  .cxd-Page-aside::before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
  }
  .cxd-Page--withSidebar {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border-spacing: 0;
  }
  .cxd-Page--withSidebar .cxd-Page-aside,
  .cxd-Page--withSidebar .cxd-Page-content {
    display: table-cell;
    vertical-align: top;
  }
  .cxd-Page--withSidebar .cxd-Page-content {
    width: 100%;
  }
}

.cxd-Remark {
  display: inline-block;
  margin-left: 0.625rem;
  color: #999;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  border: 0.0625rem solid #999;
  text-align: center;
  width: 1rem;
}

.cxd-Remark-icon {
  color: inherit;
  font-size: 0.75rem;
}

.cxd-Remark:hover {
  color: #fff;
  background-color: #f38900;
  border-color: #f38900;
}

.cxd-Chart {
  min-height: 300px;
  position: relative;
}

.cxd-Chart-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cxd-Video {
  min-width: 200px;
}

.cxd-Video-cursor {
  position: absolute;
  border: 2px solid #108cee;
  transition: all 0.5s ease-out;
}

.cxd-Video-frameList .cxd-Video-frameItem {
  cursor: pointer;
}

.cxd-Video .video-react-paused .video-react-big-play-button.big-play-button-hide {
  display: block;
}

.cxd-Audio-original {
  display: none;
}

.cxd-Audio--inline {
  display: inline-block;
}

.cxd-Audio {
  box-sizing: border-box;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 0.0625rem solid #dee2e6;
  padding-left: 0.625rem;
  overflow: hidden;
}

.cxd-Audio-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cxd-Audio-rates {
  width: 2.5rem;
  height: 3.125rem;
  text-align: center;
  background: #dee2e6;
  cursor: pointer;
  margin-right: 0.625rem;
}

.cxd-Audio-rateControl {
  margin-right: 0.625rem;
}

.cxd-Audio-rateControl::after {
  clear: both;
  content: "";
}

.cxd-Audio-rateControl .cxd-Audio-rateControlItem {
  width: 2.5rem;
  height: 3.125rem;
  background: #dee2e6;
  cursor: pointer;
  text-align: center;
  float: left;
  box-sizing: border-box;
  border-right: 0.0625rem solid #d3dae0;
}

.cxd-Audio-play {
  width: 1.25rem;
  cursor: pointer;
  margin-right: 0.625rem;
}

.cxd-Audio-play svg {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 0.375rem;
}

.cxd-Audio-times {
  width: 4.6875rem;
  margin-right: 0.625rem;
  cursor: default;
  flex-shrink: 0;
}

.cxd-Audio-process {
  flex: auto;
  cursor: pointer;
  min-width: 5rem;
  margin-right: 0.625rem;
}

.cxd-Audio-process input[type="range"] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.cxd-Audio-process input[type="range"]::-webkit-slider-runnable-track {
  background-color: #d7dbdd;
  height: 0.375rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
}

.cxd-Audio-process input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: #606670;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.3125rem;
}

.cxd-Audio-volume {
  width: 1.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  cursor: pointer;
  margin-right: 0.625rem;
}

.cxd-Audio-volume svg {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 0.375rem;
}

.cxd-Audio-volumeControl {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 6.875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-right: 0.625rem;
}

.cxd-Audio-volumeControl input[type="range"] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.cxd-Audio-volumeControl input[type="range"]::-webkit-slider-runnable-track {
  background-color: #d7dbdd;
  height: 0.375rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
}

.cxd-Audio-volumeControl input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: #606670;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.3125rem;
}

.cxd-Audio-volumeControl .cxd-Audio-volumeControlIcon {
  margin-right: 0.625rem;
  cursor: pointer;
}

.cxd-Audio-volumeControl svg {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 0.375rem;
}

.cxd-Panel {
  margin-bottom: 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  /* 主题 */
  /* 子组件 */
}

.cxd-Panel-fixedBottom {
  position: absolute;
  background: #fff;
  z-index: 900;
  bottom: 999999px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
  border-top: none;
}

.cxd-Panel-fixedBottom.in {
  position: fixed;
  bottom: 0;
}

.cxd-Panel--default {
  border-color: #e8ebee;
}

.cxd-Panel--default > .cxd-Panel-heading {
  background: #f6f8f8;
  color: #666;
}

.cxd-Panel--default > .cxd-Panel-heading .badge {
  color: #f5f5f5;
  background: #333;
}

.cxd-Panel--default > .cxd-Panel-heading {
  border-color: #e8ebee;
}

.cxd-Panel--primary {
  border-color: #108cee;
}

.cxd-Panel--primary > .cxd-Panel-heading {
  background: #108cee;
  color: #fff;
}

.cxd-Panel--primary > .cxd-Panel-heading .badge {
  color: #108cee;
  background: #fff;
}

.cxd-Panel--primary > .cxd-Panel-heading,
.cxd-Panel--primary > .cxd-Panel-footer {
  border-color: #108cee;
}

.cxd-Panel--success {
  border-color: #5fb333;
}

.cxd-Panel--success > .cxd-Panel-heading {
  background: #5fb333;
  color: #fff;
}

.cxd-Panel--success > .cxd-Panel-heading .badge {
  color: #5fb333;
  background: #fff;
}

.cxd-Panel--success > .cxd-Panel-heading,
.cxd-Panel--success > .cxd-Panel-footer {
  border-color: #5fb333;
}

.cxd-Panel--info {
  border-color: #108cee;
}

.cxd-Panel--info > .cxd-Panel-heading {
  background: #108cee;
  color: #fff;
}

.cxd-Panel--info > .cxd-Panel-heading .badge {
  color: #108cee;
  background: #fff;
}

.cxd-Panel--info > .cxd-Panel-heading,
.cxd-Panel--info > .cxd-Panel-footer {
  border-color: #108cee;
}

.cxd-Panel--warning {
  border-color: #f39000;
}

.cxd-Panel--warning > .cxd-Panel-heading {
  background: #f39000;
  color: #fff;
}

.cxd-Panel--warning > .cxd-Panel-heading .badge {
  color: #f39000;
  background: #fff;
}

.cxd-Panel--warning > .cxd-Panel-heading,
.cxd-Panel--warning > .cxd-Panel-footer {
  border-color: #f39000;
}

.cxd-Panel--danger {
  border-color: #ea2e2e;
}

.cxd-Panel--danger > .cxd-Panel-heading {
  background: #ea2e2e;
  color: #fff;
}

.cxd-Panel--danger > .cxd-Panel-heading .badge {
  color: #ea2e2e;
  background: #fff;
}

.cxd-Panel--danger > .cxd-Panel-heading,
.cxd-Panel--danger > .cxd-Panel-footer {
  border-color: #ea2e2e;
}

.cxd-Panel-heading {
  padding: 0.625rem 0.9375rem;
  border-bottom: 0.0625rem solid transparent;
  border-radius: 0.142rem 0.142rem 0 0;
}

.cxd-Panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
}

.cxd-Panel-body {
  padding: 0.9375rem;
}

.cxd-Panel-footer {
  border-color: #f7f8f9;
  border-radius: 0 0 0.125rem 0.125rem;
  background: #fff;
  padding: 0.625rem 0.9375rem;
  border-style: solid;
  border-width: 0.0625rem 0 0 0;
}

.cxd-Panel-footer .cxd-Button + .cxd-Button {
  margin-left: 0.625rem;
}

.cxd-Panel-btnToolbar {
  text-align: right;
}

.cxd-Panel-btnToolbar::before, .cxd-Panel-btnToolbar::after {
  display: table;
  content: "";
}

.cxd-Panel-btnToolbar::after {
  clear: both;
}

.cxd-Panel-btnToolbar .cxd-Button {
  margin-left: 0.625rem;
}

.cxd-Service {
  position: relative;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.cxd-Spinner-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: ease-out opacity 0.3s;
  opacity: 0;
}

.cxd-Spinner-overlay.in {
  opacity: 1;
}

.cxd-Spinner {
  width: 1.625rem;
  height: 1.625rem;
  transform: translateZ(0);
  display: inline-block;
  background: url("spinner-cxd.svg");
  background-size: 100%;
  transition: ease-out all 0.3s;
}

.cxd-Spinner--lg {
  width: 3.125rem;
  height: 3.125rem;
}

.cxd-Spinner--overlay {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.cxd-Spinner--overlay.cxd-Spinner--lg {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

@media (min-width: 768px) {
  .cxd-Layout .cxd-Page-body > .cxd-Spinner-overlay {
    left: 11.25rem;
  }
  .cxd-Layout--folded .cxd-Page-body > .cxd-Spinner-overlay {
    left: 3.75rem;
  }
}

.cxd-Button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  white-space: nowrap;
  min-width: 4.25rem;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.42857;
  border-radius: 0;
  height: 1.875rem;
}

.cxd-Button .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button > .pull-left {
  margin-right: 0.625rem;
}

.cxd-Button .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button > .pull-right {
  margin-left: 0.625rem;
}

.cxd-Button:hover, .cxd-Button:focus {
  color: #666;
  text-decoration: none;
}

.cxd-Button:focus, .cxd-Button.focus {
  outline: 0;
  box-shadow: none;
}

.cxd-Button.is-disabled, .cxd-Button:disabled {
  opacity: 1;
  box-shadow: none;
  pointer-events: none;
  border-color: #ebebeb;
  background-color: #f5f5f5 !important;
  color: #aaa !important;
}

.cxd-Button.is-disabled.is-active, .cxd-Button.is-disabled:active, .cxd-Button:disabled.is-active, .cxd-Button:disabled:active {
  background-color: #f5f5f5 !important;
}

.cxd-Button:not(:disabled):not(.is-disabled) {
  cursor: pointer;
}

.cxd-Button:not(:disabled):not(.is-disabled):active, .cxd-Button:not(:disabled):not(.is-disabled).is-active {
  box-shadow: none;
}

.cxd-Button:not(:disabled):not(.is-disabled):active:focus, .cxd-Button:not(:disabled):not(.is-disabled).is-active:focus {
  box-shadow: none;
}

.cxd-Button > .pull-left,
.cxd-Button > .pull-right {
  line-height: inherit;
}

.cxd-Button > .fa,
.cxd-Button > .iconfont,
.cxd-Button > .glyphicon {
  font-size: inherit;
}

a.cxd-Button.is-disabled,
fieldset:disabled a.cxd-Button {
  pointer-events: none;
}

.cxd-Button--primary {
  color: #fff;
  background-color: #108cee;
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Button--primary:hover, .cxd-Button--primary:focus {
  color: #fff;
  background-color: #209bfd;
  border-color: #108cee;
}

.cxd-Button--primary.is-disabled, .cxd-Button--primary:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--primary:not(:disabled):not(.is-disabled):active, .cxd-Button--primary:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #047bdb;
  border-color: #108cee;
}

.cxd-Button--secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}

.cxd-Button--secondary:hover, .cxd-Button--secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.cxd-Button--secondary.is-disabled, .cxd-Button--secondary:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--secondary:not(:disabled):not(.is-disabled):active, .cxd-Button--secondary:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.cxd-Button--success {
  color: #fff;
  background-color: #5fb333;
  border-color: #5fb333;
  box-shadow: none;
}

.cxd-Button--success:hover, .cxd-Button--success:focus {
  color: #fff;
  background-color: #4f952b;
  border-color: #4a8b28;
}

.cxd-Button--success.is-disabled, .cxd-Button--success:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--success:not(:disabled):not(.is-disabled):active, .cxd-Button--success:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #4a8b28;
  border-color: #458125;
}

.cxd-Button--info {
  color: #fff;
  background-color: #108cee;
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Button--info:hover, .cxd-Button--info:focus {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0d70be;
}

.cxd-Button--info.is-disabled, .cxd-Button--info:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--info:not(:disabled):not(.is-disabled):active, .cxd-Button--info:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #0d70be;
  border-color: #0c69b2;
}

.cxd-Button--warning {
  color: #fff;
  background-color: #f39000;
  border-color: #f39000;
  box-shadow: none;
}

.cxd-Button--warning:hover, .cxd-Button--warning:focus {
  color: #fff;
  background-color: #cd7900;
  border-color: #c07200;
}

.cxd-Button--warning.is-disabled, .cxd-Button--warning:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--warning:not(:disabled):not(.is-disabled):active, .cxd-Button--warning:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #c07200;
  border-color: #b36a00;
}

.cxd-Button--danger {
  color: #fff;
  background-color: #ea2e2e;
  border-color: #ea2e2e;
  box-shadow: none;
}

.cxd-Button--danger:hover, .cxd-Button--danger:focus {
  color: #fff;
  background-color: #f64545;
  border-color: #d01515;
}

.cxd-Button--danger.is-disabled, .cxd-Button--danger:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--danger:not(:disabled):not(.is-disabled):active, .cxd-Button--danger:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #d72b2b;
  border-color: #c51414;
}

.cxd-Button--light {
  color: #666;
  background-color: #eaf6fe;
  border-color: #e8ebee;
  box-shadow: none;
}

.cxd-Button--light:hover, .cxd-Button--light:focus {
  color: #666;
  background-color: #c5e6fc;
  border-color: #cbd2d8;
}

.cxd-Button--light.is-disabled, .cxd-Button--light:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--light:not(:disabled):not(.is-disabled):active, .cxd-Button--light:not(:disabled):not(.is-disabled).is-active {
  color: #666;
  background-color: #b9e1fc;
  border-color: #c3cbd3;
}

.cxd-Button--dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}

.cxd-Button--dark:hover, .cxd-Button--dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.cxd-Button--dark.is-disabled, .cxd-Button--dark:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--dark:not(:disabled):not(.is-disabled):active, .cxd-Button--dark:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.cxd-Button--default {
  color: #000;
  background-color: #fff;
  border-color: #cccccc;
  box-shadow: none;
}

.cxd-Button--default:hover, .cxd-Button--default:focus {
  color: #108cee;
  background-color: #fff;
  border-color: #108cee;
}

.cxd-Button--default.is-disabled, .cxd-Button--default:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Button--default:not(:disabled):not(.is-disabled):active, .cxd-Button--default:not(:disabled):not(.is-disabled).is-active {
  color: #108cee;
  background-color: #108cee0d;
  border-color: #108cee;
}

.cxd-Button--xs {
  padding: 0.0625rem 0.3125rem;
  font-size: 0.6875rem;
  line-height: 1.63636;
  border-radius: 0;
  height: 1.375rem;
}

.cxd-Button--xs .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--xs > .pull-left {
  margin-right: 0.3125rem;
}

.cxd-Button--xs .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--xs > .pull-right {
  margin-left: 0.3125rem;
}

.cxd-Button--xs.cxd-Button--iconOnly {
  min-width: 1.83333rem;
}

.cxd-Button--sm {
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  height: 1.875rem;
}

.cxd-Button--sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--sm > .pull-left {
  margin-right: 0.5rem;
}

.cxd-Button--sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--sm > .pull-right {
  margin-left: 0.5rem;
}

.cxd-Button--sm.cxd-Button--iconOnly {
  min-width: 2.5rem;
}

.cxd-Button--md {
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.42857;
  border-radius: 0;
  height: 1.875rem;
}

.cxd-Button--md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--md > .pull-left {
  margin-right: 0.625rem;
}

.cxd-Button--md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--md > .pull-right {
  margin-left: 0.625rem;
}

.cxd-Button--md.cxd-Button--iconOnly {
  min-width: 2.5rem;
}

.cxd-Button--lg {
  padding: 0.6625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0;
  height: 2.5rem;
}

.cxd-Button--lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--lg > .pull-left {
  margin-right: 1rem;
}

.cxd-Button--lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--lg > .pull-right {
  margin-left: 1rem;
}

.cxd-Button--lg.cxd-Button--iconOnly {
  min-width: 3.33333rem;
}

.cxd-Button--iconOnly {
  min-width: 2.5rem;
}

.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 1rem;
}

.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.cxd-Button--link {
  width: auto;
  min-width: auto;
  font-weight: 400;
  color: #108cee;
  text-decoration: none;
  border: none;
}

.cxd-Button--link:hover, .cxd-Button--link:focus {
  color: #209bfd;
  text-decoration: none;
  box-shadow: none;
}

.cxd-Button--link:disabled, .cxd-Button--link.is-disabled {
  color: #999;
  pointer-events: none;
}

.cxd-Button--block {
  display: block;
  width: 100%;
}

.cxd-Button--block + .cxd-Button--block {
  margin-top: 0.9375rem;
}

input[type="submit"].cxd-Button--block,
input[type="reset"].cxd-Button--block,
input[type="button"].cxd-Button--block {
  width: 100%;
}

.cxd-ButtonToolbar {
  margin-left: -0.3125rem;
  margin-top: -0.3125rem;
}

.cxd-ButtonToolbar > .cxd-Button {
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
}

.cxd-Button--disabled-wrap {
  display: inline-block !important;
}

.cxd-ButtonGroup {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.cxd-ButtonGroup > .cxd-Button {
  position: relative;
  flex: 0 1 auto;
}

.cxd-ButtonGroup > .cxd-Button:hover {
  z-index: 1;
}

.cxd-ButtonGroup > .cxd-Button:focus, .cxd-ButtonGroup > .cxd-Button:active, .cxd-ButtonGroup > .cxd-Button.active, .cxd-ButtonGroup > .cxd-Button.is-active {
  z-index: 1;
}

.cxd-ButtonGroup .cxd-Button + .cxd-Button,
.cxd-ButtonGroup .cxd-Button + .cxd-ButtonGroup,
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-Button,
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup {
  margin-left: -0.0625rem;
}

.cxd-ButtonToolbar {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.cxd-ButtonToolbar .cxd-ButtonGroup {
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  width: auto;
}

.cxd-ButtonGroup > .cxd-Button:first-child {
  margin-left: 0;
}

.cxd-ButtonGroup .cxd-Button--primary:not(:disabled):not(.is-disabled).is-active {
  color: #108cee;
  background-color: #fff;
}

.cxd-ButtonGroup > .cxd-Button:not(:last-child),
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-ButtonGroup > .cxd-Button:not(:first-child),
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-ButtonGroup--vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.cxd-ButtonGroup--vertical .cxd-Button,
.cxd-ButtonGroup--vertical .cxd-ButtonGroup {
  width: 100%;
}

.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Button,
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-ButtonGroup,
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-Button,
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup {
  margin-top: -0.0625rem;
  margin-left: 0;
}

.cxd-ButtonGroup--vertical > .cxd-Button:not(:last-child),
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-ButtonGroup--vertical > .cxd-Button:not(:first-child),
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cxd-ButtonGroupControl {
  display: inline-block;
}

.cxd-ButtonGroupControl > .cxd-ButtonGroup--sm {
  margin-top: 0rem;
}

.cxd-ButtonGroupControl > .cxd-ButtonGroup--xs {
  margin-top: 0.25rem;
}

.cxd-DropDown {
  position: relative;
  display: inline-block;
}

.cxd-DropDown-caret {
  margin-left: 0.625rem;
}

.cxd-DropDown--block {
  display: block;
}

.cxd-DropDown--block .cxd-Button {
  display: block;
}

.cxd-DropDown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  background-color: #fff;
  list-style: none;
  padding: 0.3125rem 0;
  border: 0.0625rem solid #e8ebee;
  border-radius: 0.142rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 10rem;
  text-align: left;
}

.cxd-DropDown--alignRight .cxd-DropDown-menu {
  left: auto;
  right: 0;
}

.cxd-DropDown-menuItem,
.cxd-DropDown-menu > li {
  padding: 0.40625rem 0.625rem;
  white-space: nowrap;
  box-sizing: border-box;
  height: 2.125rem;
  vertical-align: middle;
  user-select: none;
}

.cxd-DropDown-menuItem:hover,
.cxd-DropDown-menu > li:hover {
  background-color: #fff;
  color: inherit;
}

.cxd-DropDown-menuItem:not(.is-disabled), .cxd-DropDown-menuItem:not(.disabled),
.cxd-DropDown-menu > li:not(.is-disabled),
.cxd-DropDown-menu > li:not(.disabled) {
  cursor: pointer;
}

.cxd-DropDown-menuItem.cxd-DropDown-divider,
.cxd-DropDown-menu > li.cxd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background-color: #e8ebee;
  padding: 0;
}

.cxd-DropDown-menu > li a {
  display: block;
  text-decoration: none;
}

.cxd-DropDown-popover {
  border: none;
  box-shadow: none;
}

.cxd-Collapse {
  padding: 0;
  margin-bottom: 1.25rem;
}

.cxd-Collapse-header {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  padding: 0.3125rem 0;
  border-bottom: 0.0625rem solid #f7f8f9;
}

.cxd-Collapse-arrow {
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-left: 0.3125rem;
  cursor: pointer;
}

.cxd-Collapse-arrow:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  top: -0.25rem;
  border-color: #666;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0 0;
  transform: rotate(135deg);
  transform-origin: 50% 50%;
}

.cxd-Collapse.is-collapsed .cxd-Collapse-arrow:before {
  transform: rotate(45deg);
  transform-origin: 0% 50%;
}

.cxd-Collapse--collapsable .cxd-Collapse-header {
  user-select: none;
}

.cxd-Collapse-content {
  transition: height .35s ease;
}

.cxd-Collapse-content.in, .cxd-Collapse-content.out {
  height: 0;
  overflow: hidden;
}

.cxd-Wizard {
  position: relative;
}

.cxd-Wizard::before, .cxd-Wizard::after {
  display: table;
  content: "";
}

.cxd-Wizard::after {
  clear: both;
}

.cxd-Wizard, .cxd-Wizard-tabs {
  padding: 0;
}

.cxd-Wizard .Badge, .cxd-Wizard-tabs .Badge {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #999999;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  margin-right: 0.375rem;
  border: 0.0625rem solid #999999;
  box-sizing: content-box;
}

.cxd-Wizard .Badge.is-active, .cxd-Wizard-tabs .Badge.is-active {
  color: #fff;
  background-color: #333333;
}

.cxd-Wizard ul li.active, .cxd-Wizard-tabs ul li.active {
  color: #108cee;
}

.cxd-Wizard .cxd-Panel-footer > .cxd-Form-group,
.cxd-Wizard .cxd-Panel-footer > .btn, .cxd-Wizard-tabs .cxd-Panel-footer > .cxd-Form-group,
.cxd-Wizard-tabs .cxd-Panel-footer > .btn {
  margin-left: 0.3125rem;
}

.cxd-Wizard > ul.nav, .cxd-Wizard-tabs > ul.nav {
  padding: 0;
  margin: 0;
  border: 0.0625rem solid #e8ebee;
}

.cxd-Wizard > ul.nav li, .cxd-Wizard-tabs > ul.nav li {
  position: relative;
  float: left;
  padding: 0 0.9375rem 0 1.5625rem;
  margin: 0;
  color: #999999;
  cursor: pointer;
  height: 3.75rem;
  line-height: 3.75rem;
}

.cxd-Wizard > ul.nav li a, .cxd-Wizard-tabs > ul.nav li a {
  border: 0 none !important;
  background: transparent !important;
  color: inherit;
  display: inline;
  padding: 0;
}

.cxd-Wizard > ul.nav li a div, .cxd-Wizard-tabs > ul.nav li a div {
  display: inline;
}

.cxd-Wizard > ul.nav li:first-child, .cxd-Wizard-tabs > ul.nav li:first-child {
  padding-left: 0.9375rem;
  border-radius: 0.25rem 0 0 0;
}

.cxd-Wizard > ul.nav li:before, .cxd-Wizard > ul.nav li:after, .cxd-Wizard-tabs > ul.nav li:before, .cxd-Wizard-tabs > ul.nav li:after {
  content: '';
  position: absolute;
  right: -0.625rem;
  border: 1.25rem solid transparent;
  border-right: 0;
  border-left: 0.625rem solid #e8ebee;
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  bottom: 0;
}

.cxd-Wizard > ul.nav li:after, .cxd-Wizard-tabs > ul.nav li:after {
  right: -0.5625rem;
  border-left-color: #fff;
  z-index: 2;
}

.cxd-Wizard > ul.nav li.is-active, .cxd-Wizard-tabs > ul.nav li.is-active {
  color: #333333;
  background: #fff;
}

.cxd-Wizard > ul.nav li.is-active:after, .cxd-Wizard-tabs > ul.nav li.is-active:after {
  border-left-color: #fff;
}

.cxd-Wizard-steps {
  font-size: 0.875rem;
  padding: 0.625rem 0;
  background-color: #fff;
  border-bottom: 0 solid #e8ebee;
  text-align: center;
}

.cxd-Wizard-steps::before, .cxd-Wizard-steps::after {
  display: table;
  content: "";
}

.cxd-Wizard-steps::after {
  clear: both;
}

.cxd-Wizard-steps ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.cxd-Wizard-steps ul li {
  position: relative;
  float: left;
  padding: 0 0.9375rem 0 1.5625rem;
  margin: 0;
  color: #999999;
  cursor: default;
  height: 3.75rem;
  line-height: 3.75rem;
}

.cxd-Wizard-steps ul li:first-child {
  padding-left: 0.9375rem;
  border-radius: 0.25rem 0 0 0;
}

.cxd-Wizard-steps ul li:before, .cxd-Wizard-steps ul li:after {
  font-family: "iconfont";
  content: "\e6ee";
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  border: 0 !important;
  border-right: 0;
  border-left: 0.625rem solid #e8ebee;
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.cxd-Wizard-steps ul li:after {
  right: -0.5625rem;
  border-left-color: #fff;
  z-index: 2;
}

.cxd-Wizard-steps ul li.is-active {
  color: #333333;
  background: #fff;
}

.cxd-Wizard-steps ul li.is-active:after {
  border-left-color: #fff;
}

.cxd-Wizard-steps ul li.is-complete, .cxd-Wizard-steps ul li.is-complete:hover {
  color: #333333;
  cursor: pointer;
  background: #fff;
}

.cxd-Wizard-steps ul li.is-complete:after {
  border-left-color: #f1f5f9;
}

.cxd-Wizard-stepContent {
  padding: 0.9375rem;
}

.cxd-Wizard-stepContent .Step-pane {
  display: none;
}

.cxd-Wizard-stepContent .Step-pane.is-active {
  display: inherit;
}

.cxd-Wizard--vertical {
  float: left;
  border-bottom: none;
  margin-bottom: 1.875rem;
}

.cxd-Wizard--vertical.cxd-Wizard-steps {
  height: auto;
}

.cxd-Wizard--vertical + .cxd-Wizard-stepContent {
  zoom: 1;
  overflow: hidden;
  padding-left: 2.5rem;
}

.cxd-Wizard--vertical li {
  background-color: #fff;
}

.cxd-Wizard--vertical ul li {
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  float: none;
  border-bottom: 0.0625rem solid #e8ebee;
  padding-left: 0.9375rem;
}

.cxd-Wizard--vertical + .cxd-Wizard-stepContent + .cxd-Panel-footer {
  clear: both;
}

.cxd-Crud {
  position: relative;
}

.cxd-Crud.is-loading > .cxd-Crud-body {
  filter: blur(5px);
}

.cxd-Crud-selection {
  margin-bottom: 0.9375rem;
}

.cxd-Crud-selectionLabel {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.3125rem;
}

.cxd-Crud-value {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  line-height: 0.94643rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 2px;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
}

.cxd-Crud-value:hover {
  background-color: #b3d8ff;
}

.cxd-Crud-value.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-Crud-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-Crud-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-Crud-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-Crud-selectionClear {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  vertical-align: middle;
}

.cxd-Crud-toolbar-item {
  margin-left: 0.625rem;
  line-height: 1.5;
  height: 1.875rem;
  vertical-align: middle;
}

.cxd-Crud-toolbar-item--left {
  float: left;
}

.cxd-Crud-toolbar-item--right {
  float: right;
}

.cxd-Crud-actions > * + .cxd-Button,
.cxd-Crud-actions > * + .cxd-ButtonGroup,
.cxd-Crud-actions > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.cxd-Crud-statistics {
  line-height: 1.875rem;
  vertical-align: middle;
}

.cxd-Crud-pageSwitch .cxd-Select {
  margin-left: 0.625rem;
}

@media (min-width: 576px) {
  .cxd-Crud-toolbar {
    margin-left: -0.625rem;
    flex-basis: 0;
    flex-grow: 1;
  }
  .cxd-Crud-toolbar::before, .cxd-Crud-toolbar::after {
    display: table;
    content: "";
  }
  .cxd-Crud-toolbar::after {
    clear: both;
  }
  -toolbar-item {
    margin-left: 0.625rem;
    line-height: 1.5;
    height: 1.875rem;
    vertical-align: middle;
  }
  -toolbar-item--left {
    float: left;
  }
  -toolbar-item--right {
    float: right;
  }
  -actions > .cxd-Button + .cxd-Button {
    margin-left: 0.625rem;
  }
}

.cxd-Table {
  position: relative;
  background: #fff;
  border: 0.0625rem solid #F5F5F5;
  border-radius: 0.142rem;
  margin-bottom: 1.25rem;
}

.cxd-Table-fixedLeft, .cxd-Table-fixedRight {
  position: absolute;
  background: #fff;
  z-index: 890;
  top: -999999px;
}

.cxd-Table-fixedLeft.in, .cxd-Table-fixedRight.in {
  top: auto;
}

.cxd-Table-fixedLeft {
  box-shadow: 0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  left: 0;
}

.cxd-Table-fixedRight {
  box-shadow: -0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  right: 0;
}

.cxd-Table-fixedTop {
  position: absolute;
  background: #fff;
  z-index: -1;
  opacity: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cxd-Table-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.cxd-Table-fixedTop > .cxd-Table-fixedLeft,
.cxd-Table-fixedTop > .cxd-Table-fixedRight {
  z-index: 910;
  background: transparent;
  border-top: 0.0625rem solid #F5F5F5;
}

.cxd-Table-fixedTop > .cxd-Table-fixedLeft > table,
.cxd-Table-fixedTop > .cxd-Table-fixedRight > table {
  margin-bottom: 0.3125rem;
}

.cxd-Table-fixedTop > .cxd-Table-wrapper {
  border-top: 0.0625rem solid #F5F5F5;
}

.cxd-Table-heading {
  background: #fff;
  border-bottom: 0.0625rem solid #F5F5F5;
  padding: 0.6875rem 0.625rem;
}

.cxd-Table--unsaved .cxd-Table-heading {
  background: #e8f0fe;
  color: #4285f4;
}

.cxd-Table-wrapper {
  overflow: hidden;
}

.cxd-Table-placeholder {
  color: #999;
  text-align: center;
  height: 6.25rem;
  background-color: transparent !important;
}

.cxd-Table-placeholder:hover {
  color: #999;
  background-color: transparent !important;
}

.cxd-Table-placeholder > td {
  vertical-align: middle !important;
  text-align: center;
}

.cxd-Table-header {
  padding: 0.625rem 0.625rem;
}

.cxd-Table-header > * + .cxd-Button,
.cxd-Table-header > * + .cxd-ButtonGroup,
.cxd-Table-header > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.cxd-Table-toolbar {
  display: flex;
  padding: 0.625rem 0.625rem;
}

.cxd-Table-toolbar::before, .cxd-Table-toolbar::after {
  display: table;
  content: "";
}

.cxd-Table-toolbar::after {
  clear: both;
}

.cxd-Table-header + .cxd-Table-toolbar {
  padding-top: 0;
}

.cxd-Table-contentWrap {
  position: relative;
}

.cxd-Table-header + .cxd-Table-contentWrap,
.cxd-Table-toolbar + .cxd-Table-contentWrap {
  border-top: 0.0625rem solid #F5F5F5;
}

.cxd-Table-footToolbar {
  border-top: 0.0625rem solid #F5F5F5;
}

.cxd-Table-actions {
  display: inline-block;
}

.cxd-Table-actions > * {
  margin-right: 0.625rem;
}

.cxd-Table-content {
  min-height: 0.01%;
  overflow-x: auto;
  transform: translateZ(0);
}

.cxd-Table-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #333;
  background-color: #fff;
}

.cxd-Table-table--withCombine > thead > tr > th:first-child,
.cxd-Table-table--withCombine > tbody > tr > td:first-child {
  padding-left: 0.625rem !important;
}

.cxd-Table-table--withCombine > thead > tr > th:last-child,
.cxd-Table-table--withCombine > tbody > tr > td:last-child {
  padding-right: 0.625rem !important;
}

.cxd-Table-table--withCombine > tbody > tr:hover {
  background-color: transparent;
}

.cxd-Table-table--withCombine > tbody > tr > td {
  vertical-align: middle;
}

.cxd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
  border-right: 0.0625rem solid #F5F5F5;
}

.cxd-Table-table > thead > tr {
  background-color: #F5F5F5;
}

.cxd-Table-table > thead > tr > th {
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
}

.cxd-Table-table > thead > tr > th[colspan] {
  text-align: center;
}

.cxd-Table-table > thead > tr > th:first-child {
  padding-left: 1.25rem;
}

.cxd-Table-table > thead > tr > th:last-child {
  padding-right: 1.25rem;
}

.cxd-Table-table > thead > tr > th:not(:last-child) {
  border-right: 0.0625rem solid #fff;
}

.cxd-Table-table > thead > tr > th .cxd-Remark {
  margin-left: 0.3125rem;
}

.cxd-Table-table > thead > tr + tr {
  border-top: 0.0625rem solid #F5F5F5;
}

.cxd-Table-table > tbody > tr {
  border-top: 0.0625rem solid #F5F5F5;
}

.cxd-Table-table > tbody > tr > td {
  padding: 0.625rem 0.625rem;
  vertical-align: top;
}

.cxd-Table-table > tbody > tr > td:first-child {
  padding-left: 1.25rem;
}

.cxd-Table-table > tbody > tr > td:last-child {
  padding-right: 1.25rem;
}

.cxd-Table-table > tbody > tr:hover, .cxd-Table-table > tbody > tr.is-hovered {
  background-color: #f5fbff;
  border-color: #eceff8;
  color: #666;
}

.cxd-Table-table > tbody > tr:hover + tr, .cxd-Table-table > tbody > tr.is-hovered + tr {
  border-color: #eceff8;
}

.cxd-Table-table > tbody > tr.is-checked {
  background-color: transparent;
  border-color: #eceff8;
  color: #333;
}

.cxd-Table-table > tbody > tr.is-checked + tr {
  border-color: #eceff8;
}

.cxd-Table-table > tbody > tr.is-checked:hover, .cxd-Table-table > tbody > tr.is-checked.is-hovered {
  background-color: #f5fbff;
  border-color: #eceff8;
  color: #666;
}

.cxd-Table-table > tbody > tr.is-checked:hover + tr, .cxd-Table-table > tbody > tr.is-checked.is-hovered + tr {
  border-color: #eceff8;
}

.cxd-Table-table > tbody > tr.is-moved, .cxd-Table-table > tbody > tr.is-modified {
  background-color: #e8f0fe;
  border-color: #d0e0fd;
  color: #4285f4;
}

.cxd-Table-table > tbody > tr.is-moved + tr, .cxd-Table-table > tbody > tr.is-modified + tr {
  border-color: #d0e0fd;
}

.cxd-Table-table > tbody > tr.is-moved:hover, .cxd-Table-table > tbody > tr.is-moved.is-hovered, .cxd-Table-table > tbody > tr.is-modified:hover, .cxd-Table-table > tbody > tr.is-modified.is-hovered {
  background-color: #dce8fd;
  border-color: #c3d8fc;
  color: #2a75f3;
}

.cxd-Table-table > tbody > tr.is-moved:hover + tr, .cxd-Table-table > tbody > tr.is-moved.is-hovered + tr, .cxd-Table-table > tbody > tr.is-modified:hover + tr, .cxd-Table-table > tbody > tr.is-modified.is-hovered + tr {
  border-color: #c3d8fc;
}

.cxd-Table-table > tbody > tr.is-dragging {
  opacity: 0.1;
}

.cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
  right: -0.6875rem;
}

.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
  position: relative;
  right: -1.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 0rem;
}

.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: -0.625rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: -0.625rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 1.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
  right: -1.9375rem;
}

.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
  position: relative;
  right: -2.5rem;
}

.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 1.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 0.625rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 2.5rem;
}

.cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
  right: -3.1875rem;
}

.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
  position: relative;
  right: -3.75rem;
}

.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 2.5rem;
}

.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 1.875rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 1.875rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 3.75rem;
}

.cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
  right: -4.4375rem;
}

.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
  position: relative;
  right: -5rem;
}

.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 3.75rem;
}

.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 3.125rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 3.125rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 5rem;
}

.cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
  right: -5.6875rem;
}

.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
  position: relative;
  right: -6.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 5rem;
}

.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 4.375rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 4.375rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 6.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
  right: -6.9375rem;
}

.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
  position: relative;
  right: -7.5rem;
}

.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 6.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 5.625rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 5.625rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 7.5rem;
}

.cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
  right: -8.1875rem;
}

.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
  position: relative;
  right: -8.75rem;
}

.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 7.5rem;
}

.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 6.875rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 6.875rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 8.75rem;
}

.cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
  right: -9.4375rem;
}

.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
  position: relative;
  right: -10rem;
}

.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 8.75rem;
}

.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 8.125rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 8.125rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 10rem;
}

.cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
  right: -10.6875rem;
}

.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
  position: relative;
  right: -11.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 10rem;
}

.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 9.375rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  top: 1.25rem;
  left: 9.375rem;
  width: 0.625rem;
  background-color: #F5F5F5;
}

.cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 11.25rem;
}

.cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 1.25rem;
  bottom: auto;
}

.cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
.cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
  border-right: 0;
  width: 0.0625rem;
}

.cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
.cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
  margin: 0;
}

.cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
}

.cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
.cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  position: relative;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: 0.5625rem;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: -0.6875rem;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: -1.9375rem;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: -3.1875rem;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: -4.4375rem;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: -5.6875rem;
}

.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #F5F5F5;
  right: -6.9375rem;
}

.cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
  content: '';
  position: absolute;
  width: 0.0625rem;
  top: 1.875rem;
  bottom: 0;
  right: 0.5625rem;
  height: auto;
  background-color: #F5F5F5;
}

.cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
  padding-right: 1.5rem;
  position: relative;
}

.cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
  padding-right: 1.625rem;
  position: relative;
}

.cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
  padding-right: 1.625rem;
  position: relative;
}

.cxd-TableCell-sortBtn {
  cursor: pointer;
  width: 0.875rem;
  position: absolute;
  right: 0.1875rem;
  color: #999;
}

.cxd-TableCell-sortBtn--up:before {
  display: inline-block;
  content: "\e713";
  font-family: "iconfont";
}

.cxd-TableCell-sortBtn--down:before {
  display: inline-block;
  content: "\e712";
  font-family: "iconfont";
}

.cxd-TableCell-sortBtn--default:before {
  display: inline-block;
  content: "\e711";
  font-family: "iconfont";
}

.cxd-TableCell-sortBtn--up, .cxd-TableCell-sortBtn--down {
  display: none;
  position: relative;
  z-index: 2;
  font-style: normal;
}

.cxd-TableCell-sortBtn--up.is-active, .cxd-TableCell-sortBtn--down.is-active {
  display: inline-block;
}

.cxd-TableCell-sortBtn--default {
  font-style: normal;
  position: absolute;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  top: 0;
  left: 0;
}

.cxd-TableCell-sortBtn--default.is-active {
  opacity: 1;
}

.cxd-TableCell-searchBtn {
  cursor: pointer;
  width: 1rem;
  position: absolute;
  right: 0.125rem;
  color: #999;
}

.cxd-TableCell-searchBtn:hover {
  color: #666;
}

.cxd-TableCell-searchPopOver {
  border: none;
  min-width: 20rem;
  max-width: 40rem;
}

.cxd-TableCell-searchPopOver .cxd-Panel {
  margin: 0;
}

.cxd-TableCell-filterBtn {
  cursor: pointer;
  width: 1rem;
  position: absolute;
  right: 0.125rem;
  color: #999;
}

.cxd-TableCell-filterBtn:hover {
  color: #666;
}

.cxd-TableCell-filterBtn .cxd-Remark {
  display: inline;
}

.cxd-TableCell-filterPopOver {
  border: none;
  width: 10rem;
}

.cxd-TableCell-filterPopOver .cxd-DropDown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  background-color: #fff;
  margin: 0;
}

.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
  background-color: #eaf6fe;
  color: #108cee;
}

.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
  background-color: #eaf6fe;
  color: #108cee;
}

.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
  width: 100%;
  margin: 0;
}

.cxd-Table-itemActions-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 30px;
  pointer-events: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cxd-Table-itemActions {
  pointer-events: all;
  position: absolute;
  background: linear-gradient(90deg, rgba(245, 251, 255, 0) 0%, #f5fbff 20%, #f5fbff 100%);
  top: 0.0625rem;
  bottom: 0;
  right: 0;
  padding-left: 3.125rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
}

.cxd-Table-itemActions a {
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  color: #108cee;
  text-decoration: none;
}

.cxd-Table-itemActions a:hover {
  color: #0b62a6;
  text-decoration: none;
}

.cxd-Table-itemActions a.is-disabled {
  pointer-events: none;
  opacity: 1;
  color: #999;
}

.cxd-Table-dragTip {
  color: #333;
  clear: both;
  margin-top: 0.3125rem;
}

.cxd-Table-footTable {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0;
  background: transparent;
}

.cxd-Table-footTable > tbody > tr > th {
  width: 7.5rem;
  text-align: right;
  padding: 0.625rem 0.625rem;
}

.cxd-Table-footTable > tbody > tr > td {
  word-break: break-all;
  padding: 0.625rem 0.625rem;
}

.cxd-Table-footTable > tbody > tr:not(:first-child) {
  border-top: 0.0625rem solid white;
}

.cxd-Table-expandBtn {
  position: relative;
  z-index: 1;
}

.cxd-Table-expandBtn > i {
  display: inline-block;
  width: 1rem;
  text-align: center;
  cursor: pointer;
  font-style: normal;
}

.cxd-Table-expandBtn > i:before {
  display: inline-block;
  line-height: 1.0;
  font-size: 1.25rem;
  color: #108cee;
  font-family: "FontAwesome";
  content: '\f105';
  transition: transform ease-in-out 0.2s;
}

.cxd-Table-expandBtn.is-active > i::before {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.cxd-Table-dragBtn {
  margin-right: 0.3125rem;
  display: inline-block;
  visibility: hidden;
  cursor: move;
}

.cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
.cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
.cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
  visibility: visible;
}

.cxd-OperationField {
  margin: -0.1875rem;
}

.cxd-OperationField > .cxd-Button {
  margin: 0.1875rem;
}

.cxd-List {
  border: 0.0625rem solid #e8ebee;
  border-radius: 0.142rem;
  background-color: #fff;
  margin-bottom: 1.25rem;
  position: relative;
}

.cxd-List-toolbar {
  display: flex;
  flex-wrap: nowrap;
  padding: 0.625rem 0.625rem;
}

.cxd-List-toolbar::before, .cxd-List-toolbar::after {
  display: table;
  content: "";
}

.cxd-List-toolbar::after {
  clear: both;
}

.cxd-List-actions {
  display: inline-block;
}

.cxd-List-actions > * {
  margin-right: 0.625rem;
}

.cxd-List-header {
  padding: 0.625rem 0.625rem;
}

.cxd-List-header > * + .cxd-Button,
.cxd-List-header > * + .cxd-ButtonGroup,
.cxd-List-header > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.cxd-List-header + .cxd-List-toolbar {
  padding-top: 0;
}

.cxd-List-heading {
  padding: 0.3125rem 0;
}

.cxd-List-fixedTop {
  position: absolute;
  background: #fff;
  z-index: -1;
  opacity: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.625rem;
}

.cxd-List-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.cxd-List-fixedTop .cxd-Cards-toolbar {
  margin-bottom: 0;
}

.cxd-List-fixedTop:empty {
  display: none;
}

.cxd-List--unsaved .cxd-List-heading {
  background: #e8f0fe;
  color: #4285f4;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0.625rem;
}

.cxd-List-dragTip {
  color: #333;
  clear: both;
  margin-top: 0.3125rem;
}

.cxd-List-placeholder {
  color: #999;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
}

.cxd-ListItem {
  position: relative;
  display: block;
  padding: 0.625rem 0.9375rem;
}

.cxd-ListItem::before, .cxd-ListItem::after {
  display: table;
  content: "";
}

.cxd-ListItem::after {
  clear: both;
}

.cxd-ListItem + .cxd-ListItem {
  border-top: 0.0625rem solid #f7f8f9;
}

.cxd-ListItem:nth-child(even) {
  background-color: #f6f8f8;
}

.cxd-ListItem-checkBtn {
  float: left;
  margin-right: 0.625rem;
}

.cxd-ListItem-dragBtn {
  cursor: pointer;
  float: left;
  margin-right: 0.625rem;
}

.cxd-ListItem-actions {
  float: right;
}

.cxd-ListItem-title {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
}

.cxd-ListItem-content {
  overflow: hidden;
}

.cxd-ListItem-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.cxd-ListItem-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.cxd-ListItem-fieldLabel {
  width: 9.375rem;
  color: #999;
}

.cxd-ListItem.is-checked {
  background-color: #d9f3fb;
  border-color: #abe4f6;
  color: #20b9e8;
}

.cxd-ListItem.is-checked + .cxd-ListItem {
  border-color: #abe4f6;
}

.cxd-ListItem.is-checked .cxd-ListItem-fieldLabel {
  color: #7dd6f1;
}

.cxd-ListItem.is-modified, .cxd-ListItem.is-moved {
  background-color: #e8f0fe;
  border-color: #b7d0fc;
  color: #4285f4;
}

.cxd-ListItem.is-modified + .cxd-ListItem, .cxd-ListItem.is-moved + .cxd-ListItem {
  border-color: #b7d0fc;
}

.cxd-ListItem.is-modified .cxd-ListItem-fieldLabel, .cxd-ListItem.is-moved .cxd-ListItem-fieldLabel {
  color: #a2c3fa;
}

.cxd-ListItem.is-dragging {
  opacity: 0.1;
}

.cxd-Cards-toolbar {
  padding: 0 0;
  margin-bottom: 0.9375rem;
}

.cxd-Cards-toolbar::before, .cxd-Cards-toolbar::after {
  display: table;
  content: "";
}

.cxd-Cards-toolbar::after {
  clear: both;
}

.cxd-Cards-actions {
  display: inline-block;
}

.cxd-Cards-actions > * {
  margin-right: 0.625rem;
}

.cxd-Cards-heading {
  padding: 0.3125rem 0;
}

.cxd-Cards-header {
  padding: 0 0;
}

.cxd-Cards-header > * + .cxd-Button,
.cxd-Cards-header > * + .cxd-ButtonGroup,
.cxd-Cards-header > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.cxd-Cards-header + .cxd-Cards-toolbar {
  padding-top: 0;
}

.cxd-Cards-fixedTop {
  position: absolute;
  background: #fff;
  z-index: -1;
  opacity: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.625rem;
}

.cxd-Cards-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.cxd-Cards-fixedTop .cxd-Cards-toolbar {
  margin-bottom: 0;
}

.cxd-Cards-fixedTop:empty {
  display: none;
}

.cxd-Cards--unsaved .cxd-Cards-heading {
  background: #e8f0fe;
  color: #4285f4;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0.625rem;
}

.cxd-Cards-dragTip {
  color: #333;
  clear: both;
  margin-top: 0.3125rem;
}

.cxd-Cards-placeholder {
  background: #fff;
  color: #999;
  text-align: center;
  height: 6.25rem;
  line-height: 6.25rem;
  border: 0.0625rem solid #e8ebee;
  border-radius: 0.142rem;
}

.cxd-Cards--masonry {
  display: block;
  column-gap: 0;
  column-fill: initial;
}

.cxd-Cards--masonry:after {
  content: none;
}

.cxd-Cards--masonry > div {
  width: 100%;
  float: none;
  break-inside: avoid;
  max-width: unset;
  display: inline-block;
  flex: unset;
}

@media (min-width: 576px) {
  .cxd-Cards--masonrySm1 {
    column-count: 12;
  }
  .cxd-Cards--masonrySm2 {
    column-count: 6;
  }
  .cxd-Cards--masonrySm3 {
    column-count: 4;
  }
  .cxd-Cards--masonrySm4 {
    column-count: 3;
  }
  .cxd-Cards--masonrySm6 {
    column-count: 2;
  }
  .cxd-Cards--masonrySm12 {
    column-count: 1;
  }
  .cxd-Cards-toolbar {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .cxd-Cards--masonryMd1 {
    column-count: 12;
  }
  .cxd-Cards--masonryMd2 {
    column-count: 6;
  }
  .cxd-Cards--masonryMd3 {
    column-count: 4;
  }
  .cxd-Cards--masonryMd4 {
    column-count: 3;
  }
  .cxd-Cards--masonryMd6 {
    column-count: 2;
  }
  .cxd-Cards--masonryMd12 {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .cxd-Cards--masonryLg1 {
    column-count: 12;
  }
  .cxd-Cards--masonryLg2 {
    column-count: 6;
  }
  .cxd-Cards--masonryLg3 {
    column-count: 4;
  }
  .cxd-Cards--masonryLg4 {
    column-count: 3;
  }
  .cxd-Cards--masonryLg6 {
    column-count: 2;
  }
  .cxd-Cards--masonryLg12 {
    column-count: 1;
  }
}

.cxd-Card {
  background-color: #fff;
  border: 0.0625rem solid #e8ebee;
  border-radius: 0.142rem;
  margin-bottom: 0.9375rem;
  position: relative;
}

.cxd-Card-title {
  color: #333;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cxd-Card-subTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}

.cxd-Card-checkBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.625rem;
  z-index: 1;
}

.cxd-Card-checkBtn .cxd-Checkbox {
  margin-right: 0;
}

.cxd-Card-dragBtn {
  cursor: pointer;
  float: right;
  margin: 0.625rem;
}

.cxd-Card-heading {
  overflow: hidden;
  padding: 0.625rem 0.9375rem;
}

.cxd-Card-avtar {
  float: left;
  margin-right: 0.9375rem;
  max-width: 12.5rem;
}

.cxd-Card-avtar img {
  max-width: 100%;
}

.cxd-Card-meta {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 1.25rem;
}

.cxd-Card-highlight {
  background-color: #5fb333;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  right: 0.125rem;
}

.cxd-Card-body {
  padding: 0.9375rem;
}

.cxd-Card-heading + .cxd-Card-body {
  padding-top: 0.3125rem;
}

.cxd-Card-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.cxd-Card-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-Card-fieldLabel {
  width: 3.75rem;
  color: #999;
}

.cxd-Card-actions {
  border-top: 0.0625rem solid #f7f8f9;
  display: table;
  width: 100%;
}

.cxd-Card-actions > a {
  background-color: transparent;
  display: table-cell;
  border-color: #f7f8f9;
  border-style: solid;
  border-width: 0 0.0625rem 0 0;
  color: #666;
  text-align: center;
  line-height: 2.5rem;
}

.cxd-Card-actions > a:not(is-disabled) {
  cursor: pointer;
}

.cxd-Card-actions > a:last-child {
  border: none;
}

.cxd-Card-actions > a:hover {
  background-color: white;
  color: #108cee;
  text-decoration: none;
}

.cxd-Card.is-checked {
  background-color: #fff;
  border-color: #108cee;
  color: #108cee;
}

.cxd-Card.is-checked .cxd-Card-actions,
.cxd-Card.is-checked .cxd-Card-actions > a {
  border-color: #108cee;
  color: #108cee;
}

.cxd-Card.is-checked .cxd-Card-fieldLabel {
  color: #6fbaf5;
}

.cxd-Card.is-checked .cxd-Card-actions > a:hover {
  background-color: #fff;
  color: #0d70be;
}

.cxd-Card.is-modified, .cxd-Card.is-moved {
  background-color: #108cee0d;
  border-color: #108cee;
  color: #108cee;
}

.cxd-Card.is-modified .cxd-Card-actions,
.cxd-Card.is-modified .cxd-Card-actions > a, .cxd-Card.is-moved .cxd-Card-actions,
.cxd-Card.is-moved .cxd-Card-actions > a {
  border-color: #108cee;
  color: #108cee;
}

.cxd-Card.is-modified .cxd-Card-fieldLabel, .cxd-Card.is-moved .cxd-Card-fieldLabel {
  color: #6fbaf5;
}

.cxd-Card.is-modified .cxd-Card-actions > a:hover, .cxd-Card.is-moved .cxd-Card-actions > a:hover {
  background-color: rgba(14, 126, 214, 0.0509804);
  color: #0d70be;
}

.is-dragging > .cxd-Card {
  opacity: 0.1;
}

.cxd-Field-quickEditBtn {
  color: #999;
  margin-left: 0.3125rem;
  visibility: hidden;
  display: inline-block;
  cursor: pointer;
}

.cxd-Field-quickEditBtn:hover {
  color: #666;
}

.cxd-Field--quickEditable {
  outline: none;
  position: relative;
}

.cxd-Field--quickEditable:focus {
  position: relative;
}

.cxd-Field--quickEditable:focus:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border: 0.0625rem dashed #108cee;
}

.cxd-Field--quickEditable:hover .cxd-Field-quickEditBtn {
  visibility: visible;
}

.cxd-QuickEdit-popover {
  min-width: 20rem;
  max-width: 40rem;
}

.cxd-QuickEdit-popover .cxd-Panel {
  margin-bottom: 0;
  border: none;
}

.cxd-Field-popOverBtn {
  color: #999;
  margin-left: 0.3125rem;
  visibility: hidden;
  display: inline-block;
  cursor: pointer;
}

.cxd-Field-popOverBtn:hover {
  color: #666;
}

.cxd-Field--popOverAble {
  outline: none;
  position: relative;
}

.cxd-Field--popOverAble:hover .cxd-Field-popOverBtn {
  visibility: visible;
}

.cxd-PopOverAble-popover {
  min-width: 20rem;
  max-width: 40rem;
}

.cxd-PopOverAble-popover .cxd-Panel {
  margin-bottom: 0;
  border: none;
}

.cxd-Field-copyBtn {
  color: #999;
  margin-left: 0.3125rem;
  display: inline-block;
  cursor: pointer;
}

.cxd-Field-copyBtn:hover {
  color: #666;
}

.cxd-Divider {
  margin: 0.9375rem -0.9375rem;
  border-bottom: 0.0625rem dashed #e8ebee;
  height: 0.125rem;
  font-size: 0;
}

.cxd-Divider--solid {
  border-bottom-style: solid;
}

.cxd-Pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: -0.625rem;
  border-radius: 0.25rem;
}

.cxd-Pagination > li {
  display: inline;
}

.cxd-Pagination > li > a,
.cxd-Pagination > li > span {
  user-select: none;
  position: relative;
  float: left;
  text-decoration: none;
  min-width: 1.875rem;
  height: 1.875rem;
  border: 0;
  line-height: 1.875rem;
  padding: 0 0.5rem;
  text-align: center;
  color: #666666;
  border-radius: 0;
  margin-left: 0;
  font-size: 0.75rem;
}

.cxd-Pagination > li > a:hover,
.cxd-Pagination > li > span:hover,
.cxd-Pagination > li > a:focus,
.cxd-Pagination > li > span:focus {
  background-color: transparent;
  color: #108cee;
}

.cxd-Pagination > li.disabled > span,
.cxd-Pagination > li.disabled > a {
  cursor: not-allowed;
}

.cxd-Pagination > li.disabled > a,
.cxd-Pagination > li.disabled > span,
.cxd-Pagination > li.disabled > a:hover,
.cxd-Pagination > li.disabled > span:hover,
.cxd-Pagination > li.disabled > a:focus,
.cxd-Pagination > li.disabled > span:focus {
  color: #cccccc;
}

.cxd-Pagination > li.active > a,
.cxd-Pagination > li.active > span,
.cxd-Pagination > li.active > a:hover,
.cxd-Pagination > li.active > span:hover,
.cxd-Pagination > li.active > a:focus,
.cxd-Pagination > li.active > span:focus {
  background-color: #fff;
  color: #108cee;
  border: 0.0625rem solid #108cee;
}

.cxd-Pagination-prev, .cxd-Pagination-next {
  font-family: "iconfont";
}

.cxd-Pagination-prev > span {
  cursor: pointer;
}

.cxd-Pagination-prev > span::before {
  content: "\e759";
}

.cxd-Pagination-ellipsis > a > span {
  position: relative;
  top: -0.25rem;
}

.cxd-Pagination-next > span {
  cursor: pointer;
}

.cxd-Pagination-next > span::before {
  content: "\e757";
}

.cxd-Pagination-inputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
}

.cxd-Pagination-inputGroup .cxd-Pagination-input {
  width: 3.125rem;
  height: 1.875rem;
  border: 0.0625rem solid #e8ebee;
  border-top-left-radius: 0.142rem;
  border-bottom-left-radius: 0.142rem;
  padding: 0.3125rem 0.625rem;
}

.cxd-Pagination-inputGroup .cxd-Pagination-input:focus {
  outline: none;
  border: 0.0625rem solid #108cee;
}

.cxd-Pagination-inputGroup .cxd-Button {
  height: 1.875rem;
  margin-left: -0.0625rem;
  border-radius: 0 0.142rem 0.142rem 0;
  padding: 0 0.625rem;
}

.cxd-Wrapper {
  padding: 0.9375rem;
}

.cxd-Wrapper--xs {
  padding: 0.3125rem;
}

.cxd-Wrapper--sm {
  padding: 0.625rem;
}

.cxd-Wrapper--md {
  padding: 1.25rem;
}

.cxd-Wrapper--lg {
  padding: 1.875rem;
}

.cxd-Wrapper--xl {
  padding: 3.125rem;
}

.cxd-Wrapper--none {
  padding: 0;
}

.cxd-StatusField {
  white-space: nowrap;
}

.cxd-StatusField-label {
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

@keyframes animation-rolling_red {
  0% {
    left: 0;
  }
  50% {
    left: 0.8125rem;
  }
  100% {
    left: 0;
  }
}

@keyframes animation-rolling_blue {
  0% {
    left: 1.5625rem;
  }
  50% {
    left: 0.75rem;
  }
  100% {
    left: 1.5625rem;
  }
}

.cxd-StatusField .cxd-Status-icon--danger::before, .cxd-StatusField .cxd-Status-icon--primary::before, .cxd-StatusField .cxd-Status-icon--rolling::before, .cxd-StatusField .cxd-Status-icon--success::before, .cxd-StatusField .cxd-Status-icon--warning::before {
  font-family: "iconfont";
  content: "\e632";
  font-style: normal;
}

.cxd-StatusField .cxd-Status-icon--rolling {
  color: #f39000;
  position: relative;
  left: 1.25rem;
}

.cxd-StatusField .cxd-Status-icon--rolling::before {
  font-size: inherit;
  color: #ea2e2e;
  position: absolute;
  left: 0;
  top: 0.0625rem;
  margin-left: -1.6875rem;
  animation: animation-rolling_red 2s;
  animation-iteration-count: infinite;
}

.cxd-StatusField .cxd-Status-icon--rolling::after {
  font-family: "iconfont";
  content: "\e632";
  font-style: normal;
  font-size: inherit;
  color: #108cee;
  position: absolute;
  left: 1.5625rem;
  top: 0.0625rem;
  margin-left: -2.4375rem;
  animation: animation-rolling_blue 2s;
  animation-iteration-count: infinite;
}

.cxd-StatusField .cxd-Status-icon--success::before {
  color: #5fb333;
}

.cxd-StatusField .cxd-Status-icon--danger::before {
  color: #ea2e2e;
}

.cxd-StatusField .cxd-Status-icon--warning::before {
  color: #f39000;
}

.cxd-StatusField .cxd-Status-icon--primary::before {
  color: #108cee;
}

.cxd-Status-icon--rolling + .cxd-StatusField-label {
  color: #f39000;
  position: relative;
  left: 1.25rem;
}

.cxd-Status-icon--success + .cxd-StatusField-label {
  color: #5fb333;
}

.cxd-Status-icon--danger + .cxd-StatusField-label {
  color: #ea2e2e;
}

.cxd-Status-icon--warning + .cxd-StatusField-label {
  color: #f39000;
}

.cxd-Status-icon--primary + .cxd-StatusField-label {
  color: #108cee;
}

.cxd-Carousel {
  min-width: 6.25rem;
  height: 12.5rem;
  position: relative;
  display: block;
  background: #f6f8f8;
}

.cxd-Carousel.cxd-Carousel--light .cxd-Carousel-dot {
  background-color: white;
}

.cxd-Carousel.cxd-Carousel--light svg {
  fill: white;
}

.cxd-Carousel.cxd-Carousel--light .cxd-Carousel-item .title,
.cxd-Carousel.cxd-Carousel--light .cxd-Carousel-item .description {
  color: white;
}

.cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-dot {
  background-color: black;
}

.cxd-Carousel.cxd-Carousel--dark svg {
  fill: black;
}

.cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-item .title,
.cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-item .description {
  color: black;
}

.cxd-Carousel-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cxd-Carousel-container .cxd-Carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: ease-out all 0.3s;
}

.cxd-Carousel-container .cxd-Carousel-item.fade {
  opacity: 0;
}

.cxd-Carousel-container .cxd-Carousel-item.fade.in {
  opacity: 1;
}

.cxd-Carousel-container .cxd-Carousel-item.slide {
  transform: translateX(100%);
}

.cxd-Carousel-container .cxd-Carousel-item.slide.in {
  transform: translateX(0);
}

.cxd-Carousel-container .cxd-Carousel-item.slide.out {
  transform: translateX(-100%);
}

.cxd-Carousel-container .cxd-Carousel-item.slideRight {
  transform: translateX(-100%);
}

.cxd-Carousel-container .cxd-Carousel-item.slideRight.in {
  transform: translateX(0);
}

.cxd-Carousel-container .cxd-Carousel-item.slideRight.out {
  transform: translateX(100%);
}

.cxd-Carousel-container .cxd-Carousel-item .title {
  position: absolute;
  bottom: 2.8125rem;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}

.cxd-Carousel-container .cxd-Carousel-item .description {
  position: absolute;
  bottom: 1.5625rem;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}

.cxd-Carousel-container .cxd-Carousel-item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.cxd-Carousel-dotsControl {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.cxd-Carousel-dotsControl .cxd-Carousel-dot {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.25rem;
  margin: 0.4375rem 0.3125rem;
  transition-duration: 0.3s;
  opacity: 0.3;
}

.cxd-Carousel-dotsControl .cxd-Carousel-dot.is-active {
  opacity: 1;
}

.cxd-Carousel-arrowsControl {
  position: absolute;
  width: 100%;
  height: inherit;
  z-index: 100;
  text-align: center;
}

.cxd-Carousel-arrowsControl .cxd-Carousel-leftArrow {
  width: 10%;
  min-width: 1.25rem;
  height: 100%;
  cursor: pointer;
  position: absolute;
  transition-duration: 0.3s;
  left: 0;
}

.cxd-Carousel-arrowsControl .cxd-Carousel-leftArrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}

.cxd-Carousel-arrowsControl .cxd-Carousel-rightArrow {
  width: 10%;
  min-width: 1.25rem;
  height: 100%;
  cursor: pointer;
  position: absolute;
  transition-duration: 0.3s;
  right: 0;
}

.cxd-Carousel-arrowsControl .cxd-Carousel-rightArrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}

fieldset.cxd-Collapse--xs, fieldset.cxd-Collapse--sm, fieldset.cxd-Collapse--base, fieldset.cxd-Collapse--md, fieldset.cxd-Collapse--lg {
  position: relative;
}

fieldset.cxd-Collapse--xs:after, fieldset.cxd-Collapse--sm:after, fieldset.cxd-Collapse--base:after, fieldset.cxd-Collapse--md:after, fieldset.cxd-Collapse--lg:after {
  content: '';
  pointer-events: none;
  border: 1px solid #e8ebee;
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 0;
  bottom: 0;
  right: 0;
}

fieldset.cxd-Collapse--xs > legend, fieldset.cxd-Collapse--sm > legend, fieldset.cxd-Collapse--base > legend, fieldset.cxd-Collapse--md > legend, fieldset.cxd-Collapse--lg > legend {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 0;
  width: auto;
  z-index: 1;
  background: #fff;
  border-left: 0 !important;
}

fieldset.cxd-Collapse--xs .collapse, fieldset.cxd-Collapse--sm .collapse, fieldset.cxd-Collapse--base .collapse, fieldset.cxd-Collapse--md .collapse, fieldset.cxd-Collapse--lg .collapse {
  position: relative;
}

fieldset.cxd-Collapse > legend {
  font-weight: 400;
  padding: 0.3125rem 0;
  font-size: 1rem;
  color: #333;
  border-left: #108cee 0.25rem solid;
  line-height: 1.2;
  margin: 8px 0 28px;
  padding: 0 0 0 14px;
  cursor: pointer;
  border-bottom: 0;
}

fieldset.cxd-Collapse--xs {
  padding: 20px 5px 5px 5px;
}

fieldset.cxd-Collapse--xs > legend {
  left: 5px;
  font-size: 0.6875rem;
  padding: 0 3px;
  margin: 0 0 0 -3px;
}

fieldset.cxd-Collapse--xs:after {
  top: 6px;
}

fieldset.cxd-Collapse--sm {
  padding: 25px 10px 10px 10px;
}

fieldset.cxd-Collapse--sm > legend {
  left: 10px;
  font-size: 0.75rem;
  padding: 0 5px;
  margin: 0 0 0 -5px;
}

fieldset.cxd-Collapse--sm:after {
  top: 6px;
}

fieldset.cxd-Collapse--base {
  padding: 30px 15px 15px 15px;
}

fieldset.cxd-Collapse--base > legend {
  left: 15px;
  font-size: 0.875rem;
  padding: 0 8px;
  margin: 0 0 0 -8px;
}

fieldset.cxd-Collapse--base:after {
  top: 7px;
}

fieldset.cxd-Collapse--md {
  padding: 30px 20px 20px 20px;
}

fieldset.cxd-Collapse--md > legend {
  left: 20px;
  font-size: 1rem;
  padding: 0 10px;
  margin: 0 0 0 -10px;
}

fieldset.cxd-Collapse--md:after {
  top: 7px;
}

fieldset.cxd-Collapse--lg {
  padding: 40px 30px 30px 30px;
}

fieldset.cxd-Collapse--lg > legend {
  left: 30px;
  font-size: 1.25rem;
  padding: 0 15px;
  margin: 0 0 0 -15px;
}

fieldset.cxd-Collapse--lg:after {
  top: 9px;
}

.cxd-Form-groupColumn {
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .cxd-Form-group {
    margin-bottom: 1.25rem;
  }
  .cxd-Form-value > .cxd-Form-group {
    margin-bottom: 0.375rem;
  }
  .cxd-Form-group--hor {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    align-items: flex-start;
  }
  .cxd-Form-group--hor.v-middle {
    align-items: center;
  }
  .cxd-Form-group--hor.v-bottom {
    align-items: flex-end;
  }
  .cxd-Form-group--hor > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .cxd-Form-group--hor > .cxd-Form-item--inline {
    margin-right: 0;
  }
  .cxd-Form-group--hor > .cxd-Form-item,
  .cxd-Form-group--hor > div > .cxd-Form-item {
    margin-bottom: 0;
  }
  .cxd-Form-group--hor .cxd-Form-input > .cxd-Form-group {
    margin-bottom: 0;
  }
  .cxd-Form-group--lg {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .cxd-Form-group--lg > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .cxd-Form-group--md {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .cxd-Form-group--md > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cxd-Form-group--sm {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .cxd-Form-group--sm > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .cxd-Form-group--xs {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .cxd-Form-group--xs > * {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .cxd-Form-groupColumn {
    flex-basis: 0;
    flex-grow: 1;
    width: 0;
    max-width: 100%;
    margin-bottom: 0;
  }
  .cxd-Form-groupColumn--1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .cxd-Form-groupColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
}

.cxd-InputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
}

.cxd-InputGroup.cxd-Form-control--sizeXs, .cxd-InputGroup.cxd-Form-control--sizeSm, .cxd-InputGroup.cxd-Form-control--sizeMd, .cxd-InputGroup.cxd-Form-control--sizeLg {
  display: inline-flex;
}

.cxd-InputGroup-addOn,
.cxd-InputGroup .cxd-Form-control {
  display: inline-block;
  white-space: nowrap;
}

.cxd-InputGroup-addOn {
  background: #fff;
  border: 0.0625rem solid #ccc;
  line-height: 1.07143rem;
  height: 1.875rem;
  box-sizing: border-box;
  padding: 0.33929rem 0.625rem;
}

.cxd-InputGroup-addOn:not(:last-child) {
  border-right: 0;
}

.cxd-InputGroup-addOn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-InputGroup-addOn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-InputGroup-btn .cxd-Button {
  border-radius: 0;
  border: 0.0625rem solid #ccc;
}

.cxd-InputGroup-btn:not(:last-child) .cxd-Button {
  border-right: 0;
}

.cxd-InputGroup-btn:first-child .cxd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-InputGroup-btn:last-child .cxd-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-InputGroup .cxd-TextControl-input {
  flex-basis: 0;
  flex-grow: 1;
  display: inline-flex;
}

.cxd-InputGroup .cxd-TextControl-input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-InputGroup .cxd-TextControl-input:not(:last-child) {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-InputGroup .cxd-SelectControl .cxd-Select {
  background-color: #f6f7fb;
  border: 0.0625rem solid #ccc;
  color: #333;
}

.cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
  border-right: 0;
}

.cxd-InputGroup .cxd-SelectControl:first-child .cxd-Select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-InputGroup .cxd-SelectControl:last-child .cxd-Select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-InputGroup .cxd-SelectControl:not(:first-child) .cxd-Select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-InputGroup.is-focused .cxd-InputGroup-addOn,
.cxd-InputGroup.is-focused .cxd-TextControl-input,
.cxd-InputGroup.is-focused .cxd-Select,
.cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
  border-color: #108cee;
}

.cxd-InputGroup.is-focused .cxd-Select {
  background-color: #eaf6fe;
}

.cxd-InputGroup.is-focused .cxd-Select {
  color: #108cee;
}

.cxd-InputGroup.is-focused .cxd-Select-arrow {
  color: #108cee;
}

.cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
  color: #108cee;
}

.cxd-InputGroup:not(.is-inline) {
  display: flex;
}

.cxd-TextControl {
  position: relative;
}

.cxd-TextControl.is-inline {
  display: inline-block;
}

.cxd-TextControl-input {
  display: flex;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
}

.cxd-TextControl-input input {
  outline: none;
  background: transparent;
  border: none;
  color: #666;
  width: 100%;
  height: 1.07143rem;
}

.cxd-TextControl-input input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-TextControl-input > input {
  flex-grow: 1;
}

.cxd-TextControl.is-error > .cxd-TextControl-input {
  border-color: #d0021b;
  background-color: #fffbfb;
}

.cxd-TextControl.is-focused > .cxd-TextControl-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-TextControl.is-error.is-focused > .cxd-TextControl-input {
  border-color: #d0021b;
}

.cxd-TextControl.is-disabled > .cxd-TextControl-input {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-TextControl-spinner {
  line-height: 1.07143rem;
}

.cxd-TextControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxd-TextControl-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-TextControl-clear:hover svg {
  fill: #666666;
}

@media (min-width: 576px) {
  .cxd-TextControl.cxd-Form-control--sizeXs > .cxd-TextControl-input,
  .cxd-TextControl.cxd-Form-control--sizeSm > .cxd-TextControl-input,
  .cxd-TextControl.cxd-Form-control--sizeMd > .cxd-TextControl-input,
  .cxd-TextControl.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.cxd-TextControl-placeholder {
  color: #999;
  user-select: none;
  position: absolute;
  left: 0.625rem;
  top: 0.33929rem;
  margin-top: 0.125rem;
  line-height: 1.42857;
}

.cxd-TextControl-valueWrap {
  flex-grow: 1;
  line-height: 1;
  white-space: nowrap;
}

.cxd-TextControl-valueWrap > input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.cxd-TextControl--withAddOn {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs, .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm, .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd, .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg {
    display: inline-flex;
  }
  .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs > .cxd-TextControl-input, .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm > .cxd-TextControl-input, .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd > .cxd-TextControl-input, .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: unset;
  }
}

.cxd-TextControl--withAddOn > .cxd-TextControl-input {
  flex-basis: 1;
  flex-grow: 1;
  border-radius: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-input:not(:last-child) {
  border-right-width: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-addOn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #fff;
  color: #666;
  border-color: #ccc;
  border-style: solid;
  border-width: 0.0625rem 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-addOn:first-child {
  border-left-width: 0.0625rem;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-addOn:last-child {
  border-right-width: 0.0625rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-button > .cxd-Button {
  position: relative;
  border-radius: 0;
  margin-left: -0.0625rem;
  border: 0.0625rem solid #ccc;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
  border-right: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-button:first-child .cxd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-TextControl--withAddOn > .cxd-TextControl-button:last-child .cxd-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
  border-color: #108cee;
}

.cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
  border-color: #d0021b;
}

.cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
  border-color: #108cee;
  color: #108cee;
  box-shadow: none;
}

.cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
  color: #999;
}

.cxd-TextControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
}

.cxd-TextControl-input--withAC input {
  width: auto;
  color: #999;
}

.cxd-TextControl-sugs {
  position: absolute;
  background: #fff;
  color: #333;
  border: 0.0625rem solid #108cee;
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
}

.cxd-TextControl-sugItem {
  padding: 0.33929rem 0.75rem;
}

.cxd-TextControl-sugItem svg {
  width: 1rem;
  margin-top: 0.25rem;
  float: right;
  fill: #666666;
}

.cxd-TextControl-sugItem:not(.is-disabled) {
  cursor: pointer;
}

.cxd-TextControl-sugItem.is-highlight {
  color: #000;
  background: #eaf6fe;
}

.cxd-TextControl-value {
  user-select: none;
  line-height: 1.07143rem;
  vertical-align: middle;
  display: inline-block;
}

.cxd-TextControl-input--multiple {
  height: auto;
  min-height: 1.875rem;
}

.cxd-TextControl-input--multiple .cxd-TextControl-valueWrap {
  white-space: normal;
  margin-bottom: -0.3125rem;
}

.cxd-TextControl-input--multiple .cxd-TextControl-valueWrap > input {
  margin-bottom: 0.3125rem;
}

.cxd-TextControl-input--multiple .cxd-TextControl-value {
  line-height: 0.94643rem;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 0.125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cxd-TextControl-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-TextControl-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-TextControl-input--multiple .cxd-TextControl-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-TextareaControl {
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  background: #fff;
  padding: 0.375rem 0.67857rem;
  font-size: 0.75rem;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
}

.cxd-TextareaControl.is-error {
  border-color: #d0021b;
}

.cxd-TextareaControl:focus, .cxd-TextareaControl.is-focused {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-TextareaControl.is-disabled, .cxd-TextareaControl[disabled] {
  background: #e9ecef;
  color: #999;
}

.cxd-Checkbox {
  margin: 0 0.625rem 0 0;
  font-weight: 400;
  user-select: none;
}

.cxd-Checkbox input {
  opacity: 0;
  position: absolute;
}

.cxd-Checkbox:hover input:not(:disabled) + i {
  border-color: #108cee;
}

.cxd-Checkbox > i {
  cursor: pointer;
  line-height: 1;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cxd-Checkbox > i + span {
  margin-left: 0.625rem;
  cursor: pointer;
}

.cxd-Checkbox > i + span:empty {
  display: none;
}

.cxd-Checkbox > i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: transparent;
  transition: all 0.2s;
}

.cxd-Checkbox--checkbox {
  padding-left: 0.875rem;
}

.cxd-Checkbox--checkbox input {
  margin-left: -0.875rem;
}

.cxd-Checkbox--checkbox input:checked + i {
  border-color: #108cee;
}

.cxd-Checkbox--checkbox input:checked + i:before {
  left: 0.125rem;
  top: 0.125rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #108cee;
}

.cxd-Checkbox--checkbox input[disabled] + i {
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.cxd-Checkbox--checkbox input[disabled] + i:before {
  background-color: #d9d9d9;
  border-color: #fff;
}

.cxd-Checkbox--checkbox input[disabled] + i + span {
  cursor: not-allowed;
  color: #999;
}

.cxd-Checkbox--checkbox > i {
  width: 0.875rem;
  height: 0.875rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.142rem;
  margin-left: -0.875rem;
  margin-top: -0.1875rem;
}

.cxd-Checkbox--full.cxd-Checkbox--checkbox:not(:disabled) + i:hover {
  border-color: #ccc;
}

.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
  border-color: #108cee;
  background: #108cee;
}

.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
  top: 0.125rem;
  left: 0.0625rem;
  width: 0.625rem;
  height: 0.3125rem;
  border-color: #fff;
}

.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}

.cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
  position: relative;
  cursor: pointer;
}

.cxd-Checkbox--full.cxd-Checkbox--checkbox > i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-color: transparent;
  transition: all 0.2s;
  border-width: 0 0 0.125rem 0.125rem;
  transform: rotate(-40deg);
  border-style: solid;
}

.cxd-Checkbox--radio {
  padding-left: 1rem;
}

.cxd-Checkbox--radio input {
  margin-left: -1rem;
}

.cxd-Checkbox--radio input:checked + i {
  border-color: #108cee;
}

.cxd-Checkbox--radio input:checked + i:before {
  left: 0.125rem;
  top: 0.125rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #108cee;
  border-radius: 50%;
}

.cxd-Checkbox--radio input[disabled] + i {
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.cxd-Checkbox--radio input[disabled] + i:before {
  background-color: #d9d9d9;
}

.cxd-Checkbox--radio input[disabled] + i + span {
  cursor: not-allowed;
  color: #999;
}

.cxd-Checkbox--radio > i {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #ccc;
  margin-left: -1rem;
  margin-top: -0.125rem;
  border-radius: 50%;
}

.cxd-Checkbox--sm {
  margin-right: 0.3125rem;
}

.cxd-Checkbox--sm input:checked + i:before {
  left: 0.1875rem;
  top: 0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
}

.cxd-Checkbox--sm > i {
  width: 1rem;
  height: 1rem;
  margin-left: -1rem;
}

.cxd-Checkbox--sm > i + span {
  margin-left: 0.3125rem;
}

.cxd-Checkbox-desc {
  color: #999;
  margin-left: 0.625rem;
  margin-top: 0.3125rem;
}

.cxd-CheckboxControl,
.cxd-RadiosControl,
.cxd-CheckboxesControl {
  padding-top: 0.5rem;
}

.cxd-RadiosControl .cxd-Checkbox,
.cxd-CheckboxesControl .cxd-Checkbox {
  display: block;
  margin-bottom: 0.40179rem;
}

.cxd-RadiosControl.is-inline .cxd-Checkbox,
.cxd-CheckboxesControl.is-inline .cxd-Checkbox {
  display: inline-block;
  margin-right: 1.25rem;
}

.cxd-RadiosControl-group .cxd-RadiosControl-group,
.cxd-RadiosControl-group .cxd-CheckboxesControl-group,
.cxd-CheckboxesControl-group .cxd-RadiosControl-group,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-group {
  padding-left: 5rem;
}

.cxd-RadiosControl-group .cxd-RadiosControl-group::before, .cxd-RadiosControl-group .cxd-RadiosControl-group::after,
.cxd-RadiosControl-group .cxd-CheckboxesControl-group::before,
.cxd-RadiosControl-group .cxd-CheckboxesControl-group::after,
.cxd-CheckboxesControl-group .cxd-RadiosControl-group::before,
.cxd-CheckboxesControl-group .cxd-RadiosControl-group::after,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-group::before,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-group::after {
  display: table;
  content: "";
}

.cxd-RadiosControl-group .cxd-RadiosControl-group::after,
.cxd-RadiosControl-group .cxd-CheckboxesControl-group::after,
.cxd-CheckboxesControl-group .cxd-RadiosControl-group::after,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-group::after {
  clear: both;
}

.cxd-RadiosControl-group .cxd-RadiosControl-group > .cxd-RadiosControl-groupLabel,
.cxd-RadiosControl-group .cxd-RadiosControl-group > .cxd-CheckboxesControl-groupLabel,
.cxd-RadiosControl-group .cxd-CheckboxesControl-group > .cxd-RadiosControl-groupLabel,
.cxd-RadiosControl-group .cxd-CheckboxesControl-group > .cxd-CheckboxesControl-groupLabel,
.cxd-CheckboxesControl-group .cxd-RadiosControl-group > .cxd-RadiosControl-groupLabel,
.cxd-CheckboxesControl-group .cxd-RadiosControl-group > .cxd-CheckboxesControl-groupLabel,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-group > .cxd-RadiosControl-groupLabel,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-group > .cxd-CheckboxesControl-groupLabel {
  float: left;
  width: 5rem;
  margin-left: -5rem;
}

.cxd-RadiosControl-groupLabel,
.cxd-CheckboxesControl-groupLabel {
  display: block;
}

.cxd-CityPicker .cxd-Select + .cxd-Select {
  margin-left: 0.3125rem;
}

.cxd-CityPicker-input {
  outline: none;
  vertical-align: middle;
  margin-left: 0.3125rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
}

.cxd-CityPicker-input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-CityPicker-input:focus {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 1.375rem;
  overflow: hidden;
  border-radius: 1.875rem;
  background-color: #108cee;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}

.cxd-Switch.is-disabled {
  background-color: #f5f5f5;
}

.cxd-Switch i:before {
  content: "\5173";
  color: #fff;
  text-indent: 1.5625rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  background-color: #ccc;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 1.875rem;
  transition: all 0.2s;
}

.cxd-Switch i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1.25rem;
  top: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  border-radius: 50%;
  transition: margin-left 0.3s;
}

.cxd-Switch input {
  position: absolute;
  opacity: 0;
}

.cxd-Switch input:disabled + i:before, .cxd-Switch input:disabled:checked + i:before {
  color: #ccc;
  background-color: #f5f5f5;
}

.cxd-Switch input:disabled + i:after, .cxd-Switch input:disabled:checked + i:after {
  background-color: #ccc;
  color: #ccc;
}

.cxd-Switch input:checked + i:before {
  left: 100%;
  border-width: 0;
}

.cxd-Switch input:checked + i:after {
  margin-left: 1.75rem;
  content: "\5f00";
  color: #fff;
  text-indent: -1.125rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.375rem;
}

.cxd-Switch-option {
  vertical-align: middle;
  margin-left: 0.625rem;
}

.cxd-Switch-option:first-child {
  margin-left: 0;
  margin-right: 0.625rem;
}

.cxd-Switch-option:empty {
  display: none;
}

.cxd-SwitchControl {
  padding-top: 0.25rem;
}

.cxd-SwitchControl.is-inline {
  display: inline-block;
}

.cxd-Number {
  margin: 0;
  padding: 0;
  line-height: 1.875rem;
  font-size: 0.75rem;
  height: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
}

.cxd-Number-focused {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Number-handler {
  text-align: center;
  overflow: hidden;
  display: block;
  touch-action: none;
}

.cxd-Number-handler-active {
  background: #ddd;
}

.cxd-Number-handler-up-inner, .cxd-Number-handler-down-inner {
  user-select: none;
  -webkit-user-select: none;
  display: inline-block;
}

.cxd-Number:hover {
  border-color: #108cee;
}

.cxd-Number:hover .cxd-Number-handler-up,
.cxd-Number:hover .cxd-Number-handler-wrap {
  border-color: #108cee;
}

.cxd-Number-disabled:hover {
  border-color: #ccc;
}

.cxd-Number-disabled:hover .cxd-Number-handler-up,
.cxd-Number-disabled:hover .cxd-Number-handler-wrap {
  border-color: #ccc;
}

.cxd-Number-input-wrap {
  overflow: hidden;
  height: 100%;
}

.cxd-Number-input {
  width: 100%;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
  outline: 0;
  -moz-appearance: textfield;
  line-height: 1.75rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 0;
  border-radius: 0;
  padding: 0 0.625rem;
}

.cxd-Number-handler {
  background-color: #fff;
  color: #666;
  font-family: "iconfont";
  font-size: 0.75rem;
}

.cxd-Number-handler:hover {
  background-color: #fff;
  color: #108cee;
}

.cxd-Number-handler:hover:active {
  background-color: #f3f9fe;
}

.cxd-Number-handler-up-inner {
  transform: rotate(180deg);
}

.cxd-Number-handler-up-inner:after {
  content: "\e6dd";
}

.cxd-Number-handler-down-inner:after {
  content: "\e6dd";
}

.cxd-Number-handler-wrap {
  float: right;
  border-left: 0.0625rem solid #ccc;
  width: 1.25rem;
  height: 100%;
}

.cxd-Number-handler {
  line-height: 0.75rem;
  height: 0.875rem;
}

.cxd-Number-handler-up {
  border-bottom: 0;
  padding-top: 0.0625rem;
}

.cxd-Number-handler-down-disabled, .cxd-Number-handler-up-disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  color: #999;
}

.cxd-Number-disabled .cxd-Number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #fff;
}

.cxd-Number-disabled .cxd-Number-handler {
  opacity: 0.72;
}

.cxd-Number-disabled .cxd-Number-handler:hover {
  color: #999;
  border-color: #ccc;
}

.cxd-NumberControl:not(.is-inline) > .cxd-Number {
  display: block;
}

.cxd-Select {
  display: inline-flex;
  vertical-align: middle;
  text-align: left;
  outline: none;
  position: relative;
  border: 0.0625rem solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 1.875rem;
  padding: 0.33929rem 0 0.33929rem 0.625rem;
  cursor: pointer;
  color: #000;
}

.cxd-Select:hover {
  background: #fff;
  border-color: #108cee;
}

.cxd-Select:hover .cxd-Select-arrow:before {
  color: #108cee;
}

.cxd-Select.is-disabled {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-Select-valueWrap {
  user-select: none;
  position: relative;
  flex-grow: 1;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
}

.cxd-Select-placeholder {
  color: #999;
  line-height: 1.42857;
  user-select: none;
}

.cxd-Select-input {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
  outline: none;
  border: none;
  background: transparent;
  line-height: 1.42857;
  height: 1.07143rem;
}

.cxd-Select-value {
  line-height: 1.07143rem;
  white-space: nowrap;
}

.cxd-Select--searchable .cxd-Select-placeholder,
.cxd-Select--searchable .cxd-Select-value {
  position: absolute;
  top: 0;
  left: 0;
}

.cxd-Select--multi {
  height: auto;
  min-height: 1.875rem;
}

.cxd-Select--multi .cxd-Select-valueWrap {
  margin-bottom: -0.3125rem;
}

.cxd-Select--multi .cxd-Select-valueWrap > input {
  display: inline-block;
  width: 6.25rem;
  margin-bottom: 0.3125rem;
}

.cxd-Select--multi .cxd-Select-values + .cxd-Select-input {
  transform: translateY(0);
}

.cxd-Select--multi .cxd-Select-value {
  position: static;
  user-select: none;
  line-height: 0.94643rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 0.125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cxd-Select--multi .cxd-Select-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-Select-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-Select-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-Select-arrow {
  margin-right: 0.3125rem;
  width: 1.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cxd-Select-arrow:before {
  transition: transform 0.3s;
  content: "\e605";
  font-family: "iconfont";
  font-size: 0.75rem;
  display: inline-block;
  color: #999;
}

.cxd-Select.is-opened .cxd-Select-arrow:before {
  transform: rotate(180deg);
}

.cxd-Select-menuOuter {
  position: absolute;
  background: #fff;
  color: #333;
  border: 0 solid #108cee;
  left: -0.0625rem;
  right: -0.0625rem;
  min-width: 100%;
  top: 2rem;
  z-index: 10;
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.cxd-Select-menu {
  max-height: 18.75rem;
  overflow: auto;
  user-select: none;
}

.cxd-Select-checkAll {
  padding: 0.33929rem 0.625rem;
  border-bottom: 0.0625rem solid #eceff8;
  min-width: 6.25rem;
}

.cxd-Select-checkAll label {
  display: block;
}

.cxd-Select-option {
  padding: 0.33929rem 0.625rem;
}

.cxd-Select-option.is-active {
  color: #108cee;
  background-color: transparent;
}

.cxd-Select-option.is-highlight {
  color: #000;
  background-color: #eaf6fe;
}

.cxd-Select-option.is-disabled {
  color: #999;
  background-color: transparent;
}

.cxd-Select-option--placeholder {
  color: #999;
}

.cxd-Select-option-hl {
  color: #dc3545;
}

.cxd-Select.is-focused, .cxd-Select.is-opened {
  border-color: #108cee;
}

.cxd-Select-spinner {
  line-height: 1.07143rem;
}

.cxd-Select-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.cxd-Select-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-Select-clear:hover svg {
  fill: #666666;
}

.cxd-Select-popover {
  margin-top: -0.0625rem;
  background: #fff;
  color: #333;
  border: 0 solid #108cee;
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 6.25rem;
}

.cxd-SelectControl:not(.is-inline) > .cxd-Select {
  display: flex;
}

@media (min-width: 576px) {
  .cxd-Form-control--sizeXs > .cxd-Select,
  .cxd-Form-control--sizeSm > .cxd-Select,
  .cxd-Form-control--sizeMd > .cxd-Select,
  .cxd-Form-control--sizeLg > .cxd-Select {
    min-width: 100%;
    display: inline-flex !important;
  }
}

.cxd-ListControl-items {
  display: block;
  margin: -0.3125rem;
}

.cxd-ListControl-items:empty {
  display: none;
}

.cxd-ListControl-item {
  position: relative;
  user-select: none;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0.3125rem;
  border: 0.0625rem solid #ccc;
  background-color: #fff;
  padding: 0.375rem 0.625rem;
  color: #000;
  transition: none;
  max-width: 13.75rem;
}

.cxd-ListControl-item:not(.is-disabled) {
  cursor: pointer;
}

.cxd-ListControl-item .b-inherit {
  border-color: #000;
}

.cxd-ListControl-item:hover {
  background-color: #fff;
  border-color: #108cee;
  color: #108cee;
}

.cxd-ListControl-item:hover .b-inherit {
  border-color: #108cee;
}

.cxd-ListControl-item.is-disabled {
  pointer-events: none;
  opacity: 1;
  border-color: #ebebeb;
  background-color: #f5f5f5;
  color: #999;
}

.cxd-ListControl-item.is-disabled .b-inherit {
  border-color: #ebebeb;
}

.cxd-ListControl-item:hover:active, .cxd-ListControl-item.is-active {
  background-color: #fff;
  border-color: #108cee;
  color: #108cee;
}

.cxd-ListControl-item:hover:active:hover, .cxd-ListControl-item.is-active:hover {
  background-color: #fff;
}

.cxd-ListControl-item:hover:active .b-inherit, .cxd-ListControl-item.is-active .b-inherit {
  border-color: #108cee;
}

.cxd-ListControl-item:hover:active:before, .cxd-ListControl-item.is-active:before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #108cee;
  right: 0;
  bottom: 0;
}

.cxd-ListControl-item:hover:active:after, .cxd-ListControl-item.is-active:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.3125rem;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0.125rem 0.125rem;
  right: 0.0625rem;
  bottom: 0.3125rem;
  transform: rotate(-40deg);
}

.cxd-ListControl-itemImage {
  margin: -0.375rem -0.625rem;
}

.cxd-ListControl-itemImage img {
  display: block;
  max-width: 100%;
}

.cxd-ListControl-itemLabel {
  text-align: center;
}

.cxd-ListControl-itemImage + .cxd-ListControl-itemLabel {
  margin-top: 0.375rem;
}

.cxd-ListControl-placeholder {
  color: #999;
}

.cxd-MatrixControl-error {
  margin-bottom: 0;
}

.cxd-ColorPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  border: 0.0625rem solid #ccc;
  font-size: 0.75rem;
  padding: 0.33929rem 0.75rem;
  background-color: #fff;
  color: #000;
}

.cxd-ColorPicker:not(.is-disabled) {
  cursor: pointer;
}

.cxd-ColorPicker:not(.is-disabled):hover {
  background-color: #fff;
  border-color: #108cee;
}

.cxd-ColorPicker-input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  height: 1.07143rem;
}

.cxd-ColorPicker-input::placeholder {
  color: #999;
}

.cxd-ColorPicker.is-focused {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-ColorPicker.is-disabled {
  background: #f5f5f5;
  color: #999;
  pointer-events: none;
}

.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input {
  color: #999;
}

.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input::placeholder {
  color: #999;
}

.cxd-ColorPicker-preview {
  display: flex;
  align-items: center;
  margin-left: 0.3125rem;
  cursor: pointer;
}

.cxd-ColorPicker-previewIcon {
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.cxd-ColorPicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  line-height: 1;
}

.cxd-ColorPicker-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-ColorPicker-clear:hover svg {
  fill: #666666;
}

.cxd-ColorControl:not(.is-inline) > .cxd-ColorPicker {
  display: flex;
}

.sketch-picker {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.cxd-DatePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: 0.0625rem solid #ccc;
  font-size: 0.75rem;
  padding: 0.33929rem 0.75rem;
  height: 1.875rem;
  outline: none;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border-radius: 0;
}

.cxd-DatePicker:not(.is-disabled) {
  cursor: pointer;
}

.cxd-DatePicker:not(.is-disabled):hover {
  background-color: #fff;
  border-color: #108cee;
}

.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
  color: #108cee;
}

.cxd-DatePicker.is-focused {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-DatePicker.is-disabled {
  background: #e9ecef;
}

> .cxd-DatePicker.is-disabled-input {
  color: #999;
}

.cxd-DatePicker-placeholder {
  color: #999;
  user-select: none;
  margin-right: 0.9375rem;
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-DatePicker-value {
  margin-right: 0.9375rem;
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-DatePicker-toggler {
  cursor: pointer;
  color: #666;
}

.cxd-DatePicker-toggler:hover {
  color: #108cee;
}

.cxd-DatePicker-toggler:before {
  line-height: 1;
  color: inherit;
  content: "\e7b1";
  display: inline-block;
  font-size: 0.75rem;
  font-family: "iconfont";
}

.cxd-DatePicker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 0.3125rem;
}

.cxd-DatePicker-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-DatePicker-clear:hover svg {
  fill: #666666;
}

.cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
  display: flex;
}

.cxd-DatePicker-shortcuts {
  margin: 0.625rem 1.25rem -0.625rem 1.25rem;
  padding: 0;
  list-style: none;
  max-width: 206px;
}

.cxd-DatePicker-shortcut {
  display: inline-block;
  margin-right: 0.625rem;
}

.cxd-DatePicker-shortcut a {
  cursor: pointer;
}

.rdt {
  user-select: none;
  font-size: 0.875rem;
  color: #666;
}

.rdt .rdtPicker {
  margin-top: 0;
  padding: 1.25rem;
  background: transparent;
  border: none;
}

.rdt .rdtPicker .dow {
  color: #999;
  font-weight: normal;
}

.rdt .rdtPicker td.rdtDay,
.rdt .rdtPicker td.rdtHour,
.rdt .rdtPicker td.rdtMinute,
.rdt .rdtPicker td.rdtSecond,
.rdt .rdtPicker .rdtTimeToggle {
  background-color: #fff;
}

.rdt .rdtPicker td.rdtDay:hover,
.rdt .rdtPicker td.rdtHour:hover,
.rdt .rdtPicker td.rdtMinute:hover,
.rdt .rdtPicker td.rdtSecond:hover,
.rdt .rdtPicker .rdtTimeToggle:hover {
  background-color: #ededed;
}

.rdt .rdtPicker td.rdtToday:before {
  border-bottom-color: #108cee;
}

.rdt .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

.rdt .rdtPicker td.rdtActive,
.rdt .rdtPicker td.rdtActive:hover {
  background: #108cee;
}

.rdt .rdtPicker td.rdtDisabled,
.rdt .rdtPicker td.rdtDisabled:hover {
  background-color: #eaf6fe;
}

.rdt thead tr:first-child th {
  cursor: default;
  text-align: left;
  font-weight: normal;
}

.rdt thead tr:first-child th:hover {
  background: transparent;
}

.rdt tfoot {
  border-top: 0;
}

.rdt tfoot td {
  padding-top: 0.3125rem;
  text-align: left;
}

.rdt tfoot td span {
  width: 10px;
  display: inline-block;
  text-align: center;
}

.rdt tfoot td input {
  outline: none;
  width: 42px;
  font-size: 0.875rem;
  color: #108cee;
  border: 1px solid #e8ebee;
  border-radius: 0;
  height: 1.875rem;
  line-height: 1.5;
  padding: 0.28125rem 0.625rem;
  box-shadow: none;
}

.rdt tfoot td input:focus {
  border-color: #108cee;
  box-shadow: none;
}

.rdt tfoot td .rdtActions {
  margin-top: 0.625rem;
  text-align: right;
}

.rdt .rdtCounter .rdtBtn {
  height: 30%;
  line-height: 1.25rem;
}

.rdt .rdtCounter .rdtCount {
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdtBtn {
  line-height: 1.5;
  padding: 0.375rem 0.625rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.75rem;
  color: #fff;
  background-color: #108cee;
  border-color: #108cee;
  box-shadow: none;
  border-radius: 0;
}

.rdtBtn:hover {
  text-decoration: none;
}

.rdtBtn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.rdtBtn .fa,
.rdtBtn .iconfont {
  font-size: 0.75rem;
}

.rdtBtn:hover, .rdtBtn:focus {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0d70be;
}

.rdtBtn.is-disabled, .rdtBtn:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.rdtBtn:not(:disabled):not(.is-disabled):active, .rdtBtn:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #0d70be;
  border-color: #0c69b2;
}

.rdtBtn + .rdtBtn {
  margin-left: 0.3125rem;
}

.rdtBtnCancel {
  color: #666;
  background-color: #eaf6fe;
  border-color: #eaf6fe;
  box-shadow: none;
}

.rdtBtnCancel:hover, .rdtBtnCancel:focus {
  color: #666;
  background-color: #c5e6fc;
  border-color: #b9e1fc;
}

.rdtBtnCancel.is-disabled, .rdtBtnCancel:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.rdtBtnCancel:not(:disabled):not(.is-disabled):active, .rdtBtnCancel:not(:disabled):not(.is-disabled).is-active {
  color: #666;
  background-color: #b9e1fc;
  border-color: #addcfb;
}

.rdtBtnPrev:before,
.rdtBtnNext:before {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 1;
}

.rdtBtnPrev:before {
  font-family: "iconfont";
  font-size: 0.875rem;
  content: "\e854";
}

.rdtBtnNext:before {
  font-family: "iconfont";
  font-size: 0.875rem;
  content: "\e63b";
}

.rdtHeader {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}

.rdtHeader .rdtBtn {
  display: table-cell;
  width: 1.875rem;
  padding: 0;
}

.rdtHeader .rdtSelect {
  display: table-cell;
  width: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.rdtHeader .rdtSelect .cxd-Select {
  display: flex;
}

.cxd-DateRangePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: 0.0625rem solid #ccc;
  font-size: 0.75rem;
  padding: 0.33929rem 0.75rem;
  height: 1.875rem;
  outline: none;
  white-space: nowrap;
  border-radius: 0;
  color: #000;
  background-color: #fff;
}

.cxd-DateRangePicker:not(.is-disabled) {
  cursor: pointer;
}

.cxd-DateRangePicker:not(.is-disabled):hover {
  background-color: #fff;
  border-color: #108cee;
}

.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler {
  color: #108cee;
}

.cxd-DateRangePicker.is-focused {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-DateRangePicker.is-disabled {
  background: #e9ecef;
}

> .cxd-DateRangePicker.is-disabled-input {
  color: #999;
}

.cxd-DateRangePicker-placeholder {
  color: #999;
  user-select: none;
  margin-right: 0.9375rem;
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-DateRangePicker-value {
  margin-right: 0.9375rem;
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-DateRangePicker-toggler {
  cursor: pointer;
  color: #666;
}

.cxd-DateRangePicker-toggler:hover {
  color: #108cee;
}

.cxd-DateRangePicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  line-height: 1;
  margin-right: 0.3125rem;
}

.cxd-DateRangePicker-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-DateRangePicker-clear:hover svg {
  fill: #666666;
}

.cxd-DateRangePicker-wrap {
  width: auto;
  white-space: nowrap;
  padding: 1.25rem;
}

.cxd-DateRangePicker-start,
.cxd-DateRangePicker-end {
  display: inline-block;
}

.cxd-DateRangePicker-start .rdtPicker,
.cxd-DateRangePicker-end .rdtPicker {
  padding: 0;
  box-shadow: none;
  border: none;
}

.cxd-DateRangePicker-end {
  margin-left: 20px;
}

.cxd-DateRangePicker-rangers {
  margin: 0 0 0.625rem;
  padding: 0;
  list-style: none;
}

.cxd-DateRangePicker-ranger {
  display: inline-block;
  margin-right: 0.625rem;
}

.cxd-DateRangePicker-ranger a {
  cursor: pointer;
}

.cxd-DateRangePicker-actions {
  text-align: right;
  margin-top: 0.625rem;
}

.cxd-DateRangeControl:not(.is-inline) > .cxd-DateRangePicker {
  display: flex;
}

.cxd-ImageControl {
  position: relative;
}

.cxd-ImageControl-dropzone {
  outline: none;
}

.cxd-ImageControl-addBtn {
  margin: 0;
  width: 7.5rem;
  height: 7.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #e8ebee;
  cursor: pointer;
  color: #666;
  background-color: #fff;
  border-color: 0.0625rem solid #dbdbdb;
  box-shadow: none;
}

.cxd-ImageControl-addBtn:hover, .cxd-ImageControl-addBtn:focus {
  color: #108cee;
  background-color: #fff;
  border-color: #108cee;
}

.cxd-ImageControl-addBtn.is-disabled, .cxd-ImageControl-addBtn:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):active, .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).is-active {
  color: #108cee;
  background-color: #f3f9fe;
  border-color: #108cee;
}

.cxd-ImageControl-addBtn > svg {
  width: 3.125rem;
  height: 3.125rem;
  top: 0;
}

.cxd-ImageControl-addBtn.is-disabled {
  pointer-events: none;
  border: 0.0625rem solid #ebebeb;
  background: #f5f5f5;
  color: #ccc;
}

.cxd-ImageControl-pasteTip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  border: 0 solid #e8ebee;
  border-radius: 0.142rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  left: 100%;
  color: #fff;
  padding: 0.125rem 0.625rem;
  margin: 30px 0 0 0.625rem;
}

.cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
  border-color: #108cee;
  background: #fff;
  color: #108cee;
}

.cxd-ImageControl-item {
  border: 0.0625rem solid #e8ebee;
  vertical-align: top;
  padding: 0.3125rem;
  display: inline-block;
  margin-right: 0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
}

.cxd-ImageControl-itemImageWrap {
  width: 6.75rem;
  height: 6.75rem;
  overflow: hidden;
  position: relative;
}

.cxd-ImageControl-itemImageWrap > img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.cxd-ImageControl-itemOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 6.75rem;
  height: 6.75rem;
  display: none;
  top: 0.3125rem;
  left: 0.3125rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.cxd-ImageControl-itemOverlay > div {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.cxd-ImageControl-itemOverlay > a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  font-size: 1rem;
}

.cxd-ImageControl-item:hover .cxd-ImageControl-itemOverlay {
  display: flex;
}

.cxd-ImageControl-itemClear {
  position: absolute;
  cursor: pointer;
  color: #999;
  top: 5px;
  right: 5px;
  line-height: 1;
}

.cxd-ImageControl-itemClear > svg {
  top: 0;
  width: 10px;
  height: 10px;
}

.cxd-ImageControl-itemInfo {
  display: inline-flex;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.cxd-ImageControl-itemInfo > p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.cxd-ImageControl-progress {
  width: 70px;
  height: 5px;
  background: #ebebeb;
}

.cxd-ImageControl-progressValue {
  height: 5px;
  display: block;
  background: #108cee;
  min-width: 10%;
  transition: ease-out width 0.3s;
}

.cxd-ImageControl-retryBtn {
  margin: 0;
  width: 6.75rem;
  height: 6.75rem;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #666;
}

.cxd-ImageControl-retryBtn:hover {
  color: #333;
  text-decoration: none;
}

.cxd-ImageControl-retryBtn > p {
  width: 100%;
  text-align: center;
  color: #ea2e2e;
  margin: 10px 0 0;
}

.cxd-ImageControl-errorMsg {
  color: #ea2e2e;
  margin: 5px 0 0;
}

.cxd-ImageControl-uploadBtn {
  margin-top: 5px;
}

.cxd-ImageControl-cropperWrapper {
  position: relative;
}

.cxd-ImageControl-cropperWrapper img {
  max-width: 100%;
  max-height: 400px;
}

.cxd-ImageControl-croperToolbar {
  display: inline-flex;
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: flex-end;
}

.cxd-ImageControl-croperToolbar > a {
  color: #fff;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 20px;
}

.cxd-ImageControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed #e8ebee;
  border-color: #108cee;
  background: #f3f9fe;
  border-radius: 0.142rem;
  line-height: 120px;
  text-align: center;
}

.cxd-FileControl-dropzone {
  outline: none;
}

.cxd-FileControl-selectBtn {
  width: 7.5rem;
}

.cxd-FileControl-selectBtn > svg {
  margin-right: 10px;
  width: pxrem(16px);
  height: pxrem(16px);
}

.cxd-FileControl-description {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}

.cxd-FileControl-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  width: 250px;
}

.cxd-FileControl-list > li {
  color: #333;
  font-size: 12px;
}

.cxd-FileControl-list > li:hover {
  color: #108cee;
  background: #f3f3f3;
}

.cxd-FileControl-itemInfo {
  padding: 0px 6px;
  line-height: 26px;
  height: 26px;
}

.cxd-FileControl-itemInfo.is-invalid {
  color: #999;
}

.cxd-FileControl-itemInfo > svg:first-child {
  margin-right: 10px;
}

.cxd-FileControl-itemInfo > svg:not(:first-child) {
  margin-left: 10px;
  width: 1rem;
  height: 1rem;
  top: 0.3125rem;
}

.cxd-FileControl-itemInfoText {
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.cxd-FileControl-clear {
  float: right;
  color: #999;
  display: none;
  cursor: pointer;
}

.cxd-FileControl-clear:hover {
  color: #333;
}

.cxd-FileControl-list > li:hover .cxd-FileControl-clear {
  display: block;
}

.cxd-FileControl-progressInfo {
  display: inline-flex;
  height: 20px;
  padding: 0 6px;
  transform: translateY(-3px);
  width: 100%;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cxd-FileControl-progressInfo > span {
  display: inline-block;
  padding: 0 4px 0 10px;
  font-size: 12px;
}

.cxd-FileControl-progressInfo > svg {
  display: inline-block;
  margin: 0 4px 0 10px;
  width: 14px;
  height: 14px;
  top: 0;
}

.cxd-FileControl-progress {
  height: 5px;
  flex: 1;
  background: #ebebeb;
}

.cxd-FileControl-progress > span {
  display: block;
  background: #108cee;
  height: 100%;
  min-width: 10%;
  transition: ease-out width 0.3s;
}

.cxd-FileControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed #108cee;
  border-radius: 0.142rem;
  background: #f3f9fe;
  line-height: 120px;
  text-align: center;
}

.cxd-EditorControl {
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: visible;
  height: auto;
  border: 0.0625rem solid #ccc;
  max-width: 100%;
  box-sizing: content-box;
}

.cxd-EditorControl > .cxd-MonacoEditor,
.cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
  min-height: 12.375rem;
}

.cxd-EditorControl.is-error {
  border-color: #d0021b;
}

.cxd-EditorControl.is-focused {
  border-color: #108cee;
}

.cxd-EditorControl--md {
  min-height: 250px;
}

.cxd-EditorControl--md > .cxd-MonacoEditor {
  min-height: 250px;
}

.cxd-EditorControl--lg {
  min-height: 300px;
}

.cxd-EditorControl--lg > .cxd-MonacoEditor {
  min-height: 300px;
}

.cxd-EditorControl--xl {
  min-height: 400px;
}

.cxd-EditorControl--xl > .cxd-MonacoEditor {
  min-height: 400px;
}

.cxd-EditorControl--xxl {
  min-height: 500px;
}

.cxd-EditorControl--xxl > .cxd-MonacoEditor {
  min-height: 500px;
}

.monaco-inputbox > .wrapper {
  padding: 0;
}

.fr-popup {
  z-index: 1400 !important;
}

.cxd-RichTextControl {
  min-height: 12.5rem;
  height: auto;
  border: 0.0625rem solid #ccc;
  width: 100%;
}

.cxd-RichTextControl .fr-toolbar.fr-top {
  box-shadow: none;
  border: 0;
  position: relative;
}

.cxd-RichTextControl .fr-box.fr-basic.fr-top:not(.fr-fullscreen) .fr-wrapper {
  min-height: 150px;
  max-height: 400px;
  box-shadow: none;
  overflow: auto;
  border-top: 1px solid #ccc;
}

.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
.cxd-RichTextControl .fr-popup .fr-command.fr-btn {
  color: #000;
}

.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
.cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
  color: #108cee;
  background-color: #fff;
}

.cxd-RichTextControl .fr-desktop .fr-command:hover,
.cxd-RichTextControl .fr-desktop .fr-command:focus {
  background-color: #fff;
}

.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  background-color: #fff;
}

.cxd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background-color: #108cee;
  color: #fff;
}

.cxd-RichTextControl.is-focused {
  border: 0.0625rem solid #108cee;
}

.cxd-RichTextControl.is-focused .fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0.0625rem solid #108cee;
}

.cxd-RichTextControl .fr-box.fr-basic .fr-element {
  min-height: 150px;
}

.cxd-RichTextControl .fr-sticky-dummy {
  position: absolute;
}

.cxd-RichTextControl.is-disabled {
  border-color: #ebebeb;
  pointer-events: none;
  opacity: 0.6;
}

.cxd-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
  border-color: #ebebeb;
}

.cxd-RangeControl {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.cxd-RangeControl::before, .cxd-RangeControl::after {
  display: table;
  content: "";
}

.cxd-RangeControl::after {
  clear: both;
}

.cxd-RangeControl--withInput .cxd-InputRange {
  width: calc(100% - 120px);
}

.cxd-RangeControl--withInput .cxd-InputRange-label--mid {
  left: calc(50% - 60px);
}

.cxd-RangeControl--withInput.is-multiple .cxd-InputRange {
  width: calc(100% - 210px);
}

.cxd-RangeControl .cxd-InputRange-input {
  font-size: 0.75rem;
  position: absolute;
  right: 1.625rem;
  top: 0.75rem;
  height: 1.875rem;
}

.cxd-RangeControl .cxd-InputRange-input input {
  padding: 0.625rem;
  width: 4.625rem;
  height: 100%;
}

.cxd-RangeControl .cxd-InputRange-input input:focus {
  outline: none;
  border: 0.0625rem solid #108cee;
}

.cxd-RangeControl .cxd-InputRange-input-separator {
  display: inline-block;
  padding: 0 5px;
}

.cxd-RangeControl .cxd-InputRange-unit {
  position: absolute;
  right: 0.625rem;
  top: 0.4375rem;
}

.cxd-RangeControl .cxd-InputRange-clear {
  position: absolute;
  top: 1.125rem;
  right: 0;
  cursor: pointer;
}

.cxd-RangeControl .cxd-InputRange-clear svg {
  height: 1rem;
  width: 1rem;
  fill: #999;
}

.cxd-InputRange {
  height: 1.5rem;
  position: relative;
  width: 100%;
}

.cxd-InputRange-slider {
  appearance: none;
  background: #108cee;
  border: 0.0625rem solid #108cee;
  cursor: pointer;
  display: block;
  width: 1.125rem;
  height: 1.5rem;
  margin-left: -0.5625rem;
  margin-top: -1.125rem;
  outline: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.cxd-InputRange-slider:active {
  transform: scale(1.3);
}

.cxd-InputRange-slider:focus {
  box-shadow: 0 0 0 0.285rem rgba(16, 140, 238, 0.2);
}

.input-range--disabled .cxd-InputRange-slider {
  background: #cccccc;
  border: 0.0625rem solid #cccccc;
  box-shadow: none;
  transform: none;
}

.cxd-InputRange-slider:before {
  content: "||";
  color: #fff;
  display: block;
  line-height: 1.375rem;
  text-align: center;
}

.cxd-InputRange-sliderContainer {
  transition: left 0.3s ease-out;
}

.cxd-InputRange-label {
  color: #aaaaaa;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", "Arial", "microsoft yahei ui", "Microsoft YaHei", SimSun, sans-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap;
}

.cxd-InputRange-label--min, .cxd-InputRange-label--max, .cxd-InputRange-label--mid {
  bottom: -1.4rem;
  position: absolute;
}

.cxd-InputRange-label--mid {
  left: 50%;
  bottom: -0.3125rem;
}

.cxd-InputRange-label--max {
  right: 0;
}

.cxd-InputRange-label--value {
  position: absolute;
  display: none;
  top: -2.5rem;
}

.cxd-InputRange-track {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  height: 0.75rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.cxd-InputRange.is-disabled .cxd-InputRange-track {
  background: #eeeeee;
}

.cxd-InputRange-track.is-active {
  background: #108cee;
}

.cxd-InputRange-track--background {
  left: 0.5rem;
  margin-top: -0.375rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
}

.cxd-InputRange-track--background::before, .cxd-InputRange-track--background::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  background: inherit;
  z-index: 1;
}

.cxd-InputRange-track--background::before {
  left: -0.5rem;
}

.cxd-InputRange-track--background::after {
  right: -0.5rem;
}

.cxd-InputRange-track--active {
  background: #108cee;
}

.cxd-RepeatControl .repeat-btn {
  width: 5rem;
}

.cxd-RepeatControl .Select {
  display: inline-block;
  min-width: 100px;
}

.cxd-RepeatControl .input-range {
  margin-top: 0;
}

@media (min-width: 768px) {
  .repeat-control.form-contorl-inline,
  .form-group-inline .repeat-control {
    display: inline-block;
    min-width: 280px;
    width: auto;
  }
}

.cxd-TreeControl {
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 2px;
  max-height: 300px;
  overflow: auto;
}

.cxd-TreeControl.h-full {
  max-height: none;
}

.cxd-TreeControl.no-border {
  border: 0;
}

.cxd-Tree-list, .cxd-Tree-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cxd-Tree-sublist {
  padding-left: 1.25rem;
}

.cxd-Tree-sublist.is-folded {
  display: none;
}

.cxd-Tree-sublist > li > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
}

.cxd-Tree-sublist > li > input {
  margin-left: 0.9375rem;
  padding: 0.3125rem;
  width: 9.375rem;
  height: 1.5625rem;
  color: #666;
}

.cxd-Tree-sublist > li > input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-Tree-sublist > li > input:focus {
  outline: none;
  border: 0.0625rem solid #108cee;
}

.cxd-Tree-item {
  line-height: 1.875rem;
  position: relative;
}

.cxd-Tree-item .cxd-Tree-item-icons {
  visibility: hidden;
  transition: visibility .1s ease;
}

.cxd-Tree-item > a {
  color: inherit;
}

.cxd-Tree-item > a:hover {
  text-decoration: none;
}

.cxd-Tree-item > a:hover > span.cxd-Tree-item-icons {
  visibility: visible;
}

.cxd-Tree-item > a > span > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
}

.cxd-Tree-item--isLeaf > a {
  padding-left: 0.9375rem;
}

.cxd-Tree-item--isEdit {
  display: inline-block;
}

.cxd-Tree-item--isEdit > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
}

.cxd-Tree-item--isEdit > input {
  margin-left: 0.9375rem;
  padding: 0.3125rem;
  width: 9.375rem;
  height: 1.5625rem;
  color: #666;
}

.cxd-Tree-item--isEdit > input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-Tree-item--isEdit > input:focus {
  outline: none;
  border: 0.0625rem solid #108cee;
}

.cxd-Tree-rootItem > a > i {
  margin-left: 0 !important;
}

.cxd-Tree-rootItem .cxd-Tree-addTop {
  height: 1.5625rem;
  line-height: 1.5625rem;
  cursor: pointer;
  padding-left: 1.25rem;
}

.cxd-Tree-rootItem .cxd-Tree-addTop > p > svg {
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
}

.cxd-Tree-rootItem .cxd-Tree-addTop > p > span {
  padding-left: 0.3125rem;
}

.cxd-Tree-rootItem .cxd-Tree-addTop-input > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
}

.cxd-Tree-rootItem .cxd-Tree-addTop-input > input {
  margin-left: 0.9375rem;
  padding: 0.3125rem;
  width: 9.375rem;
  height: 1.5625rem;
  color: #666;
}

.cxd-Tree-rootItem .cxd-Tree-addTop-input > input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-Tree-rootItem .cxd-Tree-addTop-input > input:focus {
  outline: none;
  border: 0.0625rem solid #108cee;
}

.cxd-Tree-itemArrow {
  cursor: pointer;
  width: 0.625rem;
  margin-right: 0.3125rem;
  display: inline-block;
}

.cxd-Tree-itemArrow:before {
  font-style: normal;
  font-family: "FontAwesome";
  content: '\f107';
}

.cxd-Tree-itemArrow.is-folded:before {
  content: '\f105';
}

.cxd-Tree-itemIcon {
  display: inline-block;
  margin-right: 0.3125rem;
}

.cxd-Tree-rootIcon:before {
  font-style: normal;
  font-family: "FontAwesome";
  content: '\f015';
}

.cxd-Tree-leafIcon:before {
  font-style: normal;
  font-family: "FontAwesome";
  content: '\f15b';
}

.cxd-Tree-folderIcon:before {
  font-style: normal;
  font-family: "FontAwesome";
  content: '\f07b';
}

.cxd-Tree-itemText {
  user-select: none;
  cursor: pointer;
}

.cxd-Tree-itemText.is-checked, .cxd-Tree-itemText.is-children-checked {
  color: #007eff;
}

.cxd-Tree-itemText.is-disabled {
  color: #999;
}

.cxd-Tree-placeholder {
  color: #999;
}

.cxd-TreeSelectControl {
  position: relative;
}

.cxd-TreeSelect {
  position: relative;
  outline: none;
}

.cxd-TreeSelect.is-inline {
  display: inline-block;
}

.cxd-TreeSelect-input {
  display: flex;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
}

.cxd-TreeSelect-input input {
  outline: none;
  background: transparent;
  border: none;
  color: #666;
  width: 100%;
  height: 1.07143rem;
}

.cxd-TreeSelect-input input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-TreeSelect-input > input {
  flex-grow: 1;
}

.cxd-TreeSelect.is-error > .cxd-TreeSelect-input {
  border-color: #d0021b;
  background-color: #fffbfb;
}

.cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-TreeSelect.is-error.is-focused > .cxd-TreeSelect-input {
  border-color: #d0021b;
}

.cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-TreeSelect-spinner {
  line-height: 1.07143rem;
}

.cxd-TreeSelect-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxd-TreeSelect-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-TreeSelect-clear:hover svg {
  fill: #666666;
}

@media (min-width: 576px) {
  .cxd-TreeSelect.cxd-Form-control--sizeXs > .cxd-TreeSelect-input,
  .cxd-TreeSelect.cxd-Form-control--sizeSm > .cxd-TreeSelect-input,
  .cxd-TreeSelect.cxd-Form-control--sizeMd > .cxd-TreeSelect-input,
  .cxd-TreeSelect.cxd-Form-control--sizeLg > .cxd-TreeSelect-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.cxd-TreeSelect.is-opened > .cxd-TreeSelect-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-TreeSelect-placeholder {
  color: #999;
  user-select: none;
  position: absolute;
  line-height: 1.42857;
}

.cxd-TreeSelect-input {
  min-height: 1.875rem;
  height: auto;
}

.cxd-TreeSelect-valueWrap {
  flex-grow: 1;
  position: relative;
}

.cxd-TreeSelect--searchable .cxd-TreeSelect-placeholder,
.cxd-TreeSelect--searchable .cxd-TreeSelect-value {
  position: absolute;
  top: 0;
  left: 0;
}

.cxd-TreeSelect--multi.cxd-TreeSelect--searchable .cxd-TreeSelect-value {
  position: static;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-valueWrap {
  margin-bottom: -0.3125rem;
  line-height: 1;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-valueWrap > input {
  width: auto;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 0.94643rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 2px;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-value.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-TreeSelect--multi .cxd-TreeSelect-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-TreeSelect-arrow {
  width: 1.25rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxd-TreeSelect-arrow:before {
  content: '';
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0.15625rem;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  top: 0.125rem;
}

.cxd-TreeSelect-popover {
  background: transparent;
  border: none;
  box-shadow: none;
}

.cxd-TreeSelect-popover > .cxd-Tree {
  background: #fff;
  border: 0.0625rem solid #108cee;
  padding: 0.3125rem 0.625rem;
  border-radius: 0;
  margin-top: -1px;
  max-height: 400px;
  overflow: auto;
}

.cxd-Combo-toolbarBtn {
  line-height: 1;
  height: 1.25rem;
  color: #999;
  padding: 0.125rem 0.3125rem;
  cursor: pointer;
}

.cxd-Combo-toolbarBtn:hover {
  color: gray;
}

.cxd-Combo-addBtn {
  font-size: 0.75rem;
  padding: 0.1875rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  height: 1.625rem;
  color: #fff;
  background-color: #108cee;
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Combo-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Combo-addBtn > .pull-left {
  margin-right: 0.5rem;
}

.cxd-Combo-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Combo-addBtn > .pull-right {
  margin-left: 0.5rem;
}

.cxd-Combo-addBtn:hover, .cxd-Combo-addBtn:focus {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0d70be;
}

.cxd-Combo-addBtn.is-disabled, .cxd-Combo-addBtn:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-Combo-addBtn:not(:disabled):not(.is-disabled):active, .cxd-Combo-addBtn:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #0d70be;
  border-color: #0c69b2;
}

.cxd-Combo-addBtn.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-Combo-items {
  margin-bottom: 0.625rem;
}

.cxd-Combo-items:empty {
  display: none;
}

.cxd-Combo-items:empty + .cxd-Combo-toolbar {
  padding-top: 0.125rem;
}

.cxd-Combo--hor .cxd-Combo-item {
  display: flex;
  flex-wrap: nowrap;
}

.cxd-Combo--hor .cxd-Combo-item + .cxd-Combo-item {
  margin-top: 0.3125rem;
}

.cxd-Combo--hor .cxd-Combo-itemInner {
  flex-basis: 0;
  flex-grow: 1;
}

.cxd-Combo--hor .cxd-Combo-itemTag {
  margin-right: 0.625rem;
}

.cxd-Combo--hor .cxd-Combo-itemTag label {
  color: #108cee;
  margin-right: 0.625rem;
}

.cxd-Combo--hor .cxd-Combo-itemToolbar {
  margin-left: 0.3125rem;
  display: flex;
  white-space: nowrap;
  align-items: flex-start;
  padding-top: 0.40179rem;
}

.cxd-Combo--hor .cxd-Combo-itemToolbar > .is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder)::before, .cxd-Combo--ver:not(.cxd-Combo--noBorder)::after {
  display: table;
  content: "";
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder)::after {
  clear: both;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items {
  margin: -0.625rem -0.625rem 0 -0.625rem;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag {
  text-align: right;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag label {
  color: #108cee;
  margin-right: 0.625rem;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
  border: 0.0625rem dashed #e8ebee;
  padding: 0.625rem 0.625rem;
  position: relative;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
  margin: 0.625rem;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item > .cxd-Combo-itemToolbar,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemToolbar {
  opacity: 0;
  position: absolute;
  right: 0.3125rem;
  top: -0.78125rem;
  transition: all 0.25s ease-in-out;
  height: 1.5625rem;
  line-height: 1.5625rem;
  background-color: #108cee;
  color: #f2f2f2;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  padding: 0 0.1875rem;
  border-style: solid;
  border-color: #0e7ed6;
  border-width: 0.0625rem 0.0625rem 0 0.0625rem;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item > .cxd-Combo-itemToolbar .cxd-Combo-toolbarBtn,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemToolbar .cxd-Combo-toolbarBtn {
  color: inherit;
  line-height: 1.5625rem;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item > .cxd-Combo-itemToolbar .cxd-Combo-toolbarBtn:hover,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemToolbar .cxd-Combo-toolbarBtn:hover {
  color: #fff;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item:hover,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item:hover {
  border-color: #108cee;
}

.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item:hover > .cxd-Combo-itemToolbar,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-itemToolbar {
  top: -1.5625rem;
  opacity: 1;
}

.cxd-Combo-item--dragging {
  position: relative;
}

.cxd-Combo-item--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.cxd-Combo-dragableTip {
  color: #999;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
}

.cxd-Combo-dragableTip:empty {
  display: none;
}

.cxd-ComboControl.is-inline .cxd-Combo--hor .cxd-Combo-itemInner {
  flex-grow: unset;
  flex-basis: unset;
}

.cxd-ComboControl.is-inline .cxd-Combo--ver .cxd-Combo-item {
  display: inline-block;
}

@media (min-width: 576px) {
  .cxd-Combo-form .cxd-Form-item:last-child {
    margin-bottom: 0;
  }
}

.cxd-SubForm-values {
  display: inline-block;
  margin-top: -0.3125rem;
  padding: 0.33929rem 0;
}

.cxd-SubForm-value {
  cursor: pointer;
  user-select: none;
  line-height: 0.94643rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 2px;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
}

.cxd-SubForm-value:hover {
  background-color: #b3d8ff;
}

.cxd-SubForm-value.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-SubForm-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-SubForm-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-SubForm-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-SubForm-addBtn {
  font-size: 0.75rem;
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  height: 1.875rem;
  color: #fff;
  background-color: #108cee;
  border-color: #108cee;
  box-shadow: none;
}

.cxd-SubForm-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-SubForm-addBtn > .pull-left {
  margin-right: 0.5rem;
}

.cxd-SubForm-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-SubForm-addBtn > .pull-right {
  margin-left: 0.5rem;
}

.cxd-SubForm-addBtn:hover, .cxd-SubForm-addBtn:focus {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0d70be;
}

.cxd-SubForm-addBtn.is-disabled, .cxd-SubForm-addBtn:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-SubForm-addBtn:not(:disabled):not(.is-disabled):active, .cxd-SubForm-addBtn:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: #0d70be;
  border-color: #0c69b2;
}

.cxd-SubForm-addBtn.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-SubFormControl {
  padding-top: 0rem;
}

.cxd-ChainedSelectControl .cxd-Select {
  margin-right: 0.3125rem;
}

.cxd-Picker {
  position: relative;
  outline: none;
}

.cxd-Picker.is-inline {
  display: inline-block;
}

.cxd-Picker-input {
  display: flex;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
}

.cxd-Picker-input input {
  outline: none;
  background: transparent;
  border: none;
  color: #666;
  width: 100%;
  height: 1.07143rem;
}

.cxd-Picker-input input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-Picker-input > input {
  flex-grow: 1;
}

.cxd-Picker.is-error > .cxd-Picker-input {
  border-color: #d0021b;
  background-color: #fffbfb;
}

.cxd-Picker.is-focused > .cxd-Picker-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Picker.is-error.is-focused > .cxd-Picker-input {
  border-color: #d0021b;
}

.cxd-Picker.is-disabled > .cxd-Picker-input {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-Picker-spinner {
  line-height: 1.07143rem;
}

.cxd-Picker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxd-Picker-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-Picker-clear:hover svg {
  fill: #666666;
}

@media (min-width: 576px) {
  .cxd-Picker.cxd-Form-control--sizeXs > .cxd-Picker-input,
  .cxd-Picker.cxd-Form-control--sizeSm > .cxd-Picker-input,
  .cxd-Picker.cxd-Form-control--sizeMd > .cxd-Picker-input,
  .cxd-Picker.cxd-Form-control--sizeLg > .cxd-Picker-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.cxd-Picker.is-focus > .cxd-Picker-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-Picker-placeholder {
  color: #999;
  user-select: none;
  position: absolute;
  line-height: 1.42857;
}

.cxd-Picker-input {
  min-height: 1.875rem;
  height: auto;
}

.cxd-Picker .cxd-Picker-values {
  display: inline;
}

.cxd-Picker-valueWrap {
  flex-grow: 1;
  position: relative;
}

.cxd-Picker-valueWrap > input {
  width: 1rem;
  display: inline-block;
}

.cxd-Picker .cxd-Picker-valueWrap {
  margin-bottom: -0.3125rem;
  line-height: 1;
}

.cxd-Picker .cxd-Picker-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 0.94643rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 2px;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cxd-Picker .cxd-Picker-value.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-Picker .cxd-Picker-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-Picker .cxd-Picker-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-Picker .cxd-Picker-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-Picker-btn {
  cursor: pointer;
  color: #6c757d;
}

.cxd-Picker-btn:hover {
  color: #545b62;
}

.cxd-Picker-btn:before {
  line-height: 1;
  color: inherit;
  content: '\f2d2';
  display: inline-block;
  font-size: 0.75rem;
  font-family: "FontAwesome";
}

.cxd-Picker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 0.3125rem;
}

.cxd-Picker-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-Picker-clear:hover svg {
  fill: #666666;
}

.cxd-PickerControl.is-inline .cxd-Picker {
  display: inline-block;
  min-width: 9.375rem;
}

.cxd-QrCode {
  min-height: 1.875rem;
  padding: 0.4375rem 0;
}

.cxd-TagControl {
  position: relative;
}

.cxd-TagControl.is-inline {
  display: inline-block;
}

.cxd-TagControl-input {
  display: flex;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
}

.cxd-TagControl-input input {
  outline: none;
  background: transparent;
  border: none;
  color: #666;
  width: 100%;
  height: 1.07143rem;
}

.cxd-TagControl-input input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-TagControl-input > input {
  flex-grow: 1;
}

.cxd-TagControl.is-error > .cxd-TagControl-input {
  border-color: #d0021b;
  background-color: #fffbfb;
}

.cxd-TagControl.is-focused > .cxd-TagControl-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-TagControl.is-error.is-focused > .cxd-TagControl-input {
  border-color: #d0021b;
}

.cxd-TagControl.is-disabled > .cxd-TagControl-input {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-TagControl-spinner {
  line-height: 1.07143rem;
}

.cxd-TagControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxd-TagControl-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-TagControl-clear:hover svg {
  fill: #666666;
}

@media (min-width: 576px) {
  .cxd-TagControl.cxd-Form-control--sizeXs > .cxd-TagControl-input,
  .cxd-TagControl.cxd-Form-control--sizeSm > .cxd-TagControl-input,
  .cxd-TagControl.cxd-Form-control--sizeMd > .cxd-TagControl-input,
  .cxd-TagControl.cxd-Form-control--sizeLg > .cxd-TagControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.cxd-TagControl-placeholder {
  color: #999;
  user-select: none;
  position: absolute;
  left: 0.625rem;
  top: 0.33929rem;
  margin-top: 0.125rem;
  line-height: 1.42857;
}

.cxd-TagControl-input {
  min-height: 1.875rem;
  height: auto;
}

.cxd-TagControl-valueWrap {
  flex-grow: 1;
  margin-bottom: -0.3125rem;
  line-height: 1;
}

.cxd-TagControl-valueWrap > input {
  width: 6.25rem;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  margin-bottom: 0.3125rem;
}

.cxd-TagControl-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 0.94643rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #007eff;
  background: #cce5ff;
  border: 0.0625rem solid #99cbff;
  border-radius: 2px;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cxd-TagControl-value.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-TagControl-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid #99cbff;
  padding: 1px 5px;
}

.cxd-TagControl-valueIcon:hover {
  background-color: #b3d8ff;
}

.cxd-TagControl-valueLabel {
  padding: 0 0.3125rem;
}

.cxd-TagControl-sug {
  margin-top: 0.375rem;
}

.cxd-TagControl-sugTip {
  color: #108cee;
  margin-bottom: 0.375rem;
}

.cxd-TagControl-sugItem {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  height: 1.875rem;
  color: #000;
  background-color: #fff;
  border-color: #cccccc;
  box-shadow: none;
}

.cxd-TagControl-sugItem .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-TagControl-sugItem > .pull-left {
  margin-right: 0.5rem;
}

.cxd-TagControl-sugItem .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-TagControl-sugItem > .pull-right {
  margin-left: 0.5rem;
}

.cxd-TagControl-sugItem:hover, .cxd-TagControl-sugItem:focus {
  color: #000;
  background-color: #ececec;
  border-color: #b3b3b3;
}

.cxd-TagControl-sugItem.is-disabled, .cxd-TagControl-sugItem:disabled {
  background-color: #f5f5f5;
  color: #aaa;
  border-color: #ebebeb;
}

.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):active, .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).is-active {
  color: #000;
  background-color: #e6e6e6;
  border-color: #acacac;
}

.cxd-TagControl-sugItem.is-disabled {
  pointer-events: none;
  opacity: 1;
}

.cxd-Rating {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  font-size: 1.5rem;
  color: #343a40;
  cursor: pointer;
}

.cxd-Rating.is-active {
  color: #108cee;
}

.cxd-Rating.is-disabled {
  cursor: not-allowed;
}

.cxd-Rating-half:before {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  content: attr(data-forhalf);
  color: #108cee;
}

.cxd-RatingControl {
  position: relative;
  overflow: hidden;
}

.cxd-Form {
  font-size: 0.75rem;
  position: relative;
}

.cxd-Form--quickEdit .cxd-Form-item:last-child {
  margin-bottom: 0;
}

.cxd-Form--inline > .cxd-PlainField {
  display: inline-block;
  padding-top: 0.33929rem;
}

.cxd-Form-label {
  font-weight: 400;
  margin-bottom: 0.3125rem;
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.cxd-Form-label > span {
  position: relative;
}

.cxd-Form-star {
  color: #dc3545;
  font-size: 0.6875rem;
  position: absolute;
  left: -0.375rem;
  top: 0.1875rem;
  line-height: 1;
}

.cxd-Form-feedback {
  color: #ea2e2e;
  margin: 0.375rem 0 0;
  padding-left: 0.9375rem;
  font-size: 0.75rem;
}

.cxd-Form-description {
  display: block;
  color: #999;
  margin: 0.375rem 0 0;
  font-size: 0.75rem;
}

.cxd-Form-hint {
  display: inline-block;
  margin-left: 0.625rem;
  padding-top: 0.33929rem;
  vertical-align: top;
}

.cxd-Form-item {
  margin-bottom: 1.25rem;
}

.cxd-Grid-form > .cxd-Form-item:last-child {
  margin-bottom: 0;
}

.cxd-Form--inline > .cxd-Form-item--inline {
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}

.cxd-Form--inline > .cxd-Form-item--inline:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.cxd-Form-item .cxd-Form-remark {
  margin-top: 0.5rem;
  vertical-align: top;
}

.cxd-Form-item--horizontal > .cxd-Form-label {
  text-align: left;
}

.cxd-Form-item--normal > .cxd-Form-label {
  display: block;
}

.cxd-Form-item.is-error > .cxd-Form-label {
  color: #ea2e2e;
}

.cxd-Form-placeholder {
  color: #999;
}

@media (min-width: 576px) {
  .cxd-Form-control--sizeXs {
    min-width: 5rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-control--sizeSm {
    min-width: 10rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-control--sizeMd {
    min-width: 15rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-control--sizeLg {
    min-width: 20rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-item--horizontal {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .cxd-Form-item--horizontal > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .cxd-Form-item--horizontal > .cxd-Form-label,
  .cxd-Form-item--horizontal > .cxd-Form-value {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--xs,
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--sm,
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--normal,
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--md,
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
    flex-grow: unset;
    flex-basis: unset;
  }
  .cxd-Form-item--horizontal > .cxd-Form-label {
    padding-top: 0.40179rem;
    margin-bottom: 0;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--xs {
    width: 3.125rem;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--sm {
    width: 4.375rem;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--normal {
    width: 5.625rem;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--md {
    width: 8.75rem;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
    width: 11.875rem;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .cxd-Form-item--inline {
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-item--inline > .cxd-Form-label {
    padding-top: 0.40179rem;
    margin-bottom: 0;
    margin-right: 0.625rem;
  }
  .cxd-Form-item--inline > .cxd-Form-label .cxd-Form-star {
    position: static;
  }
  .cxd-Form-item--inline > .cxd-Form-value {
    display: inline;
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-control {
    vertical-align: top;
    display: inline-block;
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-control.cxd-InputGroup {
    display: inline-flex;
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-TextControl--withAddOn {
    display: inline-flex;
  }
  .cxd-Form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    align-items: flex-start;
  }
  .cxd-Form-row > * {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .cxd-Form-col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .cxd-Form-rowInner {
    display: flex;
    flex-wrap: nowrap;
  }
  .cxd-Form-rowInner > .cxd-Form-label {
    display: inline-block;
    vertical-align: top;
    padding-top: 0.40179rem;
    padding-right: 0.625rem;
  }
  .cxd-Form-rowInner > .cxd-Form-control {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.cxd-TransferSelectControl {
  display: flex;
  height: 18.75rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions {
  height: 100%;
  flex: 1;
  border: 0.0625rem solid #e8ebee;
  overflow: auto;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-heading, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-heading {
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 1.25rem;
  border-bottom: 0;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-body table tbody tr td,
.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-body ul li, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-body table tbody tr td,
.cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-body ul li {
  position: relative;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-body ul, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-body ul {
  margin: 0;
  padding: 0;
  padding-top: 0.625rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-body li, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-body li {
  height: 1.875rem;
  line-height: 1.875rem;
  list-style: none;
  padding-left: 1.25rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-selectAll,
.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-clearAll, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-selectAll,
.cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-clearAll {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #108cee;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions .cxd-TransferSelect-searchWrapper i, .cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions .cxd-TransferSelect-searchWrapper i {
  height: 1.0625rem;
  line-height: 1.0625rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions--table .cxd-TransferSelect-heading {
  background-color: #fff;
  display: flex;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions--table .cxd-TransferSelect-searchWrapper {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  flex: 1;
  margin-left: 1.875rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions--normal .cxd-TransferSelect-heading {
  background-color: #f6f7fb;
}

.cxd-TransferSelectControl .cxd-TransferSelect-allOptions--normal .cxd-TransferSelect-searchWrapper {
  padding: 0.625rem 1.25rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions--table .cxd-TransferSelect-heading {
  background-color: #fff;
}

.cxd-TransferSelectControl .cxd-TransferSelect-selectedOptions--normal .cxd-TransferSelect-heading {
  background-color: #f6f7fb;
}

.cxd-TransferSelectControl .cxd-TransferSelect-option-close {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 1.25rem;
  cursor: pointer;
}

.cxd-TransferSelectControl .cxd-TransferSelect-action {
  padding: 0 1.25rem;
}

.cxd-TransferSelectControl .cxd-TransferSelect-action .cxd-TransferSelect-actionIcon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.75rem solid transparent;
  border-left: 0.75rem solid #b7b7b7;
  border-bottom: 0.75rem solid transparent;
  position: relative;
  top: calc(50% - 6px);
}

.cxd-NestedSelect {
  display: inline-flex;
  vertical-align: middle;
  outline: none;
  position: relative;
  border: 0.0625rem solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 1.875rem;
  padding: 0.33929rem 0 0.33929rem 0.625rem;
  cursor: pointer;
  color: #000;
}

.cxd-NestedSelect.is-disabled {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-NestedSelect.is-focused, .cxd-NestedSelect.is-opened {
  border-color: #108cee;
}

.cxd-NestedSelect.is-opened .cxd-Select-arrow:before {
  transform: rotate(180deg);
}

.cxd-NestedSelect:not(.is-disabled):hover {
  background: #fff;
}

.cxd-NestedSelect-placeholder {
  color: #999;
  line-height: 1.42857;
}

.cxd-NestedSelect-valueWrap {
  user-select: none;
  position: relative;
  flex-grow: 1;
}

.cxd-NestedSelect-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.cxd-NestedSelect-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-NestedSelect-clear:hover svg {
  fill: #666666;
}

.cxd-NestedSelect-optionArrowRight {
  display: inline-block;
  position: absolute;
  right: 0.625rem;
}

.cxd-NestedSelect-optionArrowRight svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #999;
}

.cxd-NestedSelect-menuOuter, .cxd-NestedSelect-childrenOuter {
  z-index: 10;
  position: absolute;
  background: #fff;
  color: #333;
  border: 0 solid #108cee;
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.cxd-NestedSelect-menuOuter .cxd-NestedSelect-option, .cxd-NestedSelect-childrenOuter .cxd-NestedSelect-option {
  position: relative;
  padding-left: 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  cursor: pointer;
}

.cxd-NestedSelect-menuOuter .cxd-NestedSelect-option.is-active, .cxd-NestedSelect-childrenOuter .cxd-NestedSelect-option.is-active {
  color: #108cee;
  background-color: transparent;
}

.cxd-NestedSelect-menuOuter .cxd-NestedSelect-option:hover, .cxd-NestedSelect-childrenOuter .cxd-NestedSelect-option:hover {
  color: #000;
  background-color: #eaf6fe;
}

.cxd-NestedSelect-menuOuter .cxd-NestedSelect-option:hover > .cxd-NestedSelect-childrenOuter, .cxd-NestedSelect-childrenOuter .cxd-NestedSelect-option:hover > .cxd-NestedSelect-childrenOuter {
  display: block;
}

.cxd-NestedSelect-menuOuter .cxd-NestedSelect-option .cxd-Checkbox, .cxd-NestedSelect-childrenOuter .cxd-NestedSelect-option .cxd-Checkbox {
  display: inline-block;
  padding-top: 0;
}

.cxd-NestedSelect-menuOuter .cxd-NestedSelect-option.checkall, .cxd-NestedSelect-childrenOuter .cxd-NestedSelect-option.checkall {
  border-bottom: 0.0625rem solid #eceff8;
}

.cxd-NestedSelect-childrenOuter {
  display: none;
  position: relative;
  width: 100%;
  left: 100%;
  transform: translateY(-1.875rem);
  padding: 0;
  margin: 0;
}

.cxd-IconPickerControl {
  position: relative;
}

.cxd-IconPickerControl.is-inline {
  display: inline-block;
}

.cxd-IconPickerControl-input {
  display: flex;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  line-height: 1.42857;
  padding: 0.33929rem 0.625rem;
  font-size: 0.75rem;
}

.cxd-IconPickerControl-input input {
  outline: none;
  background: transparent;
  border: none;
  color: #666;
  width: 100%;
  height: 1.07143rem;
}

.cxd-IconPickerControl-input input::placeholder {
  color: #999;
  user-select: none;
}

.cxd-IconPickerControl-input > input {
  flex-grow: 1;
}

.cxd-IconPickerControl.is-error > .cxd-IconPickerControl-input {
  border-color: #d0021b;
  background-color: #fffbfb;
}

.cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
  border-color: #108cee;
  box-shadow: none;
}

.cxd-IconPickerControl.is-error.is-focused > .cxd-IconPickerControl-input {
  border-color: #d0021b;
}

.cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
  color: #999;
  background: #f5f5f5;
  border-color: #ebebeb;
}

.cxd-IconPickerControl-spinner {
  line-height: 1.07143rem;
}

.cxd-IconPickerControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxd-IconPickerControl-clear svg {
  fill: #999;
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-IconPickerControl-clear:hover svg {
  fill: #666666;
}

@media (min-width: 576px) {
  .cxd-IconPickerControl.cxd-Form-control--sizeXs > .cxd-IconPickerControl-input,
  .cxd-IconPickerControl.cxd-Form-control--sizeSm > .cxd-IconPickerControl-input,
  .cxd-IconPickerControl.cxd-Form-control--sizeMd > .cxd-IconPickerControl-input,
  .cxd-IconPickerControl.cxd-Form-control--sizeLg > .cxd-IconPickerControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.cxd-IconPickerControl-placeholder {
  color: #999;
  user-select: none;
  position: absolute;
  left: 0.625rem;
  top: 0.33929rem;
  margin-top: 0.125rem;
  line-height: 1.42857;
}

.cxd-IconPickerControl-valueWrap {
  flex-grow: 1;
  line-height: 1;
  white-space: nowrap;
}

.cxd-IconPickerControl-valueWrap > input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.cxd-IconPickerControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
}

.cxd-IconPickerControl-input--withAC > input {
  width: auto;
}

.cxd-IconPickerControl-sugsPanel {
  position: absolute;
  background: #fff;
  color: #333;
  border: 0.0625rem solid #108cee;
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  height: auto;
}

.cxd-IconPickerControl-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #f0f3f4;
}

.cxd-IconPickerControl-tab {
  display: inline-block;
  padding: 0 0.3125rem;
  height: 1.875rem;
  line-height: 1.875rem;
  cursor: pointer;
  text-align: center;
}

.cxd-IconPickerControl-tab.active {
  background: #fff;
}

.cxd-IconPickerControl-singleVendor {
  padding: 0.3125rem 0 0.3125rem 0.8125rem;
}

.cxd-IconPickerControl-multiVendor {
  padding: 2.1875rem 0 0.3125rem 0.8125rem;
}

.cxd-IconPickerControl-sugs {
  position: relative;
  max-height: 21.875rem;
  overflow-y: scroll;
}

.cxd-IconPickerControl-sugItem {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}

.cxd-IconPickerControl-value {
  user-select: none;
  line-height: 1.07143rem;
  vertical-align: middle;
  display: inline-block;
}

.cxd-IconPickerControl-value > i {
  display: inline-block;
  margin-right: 0.3125rem;
}

/*
 * utilities
 */
.bg-light {
  background-color: #eaf6fe;
  color: #666;
}

.bg-light.lt,
.bg-light .lt {
  background-color: #f4fafe;
}

.bg-light.lter,
.bg-light .lter {
  background-color: #f9fcff;
}

.bg-light.dk,
.bg-light .dk {
  background-color: #dbf0fe;
}

.bg-light.dker,
.bg-light .dker {
  background-color: #d0ecfe;
}

.bg-light.bg,
.bg-light .bg {
  background-color: #eaf6fe;
}

.bg-dark {
  background-color: #343a40;
  color: #a0a0a0;
}

.bg-dark.lt,
.bg-dark .lt {
  background-color: #41474c;
}

.bg-dark.lter,
.bg-dark .lter {
  background-color: #4f5458;
}

.bg-dark.dk,
.bg-dark .dk {
  background-color: #272d33;
}

.bg-dark.dker,
.bg-dark .dker {
  background-color: #1c2125;
}

.bg-dark.bg,
.bg-dark .bg {
  background-color: #343a40;
}

.bg-dark a {
  color: #b9baba;
}

.bg-dark a:hover {
  color: #fff;
}

.bg-dark .open > a, .bg-dark .open > a:hover, .bg-dark .open > a:focus {
  color: #fff;
}

.bg-dark .text-muted {
  color: #868787 !important;
}

.bg-dark .text-lt {
  color: #e0e0e0 !important;
}

.bg-dark.auto .list-group-item,
.bg-dark .auto .list-group-item {
  border-color: #292d32 !important;
  background-color: transparent;
}

.bg-dark.auto .list-group-item:hover, .bg-dark.auto .list-group-item:focus, .bg-dark.auto .list-group-item:active, .bg-dark.auto .list-group-item.active,
.bg-dark .auto .list-group-item:hover,
.bg-dark .auto .list-group-item:focus,
.bg-dark .auto .list-group-item:active,
.bg-dark .auto .list-group-item.active {
  background-color: saturate(#292d32);
}

.bg-black {
  background-color: #000;
  color: #666666;
}

.bg-black.lt,
.bg-black .lt {
  background-color: #0d0d0d;
}

.bg-black.lter,
.bg-black .lter {
  background-color: #1a1a1a;
}

.bg-black.dk,
.bg-black .dk {
  background-color: black;
}

.bg-black.dker,
.bg-black .dker {
  background-color: black;
}

.bg-black.bg,
.bg-black .bg {
  background-color: #000;
}

.bg-black a {
  color: gray;
}

.bg-black a:hover {
  color: #fff;
}

.bg-black .open > a, .bg-black .open > a:hover, .bg-black .open > a:focus {
  color: #fff;
}

.bg-black .text-muted {
  color: #4d4d4d !important;
}

.bg-black .text-lt {
  color: #a6a6a6 !important;
}

.bg-black.auto .list-group-item,
.bg-black .auto .list-group-item {
  border-color: black !important;
  background-color: transparent;
}

.bg-black.auto .list-group-item:hover, .bg-black.auto .list-group-item:focus, .bg-black.auto .list-group-item:active, .bg-black.auto .list-group-item.active,
.bg-black .auto .list-group-item:hover,
.bg-black .auto .list-group-item:focus,
.bg-black .auto .list-group-item:active,
.bg-black .auto .list-group-item.active {
  background-color: saturate(black);
}

.bg-primary {
  background-color: #108cee;
  color: #d1e7f9;
}

.bg-primary.lt,
.bg-primary .lt {
  background-color: #2a97ee;
}

.bg-primary.lter,
.bg-primary .lter {
  background-color: #44a2ed;
}

.bg-primary.dk,
.bg-primary .dk {
  background-color: #0c7ed9;
}

.bg-primary.dker,
.bg-primary .dker {
  background-color: #0870c3;
}

.bg-primary.bg,
.bg-primary .bg {
  background-color: #108cee;
}

.bg-primary a {
  color: #feffff;
}

.bg-primary a:hover {
  color: #fff;
}

.bg-primary .open > a, .bg-primary .open > a:hover, .bg-primary .open > a:focus {
  color: #fff;
}

.bg-primary .text-muted {
  color: #a4d0f3 !important;
}

.bg-primary .text-lt {
  color: white !important;
}

.bg-primary.auto .list-group-item,
.bg-primary .auto .list-group-item {
  border-color: #0e7ed6 !important;
  background-color: transparent;
}

.bg-primary.auto .list-group-item:hover, .bg-primary.auto .list-group-item:focus, .bg-primary.auto .list-group-item:active, .bg-primary.auto .list-group-item.active,
.bg-primary .auto .list-group-item:hover,
.bg-primary .auto .list-group-item:focus,
.bg-primary .auto .list-group-item:active,
.bg-primary .auto .list-group-item.active {
  background-color: saturate(#0e7ed6);
}

.bg-success {
  background-color: #5fb333;
  color: #d4eac8;
}

.bg-success.lt,
.bg-success .lt {
  background-color: #6bc33c;
}

.bg-success.lter,
.bg-success .lter {
  background-color: #7ac653;
}

.bg-success.dk,
.bg-success .dk {
  background-color: #54a22b;
}

.bg-success.dker,
.bg-success .dker {
  background-color: #499023;
}

.bg-success.bg,
.bg-success .bg {
  background-color: #5fb333;
}

.bg-success a {
  color: #f1f8ed;
}

.bg-success a:hover {
  color: #fff;
}

.bg-success .open > a, .bg-success .open > a:hover, .bg-success .open > a:focus {
  color: #fff;
}

.bg-success .text-muted {
  color: #b6dca3 !important;
}

.bg-success .text-lt {
  color: white !important;
}

.bg-success.auto .list-group-item,
.bg-success .auto .list-group-item {
  border-color: #549f2d !important;
  background-color: transparent;
}

.bg-success.auto .list-group-item:hover, .bg-success.auto .list-group-item:focus, .bg-success.auto .list-group-item:active, .bg-success.auto .list-group-item.active,
.bg-success .auto .list-group-item:hover,
.bg-success .auto .list-group-item:focus,
.bg-success .auto .list-group-item:active,
.bg-success .auto .list-group-item.active {
  background-color: saturate(#549f2d);
}

.bg-info {
  background-color: #108cee;
  color: #d1e7f9;
}

.bg-info.lt,
.bg-info .lt {
  background-color: #2a97ee;
}

.bg-info.lter,
.bg-info .lter {
  background-color: #44a2ed;
}

.bg-info.dk,
.bg-info .dk {
  background-color: #0c7ed9;
}

.bg-info.dker,
.bg-info .dker {
  background-color: #0870c3;
}

.bg-info.bg,
.bg-info .bg {
  background-color: #108cee;
}

.bg-info a {
  color: #feffff;
}

.bg-info a:hover {
  color: #fff;
}

.bg-info .open > a, .bg-info .open > a:hover, .bg-info .open > a:focus {
  color: #fff;
}

.bg-info .text-muted {
  color: #a4d0f3 !important;
}

.bg-info .text-lt {
  color: white !important;
}

.bg-info.auto .list-group-item,
.bg-info .auto .list-group-item {
  border-color: #0e7ed6 !important;
  background-color: transparent;
}

.bg-info.auto .list-group-item:hover, .bg-info.auto .list-group-item:focus, .bg-info.auto .list-group-item:active, .bg-info.auto .list-group-item.active,
.bg-info .auto .list-group-item:hover,
.bg-info .auto .list-group-item:focus,
.bg-info .auto .list-group-item:active,
.bg-info .auto .list-group-item.active {
  background-color: saturate(#0e7ed6);
}

.bg-warning {
  background-color: #f39000;
  color: #fce5c3;
}

.bg-warning.lt,
.bg-warning .lt {
  background-color: #fc9c11;
}

.bg-warning.lter,
.bg-warning .lter {
  background-color: #faa62c;
}

.bg-warning.dk,
.bg-warning .dk {
  background-color: #da8100;
}

.bg-warning.dker,
.bg-warning .dker {
  background-color: #c07200;
}

.bg-warning.bg,
.bg-warning .bg {
  background-color: #f39000;
}

.bg-warning a {
  color: #fefaf4;
}

.bg-warning a:hover {
  color: #fff;
}

.bg-warning .open > a, .bg-warning .open > a:hover, .bg-warning .open > a:focus {
  color: #fff;
}

.bg-warning .text-muted {
  color: #f9d093 !important;
}

.bg-warning .text-lt {
  color: white !important;
}

.bg-warning.auto .list-group-item,
.bg-warning .auto .list-group-item {
  border-color: #da8100 !important;
  background-color: transparent;
}

.bg-warning.auto .list-group-item:hover, .bg-warning.auto .list-group-item:focus, .bg-warning.auto .list-group-item:active, .bg-warning.auto .list-group-item.active,
.bg-warning .auto .list-group-item:hover,
.bg-warning .auto .list-group-item:focus,
.bg-warning .auto .list-group-item:active,
.bg-warning .auto .list-group-item.active {
  background-color: saturate(#da8100);
}

.bg-danger {
  background-color: #ea2e2e;
  color: #fbe9e9;
}

.bg-danger.lt,
.bg-danger .lt {
  background-color: #ea4848;
}

.bg-danger.lter,
.bg-danger .lter {
  background-color: #ea6161;
}

.bg-danger.dk,
.bg-danger .dk {
  background-color: #ea1414;
}

.bg-danger.dker,
.bg-danger .dker {
  background-color: #d60f0f;
}

.bg-danger.bg,
.bg-danger .bg {
  background-color: #ea2e2e;
}

.bg-danger a {
  color: white;
}

.bg-danger a:hover {
  color: #fff;
}

.bg-danger .open > a, .bg-danger .open > a:hover, .bg-danger .open > a:focus {
  color: #fff;
}

.bg-danger .text-muted {
  color: #f4bdbd !important;
}

.bg-danger .text-lt {
  color: white !important;
}

.bg-danger.auto .list-group-item,
.bg-danger .auto .list-group-item {
  border-color: #e71717 !important;
  background-color: transparent;
}

.bg-danger.auto .list-group-item:hover, .bg-danger.auto .list-group-item:focus, .bg-danger.auto .list-group-item:active, .bg-danger.auto .list-group-item.active,
.bg-danger .auto .list-group-item:hover,
.bg-danger .auto .list-group-item:focus,
.bg-danger .auto .list-group-item:active,
.bg-danger .auto .list-group-item.active {
  background-color: saturate(#e71717);
}

.bg-white {
  background-color: #fff;
  color: #666;
}

.bg-white.lt,
.bg-white .lt {
  background-color: white;
}

.bg-white.lter,
.bg-white .lter {
  background-color: white;
}

.bg-white.dk,
.bg-white .dk {
  background-color: #f3f2f2;
}

.bg-white.dker,
.bg-white .dker {
  background-color: #e7e4e4;
}

.bg-white.bg,
.bg-white .bg {
  background-color: #fff;
}

.bg-none {
  background: none !important;
}

a.bg-primary:hover {
  background-color: #0e7ed6;
}

a.text-primary:hover {
  color: #0e7ed6;
}

.text-primary {
  color: #108cee;
}

.text-primary-lt {
  color: #0e7ed6;
}

.text-primary-lter {
  color: #0d70be;
}

.text-primary-dk {
  color: #0e7ed6;
}

.text-primary-dker {
  color: #0d70be;
}

a.bg-info:hover {
  background-color: #0e7ed6;
}

a.text-info:hover {
  color: #0e7ed6;
}

.text-info {
  color: #108cee;
}

.text-info-lt {
  color: #0e7ed6;
}

.text-info-lter {
  color: #0d70be;
}

.text-info-dk {
  color: #0e7ed6;
}

.text-info-dker {
  color: #0d70be;
}

a.bg-success:hover {
  background-color: #549f2d;
}

a.text-success:hover {
  color: #549f2d;
}

.text-success {
  color: #5fb333;
}

.text-success-lt {
  color: #549f2d;
}

.text-success-lter {
  color: #4a8b28;
}

.text-success-dk {
  color: #549f2d;
}

.text-success-dker {
  color: #4a8b28;
}

a.bg-warning:hover {
  background-color: #da8100;
}

a.text-warning:hover {
  color: #da8100;
}

.text-warning {
  color: #f39000;
}

.text-warning-lt {
  color: #da8100;
}

.text-warning-lter {
  color: #c07200;
}

.text-warning-dk {
  color: #da8100;
}

.text-warning-dker {
  color: #c07200;
}

a.bg-danger:hover {
  background-color: #e71717;
}

a.text-danger:hover {
  color: #e71717;
}

.text-danger {
  color: #ea2e2e;
}

.text-danger-lt {
  color: #e71717;
}

.text-danger-lter {
  color: #d01515;
}

.text-danger-dk {
  color: #e71717;
}

.text-danger-dker {
  color: #d01515;
}

a.bg-dark:hover {
  background-color: #292d32;
}

a.text-dark:hover {
  color: #292d32;
}

.text-dark {
  color: #343a40;
}

.text-dark-lt {
  color: #292d32;
}

.text-dark-lter {
  color: #1d2124;
}

.text-dark-dk {
  color: #292d32;
}

.text-dark-dker {
  color: #1d2124;
}

a.bg-white:hover {
  background-color: #f2f2f2;
}

a.text-white:hover {
  color: #f2f2f2;
}

.text-white {
  color: #fff;
}

.text-white-lt {
  color: #f2f2f2;
}

.text-white-lter {
  color: #e6e6e6;
}

.text-white-dk {
  color: #f2f2f2;
}

.text-white-dker {
  color: #e6e6e6;
}

a.bg-black:hover {
  background-color: black;
}

a.text-black:hover {
  color: black;
}

.text-black {
  color: #000;
}

.text-black-lt {
  color: black;
}

.text-black-lter {
  color: black;
}

.text-black-dk {
  color: black;
}

.text-black-dker {
  color: black;
}

.text-muted {
  color: #999;
}

.text-loud {
  color: #333;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: "";
}

.clearfix::after {
  clear: both;
}

.pos-rlt {
  position: relative;
}

.pos-stc {
  position: static !important;
}

.pos-abt {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.show {
  visibility: visible;
}

.line {
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}

.line-xs {
  margin: 0;
}

.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}

.line-dashed {
  border-style: dashed !important;
  background-color: transparent;
  border-width: 0;
}

.no-line {
  border-width: 0;
}

.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}

.no-b-t {
  border-top-width: 0;
}

.no-b-r {
  border-right-width: 0;
}

.no-b-b {
  border-bottom-width: 0;
}

.no-b-l {
  border-left-width: 0;
}

.no-radius {
  border-radius: 0;
}

.block {
  display: block;
}

.block.hide {
  display: none;
}

.inline {
  display: inline-block !important;
}

.none {
  display: none;
}

.pull-none {
  float: none;
}

.rounded {
  border-radius: 500px;
}

.clear {
  display: block;
  overflow: hidden;
}

.no-bg {
  background-color: transparent;
  color: inherit;
}

.no-select {
  user-select: none;
}

.l-h {
  line-height: 1.5;
}

.l-h-0x {
  line-height: 0;
}

.l-h-1x {
  line-height: 1.2;
}

.l-h-2x {
  line-height: 2em;
}

.l-s-1x {
  letter-spacing: 1;
}

.l-s-2x {
  letter-spacing: 2;
}

.l-s-3x {
  letter-spacing: 3;
}

.font-normal {
  font-weight: normal;
}

.font-thin {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.text-5x {
  font-size: 5em;
}

.text-4x {
  font-size: 4em;
}

.text-3x {
  font-size: 3em;
}

.text-2x {
  font-size: 2em;
}

.text-xl {
  font-size: 1.5rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-base {
  font-size: 0.875rem !important;
}

.text-sm {
  font-size: 0.75rem !important;
}

.text-xs {
  font-size: 0.6875rem !important;
}

.text-xxs {
  text-indent: -9999px;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-u-c {
  text-transform: uppercase;
}

.text-l-t {
  text-decoration: line-through;
}

.text-u-l {
  text-decoration: underline;
}

.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-lg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 #e8ebee, 0 2px 0 white, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.no-shadow {
  box-shadow: none !important;
}

.wrapper-xs {
  padding: 5px;
}

.wrapper-sm {
  padding: 10px;
}

.wrapper {
  padding: 15px;
}

.wrapper-md {
  padding: 20px;
}

.wrapper-lg {
  padding: 30px;
}

.wrapper-xl {
  padding: 50px;
}

.padder-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.padder-md {
  padding-left: 20px;
  padding-right: 20px;
}

.padder {
  padding-left: 15px;
  padding-right: 15px;
}

.padder-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padder-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padder-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padder-v-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.no-padder {
  padding: 0 !important;
}

.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

.pull-out {
  margin: -10px -15px;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
  border: 1px solid #e8ebee;
}

.b-t {
  border-top: 1px solid #e8ebee;
}

.b-t-none {
  border-top-width: 0;
}

.b-r {
  border-right: 1px solid #e8ebee;
}

.b-r-none {
  border-right-width: 0;
}

.b-b {
  border-bottom: 1px solid #e8ebee;
}

.b-b-none {
  border-bottom-width: 0;
}

.b-l {
  border-left: 1px solid #e8ebee;
}

.b-l-none {
  border-left-width: 0;
}

.b-light {
  border-color: #eaf6fe;
}

.b-dark {
  border-color: #343a40;
}

.b-black {
  border-color: #343a40;
}

.b-primary {
  border-color: #108cee;
}

.b-success {
  border-color: #5fb333;
}

.b-info {
  border-color: #108cee;
}

.b-warning {
  border-color: #f39000;
}

.b-danger {
  border-color: #ea2e2e;
}

.b-white {
  border-color: #fff;
}

.b-dashed {
  border-style: dashed !important;
}

.b-l-light {
  border-left-color: #eaf6fe;
}

.b-l-dark {
  border-left-color: #343a40;
}

.b-l-black {
  border-left-color: #343a40;
}

.b-l-primary {
  border-left-color: #108cee;
}

.b-l-success {
  border-left-color: #5fb333;
}

.b-l-info {
  border-left-color: #108cee;
}

.b-l-warning {
  border-left-color: #f39000;
}

.b-l-danger {
  border-left-color: #ea2e2e;
}

.b-l-white {
  border-left-color: #fff;
}

.b-l-2x {
  border-left-width: 2px;
}

.b-l-3x {
  border-left-width: 3px;
}

.b-l-4x {
  border-left-width: 4px;
}

.b-l-5x {
  border-left-width: 5px;
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}

.r {
  border-radius: 0.142rem 0.142rem 0.142rem 0.142rem;
}

.r-2x {
  border-radius: 0.285rem;
}

.r-3x {
  border-radius: 0.428rem;
}

.r-l {
  border-radius: 0.142rem 0 0 0.142rem;
}

.r-r {
  border-radius: 0 0.142rem 0.142rem 0;
}

.r-t {
  border-radius: 0.142rem 0.142rem 0 0;
}

.r-b {
  border-radius: 0 0 0.142rem 0.142rem;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n,
.m-none {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-r-n-xxl {
  margin-right: -50px;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.p-xxs {
  padding: 2px 4px;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 10px;
}

.p {
  padding: 15px;
}

.p-md {
  padding: 20px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 50px;
}

.p-n,
.p-none {
  padding: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l {
  padding-left: 15px;
}

.p-l-md {
  padding-left: 20px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-l-xl {
  padding-left: 40px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-t-xxs {
  padding-top: 1px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-t-xl {
  padding-top: 40px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-n-xxs {
  padding-top: -1px;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-r-xxs {
  padding-right: 1px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r {
  padding-right: 15px;
}

.p-r-md {
  padding-right: 20px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-r-xl {
  padding-right: 40px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-b-xxs {
  padding-bottom: 1px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}

.avatar img {
  border-radius: 500px;
  width: 100%;
}

.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}

.avatar i.right {
  left: auto;
  right: 0;
}

.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.avatar i.left {
  top: auto;
  bottom: 0;
}

.avatar i.on {
  background-color: #5fb333;
}

.avatar i.off {
  background-color: #999;
}

.avatar i.busy {
  background-color: #ea2e2e;
}

.avatar i.away {
  background-color: #f39000;
}

.avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}

.avatar.thumb-sm i {
  margin: 1px;
}

.avatar.thumb-xs i {
  margin: 0;
}

.w-1x {
  width: 1em;
}

.w-2x {
  width: 2em;
}

.w-3x {
  width: 3em;
}

.w-xxs {
  width: 60px;
}

.h-xxs {
  height: 60px;
}

.w-xs {
  width: 90px;
}

.h-xs {
  height: 90px;
}

.w-sm {
  width: 150px;
}

.h-sm {
  height: 150px;
}

.w {
  width: 200px;
}

.h {
  height: 200px;
}

.w-md {
  width: 240px;
}

.h-md {
  height: 240px;
}

.w-lg {
  width: 280px;
}

.h-lg {
  height: 280px;
}

.w-xl {
  width: 320px;
}

.h-xl {
  height: 320px;
}

.w-xxl {
  width: 360px;
}

.h-xxl {
  height: 360px;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.no-grow {
  flex-grow: unset !important;
}

@media (min-width: 576px) {
  .cxd-Form-col.w, .cxd-Form-col.w-xs,
  .cxd-Form-col.w-sm .cxd-Form-col.w-md .cxd-Form-col.w-lg {
    flex-basis: unset;
    flex-grow: unset;
  }
}

.thumb-xl {
  width: 128px;
  display: inline-block;
}

.thumb-lg {
  width: 96px;
  display: inline-block;
}

.thumb-md {
  width: 64px;
  display: inline-block;
}

.thumb {
  width: 50px;
  display: inline-block;
}

.thumb-sm {
  width: 40px;
  display: inline-block;
}

.thumb-xs {
  width: 34px;
  display: inline-block;
}

.thumb-xxs {
  width: 30px;
  display: inline-block;
}

.thumb-wrapper {
  padding: 2px;
  border: 1px solid #e8ebee;
}

.thumb img,
.thumb-xxs img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img,
.thumb-xl img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.img-full {
  width: 100%;
}

.img-full img {
  width: 100%;
}

.v-middle {
  vertical-align: middle !important;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollable.hover,
.scrollable.hover > .cell-inner {
  overflow-y: hidden !important;
}

.scrollable.hover:hover, .scrollable.hover:focus, .scrollable.hover:active {
  overflow: visible;
  overflow-y: auto;
}

.scrollable.hover:hover > .cell-inner, .scrollable.hover:focus > .cell-inner, .scrollable.hover:active > .cell-inner {
  overflow-y: auto !important;
}

.smart .scrollable,
.smart .scrollable > .cell-inner {
  overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

.hover-action {
  display: none;
}

.hover-rotate {
  transition: all 0.2s ease-in-out 0.1s;
}

.hover-anchor:hover > .hover-action,
.hover-anchor:focus > .hover-action,
.hover-anchor:active > .hover-action {
  display: inherit;
}

.hover-anchor:hover > .hover-rotate,
.hover-anchor:focus > .hover-rotate,
.hover-anchor:active > .hover-rotate {
  transform: rotate(90deg);
}

.backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.backdrop.fade {
  opacity: 0;
}

.backdrop.in {
  opacity: 0.8;
}

.col-xs-2-4,
.col-sm-2-4,
.col-md-2-4,
.col-lg-2-4,
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2-4 {
  width: 20%;
  float: left;
}

.col-xs-1-5 {
  width: 12.5%;
  float: left;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible2 {
  visibility: hidden;
}

.hbox {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.hbox > .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
}

.vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.vbox .row-row {
  display: table-row;
  height: 100%;
}

.vbox .row-row .cell {
  position: relative;
  height: 100%;
  width: 100%;
}

.ie .vbox .row-row .cell {
  display: table-cell;
  overflow: auto;
}

.ie .vbox .row-row .cell .cell-inner {
  overflow: visible !important;
}

.vbox .row-row .cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.word-break {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .col-sm-2-4 {
    width: 20%;
    float: left;
  }
  .col-sm-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-2-4 {
    width: 20%;
    float: left;
  }
  .col-md-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-2-4 {
    width: 20%;
    float: left;
  }
  .col-lg-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm.show {
    display: inherit !important;
  }
  .no-m-sm {
    margin: 0 !important;
  }
  .no-padder-sm {
    padding: 0 !important;
  }
}

/*phone*/
@media (max-width: 767px) {
  .w-auto-xs {
    width: auto;
  }
  .shift {
    display: none !important;
  }
  .shift.in {
    display: block !important;
  }
  .row-2 [class*="col"] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .no-border-xs {
    border-width: 0;
  }
  .pull-none-xs {
    float: none !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .dropdown-menu.pull-none-xs {
    left: 0;
  }
  .hidden-xs.show {
    display: inherit !important;
  }
  .wrapper-lg,
  .wrapper-md {
    padding: 15px;
  }
  .padder-lg,
  .padder-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-m-xs {
    margin: 0 !important;
  }
  .no-padder-xs {
    padding: 0 !important;
  }
}

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