eks
Version:
A series of Vue components.
2,709 lines (2,239 loc) • 94.9 kB
CSS
/*!
* eks v0.7.0
* https://github.com/xkeshi/eks
*
* Copyright (c) 2018 Xkeshi
* Released under the MIT license
*
* Date: 2018-03-22T06:40:33.292Z
*/
/*! normalize.css v7.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
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
font-weight: bolder;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* 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 {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
template,
[hidden] {
display: none;
}
:root {
/* Fonts */
/* Font sizes */
/* Colors (http://clrs.cc) */
/* Borders */
/* Paddings */
/* Heights */
/* Grid breakpoints */
/* Grid containers */
/* Z-indexes */
/* Mixins */
}
*,
*::before,
*::after,
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-ms-overflow-style: scrollbar;
-ms-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-text-size-adjust: 100%;
}
html,
body {
font-size: 16px;
}
body {
background-color: #fff;
color: #111;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}
table {
border-collapse: collapse;
}
th {
text-align: left;
}
.eks-transition--fade-enter-active,
.eks-transition--fade-leave-active {
-webkit-transition: opacity .15s;
transition: opacity .15s;
}
.eks-transition--fade-enter,
.eks-transition--fade-leave-to {
opacity: 0;
}
.eks-transition--collapse-enter-active,
.eks-transition--collapse-leave-active {
overflow: hidden;
-webkit-transition: height .3s;
transition: height .3s;
}
.eks-transition--collapse-enter,
.eks-transition--collapse-leave-to {
height: 0;
}
@-webkit-keyframes eks-animation--rotation {
from {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes eks-animation--rotation {
from {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.eks-alert {
border-radius: .25rem;
border: 1px solid transparent;
display: block;
min-height: 50px;
min-height: 3.125rem;
padding: 12px 20px;
padding: .75rem 1.25rem;
}
.eks-alert a {
color: inherit;
font-weight: bold;
}
.eks-alert--primary {
background-color: rgb(204, 231, 255);
border-color: rgb(179, 219, 255);
color: rgb(0, 82, 153);
}
.eks-alert--secondary {
background-color: rgb(230, 230, 230);
border-color: rgb(217, 217, 217);
color: rgb(105, 105, 105);
}
.eks-alert--success {
background-color: rgb(213, 246, 217);
border-color: rgb(193, 241, 198);
color: rgb(46, 153, 58);
}
.eks-alert--danger {
background-color: rgb(255, 207, 204);
border-color: rgb(255, 182, 179);
color: rgb(153, 59, 54);
}
.eks-alert--warning {
background-color: rgb(255, 228, 204);
border-color: rgb(255, 214, 179);
color: rgb(153, 86, 28);
}
.eks-alert--info {
background-color: rgb(214, 245, 245);
border-color: rgb(194, 239, 239);
color: rgb(56, 153, 153);
}
.eks-alert--light {
background-color: rgb(250, 250, 250);
border-color: rgb(242, 242, 242);
color: rgb(129, 129, 129);
}
.eks-alert--dark {
background-color: rgb(230, 230, 230);
border-color: rgb(217, 217, 217);
color: black;
}
.eks-alert__close {
-webkit-appearance: none;
background-color: transparent;
border: 0;
color: inherit;
float: right;
font-size: 24px;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
opacity: .5;
padding: 12px 20px;
padding: .75rem 1.25rem;
position: relative;
right: -20px;
right: -1.25rem;
text-shadow: 0 1px 0 white;
top: -12px;
top: -.75rem;
}
.eks-alert__close:focus,
.eks-alert__close:hover {
opacity: 1;
}
.eks-badge {
border-radius: .25rem;
border: 0;
display: inline-block;
font-size: 75%;
font-weight: bold;
line-height: 1;
padding: .25em .4em;
white-space: nowrap;
}
.eks-badge--primary {
background-color: #0074d9;
color: white;
}
.eks-badge--secondary {
background-color: #aaa;
color: white;
}
.eks-badge--success {
background-color: #2ecc40;
color: white;
}
.eks-badge--danger {
background-color: #ff4136;
color: white;
}
.eks-badge--warning {
background-color: #ff851b;
color: white;
}
.eks-badge--info {
background-color: #39cccc;
color: white;
}
.eks-badge--light {
background-color: #ddd;
color: #111;
}
.eks-badge--dark {
background-color: #111;
color: white;
}
.eks-badge--rounded {
border-radius: 10rem;
padding-left: .6em;
padding-right: .6em;
}
a.eks-badge {
-webkit-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;
}
a.eks-badge:focus,
a.eks-badge:hover {
color: white;
text-decoration: none;
}
a.eks-badge.eks-badge--primary:focus,
a.eks-badge.eks-badge--primary:hover {
background-color: rgb(0, 102, 191);
}
a.eks-badge.eks-badge--secondary:focus,
a.eks-badge.eks-badge--secondary:hover {
background-color: rgb(160, 160, 160);
}
a.eks-badge.eks-badge--success:focus,
a.eks-badge.eks-badge--success:hover {
background-color: rgb(46, 191, 63);
}
a.eks-badge.eks-badge--danger:focus,
a.eks-badge.eks-badge--danger:hover {
background-color: rgb(230, 62, 54);
}
a.eks-badge.eks-badge--warning:focus,
a.eks-badge.eks-badge--warning:hover {
background-color: rgb(230, 122, 28);
}
a.eks-badge.eks-badge--info:focus,
a.eks-badge.eks-badge--info:hover {
background-color: rgb(56, 191, 191);
}
a.eks-badge.eks-badge--light:focus,
a.eks-badge.eks-badge--light:hover {
background-color: rgb(198, 198, 198);
color: #111;
}
a.eks-badge.eks-badge--dark:focus,
a.eks-badge.eks-badge--dark:hover {
background-color: black;
}
.eks-breadcrumb {
background-color: #f8f8f8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: 0;
max-width: 100%;
padding: 8px 16px;
padding: .5rem 1rem;
width: 100%;
}
.eks-breadcrumb__item {
color: #0074d9;
cursor: pointer;
}
.eks-breadcrumb__item + .eks-breadcrumb__item::before {
display: inline-block;
padding-right: 8px;
padding-right: .5rem;
padding-left: 8px;
padding-left: .5rem;
color: #aaa;
content: attr(data-separator);
}
.eks-breadcrumb__item--active {
color: #aaa;
cursor: default;
}
.eks-breadcrumb__item--active:focus,
.eks-breadcrumb__item--active:hover {
color: #aaa;
text-decoration: none;
}
.eks-button {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid transparent;
border-radius: .25rem;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
min-height: 40px;
min-height: 2.5rem;
padding: 7px 14px;
padding: .4375rem .875rem;
text-align: center;
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}
.eks-button:focus {
outline: 0;
-webkit-box-shadow: 0 0 2px rgb(0, 27, 51);
box-shadow: 0 0 2px rgb(0, 27, 51);
}
.eks-button:hover {
text-decoration: none;
}
.eks-button:disabled {
opacity: .65;
-webkit-box-shadow: none;
box-shadow: none;
}
.eks-button:active {
background-image: none;
}
.eks-button--primary {
color: white;
background-color: #0074d9;
border-color: #0074d9;
}
.eks-button--primary:hover,
.eks-button--primary:focus {
color: white;
background-color: rgb(0, 102, 191);
border-color: rgb(0, 102, 191);
}
.eks-button--primary:disabled:hover,
.eks-button--primary:disabled:focus {
background-color: #0074d9;
border-color: #0074d9;
}
.eks-button--secondary {
color: white;
background-color: #aaa;
border-color: #aaa;
}
.eks-button--secondary:hover,
.eks-button--secondary:focus {
color: white;
background-color: rgb(160, 160, 160);
border-color: rgb(160, 160, 160);
}
.eks-button--secondary:disabled:hover,
.eks-button--secondary:disabled:focus {
background-color: #aaa;
border-color: #aaa;
}
.eks-button--success {
color: white;
background-color: #2ecc40;
border-color: #2ecc40;
}
.eks-button--success:hover,
.eks-button--success:focus {
color: white;
background-color: rgb(46, 191, 63);
border-color: rgb(46, 191, 63);
}
.eks-button--success:disabled:hover,
.eks-button--success:disabled:focus {
background-color: #2ecc40;
border-color: #2ecc40;
}
.eks-button--danger {
color: white;
background-color: #ff4136;
border-color: #ff4136;
}
.eks-button--danger:hover,
.eks-button--danger:focus {
color: white;
background-color: rgb(230, 62, 54);
border-color: rgb(230, 62, 54);
}
.eks-button--danger:disabled:hover,
.eks-button--danger:disabled:focus {
background-color: #ff4136;
border-color: #ff4136;
}
.eks-button--warning {
color: white;
background-color: #ff851b;
border-color: #ff851b;
}
.eks-button--warning:hover,
.eks-button--warning:focus {
color: white;
background-color: rgb(230, 122, 28);
border-color: rgb(230, 122, 28);
}
.eks-button--warning:disabled:hover,
.eks-button--warning:disabled:focus {
color: white;
background-color: #ff851b;
border-color: #ff851b;
}
.eks-button--info {
color: white;
background-color: #39cccc;
border-color: #39cccc;
}
.eks-button--info:hover,
.eks-button--info:focus {
color: white;
background-color: rgb(56, 191, 191);
border-color: rgb(56, 191, 191);
}
.eks-button--info:disabled:hover,
.eks-button--info:disabled:focus {
background-color: #39cccc;
border-color: #39cccc;
}
.eks-button--light {
background-color: #ddd;
border-color: #ddd;
}
.eks-button--light:hover,
.eks-button--light:focus {
background-color: rgb(198, 198, 198);
border-color: rgb(198, 198, 198);
}
.eks-button--light:disabled:hover,
.eks-button--light:disabled:focus {
background-color: #ddd;
border-color: #ddd;
}
.eks-button--dark {
color: white;
background-color: #111;
border-color: #111;
}
.eks-button--dark:hover,
.eks-button--dark:focus {
color: white;
background-color: black;
border-color: black;
}
.eks-button--dark:disabled:hover,
.eks-button--dark:disabled:focus {
background-color: #111;
border-color: #111;
}
.eks-button--link {
color: #0074d9;
background-color: transparent;
}
.eks-button--link:hover,
.eks-button--link:focus {
color: rgb(0, 102, 191) !important;
}
.eks-button--link:hover {
text-decoration: underline;
}
.eks-button--link:disabled {
color: #0074d9;
}
.eks-button--outline {
background-color: white;
}
.eks-button--outline:hover,
.eks-button--outline:focus {
color: white !important;
}
.eks-button--outline:disabled:hover,
.eks-button--outline:disabled:focus {
background-color: white;
}
.eks-button--outline.eks-button--primary {
color: #0074d9;
}
.eks-button--outline.eks-button--primary:disabled:hover,
.eks-button--outline.eks-button--primary:disabled:focus {
color: #0074d9 !important;
}
.eks-button--outline.eks-button--secondary {
color: #aaa;
}
.eks-button--outline.eks-button--secondary:disabled:hover,
.eks-button--outline.eks-button--secondary:disabled:focus {
color: #aaa !important;
}
.eks-button--outline.eks-button--success {
color: #2ecc40;
}
.eks-button--outline.eks-button--success:disabled:hover,
.eks-button--outline.eks-button--success:disabled:focus {
color: #2ecc40 !important;
}
.eks-button--outline.eks-button--info {
color: #39cccc;
}
.eks-button--outline.eks-button--info:disabled:hover,
.eks-button--outline.eks-button--info:disabled:focus {
color: #39cccc !important;
}
.eks-button--outline.eks-button--warning {
color: #ff851b;
}
.eks-button--outline.eks-button--warning:disabled:hover,
.eks-button--outline.eks-button--warning:disabled:focus {
color: #ff851b !important;
}
.eks-button--outline.eks-button--danger {
color: #ff4136;
}
.eks-button--outline.eks-button--danger:disabled:hover,
.eks-button--outline.eks-button--danger:disabled:focus {
color: #ff4136 !important;
}
.eks-button--outline.eks-button--light {
color: #ddd;
}
.eks-button--outline.eks-button--light:disabled:hover,
.eks-button--outline.eks-button--light:disabled:focus {
color: #ddd !important;
}
.eks-button--outline.eks-button--dark {
color: #111;
}
.eks-button--outline.eks-button--dark:disabled:hover,
.eks-button--outline.eks-button--dark:disabled:focus {
color: #111 !important;
}
.eks-button--outline.eks-button--link {
background-color: transparent;
}
.eks-button--outline.eks-button--link:hover,
.eks-button--outline.eks-button--link:focus {
color: rgb(0, 102, 191) !important;
}
.eks-button--outline.eks-button--link:disabled:hover,
.eks-button--outline.eks-button--link:disabled:focus {
color: #0074d9 !important;
text-decoration: none;
}
.eks-button--small {
border-radius: .1875rem;
font-size: 14px;
font-size: .875rem;
min-height: 32px;
min-height: 2rem;
padding: 4px 8px;
padding: .25rem .5rem;
}
.eks-button--small .eks-button__icon {
height: 14px;
height: .875rem;
width: 14px;
width: .875rem;
}
.eks-button--large {
border-radius: .3125rem;
font-size: 20px;
font-size: 1.25rem;
min-height: 48px;
min-height: 3rem;
padding: 8px 16px;
padding: .5rem 1rem;
}
.eks-button--large .eks-button__icon {
height: 20px;
height: 1.25rem;
width: 20px;
width: 1.25rem;
}
.eks-button--block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.eks-button--block + .eks-button--block {
margin-top: 8px;
margin-top: .5rem;
}
.eks-button--rounded {
border-radius: 10rem;
padding-left: 11px;
padding-left: .6875rem;
padding-right: 11px;
padding-right: .6875rem;
}
.eks-button--rounded.eks-button--small {
padding-left: 7.5px;
padding-left: .46875rem;
padding-right: 7.5px;
padding-right: .46875rem;
}
.eks-button--rounded.eks-button--large {
padding-left: 13px;
padding-left: .8125rem;
padding-right: 13px;
padding-right: .8125rem;
}
.eks-button__icon {
height: 16px;
height: 1rem;
width: 16px;
width: 1rem;
}
.eks-button__icon--start {
-ms-flex-item-align: flex-start center;
align-self: flex-start center;
margin-right: 4px;
margin-right: .25rem;
}
.eks-button__icon--end {
-ms-flex-item-align: flex-end center;
align-self: flex-end center;
margin-left: 4px;
margin-left: .25rem;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.eks-button-group {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.eks-button-group .eks-button:not(:first-child):not(:last-child) {
border-radius: 0;
}
.eks-button-group .eks-button:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.eks-button-group .eks-button:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.eks-button-group--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.eks-button-group--vertical .eks-button:first-child {
border-top-right-radius: 4px;
border-top-right-radius: .25rem;
border-bottom-left-radius: 0;
}
.eks-button-group--vertical .eks-button:last-child {
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-bottom-left-radius: .25rem;
}
.eks-card {
background-color: #fff;
border-radius: .25rem;
border: 1px solid #eee;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
word-wrap: break-word;
}
.eks-card > img {
width: 100%;
}
.eks-card > :first-child {
border-top-left-radius: 4px;
border-top-left-radius: .25rem;
border-top-right-radius: 4px;
border-top-right-radius: .25rem;
}
.eks-card > :last-child {
border-bottom-left-radius: 4px;
border-bottom-left-radius: .25rem;
border-bottom-right-radius: 4px;
border-bottom-right-radius: .25rem;
}
.eks-card__header {
border-bottom: 1px solid #eee;
}
.eks-card__header,
.eks-card__body {
padding: 16px;
padding: 1rem;
}
.eks-card__body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.eks-card__footer {
border-top: 1px solid #eee;
padding: 16px;
padding: 1rem;
}
.eks-carousel {
position: relative;
-ms-touch-action: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.eks-carousel--up > .eks-carousel__indicators,
.eks-carousel--down > .eks-carousel__indicators {
bottom: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
left: auto;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.eks-carousel--up > .eks-carousel__indicators > .eks-carousel__indicator::before,
.eks-carousel--down > .eks-carousel__indicators > .eks-carousel__indicator::before {
height: 100%;
width: 2px;
width: .125rem;
}
.eks-carousel--up > .eks-carousel__indicators--disc > .eks-carousel__indicator,
.eks-carousel--down > .eks-carousel__indicators--disc > .eks-carousel__indicator {
height: 12px;
height: .75rem;
width: 24px;
width: 1.5rem;
}
.eks-carousel--up > .eks-carousel__indicators--disc > .eks-carousel__indicator::before,
.eks-carousel--down > .eks-carousel__indicators--disc > .eks-carousel__indicator::before {
height: 8px;
height: .5rem;
width: 8px;
width: .5rem;
}
.eks-carousel--right > .eks-carousel__indicators {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.eks-carousel--down > .eks-carousel__indicators {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.eks-carousel--controls:hover > .eks-carousel__control {
opacity: .5;
z-index: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.eks-carousel--controls:hover > .eks-carousel__control:focus,
.eks-carousel--controls:hover > .eks-carousel__control:hover {
opacity: 1;
}
.eks-carousel--controls > .eks-carousel__control {
opacity: 0;
z-index: -1;
}
.eks-carousel--controls > .eks-carousel__control--prev {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.eks-carousel--controls > .eks-carousel__control--next {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.eks-carousel--indicators:hover > .eks-carousel__indicators {
opacity: 1;
z-index: 1;
}
.eks-carousel--indicators > .eks-carousel__indicators {
opacity: 0;
-webkit-transition: opacity .15s;
transition: opacity .15s;
z-index: -1;
}
.eks-carousel__list {
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
}
.eks-carousel__item {
display: none;
}
.eks-carousel__item--active,
.eks-carousel__item--top,
.eks-carousel__item--right,
.eks-carousel__item--bottom,
.eks-carousel__item--left {
display: block;
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
width: 100%;
}
.eks-carousel__item--top,
.eks-carousel__item--right,
.eks-carousel__item--bottom,
.eks-carousel__item--left {
left: 0;
position: absolute;
top: 0;
}
.eks-carousel__item--top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.eks-carousel__item--top.eks-carousel__item--to-bottom {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.eks-carousel__item--right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.eks-carousel__item--right.eks-carousel__item--to-left {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.eks-carousel__item--bottom {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.eks-carousel__item--bottom.eks-carousel__item--to-top {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.eks-carousel__item--left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.eks-carousel__item--left.eks-carousel__item--to-right {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.eks-carousel__item--active {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
z-index: 1;
}
.eks-carousel__item--active.eks-carousel__item--to-top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.eks-carousel__item--active.eks-carousel__item--to-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.eks-carousel__item--active.eks-carousel__item--to-bottom {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.eks-carousel__item--active.eks-carousel__item--to-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.eks-carousel__indicators {
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
left: 50%;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
}
.eks-carousel__indicators--disc > .eks-carousel__indicator {
width: 12px;
width: .75rem;
}
.eks-carousel__indicators--disc > .eks-carousel__indicator::before {
border-radius: 50%;
height: 8px;
height: .5rem;
width: 8px;
width: .5rem;
}
.eks-carousel__indicator {
cursor: pointer;
height: 24px;
height: 1.5rem;
margin: 2px;
margin: .125rem;
opacity: .5;
position: relative;
-webkit-transition: opacity .15s;
transition: opacity .15s;
width: 24px;
width: 1.5rem;
}
.eks-carousel__indicator::before {
background-color: #fff;
content: "";
display: block;
height: 2px;
height: .125rem;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.eks-carousel__indicator--active {
opacity: 1;
}
.eks-carousel__control {
background-color: rgba(0, 0, 0, .5);
border: 0;
border-radius: 50%;
color: #fff;
cursor: pointer;
height: 32px;
height: 2rem;
margin-top: -16px;
margin-top: -1rem;
opacity: .5;
padding: 8px;
padding: .5rem;
position: absolute;
top: 50%;
-webkit-transition: all .15s;
transition: all .15s;
width: 32px;
width: 2rem;
}
.eks-carousel__control:focus,
.eks-carousel__control:hover {
opacity: 1;
}
.eks-carousel__control:focus {
outline: none;
}
.eks-carousel__control--prev {
left: 16px;
left: 1rem;
}
.eks-carousel__control--next {
right: 16px;
right: 1rem;
}
.eks-cascader {
}
.eks-cascader--inline {
display: inline-block;
vertical-align: middle;
}
.eks-cascader--small .eks-cascader__input {
padding-right: 28px !important;
padding-right: 1.75rem !important;
}
.eks-cascader--small .eks-cascader__arrow,
.eks-cascader--small .eks-cascader__clear {
height: 12px;
height: .75rem;
right: 8px;
right: .5rem;
width: 12px;
width: .75rem;
}
.eks-cascader--large .eks-cascader__input {
padding-right: 52px !important;
padding-right: 3.25rem !important;
}
.eks-cascader--large .eks-cascader__arrow,
.eks-cascader--large .eks-cascader__clear {
height: 20px;
height: 1.25rem;
right: 16px;
right: 1rem;
width: 20px;
width: 1.25rem;
}
.eks-cascader__inner {
background-color: #fff;
position: relative;
}
.eks-cascader__inner:hover > .eks-cascader__clear {
display: block;
}
.eks-cascader__input {
padding-right: 40px !important;
padding-right: 2.5rem !important;
position: relative;
background-color: transparent !important;
}
.eks-cascader__input--readonly {
background-color: #f8f8f8 !important;
}
.eks-cascader__arrow,
.eks-cascader__clear {
display: block;
font-size: 0;
height: 16px;
height: 1rem;
position: absolute;
right: 12px;
right: .75rem;
top: 50%;
-webkit-transform: translateY(-50%) rotate(0);
transform: translateY(-50%) rotate(0);
width: 16px;
width: 1rem;
}
.eks-cascader__arrow > .eks-icon,
.eks-cascader__clear > .eks-icon {
height: inherit;
width: inherit;
}
.eks-cascader__arrow {
color: #aaa;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.eks-cascader__arrow--rotated {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.eks-cascader__clear {
background-color: #aaa;
border-radius: 50%;
cursor: pointer;
display: none;
}
.eks-cascader__clear:hover {
background-color: rgb(120, 120, 120);
}
.eks-cascader__clear > .eks-icon {
padding: 2px;
padding: .125rem;
}
.eks-cascader__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 !important;
}
.eks-cascader__list {
list-style: none;
margin: 0;
max-height: 240px;
max-height: 15rem;
max-width: 240px;
max-width: 15rem;
min-width: 160px;
min-width: 10rem;
overflow: auto;
padding: 8px 0;
padding: .5rem 0;
}
.eks-cascader__list + .eks-cascader__list {
border-left: 1px solid #eee;
}
.eks-cascader__list--fluid {
max-width: none;
}
.eks-cascader__item {
position: relative;
}
.eks-cascader__item:hover {
background-color: #f8f8f8;
}
.eks-cascader__item > .eks-cascader__list {
margin: 0 !important;
}
.eks-cascader__item--expanded {
background-color: #f8f8f8;
}
.eks-cascader__item--expanded > .eks-cascader__icon {
stroke: #0074d9;
}
.eks-cascader__item--selected {
color: #0074d9;
}
.eks-cascader__item--disabled {
color: #aaa;
}
.eks-cascader__item--disabled,
.eks-cascader__item--disabled:hover {
background-color: transparent;
}
.eks-cascader__icon {
color: #aaa;
position: absolute;
right: 8px;
right: .5rem;
top: 8px;
top: .5rem;
}
.eks-cascader__icon--rotating {
-webkit-animation: eks-animation--rotation 1s linear infinite;
animation: eks-animation--rotation 1s linear infinite;
}
.eks-cascader__content {
overflow: hidden;
padding: 4px 32px 4px 20px;
padding: .25rem 2rem .25rem 1.25rem;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
.eks-cascader__keyword {
font-style: normal;
font-weight: bold;
}
.eks-checkbox {
display: inline-block;
min-height: 24px;
min-height: 1.5rem;
padding-left: 24px;
padding-left: 1.5rem;
position: relative;
}
.eks-checkbox + .eks-checkbox {
margin-left: 16px;
margin-left: 1rem;
}
.eks-checkbox__input,
.eks-checkbox__indicator {
left: 0;
position: absolute;
top: 4px;
top: .25rem;
width: 16px;
width: 1rem;
}
.eks-checkbox__input {
height: 16px;
height: 1rem;
opacity: 0;
z-index: 1;
}
.eks-checkbox__input:focus + .eks-checkbox__indicator::before {
-webkit-box-shadow: 0 0 3px #0074d9;
box-shadow: 0 0 3px #0074d9;
}
.eks-checkbox__input:indeterminate + .eks-checkbox__indicator::before {
background-color: white;
border-color: #0074d9;
border-width: 6.8px 4px;
border-width: .425rem .25rem;
}
.eks-checkbox__input:checked + .eks-checkbox__indicator::before {
background-color: #0074d9;
border-color: #0074d9;
}
.eks-checkbox__input:checked + .eks-checkbox__indicator::after {
opacity: 1;
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.eks-checkbox__input:disabled + .eks-checkbox__indicator {
background-color: #ddd;
}
.eks-checkbox__indicator {
background-color: white;
border-radius: .25rem;
display: block;
font-size: 0;
height: 16px;
height: 1rem;
width: 16px;
width: 1rem;
}
.eks-checkbox__indicator::before,
.eks-checkbox__indicator::after {
content: "";
display: block;
position: absolute;
-webkit-transition: all .15s;
transition: all .15s;
}
.eks-checkbox__indicator::before {
border: 1px solid #aaa;
border-radius: inherit;
bottom: 0;
left: 0;
right: 0;
top: 0;
-webkit-transition: all .15s;
transition: all .15s;
}
.eks-checkbox__indicator::after {
border-bottom: 2px solid white;
border-bottom: .125rem solid white;
border-left: 2px solid white;
border-left: .125rem solid white;
height: 4.8px;
height: .3rem;
left: 50%;
opacity: 0;
top: 50%;
-webkit-transform: translate(-50%, -75%) rotate(-45deg);
transform: translate(-50%, -75%) rotate(-45deg);
-webkit-transition: opacity .15s;
transition: opacity .15s;
width: 8px;
width: .5rem;
}
.eks-checkbox--disabled {
opacity: .65;
}
.eks-col {
max-width: 100%;
min-height: 1px;
position: relative;
width: 100%;
}
.eks-col--align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.eks-col--align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.eks-col--align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.eks-col--span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.eks-col--span-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
.eks-col--span-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
.eks-col--span-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.eks-col--span-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.eks-col--span-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
.eks-col--span-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.eks-col--span-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
.eks-col--span-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.eks-col--span-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.eks-col--span-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
.eks-col--span-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
.eks-col--span-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.eks-col--span-auto {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: none;
width: auto;
}
.eks-col--order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.eks-col--order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.eks-col--order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.eks-col--order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.eks-col--order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.eks-col--order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.eks-col--order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.eks-col--order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.eks-col--order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.eks-col--order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.eks-col--order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.eks-col--order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.eks-col--order-auto {
-webkit-box-ordinal-group: initial;
-ms-flex-order: initial;
order: initial;
}
.eks-col--offset-1 {
margin-left: 8.33333% !important;
}
.eks-col--offset-2 {
margin-left: 16.66667% !important;
}
.eks-col--offset-3 {
margin-left: 25% !important;
}
.eks-col--offset-4 {
margin-left: 33.33333% !important;
}
.eks-col--offset-5 {
margin-left: 41.66667% !important;
}
.eks-col--offset-6 {
margin-left: 50% !important;
}
.eks-col--offset-7 {
margin-left: 58.33333% !important;
}
.eks-col--offset-8 {
margin-left: 66.66667% !important;
}
.eks-col--offset-9 {
margin-left: 75% !important;
}
.eks-col--offset-10 {
margin-left: 83.33333% !important;
}
.eks-col--offset-11 {
margin-left: 91.66667% !important;
}
.eks-col--offset-12 {
margin-left: 100% !important;
}
.eks-col--offset-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.eks-col {
}
.eks-col--span-sm {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
}
.eks-col--span-sm-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
.eks-col--span-sm-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
.eks-col--span-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.eks-col--span-sm-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.eks-col--span-sm-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
.eks-col--span-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.eks-col--span-sm-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
.eks-col--span-sm-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.eks-col--span-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.eks-col--span-sm-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
.eks-col--span-sm-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
.eks-col--span-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.eks-col--span-sm-auto {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: none;
width: auto;
}
.eks-col--order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.eks-col--order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.eks-col--order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.eks-col--order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.eks-col--order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.eks-col--order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.eks-col--order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.eks-col--order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.eks-col--order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.eks-col--order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.eks-col--order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.eks-col--order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.eks-col--order-sm-auto {
-webkit-box-ordinal-group: initial;
-ms-flex-order: initial;
order: initial;
}
.eks-col--offset-sm-1 {
margin-left: 8.33333% !important;
}
.eks-col--offset-sm-2 {
margin-left: 16.66667% !important;
}
.eks-col--offset-sm-3 {
margin-left: 25% !important;
}
.eks-col--offset-sm-4 {
margin-left: 33.33333% !important;
}
.eks-col--offset-sm-5 {
margin-left: 41.66667% !important;
}
.eks-col--offset-sm-6 {
margin-left: 50% !important;
}
.eks-col--offset-sm-7 {
margin-left: 58.33333% !important;
}
.eks-col--offset-sm-8 {
margin-left: 66.66667% !important;
}
.eks-col--offset-sm-9 {
margin-left: 75% !important;
}
.eks-col--offset-sm-10 {
margin-left: 83.33333% !important;
}
.eks-col--offset-sm-11 {
margin-left: 91.66667% !important;
}
.eks-col--offset-sm-12 {
margin-left: 100% !important;
}
.eks-col--offset-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.eks-col {
}
.eks-col--span-md {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
}
.eks-col--span-md-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
.eks-col--span-md-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
.eks-col--span-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.eks-col--span-md-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.eks-col--span-md-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
.eks-col--span-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.eks-col--span-md-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
.eks-col--span-md-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.eks-col--span-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.eks-col--span-md-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
.eks-col--span-md-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
.eks-col--span-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.eks-col--span-md-auto {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: none;
width: auto;
}
.eks-col--order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.eks-col--order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.eks-col--order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.eks-col--order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.eks-col--order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.eks-col--order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.eks-col--order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.eks-col--order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.eks-col--order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.eks-col--order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.eks-col--order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.eks-col--order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.eks-col--order-md-auto {
-webkit-box-ordinal-group: initial;
-ms-flex-order: initial;
order: initial;
}
.eks-col--offset-md-1 {
margin-left: 8.33333% !important;
}
.eks-col--offset-md-2 {
margin-left: 16.66667% !important;
}
.eks-col--offset-md-3 {
margin-left: 25% !important;
}
.eks-col--offset-md-4 {
margin-left: 33.33333% !important;
}
.eks-col--offset-md-5 {
margin-left: 41.66667% !important;
}
.eks-col--offset-md-6 {
margin-left: 50% !important;
}
.eks-col--offset-md-7 {
margin-left: 58.33333% !important;
}
.eks-col--offset-md-8 {
margin-left: 66.66667% !important;
}
.eks-col--offset-md-9 {
margin-left: 75% !important;
}
.eks-col--offset-md-10 {
margin-left: 83.33333% !important;
}
.eks-col--offset-md-11 {
margin-left: 91.66667% !important;
}
.eks-col--offset-md-12 {
margin-left: 100% !important;
}
.eks-col--offset-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.eks-col {
}
.eks-col--span-lg {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
}
.eks-col--span-lg-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
.eks-col--span-lg-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
.eks-col--span-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.eks-col--span-lg-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.eks-col--span-lg-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
.eks-col--span-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.eks-col--span-lg-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
.eks-col--span-lg-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.eks-col--span-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.eks-col--span-lg-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
.eks-col--span-lg-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
.eks-col--span-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.eks-col--span-lg-auto {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: none;
width: auto;
}
.eks-col--order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.eks-col--order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.eks-col--order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.eks-col--order-lg-4 {
-webkit-box-ordinal-group: 5;