mirror of
https://github.com/pdemian/human2regex.git
synced 2025-05-15 20:10:19 -07:00
2772 lines
42 KiB
CSS
2772 lines
42 KiB
CSS
/*!
|
|
* Bootstrap v4.1.3 (https://getbootstrap.com/)
|
|
* Copyright 2011-2018 The Bootstrap Authors
|
|
* Copyright 2011-2018 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*/
|
|
|
|
:root {
|
|
--blue: #007bff;
|
|
--indigo: #6610f2;
|
|
--purple: #6f42c1;
|
|
--pink: #e83e8c;
|
|
--red: #dc3545;
|
|
--orange: #fd7e14;
|
|
--yellow: #ffc107;
|
|
--green: #28a745;
|
|
--teal: #20c997;
|
|
--cyan: #17a2b8;
|
|
--white: #fff;
|
|
--gray: #6c757d;
|
|
--gray-dark: #343a40;
|
|
--primary: #007bff;
|
|
--secondary: #6c757d;
|
|
--success: #28a745;
|
|
--info: #17a2b8;
|
|
--warning: #ffc107;
|
|
--danger: #dc3545;
|
|
--light: #f8f9fa;
|
|
--dark: #343a40;
|
|
--breakpoint-xs: 0;
|
|
--breakpoint-sm: 576px;
|
|
--breakpoint-md: 768px;
|
|
--breakpoint-lg: 992px;
|
|
--breakpoint-xl: 1200px;
|
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
|
}
|
|
|
|
*,
|
|
::after,
|
|
::before {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
line-height: 1.15;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
-ms-overflow-style: scrollbar;
|
|
-webkit-tap-highlight-color: transparent
|
|
}
|
|
|
|
footer,
|
|
main,
|
|
nav {
|
|
display: block
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #212529;
|
|
text-align: left;
|
|
background-color: #fff
|
|
}
|
|
|
|
[tabindex="-1"]:focus {
|
|
outline: 0!important
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin-top: 0;
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
ol {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
ol ol {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
b {
|
|
font-weight: bolder
|
|
}
|
|
|
|
small {
|
|
font-size: 80%
|
|
}
|
|
|
|
a {
|
|
color: #007bff;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
-webkit-text-decoration-skip: objects
|
|
}
|
|
|
|
a:hover {
|
|
color: #0056b3;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a:not([href]):not([tabindex]) {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]):focus,
|
|
a:not([href]):not([tabindex]):hover {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]):focus {
|
|
outline: 0
|
|
}
|
|
|
|
code,
|
|
pre {
|
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
font-size: 1em
|
|
}
|
|
|
|
pre {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
overflow: auto;
|
|
-ms-overflow-style: scrollbar
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
border-style: none
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse
|
|
}
|
|
|
|
th {
|
|
text-align: inherit
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
button {
|
|
border-radius: 0
|
|
}
|
|
|
|
button:focus {
|
|
outline: 1px dotted;
|
|
outline: 5px auto -webkit-focus-ring-color
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
margin: 0;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit
|
|
}
|
|
|
|
button,
|
|
input {
|
|
overflow: visible
|
|
}
|
|
|
|
button,
|
|
select {
|
|
text-transform: none
|
|
}
|
|
|
|
[type=reset],
|
|
[type=submit],
|
|
button,
|
|
html [type=button] {
|
|
-webkit-appearance: button
|
|
}
|
|
|
|
[type=button]::-moz-focus-inner,
|
|
[type=reset]::-moz-focus-inner,
|
|
[type=submit]::-moz-focus-inner,
|
|
button::-moz-focus-inner {
|
|
padding: 0;
|
|
border-style: none
|
|
}
|
|
|
|
input[type=checkbox],
|
|
input[type=radio] {
|
|
box-sizing: border-box;
|
|
padding: 0
|
|
}
|
|
|
|
input[type=date],
|
|
input[type=datetime-local],
|
|
input[type=month],
|
|
input[type=time] {
|
|
-webkit-appearance: listbox
|
|
}
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
resize: vertical
|
|
}
|
|
|
|
[type=number]::-webkit-inner-spin-button,
|
|
[type=number]::-webkit-outer-spin-button {
|
|
height: auto
|
|
}
|
|
|
|
[type=search] {
|
|
outline-offset: -2px;
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
[type=search]::-webkit-search-cancel-button,
|
|
[type=search]::-webkit-search-decoration {
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
::-webkit-file-upload-button {
|
|
font: inherit;
|
|
-webkit-appearance: button
|
|
}
|
|
|
|
output {
|
|
display: inline-block
|
|
}
|
|
|
|
[hidden] {
|
|
display: none!important
|
|
}
|
|
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin-bottom: .5rem;
|
|
font-family: inherit;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
color: inherit
|
|
}
|
|
|
|
.h1,
|
|
h1 {
|
|
font-size: 2.5rem
|
|
}
|
|
|
|
.h2,
|
|
h2 {
|
|
font-size: 2rem
|
|
}
|
|
|
|
.h3,
|
|
h3 {
|
|
font-size: 1.75rem
|
|
}
|
|
|
|
.h4,
|
|
h4 {
|
|
font-size: 1.5rem
|
|
}
|
|
|
|
.h5,
|
|
h5 {
|
|
font-size: 1.25rem
|
|
}
|
|
|
|
.h6,
|
|
h6 {
|
|
font-size: 1rem
|
|
}
|
|
|
|
.small,
|
|
small {
|
|
font-size: 80%;
|
|
font-weight: 400
|
|
}
|
|
|
|
.mark,
|
|
mark {
|
|
padding: .2em;
|
|
background-color: #fcf8e3
|
|
}
|
|
|
|
.list-inline {
|
|
padding-left: 0;
|
|
list-style: none
|
|
}
|
|
|
|
code {
|
|
font-size: 87.5%;
|
|
color: #e83e8c;
|
|
word-break: break-word
|
|
}
|
|
|
|
a>code {
|
|
color: inherit
|
|
}
|
|
|
|
pre {
|
|
display: block;
|
|
font-size: 87.5%;
|
|
color: #212529
|
|
}
|
|
|
|
pre code {
|
|
font-size: inherit;
|
|
color: inherit;
|
|
word-break: normal
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto
|
|
}
|
|
|
|
.row {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-right: -15px;
|
|
margin-left: -15px
|
|
}
|
|
|
|
.col,
|
|
.col-1,
|
|
.col-10,
|
|
.col-11,
|
|
.col-12,
|
|
.col-2,
|
|
.col-3,
|
|
.col-4,
|
|
.col-5,
|
|
.col-6,
|
|
.col-7,
|
|
.col-8,
|
|
.col-9,
|
|
.col-auto,
|
|
.col-lg,
|
|
.col-lg-1,
|
|
.col-lg-10,
|
|
.col-lg-11,
|
|
.col-lg-12,
|
|
.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-auto,
|
|
.col-md,
|
|
.col-md-1,
|
|
.col-md-10,
|
|
.col-md-11,
|
|
.col-md-12,
|
|
.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-auto,
|
|
.col-sm,
|
|
.col-sm-1,
|
|
.col-sm-10,
|
|
.col-sm-11,
|
|
.col-sm-12,
|
|
.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-auto,
|
|
.col-xl,
|
|
.col-xl-1,
|
|
.col-xl-10,
|
|
.col-xl-11,
|
|
.col-xl-12,
|
|
.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-auto {
|
|
position: relative;
|
|
width: 100%;
|
|
min-height: 1px;
|
|
padding-right: 15px;
|
|
padding-left: 15px
|
|
}
|
|
|
|
.col {
|
|
-ms-flex-preferred-size: 0;
|
|
flex-basis: 0;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-auto {
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-1 {
|
|
-ms-flex: 0 0 8.333333%;
|
|
flex: 0 0 8.333333%;
|
|
max-width: 8.333333%
|
|
}
|
|
|
|
.col-2 {
|
|
-ms-flex: 0 0 16.666667%;
|
|
flex: 0 0 16.666667%;
|
|
max-width: 16.666667%
|
|
}
|
|
|
|
.col-3 {
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
|
|
.col-5 {
|
|
-ms-flex: 0 0 41.666667%;
|
|
flex: 0 0 41.666667%;
|
|
max-width: 41.666667%
|
|
}
|
|
|
|
.col-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-7 {
|
|
-ms-flex: 0 0 58.333333%;
|
|
flex: 0 0 58.333333%;
|
|
max-width: 58.333333%
|
|
}
|
|
|
|
.col-8 {
|
|
-ms-flex: 0 0 66.666667%;
|
|
flex: 0 0 66.666667%;
|
|
max-width: 66.666667%
|
|
}
|
|
|
|
.col-9 {
|
|
-ms-flex: 0 0 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-10 {
|
|
-ms-flex: 0 0 83.333333%;
|
|
flex: 0 0 83.333333%;
|
|
max-width: 83.333333%
|
|
}
|
|
|
|
.col-11 {
|
|
-ms-flex: 0 0 91.666667%;
|
|
flex: 0 0 91.666667%;
|
|
max-width: 91.666667%
|
|
}
|
|
|
|
.col-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.col-sm {
|
|
-ms-flex-preferred-size: 0;
|
|
flex-basis: 0;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
.col-sm-auto {
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
.col-sm-1 {
|
|
-ms-flex: 0 0 8.333333%;
|
|
flex: 0 0 8.333333%;
|
|
max-width: 8.333333%
|
|
}
|
|
.col-sm-2 {
|
|
-ms-flex: 0 0 16.666667%;
|
|
flex: 0 0 16.666667%;
|
|
max-width: 16.666667%
|
|
}
|
|
.col-sm-3 {
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
.col-sm-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
.col-sm-5 {
|
|
-ms-flex: 0 0 41.666667%;
|
|
flex: 0 0 41.666667%;
|
|
max-width: 41.666667%
|
|
}
|
|
.col-sm-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
.col-sm-7 {
|
|
-ms-flex: 0 0 58.333333%;
|
|
flex: 0 0 58.333333%;
|
|
max-width: 58.333333%
|
|
}
|
|
.col-sm-8 {
|
|
-ms-flex: 0 0 66.666667%;
|
|
flex: 0 0 66.666667%;
|
|
max-width: 66.666667%
|
|
}
|
|
.col-sm-9 {
|
|
-ms-flex: 0 0 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
.col-sm-10 {
|
|
-ms-flex: 0 0 83.333333%;
|
|
flex: 0 0 83.333333%;
|
|
max-width: 83.333333%
|
|
}
|
|
.col-sm-11 {
|
|
-ms-flex: 0 0 91.666667%;
|
|
flex: 0 0 91.666667%;
|
|
max-width: 91.666667%
|
|
}
|
|
.col-sm-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.col-md {
|
|
-ms-flex-preferred-size: 0;
|
|
flex-basis: 0;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
.col-md-auto {
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
.col-md-1 {
|
|
-ms-flex: 0 0 8.333333%;
|
|
flex: 0 0 8.333333%;
|
|
max-width: 8.333333%
|
|
}
|
|
.col-md-2 {
|
|
-ms-flex: 0 0 16.666667%;
|
|
flex: 0 0 16.666667%;
|
|
max-width: 16.666667%
|
|
}
|
|
.col-md-3 {
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
.col-md-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
.col-md-5 {
|
|
-ms-flex: 0 0 41.666667%;
|
|
flex: 0 0 41.666667%;
|
|
max-width: 41.666667%
|
|
}
|
|
.col-md-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
.col-md-7 {
|
|
-ms-flex: 0 0 58.333333%;
|
|
flex: 0 0 58.333333%;
|
|
max-width: 58.333333%
|
|
}
|
|
.col-md-8 {
|
|
-ms-flex: 0 0 66.666667%;
|
|
flex: 0 0 66.666667%;
|
|
max-width: 66.666667%
|
|
}
|
|
.col-md-9 {
|
|
-ms-flex: 0 0 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
.col-md-10 {
|
|
-ms-flex: 0 0 83.333333%;
|
|
flex: 0 0 83.333333%;
|
|
max-width: 83.333333%
|
|
}
|
|
.col-md-11 {
|
|
-ms-flex: 0 0 91.666667%;
|
|
flex: 0 0 91.666667%;
|
|
max-width: 91.666667%
|
|
}
|
|
.col-md-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.col-lg {
|
|
-ms-flex-preferred-size: 0;
|
|
flex-basis: 0;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
.col-lg-auto {
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
.col-lg-1 {
|
|
-ms-flex: 0 0 8.333333%;
|
|
flex: 0 0 8.333333%;
|
|
max-width: 8.333333%
|
|
}
|
|
.col-lg-2 {
|
|
-ms-flex: 0 0 16.666667%;
|
|
flex: 0 0 16.666667%;
|
|
max-width: 16.666667%
|
|
}
|
|
.col-lg-3 {
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
.col-lg-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
.col-lg-5 {
|
|
-ms-flex: 0 0 41.666667%;
|
|
flex: 0 0 41.666667%;
|
|
max-width: 41.666667%
|
|
}
|
|
.col-lg-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
.col-lg-7 {
|
|
-ms-flex: 0 0 58.333333%;
|
|
flex: 0 0 58.333333%;
|
|
max-width: 58.333333%
|
|
}
|
|
.col-lg-8 {
|
|
-ms-flex: 0 0 66.666667%;
|
|
flex: 0 0 66.666667%;
|
|
max-width: 66.666667%
|
|
}
|
|
.col-lg-9 {
|
|
-ms-flex: 0 0 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
.col-lg-10 {
|
|
-ms-flex: 0 0 83.333333%;
|
|
flex: 0 0 83.333333%;
|
|
max-width: 83.333333%
|
|
}
|
|
.col-lg-11 {
|
|
-ms-flex: 0 0 91.666667%;
|
|
flex: 0 0 91.666667%;
|
|
max-width: 91.666667%
|
|
}
|
|
.col-lg-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.col-xl {
|
|
-ms-flex-preferred-size: 0;
|
|
flex-basis: 0;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
.col-xl-auto {
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
.col-xl-1 {
|
|
-ms-flex: 0 0 8.333333%;
|
|
flex: 0 0 8.333333%;
|
|
max-width: 8.333333%
|
|
}
|
|
.col-xl-2 {
|
|
-ms-flex: 0 0 16.666667%;
|
|
flex: 0 0 16.666667%;
|
|
max-width: 16.666667%
|
|
}
|
|
.col-xl-3 {
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
.col-xl-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
.col-xl-5 {
|
|
-ms-flex: 0 0 41.666667%;
|
|
flex: 0 0 41.666667%;
|
|
max-width: 41.666667%
|
|
}
|
|
.col-xl-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
.col-xl-7 {
|
|
-ms-flex: 0 0 58.333333%;
|
|
flex: 0 0 58.333333%;
|
|
max-width: 58.333333%
|
|
}
|
|
.col-xl-8 {
|
|
-ms-flex: 0 0 66.666667%;
|
|
flex: 0 0 66.666667%;
|
|
max-width: 66.666667%
|
|
}
|
|
.col-xl-9 {
|
|
-ms-flex: 0 0 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
.col-xl-10 {
|
|
-ms-flex: 0 0 83.333333%;
|
|
flex: 0 0 83.333333%;
|
|
max-width: 83.333333%
|
|
}
|
|
.col-xl-11 {
|
|
-ms-flex: 0 0 91.666667%;
|
|
flex: 0 0 91.666667%;
|
|
max-width: 91.666667%
|
|
}
|
|
.col-xl-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
background-color: transparent
|
|
}
|
|
|
|
.table td,
|
|
.table th {
|
|
padding: .75rem;
|
|
vertical-align: top;
|
|
border-top: 1px solid #dee2e6
|
|
}
|
|
|
|
.table thead th {
|
|
vertical-align: bottom;
|
|
border-bottom: 2px solid #dee2e6
|
|
}
|
|
|
|
.table tbody+tbody {
|
|
border-top: 2px solid #dee2e6
|
|
}
|
|
|
|
.table .table {
|
|
background-color: #fff
|
|
}
|
|
|
|
.table-sm td,
|
|
.table-sm th {
|
|
padding: .3rem
|
|
}
|
|
|
|
.table-bordered {
|
|
border: 1px solid #dee2e6
|
|
}
|
|
|
|
.table-bordered td,
|
|
.table-bordered th {
|
|
border: 1px solid #dee2e6
|
|
}
|
|
|
|
.table-bordered thead td,
|
|
.table-bordered thead th {
|
|
border-bottom-width: 2px
|
|
}
|
|
|
|
.table-striped tbody tr:nth-of-type(odd) {
|
|
background-color: rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.table-primary,
|
|
.table-primary>td,
|
|
.table-primary>th {
|
|
background-color: #b8daff
|
|
}
|
|
|
|
.table-secondary,
|
|
.table-secondary>td,
|
|
.table-secondary>th {
|
|
background-color: #d6d8db
|
|
}
|
|
|
|
.table-light,
|
|
.table-light>td,
|
|
.table-light>th {
|
|
background-color: #fdfdfe
|
|
}
|
|
|
|
.table .thead-light th {
|
|
color: #495057;
|
|
background-color: #e9ecef;
|
|
border-color: #dee2e6
|
|
}
|
|
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: calc(2.25rem + 2px);
|
|
padding: .375rem .75rem;
|
|
font-size: 1rem;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: .25rem;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.form-control {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.form-control::-ms-expand {
|
|
background-color: transparent;
|
|
border: 0
|
|
}
|
|
|
|
.form-control:focus {
|
|
color: #495057;
|
|
background-color: #fff;
|
|
border-color: #80bdff;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
|
|
}
|
|
|
|
.form-control::-webkit-input-placeholder {
|
|
color: #6c757d;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control::-moz-placeholder {
|
|
color: #6c757d;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control:-ms-input-placeholder {
|
|
color: #6c757d;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control::-ms-input-placeholder {
|
|
color: #6c757d;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control::placeholder {
|
|
color: #6c757d;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control:disabled,
|
|
.form-control[readonly] {
|
|
background-color: #e9ecef;
|
|
opacity: 1
|
|
}
|
|
|
|
select.form-control:focus::-ms-value {
|
|
color: #495057;
|
|
background-color: #fff
|
|
}
|
|
|
|
.form-control-range {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
.col-form-label {
|
|
padding-top: calc(.375rem + 1px);
|
|
padding-bottom: calc(.375rem + 1px);
|
|
margin-bottom: 0;
|
|
font-size: inherit;
|
|
line-height: 1.5
|
|
}
|
|
|
|
.col-form-label-lg {
|
|
padding-top: calc(.5rem + 1px);
|
|
padding-bottom: calc(.5rem + 1px);
|
|
font-size: 1.25rem;
|
|
line-height: 1.5
|
|
}
|
|
|
|
.col-form-label-sm {
|
|
padding-top: calc(.25rem + 1px);
|
|
padding-bottom: calc(.25rem + 1px);
|
|
font-size: .875rem;
|
|
line-height: 1.5
|
|
}
|
|
|
|
.form-control-sm {
|
|
height: calc(1.8125rem + 2px);
|
|
padding: .25rem .5rem;
|
|
font-size: .875rem;
|
|
line-height: 1.5;
|
|
border-radius: .2rem
|
|
}
|
|
|
|
.form-control-lg {
|
|
height: calc(2.875rem + 2px);
|
|
padding: .5rem 1rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.5;
|
|
border-radius: .3rem
|
|
}
|
|
|
|
select.form-control[multiple],
|
|
select.form-control[size] {
|
|
height: auto
|
|
}
|
|
|
|
textarea.form-control {
|
|
height: auto
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.form-text {
|
|
display: block;
|
|
margin-top: .25rem
|
|
}
|
|
|
|
.form-row {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-right: -5px;
|
|
margin-left: -5px
|
|
}
|
|
|
|
.form-row>.col,
|
|
.form-row>[class*=col-] {
|
|
padding-right: 5px;
|
|
padding-left: 5px
|
|
}
|
|
|
|
.form-check {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 1.25rem
|
|
}
|
|
|
|
.form-check-input {
|
|
position: absolute;
|
|
margin-top: .3rem;
|
|
margin-left: -1.25rem
|
|
}
|
|
|
|
.form-check-input:disabled~.form-check-label {
|
|
color: #6c757d
|
|
}
|
|
|
|
.form-check-label {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.form-check-inline {
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding-left: 0;
|
|
margin-right: .75rem
|
|
}
|
|
|
|
.form-check-inline .form-check-input {
|
|
position: static;
|
|
margin-top: 0;
|
|
margin-right: .3125rem;
|
|
margin-left: 0
|
|
}
|
|
|
|
.form-control.is-invalid {
|
|
border-color: #dc3545
|
|
}
|
|
|
|
.form-control.is-invalid:focus {
|
|
border-color: #dc3545;
|
|
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
|
|
}
|
|
|
|
.form-check-input.is-invalid~.form-check-label {
|
|
color: #dc3545
|
|
}
|
|
|
|
.form-inline {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.form-inline .form-check {
|
|
width: 100%
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.form-inline label {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-bottom: 0
|
|
}
|
|
.form-inline .form-group {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 0
|
|
}
|
|
.form-inline .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle
|
|
}
|
|
.form-inline .input-group {
|
|
width: auto
|
|
}
|
|
.form-inline .form-check {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
width: auto;
|
|
padding-left: 0
|
|
}
|
|
.form-inline .form-check-input {
|
|
position: relative;
|
|
margin-top: 0;
|
|
margin-right: .25rem;
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
border: 1px solid transparent;
|
|
padding: .375rem .75rem;
|
|
font-size: 1rem;
|
|
line-height: 1.5;
|
|
border-radius: .25rem;
|
|
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.btn {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.btn:focus,
|
|
.btn:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.btn:focus {
|
|
outline: 0;
|
|
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
|
|
}
|
|
|
|
.btn:disabled {
|
|
opacity: .65
|
|
}
|
|
|
|
.btn:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #007bff;
|
|
border-color: #007bff
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #0069d9;
|
|
border-color: #0062cc
|
|
}
|
|
|
|
.btn-primary:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
|
|
}
|
|
|
|
.btn-primary:disabled {
|
|
color: #fff;
|
|
background-color: #007bff;
|
|
border-color: #007bff
|
|
}
|
|
|
|
.btn-primary:not(:disabled):not(.disabled).active,
|
|
.btn-primary:not(:disabled):not(.disabled):active {
|
|
color: #fff;
|
|
background-color: #0062cc;
|
|
border-color: #005cbf
|
|
}
|
|
|
|
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-primary:not(:disabled):not(.disabled):active:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
|
|
}
|
|
|
|
.btn-secondary {
|
|
color: #fff;
|
|
background-color: #6c757d;
|
|
border-color: #6c757d
|
|
}
|
|
|
|
.btn-secondary:hover {
|
|
color: #fff;
|
|
background-color: #5a6268;
|
|
border-color: #545b62
|
|
}
|
|
|
|
.btn-secondary:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
|
|
}
|
|
|
|
.btn-secondary:disabled {
|
|
color: #fff;
|
|
background-color: #6c757d;
|
|
border-color: #6c757d
|
|
}
|
|
|
|
.btn-secondary:not(:disabled):not(.disabled).active,
|
|
.btn-secondary:not(:disabled):not(.disabled):active {
|
|
color: #fff;
|
|
background-color: #545b62;
|
|
border-color: #4e555b
|
|
}
|
|
|
|
.btn-secondary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-secondary:not(:disabled):not(.disabled):active:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
|
|
}
|
|
|
|
.btn-light {
|
|
color: #212529;
|
|
background-color: #f8f9fa;
|
|
border-color: #f8f9fa
|
|
}
|
|
|
|
.btn-light:hover {
|
|
color: #212529;
|
|
background-color: #e2e6ea;
|
|
border-color: #dae0e5
|
|
}
|
|
|
|
.btn-light:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
|
|
}
|
|
|
|
.btn-light:disabled {
|
|
color: #212529;
|
|
background-color: #f8f9fa;
|
|
border-color: #f8f9fa
|
|
}
|
|
|
|
.btn-light:not(:disabled):not(.disabled).active,
|
|
.btn-light:not(:disabled):not(.disabled):active {
|
|
color: #212529;
|
|
background-color: #dae0e5;
|
|
border-color: #d3d9df
|
|
}
|
|
|
|
.btn-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-light:not(:disabled):not(.disabled):active:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
|
|
}
|
|
|
|
.btn-link {
|
|
font-weight: 400;
|
|
color: #007bff;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-link:hover {
|
|
color: #0056b3;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
border-color: transparent
|
|
}
|
|
|
|
.btn-link:focus {
|
|
text-decoration: underline;
|
|
border-color: transparent;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-link:disabled {
|
|
color: #6c757d;
|
|
pointer-events: none
|
|
}
|
|
|
|
.btn-group-lg>.btn,
|
|
.btn-lg {
|
|
padding: .5rem 1rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.5;
|
|
border-radius: .3rem
|
|
}
|
|
|
|
.btn-group-sm>.btn,
|
|
.btn-sm {
|
|
padding: .25rem .5rem;
|
|
font-size: .875rem;
|
|
line-height: 1.5;
|
|
border-radius: .2rem
|
|
}
|
|
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
.btn-block+.btn-block {
|
|
margin-top: .5rem
|
|
}
|
|
|
|
input[type=button].btn-block,
|
|
input[type=reset].btn-block,
|
|
input[type=submit].btn-block {
|
|
width: 100%
|
|
}
|
|
|
|
.btn-group {
|
|
position: relative;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.btn-group>.btn {
|
|
position: relative;
|
|
-ms-flex: 0 1 auto;
|
|
flex: 0 1 auto
|
|
}
|
|
|
|
.btn-group>.btn:hover {
|
|
z-index: 1
|
|
}
|
|
|
|
.btn-group>.btn:active,
|
|
.btn-group>.btn:focus {
|
|
z-index: 1
|
|
}
|
|
|
|
.btn-group .btn+.btn,
|
|
.btn-group .btn+.btn-group,
|
|
.btn-group .btn-group+.btn,
|
|
.btn-group .btn-group+.btn-group {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.btn-group>.btn:first-child {
|
|
margin-left: 0
|
|
}
|
|
|
|
.btn-group>.btn-group:not(:last-child)>.btn,
|
|
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.btn-group>.btn-group:not(:first-child)>.btn,
|
|
.btn-group>.btn:not(:first-child) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.input-group {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
width: 100%
|
|
}
|
|
|
|
.input-group>.form-control {
|
|
position: relative;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
width: 1%;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.input-group>.form-control+.form-control {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.input-group>.form-control:focus {
|
|
z-index: 3
|
|
}
|
|
|
|
.input-group>.form-control:not(:last-child) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.input-group>.form-control:not(:first-child) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.input-group-text {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: .375rem .75rem;
|
|
margin-bottom: 0;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
background-color: #e9ecef;
|
|
border: 1px solid #ced4da;
|
|
border-radius: .25rem
|
|
}
|
|
|
|
.input-group-text input[type=checkbox],
|
|
.input-group-text input[type=radio] {
|
|
margin-top: 0
|
|
}
|
|
|
|
.input-group-lg>.form-control {
|
|
height: calc(2.875rem + 2px);
|
|
padding: .5rem 1rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.5;
|
|
border-radius: .3rem
|
|
}
|
|
|
|
.input-group-sm>.form-control {
|
|
height: calc(1.8125rem + 2px);
|
|
padding: .25rem .5rem;
|
|
font-size: .875rem;
|
|
line-height: 1.5;
|
|
border-radius: .2rem
|
|
}
|
|
|
|
.nav {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.nav-link {
|
|
display: block;
|
|
padding: .5rem 1rem
|
|
}
|
|
|
|
.nav-link:focus,
|
|
.nav-link:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.navbar {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: .5rem 1rem
|
|
}
|
|
|
|
.navbar>.container {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.navbar-brand {
|
|
display: inline-block;
|
|
padding-top: .3125rem;
|
|
padding-bottom: .3125rem;
|
|
margin-right: 1rem;
|
|
font-size: 1.25rem;
|
|
line-height: inherit;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.navbar-brand:focus,
|
|
.navbar-brand:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.navbar-nav {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.navbar-nav .nav-link {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.navbar-text {
|
|
display: inline-block;
|
|
padding-top: .5rem;
|
|
padding-bottom: .5rem
|
|
}
|
|
|
|
@media (max-width:575.98px) {
|
|
.navbar-expand-sm>.container {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.navbar-expand-sm {
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start
|
|
}
|
|
.navbar-expand-sm .navbar-nav {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row
|
|
}
|
|
.navbar-expand-sm .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
.navbar-expand-sm>.container {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
}
|
|
|
|
@media (max-width:767.98px) {
|
|
.navbar-expand-md>.container {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-expand-md {
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start
|
|
}
|
|
.navbar-expand-md .navbar-nav {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row
|
|
}
|
|
.navbar-expand-md .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
.navbar-expand-md>.container {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
}
|
|
|
|
@media (max-width:991.98px) {
|
|
.navbar-expand-lg>.container {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.navbar-expand-lg {
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start
|
|
}
|
|
.navbar-expand-lg .navbar-nav {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row
|
|
}
|
|
.navbar-expand-lg .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
.navbar-expand-lg>.container {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
}
|
|
|
|
@media (max-width:1199.98px) {
|
|
.navbar-expand-xl>.container {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.navbar-expand-xl {
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start
|
|
}
|
|
.navbar-expand-xl .navbar-nav {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row
|
|
}
|
|
.navbar-expand-xl .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
.navbar-expand-xl>.container {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
}
|
|
|
|
.navbar-expand {
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand>.container {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.navbar-expand .navbar-nav {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand>.container {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-light .navbar-brand {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-light .navbar-brand:focus,
|
|
.navbar-light .navbar-brand:hover {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
color: rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link:focus,
|
|
.navbar-light .navbar-nav .nav-link:hover {
|
|
color: rgba(0, 0, 0, .7)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link.show,
|
|
.navbar-light .navbar-nav .show>.nav-link {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-light .navbar-text {
|
|
color: rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.navbar-light .navbar-text a {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-light .navbar-text a:focus,
|
|
.navbar-light .navbar-text a:hover {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.page-link {
|
|
position: relative;
|
|
display: block;
|
|
padding: .5rem .75rem;
|
|
margin-left: -1px;
|
|
line-height: 1.25;
|
|
color: #007bff;
|
|
background-color: #fff;
|
|
border: 1px solid #dee2e6
|
|
}
|
|
|
|
.page-link:hover {
|
|
z-index: 2;
|
|
color: #0056b3;
|
|
text-decoration: none;
|
|
background-color: #e9ecef;
|
|
border-color: #dee2e6
|
|
}
|
|
|
|
.page-link:focus {
|
|
z-index: 2;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
|
|
}
|
|
|
|
.page-link:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 1rem 0
|
|
}
|
|
to {
|
|
background-position: 0 0
|
|
}
|
|
}
|
|
|
|
@keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 1rem 0
|
|
}
|
|
to {
|
|
background-position: 0 0
|
|
}
|
|
}
|
|
|
|
.list-group {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding-left: 0;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: 1.5rem;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: #000;
|
|
text-shadow: 0 1px 0 #fff;
|
|
opacity: .5
|
|
}
|
|
|
|
.close:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.close:not(:disabled):not(.disabled):focus,
|
|
.close:not(:disabled):not(.disabled):hover {
|
|
color: #000;
|
|
text-decoration: none;
|
|
opacity: .75
|
|
}
|
|
|
|
button.close {
|
|
padding: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
|
|
.carousel-item-next.carousel-item-left,
|
|
.carousel-item-prev.carousel-item-right {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
}
|
|
|
|
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
|
|
.active.carousel-item-right,
|
|
.carousel-item-next {
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
transform: translate3d(100%, 0, 0)
|
|
}
|
|
}
|
|
|
|
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
|
|
.active.carousel-item-left,
|
|
.carousel-item-prev {
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
transform: translate3d(-100%, 0, 0)
|
|
}
|
|
}
|
|
|
|
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
|
|
.carousel-fade .active.carousel-item-left,
|
|
.carousel-fade .active.carousel-item-prev,
|
|
.carousel-fade .carousel-item-next,
|
|
.carousel-fade .carousel-item-prev,
|
|
.carousel-fade .carousel-item.active {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
}
|
|
|
|
.align-top {
|
|
vertical-align: top!important
|
|
}
|
|
|
|
.align-bottom {
|
|
vertical-align: bottom!important
|
|
}
|
|
|
|
.align-text-bottom {
|
|
vertical-align: text-bottom!important
|
|
}
|
|
|
|
.align-text-top {
|
|
vertical-align: text-top!important
|
|
}
|
|
|
|
.d-none {
|
|
display: none!important
|
|
}
|
|
|
|
.d-inline {
|
|
display: inline!important
|
|
}
|
|
|
|
.d-inline-block {
|
|
display: inline-block!important
|
|
}
|
|
|
|
.d-block {
|
|
display: block!important
|
|
}
|
|
|
|
.d-table {
|
|
display: table!important
|
|
}
|
|
|
|
.d-table-row {
|
|
display: table-row!important
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.d-sm-none {
|
|
display: none!important
|
|
}
|
|
.d-sm-inline {
|
|
display: inline!important
|
|
}
|
|
.d-sm-inline-block {
|
|
display: inline-block!important
|
|
}
|
|
.d-sm-block {
|
|
display: block!important
|
|
}
|
|
.d-sm-table {
|
|
display: table!important
|
|
}
|
|
.d-sm-table-row {
|
|
display: table-row!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.d-md-none {
|
|
display: none!important
|
|
}
|
|
.d-md-inline {
|
|
display: inline!important
|
|
}
|
|
.d-md-inline-block {
|
|
display: inline-block!important
|
|
}
|
|
.d-md-block {
|
|
display: block!important
|
|
}
|
|
.d-md-table {
|
|
display: table!important
|
|
}
|
|
.d-md-table-row {
|
|
display: table-row!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.d-lg-none {
|
|
display: none!important
|
|
}
|
|
.d-lg-inline {
|
|
display: inline!important
|
|
}
|
|
.d-lg-inline-block {
|
|
display: inline-block!important
|
|
}
|
|
.d-lg-block {
|
|
display: block!important
|
|
}
|
|
.d-lg-table {
|
|
display: table!important
|
|
}
|
|
.d-lg-table-row {
|
|
display: table-row!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.d-xl-none {
|
|
display: none!important
|
|
}
|
|
.d-xl-inline {
|
|
display: inline!important
|
|
}
|
|
.d-xl-inline-block {
|
|
display: inline-block!important
|
|
}
|
|
.d-xl-block {
|
|
display: block!important
|
|
}
|
|
.d-xl-table {
|
|
display: table!important
|
|
}
|
|
.d-xl-table-row {
|
|
display: table-row!important
|
|
}
|
|
}
|
|
|
|
.align-items-start {
|
|
-ms-flex-align: start!important;
|
|
align-items: flex-start!important
|
|
}
|
|
|
|
.align-items-end {
|
|
-ms-flex-align: end!important;
|
|
align-items: flex-end!important
|
|
}
|
|
|
|
.align-content-start {
|
|
-ms-flex-line-pack: start!important;
|
|
align-content: flex-start!important
|
|
}
|
|
|
|
.align-content-end {
|
|
-ms-flex-line-pack: end!important;
|
|
align-content: flex-end!important
|
|
}
|
|
|
|
.align-content-between {
|
|
-ms-flex-line-pack: justify!important;
|
|
align-content: space-between!important
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.align-items-sm-start {
|
|
-ms-flex-align: start!important;
|
|
align-items: flex-start!important
|
|
}
|
|
.align-items-sm-end {
|
|
-ms-flex-align: end!important;
|
|
align-items: flex-end!important
|
|
}
|
|
.align-content-sm-start {
|
|
-ms-flex-line-pack: start!important;
|
|
align-content: flex-start!important
|
|
}
|
|
.align-content-sm-end {
|
|
-ms-flex-line-pack: end!important;
|
|
align-content: flex-end!important
|
|
}
|
|
.align-content-sm-between {
|
|
-ms-flex-line-pack: justify!important;
|
|
align-content: space-between!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.align-items-md-start {
|
|
-ms-flex-align: start!important;
|
|
align-items: flex-start!important
|
|
}
|
|
.align-items-md-end {
|
|
-ms-flex-align: end!important;
|
|
align-items: flex-end!important
|
|
}
|
|
.align-content-md-start {
|
|
-ms-flex-line-pack: start!important;
|
|
align-content: flex-start!important
|
|
}
|
|
.align-content-md-end {
|
|
-ms-flex-line-pack: end!important;
|
|
align-content: flex-end!important
|
|
}
|
|
.align-content-md-between {
|
|
-ms-flex-line-pack: justify!important;
|
|
align-content: space-between!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.align-items-lg-start {
|
|
-ms-flex-align: start!important;
|
|
align-items: flex-start!important
|
|
}
|
|
.align-items-lg-end {
|
|
-ms-flex-align: end!important;
|
|
align-items: flex-end!important
|
|
}
|
|
.align-content-lg-start {
|
|
-ms-flex-line-pack: start!important;
|
|
align-content: flex-start!important
|
|
}
|
|
.align-content-lg-end {
|
|
-ms-flex-line-pack: end!important;
|
|
align-content: flex-end!important
|
|
}
|
|
.align-content-lg-between {
|
|
-ms-flex-line-pack: justify!important;
|
|
align-content: space-between!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.align-items-xl-start {
|
|
-ms-flex-align: start!important;
|
|
align-items: flex-start!important
|
|
}
|
|
.align-items-xl-end {
|
|
-ms-flex-align: end!important;
|
|
align-items: flex-end!important
|
|
}
|
|
.align-content-xl-start {
|
|
-ms-flex-line-pack: start!important;
|
|
align-content: flex-start!important
|
|
}
|
|
.align-content-xl-end {
|
|
-ms-flex-line-pack: end!important;
|
|
align-content: flex-end!important
|
|
}
|
|
.align-content-xl-between {
|
|
-ms-flex-line-pack: justify!important;
|
|
align-content: space-between!important
|
|
}
|
|
}
|
|
|
|
.float-right {
|
|
float: right!important
|
|
}
|
|
|
|
.float-none {
|
|
float: none!important
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.float-sm-right {
|
|
float: right!important
|
|
}
|
|
.float-sm-none {
|
|
float: none!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.float-md-right {
|
|
float: right!important
|
|
}
|
|
.float-md-none {
|
|
float: none!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.float-lg-right {
|
|
float: right!important
|
|
}
|
|
.float-lg-none {
|
|
float: none!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.float-xl-right {
|
|
float: right!important
|
|
}
|
|
.float-xl-none {
|
|
float: none!important
|
|
}
|
|
}
|
|
|
|
.fixed-top {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1030
|
|
}
|
|
|
|
.fixed-bottom {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1030
|
|
}
|
|
|
|
@supports ((position:-webkit-sticky) or (position:sticky)) {
|
|
.sticky-top {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1020
|
|
}
|
|
}
|
|
|
|
.w-25 {
|
|
width: 25%!important
|
|
}
|
|
|
|
.w-50 {
|
|
width: 50%!important
|
|
}
|
|
|
|
.w-75 {
|
|
width: 75%!important
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%!important
|
|
}
|
|
|
|
.w-auto {
|
|
width: auto!important
|
|
}
|
|
|
|
.h-25 {
|
|
height: 25%!important
|
|
}
|
|
|
|
.h-50 {
|
|
height: 50%!important
|
|
}
|
|
|
|
.h-75 {
|
|
height: 75%!important
|
|
}
|
|
|
|
.h-100 {
|
|
height: 100%!important
|
|
}
|
|
|
|
.h-auto {
|
|
height: auto!important
|
|
}
|
|
|
|
.m-0 {
|
|
margin: 0!important
|
|
}
|
|
|
|
.mx-0 {
|
|
margin-right: 0!important
|
|
}
|
|
|
|
.mx-0 {
|
|
margin-left: 0!important
|
|
}
|
|
|
|
.m-1 {
|
|
margin: .25rem!important
|
|
}
|
|
|
|
.mx-1 {
|
|
margin-right: .25rem!important
|
|
}
|
|
|
|
.mx-1 {
|
|
margin-left: .25rem!important
|
|
}
|
|
|
|
.m-2 {
|
|
margin: .5rem!important
|
|
}
|
|
|
|
.mx-2 {
|
|
margin-right: .5rem!important
|
|
}
|
|
|
|
.mx-2 {
|
|
margin-left: .5rem!important
|
|
}
|
|
|
|
.m-3 {
|
|
margin: 1rem!important
|
|
}
|
|
|
|
.mx-3 {
|
|
margin-right: 1rem!important
|
|
}
|
|
|
|
.mx-3 {
|
|
margin-left: 1rem!important
|
|
}
|
|
|
|
.m-4 {
|
|
margin: 1.5rem!important
|
|
}
|
|
|
|
.mx-4 {
|
|
margin-right: 1.5rem!important
|
|
}
|
|
|
|
.mx-4 {
|
|
margin-left: 1.5rem!important
|
|
}
|
|
|
|
.m-5 {
|
|
margin: 3rem!important
|
|
}
|
|
|
|
.mx-5 {
|
|
margin-right: 3rem!important
|
|
}
|
|
|
|
.mx-5 {
|
|
margin-left: 3rem!important
|
|
}
|
|
|
|
.p-0 {
|
|
padding: 0!important
|
|
}
|
|
|
|
.p-1 {
|
|
padding: .25rem!important
|
|
}
|
|
|
|
.p-2 {
|
|
padding: .5rem!important
|
|
}
|
|
|
|
.p-3 {
|
|
padding: 1rem!important
|
|
}
|
|
|
|
.p-4 {
|
|
padding: 1.5rem!important
|
|
}
|
|
|
|
.p-5 {
|
|
padding: 3rem!important
|
|
}
|
|
|
|
.m-auto {
|
|
margin: auto!important
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-right: auto!important
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-left: auto!important
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.m-sm-0 {
|
|
margin: 0!important
|
|
}
|
|
.mx-sm-0 {
|
|
margin-right: 0!important
|
|
}
|
|
.mx-sm-0 {
|
|
margin-left: 0!important
|
|
}
|
|
.m-sm-1 {
|
|
margin: .25rem!important
|
|
}
|
|
.mx-sm-1 {
|
|
margin-right: .25rem!important
|
|
}
|
|
.mx-sm-1 {
|
|
margin-left: .25rem!important
|
|
}
|
|
.m-sm-2 {
|
|
margin: .5rem!important
|
|
}
|
|
.mx-sm-2 {
|
|
margin-right: .5rem!important
|
|
}
|
|
.mx-sm-2 {
|
|
margin-left: .5rem!important
|
|
}
|
|
.m-sm-3 {
|
|
margin: 1rem!important
|
|
}
|
|
.mx-sm-3 {
|
|
margin-right: 1rem!important
|
|
}
|
|
.mx-sm-3 {
|
|
margin-left: 1rem!important
|
|
}
|
|
.m-sm-4 {
|
|
margin: 1.5rem!important
|
|
}
|
|
.mx-sm-4 {
|
|
margin-right: 1.5rem!important
|
|
}
|
|
.mx-sm-4 {
|
|
margin-left: 1.5rem!important
|
|
}
|
|
.m-sm-5 {
|
|
margin: 3rem!important
|
|
}
|
|
.mx-sm-5 {
|
|
margin-right: 3rem!important
|
|
}
|
|
.mx-sm-5 {
|
|
margin-left: 3rem!important
|
|
}
|
|
.p-sm-0 {
|
|
padding: 0!important
|
|
}
|
|
.p-sm-1 {
|
|
padding: .25rem!important
|
|
}
|
|
.p-sm-2 {
|
|
padding: .5rem!important
|
|
}
|
|
.p-sm-3 {
|
|
padding: 1rem!important
|
|
}
|
|
.p-sm-4 {
|
|
padding: 1.5rem!important
|
|
}
|
|
.p-sm-5 {
|
|
padding: 3rem!important
|
|
}
|
|
.m-sm-auto {
|
|
margin: auto!important
|
|
}
|
|
.mx-sm-auto {
|
|
margin-right: auto!important
|
|
}
|
|
.mx-sm-auto {
|
|
margin-left: auto!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.m-md-0 {
|
|
margin: 0!important
|
|
}
|
|
.mx-md-0 {
|
|
margin-right: 0!important
|
|
}
|
|
.mx-md-0 {
|
|
margin-left: 0!important
|
|
}
|
|
.m-md-1 {
|
|
margin: .25rem!important
|
|
}
|
|
.mx-md-1 {
|
|
margin-right: .25rem!important
|
|
}
|
|
.mx-md-1 {
|
|
margin-left: .25rem!important
|
|
}
|
|
.m-md-2 {
|
|
margin: .5rem!important
|
|
}
|
|
.mx-md-2 {
|
|
margin-right: .5rem!important
|
|
}
|
|
.mx-md-2 {
|
|
margin-left: .5rem!important
|
|
}
|
|
.m-md-3 {
|
|
margin: 1rem!important
|
|
}
|
|
.mx-md-3 {
|
|
margin-right: 1rem!important
|
|
}
|
|
.mx-md-3 {
|
|
margin-left: 1rem!important
|
|
}
|
|
.m-md-4 {
|
|
margin: 1.5rem!important
|
|
}
|
|
.mx-md-4 {
|
|
margin-right: 1.5rem!important
|
|
}
|
|
.mx-md-4 {
|
|
margin-left: 1.5rem!important
|
|
}
|
|
.m-md-5 {
|
|
margin: 3rem!important
|
|
}
|
|
.mx-md-5 {
|
|
margin-right: 3rem!important
|
|
}
|
|
.mx-md-5 {
|
|
margin-left: 3rem!important
|
|
}
|
|
.p-md-0 {
|
|
padding: 0!important
|
|
}
|
|
.p-md-1 {
|
|
padding: .25rem!important
|
|
}
|
|
.p-md-2 {
|
|
padding: .5rem!important
|
|
}
|
|
.p-md-3 {
|
|
padding: 1rem!important
|
|
}
|
|
.p-md-4 {
|
|
padding: 1.5rem!important
|
|
}
|
|
.p-md-5 {
|
|
padding: 3rem!important
|
|
}
|
|
.m-md-auto {
|
|
margin: auto!important
|
|
}
|
|
.mx-md-auto {
|
|
margin-right: auto!important
|
|
}
|
|
.mx-md-auto {
|
|
margin-left: auto!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.m-lg-0 {
|
|
margin: 0!important
|
|
}
|
|
.mx-lg-0 {
|
|
margin-right: 0!important
|
|
}
|
|
.mx-lg-0 {
|
|
margin-left: 0!important
|
|
}
|
|
.m-lg-1 {
|
|
margin: .25rem!important
|
|
}
|
|
.mx-lg-1 {
|
|
margin-right: .25rem!important
|
|
}
|
|
.mx-lg-1 {
|
|
margin-left: .25rem!important
|
|
}
|
|
.m-lg-2 {
|
|
margin: .5rem!important
|
|
}
|
|
.mx-lg-2 {
|
|
margin-right: .5rem!important
|
|
}
|
|
.mx-lg-2 {
|
|
margin-left: .5rem!important
|
|
}
|
|
.m-lg-3 {
|
|
margin: 1rem!important
|
|
}
|
|
.mx-lg-3 {
|
|
margin-right: 1rem!important
|
|
}
|
|
.mx-lg-3 {
|
|
margin-left: 1rem!important
|
|
}
|
|
.m-lg-4 {
|
|
margin: 1.5rem!important
|
|
}
|
|
.mx-lg-4 {
|
|
margin-right: 1.5rem!important
|
|
}
|
|
.mx-lg-4 {
|
|
margin-left: 1.5rem!important
|
|
}
|
|
.m-lg-5 {
|
|
margin: 3rem!important
|
|
}
|
|
.mx-lg-5 {
|
|
margin-right: 3rem!important
|
|
}
|
|
.mx-lg-5 {
|
|
margin-left: 3rem!important
|
|
}
|
|
.p-lg-0 {
|
|
padding: 0!important
|
|
}
|
|
.p-lg-1 {
|
|
padding: .25rem!important
|
|
}
|
|
.p-lg-2 {
|
|
padding: .5rem!important
|
|
}
|
|
.p-lg-3 {
|
|
padding: 1rem!important
|
|
}
|
|
.p-lg-4 {
|
|
padding: 1.5rem!important
|
|
}
|
|
.p-lg-5 {
|
|
padding: 3rem!important
|
|
}
|
|
.m-lg-auto {
|
|
margin: auto!important
|
|
}
|
|
.mx-lg-auto {
|
|
margin-right: auto!important
|
|
}
|
|
.mx-lg-auto {
|
|
margin-left: auto!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.m-xl-0 {
|
|
margin: 0!important
|
|
}
|
|
.mx-xl-0 {
|
|
margin-right: 0!important
|
|
}
|
|
.mx-xl-0 {
|
|
margin-left: 0!important
|
|
}
|
|
.m-xl-1 {
|
|
margin: .25rem!important
|
|
}
|
|
.mx-xl-1 {
|
|
margin-right: .25rem!important
|
|
}
|
|
.mx-xl-1 {
|
|
margin-left: .25rem!important
|
|
}
|
|
.m-xl-2 {
|
|
margin: .5rem!important
|
|
}
|
|
.mx-xl-2 {
|
|
margin-right: .5rem!important
|
|
}
|
|
.mx-xl-2 {
|
|
margin-left: .5rem!important
|
|
}
|
|
.m-xl-3 {
|
|
margin: 1rem!important
|
|
}
|
|
.mx-xl-3 {
|
|
margin-right: 1rem!important
|
|
}
|
|
.mx-xl-3 {
|
|
margin-left: 1rem!important
|
|
}
|
|
.m-xl-4 {
|
|
margin: 1.5rem!important
|
|
}
|
|
.mx-xl-4 {
|
|
margin-right: 1.5rem!important
|
|
}
|
|
.mx-xl-4 {
|
|
margin-left: 1.5rem!important
|
|
}
|
|
.m-xl-5 {
|
|
margin: 3rem!important
|
|
}
|
|
.mx-xl-5 {
|
|
margin-right: 3rem!important
|
|
}
|
|
.mx-xl-5 {
|
|
margin-left: 3rem!important
|
|
}
|
|
.p-xl-0 {
|
|
padding: 0!important
|
|
}
|
|
.p-xl-1 {
|
|
padding: .25rem!important
|
|
}
|
|
.p-xl-2 {
|
|
padding: .5rem!important
|
|
}
|
|
.p-xl-3 {
|
|
padding: 1rem!important
|
|
}
|
|
.p-xl-4 {
|
|
padding: 1.5rem!important
|
|
}
|
|
.p-xl-5 {
|
|
padding: 3rem!important
|
|
}
|
|
.m-xl-auto {
|
|
margin: auto!important
|
|
}
|
|
.mx-xl-auto {
|
|
margin-right: auto!important
|
|
}
|
|
.mx-xl-auto {
|
|
margin-left: auto!important
|
|
}
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right!important
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.text-sm-right {
|
|
text-align: right!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.text-md-right {
|
|
text-align: right!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.text-lg-right {
|
|
text-align: right!important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.text-xl-right {
|
|
text-align: right!important
|
|
}
|
|
}
|
|
|
|
.font-weight-light {
|
|
font-weight: 300!important
|
|
}
|
|
|
|
.font-weight-bold {
|
|
font-weight: 700!important
|
|
}
|
|
|
|
.font-italic {
|
|
font-style: italic!important
|
|
}
|
|
|
|
.text-primary {
|
|
color: #007bff!important
|
|
}
|
|
|
|
a.text-primary:focus,
|
|
a.text-primary:hover {
|
|
color: #0062cc!important
|
|
}
|
|
|
|
.text-secondary {
|
|
color: #6c757d!important
|
|
}
|
|
|
|
a.text-secondary:focus,
|
|
a.text-secondary:hover {
|
|
color: #545b62!important
|
|
}
|
|
|
|
.text-light {
|
|
color: #f8f9fa!important
|
|
}
|
|
|
|
a.text-light:focus,
|
|
a.text-light:hover {
|
|
color: #dae0e5!important
|
|
}
|
|
|
|
.text-body {
|
|
color: #212529!important
|
|
}
|
|
|
|
@media print {
|
|
*,
|
|
::after,
|
|
::before {
|
|
text-shadow: none!important;
|
|
box-shadow: none!important
|
|
}
|
|
a:not(.btn) {
|
|
text-decoration: underline
|
|
}
|
|
pre {
|
|
white-space: pre-wrap!important
|
|
}
|
|
pre {
|
|
border: 1px solid #adb5bd;
|
|
page-break-inside: avoid
|
|
}
|
|
thead {
|
|
display: table-header-group
|
|
}
|
|
img,
|
|
tr {
|
|
page-break-inside: avoid
|
|
}
|
|
h2,
|
|
h3,
|
|
p {
|
|
orphans: 3;
|
|
widows: 3
|
|
}
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid
|
|
}
|
|
@page {
|
|
size: a3
|
|
}
|
|
body {
|
|
min-width: 992px!important
|
|
}
|
|
.container {
|
|
min-width: 992px!important
|
|
}
|
|
.navbar {
|
|
display: none
|
|
}
|
|
.table {
|
|
border-collapse: collapse!important
|
|
}
|
|
.table td,
|
|
.table th {
|
|
background-color: #fff!important
|
|
}
|
|
.table-bordered td,
|
|
.table-bordered th {
|
|
border: 1px solid #dee2e6!important
|
|
}
|
|
} |