@import url("/www_utils/css/font.css");
.fontSmall {
  font-size: 10.5pt;
}

.fontMedium {
  font-size: 14pt;
}

.fontMedium {
  font-size: 14pt;
}

.fontLarge {
  font-size: 16pt;
}

table.paddingNormal > thead > tr > th, table.paddingNormal > thead > tr > td {
  padding: 0.48rem 0.6rem;
}
table.paddingNormal > thead > tr:nth-child(2) > th {
  padding: 0 0.6rem 0.2em 0.6rem;
}
table.paddingNormal > tbody > tr > td {
  background: inherit;
}
table.paddingNormal > tbody > tr > th,
table.paddingNormal > tbody > tr > td {
  padding: 0.4rem 0.6rem;
}
table.paddingNormal > tfoot > tr > th,
table.paddingNormal > tfoot > tr > td {
  padding: 0.48rem 0.6rem;
}
table.paddingTight > thead > tr > th, table.paddingTight > thead > tr > td {
  padding: 0.12rem 0.3rem;
}
table.paddingTight > thead > tr:nth-child(2) > th {
  padding: 0 0.3rem 0.2em 0.3rem;
}
table.paddingTight > tbody > tr > td {
  background: inherit;
}
table.paddingTight > tbody > tr > th,
table.paddingTight > tbody > tr > td {
  padding: 0.1rem 0.3rem;
}
table.paddingTight > tfoot > tr > th,
table.paddingTight > tfoot > tr > td {
  padding: 0.12rem 0.3rem;
}
table.paddingMedium > thead > tr > th, table.paddingMedium > thead > tr > td {
  padding: 0.24rem 0.4rem;
}
table.paddingMedium > thead > tr:nth-child(2) > th {
  padding: 0 0.4rem 0.2em 0.4rem;
}
table.paddingMedium > tbody > tr > td {
  background: inherit;
}
table.paddingMedium > tbody > tr > th,
table.paddingMedium > tbody > tr > td {
  padding: 0.2rem 0.4rem;
}
table.paddingMedium > tfoot > tr > th,
table.paddingMedium > tfoot > tr > td {
  padding: 0.24rem 0.4rem;
}
table.paddingLoose > thead > tr > th, table.paddingLoose > thead > tr > td {
  padding: 0.48rem 0.8rem;
}
table.paddingLoose > thead > tr:nth-child(2) > th {
  padding: 0 0.8rem 0.2em 0.8rem;
}
table.paddingLoose > tbody > tr > td {
  background: inherit;
}
table.paddingLoose > tbody > tr > th,
table.paddingLoose > tbody > tr > td {
  padding: 0.4rem 0.8rem;
}
table.paddingLoose > tfoot > tr > th,
table.paddingLoose > tfoot > tr > td {
  padding: 0.48rem 0.8rem;
}

.font-small * {
  font-size: 10.5pt;
}

.font-tiny * {
  font-size: 8.5pt;
}

.font-normal * {
  font-size: 12pt;
}

.font-medium * {
  font-size: 14pt;
}

.font-large * {
  font-size: 16pt;
}

.log-debug {
  color: #868686;
}

.log-info {
  color: #5b83a9;
}

.log-success {
  color: #398c2a;
}

.log-notice {
  color: #a072c6;
}

.log-warning {
  color: #fb8d10;
}

.log-error {
  color: #ff6b6b;
}
.log-error pre {
  color: inherit;
  opacity: 0.8;
  font-size: 9.5pt;
  margin: 2pt 20pt;
}

.log-critical {
  color: #fb8d10;
  background: #ffd9f2;
  border-left: 4px solid #ff01a8;
  padding-left: 5pt;
}

.log-alert {
  color: #c33f1c;
  background: #ffffff;
  font-size: 10.5pt;
  border: 2px solid #fb4110;
  padding: 5pt;
  margin: 5pt 0;
}

