2019-08-23 11:39:42 +00:00
|
|
|
/*! normalize.css v8.0.1 | 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;
|
|
|
|
/* 1 */
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Sections
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Remove the margin in all browsers.
|
|
|
|
*/
|
|
|
|
body {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Render the `main` element consistently in IE.
|
|
|
|
*/
|
|
|
|
main {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: block;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
|
|
* `article` contexts in Chrome, Firefox, and Safari.
|
|
|
|
*/
|
|
|
|
h1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 2em;
|
|
|
|
margin: 0.67em 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Grouping content
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* 1. Add the correct box sizing in Firefox.
|
|
|
|
* 2. Show the overflow in Edge and IE.
|
|
|
|
*/
|
|
|
|
hr {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-sizing: content-box;
|
2019-10-10 11:03:21 +00:00
|
|
|
box-sizing: content-box;
|
2019-08-23 11:39:42 +00:00
|
|
|
/* 1 */
|
|
|
|
height: 0;
|
|
|
|
/* 1 */
|
|
|
|
overflow: visible;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
pre {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: monospace, monospace;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Text-level semantics
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Remove the gray background on active links in IE 10.
|
|
|
|
*/
|
|
|
|
a {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: transparent;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Remove the bottom border in Chrome 57-
|
|
|
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
|
|
*/
|
|
|
|
abbr[title] {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-bottom: none;
|
|
|
|
/* 1 */
|
|
|
|
text-decoration: underline;
|
|
|
|
/* 2 */
|
|
|
|
-webkit-text-decoration: underline dotted;
|
2019-10-10 11:03:21 +00:00
|
|
|
text-decoration: underline dotted;
|
2019-08-23 11:39:42 +00:00
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
|
|
*/
|
|
|
|
b,
|
|
|
|
strong {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-weight: bolder;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: monospace, monospace;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct font size in all browsers.
|
|
|
|
*/
|
|
|
|
small {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 80%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
|
|
* all browsers.
|
|
|
|
*/
|
|
|
|
sub,
|
|
|
|
sup {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
2019-08-23 11:39:42 +00:00
|
|
|
bottom: -0.25em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
2019-08-23 11:39:42 +00:00
|
|
|
top: -0.5em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Embedded content
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Remove the border on images inside links in IE 10.
|
|
|
|
*/
|
|
|
|
img {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-style: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Forms
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* 1. Change the font styles in all browsers.
|
|
|
|
* 2. Remove the margin in Firefox and Safari.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: inherit;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 100%;
|
|
|
|
/* 1 */
|
|
|
|
line-height: 1.15;
|
|
|
|
/* 1 */
|
|
|
|
margin: 0;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Show the overflow in IE.
|
|
|
|
* 1. Show the overflow in Edge.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
input {
|
2019-08-23 11:39:42 +00:00
|
|
|
/* 1 */
|
|
|
|
overflow: visible;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
|
|
* 1. Remove the inheritance of text transform in Firefox.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
select {
|
2019-08-23 11:39:42 +00:00
|
|
|
/* 1 */
|
|
|
|
text-transform: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
[type="button"],
|
|
|
|
[type="reset"],
|
|
|
|
[type="submit"] {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-appearance: button;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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 {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-style: none;
|
|
|
|
padding: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Restore the focus styles unset by the previous rule.
|
|
|
|
*/
|
|
|
|
button:-moz-focusring,
|
|
|
|
[type="button"]:-moz-focusring,
|
|
|
|
[type="reset"]:-moz-focusring,
|
|
|
|
[type="submit"]:-moz-focusring {
|
2019-08-23 11:39:42 +00:00
|
|
|
outline: 1px dotted ButtonText;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the padding in Firefox.
|
|
|
|
*/
|
|
|
|
fieldset {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0.35em 0.75em 0.625em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
2019-10-10 11:03:21 +00:00
|
|
|
box-sizing: border-box;
|
2019-08-23 11:39:42 +00:00
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
|
|
|
/* 2 */
|
|
|
|
display: table;
|
|
|
|
/* 1 */
|
|
|
|
max-width: 100%;
|
|
|
|
/* 1 */
|
|
|
|
padding: 0;
|
|
|
|
/* 3 */
|
|
|
|
white-space: normal;
|
|
|
|
/* 1 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
|
|
*/
|
|
|
|
progress {
|
2019-08-23 11:39:42 +00:00
|
|
|
vertical-align: baseline;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the default vertical scrollbar in IE 10+.
|
|
|
|
*/
|
|
|
|
textarea {
|
2019-08-23 11:39:42 +00:00
|
|
|
overflow: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Add the correct box sizing in IE 10.
|
|
|
|
* 2. Remove the padding in IE 10.
|
|
|
|
*/
|
|
|
|
[type="checkbox"],
|
|
|
|
[type="radio"] {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
2019-10-10 11:03:21 +00:00
|
|
|
box-sizing: border-box;
|
2019-08-23 11:39:42 +00:00
|
|
|
/* 1 */
|
|
|
|
padding: 0;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
|
|
*/
|
|
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
|
|
[type="number"]::-webkit-outer-spin-button {
|
2019-08-23 11:39:42 +00:00
|
|
|
height: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
|
|
* 2. Correct the outline style in Safari.
|
|
|
|
*/
|
|
|
|
[type="search"] {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-appearance: textfield;
|
|
|
|
/* 1 */
|
|
|
|
outline-offset: -2px;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the inner padding in Chrome and Safari on macOS.
|
|
|
|
*/
|
|
|
|
[type="search"]::-webkit-search-decoration {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-appearance: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
* 2. Change font properties to `inherit` in Safari.
|
|
|
|
*/
|
|
|
|
::-webkit-file-upload-button {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-appearance: button;
|
|
|
|
/* 1 */
|
|
|
|
font: inherit;
|
|
|
|
/* 2 */
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Interactive
|
|
|
|
========================================================================== */
|
|
|
|
/*
|
|
|
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
|
|
*/
|
|
|
|
details {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: block;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Add the correct display in all browsers.
|
|
|
|
*/
|
|
|
|
summary {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: list-item;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Misc
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Add the correct display in IE 10+.
|
|
|
|
*/
|
|
|
|
template {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct display in IE 10.
|
|
|
|
*/
|
|
|
|
[hidden] {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
2019-10-10 11:03:21 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus,
|
|
|
|
select:focus,
|
|
|
|
select:hover,
|
|
|
|
textarea:focus,
|
|
|
|
button:focus,
|
|
|
|
*:focus {
|
2019-08-23 11:39:42 +00:00
|
|
|
outline: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[type="submit"],
|
|
|
|
[type="reset"],
|
|
|
|
[type="button"],
|
|
|
|
select,
|
|
|
|
option,
|
|
|
|
button,
|
|
|
|
a {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: pointer;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
font-family: "Metropolis", sans-serif;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #d4def7;
|
|
|
|
background: #182239;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: #678de4;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: #678de4;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
button {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: "Metropolis", sans-serif;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-weight: 600;
|
|
|
|
line-height: 1.2;
|
|
|
|
margin: .5em 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 2.5rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 2rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 1.75rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 1.5rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 1.25rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 1rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-left: 4px solid #678de4;
|
|
|
|
background-color: #e9effb;
|
|
|
|
color: #294ea3;
|
|
|
|
padding: .75rem 1rem;
|
|
|
|
margin-bottom: 1rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.aler-heading {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: .25rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-danger {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #fbe9ed;
|
|
|
|
border-color: #e46782;
|
|
|
|
color: #d9264d;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-success {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #f3f7f4;
|
|
|
|
border-color: #79d29e;
|
|
|
|
color: #1f7a45;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #fbf6e9;
|
|
|
|
border-color: #e4bd67;
|
|
|
|
color: #735b26;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #d4def7;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #182239;
|
|
|
|
padding: 0.5em 1.2em;
|
|
|
|
-webkit-transition: .15s;
|
|
|
|
transition: .15s;
|
|
|
|
height: 2.5rem;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1.5;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: 500;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: #182239;
|
|
|
|
background-color: #c7d5f5;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button:active {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #c7d5f5;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button:focus {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-shadow: 0 0 3px rgba(15, 108, 239, 0.3);
|
2019-10-10 11:03:21 +00:00
|
|
|
box-shadow: 0 0 3px rgba(15, 108, 239, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-small {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0.5em 0.8em;
|
|
|
|
height: 2rem;
|
|
|
|
font-size: .875rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-large {
|
2019-08-23 11:39:42 +00:00
|
|
|
height: 3rem;
|
|
|
|
font-size: 1.25rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.buttons .button {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: .25rem;
|
|
|
|
margin-bottom: .25rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #265cd9;
|
|
|
|
color: white;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary:hover {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
|
|
|
background-color: #2456cc;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary:active {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #2456cc;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #fbe9ed;
|
|
|
|
color: #d9264d;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger:hover {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #f7d4db;
|
|
|
|
color: #a32943;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger:active {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: #f7d4db;
|
|
|
|
color: #a32943;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.field {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: .8em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: block;
|
|
|
|
margin-bottom: .2em;
|
|
|
|
font-weight: 500;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.input,
|
|
|
|
.textarea,
|
|
|
|
.select {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
border: 0px solid transparent;
|
|
|
|
color: #d4def7;
|
|
|
|
padding: 0.5em 0.8em;
|
|
|
|
height: 2.5rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
background: #121a2b;
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.input:focus,
|
|
|
|
.textarea:focus,
|
|
|
|
.select:focus {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-shadow: 0 0 3px rgba(15, 108, 239, 0.3);
|
2019-10-10 11:03:21 +00:00
|
|
|
box-shadow: 0 0 3px rgba(15, 108, 239, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.input:disabled,
|
|
|
|
.textarea:disabled,
|
|
|
|
.select:disabled {
|
2019-08-23 11:39:42 +00:00
|
|
|
background: transparent;
|
|
|
|
opacity: .4;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.select option {
|
2019-08-23 11:39:42 +00:00
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.textarea {
|
2019-08-23 11:39:42 +00:00
|
|
|
height: auto;
|
|
|
|
resize: vertical;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table th {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-weight: 600;
|
|
|
|
border-bottom: 2px solid transparent;
|
|
|
|
text-align: left;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table td, .table th {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: .5em .75em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table td {
|
2019-08-23 11:39:42 +00:00
|
|
|
border-top: 1px solid transparent;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table.is-striped tbody tr:nth-child(odd) {
|
2019-08-23 11:39:42 +00:00
|
|
|
background: rgba(235, 240, 251, 0.5);
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table tbody tr.is-active {
|
2019-08-23 11:39:42 +00:00
|
|
|
background: #d4def7;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2019-08-23 11:39:42 +00:00
|
|
|
width: 100%;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.container {
|
2019-10-10 11:03:21 +00:00
|
|
|
max-width: 540px;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.container {
|
2019-10-10 11:03:21 +00:00
|
|
|
max-width: 720px;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.container {
|
2019-10-10 11:03:21 +00:00
|
|
|
max-width: 960px;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.container {
|
2019-10-10 11:03:21 +00:00
|
|
|
max-width: 1140px;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid {
|
2019-08-23 11:39:42 +00:00
|
|
|
width: 100%;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-ms-flex-wrap: wrap;
|
2019-10-10 11:03:21 +00:00
|
|
|
flex-wrap: wrap;
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: -15px;
|
|
|
|
margin-left: -15px;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-gutters {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-gutters > .col,
|
|
|
|
.no-gutters > [class*="col-"] {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
|
|
|
|
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
|
|
|
|
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
|
|
|
|
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
|
|
|
|
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
|
|
|
|
.col-xl-auto {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col {
|
2019-08-23 11:39:42 +00:00
|
|
|
-ms-flex-preferred-size: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
flex-basis: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 1;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 100%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-auto {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
2019-08-23 11:39:42 +00:00
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 8.33333%;
|
|
|
|
flex: 0 0 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 8.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 16.66667%;
|
|
|
|
flex: 0 0 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 16.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 25%;
|
|
|
|
flex: 0 0 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 25%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 33.33333%;
|
|
|
|
flex: 0 0 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 33.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 41.66667%;
|
|
|
|
flex: 0 0 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 41.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 50%;
|
|
|
|
flex: 0 0 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 50%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-7 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 58.33333%;
|
|
|
|
flex: 0 0 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 58.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 66.66667%;
|
|
|
|
flex: 0 0 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 66.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-9 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 75%;
|
|
|
|
flex: 0 0 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 75%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 83.33333%;
|
|
|
|
flex: 0 0 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 83.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-11 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 91.66667%;
|
|
|
|
flex: 0 0 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 91.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex: 0 0 100%;
|
|
|
|
flex: 0 0 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
max-width: 100%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.order-first {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: -1;
|
|
|
|
order: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-last {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 14;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 13;
|
|
|
|
order: 13;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 1;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 2;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 1;
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 3;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 2;
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 4;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 3;
|
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 5;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 4;
|
|
|
|
order: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 6;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 5;
|
|
|
|
order: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 7;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 6;
|
|
|
|
order: 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-7 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 8;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 7;
|
|
|
|
order: 7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 9;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 8;
|
|
|
|
order: 8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-9 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 10;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 9;
|
|
|
|
order: 9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 11;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 10;
|
|
|
|
order: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-11 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 12;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 11;
|
|
|
|
order: 11;
|
|
|
|
}
|
|
|
|
|
|
|
|
.order-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-ordinal-group: 13;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-order: 12;
|
|
|
|
order: 12;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offset-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 8.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 16.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 25%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 33.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 41.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 50%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-7 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 58.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 66.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-9 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 75%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 83.33333%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offset-11 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 91.66667%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.col-sm {
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-preferred-size: 0;
|
|
|
|
flex-basis: 0;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-auto {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 8.33333%;
|
|
|
|
flex: 0 0 8.33333%;
|
|
|
|
max-width: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 16.66667%;
|
|
|
|
flex: 0 0 16.66667%;
|
|
|
|
max-width: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 25%;
|
|
|
|
flex: 0 0 25%;
|
|
|
|
max-width: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 33.33333%;
|
|
|
|
flex: 0 0 33.33333%;
|
|
|
|
max-width: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 41.66667%;
|
|
|
|
flex: 0 0 41.66667%;
|
|
|
|
max-width: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 50%;
|
|
|
|
flex: 0 0 50%;
|
|
|
|
max-width: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 58.33333%;
|
|
|
|
flex: 0 0 58.33333%;
|
|
|
|
max-width: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 66.66667%;
|
|
|
|
flex: 0 0 66.66667%;
|
|
|
|
max-width: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 75%;
|
|
|
|
flex: 0 0 75%;
|
|
|
|
max-width: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 83.33333%;
|
|
|
|
flex: 0 0 83.33333%;
|
|
|
|
max-width: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 91.66667%;
|
|
|
|
flex: 0 0 91.66667%;
|
|
|
|
max-width: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-sm-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 100%;
|
|
|
|
flex: 0 0 100%;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-first {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 0;
|
|
|
|
-ms-flex-order: -1;
|
|
|
|
order: -1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-last {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 14;
|
|
|
|
-ms-flex-order: 13;
|
|
|
|
order: 13;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 1;
|
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 2;
|
|
|
|
-ms-flex-order: 1;
|
|
|
|
order: 1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 3;
|
|
|
|
-ms-flex-order: 2;
|
|
|
|
order: 2;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 4;
|
|
|
|
-ms-flex-order: 3;
|
|
|
|
order: 3;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 5;
|
|
|
|
-ms-flex-order: 4;
|
|
|
|
order: 4;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 6;
|
|
|
|
-ms-flex-order: 5;
|
|
|
|
order: 5;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 7;
|
|
|
|
-ms-flex-order: 6;
|
|
|
|
order: 6;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 8;
|
|
|
|
-ms-flex-order: 7;
|
|
|
|
order: 7;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 9;
|
|
|
|
-ms-flex-order: 8;
|
|
|
|
order: 8;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 10;
|
|
|
|
-ms-flex-order: 9;
|
|
|
|
order: 9;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 11;
|
|
|
|
-ms-flex-order: 10;
|
|
|
|
order: 10;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 12;
|
|
|
|
-ms-flex-order: 11;
|
|
|
|
order: 11;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-sm-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 13;
|
|
|
|
-ms-flex-order: 12;
|
|
|
|
order: 12;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-sm-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.col-md {
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-preferred-size: 0;
|
|
|
|
flex-basis: 0;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-auto {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 8.33333%;
|
|
|
|
flex: 0 0 8.33333%;
|
|
|
|
max-width: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 16.66667%;
|
|
|
|
flex: 0 0 16.66667%;
|
|
|
|
max-width: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 25%;
|
|
|
|
flex: 0 0 25%;
|
|
|
|
max-width: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 33.33333%;
|
|
|
|
flex: 0 0 33.33333%;
|
|
|
|
max-width: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 41.66667%;
|
|
|
|
flex: 0 0 41.66667%;
|
|
|
|
max-width: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 50%;
|
|
|
|
flex: 0 0 50%;
|
|
|
|
max-width: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 58.33333%;
|
|
|
|
flex: 0 0 58.33333%;
|
|
|
|
max-width: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 66.66667%;
|
|
|
|
flex: 0 0 66.66667%;
|
|
|
|
max-width: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 75%;
|
|
|
|
flex: 0 0 75%;
|
|
|
|
max-width: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 83.33333%;
|
|
|
|
flex: 0 0 83.33333%;
|
|
|
|
max-width: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 91.66667%;
|
|
|
|
flex: 0 0 91.66667%;
|
|
|
|
max-width: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-md-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 100%;
|
|
|
|
flex: 0 0 100%;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-first {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 0;
|
|
|
|
-ms-flex-order: -1;
|
|
|
|
order: -1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-last {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 14;
|
|
|
|
-ms-flex-order: 13;
|
|
|
|
order: 13;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 1;
|
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 2;
|
|
|
|
-ms-flex-order: 1;
|
|
|
|
order: 1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 3;
|
|
|
|
-ms-flex-order: 2;
|
|
|
|
order: 2;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 4;
|
|
|
|
-ms-flex-order: 3;
|
|
|
|
order: 3;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 5;
|
|
|
|
-ms-flex-order: 4;
|
|
|
|
order: 4;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 6;
|
|
|
|
-ms-flex-order: 5;
|
|
|
|
order: 5;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 7;
|
|
|
|
-ms-flex-order: 6;
|
|
|
|
order: 6;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 8;
|
|
|
|
-ms-flex-order: 7;
|
|
|
|
order: 7;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 9;
|
|
|
|
-ms-flex-order: 8;
|
|
|
|
order: 8;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 10;
|
|
|
|
-ms-flex-order: 9;
|
|
|
|
order: 9;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 11;
|
|
|
|
-ms-flex-order: 10;
|
|
|
|
order: 10;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 12;
|
|
|
|
-ms-flex-order: 11;
|
|
|
|
order: 11;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-md-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 13;
|
|
|
|
-ms-flex-order: 12;
|
|
|
|
order: 12;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-md-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.col-lg {
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-preferred-size: 0;
|
|
|
|
flex-basis: 0;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-auto {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 8.33333%;
|
|
|
|
flex: 0 0 8.33333%;
|
|
|
|
max-width: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 16.66667%;
|
|
|
|
flex: 0 0 16.66667%;
|
|
|
|
max-width: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 25%;
|
|
|
|
flex: 0 0 25%;
|
|
|
|
max-width: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 33.33333%;
|
|
|
|
flex: 0 0 33.33333%;
|
|
|
|
max-width: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 41.66667%;
|
|
|
|
flex: 0 0 41.66667%;
|
|
|
|
max-width: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 50%;
|
|
|
|
flex: 0 0 50%;
|
|
|
|
max-width: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 58.33333%;
|
|
|
|
flex: 0 0 58.33333%;
|
|
|
|
max-width: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 66.66667%;
|
|
|
|
flex: 0 0 66.66667%;
|
|
|
|
max-width: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 75%;
|
|
|
|
flex: 0 0 75%;
|
|
|
|
max-width: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 83.33333%;
|
|
|
|
flex: 0 0 83.33333%;
|
|
|
|
max-width: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 91.66667%;
|
|
|
|
flex: 0 0 91.66667%;
|
|
|
|
max-width: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-lg-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 100%;
|
|
|
|
flex: 0 0 100%;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-first {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 0;
|
|
|
|
-ms-flex-order: -1;
|
|
|
|
order: -1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-last {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 14;
|
|
|
|
-ms-flex-order: 13;
|
|
|
|
order: 13;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 1;
|
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 2;
|
|
|
|
-ms-flex-order: 1;
|
|
|
|
order: 1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 3;
|
|
|
|
-ms-flex-order: 2;
|
|
|
|
order: 2;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 4;
|
|
|
|
-ms-flex-order: 3;
|
|
|
|
order: 3;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 5;
|
|
|
|
-ms-flex-order: 4;
|
|
|
|
order: 4;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 6;
|
|
|
|
-ms-flex-order: 5;
|
|
|
|
order: 5;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 7;
|
|
|
|
-ms-flex-order: 6;
|
|
|
|
order: 6;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 8;
|
|
|
|
-ms-flex-order: 7;
|
|
|
|
order: 7;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 9;
|
|
|
|
-ms-flex-order: 8;
|
|
|
|
order: 8;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 10;
|
|
|
|
-ms-flex-order: 9;
|
|
|
|
order: 9;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 11;
|
|
|
|
-ms-flex-order: 10;
|
|
|
|
order: 10;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 12;
|
|
|
|
-ms-flex-order: 11;
|
|
|
|
order: 11;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-lg-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 13;
|
|
|
|
-ms-flex-order: 12;
|
|
|
|
order: 12;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-lg-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.col-xl {
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-preferred-size: 0;
|
|
|
|
flex-basis: 0;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-auto {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 8.33333%;
|
|
|
|
flex: 0 0 8.33333%;
|
|
|
|
max-width: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 16.66667%;
|
|
|
|
flex: 0 0 16.66667%;
|
|
|
|
max-width: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 25%;
|
|
|
|
flex: 0 0 25%;
|
|
|
|
max-width: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 33.33333%;
|
|
|
|
flex: 0 0 33.33333%;
|
|
|
|
max-width: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 41.66667%;
|
|
|
|
flex: 0 0 41.66667%;
|
|
|
|
max-width: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 50%;
|
|
|
|
flex: 0 0 50%;
|
|
|
|
max-width: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 58.33333%;
|
|
|
|
flex: 0 0 58.33333%;
|
|
|
|
max-width: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 66.66667%;
|
|
|
|
flex: 0 0 66.66667%;
|
|
|
|
max-width: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 75%;
|
|
|
|
flex: 0 0 75%;
|
|
|
|
max-width: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 83.33333%;
|
|
|
|
flex: 0 0 83.33333%;
|
|
|
|
max-width: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 91.66667%;
|
|
|
|
flex: 0 0 91.66667%;
|
|
|
|
max-width: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.col-xl-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 100%;
|
|
|
|
flex: 0 0 100%;
|
|
|
|
max-width: 100%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-first {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 0;
|
|
|
|
-ms-flex-order: -1;
|
|
|
|
order: -1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-last {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 14;
|
|
|
|
-ms-flex-order: 13;
|
|
|
|
order: 13;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 1;
|
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 2;
|
|
|
|
-ms-flex-order: 1;
|
|
|
|
order: 1;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 3;
|
|
|
|
-ms-flex-order: 2;
|
|
|
|
order: 2;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 4;
|
|
|
|
-ms-flex-order: 3;
|
|
|
|
order: 3;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 5;
|
|
|
|
-ms-flex-order: 4;
|
|
|
|
order: 4;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 6;
|
|
|
|
-ms-flex-order: 5;
|
|
|
|
order: 5;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 7;
|
|
|
|
-ms-flex-order: 6;
|
|
|
|
order: 6;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 8;
|
|
|
|
-ms-flex-order: 7;
|
|
|
|
order: 7;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 9;
|
|
|
|
-ms-flex-order: 8;
|
|
|
|
order: 8;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 10;
|
|
|
|
-ms-flex-order: 9;
|
|
|
|
order: 9;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 11;
|
|
|
|
-ms-flex-order: 10;
|
|
|
|
order: 10;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 12;
|
|
|
|
-ms-flex-order: 11;
|
|
|
|
order: 11;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.order-xl-12 {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-ordinal-group: 13;
|
|
|
|
-ms-flex-order: 12;
|
|
|
|
order: 12;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-0 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-1 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 8.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-2 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 16.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-3 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 25%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-4 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 33.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-5 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 41.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-6 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 50%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-7 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 58.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-8 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 66.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-9 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 75%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-10 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 83.33333%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.offset-xl-11 {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-left: 91.66667%;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-auto {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-move {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: move;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-not-allowed {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: not-allowed;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-pointer {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: pointer;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-zoom-in {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: -webkit-zoom-in;
|
|
|
|
cursor: zoom-in;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-zoom-out {
|
2019-08-23 11:39:42 +00:00
|
|
|
cursor: -webkit-zoom-out;
|
|
|
|
cursor: zoom-out;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-inline {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: inline;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-block {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: block;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-inline-block {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: inline-block;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-flex {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-inline-flex {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
display: inline-flex;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-none {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-visible {
|
2019-08-23 11:39:42 +00:00
|
|
|
visibility: visible;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-hidden {
|
2019-08-23 11:39:42 +00:00
|
|
|
visibility: hidden;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
2019-08-23 11:39:42 +00:00
|
|
|
clear: both;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.float-left {
|
2019-08-23 11:39:42 +00:00
|
|
|
float: left;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.float-right {
|
2019-08-23 11:39:42 +00:00
|
|
|
float: right;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-relative {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: relative;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-absolute {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: absolute;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-fixed {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: fixed;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-sticky {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: -webkit-sticky;
|
|
|
|
position: sticky;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0rem !important;
|
|
|
|
padding-right: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0rem !important;
|
|
|
|
padding-bottom: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0rem !important;
|
|
|
|
margin-right: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-0 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0rem !important;
|
|
|
|
margin-bottom: 0rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0.25rem !important;
|
|
|
|
padding-right: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0.25rem !important;
|
|
|
|
padding-bottom: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0.25rem !important;
|
|
|
|
margin-right: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-1 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0.25rem !important;
|
|
|
|
margin-bottom: 0.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0.5rem !important;
|
|
|
|
padding-right: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0.5rem !important;
|
|
|
|
padding-bottom: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0.5rem !important;
|
|
|
|
margin-right: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0.5rem !important;
|
|
|
|
margin-bottom: 0.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 0.75rem !important;
|
|
|
|
padding-right: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 0.75rem !important;
|
|
|
|
padding-bottom: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 0.75rem !important;
|
|
|
|
margin-right: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-3 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 0.75rem !important;
|
|
|
|
margin-bottom: 0.75rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 1rem !important;
|
|
|
|
padding-right: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 1rem !important;
|
|
|
|
padding-bottom: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 1rem !important;
|
|
|
|
margin-right: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-4 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 1rem !important;
|
|
|
|
margin-bottom: 1rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 1.25rem !important;
|
|
|
|
padding-right: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 1.25rem !important;
|
|
|
|
padding-bottom: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 1.25rem !important;
|
|
|
|
margin-right: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-5 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 1.25rem !important;
|
|
|
|
margin-bottom: 1.25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 1.5rem !important;
|
|
|
|
padding-right: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 1.5rem !important;
|
|
|
|
padding-bottom: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 1.5rem !important;
|
|
|
|
margin-right: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 1.5rem !important;
|
|
|
|
margin-bottom: 1.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 2rem !important;
|
|
|
|
padding-right: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 2rem !important;
|
|
|
|
padding-bottom: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 2rem !important;
|
|
|
|
margin-right: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-8 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 2rem !important;
|
|
|
|
margin-bottom: 2rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 2.5rem !important;
|
|
|
|
padding-right: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 2.5rem !important;
|
|
|
|
padding-bottom: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 2.5rem !important;
|
|
|
|
margin-right: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-10 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 2.5rem !important;
|
|
|
|
margin-bottom: 2.5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 3rem !important;
|
|
|
|
padding-right: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 3rem !important;
|
|
|
|
padding-bottom: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 3rem !important;
|
|
|
|
margin-right: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-12 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 3rem !important;
|
|
|
|
margin-bottom: 3rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 4rem !important;
|
|
|
|
padding-right: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 4rem !important;
|
|
|
|
padding-bottom: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 4rem !important;
|
|
|
|
margin-right: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-16 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 4rem !important;
|
|
|
|
margin-bottom: 4rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 5rem !important;
|
|
|
|
padding-right: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 5rem !important;
|
|
|
|
padding-bottom: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 5rem !important;
|
|
|
|
margin-right: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-20 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 5rem !important;
|
|
|
|
margin-bottom: 5rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pr-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-right: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pb-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pl-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 6rem !important;
|
|
|
|
padding-right: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-top: 6rem !important;
|
|
|
|
padding-bottom: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mt-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mr-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mb-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ml-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-left: 6rem !important;
|
|
|
|
margin-right: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-24 {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-top: 6rem !important;
|
|
|
|
margin-bottom: 6rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx-auto {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-left {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-align: left;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-center {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-align: center;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-right {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-align: right;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-justify {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-align: justify;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-lowercase {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-transform: lowercase;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-capitalize {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-transform: capitalize;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-uppercase {
|
2019-08-23 11:39:42 +00:00
|
|
|
text-transform: uppercase;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: 'Metropolis';
|
|
|
|
src: url("../fonts/Metropolis-Regular.ttf");
|
|
|
|
font-weight: 400;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: 'Metropolis';
|
|
|
|
src: url("../fonts/Metropolis-Medium.ttf");
|
|
|
|
font-weight: 500;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-family: 'Metropolis';
|
|
|
|
src: url("../fonts/Metropolis-SemiBold.ttf");
|
|
|
|
font-weight: 600;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-responsive {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
|
|
|
margin: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.is-fullwidth {
|
2019-08-23 11:39:42 +00:00
|
|
|
width: 100%;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-buy {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
|
|
|
background: linear-gradient(135deg, #8526d9, #d10583);
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-buy:hover {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
|
|
|
background: linear-gradient(135deg, #902ce8, #e80290);
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button span + i,
|
|
|
|
.button i + span {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: .25rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button:focus {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-shadow: 0 0 3px #265cd9;
|
2019-10-10 11:03:21 +00:00
|
|
|
box-shadow: 0 0 3px #265cd9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link {
|
2019-08-23 11:39:42 +00:00
|
|
|
background: transparent;
|
|
|
|
color: #d4def7;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link:hover, .button.is-link:focus {
|
2019-08-23 11:39:42 +00:00
|
|
|
background: transparent;
|
|
|
|
color: white;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.input,
|
|
|
|
.textarea,
|
|
|
|
.select {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
|
2019-10-10 11:03:21 +00:00
|
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.input:focus,
|
|
|
|
.textarea:focus,
|
|
|
|
.select:focus {
|
2019-08-23 11:39:42 +00:00
|
|
|
border: 1px solid #294ea3;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-container {
|
2019-08-23 11:39:42 +00:00
|
|
|
background: linear-gradient(135deg, #26204c, #311d41);
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 100;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
2019-08-23 11:39:42 +00:00
|
|
|
list-style-type: none;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav .nav {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
display: none;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav .nav .nav-item a {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-left: 3em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: .5rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: 1rem;
|
|
|
|
display: block;
|
|
|
|
color: #DDE7F5;
|
|
|
|
text-decoration: none;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2019-08-23 11:39:42 +00:00
|
|
|
-ms-flex-wrap: nowrap;
|
2019-10-10 11:03:21 +00:00
|
|
|
flex-wrap: nowrap;
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-align: baseline;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-align: baseline;
|
|
|
|
align-items: baseline;
|
2019-08-23 11:39:42 +00:00
|
|
|
font-size: 1.2rem;
|
|
|
|
border-radius: 5px;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a:hover {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a span {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-flex: 1;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a span + i {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: -.7em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item i {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-right: .7em;
|
|
|
|
opacity: .7;
|
|
|
|
width: 1.5em;
|
|
|
|
text-align: center;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item.is-active > a {
|
2019-08-23 11:39:42 +00:00
|
|
|
color: white;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item.is-active > a i {
|
2019-08-23 11:39:42 +00:00
|
|
|
opacity: 1;
|
|
|
|
color: white;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item.is-open > .nav {
|
2019-08-23 11:39:42 +00:00
|
|
|
display: block;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.nav-container {
|
2019-10-10 11:03:21 +00:00
|
|
|
top: auto;
|
|
|
|
bottom: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.nav {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.nav .nav-item {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 0px;
|
|
|
|
flex: 1 0 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.nav a {
|
2019-10-10 11:03:21 +00:00
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: .5rem;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.nav a i {
|
2019-10-10 11:03:21 +00:00
|
|
|
margin-right: 0;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.nav a span {
|
2019-10-10 11:03:21 +00:00
|
|
|
display: none;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-limited {
|
2019-08-23 11:39:42 +00:00
|
|
|
width: 100%;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
max-width: 1400px;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flex-align-center {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-align: center;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-center {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-pack: center;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-name {
|
2019-08-23 11:39:42 +00:00
|
|
|
font-weight: 500;
|
|
|
|
color: white;
|
|
|
|
margin-bottom: .75em;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-container {
|
2019-08-23 11:39:42 +00:00
|
|
|
margin-bottom: 4rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-body {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: .25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
2019-08-23 11:39:42 +00:00
|
|
|
min-height: 100vh;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
2019-08-23 11:39:42 +00:00
|
|
|
.main-body {
|
2019-10-10 11:03:21 +00:00
|
|
|
padding-bottom: 55px !important;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
|
|
|
.d-sm-none {
|
2019-10-10 11:03:21 +00:00
|
|
|
display: none;
|
2019-08-23 11:39:42 +00:00
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.square-wrap {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding: .25rem !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.square {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 100%;
|
|
|
|
position: relative;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.rectangle-2 {
|
2019-08-23 11:39:42 +00:00
|
|
|
padding-bottom: 50%;
|
|
|
|
position: relative;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.square-content {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
background: linear-gradient(135deg, rgba(116, 34, 189, 0.5), rgba(185, 19, 121, 0.5));
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: .5rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.square-content i.fa {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: absolute;
|
|
|
|
left: .5rem;
|
|
|
|
top: .5rem;
|
|
|
|
font-size: 18px;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-transitions * {
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-transition: 0s !important;
|
|
|
|
transition: 0s !important;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-container {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
background-color: rgba(116, 34, 189, 0.5);
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
2019-08-23 11:39:42 +00:00
|
|
|
-webkit-box-pack: center;
|
2019-10-10 11:03:21 +00:00
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
2019-08-23 11:39:42 +00:00
|
|
|
z-index: 1000;
|
|
|
|
padding: 1rem;
|
|
|
|
overflow: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
2019-08-23 11:39:42 +00:00
|
|
|
width: 480px;
|
|
|
|
max-width: 100%;
|
|
|
|
min-height: 280px;
|
|
|
|
background: #182239;
|
|
|
|
padding: 1rem;
|
|
|
|
position: relative;
|
|
|
|
margin: auto;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal .close {
|
2019-08-23 11:39:42 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 1rem;
|
|
|
|
right: 1rem;
|
|
|
|
font-size: 1.2rem;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.break-all {
|
2019-08-23 11:39:42 +00:00
|
|
|
word-break: break-all;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
2019-08-23 11:39:42 +00:00
|
|
|
.is-inactive {
|
|
|
|
opacity: .4;
|
2019-10-10 11:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-text {
|
|
|
|
line-height: 1.2;
|
2019-08-24 11:13:04 +00:00
|
|
|
|
|
|
|
}
|
2019-10-10 11:03:21 +00:00
|
|
|
@media screen and (max-width: 600px){
|
|
|
|
.button-text {
|
|
|
|
font-size: 4vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*# sourceMappingURL=main.css.map */
|