amis
Version:
一种MIS页面生成工具
2,567 lines (2,287 loc) • 256 kB
CSS
@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