.log-emergency {
  color: #fb4110;
  background: #fff5f5;
  font-size: 10.5pt;
  border: 2px solid #fb4110;
  padding: 10pt;
  margin: 5pt 0;
}

.lightTheme {
  --font-color: #404040;
  --font-color-subdued: #a6a9a9;
  --color-main-bg: #e7e7e5;
  --color-main: #505050;
  --color-main-bg-dark: rgb(218.76, 218.76, 215.74);
  --color-main-bg-medium: #464654;
  --color-main-dark: rgb(54.5, 54.5, 54.5);
  --color-main-bg-light: #f8f8f8;
  --color-main-light: #838383;
  --color-border: hsl(0, 0%, 100.1960784314%);
  --color-border-light: #d0d0d0;
  --color-input: #404040;
  --color-input-bg: #faf6f0;
  --color-input-border: #d0d0d0;
  --color-input-accent: #269022;
  --color-input-list: #cea5a5;
  --color-input-list-bg: #f0f0f0;
  --color-input-list-border: #d7d7d7;
  --color-group: #cea5a5;
  --color-label: #504343bf;
  --color-item-label: #505050;
  --color-h1: #909090;
  --color-h2: #436f98;
  --color-popup-bg: #ffffff;
  --color-popup-border: #e0e0e0;
  --color-popup: #505050;
  --color-subtle: #95639d;
  --color-mandatory: #ff4800;
  --color-accent: #0f6091;
  --color-accent-alt: #ff8000;
  --color-table-headings: #607080;
  --color-link: #4096cf;
  --color-link-hover: #ffffff;
  --color-link-hover-bg: #ffad00;
  --color-subtle-hover-bg: #e0e0e0;
  --color-subtle-hover: #50b2f3;
}

body {
  background: var(--color-main-bg);
  color: var(--color-main);
}

.bottom_menu_tab,
.menu_tab {
  background: #f0fcff;
  border: 0;
  box-shadow: 0 0 0 1px #adc1d0;
  clear: both;
  display: inline-flex;
  margin: 0 0 10px 0;
  padding: 0 10px;
}

code {
  font-family: Consolas, "Courier New", Courier, monospace;
  padding: 0 2pt;
}

/**
Basic data table, provides no borders, no shading, no padding.
These need to be specified explicitly by adding one of dataTable- utility classes
 */
