Files
blueberry-pma-theme/darkwolf/css/theme.rtl.css
T
William Desportes 5f5eedd2ea Fix another css syntax error in darkwolf theme
CssSyntaxError: darkwolf/css/theme.rtl.css:11912:14: Missed semicolon

  11910 |     position: absolute;
  11911 |     content: ">";
> 11912 |     top: -2px color: #666
        |              ^
  11913 | }
  11914 | #pma_console .query_input textarea {
2023-01-12 09:50:12 +04:00

14723 lines
482 KiB
CSS

:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #691920;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 105, 25, 32;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff
}
*, *::before, *::after {
box-sizing: border-box
}
@media(prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth
}
}
option:checked {
background-color: #373a3e !important;
color: #ccc
}
#text_create_db {
background-color: #1B1E21;
color: #999
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: #121517;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: .25
}
hr:not([size]) {
height: 1px
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
color: #999
}
@media(min-width: 1200px) {
h1, .h1 {
font-size: 2rem
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw)
}
@media(min-width: 1200px) {
h2, .h2 {
font-size: 2rem
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw)
}
@media(min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
color: #999
}
@media(min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem
}
}
h5, .h5 {
font-size: 1.25rem
}
h6, .h6 {
font-size: 1rem
}
h6 a {
color: #669cc0
}
h6 a:hover {
color: #75a5c6;
text-decoration: none
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
em, p {
color: #999
}
p strong {
color: #ccc;
font-weight: normal
}
abbr[title], abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
ol, ul {
padding-right: 2rem
}
ol, ul, dl {
margin-top: 0;
margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-right: 0
}
blockquote {
margin: 0 0 1rem
}
b, strong {
font-weight: bolder
}
small, .small {
font-size: 0.875em
}
mark, .mark {
padding: .2em;
background-color: #fcf8e3
}
sub, sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -0.25em
}
sup {
top: -0.5em
}
a {
color: #999;
text-decoration: none
}
a:hover {
color: #ccc;
text-decoration: underline
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none
}
pre, code, kbd, samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr;
unicode-bidi: bidi-override
}
pre {
display: block;
margin-top: 1rem;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
color: #ccc
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word
}
a > code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 0.875em;
color: #b2cddf;
background-color: #212529;
border-radius: .2rem
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700
}
figure {
margin: 0 0 1rem
}
img, svg {
vertical-align: middle
}
table {
caption-side: bottom;
border-collapse: collapse;
border-bottom: 1px solid #333 !important
}
caption {
padding-top: .5rem;
padding-bottom: .5rem;
color: #6c757d;
text-align: right
}
th {
text-align: inherit;
text-align: -webkit-match-parent
}
thead, tbody, tfoot, tr, td, th {
border-color: inherit;
border-style: solid;
border-width: 0
}
td.marked:not(.nomarker), table tr.marked:not(.nomarker) td, table tbody:first-of-type tr.marked:not(.nomarker) th, table tr.marked:not(.nomarker) {
color: #669cc0 !important;
background-color: #14202a !important
}
tr.marked label {
color: #669cc0 !important;
}
tr.marked dfn {
color: #D63384 !important;
}
#tablesForm tr.marked dfn {
color: #669cc0 !important;
}
#usersForm tr.marked dfn {
color: inherit !important;
}
.table-striped tr.marked dfn {
color: #999 !important;
}
tr.marked em {
color: #669cc0 !important;
}
#usersForm tr.marked + tr.noclick td {
color: #669cc0 !important;
}
#usersForm tr.marked + tr.noclick dfn {
color: #669cc0 !important;
}
#usersForm tr.marked + tr.noclick a {
color: #669cc0 !important;
}
tr.marked td .jsAccountLocking {
color: #669cc0 !important;
}
tr.marked td .jsAccountLocking:hover {
text-decoration: underline !important;
}
tr.marked a {
color: #669cc0 !important;
}
label {
display: inline-block
}
button {
border-radius: 0
}
button:focus:not(:focus-visible) {
outline: 0
}
input, button, select, optgroup, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button, select {
text-transform: none
}
[role=button] {
cursor: pointer
}
select {
word-wrap: normal;
direction: rtl
}
select:disabled {
opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
display: none
}
button, [type=button], [type=reset], [type=submit] {
-webkit-appearance: button
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
cursor: pointer
}
::-moz-focus-inner {
padding: 0;
border-style: none
}
textarea, textarea:focus {
resize: vertical;
background-color: #1B1E21!important;
width: 100%;
color: #999;
border: 1px solid #333!important;
outline: none!important
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: right;
width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media(min-width: 1200px) {
legend {
font-size: 1.5rem
}
}
legend + * {
clear: right
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
padding: 0
}
::-webkit-inner-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield
}
::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
padding: 0
}
::-webkit-file-upload-button {
font: inherit
}
::file-selector-button {
font: inherit
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
iframe {
border: 0
}
summary {
display: list-item;
cursor: pointer
}
progress {
vertical-align: baseline
}
[hidden] {
display: none !important
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2
}
@media(min-width: 1200px) {
.display-1 {
font-size: 5rem
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2
}
@media(min-width: 1200px) {
.display-2 {
font-size: 4.5rem
}
}
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2
}
@media(min-width: 1200px) {
.display-3 {
font-size: 4rem
}
}
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2
}
@media(min-width: 1200px) {
.display-4 {
font-size: 3.5rem
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2
}
@media(min-width: 1200px) {
.display-5 {
font-size: 3rem
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2
}
@media(min-width: 1200px) {
.display-6 {
font-size: 2.5rem
}
}
.list-unstyled {
padding-right: 0;
list-style: none
}
.list-inline {
padding-right: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-left: .5rem
}
.initialism {
font-size: 0.875em;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote > :last-child {
margin-bottom: 0
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d
}
.blockquote-footer::before {
content: "— "
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
width: 100%;
padding-left: var(--bs-gutter-x, 0.75rem);
padding-right: var(--bs-gutter-x, 0.75rem);
margin-left: auto;
margin-right: auto
}
@media(min-width: 576px) {
.container-sm, .container {
max-width: 540px
}
}
@media(min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px
}
}
@media(min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px
}
}
@media(min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px
}
}
@media(min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1*var(--bs-gutter-y));
margin-left: calc(-0.5*var(--bs-gutter-x));
margin-right: calc(-0.5*var(--bs-gutter-x))
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-left: calc(var(--bs-gutter-x)*.5);
padding-right: calc(var(--bs-gutter-x)*.5);
margin-top: var(--bs-gutter-y)
}
.col {
flex: 1 0 0%
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%
}
.col-auto {
flex: 0 0 auto;
width: auto
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%
}
.col-3 {
flex: 0 0 auto;
width: 25%
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%
}
.col-6 {
flex: 0 0 auto;
width: 50%
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%
}
.col-9 {
flex: 0 0 auto;
width: 75%
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%
}
.col-12 {
flex: 0 0 auto;
width: 100%
}
.offset-1 {
margin-right: 8.33333333%
}
.offset-2 {
margin-right: 16.66666667%
}
.offset-3 {
margin-right: 25%
}
.offset-4 {
margin-right: 33.33333333%
}
.offset-5 {
margin-right: 41.66666667%
}
.offset-6 {
margin-right: 50%
}
.offset-7 {
margin-right: 58.33333333%
}
.offset-8 {
margin-right: 66.66666667%
}
.offset-9 {
margin-right: 75%
}
.offset-10 {
margin-right: 83.33333333%
}
.offset-11 {
margin-right: 91.66666667%
}
.g-0, .gx-0 {
--bs-gutter-x: 0
}
.g-0, .gy-0 {
--bs-gutter-y: 0
}
.g-1, .gx-1 {
--bs-gutter-x: 0.25rem
}
.g-1, .gy-1 {
--bs-gutter-y: 0.25rem
}
.g-2, .gx-2 {
--bs-gutter-x: 0.5rem
}
.g-2, .gy-2 {
--bs-gutter-y: 0.5rem
}
.g-3, .gx-3 {
--bs-gutter-x: 1rem
}
.g-3, .gy-3 {
--bs-gutter-y: 1rem
}
.g-4, .gx-4 {
--bs-gutter-x: 1.5rem
}
.g-4, .gy-4 {
--bs-gutter-y: 1.5rem
}
.g-5, .gx-5 {
--bs-gutter-x: 3rem
}
.g-5, .gy-5 {
--bs-gutter-y: 3rem
}
@media(min-width: 576px) {
.col-sm {
flex: 1 0 0%
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%
}
.col-sm-auto {
flex: 0 0 auto;
width: auto
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%
}
.offset-sm-0 {
margin-right: 0
}
.offset-sm-1 {
margin-right: 8.33333333%
}
.offset-sm-2 {
margin-right: 16.66666667%
}
.offset-sm-3 {
margin-right: 25%
}
.offset-sm-4 {
margin-right: 33.33333333%
}
.offset-sm-5 {
margin-right: 41.66666667%
}
.offset-sm-6 {
margin-right: 50%
}
.offset-sm-7 {
margin-right: 58.33333333%
}
.offset-sm-8 {
margin-right: 66.66666667%
}
.offset-sm-9 {
margin-right: 75%
}
.offset-sm-10 {
margin-right: 83.33333333%
}
.offset-sm-11 {
margin-right: 91.66666667%
}
.g-sm-0, .gx-sm-0 {
--bs-gutter-x: 0
}
.g-sm-0, .gy-sm-0 {
--bs-gutter-y: 0
}
.g-sm-1, .gx-sm-1 {
--bs-gutter-x: 0.25rem
}
.g-sm-1, .gy-sm-1 {
--bs-gutter-y: 0.25rem
}
.g-sm-2, .gx-sm-2 {
--bs-gutter-x: 0.5rem
}
.g-sm-2, .gy-sm-2 {
--bs-gutter-y: 0.5rem
}
.g-sm-3, .gx-sm-3 {
--bs-gutter-x: 1rem
}
.g-sm-3, .gy-sm-3 {
--bs-gutter-y: 1rem
}
.g-sm-4, .gx-sm-4 {
--bs-gutter-x: 1.5rem
}
.g-sm-4, .gy-sm-4 {
--bs-gutter-y: 1.5rem
}
.g-sm-5, .gx-sm-5 {
--bs-gutter-x: 3rem
}
.g-sm-5, .gy-sm-5 {
--bs-gutter-y: 3rem
}
}
@media(min-width: 768px) {
.col-md {
flex: 1 0 0%
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%
}
.col-md-auto {
flex: 0 0 auto;
width: auto
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%
}
.col-md-3 {
flex: 0 0 auto;
width: 25%
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%
}
.col-md-6 {
flex: 0 0 auto;
width: 50%
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%
}
.col-md-9 {
flex: 0 0 auto;
width: 75%
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%
}
.col-md-12 {
flex: 0 0 auto;
width: 100%
}
.offset-md-0 {
margin-right: 0
}
.offset-md-1 {
margin-right: 8.33333333%
}
.offset-md-2 {
margin-right: 16.66666667%
}
.offset-md-3 {
margin-right: 25%
}
.offset-md-4 {
margin-right: 33.33333333%
}
.offset-md-5 {
margin-right: 41.66666667%
}
.offset-md-6 {
margin-right: 50%
}
.offset-md-7 {
margin-right: 58.33333333%
}
.offset-md-8 {
margin-right: 66.66666667%
}
.offset-md-9 {
margin-right: 75%
}
.offset-md-10 {
margin-right: 83.33333333%
}
.offset-md-11 {
margin-right: 91.66666667%
}
.g-md-0, .gx-md-0 {
--bs-gutter-x: 0
}
.g-md-0, .gy-md-0 {
--bs-gutter-y: 0
}
.g-md-1, .gx-md-1 {
--bs-gutter-x: 0.25rem
}
.g-md-1, .gy-md-1 {
--bs-gutter-y: 0.25rem
}
.g-md-2, .gx-md-2 {
--bs-gutter-x: 0.5rem
}
.g-md-2, .gy-md-2 {
--bs-gutter-y: 0.5rem
}
.g-md-3, .gx-md-3 {
--bs-gutter-x: 1rem
}
.g-md-3, .gy-md-3 {
--bs-gutter-y: 1rem
}
.g-md-4, .gx-md-4 {
--bs-gutter-x: 1.5rem
}
.g-md-4, .gy-md-4 {
--bs-gutter-y: 1.5rem
}
.g-md-5, .gx-md-5 {
--bs-gutter-x: 3rem
}
.g-md-5, .gy-md-5 {
--bs-gutter-y: 3rem
}
}
@media(min-width: 992px) {
.col-lg {
flex: 1 0 0%
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%
}
.col-lg-auto {
flex: 0 0 auto;
width: auto
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%
}
.offset-lg-0 {
margin-right: 0
}
.offset-lg-1 {
margin-right: 8.33333333%
}
.offset-lg-2 {
margin-right: 16.66666667%
}
.offset-lg-3 {
margin-right: 25%
}
.offset-lg-4 {
margin-right: 33.33333333%
}
.offset-lg-5 {
margin-right: 41.66666667%
}
.offset-lg-6 {
margin-right: 50%
}
.offset-lg-7 {
margin-right: 58.33333333%
}
.offset-lg-8 {
margin-right: 66.66666667%
}
.offset-lg-9 {
margin-right: 75%
}
.offset-lg-10 {
margin-right: 83.33333333%
}
.offset-lg-11 {
margin-right: 91.66666667%
}
.g-lg-0, .gx-lg-0 {
--bs-gutter-x: 0
}
.g-lg-0, .gy-lg-0 {
--bs-gutter-y: 0
}
.g-lg-1, .gx-lg-1 {
--bs-gutter-x: 0.25rem
}
.g-lg-1, .gy-lg-1 {
--bs-gutter-y: 0.25rem
}
.g-lg-2, .gx-lg-2 {
--bs-gutter-x: 0.5rem
}
.g-lg-2, .gy-lg-2 {
--bs-gutter-y: 0.5rem
}
.g-lg-3, .gx-lg-3 {
--bs-gutter-x: 1rem
}
.g-lg-3, .gy-lg-3 {
--bs-gutter-y: 1rem
}
.g-lg-4, .gx-lg-4 {
--bs-gutter-x: 1.5rem
}
.g-lg-4, .gy-lg-4 {
--bs-gutter-y: 1.5rem
}
.g-lg-5, .gx-lg-5 {
--bs-gutter-x: 3rem
}
.g-lg-5, .gy-lg-5 {
--bs-gutter-y: 3rem
}
}
@media(min-width: 1200px) {
.col-xl {
flex: 1 0 0%
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%
}
.col-xl-auto {
flex: 0 0 auto;
width: auto
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%
}
.offset-xl-0 {
margin-right: 0
}
.offset-xl-1 {
margin-right: 8.33333333%
}
.offset-xl-2 {
margin-right: 16.66666667%
}
.offset-xl-3 {
margin-right: 25%
}
.offset-xl-4 {
margin-right: 33.33333333%
}
.offset-xl-5 {
margin-right: 41.66666667%
}
.offset-xl-6 {
margin-right: 50%
}
.offset-xl-7 {
margin-right: 58.33333333%
}
.offset-xl-8 {
margin-right: 66.66666667%
}
.offset-xl-9 {
margin-right: 75%
}
.offset-xl-10 {
margin-right: 83.33333333%
}
.offset-xl-11 {
margin-right: 91.66666667%
}
.g-xl-0, .gx-xl-0 {
--bs-gutter-x: 0
}
.g-xl-0, .gy-xl-0 {
--bs-gutter-y: 0
}
.g-xl-1, .gx-xl-1 {
--bs-gutter-x: 0.25rem
}
.g-xl-1, .gy-xl-1 {
--bs-gutter-y: 0.25rem
}
.g-xl-2, .gx-xl-2 {
--bs-gutter-x: 0.5rem
}
.g-xl-2, .gy-xl-2 {
--bs-gutter-y: 0.5rem
}
.g-xl-3, .gx-xl-3 {
--bs-gutter-x: 1rem
}
.g-xl-3, .gy-xl-3 {
--bs-gutter-y: 1rem
}
.g-xl-4, .gx-xl-4 {
--bs-gutter-x: 1.5rem
}
.g-xl-4, .gy-xl-4 {
--bs-gutter-y: 1.5rem
}
.g-xl-5, .gx-xl-5 {
--bs-gutter-x: 3rem
}
.g-xl-5, .gy-xl-5 {
--bs-gutter-y: 3rem
}
}
@media(min-width: 1400px) {
.col-xxl {
flex: 1 0 0%
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%
}
.offset-xxl-0 {
margin-right: 0
}
.offset-xxl-1 {
margin-right: 8.33333333%
}
.offset-xxl-2 {
margin-right: 16.66666667%
}
.offset-xxl-3 {
margin-right: 25%
}
.offset-xxl-4 {
margin-right: 33.33333333%
}
.offset-xxl-5 {
margin-right: 41.66666667%
}
.offset-xxl-6 {
margin-right: 50%
}
.offset-xxl-7 {
margin-right: 58.33333333%
}
.offset-xxl-8 {
margin-right: 66.66666667%
}
.offset-xxl-9 {
margin-right: 75%
}
.offset-xxl-10 {
margin-right: 83.33333333%
}
.offset-xxl-11 {
margin-right: 91.66666667%
}
.g-xxl-0, .gx-xxl-0 {
--bs-gutter-x: 0
}
.g-xxl-0, .gy-xxl-0 {
--bs-gutter-y: 0
}
.g-xxl-1, .gx-xxl-1 {
--bs-gutter-x: 0.25rem
}
.g-xxl-1, .gy-xxl-1 {
--bs-gutter-y: 0.25rem
}
.g-xxl-2, .gx-xxl-2 {
--bs-gutter-x: 0.5rem
}
.g-xxl-2, .gy-xxl-2 {
--bs-gutter-y: 0.5rem
}
.g-xxl-3, .gx-xxl-3 {
--bs-gutter-x: 1rem
}
.g-xxl-3, .gy-xxl-3 {
--bs-gutter-y: 1rem
}
.g-xxl-4, .gx-xxl-4 {
--bs-gutter-x: 1.5rem
}
.g-xxl-4, .gy-xxl-4 {
--bs-gutter-y: 1.5rem
}
.g-xxl-5, .gx-xxl-5 {
--bs-gutter-x: 3rem
}
.g-xxl-5, .gy-xxl-5 {
--bs-gutter-y: 3rem
}
}
.table thead {
--bs-table-bg: #1B1E21;
}
.table tfoot {
--bs-table-bg: #1B1E21;
}
.table td {
--bs-table-bg: #212529;
color: #666;
}
.table td {
border: 1px solid #333
}
.table th {
color: #666
}
.table th {
border: 1px solid #333
}
.table {
--bs-table-bg: #1B1E21;
--bs-table-striped-color: #666;
--bs-table-active-color: #666;
--bs-table-hover-color: #666;
--bs-table-hover-bg: #1D2126;
width: 100%;
margin-bottom: 1rem;
color: #666;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: .5rem .5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 0px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table > tbody {
vertical-align: inherit
}
.table > thead {
vertical-align: bottom;
--bs-table-bg: #1B1E21;
}
.table > :not(:first-child) {
border-top: 0px solid currentColor
}
.caption-top {
caption-side: top
}
.table-sm > :not(caption) > * > * {
padding: .25rem .25rem
}
.table-bordered > :not(caption) > * {
border-width: 1px 0
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0
}
.table-borderless > :not(:first-child) {
border-top-width: 0
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color)
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color)
}
.table-hover > tbody > tr:hover > * {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color)
}
.table-primary {
--bs-table-bg: #cfe2ff;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #666;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #666;
--bs-table-hover-bg: #bfd1ec;
--bs-table-hover-color: #666;
color: #666;
border-color: #bacbe6
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #666;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #666;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #666;
color: #666;
border-color: #cbccce
}
.table-success {
--bs-table-bg: #d1e7dd;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #666;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #666;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #666;
color: #666;
border-color: #bcd0c7
}
.table-info {
--bs-table-bg: #cff4fc;
--bs-table-striped-bg: #c5e8ef;
--bs-table-striped-color: #666;
--bs-table-active-bg: #badce3;
--bs-table-active-color: #666;
--bs-table-hover-bg: #bfe2e9;
--bs-table-hover-color: #666;
color: #666;
border-color: #badce3
}
.table-warning {
--bs-table-bg: #fff3cd;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #666;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #666;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #666;
color: #666;
border-color: #e6dbb9
}
.table-danger {
--bs-table-bg: #f8d7da;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #666;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #666;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #666;
color: #666;
border-color: #dfc2c4
} /* .table-light { --bs-table-bg: #f8f9fa; --bs-table-striped-bg: #ecedee; --bs-table-striped-color: #666; --bs-table-active-bg: #dfe0e1; --bs-table-active-color: #666; --bs-table-hover-bg: #e5e6e7; --bs-table-hover-color: #666; color: #666; border-color: #dfe0e1 } */ .table-light {
--bs-table-bg: #1B1E21;
--bs-table-striped-color: #999;
--bs-table-active-color: #999;
--bs-table-hover-color: #999;
--bs-table-hover-bg: #1D2126;
width: 100%;
margin-bottom: 1rem;
color: #666;
border-color: #dee2e6;
}
.table-light thead th {
--bs-table-bg: #1D2126;
color: #999
}
.table-light th {
font-weight: normal;
color: #999
}
.table-light td {
font-weight: normal !important;
color: #999;
--bs-table-bg: #212529;
}
.table-light tbody th {
--bs-table-bg: #212529 !important;
}
.table-dark {
--bs-table-bg: #212529;
--bs-table-striped-bg: #2c3034;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: #373b3e
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
#tableprocesslist tr {
color: #999
}
@media(max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}
@media(max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}
@media(max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}
@media(max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}
@media(max-width: 1399.98px) {
.table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}
.form-label {
margin-bottom: .5rem
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
color: #999
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem
}
.form-text {
margin-top: .25rem;
font-size: 0.875em;
color: #6c757d
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-clip: padding-box;
border: 1px solid #333;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#filterText {
background-color: #1B1E21;
}
@media(prefers-reduced-motion: reduce) {
.form-control {
transition: none
}
}
.form-control[type=file] {
overflow: hidden;
background-color: #1B1E21;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor: pointer
}
.form-control:focus {
color: #666;
background-color: #1B1E21;
border-color: #333;
outline: 0;
box-shadow: none
}
.form-control::-webkit-date-and-time-value {
height: 1.5em
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled, .form-control[readonly] {
background-color: #4d5053;
opacity: 1;
cursor: not-allowed
}
.form-control::-webkit-file-upload-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #212529;
background-color: #666;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control::file-selector-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
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(prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none
}
.form-control::file-selector-button {
transition: none
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #327bab
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #327bab
}
.form-control::-webkit-file-upload-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #999;
background-color: #00365a;
pointer-events: none;
border-color: none;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#opts_import_text_file input#input_import_file::-webkit-file-upload-button, input#import_file::-webkit-file-upload-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#opts_import_text_file input#input_import_file::file-selector-button, input#import_file::file-selector-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#opts_import_text_file input#input_import_file, input#import_file { /* Style the color of the message that says 'No file chosen' */ color: #999 !important;
border: 1px solid #333;
border-radius: 4px;
padding: 5px;
background: #1B1E21;
width: auto;
cursor: pointer;
}
input#import_file::-webkit-file-upload-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #999;
background-color: #00365a;
pointer-events: none;
border-color: none;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#opts_import_text_file input#input_import_file::-webkit-file-upload-button, input#import_file::file-selector-button {
padding: .375rem .75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: .75rem;
margin-inline-end: .75rem;
color: #999;
background-color: #00365a;
pointer-events: none;
border-color: none;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#opts_import_text_file input#input_import_file:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, input#import_file:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #003f69;
color: #ccc;
}
#opts_import_text_file, #opts_import_local_storage {
margin-right: 0px
}
#emptyDialog {
margin: 30px 10px
}
.localStorage-empty .alert-primary {
tight: 0px
}
.localStorage-supported {
margin-top: 10px
}
.prefs-form {
margin-right: -15px
}
@media(prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #003f69;
color: #ccc
}
.form-control-plaintext {
display: block;
width: 100%;
padding: .375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: rgba(0, 0, 0, 0);
border: solid rgba(0, 0, 0, 0);
border-width: 1px 0
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-left: 0;
padding-right: 0
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: .25rem .5rem;
font-size: 0.875rem;
border-radius: .2rem
}
.form-control-sm::-webkit-file-upload-button {
padding: .25rem .5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: .5rem;
margin-inline-end: .5rem
}
.form-control-sm::file-selector-button {
padding: .25rem .5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: .5rem;
margin-inline-end: .5rem
}
.form-control-sm::-webkit-file-upload-button {
padding: .25rem .5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: .5rem;
margin-inline-end: .5rem
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.25rem;
border-radius: .3rem
}
.form-control-lg::-webkit-file-upload-button {
padding: .5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem
}
.form-control-lg::file-selector-button {
padding: .5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem
}
.form-control-lg::-webkit-file-upload-button {
padding: .5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px)
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px)
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px)
}
.form-control-color {
width: 3rem;
height: auto;
padding: .375rem
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: .25rem
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: .25rem
}
.form-select {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-select:hover {
border: 1px solid #444 !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999
}
select#id_refreshRate, select#db_alias_select, select#table_alias_select, select#column_alias_select, select#tableOrderFieldSelect {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none
}
select#id_refreshRate:hover, select#db_alias_select:hover, select#table_alias_select:hover, select#column_alias_select:hover, select#tableOrderFieldSelect:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999
}
select#NavigationLogoLinkWindow, .input-group select {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none
}
select#NavigationLogoLinkWindow:hover, .input-group select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999
}
td select, select#FirstDayOfCalendar, select#Console-Mode, #tableFieldsId select {
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none
}
td select:hover, select#FirstDayOfCalendar:hover, select#Console-Mode:hover, #tableFieldsId select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999
}
select[name="after_field"] {
width: auto;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
vertical-align: middle
}
select[name="after_field"]:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999
}
input[type=text], input[type=number], input[type=password] {
outline: none;
background-color: #1B1E21 !important;
color: #999;
border: 1px solid #333 !important;
padding-right: 12px !important;
height: 36px !important;
border-radius: 4px !important;
vertical-align: middle !important
}
input[name="new_name"] {
height: 40px !important;
color: #999
}
input[name="new_name"]:focus {
height: 40px !important;
color: #999
}
input[name="routine_changetype"] {
width: auto!important
}
input[name="routine_addparameter"] {
width: auto!important
}
input[name="routine_removeparameter"] {
width: auto!important
}
.pma-fieldset .jsPrintButton {
margin-top: 0px !important
}
#table_name_col_no {
margin-top: 25px;
border: none !important;
margin-right: -5px
}
input#added_fields {
margin-top: 0px !important
}
.tblFooters .btn-secondary {
color: #999;
background-color: #5b4312;
border-color: none
}
.tblFooters .btn-secondary:hover {
color: #bbb;
background-color: #6b4e15;
border-color: none
}
#partitions .btn-secondary {
color: #999;
background-color: #00365a;
border-color: none
}
#partitions .btn-secondary:hover {
color: #bbb;
background-color: #003f69;
border-color: none
}
#table_name_col_no, tbody {
background-color: #121517;
margin-bottom: 10px !important;
}
input#db_alias_name, input#table_alias_name, input#column_alias_name {
outline: none;
background-color: #1B1E21 !important;
color: #999;
border: 1px solid #333 !important;
width: 100%;
height: 38px;
border-radius: 4px
}
#db_alias_button, #table_alias_button, #column_alias_button {
color: #999;
background-color: #00365a;
border-color: none
}
#db_alias_button:hover, #table_alias_button:hover, #column_alias_button:hover {
color: #ccc;
background-color: #003f69;
border-color: none
}
#db_alias_button:disabled, #table_alias_button:disabled, #column_alias_button:disabled {
color: #666;
background-color: #00243c;
border-color: none
}
#saveAndCloseBtn {
color: #999;
background-color: #004940;
border-color: none
}
#saveAndCloseBtn:hover {
color: #ccc;
background-color: #005e52;
border-color: none
}
.restore-default {
opacity: .6 !important
}
.restore-default:hover {
opacity: 1 !important
}
#tablesForm select {
display: block;
width: 20%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 10px !important;
margin-left: 0px !important
}
#tablesForm select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
@media(prefers-reduced-motion: reduce) {
.form-select {
transition: none
}
}
.form-select:focus {
border-color: #333;
outline: 0;
box-shadow: none
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-left: .75rem;
background-image: none
}
.form-select:disabled {
background-color: #4d5053;
cursor: not-allowed
}
.form-select:-moz-focusring {
color: rgba(0, 0, 0, 0);
text-shadow: 0 0 0 #212529
}
.form-select-sm {
padding-top: .25rem;
padding-bottom: .25rem;
padding-right: .5rem;
font-size: 0.875rem;
border-radius: .2rem
}
.form-select-lg {
padding-top: .5rem;
padding-bottom: .5rem;
padding-right: 1rem;
font-size: 1.25rem;
border-radius: .3rem
}
.form-check {
display: block;
min-height: 1.5rem;
padding-right: 1.5em;
margin-bottom: .125rem
}
.form-check .form-check-input {
float: right;
margin-right: -1.5em
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: .25em;
vertical-align: top;
background-color: #212529;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid #666;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact
}
.form-check-input[type=checkbox] {
border-radius: .25em
}
.form-check-input[type=radio], input[type=radio] {
border-radius: 50%
}
.form-check-input:active {
filter: none
}
.form-check-input:focus {
border-color: none;
outline: 0;
box-shadow: none
}
.form-check-input:checked, input[type=radio]:checked {
background-color: #212529;
border-color: #666
}
.form-check-input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232BBBAD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio], input[type=radio]:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23005e52'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: .5
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
opacity: .5
}
.form-switch {
padding-right: 2.5em
}
.form-switch .form-check-input {
width: 2em;
margin-right: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23842029'/%3e%3c/svg%3e") !important;
background-position: right center;
border-radius: 2em;
transition: background-position .15s ease-in-out
}
@media(prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23005e52'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
background-position: left center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23005e52'/%3e%3c/svg%3e") !important
}
input[type=checkbox], input[type=radio] {
width: 1em;
height: 1em;
margin-top: .25em;
vertical-align: top;
background-color: #212529;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid #666;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
margin-right: 5px
}
.table-borderless strong {
margin-left: 5px !important
}
td strong {
font-weight: normal;
color: #999
}
input[type=checkbox] {
border-radius: .25em
}
input[type=checkbox]:active {
filter: none
}
input[type=checkbox]:focus {
border-color: none;
outline: 0;
box-shadow: none
}
input[type=checkbox]:checked {
background-color: #212529;
border-color: #666
}
input[type=checkbox]:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232BBBAD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.prefs-form .btn-secondary {
color: #999;
background-color: #004940;
border-color: none
}
.prefs-form .btn-secondary:hover {
color: #ccc;
background-color: #005e52;
border-color: none
}
.mb-3 .btn-secondary {
color: #999;
background-color: #00365a;
border-color: none;
padding: 6px 10px;
margin-right: 8px
}
.mb-3 .btn-secondary:hover {
color: #ccc;
background-color: #003f69;
border-color: none
}
.mb-3 #add_column_button {
margin-right: 0px
}
.mb-4.btn-secondary {
color: #999;
background-color: #00365a;
border-color: none;
padding: 10px
}
.mb-4.btn-secondary:hover {
color: #ccc;
background-color: #003f69;
border-color: none
}
.mb-3 .pma-fieldset.tblFooters {
border: 1px solid #444 !important;
border-top: 1px solid #444 !important;
border-radius: 4px !important;
}
.mb-3 .pma-fieldset {
border: 1px solid #444 !important;
border-radius: 4px;
}
.tab-content .btn-secondary {
color: #999;
background-color: #004940;
border-color: none
}
.tab-content .btn-secondary:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#ok_add_object.btn-secondary {
color: #999;
background-color: #004940;
border: none
}
#ok_add_object.btn-secondary:hover {
color: #bbb;
background-color: #005e52;
border: none
}
#cancel_close_option.btn-secondary {
color: #999;
background-color: #691920;
border: none
}
#cancel_close_option.btn-secondary:hover {
color: #bbb;
background-color: #842029;
border: none
}
#tableFilter .btn-secondary {
color: #999;
background-color: #004940;
border-color: none
}
#tableFilter .btn-secondary:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#insert_ignore_1 + label {
color: #666;
margin-right: 5px
}
#actions_panel #buttonYes {
color: #999;
background-color: #00365a;
border-color: none;
}
#actions_panel #buttonYes:hover {
color: #999;
background-color: #003f69;
border-color: none;
}
#buttonYes {
color: #999;
background-color: #004940;
border-color: none
}
#buttonYes:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#buttonNo {
color: #999;
background-color: #691920;
border-color: none
}
#buttonNo:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#adduser_submit.btn-primary {
color: #999;
background-color: #004940;
border-color: none
}
#adduser_submit.btn-primary:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#previewSqlConfirmModal .modal-footer button:first-child {
color: #999;
background-color: #004940;
border-color: none
}
#previewSqlConfirmModal .modal-footer button:first-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#previewSqlConfirmModal .modal-footer button:last-child {
color: #999;
background-color: #691920;
border-color: none
}
#previewSqlConfirmModal .modal-footer button:last-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#indexDialogModal .modal-footer button:first-child {
color: #999;
background-color: #004940;
border-color: none
}
#indexDialogModal .modal-footer button:first-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#indexDialogModal .modal-footer button:nth-child(0n+2) {
color: #999;
background-color: #5b4312;
border-color: none
}
#indexDialogModal .modal-footer button:nth-child(0n+2):hover {
color: #bbb;
background-color: #6b4e15;
border-color: none
}
#indexDialogModal .modal-footer button:last-child {
color: #999;
background-color: #691920;
border: none
}
#indexDialogModal .modal-footer button:last-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#moveColumnsModal .modal-footer button:first-child {
color: #999;
background-color: #004940;
border-color: none
}
#moveColumnsModal .modal-footer button:first-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#moveColumnsModal .modal-footer button:nth-child(0n+2) {
color: #999;
background-color: #5b4312;
border-color: none
}
#moveColumnsModal .modal-footer button:nth-child(0n+2):hover {
color: #bbb;
background-color: #6b4e15;
border-color: none
}
#moveColumnsModal .modal-footer button:last-child {
color: #999;
background-color: #691920;
border: none
}
#moveColumnsModal .modal-footer button:last-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#createViewModalDialog button:first-child {
color: #999;
background-color: #004940;
border-color: none
}
#createViewModalDialog button:first-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#createViewModalDialog button:last-child {
color: #999;
background-color: #691920;
border-color: none
}
#createViewModalDialog button:last-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#designerGoModal button:first-child {
color: #999;
background-color: #004940;
border-color: none
}
#designerGoModal button:first-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#designerGoModal button:last-child {
color: #999;
background-color: #691920;
border-color: none
}
#designerGoModal button:last-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#buildQueryModal button:first-child {
color: #999;
background-color: #691920;
border-color: none
}
#buildQueryModal button:first-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#buildQueryModal button:last-child {
color: #999;
background-color: #004940;
border-color: none
}
#buildQueryModal button:last-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#enumEditorModal form {
text-align: left!important
}
#enumEditorModal .modal-footer button:first-child {
color: #999;
background-color: #004940;
border-color: none
}
#enumEditorModal .modal-footer button:first-child:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#enumEditorModal .modal-footer button:last-child {
color: #999;
background-color: #691920;
border-color: none
}
#enumEditorModal .modal-footer button:last-child:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#enumEditorModal tbody {
border: none!important;
background-color: transparent!important;
}
#enumEditorModal td {
border: none!important;
background-color: transparent!important;
}
#enumEditorModal .tblFooters {
padding-bottom: 0px
}
.btn-secondary#db_select_all {
color: #999;
background-color: #004940;
border-color: none
}
.btn-secondary#db_select_all:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
.btn-secondary#db_unselect_all {
color: #999;
background-color: #691920;
border-color: none
}
.btn-secondary#db_unselect_all:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
.btn-outline-secondary#bulkActionDropButton {
color: #999;
background-color: #691920;
border-color: none
}
.btn-outline-secondary#bulkActionDropButton:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#exportPrivilegesModal .btn-secondary {
color: #999;
background-color: #691920;
border-color: none
}
#exportPrivilegesModal .btn-secondary:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#button_generate_password.btn-secondary {
color: #999;
background-color: #00365a;
border-color: none;
margin-left: 5px !important
}
#button_generate_password.btn-secondary:hover {
color: #bbb;
background-color: #003f69;
border-color: none
}
.btn-secondary#clear {
color: #999;
background-color: #691920;
border-color: none
}
.btn-secondary#clear:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
.btn-secondary#format {
color: #999;
background-color: #5b4312;
border-color: none
}
.btn-secondary#format:hover {
color: #bbb;
background-color: #6b4e15;
border-color: none
}
.btn-secondary#saved {
color: #999;
background-color: #004940;
border-color: none
}
.btn-secondary#saved:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
#previewSqlModal .btn-secondary {
color: #999;
background-color: #691920;
border-color: none
}
#previewSqlModal .btn-secondary:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#closeModalButton.btn-secondary {
color: #999;
background-color: #691920;
border-color: none
}
#closeModalButton.btn-secondary:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
.btn-secondary#sql_query_edit_save {
color: #999;
background-color: #004940;
border-color: none
}
.btn-secondary#sql_query_edit_save:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
.btn-secondary#sql_query_edit_discard {
color: #999;
background-color: #691920;
border-color: none
}
.btn-secondary#sql_query_edit_discard:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#showSqlQueryModal .btn-secondary {
color: #999;
background-color: #691920;
border-color: none
}
#showSqlQueryModal .btn-secondary:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
#extraOptions .btn-primary {
color: #999;
background-color: #004940;
border-color: none
}
#extraOptions .btn-primary:hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
.btn-group .btn-secondary {
color: #999;
background-color: #00365a;
border-color: none
}
.btn-group .btn-secondary:hover {
color: #ccc;
background-color: #003f69;
border-color: none
}
#tbl_search_form .btn-secondary {
color: #999;
background-color: #00365a;
border-color: none;
padding: 8px 10px
}
#tbl_search_form .btn-secondary:hover {
color: #bbb;
background-color: #003f69;
border-color: none;
}
#tbl_search_form .btn-primary {
color: #999;
background-color: #004940;
border-color: none;
padding: 8px 10px
}
#tbl_search_form .btn-primary:hover {
color: #bbb;
background-color: #005e52;
border-color: none;
}
#deleteUserCard.card {
color: #999 !important
}
#deleteUserCard p {
color: #999 !important
}
#userRightsTable td {
color: #999
}
.form-switch {
padding-left: 2.5em
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
transition: background-position .15s ease-in-out
}
@media(prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23005e52'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-inline {
display: inline-block;
margin-left: 1rem
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
filter: none;
opacity: .65
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: rgba(0, 0, 0, 0);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.form-range:focus {
outline: 0
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-range::-moz-focus-outer {
border: 0
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance: none;
appearance: none
}
@media(prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: rgba(0, 0, 0, 0);
cursor: pointer;
background-color: #dee2e6;
border-color: rgba(0, 0, 0, 0);
border-radius: 1rem
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance: none;
appearance: none
}
@media(prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none
}
}
.form-range::-moz-range-thumb:active {
background-color: #b6d4fe
}
.form-range::-moz-range-track {
width: 100%;
height: .5rem;
color: rgba(0, 0, 0, 0);
cursor: pointer;
background-color: #dee2e6;
border-color: rgba(0, 0, 0, 0);
border-radius: 1rem
}
.form-range:disabled {
pointer-events: none
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd
}
.form-floating {
position: relative
}
.form-floating > .form-control, .form-floating > .form-select {
height: calc(3.5rem + 2px);
line-height: 1.25
}
.form-floating > label {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 1rem .75rem;
pointer-events: none;
border: 1px solid rgba(0, 0, 0, 0);
transform-origin: 100% 0;
transition: opacity .1s ease-in-out, transform .1s ease-in-out
}
@media(prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none
}
}
.form-floating > .form-control {
padding: 1rem .75rem
}
.form-floating > .form-control::-moz-placeholder {
color: rgba(0, 0, 0, 0)
}
.form-floating > .form-control::placeholder {
color: rgba(0, 0, 0, 0)
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: .625rem
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: .625rem
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: .625rem
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: .625rem
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
opacity: .65;
transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
opacity: .65;
transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: .65;
transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%
}
.input-group > .form-control, .input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
z-index: 3
}
.input-group .btn {
position: relative;
z-index: 2
}
.input-group .btn:focus {
z-index: 3
}
.input-group-text {
display: flex;
align-items: center;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
text-align: center;
white-space: nowrap;
background-color: #212529;
border: 1px solid #333;
border-radius: .25rem
}
.input-group-text .form-check-label {
color: #666
}
.input-group-text .form-check-label:hover {
color: #999;
text-decoration: none
}
span.input-group-text {
background: #00365a !important
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
padding: .5rem 1rem;
font-size: 1.25rem;
border-radius: .3rem
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
padding: .25rem .5rem;
font-size: 0.875rem;
border-radius: .2rem
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
padding-left: 3rem
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-right: -1px;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
#input_username {
background-color: #1B1E21;
border: 1px solid #333;
box-shadow: none;
color: #999
}
#input_username:hover {
border: 1px solid #444;
}
#input_password {
background-color: #1B1E21;
border: 1px solid #333;
box-shadow: none;
color: #999
}
#input_password:hover {
border: 1px solid #444;
}
#addUsersForm .alert-primary {
margin-right: 10px
}
input#text_pma_change_pw {
background-color: transparent;
border: 1px solid #333;
margin-bottom: 10px;
margin-right: -25px;
color: #666;
outline: none;
}
input#text_pma_change_pw2 {
background-color: transparent;
border: 1px solid #333;
margin-bottom: 10px;
margin-top: 10px;
color: #666;
outline: none;
}
input#generated_pw {
background-color: transparent;
border: 1px solid #333;
color: #999;
outline: none;
margin-right: 0px;
margin-top: 10px!important;
}
#change_password_dialog span:before {
content: '\A';
white-space: pre;
}
select#select_authentication_plugin_cp {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 10px !important;
margin-right: 0px !important
}
select#select_authentication_plugin_cp:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
#tabGridVariables select {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 10px !important;
margin-left: 0px !important
}
#tabGridVariables select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
select.pageselector {
display: inline;
width: auto;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 10px !important;
}
select.pageselector:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
select#add_table_from, select#add_table {
width: auto;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 10px !important;
margin-left: 12px !important
}
select#add_table_from:hover, select#add_table:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
.ui-datepicker select.ui-datepicker-year {
width: auto;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 5px !important;
margin-left: 0px !important
}
.ui-datepicker select.ui-datepicker-year:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
.ui_tpicker_timezone select {
width: auto;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 5px !important;
float: right
}
.ui_tpicker_timezone select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 0.875em;
color: #198754
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, .9);
border-radius: .25rem
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
display: block
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #198754;
padding-left: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-left: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem)
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: #198754
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
padding-left: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: left .75rem center, center left 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: #198754
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: #198754
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #198754
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-right: .5em
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
z-index: 1
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
z-index: 3
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 0.875em;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, .9);
border-radius: .25rem
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
display: block
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-left: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-left: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem)
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: #dc3545
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
padding-left: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: left .75rem center, center left 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: #dc3545
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #dc3545
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-right: .5em
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
z-index: 2
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
z-index: 3
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
padding: .375rem .75rem;
font-size: 1rem;
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(prefers-reduced-motion: reduce) {
.btn {
transition: none
}
}
.btn:hover {
color: #212529
}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
box-shadow: none
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
pointer-events: none;
opacity: .65
}
#login_form .btn-primary {
float: left
}
.btn-primary {
color: #999;
background-color: #00365a;
border-color: none
}
.btn-primary:hover {
color: #ccc;
background-color: #003f69;
border-color: none
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #ccc;
border-color: none;
box-shadow: none
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
color: #ccc;
background-color: #003f69;
border-color: none
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: none
}
.btn-primary:disabled, .btn-primary.disabled {
color: #666;
background-color: #00243c;
border-color: none;
}
#plugins_plugins .btn-primary {
color: #999;
background-color: #121517;
border-color: #003f69;
margin-left: 5px
}
#plugins_plugins .btn-primary:hover {
color: #bbb;
background-color: #003f69;
border-color: none;
text-decoration: none;
box-shadow: 5px 5px 5px black
}
.btn-secondary {
color: #999;
background-color: #00365a;
border: none;
}
.btn-secondary:hover {
color: #bbb;
background-color: #003f69;
border: none
}
#clear, .btn .btn-secondary {
border-right: 1px solid #212529 !important;
z-index: 1
}
#format, .btn .btn-secondary {
border-right: 1px solid #212529 !important;
} /* .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #ccc; background-color:#001b2d; border: none; box-shadow: none } */ .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
color: #ccc;
background-color: #5f6163;
border: none
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: none
}
.btn-secondary:disabled, .btn-secondary.disabled {
color: #666;
background-color: #00243c;
border-color: none
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754
}
.btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43
}
.btn-check:focus + .btn-success, .btn-success:focus {
color: #fff;
background-color: #157347;
border-color: #146c43;
box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}
.btn-success:disabled, .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754
}
.btn-info {
color: #666;
background-color: #0dcaf0;
border-color: #0dcaf0
}
.btn-info:hover {
color: #666;
background-color: #31d2f2;
border-color: #25cff2
}
.btn-check:focus + .btn-info, .btn-info:focus {
color: #666;
background-color: #31d2f2;
border-color: #25cff2;
box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
color: #666;
background-color: #3dd5f3;
border-color: #25cff2
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-info:disabled, .btn-info.disabled {
color: #666;
background-color: #0dcaf0;
border-color: #0dcaf0
}
.btn-warning {
color: #666;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #666;
background-color: #ffca2c;
border-color: #ffc720
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #666;
background-color: #ffca2c;
border-color: #ffc720;
box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
color: #666;
background-color: #ffcd39;
border-color: #ffc720
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-warning:disabled, .btn-warning.disabled {
color: #666;
background-color: #ffc107;
border-color: #ffc107
}
#showSqlQueryModal .btn-secondary {
color: #999;
background-color: #691920;
border-color: none
}
#showSqlQueryModal .btn-secondary:hover {
color: #bbb;
background-color: #842029;
border-color: none
}
.btn-danger {
color: #999;
background-color: #691920;
border: none
}
.btn-danger:hover {
color: #bbb;
background-color: #842029;
border: none
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
color: #999;
background-color: #691920;
border: none;
box-shadow: none
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
color: #bbb;
background-color: #842029;
border: none
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
box-shadow: none
}
.btn-danger:disabled, .btn-danger.disabled {
color: #999;
background-color: #691920;
border: none
}
.btn-light {
color: #666;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #666;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-check:focus + .btn-light, .btn-light:focus {
color: #666;
background-color: #f9fafb;
border-color: #f9fafb;
box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
color: #666;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-light:disabled, .btn-light.disabled {
color: #666;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529
}
.btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-dark:disabled, .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529
}
.btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd
}
.btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
color: #0d6efd;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-secondary {
color: #999;
background-color: #00365a
}
.btn-outline-secondary:hover {
color: #ccc;
background-color: #003f69;
}
.btn-outline-secondary:focus {
box-shadow: none !important
}
.btn-outline-secondary:active .btn-outline-secondary:active:focus {
color: #ccc !important;
background-color: #003f69 !important;
border: none !important
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
color: #ccc;
background-color: #003f69;
border-color: none
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
color: #6c757d;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-success {
color: #198754;
border-color: #198754
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
color: #198754;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0
}
.btn-outline-info:hover {
color: #666;
background-color: #0dcaf0;
border-color: #0dcaf0
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
color: #666;
background-color: #0dcaf0;
border-color: #0dcaf0
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
color: #0dcaf0;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #666;
background-color: #ffc107;
border-color: #ffc107
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
color: #666;
background-color: #ffc107;
border-color: #ffc107
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ffc107;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
color: #dc3545;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #666;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
color: #666;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
color: #f8f9fa;
background-color: rgba(0, 0, 0, 0)
}
.btn-outline-dark {
color: #212529;
border-color: #212529
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
color: #212529;
background-color: rgba(0, 0, 0, 0)
}
.btn-link {
font-weight: normal;
color: #999 !important;
text-decoration: none;
margin-top: -5px
}
.btn-link:hover {
color: #ccc !important;
text-decoration: none !important
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d
}
#fieldsForm_checkall {
margin-top: 5px
}
.btn-lg, .btn-group-lg > .btn {
padding: .5rem 1rem;
font-size: 1.25rem;
border-radius: .3rem
}
.btn-sm, .btn-group-sm > .btn {
padding: .25rem .5rem;
font-size: 0.875rem;
border-radius: .2rem
}
.fade {
transition: opacity .15s linear
}
@media(prefers-reduced-motion: reduce) {
.fade {
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
height: 0;
overflow: hidden;
transition: height .35s ease
}
@media(prefers-reduced-motion: reduce) {
.collapsing {
transition: none
}
}
.collapsing.collapse-horizontal {
width: 0;
height: auto;
transition: width .35s ease
}
@media(prefers-reduced-motion: reduce) {
.collapsing.collapse-horizontal {
transition: none
}
}
.dropup, .dropend, .dropdown, .dropstart {
position: relative
}
.dropdown-toggle {
white-space: nowrap
}
.dropdown-toggle::after {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-left: .3em solid rgba(0, 0, 0, 0);
border-bottom: 0;
border-right: .3em solid rgba(0, 0, 0, 0)
}
.dropdown-toggle:empty::after {
margin-right: 0
}
.dropdown-menu {
position: absolute;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #212529;
background-clip: padding-box;
border: 1px solid #333;
border-radius: .25rem
}
.dropdown-menu > li {
border-bottom: 1px solid #333;
color: #999;
}
.dropdown-menu > li > a {
padding: .5rem 1rem
}
.dropdown-menu > li:last-child {
border-bottom: none
}
.dropdown-menu > li:hover {
text-decoration: none !important;
background: #00365a !important;
color: #ccc !important;
box-shadow: none;
}
.dropdown-menu > li:hover > a {
text-decoration: none !important;
color: #ccc !important;
}
.dropdown-menu > li.active {
background-color: #00365a !important;
color: #ccc !important;
cursor: not-allowed !important;
pointer-events: none;
}
.dropdown-menu > li.active:hover {
box-shadow: none;
background-color: #00365a !important;
color: #ccc !important;
cursor: not-allowed !important;
pointer-events: none;
text-decoration: none !important
}
li > span.disabled, .dropdown-menu > li.disabled > .dropdown-menu > li {
background-color: #373a3e !important;
color: #555 !important;
cursor: not-allowed;
padding: .5rem 1rem
}
li > span.disabled img {
opacity: .2
}
li.disabled.dropdown-item a.nav-link {
color: #999 !important
}
.dropdown-item a.nav-link {
color: #999 !important;
text-decoration: none !important
}
.dropdown-item a.nav-link:hover {
color: #bbb !important;
text-decoration: none !important
}
.dropdown-menu[data-bs-popper] {
top: 100%;
right: 0;
margin-top: .125rem
}
.dropdown-menu-start {
--bs-position: start
}
.dropdown-menu-start[data-bs-popper] {
left: auto;
right: 0
}
.dropdown-menu-end {
--bs-position: end
}
.dropdown-menu-end[data-bs-popper] {
left: 0;
right: auto
}
@media(min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start
}
.dropdown-menu-sm-start[data-bs-popper] {
left: auto;
right: 0
}
.dropdown-menu-sm-end {
--bs-position: end
}
.dropdown-menu-sm-end[data-bs-popper] {
left: 0;
right: auto
}
}
@media(min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start
}
.dropdown-menu-md-start[data-bs-popper] {
left: auto;
right: 0
}
.dropdown-menu-md-end {
--bs-position: end
}
.dropdown-menu-md-end[data-bs-popper] {
left: 0;
right: auto
}
}
@media(min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start
}
.dropdown-menu-lg-start[data-bs-popper] {
left: auto;
right: 0
}
.dropdown-menu-lg-end {
--bs-position: end
}
.dropdown-menu-lg-end[data-bs-popper] {
left: 0;
right: auto
}
}
@media(min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start
}
.dropdown-menu-xl-start[data-bs-popper] {
left: auto;
right: 0
}
.dropdown-menu-xl-end {
--bs-position: end
}
.dropdown-menu-xl-end[data-bs-popper] {
left: 0;
right: auto
}
}
@media(min-width: 1400px) {
.dropdown-menu-xxl-start {
--bs-position: start
}
.dropdown-menu-xxl-start[data-bs-popper] {
left: auto;
right: 0
}
.dropdown-menu-xxl-end {
--bs-position: end
}
.dropdown-menu-xxl-end[data-bs-popper] {
left: 0;
right: auto
}
}
.dropup .dropdown-menu[data-bs-popper] {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-left: .3em solid rgba(0, 0, 0, 0);
border-bottom: .3em solid;
border-right: .3em solid rgba(0, 0, 0, 0)
}
.dropup .dropdown-toggle:empty::after {
margin-right: 0
}
.dropend .dropdown-menu[data-bs-popper] {
top: 0;
left: auto;
right: 100%;
margin-top: 0;
margin-right: .125rem
}
.dropend .dropdown-toggle::after {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid rgba(0, 0, 0, 0);
border-left: 0;
border-bottom: .3em solid rgba(0, 0, 0, 0);
border-right: .3em solid
}
.dropend .dropdown-toggle:empty::after {
margin-right: 0
}
.dropend .dropdown-toggle::after {
vertical-align: 0
}
.dropstart .dropdown-menu[data-bs-popper] {
top: 0;
left: 100%;
right: auto;
margin-top: 0;
margin-left: .125rem
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: ""
}
.dropstart .dropdown-toggle::after {
display: none
}
.dropstart .dropdown-toggle::before {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid rgba(0, 0, 0, 0);
border-left: .3em solid;
border-bottom: .3em solid rgba(0, 0, 0, 0)
}
.dropstart .dropdown-toggle:empty::after {
margin-right: 0
}
.dropstart .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1rem;
clear: both;
font-weight: 400;
color: #999 !important;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border-bottom: 1px solid #333
}
.dropdown-item:first-child {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px)
}
.dropdown-item:last-child {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom: none
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1rem;
color: #212529
}
.dropdown-menu-dark {
color: #dee2e6;
background-color: #343a40;
border-color: rgba(0, 0, 0, .15)
}
.dropdown-menu-dark .dropdown-item {
color: #dee2e6
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
color: #fff;
background-color: rgba(255, 255, 255, .15)
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #0d6efd
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd
}
.dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, .15)
}
.dropdown-menu-dark .dropdown-item-text {
color: #dee2e6
}
.dropdown-menu-dark .dropdown-header {
color: #adb5bd
}
.btn-group, .btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle
}
.btn-group > .btn, .btn-group-vertical > .btn {
position: relative;
flex: 1 1 auto
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
z-index: 1
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
margin-right: -1px
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.dropdown-toggle-split {
padding-left: .5625rem;
padding-right: .5625rem
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
margin-right: 0
}
.dropstart .dropdown-toggle-split::before {
margin-left: 0
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-left: .375rem;
padding-right: .375rem
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-left: .75rem;
padding-right: .75rem
}
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
width: 100%
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-top-left-radius: 0
}
.nav {
display: flex;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
}
#topmenucontainer .navbar {
background-color: #212529 !important;
border-bottom: 1px solid #333;
margin-bottom: 10px
}
#topmenu {
margin-right: 10px;
}
ul#topmenu > li > a {
color: #999 !important;
}
ul#topmenu > li > a:hover {
text-decoration: none;
background: #00365a !important;
color: #ccc !important;
box-shadow: 3px 3px 3px black;
border-radius: 4px
}
ul#topmenu > li.active a {
background-color: #00365a !important;
color: #ccc !important;
border-radius: 4px;
cursor: not-allowed !important;
pointer-events: none
}
ul#topmenu > li.active a:hover {
box-shadow: none;
background-color: #00365a !important;
color: #ccc !important;
border-radius: 4px;
cursor: not-allowed !important;
pointer-events: none
}
.nav-item {
margin-left: 6px;
}
.nav-link {
display: block;
padding: .5rem 1rem;
color: #0d6efd;
text-decoration: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
@media(prefers-reduced-motion: reduce) {
.nav-link {
transition: none
}
}
.nav-link:hover, .nav-link:focus {
color: #0a58ca
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default
}
.nav-tabs {
border-bottom: none
}
.btn-primary {
color: #999;
background-color: #00365a;
border-color: none
}
.btn-primary:hover {
color: #ccc;
background-color: #003f69;
border-color: none
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background: #212a2f;
border: 1px solid transparent;
color: #999;
border-top-right-radius: .25rem;
border-top-left-radius: .25rem
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border: 1px solid #4b5960;
isolation: isolate;
background-color: #313f47;
color: #bbb;
text-decoration: none
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0)
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: #bbb;
background-color: #313f47;
border: 1px solid #4b5960;
cursor: default
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.nav-pills .nav-link {
background: none;
border: 1px solid transparent;
border-radius: .25rem;
color: #666;
text-decoration: none
}
.nav-pills .nav-link:hover {
background: none;
border: 1px solid #00365a;
border-radius: .25rem;
color: #999;
text-decoration: none
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #999;
background-color: none;
text-decoration: none;
border: 1px solid #00365a;
cursor: default
}
.nav-fill > .nav-link, .nav-fill .nav-item {
flex: 1 1 auto;
text-align: center
}
.nav-justified > .nav-link, .nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
width: 100%
}
.tab-content > .tab-pane {
display: none
}
.tab-content > .active {
display: block
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.1rem;
padding-bottom: 0.5rem
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between
}
.navbar-brand {
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-left: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-right: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-left: 0;
padding-right: 0
}
.navbar-nav .dropdown-menu {
position: static
}
.navbar-text {
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
margin-top: 10px
}
.navbar-collapse .nav-item {
margin-right: 10px;
margin-bottom: 5px
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: #00365a;
border: 1px solid #333 !important;
border-radius: .25rem;
transition: box-shadow .15s ease-in-out;
margin-right: 20px;
box-shadow: 3px 3px 3px black
}
@media(prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none
}
}
.navbar-toggler:hover {
text-decoration: none;
background-color: #003f69;
border: 1px solid #444 !important;
}
.navbar-toggler:focus {
text-decoration: none;
outline: none;
background-color: #003f69;
border: 1px solid #444 !important;
box-shadow: 3px 3px 3px black
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%
}
.navbar-toggler:hover .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23999' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto
}
@media(min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-left: .5rem;
padding-right: .5rem
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
.navbar-expand-sm .offcanvas-header {
display: none
}
.navbar-expand-sm .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: rgba(0, 0, 0, 0);
border-left: 0;
border-right: 0;
transition: none;
transform: none
}
.navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
height: auto;
border-top: 0;
border-bottom: 0
}
.navbar-expand-sm .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible
}
}
@media(min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-left: .5rem;
padding-right: .5rem
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
.navbar-expand-md .offcanvas-header {
display: none
}
.navbar-expand-md .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: rgba(0, 0, 0, 0);
border-left: 0;
border-right: 0;
transition: none;
transform: none
}
.navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
height: auto;
border-top: 0;
border-bottom: 0
}
.navbar-expand-md .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible
}
}
@media(min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: .5rem;
padding-right: .5rem
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
.navbar-expand-lg .offcanvas-header {
display: none
}
.navbar-expand-lg .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: rgba(0, 0, 0, 0);
border-left: 0;
border-right: 0;
transition: none;
transform: none
}
.navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
height: auto;
border-top: 0;
border-bottom: 0
}
.navbar-expand-lg .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible
}
}
@media(min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-left: .5rem;
padding-right: .5rem
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
.navbar-expand-xl .offcanvas-header {
display: none
}
.navbar-expand-xl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: rgba(0, 0, 0, 0);
border-left: 0;
border-right: 0;
transition: none;
transform: none
}
.navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
height: auto;
border-top: 0;
border-bottom: 0
}
.navbar-expand-xl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible
}
}
@media(min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-left: .5rem;
padding-right: .5rem
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto
}
.navbar-expand-xxl .navbar-toggler {
display: none
}
.navbar-expand-xxl .offcanvas-header {
display: none
}
.navbar-expand-xxl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: rgba(0, 0, 0, 0);
border-left: 0;
border-right: 0;
transition: none;
transform: none
}
.navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
height: auto;
border-top: 0;
border-bottom: 0
}
.navbar-expand-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start
}
.navbar-expand .navbar-nav {
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-left: .5rem;
padding-right: .5rem
}
.navbar-expand .navbar-nav-scroll {
overflow: visible
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-expand .offcanvas-header {
display: none
}
.navbar-expand .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: rgba(0, 0, 0, 0);
border-left: 0;
border-right: 0;
transition: none;
transform: none
}
.navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
height: auto;
border-top: 0;
border-bottom: 0
}
.navbar-expand .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .55)
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .55);
border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23666' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, .55)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .55)
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, .55);
border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, .55)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff
}
#maincontainer .card {
background-color: transparent;
border: none
}
#maincontainer .card-header {
padding: .5rem 1rem;
margin-bottom: 0;
background-color: #1B1E21;
margin-bottom: 5px;
color: #999;
border-radius: 5px
}
#maincontainer .list-group-item {
background-color: #212529;
color: #999;
border: none !important;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #212529;
background-clip: border-box;
border-radius: .25rem;
color: #999
}
.card > hr {
margin-left: 0;
margin-right: 0
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-right-radius: calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px)
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px)
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
border-top: 0
}
.card-body {
flex: 1 1 auto;
padding: 1rem 1rem
}
.card-title {
margin-bottom: .5rem
}
.card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link + .card-link {
margin-right: 1rem
}
.card-header {
padding: .5rem 1rem;
margin-bottom: 0;
background-color: #1B1E21;
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}
.card-footer {
padding: .5rem 1rem;
background-color: #1B1E21;
border-top: 1px solid #333
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}
.card-header-tabs {
margin-left: -0.5rem;
margin-bottom: -0.5rem;
margin-right: -0.5rem;
border-bottom: 0
}
.card-header-pills {
margin-left: -0.5rem;
margin-right: -0.5rem
}
.card-img-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px)
}
.card-img, .card-img-top, .card-img-bottom {
width: 100%
}
.card-img, .card-img-top {
border-top-right-radius: calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px)
}
.card-img, .card-img-bottom {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px)
}
.card-group > .card {
margin-bottom: .75rem
}
@media(min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap
}
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0
}
.card-group > .card + .card {
margin-right: 0;
border-right: 0
}
.card-group > .card:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
border-top-left-radius: 0
}
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
border-bottom-left-radius: 0
}
.card-group > .card:not(:first-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
border-top-right-radius: 0
}
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
border-bottom-right-radius: 0
}
}
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #999;
text-align: right;
background-color: #212529;
border: 1px solid #333;
border-radius: 0;
overflow-anchor: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}
.accordion-button:hover {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #999;
text-align: left;
background-color: #1B1E21;
border: 1px solid #333;
border-radius: 0;
overflow-anchor: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
@media(prefers-reduced-motion: reduce) {
.accordion-button {
transition: none
}
}
.accordion-button:not(.collapsed) {
color: #bbb;
background-color: #1B1E21;
box-shadow: none
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23327bab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform: rotate(180deg)
}
.accordion-button::after {
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-right: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23327bab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
transition: transform .2s ease-in-out
}
@media(prefers-reduced-motion: reduce) {
.accordion-button::after {
transition: none
}
}
.accordion-button:hover {
z-index: 2
}
.accordion-button:focus {
z-index: 3;
border-color: none;
outline: 0;
box-shadow: none
}
.accordion-header {
margin-bottom: 0
}
.accordion-item {
background-color: none;
border: 1px solid rgba(0, 0, 0, .125)
}
.accordion-item:first-of-type {
border-top-right-radius: .25rem;
border-top-left-radius: .25rem
}
.accordion-item:first-of-type .accordion-button {
border-top-right-radius: calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px)
}
.accordion-item:not(:first-of-type) {
border-top: 0
}
.accordion-item:last-of-type {
border-bottom-left-radius: .25rem;
border-bottom-right-radius: .25rem
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px)
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-left-radius: .25rem;
border-bottom-right-radius: .25rem
}
.accordion-body {
padding: 1rem 1.25rem;
background-color: #121517;
color: #999;
border: 1px dashed #555;
border-top: none
}
.accordion-flush .accordion-collapse {
border-width: 0
}
.accordion-flush .accordion-item {
border-left: 0;
border-right: 0;
border-radius: 0
}
.accordion-flush .accordion-item:first-child {
border-top: 0
}
.accordion-flush .accordion-item:last-child {
border-bottom: 0
}
.accordion-flush .accordion-item .accordion-button {
border-radius: 0
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none
}
.breadcrumb-item + .breadcrumb-item {
padding-right: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
float: right;
padding-left: .5rem;
color: #999;
content: var(--bs-breadcrumb-divider, "/")
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: flex;
padding-right: 0;
list-style: none
}
.page-link {
position: relative;
display: block;
color: #669cc0;
text-decoration: none;
background-color: #212529;
border: 1px solid #333;
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(prefers-reduced-motion: reduce) {
.page-link {
transition: none
}
}
.page-link:hover {
z-index: 2;
color: #999;
background-color: #00365a;
text-decoration: none
}
.page-link:focus {
z-index: 3;
color: #999;
background-color: #00365a;
outline: 0;
}
.page-item:not(:first-child) .page-link {
margin-right: -1px
}
.page-item.active .page-link {
z-index: 3;
color: #ccc;
background-color: #00365a;
}
.page-item.disabled .page-link {
color: #444;
pointer-events: none;
background-color: #1B1E21;
}
.page-item:last-child .page-link{
background-color: #004940;
color:#999;
margin-right: 5px;
border: none;
border-radius: 4px;
height: 38px
}
.page-item:last-child:hover .page-link{
background-color: #005e52;
color:#ccc;
}
.page-link {
padding: .375rem .75rem
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem
}
.pagination-lg .page-item:first-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: 0.875rem
}
.pagination-sm .page-item:first-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem
}
.badge {
display: inline-block;
padding: .35em .65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #777;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: .25rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-left: 3rem
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
left: 0;
z-index: 2;
padding: 1.25rem 1rem
}
.alert-primary {
color: #669cc0;
background-color: #1B1E21;
border-color: #003f69;
right: 0px
}
.alert-primary .alert-link {
color: #06357a
}
.alert-primary a {
color: #888
}
.alert-primary a:hover {
color: #aaa
}
.alert-secondary {
color: #41464b;
background-color: #e2e3e5;
border-color: #d3d6d8
}
.alert-secondary .alert-link {
color: #34383c
}
.alert-success {
color: #669cc0;
background-color: #1B1E21;
border-color: #00695c
}
.alert-success .alert-link {
color: #0c4128
}
.alert-info {
color: #669cc0;
background-color: #1B1E21;
border-color: #003f69
}
.alert-info .alert-link {
color: #04414d
}
.alert-warning {
color: #669cc0;
background-color: #1B1E21;
border: 1px solid #99701e;
}
.alert-warning .alert-link {
color: #ccc
}
.alert-danger {
color: #999;
background-color: #212529;
border-color: #00365a;
margin-top: 10px
}
#ajaxError ol {
margin-left: -16px
}
div#ajaxError {
color: #c22f3c;
width: auto;
padding: 10px;
margin-top: 10px;
border: 1px dashed #842029;
border-radius: 4px
}
.alert-danger h1 {
color: #842029;
}
.alert-danger code {
color: #90363e;
}
.copyQueryBtn {
color: #20847b
}
.copyQueryBtn:hover {
color: #4c9c95;
text-decoration: none
}
.alert-danger .alert-link {
color: #6a1a21
}
.alert-light {
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe
}
.alert-light .alert-link {
color: #4f5050
}
.alert-dark {
color: #141619;
background-color: #d3d3d4;
border-color: #bcbebf
}
.alert-dark .alert-link {
color: #101214
}
.list-group {
display: flex;
flex-direction: column;
padding-right: 0;
margin-bottom: 0;
border-radius: .25rem
}
.list-group-numbered {
list-style-type: none;
counter-reset: section
}
.list-group-numbered > li::before {
content: counters(section, ".") ". ";
counter-increment: section
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .5rem 1rem;
color: #999;
text-decoration: none;
background-color: #212529;
border: 1px solid #333
}
.list-group-item:first-child {
border-top-right-radius: inherit;
border-top-left-radius: inherit
}
.list-group-item:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd
}
.list-group-item + .list-group-item {
border-top-width: 0
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px
}
.list-group-horizontal {
flex-direction: row
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-right-radius: .25rem;
border-top-left-radius: 0
}
.list-group-horizontal > .list-group-item:last-child {
border-top-left-radius: .25rem;
border-bottom-right-radius: 0
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-right-width: 0
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-right: -1px;
border-right-width: 1px
}
@media(min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-right-radius: .25rem;
border-top-left-radius: 0
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-left-radius: .25rem;
border-bottom-right-radius: 0
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-right-width: 0
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-right: -1px;
border-right-width: 1px
}
}
@media(min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-right-radius: .25rem;
border-top-left-radius: 0
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-left-radius: .25rem;
border-bottom-right-radius: 0
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-right-width: 0
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-right: -1px;
border-right-width: 1px
}
}
@media(min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-right-radius: .25rem;
border-top-left-radius: 0
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-left-radius: .25rem;
border-bottom-right-radius: 0
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-right-width: 0
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-right: -1px;
border-right-width: 1px
}
}
@media(min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-right-radius: .25rem;
border-top-left-radius: 0
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-left-radius: .25rem;
border-bottom-right-radius: 0
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-right-width: 0
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-right: -1px;
border-right-width: 1px
}
}
@media(min-width: 1400px) {
.list-group-horizontal-xxl {
flex-direction: row
}
.list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-right-radius: .25rem;
border-top-left-radius: 0
}
.list-group-horizontal-xxl > .list-group-item:last-child {
border-top-left-radius: .25rem;
border-bottom-right-radius: 0
}
.list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-right-width: 0
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-right: -1px;
border-right-width: 1px
}
}
.list-group-flush {
border-radius: 0
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0
}
.list-group-item-primary {
color: #084298;
background-color: #cfe2ff
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #084298;
background-color: #bacbe6
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #084298;
border-color: #084298
}
.list-group-item-secondary {
color: #41464b;
background-color: #e2e3e5
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #41464b;
background-color: #cbccce
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #41464b;
border-color: #41464b
}
.list-group-item-success {
color: #0f5132;
background-color: #d1e7dd
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #0f5132;
background-color: #bcd0c7
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #0f5132;
border-color: #0f5132
}
.list-group-item-info {
color: #055160;
background-color: #cff4fc
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #055160;
background-color: #badce3
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #055160;
border-color: #055160
}
.list-group-item-warning {
color: #664d03;
background-color: #fff3cd
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #664d03;
background-color: #e6dbb9
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #664d03;
border-color: #664d03
}
.list-group-item-danger {
color: #842029;
background-color: #f8d7da
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #842029;
background-color: #dfc2c4
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #842029;
border-color: #842029
}
.list-group-item-light {
color: #636464;
background-color: #fefefe
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #636464;
background-color: #e5e5e5
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #636464;
border-color: #636464
}
.list-group-item-dark {
color: #141619;
background-color: #d3d3d4
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #141619;
background-color: #bebebf
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #141619;
border-color: #141619
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: .25em .25em;
color: #666;
background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: .25rem;
opacity: .5;
}
.btn-close:hover {
color: #666;
text-decoration: none;
opacity: .75
}
.btn-close:focus {
outline: 0;
box-shadow: none;
opacity: 1
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: .25
}
.btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%)
}
.modal {
position: fixed;
top: 0;
right: 0;
z-index: 1055;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0
}
.modal-dialog, #previewSqlModal {
z-index: 1056 !important
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: transform .3s ease-out;
transform: translate(0, -50px)
}
@media(prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none
}
}
.modal.show .modal-dialog {
transform: none
}
.modal.modal-static .modal-dialog {
transform: scale(1.02)
}
.modal-dialog-scrollable {
height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem)
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #212529;
background-clip: padding-box;
border: 1px solid #444;
border-radius: .3rem;
outline: 0;
color: #666;
border-left: 1px solid #444;
border-right: 1px solid #444
}
.modal-xl .modal-header, .modal-footer {
background-color: #1B1E21;
border-top: 1px solid #444;
border-bottom: 1px solid #444
}
.modal-xl .card {
border: 1px solid #333;
}
.modal-xl h5 {
color: #999;
font-weight: normal
}
.modal-xl .btn-secondary {
color: #999;
background-color: #691920;
border-color: none
}
.modal-xl .btn-secondary:hover {
color: #999;
background-color: #842029;
border-color: none
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
z-index: 1050;
width: 100vw;
height: 100vh;
background-color: #121517
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .8
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #333;
border-top-right-radius: calc(0.3rem - 1px);
border-top-left-radius: calc(0.3rem - 1px);
background-color: #1B1E21;
border-top: none !important
}
.modal-header .btn-close {
padding: .5rem .5rem;
margin: -0.5rem auto -0.5rem -0.5rem
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
color: #999
}
.modal-footer {
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
align-items: center;
justify-content: flex-end;
padding: .75rem;
border-top: 1px solid #333;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
border-bottom: none
}
.modal-footer > * {
margin: .25rem
}
@media(min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem)
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem)
}
.modal-sm {
max-width: 300px
}
}
@media(min-width: 992px) {
.modal-lg, .modal-xl {
max-width: 800px
}
}
@media(min-width: 1200px) {
.modal-xl {
max-width: 1140px
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0
}
.modal-fullscreen .modal-header {
border-radius: 0
}
.modal-fullscreen .modal-body {
overflow-y: auto
}
.modal-fullscreen .modal-footer {
border-radius: 0
}
@media(max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0
}
.modal-fullscreen-sm-down .modal-header {
border-radius: 0
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto
}
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0
}
}
@media(max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0
}
.modal-fullscreen-md-down .modal-header {
border-radius: 0
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto
}
.modal-fullscreen-md-down .modal-footer {
border-radius: 0
}
}
@media(max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0
}
.modal-fullscreen-lg-down .modal-header {
border-radius: 0
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto
}
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0
}
}
@media(max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0
}
.modal-fullscreen-xl-down .modal-header {
border-radius: 0
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto
}
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0
}
}
@media(max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0
}
.modal-fullscreen-xxl-down .modal-header {
border-radius: 0
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0
}
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(-360deg)
}
}
@keyframes spinner-border {
to {
transform: rotate(360deg) /* rtl:ignore */
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
border: .25em solid currentColor;
border-left-color: rgba(0, 0, 0, 0);
border-radius: 50%;
-webkit-animation: .75s linear infinite spinner-border;
animation: .75s linear infinite spinner-border
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
transform: scale(0)
}
50% {
opacity: 1;
transform: none
}
}
@keyframes spinner-grow {
0% {
transform: scale(0)
}
50% {
opacity: 1;
transform: none
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: .75s linear infinite spinner-grow;
animation: .75s linear infinite spinner-grow
}
.spinner-grow-sm {
width: 1rem;
height: 1rem
}
@media(prefers-reduced-motion: reduce) {
.spinner-border, .spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s
}
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.link-primary {
color: #0d6efd
}
.link-primary:hover, .link-primary:focus {
color: #0a58ca
}
.link-secondary {
color: #6c757d
}
.link-secondary:hover, .link-secondary:focus {
color: #565e64
}
.link-success {
color: #198754
}
.link-success:hover, .link-success:focus {
color: #146c43
}
.link-info {
color: #0dcaf0
}
.link-info:hover, .link-info:focus {
color: #3dd5f3
}
.link-warning {
color: #ffc107
}
.link-warning:hover, .link-warning:focus {
color: #ffcd39
}
.link-danger {
color: #dc3545
}
.link-danger:hover, .link-danger:focus {
color: #b02a37
}
.link-light {
color: #f8f9fa
}
.link-light:hover, .link-light:focus {
color: #f9fafb
}
.link-dark {
color: #212529
}
.link-dark:hover, .link-dark:focus {
color: #1a1e21
}
.ratio {
position: relative;
width: 100%
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: ""
}
.ratio > * {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%
}
.ratio-1x1 {
--bs-aspect-ratio: 100%
}
.ratio-4x3 {
--bs-aspect-ratio: 75%
}
.ratio-16x9 {
--bs-aspect-ratio: 56.25%
}
.ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%
}
.fixed-top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
left: 0;
bottom: 0;
right: 0;
z-index: 1030
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
@media(min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
@media(min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
@media(min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
@media(min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
@media(min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.hstack {
display: flex;
flex-direction: row;
align-items: center;
align-self: stretch
}
.vstack {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-self: stretch
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important
}
.stretched-link::after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
content: ""
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.vr {
display: inline-block;
align-self: stretch;
width: 1px;
min-height: 1em;
background-color: currentColor;
opacity: .25
}
.align-baseline {
vertical-align: baseline !important
}
.align-top {
vertical-align: top !important
}
.align-middle {
vertical-align: middle !important
}
.align-bottom {
vertical-align: bottom !important
}
.align-text-bottom {
vertical-align: text-bottom !important
}
.align-text-top {
vertical-align: text-top !important
}
.float-start {
float: right !important
}
.float-end {
float: left !important
}
.float-none {
float: none !important
}
.opacity-0 {
opacity: 0 !important
}
.opacity-25 {
opacity: .25 !important
}
.opacity-50 {
opacity: .5 !important
}
.opacity-75 {
opacity: .75 !important
}
.opacity-100 {
opacity: 1 !important
}
.overflow-auto {
overflow: auto !important
}
.overflow-hidden {
overflow: hidden !important
}
.overflow-visible {
overflow: visible !important
}
.overflow-scroll {
overflow: scroll !important
}
.d-inline {
display: inline !important
}
.d-inline-block {
display: inline-block !important
}
.d-block {
display: block !important
}
.d-grid {
display: grid !important
}
.d-table {
display: table !important
}
.d-table-row {
display: table-row !important
}
.d-table-cell {
display: table-cell !important
}
.d-flex {
display: flex !important
}
.d-inline-flex {
display: inline-flex !important
}
.d-none {
display: none !important
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
.shadow-none {
box-shadow: none !important
}
.position-static {
position: static !important
}
.position-relative {
position: relative !important
}
.position-absolute {
position: absolute !important
}
.position-fixed {
position: fixed !important
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.top-0 {
top: 0 !important
}
.top-50 {
top: 50% !important
}
.top-100 {
top: 100% !important
}
.bottom-0 {
bottom: 0 !important
}
.bottom-50 {
bottom: 50% !important
}
.bottom-100 {
bottom: 100% !important
}
.start-0 {
right: 0 !important
}
.start-50 {
right: 50% !important
}
.start-100 {
right: 100% !important
}
.end-0 {
left: 0 !important
}
.end-50 {
left: 50% !important
}
.end-100 {
left: 100% !important
}
.translate-middle {
transform: translate(50%, -50%) !important
}
.translate-middle-x {
transform: translateX(50%) !important
}
.translate-middle-y {
transform: translateY(-50%) !important
}
.border {
border: 1px solid #dee2e6 !important
}
.border-0 {
border: 0 !important
}
.border-top {
border-top: 1px solid #dee2e6 !important
}
.border-top-0 {
border-top: 0 !important
}
.border-end {
border-left: 1px solid #dee2e6 !important
}
.border-end-0 {
border-left: 0 !important
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important
}
.border-bottom-0 {
border-bottom: 0 !important
}
.border-start {
border-right: 1px solid #dee2e6 !important
}
.border-start-0 {
border-right: 0 !important
}
.border-primary {
border-color: #0d6efd !important
}
.border-secondary {
border-color: #6c757d !important
}
.border-success {
border-color: #198754 !important
}
.border-info {
border-color: #0dcaf0 !important
}
.border-warning {
border-color: #ffc107 !important
}
.border-danger {
border-color: #dc3545 !important
}
.border-light {
border-color: #f8f9fa !important
}
.border-dark {
border-color: #212529 !important
}
.border-white {
border-color: #fff !important
}
.border-1 {
border-width: 1px !important
}
.border-2 {
border-width: 2px !important
}
.border-3 {
border-width: 3px !important
}
.border-4 {
border-width: 4px !important
}
.border-5 {
border-width: 5px !important
}
.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
}
.mw-100 {
max-width: 100% !important
}
.vw-100 {
width: 100vw !important
}
.min-vw-100 {
min-width: 100vw !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
}
.mh-100 {
max-height: 100% !important
}
.vh-100 {
height: 100vh !important
}
.min-vh-100 {
min-height: 100vh !important
}
.flex-fill {
flex: 1 1 auto !important
}
.flex-row {
flex-direction: row !important
}
.flex-column {
flex-direction: column !important
}
.flex-row-reverse {
flex-direction: row-reverse !important
}
.flex-column-reverse {
flex-direction: column-reverse !important
}
.flex-grow-0 {
flex-grow: 0 !important
}
.flex-grow-1 {
flex-grow: 1 !important
}
.flex-shrink-0 {
flex-shrink: 0 !important
}
.flex-shrink-1 {
flex-shrink: 1 !important
}
.flex-wrap {
flex-wrap: wrap !important
}
.flex-nowrap {
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.gap-0 {
gap: 0 !important
}
.gap-1 {
gap: .25rem !important
}
.gap-2 {
gap: .5rem !important
}
.gap-3 {
gap: 1rem !important
}
.gap-4 {
gap: 1.5rem !important
}
.gap-5 {
gap: 3rem !important
}
.justify-content-start {
justify-content: flex-start !important
}
.justify-content-end {
justify-content: flex-end !important
}
.justify-content-center {
justify-content: center !important
}
.justify-content-between {
justify-content: space-between !important
}
.justify-content-around {
justify-content: space-around !important
}
.justify-content-evenly {
justify-content: space-evenly !important
}
.align-items-start {
align-items: flex-start !important
}
.align-items-end {
align-items: flex-end !important
}
.align-items-center {
align-items: center !important
}
.align-items-baseline {
align-items: baseline !important
}
.align-items-stretch {
align-items: stretch !important
}
.align-content-start {
align-content: flex-start !important
}
.align-content-end {
align-content: flex-end !important
}
.align-content-center {
align-content: center !important
}
.align-content-between {
align-content: space-between !important
}
.align-content-around {
align-content: space-around !important
}
.align-content-stretch {
align-content: stretch !important
}
.align-self-auto {
align-self: auto !important
}
.align-self-start {
align-self: flex-start !important
}
.align-self-end {
align-self: flex-end !important
}
.align-self-center {
align-self: center !important
}
.align-self-baseline {
align-self: baseline !important
}
.align-self-stretch {
align-self: stretch !important
}
.order-first {
order: -1 !important
}
.order-0 {
order: 0 !important
}
.order-1 {
order: 1 !important
}
.order-2 {
order: 2 !important
}
.order-3 {
order: 3 !important
}
.order-4 {
order: 4 !important
}
.order-5 {
order: 5 !important
}
.order-last {
order: 6 !important
}
.m-0 {
margin: 0 !important
}
.m-1 {
margin: .25rem !important
}
.m-2 {
margin: .5rem !important
}
.m-3 {
margin: 1rem !important
}
.m-4 {
margin: 1.5rem !important
}
.m-5 {
margin: 3rem !important
}
.m-auto {
margin: auto !important
}
.mx-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.mx-1 {
margin-left: .25rem !important;
margin-right: .25rem !important
}
.mx-2 {
margin-left: .5rem !important;
margin-right: .5rem !important
}
.mx-3 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.mx-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.mx-5 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.mx-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.my-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important
}
.my-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mt-0 {
margin-top: 0 !important
}
.mt-1 {
margin-top: .25rem !important
}
.mt-2 {
margin-top: .5rem !important
}
.mt-3 {
margin-top: 1rem !important
}
.mt-4 {
margin-top: 1.5rem !important
}
.mt-5 {
margin-top: 3rem !important
}
.mt-auto {
margin-top: auto !important
}
.me-0 {
margin-left: 0 !important
}
.me-1 {
margin-left: .25rem !important
}
.me-2 {
margin-left: .5rem !important
}
.me-3 {
margin-left: 1rem !important
}
.me-4 {
margin-left: 1.5rem !important
}
.me-5 {
margin-left: 3rem !important
}
.me-auto {
margin-left: auto !important
}
.mb-0 {
margin-bottom: 0 !important
}
.mb-1 {
margin-bottom: .25rem !important
}
.mb-2 {
margin-bottom: .5rem !important
}
.mb-3 {
margin-bottom: 1rem !important
}
.mb-4 {
margin-bottom: 1.5rem !important
}
.mb-5 {
margin-bottom: 3rem !important
}
.mb-auto {
margin-bottom: auto !important
}
.ms-0 {
margin-right: 0 !important
}
.ms-1 {
margin-right: .25rem !important
}
.ms-2 {
margin-right: .5rem !important
}
.ms-3 {
margin-right: 1rem !important
}
.ms-4 {
margin-right: 1.5rem !important
}
.ms-5 {
margin-right: 3rem !important
}
.ms-auto {
margin-right: auto !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
}
.px-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.px-1 {
padding-left: .25rem !important;
padding-right: .25rem !important
}
.px-2 {
padding-left: .5rem !important;
padding-right: .5rem !important
}
.px-3 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.px-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.px-5 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.py-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important
}
.py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.pt-0 {
padding-top: 0 !important
}
.pt-1 {
padding-top: .25rem !important
}
.pt-2 {
padding-top: .5rem !important
}
.pt-3 {
padding-top: 1rem !important
}
.pt-4 {
padding-top: 1.5rem !important
}
.pt-5 {
padding-top: 3rem !important
}
.pe-0 {
padding-left: 0 !important
}
.pe-1 {
padding-left: .25rem !important
}
.pe-2 {
padding-left: .5rem !important
}
.pe-3 {
padding-left: 1rem !important
}
.pe-4 {
padding-left: 1.5rem !important
}
.pe-5 {
padding-left: 3rem !important
}
.pb-0 {
padding-bottom: 0 !important
}
.pb-1 {
padding-bottom: .25rem !important
}
.pb-2 {
padding-bottom: .5rem !important
}
.pb-3 {
padding-bottom: 1rem !important
}
.pb-4 {
padding-bottom: 1.5rem !important
}
.pb-5 {
padding-bottom: 3rem !important
}
.ps-0 {
padding-right: 0 !important
}
.ps-1 {
padding-right: .25rem !important
}
.ps-2 {
padding-right: .5rem !important
}
.ps-3 {
padding-right: 1rem !important
}
.ps-4 {
padding-right: 1.5rem !important
}
.ps-5 {
padding-right: 3rem !important
}
.font-monospace {
font-family: var(--bs-font-monospace) !important
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important
}
.fs-5 {
font-size: 1.25rem !important
}
.fs-6 {
font-size: 1rem !important
}
.fst-italic {
font-style: italic !important
}
.fst-normal {
font-style: normal !important
}
.fw-light {
font-weight: 300 !important
}
.fw-lighter {
font-weight: lighter !important
}
.fw-normal {
font-weight: 400 !important
}
.fw-bold {
font-weight: 700 !important
}
.fw-bolder {
font-weight: bolder !important
}
.lh-1 {
line-height: 1 !important
}
.lh-sm {
line-height: 1.25 !important
}
.lh-base {
line-height: 1.5 !important
}
.lh-lg {
line-height: 2 !important
}
.text-start {
text-align: right !important
}
.text-end {
text-align: left !important
}
.text-center {
text-align: center !important
}
.text-decoration-none {
text-decoration: none !important
}
.text-decoration-underline {
text-decoration: underline !important
}
.text-decoration-line-through {
text-decoration: line-through !important
}
.text-lowercase {
text-transform: lowercase !important
}
.text-uppercase {
text-transform: uppercase !important
}
.text-capitalize {
text-transform: capitalize !important
}
.text-wrap {
white-space: normal !important
}
.text-nowrap {
white-space: nowrap !important
}
.text-break {
word-wrap: break-word !important;
word-break: break-word !important
}
.text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}
.text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}
.text-danger {
--bs-text-opacity: 1;
--bs-danger-rgb: 220, 53, 69;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}
.text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}
.text-muted {
--bs-text-opacity: 1;
color: #6c757d !important
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, .5) !important
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important
}
.text-opacity-25 {
--bs-text-opacity: 0.25
}
.text-opacity-50 {
--bs-text-opacity: 0.5
}
.text-opacity-75 {
--bs-text-opacity: 0.75
}
.text-opacity-100 {
--bs-text-opacity: 1
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}
.bg-secondary {
background-color: #00365a !important;
color: #999 !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: rgba(0, 0, 0, 0) !important
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5
}
.bg-opacity-75 {
--bs-bg-opacity: 0.75
}
.bg-opacity-100 {
--bs-bg-opacity: 1
}
.bg-gradient {
background-image: var(--bs-gradient) !important
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
user-select: auto !important
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important
}
.pe-none {
pointer-events: none !important
}
.pe-auto {
pointer-events: auto !important
}
.rounded {
border-radius: .25rem !important
}
.rounded-0 {
border-radius: 0 !important
}
.rounded-1 {
border-radius: .2rem !important
}
.rounded-2 {
border-radius: .25rem !important
}
.rounded-3 {
border-radius: .3rem !important
}
.rounded-circle {
border-radius: 50% !important
}
.rounded-pill {
border-radius: 50rem !important
}
.rounded-top {
border-top-right-radius: .25rem !important;
border-top-left-radius: .25rem !important
}
.rounded-end {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important
}
.rounded-bottom {
border-bottom-left-radius: .25rem !important;
border-bottom-right-radius: .25rem !important
}
.rounded-start {
border-bottom-right-radius: .25rem !important;
border-top-right-radius: .25rem !important
}
.visible {
visibility: visible !important
}
.invisible {
visibility: hidden !important
}
@media(min-width: 576px) {
.float-sm-start {
float: right !important
}
.float-sm-end {
float: left !important
}
.float-sm-none {
float: none !important
}
.d-sm-inline {
display: inline !important
}
.d-sm-inline-block {
display: inline-block !important
}
.d-sm-block {
display: block !important
}
.d-sm-grid {
display: grid !important
}
.d-sm-table {
display: table !important
}
.d-sm-table-row {
display: table-row !important
}
.d-sm-table-cell {
display: table-cell !important
}
.d-sm-flex {
display: flex !important
}
.d-sm-inline-flex {
display: inline-flex !important
}
.d-sm-none {
display: none !important
}
.flex-sm-fill {
flex: 1 1 auto !important
}
.flex-sm-row {
flex-direction: row !important
}
.flex-sm-column {
flex-direction: column !important
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important
}
.flex-sm-grow-0 {
flex-grow: 0 !important
}
.flex-sm-grow-1 {
flex-grow: 1 !important
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important
}
.flex-sm-wrap {
flex-wrap: wrap !important
}
.flex-sm-nowrap {
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.gap-sm-0 {
gap: 0 !important
}
.gap-sm-1 {
gap: .25rem !important
}
.gap-sm-2 {
gap: .5rem !important
}
.gap-sm-3 {
gap: 1rem !important
}
.gap-sm-4 {
gap: 1.5rem !important
}
.gap-sm-5 {
gap: 3rem !important
}
.justify-content-sm-start {
justify-content: flex-start !important
}
.justify-content-sm-end {
justify-content: flex-end !important
}
.justify-content-sm-center {
justify-content: center !important
}
.justify-content-sm-between {
justify-content: space-between !important
}
.justify-content-sm-around {
justify-content: space-around !important
}
.justify-content-sm-evenly {
justify-content: space-evenly !important
}
.align-items-sm-start {
align-items: flex-start !important
}
.align-items-sm-end {
align-items: flex-end !important
}
.align-items-sm-center {
align-items: center !important
}
.align-items-sm-baseline {
align-items: baseline !important
}
.align-items-sm-stretch {
align-items: stretch !important
}
.align-content-sm-start {
align-content: flex-start !important
}
.align-content-sm-end {
align-content: flex-end !important
}
.align-content-sm-center {
align-content: center !important
}
.align-content-sm-between {
align-content: space-between !important
}
.align-content-sm-around {
align-content: space-around !important
}
.align-content-sm-stretch {
align-content: stretch !important
}
.align-self-sm-auto {
align-self: auto !important
}
.align-self-sm-start {
align-self: flex-start !important
}
.align-self-sm-end {
align-self: flex-end !important
}
.align-self-sm-center {
align-self: center !important
}
.align-self-sm-baseline {
align-self: baseline !important
}
.align-self-sm-stretch {
align-self: stretch !important
}
.order-sm-first {
order: -1 !important
}
.order-sm-0 {
order: 0 !important
}
.order-sm-1 {
order: 1 !important
}
.order-sm-2 {
order: 2 !important
}
.order-sm-3 {
order: 3 !important
}
.order-sm-4 {
order: 4 !important
}
.order-sm-5 {
order: 5 !important
}
.order-sm-last {
order: 6 !important
}
.m-sm-0 {
margin: 0 !important
}
.m-sm-1 {
margin: .25rem !important
}
.m-sm-2 {
margin: .5rem !important
}
.m-sm-3 {
margin: 1rem !important
}
.m-sm-4 {
margin: 1.5rem !important
}
.m-sm-5 {
margin: 3rem !important
}
.m-sm-auto {
margin: auto !important
}
.mx-sm-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.mx-sm-1 {
margin-left: .25rem !important;
margin-right: .25rem !important
}
.mx-sm-2 {
margin-left: .5rem !important;
margin-right: .5rem !important
}
.mx-sm-3 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.mx-sm-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.mx-sm-5 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.mx-sm-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.my-sm-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important
}
.my-sm-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mt-sm-0 {
margin-top: 0 !important
}
.mt-sm-1 {
margin-top: .25rem !important
}
.mt-sm-2 {
margin-top: .5rem !important
}
.mt-sm-3 {
margin-top: 1rem !important
}
.mt-sm-4 {
margin-top: 1.5rem !important
}
.mt-sm-5 {
margin-top: 3rem !important
}
.mt-sm-auto {
margin-top: auto !important
}
.me-sm-0 {
margin-left: 0 !important
}
.me-sm-1 {
margin-left: .25rem !important
}
.me-sm-2 {
margin-left: .5rem !important
}
.me-sm-3 {
margin-left: 1rem !important
}
.me-sm-4 {
margin-left: 1.5rem !important
}
.me-sm-5 {
margin-left: 3rem !important
}
.me-sm-auto {
margin-left: auto !important
}
.mb-sm-0 {
margin-bottom: 0 !important
}
.mb-sm-1 {
margin-bottom: .25rem !important
}
.mb-sm-2 {
margin-bottom: .5rem !important
}
.mb-sm-3 {
margin-bottom: 1rem !important
}
.mb-sm-4 {
margin-bottom: 1.5rem !important
}
.mb-sm-5 {
margin-bottom: 3rem !important
}
.mb-sm-auto {
margin-bottom: auto !important
}
.ms-sm-0 {
margin-right: 0 !important
}
.ms-sm-1 {
margin-right: .25rem !important
}
.ms-sm-2 {
margin-right: .5rem !important
}
.ms-sm-3 {
margin-right: 1rem !important
}
.ms-sm-4 {
margin-right: 1.5rem !important
}
.ms-sm-5 {
margin-right: 3rem !important
}
.ms-sm-auto {
margin-right: auto !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
}
.px-sm-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.px-sm-1 {
padding-left: .25rem !important;
padding-right: .25rem !important
}
.px-sm-2 {
padding-left: .5rem !important;
padding-right: .5rem !important
}
.px-sm-3 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.px-sm-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.px-sm-5 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.py-sm-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important
}
.py-sm-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.pt-sm-0 {
padding-top: 0 !important
}
.pt-sm-1 {
padding-top: .25rem !important
}
.pt-sm-2 {
padding-top: .5rem !important
}
.pt-sm-3 {
padding-top: 1rem !important
}
.pt-sm-4 {
padding-top: 1.5rem !important
}
.pt-sm-5 {
padding-top: 3rem !important
}
.pe-sm-0 {
padding-left: 0 !important
}
.pe-sm-1 {
padding-left: .25rem !important
}
.pe-sm-2 {
padding-left: .5rem !important
}
.pe-sm-3 {
padding-left: 1rem !important
}
.pe-sm-4 {
padding-left: 1.5rem !important
}
.pe-sm-5 {
padding-left: 3rem !important
}
.pb-sm-0 {
padding-bottom: 0 !important
}
.pb-sm-1 {
padding-bottom: .25rem !important
}
.pb-sm-2 {
padding-bottom: .5rem !important
}
.pb-sm-3 {
padding-bottom: 1rem !important
}
.pb-sm-4 {
padding-bottom: 1.5rem !important
}
.pb-sm-5 {
padding-bottom: 3rem !important
}
.ps-sm-0 {
padding-right: 0 !important
}
.ps-sm-1 {
padding-right: .25rem !important
}
.ps-sm-2 {
padding-right: .5rem !important
}
.ps-sm-3 {
padding-right: 1rem !important
}
.ps-sm-4 {
padding-right: 1.5rem !important
}
.ps-sm-5 {
padding-right: 3rem !important
}
.text-sm-start {
text-align: right !important
}
.text-sm-end {
text-align: left !important
}
.text-sm-center {
text-align: center !important
}
}
@media(min-width: 768px) {
.float-md-start {
float: right !important
}
.float-md-end {
float: left !important
}
.float-md-none {
float: none !important
}
.d-md-inline {
display: inline !important
}
.d-md-inline-block {
display: inline-block !important
}
.d-md-block {
display: block !important
}
.d-md-grid {
display: grid !important
}
.d-md-table {
display: table !important
}
.d-md-table-row {
display: table-row !important
}
.d-md-table-cell {
display: table-cell !important
}
.d-md-flex {
display: flex !important
}
.d-md-inline-flex {
display: inline-flex !important
}
.d-md-none {
display: none !important
}
.flex-md-fill {
flex: 1 1 auto !important
}
.flex-md-row {
flex-direction: row !important
}
.flex-md-column {
flex-direction: column !important
}
.flex-md-row-reverse {
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
flex-direction: column-reverse !important
}
.flex-md-grow-0 {
flex-grow: 0 !important
}
.flex-md-grow-1 {
flex-grow: 1 !important
}
.flex-md-shrink-0 {
flex-shrink: 0 !important
}
.flex-md-shrink-1 {
flex-shrink: 1 !important
}
.flex-md-wrap {
flex-wrap: wrap !important
}
.flex-md-nowrap {
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.gap-md-0 {
gap: 0 !important
}
.gap-md-1 {
gap: .25rem !important
}
.gap-md-2 {
gap: .5rem !important
}
.gap-md-3 {
gap: 1rem !important
}
.gap-md-4 {
gap: 1.5rem !important
}
.gap-md-5 {
gap: 3rem !important
}
.justify-content-md-start {
justify-content: flex-start !important
}
.justify-content-md-end {
justify-content: flex-end !important
}
.justify-content-md-center {
justify-content: center !important
}
.justify-content-md-between {
justify-content: space-between !important
}
.justify-content-md-around {
justify-content: space-around !important
}
.justify-content-md-evenly {
justify-content: space-evenly !important
}
.align-items-md-start {
align-items: flex-start !important
}
.align-items-md-end {
align-items: flex-end !important
}
.align-items-md-center {
align-items: center !important
}
.align-items-md-baseline {
align-items: baseline !important
}
.align-items-md-stretch {
align-items: stretch !important
}
.align-content-md-start {
align-content: flex-start !important
}
.align-content-md-end {
align-content: flex-end !important
}
.align-content-md-center {
align-content: center !important
}
.align-content-md-between {
align-content: space-between !important
}
.align-content-md-around {
align-content: space-around !important
}
.align-content-md-stretch {
align-content: stretch !important
}
.align-self-md-auto {
align-self: auto !important
}
.align-self-md-start {
align-self: flex-start !important
}
.align-self-md-end {
align-self: flex-end !important
}
.align-self-md-center {
align-self: center !important
}
.align-self-md-baseline {
align-self: baseline !important
}
.align-self-md-stretch {
align-self: stretch !important
}
.order-md-first {
order: -1 !important
}
.order-md-0 {
order: 0 !important
}
.order-md-1 {
order: 1 !important
}
.order-md-2 {
order: 2 !important
}
.order-md-3 {
order: 3 !important
}
.order-md-4 {
order: 4 !important
}
.order-md-5 {
order: 5 !important
}
.order-md-last {
order: 6 !important
}
.m-md-0 {
margin: 0 !important
}
.m-md-1 {
margin: .25rem !important
}
.m-md-2 {
margin: .5rem !important
}
.m-md-3 {
margin: 1rem !important
}
.m-md-4 {
margin: 1.5rem !important
}
.m-md-5 {
margin: 3rem !important
}
.m-md-auto {
margin: auto !important
}
.mx-md-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.mx-md-1 {
margin-left: .25rem !important;
margin-right: .25rem !important
}
.mx-md-2 {
margin-left: .5rem !important;
margin-right: .5rem !important
}
.mx-md-3 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.mx-md-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.mx-md-5 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.mx-md-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.my-md-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important
}
.my-md-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mt-md-0 {
margin-top: 0 !important
}
.mt-md-1 {
margin-top: .25rem !important
}
.mt-md-2 {
margin-top: .5rem !important
}
.mt-md-3 {
margin-top: 1rem !important
}
.mt-md-4 {
margin-top: 1.5rem !important
}
.mt-md-5 {
margin-top: 3rem !important
}
.mt-md-auto {
margin-top: auto !important
}
.me-md-0 {
margin-left: 0 !important
}
.me-md-1 {
margin-left: .25rem !important
}
.me-md-2 {
margin-left: .5rem !important
}
.me-md-3 {
margin-left: 1rem !important
}
.me-md-4 {
margin-left: 1.5rem !important
}
.me-md-5 {
margin-left: 3rem !important
}
.me-md-auto {
margin-left: auto !important
}
.mb-md-0 {
margin-bottom: 0 !important
}
.mb-md-1 {
margin-bottom: .25rem !important
}
.mb-md-2 {
margin-bottom: .5rem !important
}
.mb-md-3 {
margin-bottom: 1rem !important
}
.mb-md-4 {
margin-bottom: 1.5rem !important
}
.mb-md-5 {
margin-bottom: 3rem !important
}
.mb-md-auto {
margin-bottom: auto !important
}
.ms-md-0 {
margin-right: 0 !important
}
.ms-md-1 {
margin-right: .25rem !important
}
.ms-md-2 {
margin-right: .5rem !important
}
.ms-md-3 {
margin-right: 1rem !important
}
.ms-md-4 {
margin-right: 1.5rem !important
}
.ms-md-5 {
margin-right: 3rem !important
}
.ms-md-auto {
margin-right: auto !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
}
.px-md-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.px-md-1 {
padding-left: .25rem !important;
padding-right: .25rem !important
}
.px-md-2 {
padding-left: .5rem !important;
padding-right: .5rem !important
}
.px-md-3 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.px-md-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.px-md-5 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.py-md-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important
}
.py-md-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.pt-md-0 {
padding-top: 0 !important
}
.pt-md-1 {
padding-top: .25rem !important
}
.pt-md-2 {
padding-top: .5rem !important
}
.pt-md-3 {
padding-top: 1rem !important
}
.pt-md-4 {
padding-top: 1.5rem !important
}
.pt-md-5 {
padding-top: 3rem !important
}
.pe-md-0 {
padding-left: 0 !important
}
.pe-md-1 {
padding-left: .25rem !important
}
.pe-md-2 {
padding-left: .5rem !important
}
.pe-md-3 {
padding-left: 1rem !important
}
.pe-md-4 {
padding-left: 1.5rem !important
}
.pe-md-5 {
padding-left: 3rem !important
}
.pb-md-0 {
padding-bottom: 0 !important
}
.pb-md-1 {
padding-bottom: .25rem !important
}
.pb-md-2 {
padding-bottom: .5rem !important
}
.pb-md-3 {
padding-bottom: 1rem !important
}
.pb-md-4 {
padding-bottom: 1.5rem !important
}
.pb-md-5 {
padding-bottom: 3rem !important
}
.ps-md-0 {
padding-right: 0 !important
}
.ps-md-1 {
padding-right: .25rem !important
}
.ps-md-2 {
padding-right: .5rem !important
}
.ps-md-3 {
padding-right: 1rem !important
}
.ps-md-4 {
padding-right: 1.5rem !important
}
.ps-md-5 {
padding-right: 3rem !important
}
.text-md-start {
text-align: right !important
}
.text-md-end {
text-align: left !important
}
.text-md-center {
text-align: center !important
}
}
@media(min-width: 992px) {
.float-lg-start {
float: right !important
}
.float-lg-end {
float: left !important
}
.float-lg-none {
float: none !important
}
.d-lg-inline {
display: inline !important
}
.d-lg-inline-block {
display: inline-block !important
}
.d-lg-block {
display: block !important
}
.d-lg-grid {
display: grid !important
}
.d-lg-table {
display: table !important
}
.d-lg-table-row {
display: table-row !important
}
.d-lg-table-cell {
display: table-cell !important
}
.d-lg-flex {
display: flex !important
}
.d-lg-inline-flex {
display: inline-flex !important
}
.d-lg-none {
display: none !important
}
.flex-lg-fill {
flex: 1 1 auto !important
}
.flex-lg-row {
flex-direction: row !important
}
.flex-lg-column {
flex-direction: column !important
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important
}
.flex-lg-grow-0 {
flex-grow: 0 !important
}
.flex-lg-grow-1 {
flex-grow: 1 !important
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important
}
.flex-lg-wrap {
flex-wrap: wrap !important
}
.flex-lg-nowrap {
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.gap-lg-0 {
gap: 0 !important
}
.gap-lg-1 {
gap: .25rem !important
}
.gap-lg-2 {
gap: .5rem !important
}
.gap-lg-3 {
gap: 1rem !important
}
.gap-lg-4 {
gap: 1.5rem !important
}
.gap-lg-5 {
gap: 3rem !important
}
.justify-content-lg-start {
justify-content: flex-start !important
}
.justify-content-lg-end {
justify-content: flex-end !important
}
.justify-content-lg-center {
justify-content: center !important
}
.justify-content-lg-between {
justify-content: space-between !important
}
.justify-content-lg-around {
justify-content: space-around !important
}
.justify-content-lg-evenly {
justify-content: space-evenly !important
}
.align-items-lg-start {
align-items: flex-start !important
}
.align-items-lg-end {
align-items: flex-end !important
}
.align-items-lg-center {
align-items: center !important
}
.align-items-lg-baseline {
align-items: baseline !important
}
.align-items-lg-stretch {
align-items: stretch !important
}
.align-content-lg-start {
align-content: flex-start !important
}
.align-content-lg-end {
align-content: flex-end !important
}
.align-content-lg-center {
align-content: center !important
}
.align-content-lg-between {
align-content: space-between !important
}
.align-content-lg-around {
align-content: space-around !important
}
.align-content-lg-stretch {
align-content: stretch !important
}
.align-self-lg-auto {
align-self: auto !important
}
.align-self-lg-start {
align-self: flex-start !important
}
.align-self-lg-end {
align-self: flex-end !important
}
.align-self-lg-center {
align-self: center !important
}
.align-self-lg-baseline {
align-self: baseline !important
}
.align-self-lg-stretch {
align-self: stretch !important
}
.order-lg-first {
order: -1 !important
}
.order-lg-0 {
order: 0 !important
}
.order-lg-1 {
order: 1 !important
}
.order-lg-2 {
order: 2 !important
}
.order-lg-3 {
order: 3 !important
}
.order-lg-4 {
order: 4 !important
}
.order-lg-5 {
order: 5 !important
}
.order-lg-last {
order: 6 !important
}
.m-lg-0 {
margin: 0 !important
}
.m-lg-1 {
margin: .25rem !important
}
.m-lg-2 {
margin: .5rem !important
}
.m-lg-3 {
margin: 1rem !important
}
.m-lg-4 {
margin: 1.5rem !important
}
.m-lg-5 {
margin: 3rem !important
}
.m-lg-auto {
margin: auto !important
}
.mx-lg-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.mx-lg-1 {
margin-left: .25rem !important;
margin-right: .25rem !important
}
.mx-lg-2 {
margin-left: .5rem !important;
margin-right: .5rem !important
}
.mx-lg-3 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.mx-lg-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.mx-lg-5 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.mx-lg-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.my-lg-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important
}
.my-lg-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mt-lg-0 {
margin-top: 0 !important
}
.mt-lg-1 {
margin-top: .25rem !important
}
.mt-lg-2 {
margin-top: .5rem !important
}
.mt-lg-3 {
margin-top: 1rem !important
}
.mt-lg-4 {
margin-top: 1.5rem !important
}
.mt-lg-5 {
margin-top: 3rem !important
}
.mt-lg-auto {
margin-top: auto !important
}
.me-lg-0 {
margin-left: 0 !important
}
.me-lg-1 {
margin-left: .25rem !important
}
.me-lg-2 {
margin-left: .5rem !important
}
.me-lg-3 {
margin-left: 1rem !important
}
.me-lg-4 {
margin-left: 1.5rem !important
}
.me-lg-5 {
margin-left: 3rem !important
}
.me-lg-auto {
margin-left: auto !important
}
.mb-lg-0 {
margin-bottom: 0 !important
}
.mb-lg-1 {
margin-bottom: .25rem !important
}
.mb-lg-2 {
margin-bottom: .5rem !important
}
.mb-lg-3 {
margin-bottom: 1rem !important
}
.mb-lg-4 {
margin-bottom: 1.5rem !important
}
.mb-lg-5 {
margin-bottom: 3rem !important
}
.mb-lg-auto {
margin-bottom: auto !important
}
.ms-lg-0 {
margin-right: 0 !important
}
.ms-lg-1 {
margin-right: .25rem !important
}
.ms-lg-2 {
margin-right: .5rem !important
}
.ms-lg-3 {
margin-right: 1rem !important
}
.ms-lg-4 {
margin-right: 1.5rem !important
}
.ms-lg-5 {
margin-right: 3rem !important
}
.ms-lg-auto {
margin-right: auto !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
}
.px-lg-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.px-lg-1 {
padding-left: .25rem !important;
padding-right: .25rem !important
}
.px-lg-2 {
padding-left: .5rem !important;
padding-right: .5rem !important
}
.px-lg-3 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.px-lg-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.px-lg-5 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.py-lg-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important
}
.py-lg-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.pt-lg-0 {
padding-top: 0 !important
}
.pt-lg-1 {
padding-top: .25rem !important
}
.pt-lg-2 {
padding-top: .5rem !important
}
.pt-lg-3 {
padding-top: 1rem !important
}
.pt-lg-4 {
padding-top: 1.5rem !important
}
.pt-lg-5 {
padding-top: 3rem !important
}
.pe-lg-0 {
padding-left: 0 !important
}
.pe-lg-1 {
padding-left: .25rem !important
}
.pe-lg-2 {
padding-left: .5rem !important
}
.pe-lg-3 {
padding-left: 1rem !important
}
.pe-lg-4 {
padding-left: 1.5rem !important
}
.pe-lg-5 {
padding-left: 3rem !important
}
.pb-lg-0 {
padding-bottom: 0 !important
}
.pb-lg-1 {
padding-bottom: .25rem !important
}
.pb-lg-2 {
padding-bottom: .5rem !important
}
.pb-lg-3 {
padding-bottom: 1rem !important
}
.pb-lg-4 {
padding-bottom: 1.5rem !important
}
.pb-lg-5 {
padding-bottom: 3rem !important
}
.ps-lg-0 {
padding-right: 0 !important
}
.ps-lg-1 {
padding-right: .25rem !important
}
.ps-lg-2 {
padding-right: .5rem !important
}
.ps-lg-3 {
padding-right: 1rem !important
}
.ps-lg-4 {
padding-right: 1.5rem !important
}
.ps-lg-5 {
padding-right: 3rem !important
}
.text-lg-start {
text-align: right !important
}
.text-lg-end {
text-align: left !important
}
.text-lg-center {
text-align: center !important
}
}
@media(min-width: 1200px) {
.float-xl-start {
float: right !important
}
.float-xl-end {
float: left !important
}
.float-xl-none {
float: none !important
}
.d-xl-inline {
display: inline !important
}
.d-xl-inline-block {
display: inline-block !important
}
.d-xl-block {
display: block !important
}
.d-xl-grid {
display: grid !important
}
.d-xl-table {
display: table !important
}
.d-xl-table-row {
display: table-row !important
}
.d-xl-table-cell {
display: table-cell !important
}
.d-xl-flex {
display: flex !important
}
.d-xl-inline-flex {
display: inline-flex !important
}
.d-xl-none {
display: none !important
}
.flex-xl-fill {
flex: 1 1 auto !important
}
.flex-xl-row {
flex-direction: row !important
}
.flex-xl-column {
flex-direction: column !important
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important
}
.flex-xl-grow-0 {
flex-grow: 0 !important
}
.flex-xl-grow-1 {
flex-grow: 1 !important
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important
}
.flex-xl-wrap {
flex-wrap: wrap !important
}
.flex-xl-nowrap {
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.gap-xl-0 {
gap: 0 !important
}
.gap-xl-1 {
gap: .25rem !important
}
.gap-xl-2 {
gap: .5rem !important
}
.gap-xl-3 {
gap: 1rem !important
}
.gap-xl-4 {
gap: 1.5rem !important
}
.gap-xl-5 {
gap: 3rem !important
}
.justify-content-xl-start {
justify-content: flex-start !important
}
.justify-content-xl-end {
justify-content: flex-end !important
}
.justify-content-xl-center {
justify-content: center !important
}
.justify-content-xl-between {
justify-content: space-between !important
}
.justify-content-xl-around {
justify-content: space-around !important
}
.justify-content-xl-evenly {
justify-content: space-evenly !important
}
.align-items-xl-start {
align-items: flex-start !important
}
.align-items-xl-end {
align-items: flex-end !important
}
.align-items-xl-center {
align-items: center !important
}
.align-items-xl-baseline {
align-items: baseline !important
}
.align-items-xl-stretch {
align-items: stretch !important
}
.align-content-xl-start {
align-content: flex-start !important
}
.align-content-xl-end {
align-content: flex-end !important
}
.align-content-xl-center {
align-content: center !important
}
.align-content-xl-between {
align-content: space-between !important
}
.align-content-xl-around {
align-content: space-around !important
}
.align-content-xl-stretch {
align-content: stretch !important
}
.align-self-xl-auto {
align-self: auto !important
}
.align-self-xl-start {
align-self: flex-start !important
}
.align-self-xl-end {
align-self: flex-end !important
}
.align-self-xl-center {
align-self: center !important
}
.align-self-xl-baseline {
align-self: baseline !important
}
.align-self-xl-stretch {
align-self: stretch !important
}
.order-xl-first {
order: -1 !important
}
.order-xl-0 {
order: 0 !important
}
.order-xl-1 {
order: 1 !important
}
.order-xl-2 {
order: 2 !important
}
.order-xl-3 {
order: 3 !important
}
.order-xl-4 {
order: 4 !important
}
.order-xl-5 {
order: 5 !important
}
.order-xl-last {
order: 6 !important
}
.m-xl-0 {
margin: 0 !important
}
.m-xl-1 {
margin: .25rem !important
}
.m-xl-2 {
margin: .5rem !important
}
.m-xl-3 {
margin: 1rem !important
}
.m-xl-4 {
margin: 1.5rem !important
}
.m-xl-5 {
margin: 3rem !important
}
.m-xl-auto {
margin: auto !important
}
.mx-xl-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.mx-xl-1 {
margin-left: .25rem !important;
margin-right: .25rem !important
}
.mx-xl-2 {
margin-left: .5rem !important;
margin-right: .5rem !important
}
.mx-xl-3 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.mx-xl-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.mx-xl-5 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.mx-xl-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.my-xl-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important
}
.my-xl-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mt-xl-0 {
margin-top: 0 !important
}
.mt-xl-1 {
margin-top: .25rem !important
}
.mt-xl-2 {
margin-top: .5rem !important
}
.mt-xl-3 {
margin-top: 1rem !important
}
.mt-xl-4 {
margin-top: 1.5rem !important
}
.mt-xl-5 {
margin-top: 3rem !important
}
.mt-xl-auto {
margin-top: auto !important
}
.me-xl-0 {
margin-left: 0 !important
}
.me-xl-1 {
margin-left: .25rem !important
}
.me-xl-2 {
margin-left: .5rem !important
}
.me-xl-3 {
margin-left: 1rem !important
}
.me-xl-4 {
margin-left: 1.5rem !important
}
.me-xl-5 {
margin-left: 3rem !important
}
.me-xl-auto {
margin-left: auto !important
}
.mb-xl-0 {
margin-bottom: 0 !important
}
.mb-xl-1 {
margin-bottom: .25rem !important
}
.mb-xl-2 {
margin-bottom: .5rem !important
}
.mb-xl-3 {
margin-bottom: 1rem !important
}
.mb-xl-4 {
margin-bottom: 1.5rem !important
}
.mb-xl-5 {
margin-bottom: 3rem !important
}
.mb-xl-auto {
margin-bottom: auto !important
}
.ms-xl-0 {
margin-right: 0 !important
}
.ms-xl-1 {
margin-right: .25rem !important
}
.ms-xl-2 {
margin-right: .5rem !important
}
.ms-xl-3 {
margin-right: 1rem !important
}
.ms-xl-4 {
margin-right: 1.5rem !important
}
.ms-xl-5 {
margin-right: 3rem !important
}
.ms-xl-auto {
margin-right: auto !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
}
.px-xl-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.px-xl-1 {
padding-left: .25rem !important;
padding-right: .25rem !important
}
.px-xl-2 {
padding-left: .5rem !important;
padding-right: .5rem !important
}
.px-xl-3 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.px-xl-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.px-xl-5 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.py-xl-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important
}
.py-xl-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.pt-xl-0 {
padding-top: 0 !important
}
.pt-xl-1 {
padding-top: .25rem !important
}
.pt-xl-2 {
padding-top: .5rem !important
}
.pt-xl-3 {
padding-top: 1rem !important
}
.pt-xl-4 {
padding-top: 1.5rem !important
}
.pt-xl-5 {
padding-top: 3rem !important
}
.pe-xl-0 {
padding-left: 0 !important
}
.pe-xl-1 {
padding-left: .25rem !important
}
.pe-xl-2 {
padding-left: .5rem !important
}
.pe-xl-3 {
padding-left: 1rem !important
}
.pe-xl-4 {
padding-left: 1.5rem !important
}
.pe-xl-5 {
padding-left: 3rem !important
}
.pb-xl-0 {
padding-bottom: 0 !important
}
.pb-xl-1 {
padding-bottom: .25rem !important
}
.pb-xl-2 {
padding-bottom: .5rem !important
}
.pb-xl-3 {
padding-bottom: 1rem !important
}
.pb-xl-4 {
padding-bottom: 1.5rem !important
}
.pb-xl-5 {
padding-bottom: 3rem !important
}
.ps-xl-0 {
padding-right: 0 !important
}
.ps-xl-1 {
padding-right: .25rem !important
}
.ps-xl-2 {
padding-right: .5rem !important
}
.ps-xl-3 {
padding-right: 1rem !important
}
.ps-xl-4 {
padding-right: 1.5rem !important
}
.ps-xl-5 {
padding-right: 3rem !important
}
.text-xl-start {
text-align: right !important
}
.text-xl-end {
text-align: left !important
}
.text-xl-center {
text-align: center !important
}
}
@media(min-width: 1400px) {
.float-xxl-start {
float: right !important
}
.float-xxl-end {
float: left !important
}
.float-xxl-none {
float: none !important
}
.d-xxl-inline {
display: inline !important
}
.d-xxl-inline-block {
display: inline-block !important
}
.d-xxl-block {
display: block !important
}
.d-xxl-grid {
display: grid !important
}
.d-xxl-table {
display: table !important
}
.d-xxl-table-row {
display: table-row !important
}
.d-xxl-table-cell {
display: table-cell !important
}
.d-xxl-flex {
display: flex !important
}
.d-xxl-inline-flex {
display: inline-flex !important
}
.d-xxl-none {
display: none !important
}
.flex-xxl-fill {
flex: 1 1 auto !important
}
.flex-xxl-row {
flex-direction: row !important
}
.flex-xxl-column {
flex-direction: column !important
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important
}
.flex-xxl-grow-0 {
flex-grow: 0 !important
}
.flex-xxl-grow-1 {
flex-grow: 1 !important
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important
}
.flex-xxl-wrap {
flex-wrap: wrap !important
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.gap-xxl-0 {
gap: 0 !important
}
.gap-xxl-1 {
gap: .25rem !important
}
.gap-xxl-2 {
gap: .5rem !important
}
.gap-xxl-3 {
gap: 1rem !important
}
.gap-xxl-4 {
gap: 1.5rem !important
}
.gap-xxl-5 {
gap: 3rem !important
}
.justify-content-xxl-start {
justify-content: flex-start !important
}
.justify-content-xxl-end {
justify-content: flex-end !important
}
.justify-content-xxl-center {
justify-content: center !important
}
.justify-content-xxl-between {
justify-content: space-between !important
}
.justify-content-xxl-around {
justify-content: space-around !important
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important
}
.align-items-xxl-start {
align-items: flex-start !important
}
.align-items-xxl-end {
align-items: flex-end !important
}
.align-items-xxl-center {
align-items: center !important
}
.align-items-xxl-baseline {
align-items: baseline !important
}
.align-items-xxl-stretch {
align-items: stretch !important
}
.align-content-xxl-start {
align-content: flex-start !important
}
.align-content-xxl-end {
align-content: flex-end !important
}
.align-content-xxl-center {
align-content: center !important
}
.align-content-xxl-between {
align-content: space-between !important
}
.align-content-xxl-around {
align-content: space-around !important
}
.align-content-xxl-stretch {
align-content: stretch !important
}
.align-self-xxl-auto {
align-self: auto !important
}
.align-self-xxl-start {
align-self: flex-start !important
}
.align-self-xxl-end {
align-self: flex-end !important
}
.align-self-xxl-center {
align-self: center !important
}
.align-self-xxl-baseline {
align-self: baseline !important
}
.align-self-xxl-stretch {
align-self: stretch !important
}
.order-xxl-first {
order: -1 !important
}
.order-xxl-0 {
order: 0 !important
}
.order-xxl-1 {
order: 1 !important
}
.order-xxl-2 {
order: 2 !important
}
.order-xxl-3 {
order: 3 !important
}
.order-xxl-4 {
order: 4 !important
}
.order-xxl-5 {
order: 5 !important
}
.order-xxl-last {
order: 6 !important
}
.m-xxl-0 {
margin: 0 !important
}
.m-xxl-1 {
margin: .25rem !important
}
.m-xxl-2 {
margin: .5rem !important
}
.m-xxl-3 {
margin: 1rem !important
}
.m-xxl-4 {
margin: 1.5rem !important
}
.m-xxl-5 {
margin: 3rem !important
}
.m-xxl-auto {
margin: auto !important
}
.mx-xxl-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.mx-xxl-1 {
margin-left: .25rem !important;
margin-right: .25rem !important
}
.mx-xxl-2 {
margin-left: .5rem !important;
margin-right: .5rem !important
}
.mx-xxl-3 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.mx-xxl-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.mx-xxl-5 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.mx-xxl-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.my-xxl-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important
}
.my-xxl-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mt-xxl-0 {
margin-top: 0 !important
}
.mt-xxl-1 {
margin-top: .25rem !important
}
.mt-xxl-2 {
margin-top: .5rem !important
}
.mt-xxl-3 {
margin-top: 1rem !important
}
.mt-xxl-4 {
margin-top: 1.5rem !important
}
.mt-xxl-5 {
margin-top: 3rem !important
}
.mt-xxl-auto {
margin-top: auto !important
}
.me-xxl-0 {
margin-left: 0 !important
}
.me-xxl-1 {
margin-left: .25rem !important
}
.me-xxl-2 {
margin-left: .5rem !important
}
.me-xxl-3 {
margin-left: 1rem !important
}
.me-xxl-4 {
margin-left: 1.5rem !important
}
.me-xxl-5 {
margin-left: 3rem !important
}
.me-xxl-auto {
margin-left: auto !important
}
.mb-xxl-0 {
margin-bottom: 0 !important
}
.mb-xxl-1 {
margin-bottom: .25rem !important
}
.mb-xxl-2 {
margin-bottom: .5rem !important
}
.mb-xxl-3 {
margin-bottom: 1rem !important
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important
}
.mb-xxl-5 {
margin-bottom: 3rem !important
}
.mb-xxl-auto {
margin-bottom: auto !important
}
.ms-xxl-0 {
margin-right: 0 !important
}
.ms-xxl-1 {
margin-right: .25rem !important
}
.ms-xxl-2 {
margin-right: .5rem !important
}
.ms-xxl-3 {
margin-right: 1rem !important
}
.ms-xxl-4 {
margin-right: 1.5rem !important
}
.ms-xxl-5 {
margin-right: 3rem !important
}
.ms-xxl-auto {
margin-right: auto !important
}
.p-xxl-0 {
padding: 0 !important
}
.p-xxl-1 {
padding: .25rem !important
}
.p-xxl-2 {
padding: .5rem !important
}
.p-xxl-3 {
padding: 1rem !important
}
.p-xxl-4 {
padding: 1.5rem !important
}
.p-xxl-5 {
padding: 3rem !important
}
.px-xxl-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.px-xxl-1 {
padding-left: .25rem !important;
padding-right: .25rem !important
}
.px-xxl-2 {
padding-left: .5rem !important;
padding-right: .5rem !important
}
.px-xxl-3 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.px-xxl-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.px-xxl-5 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.py-xxl-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important
}
.py-xxl-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.pt-xxl-0 {
padding-top: 0 !important
}
.pt-xxl-1 {
padding-top: .25rem !important
}
.pt-xxl-2 {
padding-top: .5rem !important
}
.pt-xxl-3 {
padding-top: 1rem !important
}
.pt-xxl-4 {
padding-top: 1.5rem !important
}
.pt-xxl-5 {
padding-top: 3rem !important
}
.pe-xxl-0 {
padding-left: 0 !important
}
.pe-xxl-1 {
padding-left: .25rem !important
}
.pe-xxl-2 {
padding-left: .5rem !important
}
.pe-xxl-3 {
padding-left: 1rem !important
}
.pe-xxl-4 {
padding-left: 1.5rem !important
}
.pe-xxl-5 {
padding-left: 3rem !important
}
.pb-xxl-0 {
padding-bottom: 0 !important
}
.pb-xxl-1 {
padding-bottom: .25rem !important
}
.pb-xxl-2 {
padding-bottom: .5rem !important
}
.pb-xxl-3 {
padding-bottom: 1rem !important
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important
}
.pb-xxl-5 {
padding-bottom: 3rem !important
}
.ps-xxl-0 {
padding-right: 0 !important
}
.ps-xxl-1 {
padding-right: .25rem !important
}
.ps-xxl-2 {
padding-right: .5rem !important
}
.ps-xxl-3 {
padding-right: 1rem !important
}
.ps-xxl-4 {
padding-right: 1.5rem !important
}
.ps-xxl-5 {
padding-right: 3rem !important
}
.text-xxl-start {
text-align: right !important
}
.text-xxl-end {
text-align: left !important
}
.text-xxl-center {
text-align: center !important
}
}
@media(min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important
}
.fs-2 {
font-size: 2rem !important
}
.fs-3 {
font-size: 1.75rem !important
}
.fs-4 {
font-size: 1.5rem !important
}
}
@media print {
.d-print-inline {
display: inline !important
}
.d-print-inline-block {
display: inline-block !important
}
.d-print-block {
display: block !important
}
.d-print-grid {
display: grid !important
}
.d-print-table {
display: table !important
}
.d-print-table-row {
display: table-row !important
}
.d-print-table-cell {
display: table-cell !important
}
.d-print-flex {
display: flex !important
}
.d-print-inline-flex {
display: inline-flex !important
}
.d-print-none {
display: none !important
}
}
#page_content {
margin: 0 .5em
}
#page_content h2, h3 {
color: #999;
font-size: 24px
}
.row p {
color: #666;
}
.data {
margin: 0 0 12px
}
button.mult_submit, .checkall_box + label {
text-decoration: none;
color: #666;
cursor: pointer;
outline: none
}
button.mult_submit:hover, button.mult_submit:focus {
text-decoration: underline;
color: #235a81
}
.checkall_box + label:hover {
text-decoration: underline;
color: #999
}
#navbarDropdown > img {
display: none
}
textarea.char {
margin: 6px
}
textarea.charField {
width: 95%
}
#fieldset_add_user_footer {
background-color: #212529;
}
.pma-fieldset input[type=number] {
background-color: #212529;
border: 1px solid #444;
outline: none;
margin-bottom: 5px;
color: #999
}
.pma-fieldset input[type=password] {
background-color: #212529;
border: 1px solid #444;
outline: none;
margin-bottom: 5px;
color: #999;
border-radius: 3px
}
.pma-fieldset label {
color: #999;
text-align: right !important
}
.pma-fieldset label:hover {
color: #ccc;
text-decoration: none
}
.pma-fieldset input[type=text]:enabled {
background-color: #212529;
border: 1px solid #444;
outline: none;
margin-bottom: 5px;
color: #999;
border-radius: 3px
}
.pma-fieldset input[type=text]:disabled {
background-color: #636669 !important;
border: 1px solid #444;
outline: none;
margin-bottom: 5px;
color: #999;
cursor: not-allowed
}
.pma-fieldset span {
margin-left: 5px
}
.pma-fieldset {
margin-top: 1em;
border-radius: 4px;
border: #444 solid 1px;
padding: .5em;
background: #212529;
text-shadow: none;
box-shadow: none;
color: #999
}
.pma-fieldset .pma-fieldset {
margin: .8em;
border: 1px solid #444;
background: #1B1E21
}
.pma-fieldset legend {
float: none;
font-weight: normal;
color: #999;
padding: 5px 10px;
border-radius: 4px;
border: 1px solid #444;
background-color: #1B1E21;
max-width: 100%;
box-shadow: none;
width: initial;
font-size: 1em
}
.pma-fieldset p {
color: #999
}
#authentication_plugin_div span.options {
display: none !important
}
select#select_authentication_plugin {
width: auto;
margin-right: 0px !important
}
.pma-fieldset code {
font-weight: lighter;
margin-right: 5px;
font-size: 14px;
color: #95235c
}
.datatable {
table-layout: fixed
}
.clearfloat {
clear: both
}
.paddingtop {
padding-top: 1em
}
.separator {
color: #fff;
text-shadow: 0 1px 0 #666
}
div.tools {
padding: .2em;
margin-top: 0;
margin-bottom: .5em;
border: 1px solid #444;
text-align: left;
float: none;
clear: both;
border-radius: 4px;
color: #666 !important;
background-color: #212529 !important
}
div.tools a {
color: #999 !important
}
div.tools a:hover {
color: #bbb !important
}
.pma-fieldset.tblFooters {
margin-top: 0;
margin-bottom: .5em;
text-align: left;
float: none;
clear: both;
border-radius: 4px
}
div.null_div {
height: 20px;
text-align: center;
font-style: normal;
min-width: 50px
}
.pma-fieldset .formelement {
float: right;
margin-left: .5em;
white-space: nowrap
}
.pma-fieldset div[class=formelement] {
white-space: normal
}
.pma-fieldset .column_details {
padding-top: 30px !important
}
.tblFooters input[name="modify"] {
margin-top: 25px
}
button.mult_submit {
border: none;
background-color: rgba(0, 0, 0, 0)
}
.condition {
border-color: #666 !important
}
th.condition {
border-width: 1px 1px 0 1px;
border-style: solid
}
td.condition {
border-width: 0 1px 0 1px;
border-style: solid
}
tr:last-child td.condition {
border-width: 0 1px 1px 1px
}
.before-condition {
border-left: 1px solid #666
}
td.null {
font-style: italic;
color: #7d7d7d !important
}
table .valueHeader, table .value {
text-align: left;
white-space: normal
}
.value {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
img.lightbulb {
cursor: pointer
}
.pdflayout {
overflow: hidden;
clip: inherit;
background-color: #fff;
display: none;
border: 1px solid #666;
position: relative
}
.pdflayout_table {
background: #d3dce3;
color: #666;
overflow: hidden;
clip: inherit;
z-index: 2;
display: inline;
visibility: inherit;
cursor: move;
position: absolute;
font-size: 80%;
border: 1px dashed #666
}
.cm-sql-doc {
text-decoration: none;
border-bottom: 1px dotted #666;
color: inherit !important
}
td .icon {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
margin: 0
}
.selectallarrow {
margin-left: .3em;
margin-right: .6em
}
.with-selected {
margin-right: 2em
}
#pma_errors, #pma_demo, #pma_footer {
position: relative;
padding: 0 .5em
}
#togglesearchformdiv {
margin-bottom: 20px !important
}
#togglesearchformdiv a {
color: #999;
margin-bottom: 10px !important
}
#togglesearchformdiv a:hover {
color: #bbb;
cursor: pointer
}
a#togglesearchresultlink {
color: #999
}
a#togglesearchresultlink:hover {
color: #bbb;
cursor: pointer
}
.confirmation {
color: #999;
background-color: #1B1E21;
border: 1px solid #691920;
margin-bottom: 10px
}
.new_central_col {
width: 100%
}
.tblcomment {
font-size: 70%;
font-weight: normal;
color: #669cc0
}
.tblHeaders {
font-weight: normal;
color: #999;
background: #1B1E21;
border: 1px solid #333;
border-bottom: none;
padding: 0 5px
}
.tblHeaders em {
color: #669cc0
}
div.tools, .tblFooters {
font-weight: normal;
color: #666;
background: #1B1E21
}
input[name="added_fields"] {
margin-top: 6px;
}
input[name="routine_changetype"] {
color: #999;
background-color: #00365a;
border: none;
padding: 7px 10px;
border-radius: 4px
}
input[name="routine_changetype"]:hover {
color: #ccc;
background-color: #003f69;
}
input[name="routine_removeparameter"] {
color: #999;
background-color: #691920;
border: none;
padding: 7px 10px;
border-radius: 4px;
vertical-align: middle
}
input[name="routine_removeparameter"]:hover {
color: #ccc;
background-color: #842029;
}
input#fk_checks + label {
color: #666 !important;
margin-right: 5px
}
input[name="online_transaction"] {
margin-top: 9px;
margin-left: 6px
}
input[name="online_transaction"] + a {
margin-right: 6px
}
.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited {
color: blue
}
div.tools a:link, div.tools a:visited, div.tools a:active {
color: blue
}
.tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
color: blue
}
.tblHeaders a:hover, div.tools a:hover, .tblFooters a:hover {
color: red
}
.error {
border: 1px solid maroon !important;
margin-right: 2px;
padding: 1px 2px;
color: #666;
background: pink
}
.disabled {
color: #666
}
.disabled a:link, .disabled a:active, .disabled a:visited {
color: #666
}
.disabled a:hover {
color: #666;
text-decoration: none
}
tr.disabled td, td.disabled {
background-color: #212529;
color: #666 !important
}
.pre_wrap {
white-space: pre-wrap
}
.pre_wrap br {
display: none
}
body#loginform {
margin: 1em 0 0 0;
text-align: center
}
body#loginform h1, body#loginform .h1, body#loginform a.logo {
display: block;
text-align: center
}
body#loginform div.container {
text-align: right;
width: 30em;
margin: 0 auto
}
div.container.modal_form {
margin: 0 auto;
width: 30em;
text-align: center;
background: #121517;
z-index: 999
}
div#modalOverlay {
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 100%;
background: #121517;
z-index: 900
}
label.col-3.d-flex.align-items-center {
font-weight: bolder
}
.commented_column {
border-bottom: 1px dashed #666
}
.column_attribute {
font-size: 70%
}
.column_name {
font-size: 80%;
margin: 5px 2px
}
.central_columns_navigation {
padding: 1.5% 0 !important
}
.message_errors_found {
margin-top: 20px
}
.repl_gui_skip_err_cnt {
width: 30px
}
.color_gray {
color: gray
}
.max_height_400 {
max-height: 400px
}
li.last.database {
margin-bottom: 15px !important
}
div#dataDisplay input, div#dataDisplay select {
margin: 0;
margin-left: .5em
}
div#dataDisplay th {
line-height: 2em
}
img.calendar {
border: none
}
form.clock {
text-align: center
}
div#tablestatistics table {
float: right;
margin-bottom: .5em;
margin-left: 1.5em;
margin-top: .5em;
min-width: 16em
}
#topmenucontainer {
padding-left: 1em;
width: 100%
}
#page_nav_icons {
position: fixed;
top: 0;
left: 0;
z-index: 99;
padding: .5rem 0;
margin-left: 20px
}
#page_settings_icon {
cursor: pointer;
display: none
}
#page_settings_modal, #pma_navigation_settings {
display: none;
color: #999
}
#textSQLDUMP {
width: 95%;
height: 95%;
font-family: Consolas, "Courier New", Courier, monospace;
font-size: 110%
}
#TooltipContainer {
position: absolute;
z-index: 99;
width: 20em;
height: auto;
overflow: visible;
visibility: hidden;
background-color: #ffc;
color: #060;
border: .1em solid #666;
padding: .5em
}
#fieldset_add_user_login {
background-color: #212529
}
#fieldset_add_user_login input[type="password"] {
margin-left: 10px
}
#fieldset_add_user_login div.item {
display: flex;
align-items: center;
border-bottom: 1px dashed #444;
padding-bottom: .3em;
margin-bottom: 1em
}
#fieldset_add_user_login label {
float: right;
display: block;
width: 10em;
max-width: 100%;
text-align: left;
padding-left: .5em;
margin-bottom: 0
}
#fieldset_add_user_login input {
width: 12em;
clear: left;
max-width: 100%;
height: 36px;
margin-top: 5px
}
#fieldset_add_user_login span.options {
float: right;
display: block;
width: 12em;
max-width: 100%;
padding-left: .5em
}
#fieldset_add_user_login span.options #select_pred_username, #fieldset_add_user_login span.options #select_pred_hostname, #fieldset_add_user_login span.options #select_pred_password {
width: 100%;
max-width: 100%
}
#fieldset_add_user_login span.options input {
width: auto
}
#fieldset_user_priv div.item {
float: right;
width: 9em;
max-width: 100%
}
#fieldset_user_priv div.item div.item {
float: none
}
#fieldset_user_priv div.item label {
white-space: nowrap
}
#fieldset_user_priv div.item select {
width: 100%
}
#fieldset_user_global_rights .pma-fieldset, #fieldset_user_group_rights .pma-fieldset {
float: right
}
#fieldset_user_global_rights > legend input {
margin-right: 2em
}
.linkElem:hover {
text-decoration: underline;
color: #235a81;
cursor: pointer
}
h3#serverstatusqueries span, #serverstatusqueries.h3 span {
font-size: 60%;
display: inline
}
div#serverStatusTabs {
margin-top: 1em
}
caption a.top {
float: left
}
div#serverstatusquerieschart {
float: right;
width: 500px;
height: 350px;
margin-left: 50px
}
div#serverstatus table tbody td.descr a, div#serverstatus table .tblFooters a {
white-space: nowrap
}
div.liveChart {
clear: both;
min-width: 500px;
height: 400px;
padding-bottom: 80px
}
div#chartVariableSettings {
border: 1px solid #333;
background-color: #212529;
margin-right: 0px;
padding: 10px
}
#chartGrid {
width: auto !important
}
table#chartGrid td {
padding: 3px;
margin: 0;
}
table#chartGrid div.monitorChart {
background: #1B1E21;
color: #666;
min-width: 1px
}
div.tabLinks {
float: right;
padding: 5px 0;
color: #666
}
div.tabLinks a, div.tabLinks label {
margin-left: 7px
}
div.tabLinks .icon {
margin: -0.2em 0 0 .3em
}
.popupContent {
display: none;
position: absolute;
border: 1px solid #444;
margin: 0;
padding: 3px;
background-color: #212529;
z-index: 2;
box-shadow: -2px 2px 3px #666;
color: #999
}
div#logTable {
padding-top: 10px;
clear: both
}
div#logTable table {
width: 100%
}
div#queryAnalyzerDialog {
min-width: 700px
}
div#queryAnalyzerDialog div.CodeMirror-scroll {
height: auto
}
div#queryAnalyzerDialog div#queryProfiling {
height: 300px
}
div#queryAnalyzerDialog td.explain {
width: 250px
}
div#queryAnalyzerDialog table.queryNums {
display: none;
border: 0;
text-align: right
}
.smallIndent {
padding-right: 7px
}
a.set {
color: #669cc0
}
a.set:hover {
color: #99bdd5;
text-decoration: none !important
}
a.kill_process {
color: rgba(224, 102, 102, 0.50)
}
a.kill_process:hover {
color: rgba(224, 102, 102, 0.75);
text-decoration: none
}
.jsAccountLocking {
color: #666;
text-decoration: none
}
.jsAccountLocking:hover {
color: #999;
text-decoration: underline
}
div#profilingchart {
width: 850px;
height: 370px;
float: right
}
#profilingchart .jqplot-highlighter-tooltip {
top: auto !important;
right: 11px;
bottom: 24px
}
#resizer {
border: 1px solid #666
}
#inner-resizer {
padding: 10px
}
#togglequerybox {
margin: 0 10px
}
#serverstatus h3, #serverstatus .h3 {
margin: 15px 0;
font-weight: normal;
color: #999;
font-size: 1.7em
}
textarea#sqlquery {
width: 100%;
border-radius: 4px;
border: 1px solid #aaa;
padding: 5px;
font-family: inherit
}
textarea#sql_query_edit {
height: 7em;
width: 95%;
display: block
}
#mysqlmaininformation, #pmamaininformation {
float: right;
width: 49%
}
#maincontainer ul {
list-style-type: disc;
vertical-align: middle
}
#maincontainer li {
margin-bottom: .3em
}
#full_name_layer {
position: relative;
margin-top: -4px;
z-index: 801;
border-radius: 3px;
border: none;
background: none;
}
#body_browse_foreigners {
background: #f3f3f3;
margin: .5em .5em 0 .5em
}
#bodythemes {
width: 500px;
margin: auto;
text-align: center
}
#bodythemes img {
border: .1em solid #666
}
#bodythemes a:hover img {
border: .1em solid red
}
#selflink {
clear: both;
display: block;
margin-top: 1em;
margin-bottom: 1em;
width: 98%;
margin-right: 1%;
text-align: left;
border-top: 1px solid #333
}
#qbe_div_table_list, #qbe_div_sql_query {
float: right
}
code {
font-size: 1em
}
code.php {
display: block;
padding-right: 1em;
margin-top: 0;
margin-bottom: 0;
max-height: 10em;
overflow: auto;
direction: rtl
}
code.sql {
display: block;
padding: 1em;
margin-top: 0;
margin-bottom: 0;
max-height: 10em;
overflow: auto;
direction: rtl
}
div.sqlvalidate {
display: block;
padding: 1em;
margin-top: 0;
margin-bottom: 0;
max-height: 10em;
overflow: auto;
direction: rtl
}
.result_query div.sqlOuter {
background-color: #1B1E21;
border: 1px solid #8d2649;
text-align: right;
margin-bottom: 20px;
border-radius: 4px
}
#PMA_slidingMessage code.sql, div.sqlvalidate {
background: #1B1E21;
border-radius: 4px
}
textarea#partitiondefinition {
height: 3em
}
.hide {
display: none
}
#list_server {
list-style-type: none;
padding: 0
}
div.upload_progress {
width: 400px;
margin: 3em auto;
text-align: center
}
div.upload_progress_bar_outer {
border: 1px solid #666;
width: 202px;
position: relative;
margin: 0 auto 1em;
color: #212529
}
div.upload_progress_bar_outer div.percentage {
position: absolute;
top: 0;
right: 0;
width: 202px
}
div.upload_progress_bar_inner {
background-color: #ddd;
width: 0;
height: 12px;
margin: 1px;
overflow: hidden;
color: #666;
position: relative
}
div.upload_progress_bar_inner div.percentage {
top: -1px;
right: -1px
}
div#statustext {
margin-top: .5em
}
table#serverconnection_src_remote, table#serverconnection_trg_remote, table#serverconnection_src_local, table#serverconnection_trg_local {
float: right
}
input[type=text].invalid_value, input[type=password].invalid_value, input[type=number].invalid_value, input[type=date].invalid_value {
background: #fcc
}
select.invalid_value, .invalid_value {
background: #fcc
}
.ajax_notification {
top: 0;
position: fixed;
margin-top: 200px;
margin-left: auto;
margin-bottom: 0;
margin-right: auto;
padding: 10px;
width: 350px;
z-index: 1100;
text-align: center;
display: inline;
right: 0;
left: 0;
background-image: url("../img/loading.gif");
background-repeat: no-repeat;
background-position: 98%;
background-size: 32px 32px;
border: 1px solid #00365a;
background-color: #212529;
border-radius: 5px;
box-shadow: 5px 5px 5px black;
color: #999
}
.ajax_notification .alert-danger {
border: 1px solid #691920
}
#loading_parent {
position: relative;
width: 100%
}
#popup_background {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
background: #666;
z-index: 1000;
overflow: hidden
}
#tablestructure tbody label {
margin: .3rem 0;
color: #999
}
#structure-action-links a {
margin-left: 1em
}
#structure-action-links {
margin-bottom: 1em;
}
#structure-action-links button {
margin-top: -3px;
margin-left: 10px
}
#addColumns input[type=radio] {
margin: 3px 0 0;
margin-right: 1em
}
form#addColumns {
color: #666
}
#index_frm .index_info input[type=text], #index_frm .index_info select {
width: 100%;
margin: 0;
box-sizing: border-box
}
#index_frm .index_info div {
padding: .2em 0
}
#index_frm .index_info .label {
float: right;
min-width: 12em
}
#index_frm .slider {
width: 10em;
margin: .6em;
float: right;
background-color: #1B1E21;
border: 1px solid #444;
}
.modal .slider span {
background: #004940 !important;
border: 3px solid #666 !important;
box-shadow: 3px 3px 3px black !important;
border-radius: 50% !important;
}
.modal .slider span:hover {
cursor: pointer !important;
border-radius: 50% !important;
background: #005e52 !important;
border: 3px solid #999 !important;
}
#index_frm .add_fields {
float: right
}
#index_frm .add_fields input {
margin-right: 1em
}
#index_frm input {
margin: 0
}
#index_frm td {
vertical-align: middle
}
table#index_columns {
width: 100%
}
table#index_columns select {
width: 85%;
float: right
}
#move_columns_dialog div {
padding: 1em
}
#move_columns_dialog ul {
list-style: none;
margin: 0;
padding: 0
}
#move_columns_dialog li {
background: #d3dce3;
border: 1px solid #aaa;
color: #666;
font-weight: bold;
margin: .4em;
padding: .2em;
border-radius: 2px
}
.config-form fieldset {
margin-top: 0;
padding: 0;
clear: both;
border-radius: 0
}
.config-form fieldset p {
margin: 0;
padding: .5em;
background: #fff;
border-top: 0
}
.config-form fieldset .errors {
margin: 0 -2px 1em;
padding: .5em 1.5em;
background: #fbead9;
border-color: #c83838;
border-style: solid;
border-width: 1px 0;
list-style: none;
font-family: var(--bs-font-sans-serif);
font-size: small
}
.config-form fieldset .inline_errors {
margin: .3em .3em .3em;
margin-right: 0;
padding: 0;
list-style: none;
color: #9a0000;
font-size: small
}
.config-form fieldset .doc {
margin-right: 1em
}
.config-form fieldset .disabled-notice {
margin-right: 1em;
font-size: 80%;
text-transform: uppercase;
color: #e00;
cursor: help
}
.config-form fieldset th {
padding: .3em .3em .3em;
padding-right: .5em;
text-align: right;
vertical-align: top;
background: rgba(0, 0, 0, 0);
filter: none;
border-top: 1px #d5d5d5 solid;
border-left: none
}
.config-form fieldset th small, .config-form fieldset th .small {
display: block;
font-weight: normal;
font-family: var(--bs-font-sans-serif);
font-size: x-small;
color: #444
}
.config-form fieldset td {
padding-top: .3em;
padding-bottom: .3em;
vertical-align: top;
border-top: 1px #d5d5d5 solid;
border-left: none
}
.config-form legend {
display: none
}
.config-form span.checkbox {
padding: 2px;
display: inline-block
}
.config-form span.checkbox.custom {
padding: 1px;
border: 1px #edec90 solid;
background: #ffc
}
.config-form .custom {
background: #ffc
}
.config-form .field-error {
border-color: #a11 !important
}
.config-form input[type=text], .config-form input[type=password], .config-form input[type=number] {
border: 1px #a7a6aa solid;
height: auto
}
.config-form input[type=text]:focus, .config-form input[type=password]:focus, .config-form input[type=number]:focus {
border: 1px #6676ff solid;
background: #f7fbff
}
.config-form select, .config-form textarea {
border: 1px #a7a6aa solid;
height: auto
}
.config-form select:focus, .config-form textarea:focus {
border: 1px #6676ff solid;
background: #f7fbff
}
.config-form .field-comment-mark {
font-family: serif;
color: #007;
cursor: help;
padding: 0 .2em;
font-weight: bold;
font-style: italic
}
.config-form .field-comment-warning {
color: #a00
}
.config-form dd {
margin-right: .5em
}
.config-form dd::before {
content: "▸ "
}
fieldset .group-header th {
background: #1B1E21
}
fieldset .group-header + tr th {
padding-top: .6em
}
fieldset .group-field-1 th, fieldset .group-header-2 th {
padding-right: 1.5em
}
fieldset .group-field-2 th, fieldset .group-header-3 th {
padding-right: 3em
}
fieldset .group-field-3 th {
padding-right: 4.5em
}
fieldset .disabled-field th {
color: #666;
background-color: #ddd
}
fieldset .disabled-field th small, fieldset .disabled-field th .small {
color: #666;
background-color: #ddd
}
fieldset .disabled-field td {
color: #666;
background-color: #ddd
}
.click-hide-message {
cursor: pointer
}
.prefsmanage_opts {
margin-right: 2em
}
#prefs_autoload {
margin-bottom: .5em;
margin-right: .5em
}
input#auto_increment_opt {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content
}
#placeholder {
position: relative;
border: 1px solid #aaa;
float: left;
overflow: hidden;
width: 450px;
height: 300px
}
#placeholder .button {
position: absolute;
cursor: pointer
}
#placeholder div.button {
font-size: smaller;
color: #999;
background-color: #eee;
padding: 2px
}
.wrapper {
float: right;
margin-bottom: 1.5em
}
.toggleButton {
position: relative;
cursor: pointer;
font-size: .8em;
text-align: center;
line-height: 1.4em;
height: 1.55em;
overflow: hidden;
border-radius: .3em
}
.toggleButton table, .toggleButton td, .toggleButton img {
padding: 0;
position: relative
}
.toggle-container table tbody, td {
background: none;
}
.toggle-container table td {
border: none !important;
}
.toggle-container td {
color: #999 !important;
}
.toggleButton .container {
position: absolute
}
.toggleButton .container td, .toggleButton .container tr {
background: none !important
}
.toggleButton .toggleOn {
color: #fff;
padding: 0 1em;
text-shadow: 0 0 .2em #666
}
.toggleButton .toggleOff {
padding: 0 1em
}
.wrapper .toggleAjax {
background: none !important
}
.doubleFieldset .pma-fieldset {
width: 48%;
float: right;
padding: 0
}
.doubleFieldset legend {
margin-right: 1.5em
}
.doubleFieldset div.wrap {
padding: 1.5em
}
#table_name_col_no_outer {
margin-top: 45px
}
#table_name_col_no {
position: fixed;
top: 100px !important;
width: 100%;
background: #fff
}
#table_columns {
display: block;
overflow-x: auto !important;
margin-bottom: 10px !important;
border-bottom: none !important
}
#table_columns th {
font-size: 14px !important
}
#table_columns input[type=text], #table_columns input[type=password], #table_columns input[type=number] {
width: 10em;
box-sizing: border-box
}
#table_columns select {
width: 8.09em;
box-sizing: border-box
}
#openlayersmap {
width: 450px;
height: 300px
}
.placeholderDrag {
cursor: move;
background-color: #1B1E21 !important;
border: 1px solid #333 !important;
color: #999 !important;
font-weight: normal !important
}
#left_arrow {
right: 8px;
top: 26px
}
#right_arrow {
right: 26px;
top: 26px
}
#up_arrow {
right: 17px;
top: 8px
}
#down_arrow {
right: 17px;
top: 44px
}
#zoom_in {
right: 17px;
top: 67px
}
#zoom_world {
right: 17px;
top: 85px
}
#zoom_out {
right: 17px;
top: 103px
}
.colborder {
cursor: col-resize;
height: 100%;
margin-right: -6px;
position: absolute;
width: 5px
}
.colborder_active {
border-left: 2px solid #a44
}
.pma_table th.draggable span {
display: block;
}
.pma_table td {
position: static
}
.pma_table tbody td span {
display: block;
overflow: hidden
}
.pma_table tbody td span code span {
display: inline
}
.pma_table th.draggable span {
margin-left: 10px
}
.modal-copy input {
display: block;
width: 100%;
margin-top: 1.5em;
padding: .3em 0
}
.cRsz {
position: absolute
}
.cCpy {
background: #1a1a1a;
color: #999;
font-weight: normal;
position: absolute;
border-radius: .3em;
border: 1px solid #444;
}
.cPointer {
height: 20px;
width: 10px;
margin-top: -10px;
margin-right: -5px;
background: url("../img/col_pointer.png");
position: absolute
}
.tooltip {
background: #212529 !important;
z-index: 9999;
border: 1px solid #666 !important;
border-radius: .3em !important;
text-shadow: none !important;
font-size: .8em !important;
font-weight: normal !important;
padding: 1px 3px !important;
box-shadow: none;
}
.tooltip * {
background: none !important;
color: #999 !important
}
.cDrop {
left: 0;
position: absolute;
top: 0
}
.coldrop {
background: url("../img/col_drop.png");
cursor: pointer;
height: 16px;
margin-top: .3em;
width: 16px
}
.coldrop:hover {
background-color: #999
}
.coldrop-hover {
background-color: #999
}
.cList {
background: #eee;
border: solid 1px #999;
position: absolute;
box-shadow: 0 .2em .5em #333;
margin-right: 75%;
left: 0;
max-width: 100%;
overflow-wrap: break-word
}
.cList .lDiv div {
padding: .2em .5em .2em;
padding-right: .2em
}
.cList .lDiv div:hover {
background: #ddd;
cursor: pointer
}
.cList .lDiv div input {
cursor: pointer
}
.showAllColBtn {
border-bottom: solid 1px #999;
border-top: solid 1px #999;
cursor: pointer;
font-size: .9em;
font-weight: bold;
padding: .35em 1em;
text-align: center
}
.showAllColBtn:hover {
background: #ddd
}
.turnOffSelect {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.navigation {
margin: .8em 0;
border-radius: 4px !important;
background: #212529;
border: 1px solid #444;
color: #666
}
.navigation td {
margin: 0;
padding: 0;
vertical-align: middle;
white-space: nowrap;
border: none !important
}
.navigation input[type=submit] {
background: #1B1E21;
border: 0;
filter: none;
margin: 0;
padding: .8em .5em;
border-radius: 0
}
.navigation input[type=submit]:hover {
color: #fff;
cursor: pointer;
text-shadow: none;
}
.navigation input.edit_mode_active {
color: #fff;
cursor: pointer;
text-shadow: none;
background: #1B1E21
}
.navigation input.filter_rows {
background: #1B1E21;
outline: none;
border: 1px solid #444;
border-radius: 4px;
color: #999
}
.navigation .btn-link {
color: #212529
}
.navigation .btn-link:hover {
color: #fff;
background-image: linear-gradient(#333, #555);
text-decoration: none
}
.navigation select {
margin: 0 .8em
}
.navigation select {
width: auto;
padding: .375rem 2.25rem .375rem .75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 5px !important;
margin-bottom: 5px !important
}
.navigation select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
.navigation_separator {
color: #444;
display: inline-block;
font-size: 1.5em;
text-align: center;
height: 1.4em;
width: 1.2em;
}
.with-selected {
color: #666
}
.cEdit {
margin: 0;
padding: 0;
position: absolute
}
.cEdit input[type=text] {
background: #fff;
height: 100%;
margin: 0;
padding: 0
}
.cEdit .edit_area {
background: #fff;
border: 1px solid #999;
min-width: 10em;
padding: .3em .5em
}
.cEdit .edit_area select, .cEdit .edit_area textarea {
width: 97%
}
.cEdit .cell_edit_hint {
color: #555;
font-size: .8em;
margin: .3em .2em
}
.cEdit .edit_box {
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
margin: 0;
background: #121517;
border: 1px dashed #444;
color: #666;
outline: none
}
.cEdit textarea {
background: #121517 !important;
border: 1px dashed #444 !important;
}
.cEdit .edit_box_posting {
background: #fff url("../img/ajax_clock_small.gif") no-repeat left center;
padding-left: 1.5em
}
.cEdit .edit_area_loading {
background: #fff url("../img/ajax_clock_small.gif") no-repeat center;
height: 10em
}
.cEdit .goto_link {
background: #eee;
color: #555;
padding: .2em .3em
}
.saving_edited_data {
background: url("../img/loading.gif") no-repeat right;
padding-right: 20px
}
.relationalTable td {
vertical-align: top
}
.relationalTable select {
width: 125px;
margin-left: 5px
}
.ui-timepicker-div .ui-widget-header {
margin-bottom: 8px
}
.ui-timepicker-div dl {
text-align: right
}
.ui-timepicker-div dl dt {
height: 25px;
margin-bottom: -25px
}
.ui-timepicker-div dl dd {
margin: 0 85px 10px 10px
}
.ui-timepicker-div td {
font-size: 90%
}
.ui-tpicker-grid-label {
background: none;
border: none;
margin: 0;
padding: 0
}
.ui-timepicker-rtl {
direction: ltr
}
.ui-timepicker-rtl dl {
text-align: left
}
.ui-timepicker-rtl dl dd {
margin: 0 10px 10px 65px
}
body .ui-widget {
font-size: 1em
}
.ui-dialog .pma-fieldset legend a {
color: #235a81
}
.ui-draggable {
z-index: 801
}
.jqplot-yaxis {
right: 0 !important;
min-width: 25px;
width: auto
}
.jqplot-axis {
overflow: hidden
}
div#page_content div#tableslistcontainer {
margin-top: 1em
}
div#page_content div#tableslistcontainer table.data {
border-top: .1px solid #eee
}
div#page_content div.result_query {
margin-top: 1em
}
table.show_create {
margin-top: 1em
}
table.show_create td {
border-left: 1px solid #bbb
}
#alias_modal table {
width: 100%
}
#alias_modal label {
font-weight: bold
}
.ui-dialog {
position: fixed
}
.small_font {
font-size: smaller
}
#pma_console_container {
width: 100%;
position: fixed;
bottom: 0;
right: 0;
z-index: 100
}
#pma_console {
position: relative;
margin-right: 240px
}
#pma_console .templates {
display: none
}
#pma_console .mid_text {
vertical-align: middle
}
#pma_console .toolbar {
position: relative;
background: #1B1E21;
border-top: solid 1px #333;
cursor: n-resize
}
#pma_console .toolbar span {
vertical-align: middle
}
#pma_console .toolbar.collapsed {
cursor: default
}
#pma_console .toolbar.collapsed:not(:hover) {
display: inline-block;
border-top-left-radius: 3px;
border-left: solid 1px #333
}
#pma_console .toolbar.collapsed > .button {
display: none
}
#pma_console .message span.text, #pma_console .message span.action {
padding: 0 3px;
display: inline-block
}
#pma_console .toolbar .button, #pma_console .toolbar .text {
padding: 0 3px;
display: inline-block
}
#pma_console .switch_button {
padding: 0 3px;
display: inline-block
}
#pma_console .message span.action, #pma_console .toolbar .button, #pma_console .switch_button {
cursor: pointer;
background: #00365a;
border: none;
color: #999
}
#pma_console .message span.action:hover, #pma_console .toolbar .button:hover, #pma_console .switch_button:hover {
background: #003f69;
color: #ccc !important
}
#pma_console .toolbar .button.active {
background: #ddd
}
#pma_console .toolbar .text {
font-weight: bold
}
#pma_console .toolbar .button, #pma_console .toolbar .text {
margin-left: .4em
}
#pma_console .toolbar .button, #pma_console .toolbar .text {
float: left
}
#pma_console .content {
overflow-x: hidden;
overflow-y: auto;
margin-bottom: -65px;
border-top: solid 1px #333;
background: #121517;
padding-top: .4em;
}
#pma_console .content.console_dark_theme {
background: #666;
color: #fff
}
#pma_console .content.console_dark_theme .CodeMirror-wrap {
background: #666;
color: #fff
}
#pma_console .content.console_dark_theme .action_content {
color: #666
}
#pma_console .content.console_dark_theme .message {
border-color: #373b41
}
.CodeMirror-cursor {
border-color: #999;
}
#pma_console .content.console_dark_theme .CodeMirror-cursor {
border-color: none
}
#pma_console .content.console_dark_theme .cm-keyword {
color: #de935f
}
#pma_console .message, #pma_console .query_input {
position: relative;
font-family: Monaco, Consolas, monospace;
cursor: text;
margin: 0 1.4em .2em 10px
}
#pma_console .message {
border-bottom: solid 1px #333;
padding-bottom: .2em;
color: #666
}
#pma_console .message.expanded > .action_content {
position: relative
}
#pma_console .message::before {
right: -0.7em;
position: absolute;
content: ">"
}
#pma_console .query_input::before {
right: -0.7em;
position: absolute;
content: ">";
top: -2px;
color: #666
}
#pma_console .query_input textarea {
width: 100%;
height: 4em;
resize: vertical
}
#pma_console .message:hover::before {
color: #7cf;
font-weight: bold
}
#pma_console .message.expanded::before {
content: "]"
}
#pma_console .message.welcome::before {
display: none
}
#pma_console .message.failed::before, #pma_console .message.failed.expanded::before, #pma_console .message.failed:hover::before {
content: "=";
color: #666
}
#pma_console .message.pending::before {
opacity: .3
}
#pma_console .message.collapsed > .query {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
#pma_console .message.expanded > .query {
display: block;
white-space: pre;
word-wrap: break-word
}
#pma_console .message .text.targetdb, #pma_console .message.collapsed .action.collapse, #pma_console .message.expanded .action.expand {
display: none
}
#pma_console .message .action.requery, #pma_console .message .action.profiling, #pma_console .message .action.explain, #pma_console .message .action.bookmark {
display: none
}
#pma_console .message.select .action.profiling, #pma_console .message.select .action.explain {
display: inline-block
}
#pma_console .message.history .text.targetdb, #pma_console .message.successed .text.targetdb {
display: inline-block
}
#pma_console .message.history .action.requery, #pma_console .message.history .action.bookmark {
display: inline-block
}
#pma_console .message.bookmark .action.requery, #pma_console .message.bookmark .action.bookmark {
display: inline-block
}
#pma_console .message.successed .action.requery, #pma_console .message.successed .action.bookmark {
display: inline-block
}
#pma_console .message .action_content {
position: absolute;
bottom: 100%;
background: #1a1a1a;
border: solid 1px #666;
border-top-left-radius: 3px
}
#pma_console .message.bookmark .text.targetdb, #pma_console .message .text.query_time {
margin: 0;
display: inline-block
}
#pma_console .message.failed .text.query_time, #pma_console .message .text.failed {
display: none
}
#pma_console .message.failed .text.failed {
display: inline-block
}
#pma_console .message .text {
background: #1a1a1a
}
#pma_console .message.collapsed > .action_content {
display: none
}
#pma_console .message.collapsed:hover > .action_content {
display: block
}
#pma_console .message .bookmark_label {
padding: 0 4px;
top: 0;
background: #369;
color: #fff;
border-radius: 3px
}
#pma_console .message .bookmark_label.shared {
background: #396
}
#pma_console .message.expanded .bookmark_label {
border-top-right-radius: 0;
border-top-left-radius: 0
}
#pma_console .query_input {
position: relative
}
#pma_console .mid_layer {
height: 100%;
width: 100%;
position: absolute;
top: 0;
background: #666;
display: none;
cursor: pointer;
z-index: 200
}
#pma_console .card {
position: absolute;
width: 94%;
height: 100%;
min-height: 48px;
right: 100%;
top: 0;
border-right: solid 1px #333;
z-index: 300;
transition: right .2s
}
#pma_console .card.show {
right: 6%;
box-shadow: none
}
#pma_console .button.hide, #pma_console .message span.text.hide {
display: none
}
#pma_bookmarks .content.add_bookmark, #pma_console_options .content {
padding: 4px 6px
}
#pma_bookmarks .content.add_bookmark .options {
margin-right: 1.4em;
padding-bottom: .4em;
margin-bottom: .4em;
border-bottom: solid 1px #ccc
}
#pma_bookmarks .content.add_bookmark .options button {
margin: 0 7px;
vertical-align: bottom;
}
#pma_bookmarks .content.add_bookmark input[type=text] {
margin: 0;
padding: 2px 4px
}
#debug_console.grouped .ungroup_queries {
display: inline-block
}
#debug_console.ungrouped .group_queries {
display: inline-block
}
#debug_console.ungrouped .ungroup_queries, #debug_console.ungrouped .sort_count {
display: none
}
#debug_console.grouped .group_queries {
display: none
}
#debug_console .count {
margin-left: 8px
}
#debug_console .show_trace .trace, #debug_console .show_args .args {
display: block
}
#debug_console .hide_trace .trace, #debug_console .hide_args .args, #debug_console .show_trace .action.dbg_show_trace, #debug_console .hide_trace .action.dbg_hide_trace {
display: none
}
#debug_console .traceStep.hide_args .action.dbg_hide_args, #debug_console .traceStep.show_args .action.dbg_show_args {
display: none
}
#debug_console .traceStep::after {
content: "";
display: table;
clear: both
}
#debug_console .trace.welcome::after, #debug_console .debug > .welcome::after {
content: "";
display: table;
clear: both
}
#debug_console .debug_summary {
float: right
}
#debug_console .trace.welcome .time, #debug_console .traceStep .file, #debug_console .script_name {
float: left
}
#debug_console .traceStep .args pre {
margin: 0
}
.cm-s-pma .CodeMirror-code {
font-family: Monaco, Consolas, monospace;
background-color: #212529;
color: #999;
}
.cm-s-pma .CodeMirror-code pre {
font-family: Monaco, Consolas, monospace;
background-color: #212529;
}
.cm-s-pma .CodeMirror-measure > pre, .cm-s-pma .CodeMirror-code > pre, .cm-s-pma .CodeMirror-lines {
padding-top: 0px;
width: 100%;
}
.cm-s-pma.CodeMirror {
resize: none;
width: 100%;
min-height: initial;
max-height: initial
}
.cm-s-pma .CodeMirror-scroll {
cursor: text;
}
.pma_drop_handler {
display: none;
position: fixed;
top: 0;
right: 0;
width: 100%;
background: rgba(0, 0, 0, .6);
height: 100%;
z-index: 999;
color: #fff;
font-size: 30pt;
text-align: center;
padding-top: 20%
}
.pma_sql_import_status {
display: none;
position: fixed;
bottom: 0;
left: 25px;
width: 400px;
border: 1px solid #444;
background: #1B1E21;
border-radius: 4px;
box-shadow: none
}
.pma_sql_import_status h2, .pma_sql_import_status .h2 {
background-color: #1B1E21;
padding: .1em .3em;
margin-top: 0;
margin-bottom: 0;
color: #999;
font-size: 1.6em;
font-weight: normal;
text-shadow: none;
box-shadow: none
}
.pma_drop_result h2, .pma_drop_result .h2 {
background-color: #bbb;
padding: .1em .3em;
margin-top: 0;
margin-bottom: 0;
color: #fff;
font-size: 1.6em;
font-weight: normal;
text-shadow: 0 1px 0 #777;
box-shadow: -1px 1px 15px #999 inset
}
.pma_sql_import_status div {
height: 270px;
overflow-y: auto;
overflow-x: hidden;
list-style-type: none
}
.pma_sql_import_status div li {
padding: 8px 10px;
border-bottom: 1px solid #444;
color: #999;
background: #212529
}
.pma_sql_import_status div li .filesize {
float: left
}
.pma_sql_import_status h2 .minimize, .pma_sql_import_status .h2 .minimize {
float: left;
margin-left: 5px;
padding: 0 10px
}
.pma_sql_import_status h2 .close, .pma_sql_import_status .h2 .close {
float: left;
margin-left: 5px;
padding: 0 10px;
display: none;
color: darkred
}
.pma_sql_import_status h2 .minimize:hover, .pma_sql_import_status .h2 .minimize:hover, .pma_sql_import_status h2 .close:hover, .pma_sql_import_status .h2 .close:hover {
background: none;
cursor: pointer
}
.pma_drop_result h2 .close:hover, .pma_drop_result .h2 .close:hover {
background: none;
cursor: pointer
}
.pma_drop_file_status {
color: #235a81
}
.pma_drop_file_status span.underline:hover {
cursor: pointer;
text-decoration: underline
}
.pma_drop_result {
position: fixed;
top: 10%;
right: 20%;
width: 60%;
background: #fff;
min-height: 300px;
z-index: 800;
box-shadow: 0 0 15px #999;
border-radius: 10px;
cursor: move
}
.pma_drop_result h2 .close, .pma_drop_result .h2 .close {
float: left;
margin-left: 5px;
padding: 0 10px
}
.dependencies_box {
background-color: #fff;
border: 3px ridge #666
}
#composite_index_list {
list-style-type: none;
list-style-position: inside
}
span.drag_icon {
display: inline-block;
background-image: url("../img/s_sortable.png");
background-position: center center;
background-repeat: no-repeat;
width: 1em;
height: 3em;
cursor: move
}
.topmargin {
margin-top: 1em
}
meter[value="1"]::-webkit-meter-optimum-value {
background: linear-gradient(white 3%, #e32929 5%, transparent 10%, #e32929)
}
meter[value="2"]::-webkit-meter-optimum-value {
background: linear-gradient(white 3%, #f60 5%, transparent 10%, #f60)
}
meter[value="3"]::-webkit-meter-optimum-value {
background: linear-gradient(white 3%, #ffd700 5%, transparent 10%, #ffd700)
}
meter::-webkit-meter-bar {
background: #1B1E21;
border: 1px solid #444;
height: 12px;
margin-left: 5px;
margin-top: 3px;
}
div.item span#password_strength {
margin-right: 10px
}
th.header {
cursor: pointer;
color: #235a81
}
th.header:hover {
text-decoration: underline
}
th.header .sorticon {
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: left center;
display: inline-table;
vertical-align: middle;
float: left
}
th.headerSortUp .sorticon {
background-image: url("../img/sort-desc.svg")
}
th.headerSortDown:hover .sorticon {
background-image: url("../img/sort-desc.svg")
}
th.headerSortDown .sorticon {
background-image: url("../img/sort-asc.svg")
}
th.headerSortUp:hover .sorticon {
background-image: url("../img/sort-asc.svg")
}
.ui-dialog {
top: 10px !important;
width: 70% !important;
left: 50% !important;
margin-left: -35% !important
}
body .ui-dialog .ui-dialog-titlebar-close {
left: .3em;
right: initial
}
body .ui-dialog .ui-dialog-title {
float: right
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: left
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #999;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: #004940;
border: none;
padding: .375rem .75rem;
font-size: 1rem;
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
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover {
color: #ccc;
background-color: #005e52;
border-color: none
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #999;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: #691920;
border: none;
padding: .375rem .75rem;
font-size: 1rem;
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
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
color: #ccc;
background-color: #842029;
border-color: none
}
#advisorInstructionsModal button:first-child {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #999;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: #691920;
border: none;
padding: .375rem .75rem;
font-size: 1rem;
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
}
#advisorInstructionsModal button:first-child:hover {
color: #ccc;
background-color: #842029;
border-color: none
}
.table-borderless input.btn-secondary:first-child {
color: #999;
background-color: #5b4312;
border-color: none
}
.table-borderless input.btn-secondary:first-child:hover {
color: #bbb;
background-color: #6b4e15;
border-color: none
}
.table-borderless input.btn-secondary:nth-child(2) {
color: #999;
background-color: #004940;
border-color: none
}
.table-borderless input.btn-secondary:nth-child(2):hover {
color: #bbb;
background-color: #005e52;
border-color: none
}
tr label {
padding-right: 0em
}
#continueForm {
color: #666
}
.multi_table_query_form .query-form__tr--hide {
display: none
}
.multi_table_query_form .query-form__fieldset--inline, .multi_table_query_form .query-form__select--inline {
display: inline
}
.multi_table_query_form .query-form__tr--bg-none {
background: none
}
.multi_table_query_form .query-form__input--wide {
width: 91%
}
.multi_table_query_form .query-form__multi-sql-query {
float: right
}
#name-panel {
overflow: hidden
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
@media only screen and (max-width: 768px) {
.responsivetable {
overflow-x: auto
}
body#loginform div.container {
width: 100%
}
.largescreenonly {
display: none
}
.width96 {
width: 96% !important
}
#page_nav_icons {
display: none
}
#table_name_col_no {
top: 62px
}
.tdblock tr td {
display: block
}
#table_columns {
margin-top: 60px
}
#table_columns .tablesorter {
min-width: 100%
}
.doubleFieldset .pma-fieldset {
width: 98%
}
div#serverstatusquerieschart {
width: 100%;
height: 450px
}
.ui-dialog {
margin: 1%;
width: 95% !important
}
}
#tooltip_editor {
font-size: 12px;
background-color: #212529;
opacity: .95;
filter: alpha(opacity=95);
padding: 5px;
border: 1px solid #333
}
#tooltip_font {
font-weight: bold
}
#selection_box {
z-index: 1000;
height: 205px;
position: absolute;
background-color: skyblue;
opacity: .4;
filter: alpha(opacity=40);
pointer-events: none
}
#filterQueryText {
vertical-align: baseline
}
.ui_tpicker_hour_slider, .ui_tpicker_minute_slider, .ui_tpicker_second_slider, .ui_tpicker_millisec_slider, .ui_tpicker_microsec_slider {
margin-right: 40px;
margin-top: 4px;
height: .75rem
}
.ui-timepicker-div dl .ui_tpicker_timezone select {
margin-right: 50px
} /*.ui_tpicker_time_input {width: 100%}*/ @media(min-width: 1200px) {
div.tools {
text-align: right
}
.pma-fieldset.tblFooters, .tblFooters {
text-align: right
}
}
.resize-vertical {
resize: vertical
}
p.enum_notice {
margin: 5px 2px;
font-size: 80%
}
#enum_editor p {
margin-top: 0;
font-style: italic
}
#enum_editor .values {
width: 100%
}
#enum_editor .add {
width: 100%
}
#enum_editor .add td {
vertical-align: middle;
width: 50%;
padding: 0 0 0;
padding-right: 1em
}
#enum_editor .values td.drop {
width: 1.8em;
cursor: pointer;
vertical-align: middle
}
#enum_editor .values input {
margin: .1em 0;
padding-left: 2em;
width: 100%
}
#enum_editor .values img {
vertical-align: middle
}
#enum_editor input.add_value {
margin: 0;
margin-left: .4em
}
#enum_editor_output textarea {
width: 100%;
float: left;
margin: 1em 0 0 0
}
.enum_hint {
position: relative
}
.enum_hint a {
position: absolute;
right: 81%;
bottom: .35em
}
a.close_gis_editor {
float: left
}
#gis_editor {
display: none;
position: fixed;
z-index: 1001;
overflow-y: auto;
overflow-x: hidden
}
#gis_data {
min-height: 230px
}
#gis_data_textarea {
height: 6em
}
#gis_data_editor {
background: #d0dce0;
padding: 15px;
min-height: 500px
}
#gis_data_editor .choice {
display: none
}
#gis_data_editor input[type=text] {
width: 75px
}
#pma_navigation {
width: 240px;
position: fixed;
top: 0;
right: 0;
height: 100vh;
background-color: #121517;
z-index: 800
}
#pma_navigation ul {
margin: 0
}
#pma_navigation form {
margin: 0;
padding: 0;
display: inline
}
select#select_server {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin: 0 auto;
}
select#select_server:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999;
}
select:hover {
cursor: pointer
}
.popupContent select {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin: 0 auto;
}
.popupContent select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999;
}
.pma-fieldset select {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin: 0 auto;
}
.pma-fieldset select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999;
}
#pma_navigation select#select_server, #pma_navigation select#lightm_db {
width: 100%
}
#pma_navigation div.pageselector {
text-align: center;
margin: 0;
margin-right: .75em;
border-right: 1px solid #666
}
#serverChoice {
color: #999
}
#pma_navigation #pmalogo, #pma_navigation #serverChoice, #pma_navigation #navipanellinks, #pma_navigation #recentTableList, #pma_navigation #favoriteTableList, #pma_navigation #databaseList, #pma_navigation div.pageselector.dbselector {
text-align: center;
padding: 5px 10px 0;
border: none
}
#pma_navigation #pmalogo {
background-color: #212529;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 5px
}
#pma_navigation #navipanellinks {
padding: 13px 10px 13px 10px;
background-color: #212529;
border-bottom: 1px solid #333
}
#pma_navigation #navipanellinks a {
display: inline-block;
padding: 8px 8px 7px 8px
}
#pma_navigation #navipanellinks .icon {
margin: 0
}
#pma_navigation #recentTable, #pma_navigation #favoriteTable {
width: 200px
}
#pma_navigation #favoriteTableList select, #pma_navigation #serverChoice select {
width: 80%
}
#pma_navigation_header {
overflow: hidden
}
#pma_navigation_content {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 0
}
#pma_navigation_content > img.throbber {
display: none;
margin: .3em .3em 0
}
#pma_navigation_select_database {
text-align: right;
padding: 0 0 0;
border: 0;
margin: 0
}
#pma_navigation_db_select {
margin-top: .5em;
margin-right: .75em
}
#pma_navigation_db_select select {
background: linear-gradient(#fff, #f1f1f1, #fff);
border-radius: 2px;
border: 1px solid #bbb;
border-top: 1px solid #bbb;
color: #333;
padding: 4px 6px;
margin: 0 0 0;
width: 92%;
font-size: 1.11em
}
#pma_navigation_tree_content {
width: 100%;
overflow: hidden;
overflow-y: auto;
position: absolute;
height: 100%;
font-size: 15px
}
#pma_navigation_tree_content a.hover_show_full {
position: relative;
z-index: 100;
vertical-align: sub
}
#pma_navigation_tree {
margin: 0;
margin-right: 5px;
overflow: hidden;
color: #444;
height: 74%;
position: relative
}
#pma_navigation_tree a {
color: #666;
padding-left: 0;
text-decoration: none
}
#pma_navigation_tree a:hover {
text-decoration: underline;
color: #999;
}
#pma_navigation_tree ul {
clear: both;
padding: 0;
list-style-type: none;
margin: 0
}
#pma_navigation_tree ul ul {
position: relative
}
#pma_navigation_tree li {
margin-bottom: 0
}
#pma_navigation_tree li.activePointer, #pma_navigation_tree li.selected {
color: #fff;
background-color: none
}
#pma_navigation_tree li .dbItemControls {
padding-left: 4px;
float: left
}
#pma_navigation_tree li .navItemControls {
display: none;
padding-left: 4px;
float: left
}
#pma_navigation_tree li.activePointer .navItemControls {
display: block;
opacity: .5
}
#pma_navigation_tree li.activePointer .navItemControls:hover {
opacity: 1
}
#pma_navigation_tree li {
white-space: nowrap;
clear: both;
min-height: 16px
}
#pma_navigation_tree li.fast_filter {
white-space: nowrap;
clear: both;
min-height: 16px
}
#pma_navigation_tree img {
margin: 0
}
#pma_navigation_tree i {
display: block
}
#pma_navigation_tree div.block {
position: relative;
width: 1.5em;
height: 1.5em;
min-width: 16px;
min-height: 16px;
float: right
}
#pma_navigation_tree div.block.double {
width: 2.5em
}
#pma_navigation_tree div.block i, #pma_navigation_tree div.block b {
width: 1.5em;
height: 1.7em;
min-width: 16px;
min-height: 8px;
position: absolute;
bottom: .7em;
right: .75em;
z-index: 0
}
#pma_navigation_tree div.block i {
display: block;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
position: relative;
z-index: 0
}
#pma_navigation_tree div.block i.first {
border-right: 0
}
#pma_navigation_tree div.block b {
display: block;
height: .75em;
bottom: 0;
right: .75em;
border-right: 1px solid #666
}
#pma_navigation_tree div.block a, #pma_navigation_tree div.block u {
position: absolute;
right: 50%;
top: 50%;
z-index: 10
}
#pma_navigation_tree div.block a + a {
right: 100%
}
#pma_navigation_tree div.block.double a, #pma_navigation_tree div.block.double u {
right: 33%
}
#pma_navigation_tree div.block.double a + a {
right: 85%
}
#pma_navigation_tree div.block img {
position: relative;
top: -0.6em;
right: 0;
margin-right: -7px
}
#pma_navigation_tree div.throbber img {
top: 2px;
right: 2px
}
#pma_navigation_tree li.last > ul {
background: none
}
#pma_navigation_tree li:hover {
background: none
}
#pma_navigation_tree li > a, #pma_navigation_tree li > i {
line-height: 1.5em;
height: 1.5em;
padding-right: .3em
}
#pma_navigation_tree .list_container {
border-right: 1px solid #666;
margin-right: .75em;
padding-right: .75em
}
#pma_navigation_tree .list_container li.last.database {
margin-bottom: 0 !important
}
#pma_navigation_tree .last > .list_container {
border-right: 0 solid #666
}
li.fast_filter {
padding-right: .75em;
margin-right: .75em;
padding-left: 35px;
border-right: 1px solid #666;
list-style: none
}
li.fast_filter input {
font-size: .7em
}
li.fast_filter .searchClauseClear {
font-weight: bold;
color: #800;
font-size: .7em
}
li.fast_filter.db_fast_filter {
border: 0;
margin-right: 0
}
#navigation_controls_outer {
min-height: 21px !important
}
#navigation_controls_outer.activePointer {
background-color: rgba(0, 0, 0, 0) !important
}
#navigation_controls {
float: left;
padding-left: 23px
}
input.searchClause {
background-color: #212529;
border: 1px solid #333;
color: #999 !important
}
.searchClause:focus {
background-color: #212529;
border: 1px solid #666;
box-shadow: none
}
#pma_navigation_resizer {
width: 1px !important;
height: 100%;
background-color: #333;
cursor: col-resize;
position: fixed;
top: 0;
right: 260px;
z-index: 801
}
#pma_navigation_collapser {
width: 20px;
height: 22px;
line-height: 22px;
background: transparent;
color: #999;
font-weight: bold;
position: fixed;
top: 8px;
right: 240px;
text-align: center;
cursor: pointer;
z-index: 800;
margin-right: 5px
}
.pma_quick_warp {
margin-top: 5px;
margin-right: 2px;
position: relative
}
.pma_quick_warp .drop_list {
float: right;
margin-right: 27px;
padding: 2px 0
}
.pma_quick_warp .drop_list:hover .drop_button {
background: #003f69;
color: #ccc;
border: none;
}
.pma_quick_warp .drop_list:hover ul {
display: block
}
.pma_quick_warp .drop_list ul {
position: absolute;
margin: 0;
padding: 0;
overflow: hidden;
overflow-y: auto;
list-style: none;
background: #212529;
border: 1px solid #444;
border-radius: .3em;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: none;
top: 100%;
right: 3px;
left: 0;
display: none;
z-index: 802;
color: #999
}
.pma_quick_warp .drop_list ul:hover {
border: 1px solid #555;
color: #bbb
}
.pma_quick_warp .activePointer {
color: #bbb !important;
}
.pma_quick_warp .drop_list li {
white-space: nowrap;
padding: 0;
border-radius: 0
}
.pma_quick_warp .drop_list li img {
vertical-align: sub
}
.pma_quick_warp .drop_list li:hover {
background: #f2f2f2
}
.pma_quick_warp .drop_list a {
display: block;
padding: .2em .3em
}
.pma_quick_warp .drop_list a.favorite_table_anchor {
clear: right;
float: right;
padding: .1em .3em 0
}
.pma_quick_warp .drop_button {
padding: .3em;
border: none;
border-radius: .3em;
background: #00365a;
cursor: pointer;
color: #999
}
.input_tab {
background-color: #a6c7e1;
color: #666
}
.content_fullscreen {
position: relative;
overflow: auto
}
#canvas_outer {
position: relative;
width: 100%;
display: block
}
#canvas {
background-color: transparent;
color: #666;
}
canvas.jqplot-grid-canvas {
border-color: #666;
}
canvas.designer {
display: inline-block;
overflow: hidden;
text-align: right;
background-color: #1B1E21 !important
}
canvas.designer * {
behavior: url(#default#VML)
}
.designer_tab {
background-color: #fff;
color: #666;
border-collapse: collapse;
border: 1px solid #444;
z-index: 1;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.designer_tab .header {
background: linear-gradient(#b8e6fa, #b8e6fa 6%, #cdf5fd 10%, #dbffff 10%, #9bd2f6 50%, #9bd2f6 100%)
}
.tab_zag {
text-align: center;
cursor: move;
padding: 1px;
font-weight: bold
}
.tab_zag_2 {
background: #1B1E21;
text-align: center;
cursor: move;
padding: 1px;
font-weight: bold
}
.tab_field {
background: #fff;
color: #666;
cursor: default
}
.tab_field:hover {
background-color: #cfc;
color: #666;
background-repeat: repeat-x;
cursor: default
}
.tab_field_3 {
background-color: #ffe6e6;
color: #666;
cursor: default
}
.tab_field_3:hover {
background-color: #cfc;
color: #666;
background-repeat: repeat-x;
cursor: default
}
#designer_hint {
white-space: nowrap;
position: absolute;
background-color: #9f9;
color: #666;
z-index: 3;
border: #0c6 solid 1px;
display: none
}
#designer_body #page_content {
margin: 0
}
.scroll_tab {
overflow: auto;
width: 100%;
height: 500px
}
.designer_Tabs {
cursor: default;
color: #999;
white-space: nowrap;
text-decoration: none;
text-indent: 3px;
font-weight: normal;
margin-left: 2px;
text-align: left;
background: #1B1E21;
border: #444 solid 1px
}
.designer_Tabs:hover {
cursor: default;
color: #bbb;
background: #212529;
text-indent: 3px;
font-weight: normal;
white-space: nowrap;
text-decoration: none;
border: #444 solid 1px;
text-align: right
}
.owner {
font-weight: normal;
color: #888
}
.option_tab {
padding-right: 2px;
padding-left: 2px;
width: 5px
}
.select_all {
vertical-align: top;
padding-right: 2px;
padding-left: 2px;
cursor: default;
width: 1px;
color: #666;
background: linear-gradient(#b8e6fa, #b8e6fa 6%, #cdf5fd 10%, #dbffff 10%, #9bd2f6 50%, #9bd2f6 100%)
}
.small_tab {
vertical-align: top;
background-color: #0064ea;
color: #fff;
background-image: url("../img/designer/small_tab.png");
cursor: default;
text-align: center;
font-weight: bold;
width: 1px;
text-decoration: none
}
.small_tab:hover {
vertical-align: top;
color: #fff;
background-color: #f96;
cursor: default;
text-align: center;
font-weight: bold;
width: 1px;
text-decoration: none
}
.small_tab_pref {
background: linear-gradient(#b8e6fa, #b8e6fa 6%, #cdf5fd 10%, #dbffff 10%, #9bd2f6 50%, #9bd2f6 100%);
text-align: center;
width: 1px
}
.small_tab_pref:hover {
vertical-align: top;
color: #fff;
background-color: #f96;
cursor: default;
text-align: center;
font-weight: bold;
width: 1px;
text-decoration: none
}
.butt {
border: #47a solid 1px;
font-weight: bold;
background-color: #fff;
color: #999;
vertical-align: baseline
}
.L_butt2_1 {
padding: 0px;
text-decoration: none;
vertical-align: middle;
cursor: default
}
.L_butt2_1:hover {
padding: 0;
border: #444 solid 1px;
background: #212529;
color: #999;
text-decoration: none;
vertical-align: middle;
cursor: default
}
.bor {
width: 10px;
height: 10px
}
.frams1 {
background: url("../img/designer/1.png") no-repeat left bottom
}
.frams2 {
background: url("../img/designer/2.png") no-repeat right bottom
}
.frams3 {
background: url("../img/designer/3.png") no-repeat right top
}
.frams4 {
background: url("../img/designer/4.png") no-repeat left top
}
.frams5 {
background: url("../img/designer/5.png") repeat-x center bottom
}
.frams6 {
background: url("../img/designer/6.png") repeat-y right
}
.frams7 {
background: url("../img/designer/7.png") repeat-x top
}
.frams8 {
background: url("../img/designer/8.png") repeat-y left
}
#osn_tab {
position: absolute;
background-color: #212529;
color: #666
}
.table-borderless .bg-white {
background-color: #212529 !important
}
.designer_header {
background-color: #eaeef0;
color: #666;
text-align: center;
font-weight: normal;
margin: 0;
padding: 0;
background-image: url("../img/designer/top_panel.png");
background-position: top;
background-repeat: repeat-x;
border-left: #999 solid 1px;
border-right: #999 solid 1px;
height: 28px;
z-index: 101;
width: 100%;
position: fixed
}
.designer_header a, .designer_header span {
display: block;
float: right;
margin: 3px 1px 4px;
height: 20px;
border: none
}
.designer_header .M_bord {
display: block;
float: right;
margin: 4px;
height: 20px;
width: 2px
}
.designer_header a.first {
margin-left: 1em
}
.designer_header a.last {
margin-right: 1em
}
a.M_butt_Selected_down_IE, a.M_butt_Selected_down {
border: none;
background-color: #212529;
color: #ccc
}
a.M_butt_Selected_down_IE:hover, a.M_butt_Selected_down:hover {
border: none;
background-color: #212529;
color: #999
}
a.M_butt:hover {
border: none;
background-color: #212529;
color: #bbb
}
#layer_menu {
z-index: 98;
position: relative;
float: left;
background-color: #1B1E21;
border: #444 solid 1px;
color: #999
}
#layer_upd_relation {
position: absolute;
right: 637px;
top: 224px;
z-index: 100
}
#layer_new_relation, #designer_optionse {
position: absolute;
right: 636px;
top: 85px;
z-index: 100;
width: 153px
}
#layer_menu_sizer {
background-image: url("../img/designer/resize.png");
cursor: ew-resize
}
#layer_menu_sizer .icon {
margin: 0
}
.panel {
position: fixed;
top: 60px;
left: 0;
width: 350px;
max-height: 500px;
display: none;
overflow: auto;
padding-top: 34px;
z-index: 102
}
a.trigger {
position: fixed;
text-decoration: none;
top: 55px;
left: 10px;
color: #bbb !important;
padding: 8px 40px 8px 10px;
background: url("../img/designer/plus.png") 95% 55% no-repeat;
background-color: #004940;
border: none;
display: block;
z-index: 102;
border-radius: 4px
}
a.trigger:hover {
color: #fff !important;
background: url("../img/designer/plus.png") 95% 55% no-repeat;
background-color: #005e52;
border: none
}
a.active.trigger {
color: #bbb !important;
background: url("../img/designer/minus.png") 95% 55% no-repeat;
background-color: #005e52;
z-index: 999
}
a.active.trigger:hover {
color: #fff !important;
background: url("../img/designer/minus.png") 95% 55% no-repeat;
background-color: #004940;
}
.toggle_container .block {
background-color: #dbe4e8;
border-top: 1px solid #999
}
.history_table {
text-align: center;
cursor: pointer;
background-color: #dbe4e8
}
.history_table:hover {
background-color: #99c
}
#ab {
min-width: 300px
}
#ab .ui-accordion-content {
padding: 0
}
#foreignkeychk {
text-align: right;
cursor: pointer
}
.side-menu {
float: right;
position: fixed;
width: auto;
height: auto;
background: #212529;
border: 1px solid #333;
overflow: hidden;
z-index: 50;
padding: 2px
}
.side-menu.right {
float: left;
left: 0
}
.side-menu .hide {
display: none
}
.side-menu a {
display: block;
float: none;
overflow: hidden;
line-height: 1em
}
.side-menu img, .side-menu .text {
float: right
}
#name-panel {
border-bottom: 1px solid #444;
border-radius: 4px;
text-align: center;
background: #212529;
width: 100%;
font-size: 1.2em;
padding: 5px;
font-weight: bold;
color: #999;
margin-bottom: 10px
}
#container-form {
width: 100%;
position: absolute;
right: 0
}
.CodeMirror {
height: 20rem;
direction: ltr;
border-radius: .25rem;
background-color: #1B1E21;
}
#inline_editor_outer .CodeMirror {
height: 6em
}
#inline_editor_outer {
padding-bottom: 5px
}
.insertRowTable .CodeMirror {
min-height: 9em;
min-width: 24em;
border: 1px solid #a9a9a9
}
#pma_console .CodeMirror-gutters {
background-color: initial;
}
.CodeMirror-gutters {
background-color: #1B1E21;
outline: none !important;
border-right: 1px solid #333 !important;
}
.CodeMirror-linenumbers {
background: #1B1E21;
}
.CodeMirror-line {
font-size: 14px !important;
}
.CodeMirror-wrap {
background: #121517;
color: #999;
height: 226px;
margin-bottom: 5px !important;
width: 100% !important;
border: 1px solid #333;
direction: ltr
}
span.cm-keyword {
color: #e94cff !important
}
span.cm-statement-verb {
color: #E000FF
}
span.cm-variable {
color: #666
}
span.cm-comment {
color: olive
}
span.cm-mysql-string {
color: green
}
span.cm-operator {
color: #f0f
}
span.cm-mysql-word {
color: #666
}
span.cm-builtin {
color: red
}
span.cm-variable-2 {
color: #00a1e5 !important
}
span.cm-variable-3 {
color: blue
}
span.cm-separator {
color: #f0f
}
span.cm-number {
color: #b25f00 !important
}
span.cm-type {
color: #00b69f !important
}
span.cm-atom {
color: #AD31FF !important
}
span.cm-string {
color: #999 !important
}
.autocomplete-column-name {
display: inline-block
}
.autocomplete-column-hint {
display: inline-block;
float: left;
color: #666;
margin-right: 1em
}
.CodeMirror-hints {
z-index: 1999;
background: #212529 !important;
border: 1px solid #666 !important;
}
.CodeMirror-hint {
z-index: 999;
color: #666 !important;
border-radius: 0
}
.CodeMirror-hint:hover {
color: #999 !important
}
.CodeMirror-hint-active, .CodeMirror-hint-active:hover {
z-index: 999;
background: #003f69 !important;
color: #ccc !important;
border-radius: 0
}
.CodeMirror-lint-tooltip {
z-index: 9999;
font-family: inherit;
background-color: #1B1E21;
border: 1px solid #444; color: #999
}
.CodeMirror-lint-tooltip code {
font-family: monospace;
font-weight: bold
}
.jqplot-target {
position: relative;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em
}
.jqplot-axis {
font-size: .75em
}
.jqplot-xaxis {
margin-top: 10px
}
.jqplot-x2axis {
margin-bottom: 10px
}
.jqplot-yaxis {
margin-left: 10px
}
.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
margin-right: 10px;
margin-left: 10px
}
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
position: absolute;
white-space: pre
}
.jqplot-xaxis-tick {
top: 0;
right: 15px;
vertical-align: top
}
.jqplot-x2axis-tick {
bottom: 0;
right: 15px;
vertical-align: bottom;
}
.jqplot-yaxis-tick {
left: 0;
top: 15px;
text-align: left
}
.jqplot-yaxis-tick.jqplot-breakTick {
left: -20px;
margin-left: 0;
padding: 1px 5px 1px;
z-index: 2;
font-size: 1.5em
}
.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
right: 0;
top: 15px;
text-align: right
}
.jqplot-yMidAxis-tick {
text-align: center;
white-space: nowrap
}
.jqplot-xaxis-label {
margin-top: 10px;
font-size: 11pt;
position: absolute
}
.jqplot-x2axis-label {
margin-bottom: 10px;
font-size: 11pt;
position: absolute
}
.jqplot-yaxis-label {
margin-left: 10px;
font-size: 11pt;
position: absolute
}
.jqplot-yMidAxis-label {
font-size: 11pt;
position: absolute
}
.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
font-size: 11pt;
margin-right: 10px;
position: absolute
}
.jqplot-meterGauge-tick {
font-size: .75em;
color: #999
}
.jqplot-meterGauge-label {
font-size: 1em;
color: #999
}
table.jqplot-table-legend {
margin-top: 12px;
margin-bottom: 12px;
margin-right: 12px;
margin-left: 30px;
background-color: #212529;
border: 1px solid #333;
position: relative;
font-size: .75em;
color: #999;
}
tr.jqplot-table-legend {
padding: 6px
}
td.jqplot-table-legend {
padding: 0 6px
}
.monitorChart {
color: #666
}
.float-start {
color: #666;
margin-right: 5px;
}
table.jqplot-cursor-legend {
background-color: #212529;
border: 1px solid #333;
position: absolute;
font-size: .75em;
color: #999;
}
td.jqplot-table-legend {
vertical-align: middle
}
td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
cursor: pointer
}
.jqplot-table-legend .jqplot-series-hidden {
text-decoration: line-through !important;
color: #666 !important
}
.jqplot-base-canvas {
background-color: transparent;
}
#serverstatusquerieschart.jqplot-series-canvas, .jqplot-series-shadowCanvas {
background-color: #1B1E21 !important;
border: 1px solid #333 !important
}
#serverstatusquerieschart .jqplot-grid-canvas {
border: 1px solid #121517 !important;
}
#profilingchart.jqplot-series-canvas, .jqplot-series-shadowCanvas {
background-color: #1B1E21 !important;
border: 1px solid #333 !important
}
#profilingchart .jqplot-grid-canvas {
border: 1px solid #212529 !important;
}
div.jqplot-table-legend-swatch-outline {
border: 1px solid #333;
padding: 1px
}
div.jqplot-table-legend-swatch {
width: 0;
height: 0;
border-top-width: 5px;
border-bottom-width: 5px;
border-right-width: 6px;
border-left-width: 6px;
border-top-style: solid;
border-bottom-style: solid;
border-right-style: solid;
border-left-style: solid
}
.jqplot-pie-series {
color: #1a1a1a
}
.jqplot-title {
top: 0;
right: 0;
padding-bottom: .5em;
font-size: 1.2em
}
table.jqplot-cursor-tooltip {
border: 1px solid #ccc;
font-size: .75em
}
.jqplot-cursor-tooltip, .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
border: 1px solid #333;
font-size: 1em;
white-space: nowrap;
background: #212529;
padding: 5px;
color: #999
}
.jqplot-point-label {
font-size: .75em;
z-index: 2
}
td.jqplot-cursor-legend-swatch {
vertical-align: middle;
text-align: center
}
div.jqplot-cursor-legend-swatch {
width: 1.2em;
height: .7em
}
.jqplot-error {
text-align: center
}
.jqplot-error-message {
position: relative;
top: 46%;
display: inline-block
}
div.jqplot-bubble-label {
font-size: .8em;
padding-right: 2px;
padding-left: 2px;
color: #333
}
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
background: rgba(230, 230, 230, .7)
}
div.jqplot-noData-container {
text-align: center;
background-color: rgba(245, 245, 245, .3)
}
input#id_sql_delimiter {
background-color: #121517;
height: 40px !important;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important
}
.icon {
margin: 0;
margin-right: .3em;
padding: 0 !important;
width: 16px;
height: 16px
}
.icon_fulltext {
width: 50px;
height: 19px
}
.ic_asc_order {
background-image: url("../img/asc_order.png")
}
.ic_b_bookmark {
background-image: url("../img/bookmark-plus.svg")
}
.ic_b_browse, .ic_b_sbrowse {
background-image: url("../img/table-browse.svg")
}
.ic_b_calendar {
background-image: url("../img/b_calendar.png")
}
.ic_b_chart {
background-image: url("../img/chart.svg")
}
.ic_b_close {
background-image: url("../img/close.svg")
}
.ic_b_column_add {
background-image: url("../img/col-plus.svg")
}
.ic_b_comment {
background-image: url("../img/comment.svg")
}
.ic_b_dbstatistics {
background-image: url("../img/b_dbstatistics.png")
}
.ic_b_deltbl {
background-image: url("../img/table-minus.svg")
}
.ic_b_docs {
background-image: url("../img/help.svg")
}
.ic_b_docsql {
background-image: url("../img/b_docsql.png")
}
.ic_b_drop {
background-image: url("../img/minus.svg")
}
.ic_b_edit {
background-image: url("../img/edit.svg")
}
.ic_b_empty {
background-image: url("../img/shredder.svg")
}
.ic_b_engine {
background-image: url("../img/database-engine.svg")
}
.ic_b_event_add {
background-image: url("../img/event-plus.svg")
}
.ic_b_events {
background-image: url("../img/event.svg")
}
.ic_b_export, .ic_b_tblexport {
background-image: url("../img/export.svg")
}
.ic_b_favorite {
background-image: url("../img/favorite.svg")
}
.ic_b_find_replace {
background-image: url("../img/search-replace.svg")
}
.ic_b_firstpage {
background-image: url("../img/b_firstpage.png")
}
.ic_b_ftext {
background-image: url("../img/field-index-text.svg")
}
.ic_b_globe {
background-image: url("../img/globe-alt.svg")
}
.ic_b_group {
background-image: url("../img/databases.svg")
}
.ic_b_help {
background-image: url("../img/help-alt.svg")
}
.ic_b_home {
background-image: url("../img/home.svg")
}
.ic_b_import, .ic_b_tblimport {
background-image: url("../img/import.svg")
}
.ic_b_index {
background-image: url("../img/field-index.svg")
}
.ic_b_index_add {
background-image: url("../img/index-plus.svg")
}
.ic_b_inline_edit {
background-image: url("../img/b_inline_edit.png")
}
.ic_b_insrow {
background-image: url("../img/row-plus.svg")
}
.ic_b_lastpage {
background-image: url("../img/b_lastpage.png")
}
.ic_b_minus {
background-image: url("../img/tree-collapse.svg")
}
.ic_b_more {
background-image: url("../img/triangle-down-1.svg")
}
.ic_b_move {
background-image: url("../img/col-move.svg")
}
.ic_b_newdb {
background-image: url("../img/database-plus.svg")
}
.ic_db_drop {
background-image: url("../img/database-minus.svg")
}
.ic_b_newtbl {
background-image: url("../img/b_newtbl.png")
}
.ic_b_nextpage {
background-image: url("../img/b_nextpage.png")
}
.ic_b_no_favorite {
background-image: url("../img/favorite-alt.svg")
}
.ic_b_pdfdoc {
background-image: url("../img/b_pdfdoc.png")
}
.ic_b_plugin {
background-image: url("../img/plugin.svg")
}
.ic_b_plus {
background-image: url("../img/tree-expand.svg")
}
.ic_b_prevpage {
background-image: url("../img/b_prevpage.png")
}
.ic_b_primary {
background-image: url("../img/key-primary.svg")
}
.ic_b_print {
background-image: url("../img/print.svg")
}
.ic_b_props {
background-image: url("../img/table-engine.svg")
}
.ic_b_relations {
background-image: url("../img/designer.svg")
}
.ic_b_report {
background-image: url("../img/report.svg")
}
.ic_b_rename {
background-image: url("../img/b_rename.svg")
}
.ic_b_routine_add {
background-image: url("../img/routine-plus.svg")
}
.ic_b_routines {
background-image: url("../img/routine.svg")
}
.ic_b_save, .ic_b_saveimage {
background-image: url("../img/save.svg")
}
.ic_b_sdb {
background-image: url("../img/b_sdb.png");
width: 10px;
height: 10px
}
.ic_b_search {
background-image: url("../img/search.svg")
}
.ic_b_select {
background-image: url("../img/search-across.svg")
}
.ic_b_snewtbl {
background-image: url("../img/b_snewtbl.png")
}
.ic_b_spatial {
background-image: url("../img/field-spatial.svg")
}
.ic_b_sql {
background-image: url("../img/sql.svg")
}
.ic_b_sqldoc {
background-image: url("../img/b_sqldoc.png")
}
.ic_b_sqlhelp {
background-image: url("../img/manual.svg")
}
.ic_b_table_add {
background-image: url("../img/table-plus.svg")
}
.ic_b_tblanalyse {
background-image: url("../img/table-analyse.svg")
}
.ic_b_tblops {
background-image: url("../img/preferences.svg")
}
.ic_b_tbloptimize {
background-image: url("../img/optimize.svg")
}
.ic_b_tipp {
background-image: url("../img/b_tipp.png")
}
.ic_b_trigger_add {
background-image: url("../img/flag-plus.svg")
}
.ic_b_triggers {
background-image: url("../img/flag.svg")
}
.ic_b_undo {
background-image: url("../img/b_undo.png")
}
.ic_b_unique {
background-image: url("../img/field-index-uinique.svg")
}
.ic_b_usradd {
background-image: url("../img/user-plus.svg")
}
.ic_b_usrdrop {
background-image: url("../img/user-minus.svg")
}
.ic_b_usredit, .ic_b_usrcheck {
background-image: url("../img/user.svg")
}
.ic_b_usrlist {
background-image: url("../img/users.svg")
}
.ic_b_versions {
background-image: url("../img/version.svg")
}
.ic_b_view {
background-image: url("../img/b_view.png")
}
.ic_b_view_add {
background-image: url("../img/table-view-plus.svg")
}
.ic_b_views {
background-image: url("../img/table-view.svg")
}
.ic_b_left {
background-image: url("../img/b_left.png")
}
.ic_b_right {
background-image: url("../img/b_right.png")
}
.ic_bd_browse {
background-image: url("../img/bd_browse.png")
}
.ic_bd_deltbl {
background-image: url("../img/bd_deltbl.png")
}
.ic_bd_drop {
background-image: url("../img/bd_drop.png")
}
.ic_bd_edit {
background-image: url("../img/bd_edit.png")
}
.ic_bd_empty {
background-image: url("../img/bd_empty.png")
}
.ic_bd_export {
background-image: url("../img/bd_export.png")
}
.ic_bd_firstpage {
background-image: url("../img/bd_firstpage.png")
}
.ic_bd_ftext {
background-image: url("../img/bd_ftext.png")
}
.ic_bd_index {
background-image: url("../img/bd_index.png")
}
.ic_bd_insrow {
background-image: url("../img/bd_insrow.png")
}
.ic_bd_lastpage {
background-image: url("../img/bd_lastpage.png")
}
.ic_bd_nextpage {
background-image: url("../img/bd_nextpage.png")
}
.ic_bd_prevpage {
background-image: url("../img/bd_prevpage.png")
}
.ic_bd_primary {
background-image: url("../img/key.svg")
}
.ic_bd_routine_add {
background-image: url("../img/bd_routine_add.png")
}
.ic_bd_sbrowse {
background-image: url("../img/bd_sbrowse.png")
}
.ic_bd_select {
background-image: url("../img/bd_select.png")
}
.ic_bd_spatial {
background-image: url("../img/bd_spatial.png")
}
.ic_bd_unique {
background-image: url("../img/bd_unique.png")
}
.ic_centralColumns {
background-image: url("../img/col.svg")
}
.ic_centralColumns_add {
background-image: url("../img/col-plus.svg")
}
.ic_centralColumns_delete {
background-image: url("../img/col-minus.svg")
}
.ic_col_drop {
background-image: url("../img/col_drop.png")
}
.ic_console {
background-image: url("../img/console.svg")
}
.ic_database, .ic_s_db {
background-image: url("../img/database.svg")
}
.ic_eye {
background-image: url("../img/glasses.svg")
}
.ic_eye_grey {
background-image: url("../img/eye_grey.png")
}
.ic_hide {
background-image: url("../img/visibility-hidden.svg")
}
.ic_item {
background-image: url("../img/item.png");
width: 9px;
height: 9px
}
.ic_lightbulb {
background-image: url("../img/lightbulb.png")
}
.ic_lightbulb_off {
background-image: url("../img/lightbulb_off.png")
}
.ic_more {
background-image: url("../img/more.png");
width: 13px
}
.ic_new_data {
background-image: url("../img/new_data.png")
}
.ic_new_data_hovered {
background-image: url("../img/new_data_hovered.png")
}
.ic_new_data_selected {
background-image: url("../img/new_data_selected.png")
}
.ic_new_data_selected_hovered {
background-image: url("../img/new_data_selected_hovered.png")
}
.ic_new_struct {
background-image: url("../img/new_struct.png")
}
.ic_new_struct_hovered {
background-image: url("../img/new_struct_hovered.png")
}
.ic_new_struct_selected {
background-image: url("../img/new_struct_selected.png")
}
.ic_new_struct_selected_hovered {
background-image: url("../img/new_struct_selected_hovered.png")
}
.ic_normalize {
background-image: url("../img/wizard.svg")
}
.ic_pause {
background-image: url("../img/pause.svg")
}
.ic_php_sym {
background-image: url("../img/php_sym.png")
}
.ic_play {
background-image: url("../img/triangle-right-1.svg")
}
.ic_s_asc {
background-image: url("../img/sort-asc.svg")
}
.ic_s_asci {
background-image: url("../img/charset.svg")
}
.ic_s_attention {
background-image: url("../img/s_attention.png")
}
.ic_s_cancel {
background-image: url("../img/s_cancel.png")
}
.ic_s_cancel2 {
background-image: url("../img/s_cancel2.png")
}
.ic_s_cog {
background-image: url("../img/gear.svg")
}
.ic_s_desc {
background-image: url("../img/sort-desc.svg")
}
.ic_s_error {
background-image: url("../img/error.svg")
}
.ic_s_host {
background-image: url("../img/host.svg")
}
.ic_s_info {
background-image: url("../img/s_info.png")
}
.ic_s_lang {
background-image: url("../img/language.svg")
}
.ic_s_link {
background-image: url("../img/link.svg")
}
.ic_s_lock {
background-image: url("../img/lock.svg")
}
.ic_s_unlock {
background-image: url("../img/lock-open.svg")
}
.ic_s_loggoff {
background-image: url("../img/sign-out.svg")
}
.ic_s_notice {
background-image: url("../img/notice.svg")
}
.ic_s_okay {
background-image: url("../img/check.svg")
}
.ic_s_passwd {
background-image: url("../img/password.svg")
}
.ic_s_process {
background-image: url("../img/s_process.png")
}
.ic_s_really {
background-image: url("../img/s_really.png");
width: 11px;
height: 11px
}
.ic_s_reload {
background-image: url("../img/reload.svg")
}
.ic_s_replication {
background-image: url("../img/replication.svg")
}
.ic_s_rights {
background-image: url("../img/user-props.svg")
}
.ic_s_sortable {
background-image: url("../img/s_sortable.png")
}
.ic_s_status {
background-image: url("../img/server.svg")
}
.ic_s_success {
background-image: url("../img/success.svg")
}
.ic_s_sync {
background-image: url("../img/s_sync.png")
}
.ic_s_tbl {
background-image: url("../img/table.svg")
}
.ic_s_theme {
background-image: url("../img/theme.svg")
}
.ic_s_top {
background-image: url("../img/caret-up-stop.svg")
}
.ic_s_unlink {
background-image: url("../img/link-broken.svg")
}
.ic_s_vars {
background-image: url("../img/database-vars.svg")
}
.ic_s_views {
background-image: url("../img/s_views.png")
}
.ic_show {
background-image: url("../img/visibility.svg")
}
.ic_window-new {
background-image: url("../img/windows.svg")
}
.ic_ajax_clock_small {
background-image: url("../img/loading.gif")
}
.ic_s_partialtext {
background-image: url("../img/s_partialtext.png")
}
.ic_s_fulltext {
background-image: url("../img/s_fulltext.png")
}
body {
text-align: right
}
@media only screen and (min-width: 768px) {
.table th.position-sticky {
top: 96px
}
}
select#fieldsSelect, textarea#sqlquery {
height: 14.2rem;
}
select#fieldsSelect {
background-color: #121517;
overflow: auto
}
.breadcrumb-navbar {
padding: .5rem 1.8rem;
margin-bottom: 0;
background-color: #212529;
border-bottom: 1px dotted #666
}
.breadcrumb-navbar .breadcrumb-item + .breadcrumb-comment {
padding-right: .5rem
}
.breadcrumb-navbar .breadcrumb-item .icon {
margin: 0
}
@media print {
.hide {
display: none
}
body, table, th, td {
color: #666;
background-color: #fff
}
a:link {
color: #666;
text-decoration: none
}
img {
border: 0
}
table, th, td {
border: .1em solid #666;
background-color: #fff
}
table {
border-collapse: collapse;
border-spacing: .2em
}
thead {
border-collapse: collapse;
border-spacing: .2em;
border: .1em solid #666;
font-weight: 900
}
th, td {
padding: .2em
}
thead th {
font-weight: bold;
background-color: #e5e5e5;
border: .1em solid #666
}
#page_content {
position: absolute;
right: 0;
top: 0;
width: 95%;
float: none
} /*.sqlOuter { color: #666; background-color: #666 }*/ .cDrop, .cEdit, .cList, .cCpy, .cPointer {
display: none
}
table tbody:first-of-type tr:nth-child(odd) {
background: #fff
}
table tbody:first-of-type tr:nth-child(odd) th {
background: #fff
}
table tbody:first-of-type tr:nth-child(even) {
background: #dfdfdf
}
table tbody:first-of-type tr:nth-child(even) th {
background: #dfdfdf
}
.column_attribute {
font-size: 100%
}
}
.row ul {
color: #666;
margin-left: 20px
}
ul.list-group {
margin-left: 0px
}
ul.list-group input:disabled {
opacity: 0.4
}
ul.list-group input#text_sql_header_comment:disabled {
opacity: 1
}
#serverStatusVariables th {
width: auto
}
.responsivetable {
margin-left: 0px
}
dfn {
font-size: 14px;
}
input[type=number], input[type=number]:focus {
background-color: #1B1E21
}
input[type=number] {
-moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.table-borderless tbody {
color: #999 !important
}
.table-borderless small {
color: #669cc0 !important;
font-size: 0.75em !important
}
.table-borderless span {
background: none !important;
border: none !important;
}
.table-borderless th, td {
color: #999 !important;
border: 1px solid #333 !important;
font-weight: normal !important;
}
.table-borderless {
margin-bottom: 10px !important;
border-bottom: none !important;
}
table.table.table-borderless select {
display: block;
width: 100%;
padding: .375rem .75rem .375rem 2.25rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #999 !important;
background-color: #1B1E21;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
border: 1px solid #333;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
margin-top: 10px !important;
margin-left: 0px !important
}
table.table.table-borderless select:hover {
border: 1px solid #444;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left .75rem center;
background-size: 16px 12px;
background-color: #1B1E21;
color: #999 !important
}
table.table_results {
background-color: #212529;
}
table.table_results td.d-print-none {
background-color: #212529;
border-bottom: 1px solid #333
}
table.table_results td.text-center {
background-color: #212529;
border-bottom: 1px solid #333
}
.sqlqueryresults fieldset a {
color: #999 !important
}
.sqlqueryresults {
margin-bottom: 10px
}
.optbox input, #Servers-1-only_db {
background-color: #1B1E21;
outline: none;
border: 1px solid #333 !important;
color: #999
}
#nothing2display {
color: #999
}
#serverVariables .text-end {
text-align: left !important
}
a.routine_param_remove_anchor:hover {
color: #842029 !important;
text-decoration: none !important
}
#ui-datepicker-div {
background-color: #1B1E21;
color: #999;
border-color: #444;
padding: 1em;
width: auto
}
table.ui-datepicker-calendar, tbody {
background-color: #212529;
border: 1px solid #444 !important;
margin-top: 10px !important;
}
td.ui-datepicker-today {
background-color: #005e52 !important;
border: none !important;
color: #fff !important;
}
td.ui-datepicker-today a {
color: #fff !important;
}
.ui_tpicker_time_input {
width: 100%
}
input.ui_tpicker_time_input {
background-color: #212529;
color: #999 !important;
outline: none;
border: 1px solid #444;
margin-left: 10px;
border-radius: 4px
}
dt.ui_tpicker_timezone_label {
padding-top: 10px !important
}
.ui-timepicker-div .ui-slider-handle {
background: #004940 !important;
border: 3px solid #666 !important;
box-shadow: 3px 3px 3px black !important;
border-radius: 50% !important;
}
.ui-timepicker-div .ui-slider-handle:hover {
cursor: pointer !important;
border-radius: 50% !important;
background: #005e52 !important;
border: 3px solid #999 !important;
}
.ui-timepicker-div dt {
font-weight: normal !important
}
.onetime_event_row img {
margin-right: 5px;
cursor: pointer;
}
#change_password_form table #generated_pw {
margin-top: 0px!important;
height: 36px!important
}
#change_password_dialog #change_password_form table{
width: 100%!important;
margin-right: 0px!important
}
#fieldset_change_password input#generated_pw {
margin-top: 7px!important;
height: 37px!important
}
.ui-sortable input {
margin-top: 10px;
height: 38px!important
}
.routine_param_remove {
vertical-align: middle
}
.tblFooters {
background-color: #1B1E21!important;
margin-top: 10px!important
}
.pma-fieldset, #tblQbe{
width: 100%!important
}
.w-50 {
width: 100%!important;
}
#formQBE .tblFooters {
background-color: #212529!important
}
.float-start, .pma-fieldset {
margin-left: 0px!important
}
#formQBE .float-start .tblFooters {
background-color: #1B1E21!important
}
#formQBE .float-start .tblFooters .btn-secondary {
margin-top: 0px
}
.pma-fieldset .column_details {
width: auto!important
}
.rte_table input {
width: 100%
}
.rte_table input[type="checkbox"] {
width: 1em;
height: 1em;
}
.routine_params_table input {
margin-top: 10px;
width: auto
}
.insertRowTable td select {
width: auto!important
}
.open_enum_editor {
margin-right: 20px;
top: -35px
}
.routine_params_table span.ui-icon{
height: 30px;
text-indent: -9999px;
line-height: 0; /* Collapse the original line */
font-size: 16px;
margin-top: 10px;
margin-right: 10px
}
.routine_params_table span.ui-icon::after{
content: "↕";
text-indent: 0;
display: block;
line-height: initial;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRoZW1lLmNzcyIsInRoZW1lLnJ0bC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7SUNDSSxrQkFBa0I7SUFDbEIsb0JBQW9CO0lBQ3BCLG9CQUFvQjtJQUNwQixrQkFBa0I7SUFDbEIsaUJBQWlCO0lBQ2pCLG9CQUFvQjtJQUNwQixvQkFBb0I7SUFDcEIsbUJBQW1CO0lBQ25CLGtCQUFrQjtJQUNsQixrQkFBa0I7SUFDbEIsZ0JBQWdCO0lBQ2hCLGtCQUFrQjtJQUNsQix1QkFBdUI7SUFDdkIsc0JBQXNCO0lBQ3RCLHNCQUFzQjtJQUN0QixzQkFBc0I7SUFDdEIsc0JBQXNCO0lBQ3RCLHNCQUFzQjtJQUN0QixzQkFBc0I7SUFDdEIsc0JBQXNCO0lBQ3RCLHNCQUFzQjtJQUN0QixzQkFBc0I7SUFDdEIscUJBQXFCO0lBQ3JCLHVCQUF1QjtJQUN2QixxQkFBcUI7SUFDckIsa0JBQWtCO0lBQ2xCLHFCQUFxQjtJQUNyQixvQkFBb0I7SUFDcEIsbUJBQW1CO0lBQ25CLGtCQUFrQjtJQUNsQiw4QkFBOEI7SUFDOUIsaUNBQWlDO0lBQ2pDLDZCQUE2QjtJQUM3QiwyQkFBMkI7SUFDM0IsNkJBQTZCO0lBQzdCLDRCQUE0QjtJQUM1Qiw2QkFBNkI7SUFDN0IseUJBQXlCO0lBQ3pCLDZCQUE2QjtJQUM3Qix1QkFBdUI7SUFDdkIsK0JBQStCO0lBQy9CLCtCQUErQjtJQUMvQixxTkFBcU47SUFDck4seUdBQXlHO0lBQ3pHLHlGQUF5RjtJQUN6RixnREFBZ0Q7SUFDaEQseUJBQXlCO0lBQ3pCLDBCQUEwQjtJQUMxQiwwQkFBMEI7SUFDMUIsd0JBQXdCO0lBQ3hCO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSSxvQ0FBb0M7SUFDcEM7QUFDSjtBQUNBO0lBQ0kseUJBQXlCO0lBQ3pCO0FBQ0o7QUFDQTtJQUNJLFNBQVM7SUFDVCx1Q0FBdUM7SUFDdkMsbUNBQW1DO0lBQ25DLHVDQUF1QztJQUN2Qyx1Q0FBdUM7SUFDdkMsMkJBQTJCO0lBQzNCLHFDQUFxQztJQUNyQyx5QkFBeUI7SUFDekIsOEJBQThCO0lBQzlCLDZDQUE2QztBQUNqRDtBQUNBO0lBQ0ksY0FBYztJQUNkLGNBQWM7SUFDZCw4QkFBOEI7SUFDOUIsU0FBUztJQUNUO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLGFBQWE7SUFDYixvQkFBb0I7SUFDcEIsZ0JBQWdCO0lBQ2hCO0FBQ0o7QUFDQTtJQUNJLGlDQUFpQztJQUNqQztBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7UUFDSTtJQUNKO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSSxpQ0FBaUM7SUFDakM7QUFDSjtBQUNBO0lBQ0k7UUFDSTtJQUNKO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxhQUFhO0lBQ2IsbUJBQW1CO0FBQ3ZCO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxXQUFXO0lBQ1g7QUFDSjtBQUNBO0lBQ0kseUNBQXlDO0lBQ3pDLGlDQUFpQztJQUNqQyxZQUFZO0lBQ1osc0NBQXNDO0lBQ3RDO0FBQ0o7QUFDQTtJQUNJLG1CQUFtQjtJQUNuQixrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksYUFBYTtJQUNiO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLG9CQUFvQjtJQUNwQjtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxhQUFhO0lBQ2I7QUFDSjtBQUNBO0lBQ0ksa0JBQWtCO0lBQ2xCLGlCQUFpQjtJQUNqQixjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksV0FBVztJQUNYO0FBQ0o7QUFDQTtJQUNJLFdBQVc7SUFDWDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0kscUNBQXFDO0lBQ3JDLGNBQWM7SUFDZCxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkLGdCQUFnQjtJQUNoQixtQkFBbUI7SUFDbkIsY0FBYztJQUNkLGtCQUFrQjtJQUNsQjtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEIsY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGtCQUFrQjtJQUNsQixjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCLGtCQUFrQjtJQUNsQixjQUFjO0lBQ2QseUJBQXlCO0lBQ3pCO0FBQ0o7QUFDQTtJQUNJLFVBQVU7SUFDVixjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCLHlCQUF5QjtJQUN6QjtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEIscUJBQXFCO0lBQ3JCLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxtQkFBbUI7SUFDbkI7QUFDSjtBQUNBO0lBQ0kscUJBQXFCO0lBQ3JCLG1CQUFtQjtJQUNuQjtBQUNKO0FBQ0E7SUFDSSx5QkFBeUI7SUFDekI7QUFDSjtBQUNBO0lBQ0kseUJBQXlCO0FBQzdCO0FBQ0E7SUFDSSx5QkFBeUI7QUFDN0I7QUFDQTtJQUNJLHlCQUF5QjtBQUM3QjtBQUNBO0lBQ0kseUJBQXlCO0FBQzdCO0FBQ0E7SUFDSSxzQkFBc0I7QUFDMUI7QUFDQTtJQUNJLHlCQUF5QjtBQUM3QjtBQUNBO0lBQ0kseUJBQXlCO0FBQzdCO0FBQ0E7SUFDSSx5QkFBeUI7QUFDN0I7QUFDQTtJQUNJLHlCQUF5QjtBQUM3QjtBQUNBO0lBQ0kseUJBQXlCO0FBQzdCO0FBQ0E7SUFDSSxxQ0FBcUM7QUFDekM7QUFDQTtJQUNJLHlCQUF5QjtBQUM3QjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksU0FBUztJQUNULG9CQUFvQjtJQUNwQixrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksaUJBQWlCO0lBQ2pCO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLFVBQVU7SUFDVjtBQUNKO0FBQ0E7SUFDSSxnQkFBZ0I7Q0FDbkIsbUNBQW1DO0NBQ25DLFdBQVc7Q0FDWCxXQUFXO0NBQ1gsZ0NBQWdDO0NBQ2hDO0FBQ0Q7QUFDQTtJQUNJLFlBQVk7SUFDWixVQUFVO0lBQ1YsU0FBUztJQUNULFNBQVM7QUFDYjtBQUNBO0lBQ0ksWUFBWTtJQUNaLFdBQVc7SUFDWCxVQUFVO0lBQ1Ysb0JBQW9CO0lBQ3BCLGlDQUFpQztJQUNqQyxvQkFBb0I7QUFDeEI7QUFDQTtJQUNJO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxvQkFBb0I7SUFDcEI7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksYUFBYTtJQUNiO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLGtCQUFrQjtJQUNsQjtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0ksaUNBQWlDO0lBQ2pDLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0ksaUNBQWlDO0lBQ2pDLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0ksaUNBQWlDO0lBQ2pDLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0ksaUNBQWlDO0lBQ2pDLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0ksaUNBQWlDO0lBQ2pDLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0ksaUNBQWlDO0lBQ2pDLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0ksZ0JBQWdCO0lBQ2hCO0FBQ0o7QUFDQTtJQUNJLGdCQUFnQjtJQUNoQjtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0ksbUJBQW1CO0lBQ25CO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLGlCQUFpQjtJQUNqQixtQkFBbUI7SUFDbkIsa0JBQWtCO0lBQ2xCO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLFdBQVc7SUFDWCx5Q0FBeUM7SUFDekMsMENBQTBDO0lBQzFDLGlCQUFpQjtJQUNqQjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0k7UUFDSTtJQUNKO0FBQ0o7QUFDQTtJQUNJO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7QUFDSjtBQUNBO0lBQ0k7UUFDSTtJQUNKO0FBQ0o7QUFDQTtJQUNJLHFCQUFxQjtJQUNyQixnQkFBZ0I7SUFDaEIsYUFBYTtJQUNiLGVBQWU7SUFDZix1Q0FBdUM7SUFDdkMsMENBQTBDO0lBQzFDO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZCxXQUFXO0lBQ1gsZUFBZTtJQUNmLHlDQUF5QztJQUN6QywwQ0FBMEM7SUFDMUM7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSSxjQUFjO0lBQ2Q7QUFDSjtBQUNBO0lBQ0ksY0FBYztJQUNkO0FBQ0o7QUFDQTtJQUNJLGNBQWM7SUFDZDtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FBQ0ksY0FBYztRQUNkO0lBQ0o7SUFDQTtRQUNJLGNBQWM7UUFDZDtJQUNKO0lBQ0E7UUFDSSxjQUFjO1FBQ2Q7SUFDSjtJQUNBO1FB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Q0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksbUNBQW1DO0lBQ25DO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLHlCQUF5QjtJQUN6QjtBQUNKO0FBQ0E7SUFDSSw4QkFBOEI7SUFDOUI7QUFDSjtBQUNBO0lBQ0ksNkJBQTZCO0lBQzdCO0FBQ0o7QUFDQTtJQUNJLDRCQUE0QjtJQUM1QjtBQUNKO0FBQ0E7SUFDSSw4QkFBOEI7SUFDOUI7QUFDSjtBQUNBO0lBQ0ksNEJBQTRCO0lBQzVCO0FBQ0o7QUFDQTtJQUNJLDRCQUE0QjtJQUM1QjtBQUNKO0FBQ0E7SUFDSSx3QkFBd0I7SUFDeEI7QUFDSjtBQUNBO0lBQ0ksNkJBQTZCO0lBQzdCO0FBQ0o7QUFDQTtJQUNJLDRCQUE0QjtJQUM1QjtBQUNKO0FBQ0E7SUFDSSwyQkFBMkI7SUFDM0I7QUFDSjtBQUNBO0lBQ0ksNkJBQTZCO0lBQzdCO0FBQ0o7QUFDQTtJQUNJLDJCQUEyQjtJQUMzQjtBQUNKO0FBQ0E7SUFDSSwyQkFBMkI7SUFDM0I7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksMEJBQTBCO0lBQzFCO0FBQ0o7QUFDQTtJQUNJLCtCQUErQjtJQUMvQjtBQUNKO0FBQ0E7SUFDSSw4QkFBOEI7SUFDOUI7QUFDSjtBQUNBO0lBQ0ksNkJBQTZCO0lBQzdCO0FBQ0o7QUFDQTtJQUNJLCtCQUErQjtJQUMvQjtBQUNKO0FBQ0E7SUFDSSw2QkFBNkI7SUFDN0I7QUFDSjtBQUNBO0lBQ0kseUJBQXlCO0lBQ3pCO0FBQ0o7QUFDQTtJQUNJLDhCQUE4QjtJQUM5QjtBQUNKO0FBQ0E7SUFDSSw2QkFBNkI7SUFDN0I7QUFDSjtBQUNBO0lBQ0ksNEJBQTRCO0lBQzVCO0FBQ0o7QUFDQTtJQUNJLDhCQUE4QjtJQUM5QjtBQUNKO0FBQ0E7SUFDSSw0QkFBNEI7SUFDNUI7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0ksZ0NBQWdDO0lBQ2hDO0FBQ0o7QUFDQTtJQUNJLG9CQUFvQjtJQUNwQjtBQUNKO0FBQ0E7SUFDSSxvQkFBb0I7SUFDcEI7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCO0FBQ0o7QUFDQTtJQUNJLG9CQUFvQjtJQUNwQjtBQUNKO0FBQ0E7SUFDSSxvQkFBb0I7SUFDcEI7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCLDRCQUE0QjtJQUM1QjtBQUNKO0FBQ0E7SUFDSSxvQkFBb0I7SUFDcEI7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCO0FBQ0o7QUFDQTtJQUNJLG9CQUFvQjtJQUNwQjtBQUNKO0FBQ0E7SUFDSSxvQkFBb0I7SUFDcEI7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCO0FBQ0o7QUFDQTtJQUNJLG9CQUFvQjtJQUNwQjtBQUNKO0FBQ0E7SUFDSSxvQkFBb0I7SUFDcEI7QUFDSjtBQUNBO0lBQ0ksb0JBQW9CO0lBQ3BCO0FBQ0o7QUFDQTtJQUNJLG9CQUFvQjtJQUNwQjtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0ksb0NBQW9DO0lBQ3BDLHNCQUFzQjtBQUMxQjtBQUNBO0lBQ0ksa0JBQWtCO0lBQ2xCO0FBQ0o7QUFDQTtJQUNJLGtCQUFrQjtJQUNsQjtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0ksa0JBQWtCO0lBQ2xCO0FBQ0o7QUFDQTtJQUNJLGtCQUFrQjtJQUNsQjtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0ksa0JBQWtCO0lBQ2xCO0FBQ0o7QUFDQTtJQUNJLGtCQUFrQjtJQUNsQjtBQUNKO0FBQ0E7SUFDSSxrQkFBa0I7SUFDbEI7QUFDSjtBQUNBO0lBQ0ksa0JBQWtCO0lBQ2xCO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLG1DQUFtQztJQUNuQyxnQ0FBZ0M7SUFDaEM7QUFDSjtBQUNBO0lBQ0ksb0NBQW9DO0lBQ3BDLGlDQUFpQztJQUNqQztBQUNKO0FBQ0E7SUFDSSxvQ0FBb0M7SUFDcEMsaUNBQWlDO0lBQ2pDO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLDBDQUEwQztJQUMxQztBQUNKO0FBQ0E7SUFDSSx5Q0FBeUM7SUFDekM7QUFDSjtBQUNBO0lBQ0ksNENBQTRDO0lBQzVDO0FBQ0o7QUFDQTtJQUNJLDZDQUE2QztJQUM3QztBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJLHlCQUF5QjtRQUN6QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSx3QkFBd0I7UUFDeEI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDJCQUEyQjtRQUMzQjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0ksMEJBQTBCO1FBQzFCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0kseUJBQXlCO1FBQ3pCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw0QkFBNEI7UUFDNUI7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJLHlCQUF5QjtRQUN6QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSx3QkFBd0I7UUFDeEI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDJCQUEyQjtRQUMzQjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0ksMEJBQTBCO1FBQzFCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0kseUJBQXlCO1FBQ3pCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw0QkFBNEI7UUFDNUI7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJLHlCQUF5QjtRQUN6QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSx3QkFBd0I7UUFDeEI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDJCQUEyQjtRQUMzQjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0ksMEJBQTBCO1FBQzFCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0kseUJBQXlCO1FBQ3pCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw0QkFBNEI7UUFDNUI7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJLHlCQUF5QjtRQUN6QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSx3QkFBd0I7UUFDeEI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDJCQUEyQjtRQUMzQjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0ksMEJBQTBCO1FBQzFCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLCtCQUErQjtRQUMvQjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0kseUJBQXlCO1FBQ3pCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw2QkFBNkI7UUFDN0I7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDhCQUE4QjtRQUM5QjtJQUNKO0lBQ0E7UUFDSSw0QkFBNEI7UUFDNUI7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtBQUNKO0FBQ0E7SUFDSTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJO0lBQ0o7SUFDQTtRQUNJLHlCQUF5QjtRQUN6QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSw4QkFBOEI7UUFDOUI7SUFDSjtJQUNBO1FBQ0ksNEJBQTRCO1FBQzVCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSx3QkFBd0I7UUFDeEI7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDRCQUE0QjtRQUM1QjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0ksNkJBQTZCO1FBQzdCO0lBQ0o7SUFDQTtRQUNJLDJCQUEyQjtRQUMzQjtJQUNKO0lBQ0E7UUFDSSwyQkFBMkI7UUFDM0I7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FBQ0k7SUFDSjtJQUNBO1FB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QUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0k7QUFDSjtBQUNBO0lBQ0kseUNBQXlDO0lBQ3pDLFdBQVc7SUFDWDtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSx3Q0FBd0M7SUFDeEMsVUFBVTtJQUNWO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLHdDQUF3QztJQUN4QztBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FB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SSx5QkFBeUI7SUFDekIsYUFBYTtJQUNiLGlDQUFpQztJQUNqQztBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSx5QkFBeUI7SUFDekI7QUFDSjtBQUNBO0lBQ0kseUJBQXlCO0lBQ3pCLFdBQVc7SUFDWCxrQkFBa0I7SUFDbEIsWUFBWTtJQUNaO0FBQ0o7QUFDQTtJQUNJLHlCQUF5QjtJQUN6QixpQ0FBaUM7SUFDakMsMkJBQTJCO0FBQy9CO0FBQ0E7SUFDSSxvQ0FBb0M7SUFDcEMsdUJBQXVCO0lBQ3ZCLHNCQUFzQjtBQUMxQjtBQUNBO0lBQ0ksc0JBQXNCO0FBQzFCO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSx5QkFBeUI7SUFDekIsc0JBQXNCO0lBQ3RCLGFBQWE7SUFDYixzQkFBc0I7SUFDdEIsaUJBQWlCO0lBQ2pCO0FBQ0o7QUFDQTtJQUNJO0FBQ0o7QUFDQTtJQUNJLDhCQUE4QjtJQUM5QixpQ0FBaUM7SUFDakMsd0NBQXdDO0lBQ3hDLDZCQUE2QjtBQUNqQztBQUNBO0lBQ0ksMEJBQTBCO0lBQzFCLDZCQUE2QjtJQUM3Qiw4QkFBOEI7SUFDOUIsaUNBQWlDO0FBQ3JDO0FBQ0E7SUFDSTtBQUNKO0FBQ0E7SUFDSSxpQkFBaUI7SUFDakIsZUFBZTtBQUNuQjtBQUNBO0NBQ0MseUJBQXlCO0NBQ3pCO0FBQ0Q7QUFDQTtDQUNDLHFCQUFxQjtDQUNyQjtBQUNEO0FBQ0E7Q0FDQyx5QkFBeUI7Q0FDekI7QUFDRDtBQUNBO0NBQ0MsZ0JBQWdCO0NBQ2hCO0FBQ0Q7QUFDQTtDQUNDO0FBQ0Q7QUFDQTtDQUNDLG1DQUFtQztDQUNuQztBQUNEO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQyxxQkFBcUI7O0FBRXRCO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQztBQUNEO0FBQ0E7Q0FDQyxVQUFVO0lBQ1AsV0FBVztBQUNmO0FBQ0E7Q0FDQyxnQkFBZ0I7Q0FDaEI7QUFDRDtBQUNBO0NBQ0M7QUFDRDtBQUNBO0NBQ0Msa0JBQWtCO0NBQ2xCO0FBQ0Q7O0FBRUE7Q0FDQyxZQUFZO0NBQ1osb0JBQW9CO0VBQ25CLGNBQWMsRUFBRSwrQkFBK0I7Q0FDaEQsZUFBZTtDQUNmLGdCQUFnQjtDQUNoQjtBQUNEO0FBQ0E7RUFDRSxZQUFZO0VBQ1osY0FBYztFQUNkLGNBQWM7RUFDZCxvQkFBb0I7QUFDdEIiLCJmaWxlIjoidGhlbWUucnRsLmNzcyJ9 */