table.panel,
table.dataTable {
  --data-table--label-min-width: 0;
  --data-table--label-width: auto;
  --data-table--label-max-width: unset;
  --data-table--thead-divider-width: 0;
  --data-table--tbody-divider-width: 0;
  --data-table--tfoot-divider-width: 0;
  --data-table--border-width: 0;
  color: var(--colorTable);
  background-color: transparent;
  border-collapse: collapse;
  border: 0;
  box-shadow: 0 0 0 var(--data-table--border-width) var(--colorBorder);
  position: relative;
}
table.panel caption,
table.dataTable caption {
  color: var(--colorHeading);
  background-color: var(--colorHeadingBackground);
  border: var(--data-table--border-width) solid var(--colorBorder);
  border-bottom: 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
table.panel caption > span,
table.dataTable caption > span {
  display: block;
  padding: 10px;
}
table.panel > thead th,
table.dataTable > thead th {
  color: var(--colorHeading);
  font-weight: bold;
  text-align: left;
}
table.panel > thead td,
table.dataTable > thead td {
  color: var(--colorTable);
}
table.panel > thead tr > :not(:first-child),
table.dataTable > thead tr > :not(:first-child) {
  border-left: var(--data-table--thead-divider-width) solid var(--colorBorderAlt);
}
table.panel > tbody > tr,
table.dataTable > tbody > tr {
  background-color: inherit;
}
table.panel > tbody > tr > th,
table.dataTable > tbody > tr > th {
  color: var(--colorHeading);
  min-width: var(--data-table--label-min-width);
  max-width: var(--data-table--label-max-width);
  width: var(--data-table--label-width);
  font-weight: 600;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.panel > tbody > tr > th.divider,
table.dataTable > tbody > tr > th.divider {
  border-top: var(--borderWidth) solid var(--colorBorder);
  padding-bottom: 20px;
  padding-top: 20px;
}
table.panel > tbody > tr > td,
table.dataTable > tbody > tr > td {
  color: var(--colorTable);
  font-weight: normal;
  word-break: break-word;
}
table.panel > tbody > tr > :not(:first-child),
table.dataTable > tbody > tr > :not(:first-child) {
  border-left: var(--data-table--tbody-divider-width) solid var(--colorBorderAlt);
}
table.panel tfoot tr,
table.dataTable tfoot tr {
  background-color: var(--colorHeadingBackground);
}
table.panel tfoot tr > :not(:first-child),
table.dataTable tfoot tr > :not(:first-child) {
  border-left: var(--data-table--tfoot-divider-width) solid var(--colorBorderAlt);
}
table.panel tfoot th,
table.dataTable tfoot th {
  color: var(--colorHeading);
  font-weight: bold;
}
table.panel tfoot td,
table.dataTable tfoot td {
  color: var(--colorTable);
  font-weight: bold;
}
table.panel tfoot td label,
table.dataTable tfoot td label {
  color: var(--colorHeading);
  font-weight: 400;
  font-size: 8pt;
  display: block;
}

.dataTable.dataTable-paddingSmall > thead > tr > td,
.dataTable.dataTable-paddingSmall > thead > tr > th, .dataTable.dataTable-paddingSmall > tbody > tr > td,
.dataTable.dataTable-paddingSmall > tbody > tr > th, .dataTable.dataTable-paddingSmall > tfoot > tr > td,
.dataTable.dataTable-paddingSmall > tfoot > tr > th,
.dataTable.dataTable-paddingTight > thead > tr > td,
.dataTable.dataTable-paddingTight > thead > tr > th,
.dataTable.dataTable-paddingTight > tbody > tr > td,
.dataTable.dataTable-paddingTight > tbody > tr > th,
.dataTable.dataTable-paddingTight > tfoot > tr > td,
.dataTable.dataTable-paddingTight > tfoot > tr > th {
  padding: 0.1rem 0.3rem;
}
.dataTable.dataTable-paddingSmall > tbody > tr > th,
.dataTable.dataTable-paddingTight > tbody > tr > th {
  vertical-align: middle;
}

.dataTable.dataTable-paddingMedium > thead > tr > td,
.dataTable.dataTable-paddingMedium > thead > tr > th, .dataTable.dataTable-paddingMedium > tfoot > tr > td,
.dataTable.dataTable-paddingMedium > tfoot > tr > th,
.dataTable.dataTable-paddingNormal > thead > tr > td,
.dataTable.dataTable-paddingNormal > thead > tr > th,
.dataTable.dataTable-paddingNormal > tfoot > tr > td,
.dataTable.dataTable-paddingNormal > tfoot > tr > th {
  padding: 0.6rem 0.6rem;
}
.dataTable.dataTable-paddingMedium > tbody > tr > td,
.dataTable.dataTable-paddingMedium > tbody > tr > th,
.dataTable.dataTable-paddingNormal > tbody > tr > td,
.dataTable.dataTable-paddingNormal > tbody > tr > th {
  padding: 0.2rem 0.6rem;
}

.dataTable.dataTable-paddingLarge > thead > tr > td,
.dataTable.dataTable-paddingLarge > thead > tr > th, .dataTable.dataTable-paddingLarge > tfoot > tr > td,
.dataTable.dataTable-paddingLarge > tfoot > tr > th,
.dataTable.dataTable-paddingAmple > thead > tr > td,
.dataTable.dataTable-paddingAmple > thead > tr > th,
.dataTable.dataTable-paddingAmple > tfoot > tr > td,
.dataTable.dataTable-paddingAmple > tfoot > tr > th {
  padding: 0.6rem 0.6rem;
}
.dataTable.dataTable-paddingLarge > tbody > tr > td,
.dataTable.dataTable-paddingLarge > tbody > tr > th,
.dataTable.dataTable-paddingAmple > tbody > tr > td,
.dataTable.dataTable-paddingAmple > tbody > tr > th {
  padding: 0.4rem 0.8rem;
}

.dataTable.dataTable-striped {
  --colorHeading: rgb(146.471875, 153.7040865385, 159.903125);
  --colorHeadingBackground: #DFE6EC;
  --colorHeadingBackgroundAlt: rgb(214.3945, 222.4235, 229.3055);
  --colorTable: rgb(127.75, 127.75, 127.75);
  --colorTableBackground: #fcfcfc;
  --colorTableBackgroundAlt: rgb(246.9, 246.9, 246.9);
  --colorBorder: rgb(190.21, 199.5684615385, 207.59);
  --colorBorderAlt: rgb(210.825, 217.2057692308, 222.675);
  background-color: var(--colorTableBackground);
  --data-table--label-min-width: 200px;
  --data-table--label-max-width: 350px;
  --data-table--border-width: 2px;
}
.dataTable.dataTable-striped > thead > tr {
  background-color: var(--colorHeadingBackground);
}
.dataTable.dataTable-striped > tbody > tr:nth-child(2n+1) {
  background-color: var(--colorTableBackgroundAlt);
}
.dataTable.dataTable-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: var(--colorHeadingBackgroundAlt);
}
.dataTable.dataTable-striped > tbody > tr > th {
  background-color: var(--colorHeadingBackground);
}

table.data {
  border: none;
  margin: 0;
}
table.data > tbody > tr th {
  padding: 1pt 5pt 1pt 0;
  text-align: right;
}
table.data > tbody > tr td {
  padding: 1pt 5pt;
  text-align: left;
}

.gridForm {
  --colorHeading: rgb(163.153125, 163.153125, 153.221875);
  --colorHeadingBackground: #fafaf9;
  --colorHeadingBackgroundAlt: rgb(242.6509545455, 242.6509545455, 241.0490454545);
  --colorTable: rgb(127.75, 127.75, 127.75);
  --colorTableBackground: #ffffff;
  --colorTableBackgroundAlt: rgb(249.9, 249.9, 249.9);
  --colorBorder: rgb(218.9, 218.9, 218.9);
  --colorBorderAlt: rgb(236.75, 236.75, 236.75);
}

table.panel {
  --colorHeading: rgb(156.971875, 146.653125, 146.653125);
  --colorHeadingBackground: #e0e0e0;
  --colorHeadingBackgroundAlt: rgb(216.35, 216.35, 216.35);
  --colorTable: rgb(127.75, 127.75, 127.75);
  --colorTableBackground: #ffffff;
  --colorTableBackgroundAlt: rgb(249.9, 249.9, 249.9);
  --colorBorder: rgb(193.4, 193.4, 193.4);
  --colorBorderAlt: rgb(211.25, 211.25, 211.25);
  --borderWidth: 0;
}

table.clear {
  background-color: transparent;
  border: 0;
  border-collapse: collapse;
}
table.clear > thead,
table.clear > tfoot {
  background-color: transparent;
}
table.clear > thead > tr,
table.clear > thead > tr > th,
table.clear > thead > tr > td,
table.clear > tfoot > tr,
table.clear > tfoot > tr > th,
table.clear > tfoot > tr > td {
  background-color: transparent;
  border: 0;
}
table.clear > tbody {
  background-color: transparent;
}
table.clear > tbody > tr {
  background-color: transparent;
}
table.clear > tbody > tr > th {
  background: transparent;
  border: 0;
  color: var(--font-color-subdued);
  font-weight: 600;
}
table.clear > tbody > tr > td {
  background: transparent;
  border: 0;
  color: var(--font-color);
  font-weight: normal;
}

.TabPanel_container a {
  border-color: rgb(180.978852459, 197.3003019845, 206.821147541);
}

h1 {
  color: #5b87ca;
  font-size: 26.55pt;
  font-weight: 500;
  margin: 21.6pt 0;
  position: relative;
}

h2 {
  color: #796576;
  font-size: 23.1pt;
  font-weight: 500;
  margin: 21.6pt 0;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

h3 {
  color: #e17040;
  font-size: 19.65pt;
  font-weight: 500;
  margin: 21.6pt 0;
  position: relative;
}

h4 {
  color: #7b89b1;
  font-size: 16.2pt;
  font-weight: 500;
  margin: 21.6pt 0;
  position: relative;
}

h5 {
  color: #c03060;
  font-size: 12.75pt;
  font-weight: 500;
  margin: 21.6pt 0;
  position: relative;
}

h6 {
  color: #902030;
  font-size: 9.3pt;
  font-weight: 500;
  margin: 21.6pt 0;
  position: relative;
}

hr {
  background: #a0a090;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: 5px 0;
  width: 100%;
}

div.error {
  background-color: #ff5720;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8pt;
  box-sizing: border-box;
  color: #fffff0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 20pt auto;
  min-height: 50pt;
  max-width: 80vw;
  padding: 15pt 20pt 15pt 95px;
  position: relative;
  text-align: left;
}
div.error.borderless {
  border: none;
  box-shadow: none;
  background: inherit;
}
div.error::before {
  color: white;
  content: "\f06a";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 48px;
  left: 21px;
  position: absolute;
  animation: heartbeat 2s ease-in-out infinite both;
}
div.error h4 {
  margin-top: 10pt;
  font-size: 13pt;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8784313725);
}
div.error h3 {
  color: rgba(0, 0, 0, 0.8784313725);
}
div.error pre {
  color: rgba(0, 0, 0, 0.8156862745);
}
div.error p, div.error ul, div.error ol, div.error li {
  color: inherit;
  font-size: 11.5pt;
}
div.error p {
  font-weight: 600;
  margin: 12pt 0 5pt 0;
}
div.error p.comment {
  color: rgba(255, 255, 240, 0.75);
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0;
}
div.error.text {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 65px;
  margin: 5px 0;
  min-height: unset;
}
div.error.text::before {
  font-size: 32px;
  left: 12px;
}
div.warning {
  background-color: #ff9b00;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8pt;
  box-sizing: border-box;
  color: #fffff0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 20pt auto;
  min-height: 50pt;
  max-width: 80vw;
  padding: 15pt 20pt 15pt 95px;
  position: relative;
  text-align: left;
}
div.warning.borderless {
  border: none;
  box-shadow: none;
  background: inherit;
}
div.warning::before {
  color: white;
  content: "\f071";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 48px;
  left: 21px;
  position: absolute;
  animation: heartbeat 2s ease-in-out infinite both;
}
div.warning h4 {
  margin-top: 10pt;
  font-size: 13pt;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8784313725);
}
div.warning h3 {
  color: rgba(0, 0, 0, 0.8784313725);
}
div.warning pre {
  color: rgba(0, 0, 0, 0.8156862745);
}
div.warning p, div.warning ul, div.warning ol, div.warning li {
  color: inherit;
  font-size: 11.5pt;
}
div.warning p {
  font-weight: 600;
  margin: 12pt 0 5pt 0;
}
div.warning p.comment {
  color: rgba(255, 255, 240, 0.75);
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0;
}
div.warning.text {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 65px;
  margin: 5px 0;
  min-height: unset;
}
div.warning.text::before {
  font-size: 32px;
  left: 12px;
}
div.info {
  background-color: #45a8ff;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8pt;
  box-sizing: border-box;
  color: #fffff0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 20pt auto;
  min-height: 50pt;
  max-width: 80vw;
  padding: 15pt 20pt 15pt 95px;
  position: relative;
  text-align: left;
}
div.info.borderless {
  border: none;
  box-shadow: none;
  background: inherit;
}
div.info::before {
  color: white;
  content: "\f05a";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 48px;
  left: 21px;
  position: absolute;
  animation: heartbeat 2s ease-in-out infinite both;
}
div.info h4 {
  margin-top: 10pt;
  font-size: 13pt;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8784313725);
}
div.info h3 {
  color: rgba(0, 0, 0, 0.8784313725);
}
div.info pre {
  color: rgba(0, 0, 0, 0.8156862745);
}
div.info p, div.info ul, div.info ol, div.info li {
  color: inherit;
  font-size: 11.5pt;
}
div.info p {
  font-weight: 600;
  margin: 12pt 0 5pt 0;
}
div.info p.comment {
  color: rgba(255, 255, 240, 0.75);
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0;
}
div.info.text {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 65px;
  margin: 5px 0;
  min-height: unset;
}
div.info.text::before {
  font-size: 32px;
  left: 12px;
}
div.success {
  background-color: #7bcb4a;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8pt;
  box-sizing: border-box;
  color: #fffff0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 20pt auto;
  min-height: 50pt;
  max-width: 80vw;
  padding: 15pt 20pt 15pt 95px;
  position: relative;
  text-align: left;
}
div.success.borderless {
  border: none;
  box-shadow: none;
  background: inherit;
}
div.success::before {
  color: white;
  content: "\f058";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 48px;
  left: 21px;
  position: absolute;
  animation: heartbeat 2s ease-in-out infinite both;
}
div.success h4 {
  margin-top: 10pt;
  font-size: 13pt;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8784313725);
}
div.success h3 {
  color: rgba(0, 0, 0, 0.8784313725);
}
div.success pre {
  color: rgba(0, 0, 0, 0.8156862745);
}
div.success p, div.success ul, div.success ol, div.success li {
  color: inherit;
  font-size: 11.5pt;
}
div.success p {
  font-weight: 600;
  margin: 12pt 0 5pt 0;
}
div.success p.comment {
  color: rgba(255, 255, 240, 0.75);
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0;
}
div.success.text {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 65px;
  margin: 5px 0;
  min-height: unset;
}
div.success.text::before {
  font-size: 32px;
  left: 12px;
}
div.note {
  background-color: #fff0b2;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  clear: both;
  color: #404040;
  padding: 6px;
  text-align: left;
  font-size: 10.5pt;
}
div.note > p {
  color: inherit;
  margin: 3px 0;
}
div.note > p.comment {
  color: #737373;
}
div.box {
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  clear: both;
  color: #404040;
  padding: 6px;
  text-align: left;
  font-size: 10.5pt;
}
div.box > p {
  color: inherit;
  margin: 3px 0;
}
div.box > p.comment {
  color: #737373;
}
div.menu {
  margin: 10px 0;
  position: relative;
  width: auto;
}
div.menu a:link, div.menu a:visited, div.menu a:active {
  background: none;
  border: 0;
  color: #7f2a06;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  outline: 0;
  padding: 8px 12px;
  text-decoration: none;
}
div.menu a:hover {
  background-color: rgb(200.8984962406, 83.7270552414, 34.1015037594);
  border: 0;
  color: #ffffff;
  outline: 0;
}
div.menu a .admin:link, div.menu a .admin:visited, div.menu a .admin:active {
  background: none;
  border: 0;
  color: #7f2a06;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  outline: 0;
  padding: 8px 12px;
  text-decoration: none;
}
div.menu a .admin:hover {
  background-color: rgb(200.8984962406, 83.7270552414, 34.1015037594);
  border: 0;
  color: #ffef00;
  outline: 0;
}
div.menu .disabled {
  color: #909090;
  font-weight: bold;
  padding: 1px 8px 2px;
}
div.verticalMenu {
  font-weight: normal;
  text-align: left;
}
div.verticalMenu ul {
  list-style: none;
  padding: 0;
}
div.verticalMenu li {
  padding: 0;
}
div.verticalMenu li.group-header {
  color: #a56f6f;
}
div.verticalMenu li.group-header::before, div.verticalMenu li.group-header::after {
  border-color: #707070;
}
div.verticalMenu li.separator {
  border-bottom: 1px solid #a09090;
  height: 2px;
  margin: 5px 0;
  padding: 0;
}
div.verticalMenu li.disabled, div.verticalMenu li.disabled * {
  color: #b0b0b0;
  font-weight: bold;
  padding: 2px 12px 2px 18px;
}
div.verticalMenu img,
div.verticalMenu i {
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
  width: 1.25em;
}
div.verticalMenu a {
  align-items: center;
  border: 0;
  color: #17b;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  margin: 1px 0;
  padding: 4px 10px;
}
div.verticalMenu a:link, div.verticalMenu a:visited, div.verticalMenu a:active {
  border: 0;
  color: #17b;
  padding: 4px 10px;
  text-decoration: none;
}
div.verticalMenu a:hover {
  background-color: #e0f0ff;
  border: 0;
  border-radius: 3px;
  color: #40404f;
  padding: 4px 10px;
  text-decoration: none;
}

p.error {
  position: relative;
  padding-left: 8px;
  border-left: 8px solid #ff5720;
  color: #ff5720;
}
p.warning {
  position: relative;
  padding-left: 8px;
  border-left: 8px solid #f06b20;
  color: #f06b20;
}
p.info {
  position: relative;
  padding-left: 8px;
  border-left: 8px solid #059ee1;
  color: #176c9b;
}

.styled-message {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin: 10pt 0;
}
.styled-message .icon {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.styled-message span.text {
  flex: 1;
  word-wrap: break-word;
  color: inherit;
}
.styled-message.info-message {
  color: #619eba;
}
.styled-message.info-message .icon {
  color: #3b9ecc;
}
.styled-message.warning-message {
  color: #de9357;
}
.styled-message.warning-message .icon {
  color: #e78f01;
}
.styled-message.error-message {
  color: #de6e6e;
}
.styled-message.error-message .icon {
  color: #da2828;
}

.report-heading .report-column-filter-state {
  position: relative;
  top: 1px;
  border-bottom: 5px solid;
  border-bottom-color: transparent;
}

.report-heading .report-column-filter-state[data-state=active] {
  border-bottom-color: #ffa000;
}

html .SumoSelect > .optWrapper {
  border-color: var(--color-border-light);
}
html .SumoSelect > .optWrapper label {
  color: #261e1e;
}
html .SumoSelect > .optWrapper .placeholder {
  color: #aaaaaa;
  font-style: italic;
}
html .SumoSelect > .optWrapper .placeholder label {
  color: #aaaaaa;
}
html .SumoSelect > .optWrapper > .MultiControls {
  background-color: white;
  border: none;
}
html .SumoSelect > .optWrapper > .MultiControls > p:hover {
  color: var(--color-main-bg-light);
}
html .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  font-weight: bold;
  border-right: none;
  color: white;
}
html .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  background: #b65151;
  color: white;
}
html .SumoSelect .select-all {
  background-color: #eafbfe;
  border-color: var(--color-border);
  display: flex;
}
html .SumoSelect .select-all i::after {
  color: steelblue !important;
  opacity: 0.3;
}
html .SumoSelect .select-all label {
  font-style: oblique;
  color: steelBlue;
}
html .SumoSelect .placeholder {
  color: #aaaaaa;
  font-style: italic;
}
html .SumoSelect .placeholder label {
  color: #aaaaaa;
}
html .SumoSelect .report-heading .SumoSelect > .CaptionCont {
  background: rgba(255, 255, 255, 0.4392156863);
  color: var(--color-main-accent);
}
html .SumoSelect > .CaptionCont.specificValue {
  color: var(--color-input-accent);
}
html .specificValue .modernIconicListItem h1 {
  color: var(--color-input-accent);
}
html .disabled {
  filter: grayscale(1);
}

/*# sourceMappingURL=styles.css.map */
