:root {
  --main-font: Roboto, "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Arial, sans-serif;
  --avatar-color: #519651;
  --base-font-size: 14px;
  /* Fonts */
  --critical-color: red;
  --critical-color-1: hsl(0, 30%, 81%);
  --critical-color-2: hsl(0, 49%, 45%);
  --critical-color-3: hsl(0, 49%, 70%);
  --critical-color-4: hsl(0, 58%, 32%);
  --critical-color-5: hsl(0, 60%, 68%);
  --critical-color-6: hsl(0, 65%, 53%);
  --critical-color-7: hsl(0, 66%, 90%);
  --critical-color-8: hsl(0, 70%, 63%);
  --critical-color-9: hsl(0, 81%, 82%);
  --critical-color-10: hsla(0, 49%, 45%, 0.78);
  --warning-color: orange;
  --warning-color-1: hsl(38.82352941, 70%, 50%);
  --warning-color-2: hsl(38.82352941, 30%, 81%);
  --warning-color-3: hsl(38.82352941, 82%, 45%);
  --warning-color-4: hsl(0, 0%, 100%);
  --success-color: green;
  --success-color-1: hsl(120, 48%, 90%);
  --success-color-2: hsla(120, 45%, 43%, 0.78);
  --success-color-3: hsl(120, 42%, 72%);
  /* Page Title Bar */
  --pagetitle-bg-color: #125492;
  --pagetitle-bg-color-1: hsl(209.0625, 73%, 65%);
  --pagetitle-bg-color-2: hsl(209.0625, 93%, 65%);
  --pagetitle-bg-color-3: hsl(209.0625, 65%, 92%);
  --pagetitle-lightcolor: #1561a9;
  --pagetitle-darkcolor: #0f477b;
  --pagetitle-darkcolor2: hsl(0, 0%, 100%);
  --pagetitle-darkcolor-more: #0c3a65;
  /* Anchors (buttons) */
  --button-color: #eee;
  --button-color-d23: #b3b3b3;
  --button-color-d73: #343434;
  --button-color-d80: #222222;
  --button-color-l4: #f8f8f8;
  --button-color-d6: #dfdfdf;
  --button-hover-color: #125492;
  --button-hover-color-l5: #1561a9;
  --button-hover-color-l3: #145ca0;
  --button-hover-color-d15: #0a2d4e;
  --button-hover-color-d2: #114f89;
  --button-hover-color-d7: #0e4272;
  --boxicon-color: #aaa;
  --boxicon-color-d15: #848484;
  /* Getting Started page */
  --gs-bg-color: #333;
  --gs-bg-color-plus-111: #444;
  --gs-bg-color-plus-222: #555;
  --gs-bg-color-lightened-80: #ffffff;
  --gs-bg-color-lightened-30: #808080;
  --gs-font-color: #222;
  --gs-font: Helvetica, Arial, sans-serif;
  --gs-link-color: #4692d2;
}
:root {
  /* Scrollbar */
  --scrollbar-track-bg: #f8f8f8;
  --scrollbar-track-border: #eee;
  --scrollbar-thumb-bg: #ddd;
  --scrollbar-thumb-border: #d0d0d0;
  --scrollbar-thumb-hover-bg: #aaa;
  /* Left Tree */
  --root-tree-bg: var(--bg1);
  --root-tree-fg: #666;
  --root-tree-border-right: rgba(51, 51, 51, 0.15);
  --root-tree-divider: #0000001f;
  --root-tree-hover-border: #52a8d5;
  --root-tree-supergrid-bg: #fff;
  /* Top Nav Bar */
  --top-bar-bg: #444;
  --top-bar-border-between-icons: #2e2e2e;
  --top-bar-bg-active: #fff;
  --top-bar-border-active: #cccccc;
  --top-bar-hamburger-bg: var(--bg1);
  --top-bar-hamburger-fg: #666;
  --top-bar-hamburger-bg-collapsed: #444;
  --top-bar-hamburger-fg-collapsed: #e8e8e8;
  --top-counter-bg: #d84315;
  --top-counter-border-color: #d84315;
  --top-counter-font-color: #fff;
  /* Search Bar */
  --searchbar-base-color: #bbb;
  --searchbar-base-color-plus-111: #ccc;
  --searchbar-base-color-lighened: #f1f1f1;
  /* Tree menu */
  --treemenu-link-color: #222;
  --treemenu-link-selected-bg: #cde6f3;
  --treemenu-link-color-lighter: #666;
  /* Dashboard */
  --dashboard-card-bg: #f8f8f8;
  --dashboard-card-border: #ccc;
  --dashboard-card-fg: #444;
  /* Check Boxes */
  --input-bg: #fff;
  --input-fg: #222;
  --input-border-color: #aaa;
  --buttonbar-button-bg: #3087c1;
  /* Modals */
  --modal-bg: #fff;
  --modal-heading-bg: #333;
  --modal-heading-fg: #fff;
  /* Reports */
  --report-bg: #fff;
  --report-bg-altrow: var(--bg1);
  --report-bg-defaultselected: #ccc;
  --report-fg: #212121;
  --report-fg-faint: #ddd;
  --report-border: #ccc;
  --report-grid-border: #ddd;
  --report-inline-percent-bg: #E9F2F6;
  --report-inline-percent-fg: #08C;
  --report-hover-menu: #E9F2F6;
  --report-hilight-bg: #CBE1F2;
  /* Preview pane header (right pane) */
  --preview-header-bg-dark: #dbdbdb;
  --preview-header-counter-bg: #f5f5f5;
  /* Infogrid (Displays contact, chat, tasks and notes info) */
  --infogrid-header-bg: #e8e8e8;
  --infogrid-header-bg-dark: #c7c7c7;
  --infogrid-header-border: #fff;
  /* Info Panels (Login, Wizard, Error pages) */
  --infopanel-light-link-color: #fff;
  --infopanel-bg: #fff;
  /* Tab strip */
  --tabstrip-border-color: #aaa;
  --tabstrip-tab-border-color: transparent;
  --tabstrip-selected-tab-color: #1677c2;
  --tabstrip-selected-tab-bg: #fff;
  --tabstrip-hover-tab-fg: #000;
  --tabstrip-link-color: #444;
  --tabstrip-disabled-link-color: rgba(68, 68, 68, 0.3);
  --bubbletabs-bg: #e8e8e8;
  --messagetabs-bg: #f0f0f0;
  --messagetabs-link-bg: #e5e5e5;
  --messagetabs-link-bg-dark: #e0e0e0;
  --counter-bg: #125492;
  --counter-border-color: #186ebf;
  --counter-font-color: #fff;
  /* Color Palette */
  --bg1: #f8f8f8;
  /* Framework */
  --base-bg-normal: var(--bg1);
  --base-bg-lighter: #f0f0f0;
  --base-bg-highcontrast: #fff;
  --base-bg-color: #fff;
  --base-font-color: #212121;
  --base-font-color-highcontrast: #000;
  --base-font-color-lowcontrast: #444;
  --base-font-color-plus-1: #222;
  --base-font-color-plus-111: #323232;
  --base-font-color-l35: #7a7a7a;
  --base-font-color-l40: #878787;
  --base-grid-color: #cccccc;
  --base-link-color: #1677c2;
  --base-link-color-1: hsl(206.1627907, 85%, 69%);
  --base-link-color-2: hsl(0, 0%, 100%);
  /* Forms and Buttons */
  --form-border: #aaa;
  --form-border-focus: #53abf9;
  --form-border-disabled: #ddd;
  --form-label-color: #444;
  --form-text-color: #000;
  --form-text-color-light: #666;
  --form-text-color-disabled: #000000aa;
  --form-invalid-bg: #fcc;
  --form-bg-color: #fff;
  --form-bg-color-disabled: var(--bg1);
  --form-surround-box-bg: #eee;
  --button-primary-fg: #fff;
  --button-primary-bg: #3087c1;
  --button-primary-bg-hover: #266a98;
  --button-warn-bg: #d84315;
  --button-warn-bg-hover: #aa3510;
  --button-secondary-bg: #fff;
  --button-secondary-fg: #333;
  --button-secondary-border: #bbb;
  --button-secondary-bg-hover: #e6e6e6;
  --button-secondary-border-hover: #666;
  --button-disabled-bg: #e0e0e0;
  --button-disabled-fg: #555;
  --warning-bar-bg: #f6ead5;
  --warning-bar-fg: #444;
  /* Button bar specific */
  --buttonbar-color: #D1E8FC;
  --buttonbar-border-color: #aaa;
  --buttonbar-solid-bg: #fff;
  /* All drop and context menus */
  --menu-btn-basecolor: #121212;
  --menu-btn-bg: #fff;
  --menu-btn-fg: #121212;
  --menu-border: #999;
  --dropmenu-bg: #f3f3f3;
  --dropmenu-fg: #121212;
  --dropmenu-bg-hover: #0c516e;
  --dropmenu-fg-hover: #f3f3f3;
  --dropmenu-border: #2e2e2e;
  /* Option menu specific */
  --optionmenu-color: #aaa;
  --optionmenu-color-lighter: #f6f6f6;
  --optionmenu-bg: #eaeaea;
  --optionmenu-top-item-fg-hover: #0c516e;
  /* Auto complete (for input fields) */
  --hc-bg-color: #fff;
  --hc-link-color: #212121;
  --hc-link-bg-color: #FEF1B9;
  --hc-border-color: #aaa;
  /* Grid */
  --grid-hover-color: #f5f5f5;
  --grid-selected-color: hsl(209.0625, 93%, 93%);
  --grid-selected-color-shift: hsl(209.0625, 20%, 30%);
  --grid-border-color: #d9d9d9;
}
/* MIXINS
------------------------- */
/* LTR-ONLY (ENGLISH) STYLESHEET */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
/* CSS RESET & GLOBALS
------------------------------------- */
html,
body,
form,
div,
span,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
p,
blockquote,
a,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
img,
textarea,
input,
select,
label,
iframe {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}
html {
  overflow: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: normal;
  font-size: var(--base-font-size);
  color: var(--base-font-color);
}
form {
  width: 100%;
  height: 100%;
}
iframe {
  border: none;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
label {
  display: inline-block;
  vertical-align: middle;
}
input {
  font-size: 14px;
  font-family: var(--main-font);
  padding: 4px 6px;
  border-radius: 0;
}
input[type='file'] {
  padding: 1px 4px 1px 0;
}
input[type='text'],
input[type='password'] {
  border: solid 1px var(--form-border);
  color: var(--form-text-color);
  background: var(--form-bg-color);
  box-shadow: none;
}
input[type='text']:focus,
input[type='password']:focus {
  outline: none;
  border-color: var(--form-border-focus);
}
select {
  border: solid 1px var(--form-border);
  font-size: 14px;
  font-family: var(--main-font);
  color: var(--form-text-color);
  box-shadow: none;
  background: var(--form-bg-color);
  padding: 4px 4px;
  border-radius: 0;
}
select.fullwidth {
  width: 100%;
  display: block;
}
select:focus {
  outline: none;
  border-color: var(--form-border-focus);
}
textarea {
  resize: none;
  font-size: 14px;
  font-family: var(--main-font);
  border: solid 1px var(--form-border);
  color: var(--form-text-color);
  background: var(--form-bg-color);
  box-shadow: none;
  padding: 4px 6px;
}
textarea:focus {
  outline: none;
  border-color: var(--form-border-focus);
}
a {
  color: var(--base-link-color);
  text-decoration: none;
}
ul,
ol {
  margin: 0.5em 0 1em 2em;
}
p {
  line-height: 1.6;
}
/* Non-selectable areas */
ul.dropmenu,
ul.treemenu,
ul.tabstrip,
div.nav,
table.HyperGrid,
div.SearchBar a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
/*Check box styles*/
input[type=checkbox],
.SettingsContainer input[type=checkbox],
.InnerContent input[type=checkbox],
table.compose input[type=checkbox] {
  appearance: none;
  background-color: var(--input-bg);
  color: var(--input-fg);
  padding: 2px 3px 0 3px;
  border: solid 1px var(--input-border-color);
  height: 18px;
  width: 17px;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 2px;
  vertical-align: middle;
}
input[type=checkbox] + label,
.SettingsContainer input[type=checkbox] + label,
.InnerContent input[type=checkbox] + label,
table.compose input[type=checkbox] + label {
  -webkit-user-select: none;
          user-select: none;
}
input[type=checkbox]:checked,
.SettingsContainer input[type=checkbox]:checked,
.InnerContent input[type=checkbox]:checked,
table.compose input[type=checkbox]:checked {
  background-color: var(--buttonbar-button-bg);
  border-color: var(--buttonbar-button-bg);
  color: var(--buttonbar-color);
}
input[type=checkbox]:focus,
.SettingsContainer input[type=checkbox]:focus,
.InnerContent input[type=checkbox]:focus,
table.compose input[type=checkbox]:focus {
  outline: none;
  border-style: dashed;
  border-color: var(--pagetitle-bg-color-1);
}
input[type=checkbox]:hover,
.SettingsContainer input[type=checkbox]:hover,
.InnerContent input[type=checkbox]:hover,
table.compose input[type=checkbox]:hover {
  border-color: var(--pagetitle-bg-color-2);
  border-style: solid;
}
input[type=checkbox]::before,
.SettingsContainer input[type=checkbox]::before,
.InnerContent input[type=checkbox]::before,
table.compose input[type=checkbox]::before {
  margin: 0 auto;
  font-size: 13px;
  font-family: Arial, serif;
  line-height: 1;
  content: '\2713';
  opacity: 0;
}
input[type=checkbox]:checked::before,
.SettingsContainer input[type=checkbox]:checked::before,
.InnerContent input[type=checkbox]:checked::before,
table.compose input[type=checkbox]:checked::before {
  opacity: 1;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Right to Left Direction (RTL) */
body[dir='rtl'] input[type='file'] {
  padding: 1px 0 1px 4px;
}
body[dir='rtl'] div.InnerContent ol,
body[dir='rtl'] div.InnerContent ul {
  margin: 0.5em 2em 1em 0;
}
body[dir='rtl'] div.nav,
body[dir='rtl'] div.left-pane,
body[dir='rtl'] div.splitter {
  float: right;
}
body[dir='rtl'] div.left-pane {
  margin-left: 2px;
  margin-right: 0;
}
body[dir='rtl'] div.left-pane.horizontal {
  float: none;
  margin-left: 0;
  margin-bottom: 2px;
}
body[dir='rtl'] #scroll_mask {
  left: 20px;
  right: 0;
}
body[dir='rtl'] div.tiptext div.noty_message {
  padding: 8px 10px 8px 25px !important;
}
body[dir='rtl'] div.tiptext a#close {
  right: auto;
  left: 5px;
}
body[dir='rtl'] div.infopanel div.controls div.casing {
  float: right;
}
body[dir='rtl'] div.infopanel a.pswdreset {
  float: left;
}
body[dir='rtl'] div.infopanel.wizard {
  background-position: 415px 0;
}
body[dir='rtl'] div.infopanel.wizard div.controls {
  right: auto;
  left: 1em;
}
body[dir='rtl'] div.infopanel.wizard div.controls p {
  float: right;
}
body[dir='rtl'] div.infopanel.wizard div.cols > div {
  float: left;
}
body[dir='rtl'] div.infopanel.wizard div.cols > div:first-child {
  float: right;
}
body[dir='rtl'] div.infopanel.simplewizard {
  background-position: 415px 0;
}
body[dir='rtl'] div.infopanel.simplewizard div.controls {
  right: auto;
  left: 1em;
}
body[dir='rtl'] div.infopanel.simplewizard div.controls p {
  float: right;
}
body[dir='rtl'] div.infopanel.simplewizard div.cols > div {
  float: left;
}
body[dir='rtl'] div.infopanel.simplewizard div.cols > div:first-child {
  float: right;
}
body[dir='rtl'] div#footer span.icon {
  float: right;
}
body[dir='rtl'] div#footer p {
  padding: 0 21px 0 0;
}
body[dir='rtl'] div#footer div + div {
  text-align: left;
}
body[dir='rtl'] div.controls {
  text-align: left;
}
body[dir='rtl'] div.controls div#windowoption {
  float: right;
}
body[dir='rtl'] div.HyperWindow a#close {
  right: auto;
  left: 7px;
}
body[dir='rtl'] div.reminderinfo a.button {
  float: left;
}
body[dir='rtl'] table.HyperGrid th,
body[dir='rtl'] table.HyperGrid td {
  text-align: right;
}
body[dir='rtl'] table.HyperGrid .checkable.multiline {
  padding-left: 0;
  padding-right: 0.6em;
}
body[dir='rtl'] table.HyperGrid .checkable {
  padding: 0 0.75em 0 0;
}
body[dir='rtl'] div.HyperGridScroller {
  left: 0 !important;
  right: auto !important;
}
body[dir='rtl'] table.SettingsContainer td > input,
body[dir='rtl'] table.SettingsContainer td > select {
  margin: 0.3em 0 0.3em 0.3em;
}
body[dir='rtl'] table.SettingsContainer td:first-child {
  padding-right: 0.5em;
  padding-left: 2em;
}
body[dir='rtl'] table.SettingsContainer td.description {
  padding: 0 3em 0.7em 0;
}
body[dir='rtl'] table.SettingsContainer td div.casing {
  margin: 2px 0 2px 10px;
}
body[dir='rtl'] table.SettingsContainer td ul {
  margin-right: 0;
}
body[dir='rtl'] table.SettingsContainer table.colorpicker div.casing {
  vertical-align: middle;
}
body[dir='rtl'] div.SearchBar a {
  float: right;
}
body[dir='rtl'] div.SearchBar a.close {
  float: left;
}
body[dir='rtl'] div.btns div.SearchBar,
body[dir='rtl'] ul.buttonbar + div.SearchBar {
  right: auto;
  left: 10px;
}
body[dir='rtl'] ul.treemenu ul {
  margin-right: 1em;
}
body[dir='rtl'] ul.treemenu a.expander {
  left: auto;
  right: 0;
  margin: 0 0.15em 0 0;
}
body[dir='rtl'] ul.treemenu a[href] {
  margin-left: 0;
  margin-right: 2em;
}
body[dir='rtl'] ul.dropmenu > li {
  float: right;
}
body[dir='rtl'] ul.dropmenu ul.submenu {
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.1);
  right: 0;
  left: auto;
}
body[dir='rtl'] ul.dropmenu ul.submenu span.checked,
body[dir='rtl'] ul.dropmenu ul.submenu span.checked-alt {
  right: 0;
  left: auto;
}
body[dir='rtl'] ul.dropmenu ul.submenu span.openleft,
body[dir='rtl'] ul.dropmenu ul.submenu span.openleft-alt {
  right: auto;
  left: 0;
}
body[dir='rtl'] ul.dropmenu.headermenu > li {
  border-width: 0 1px 0 0;
}
body[dir='rtl'] ul.dropmenu.buttonbar > li > a {
  border-width: 0 0 1px 1px;
}
body[dir='rtl'] ul.tabstrip li {
  float: right;
  margin: 0 0 0 0.3em;
}
body[dir='rtl'] ul.tabstrip li:last-child {
  margin: 0;
}
body[dir='rtl'] ul.tabstrip li a {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
body[dir='rtl'] ul.tabstrip li span.counter {
  left: -4px;
  right: auto;
}
body[dir='rtl'] .boxicon {
  margin: 0 0 0 0.2em;
}
body[dir='rtl'] a.button {
  margin-left: 0;
  margin-right: 5px;
}
body[dir='rtl'] div.today > div {
  margin: 0 0.7em 0 0;
}
body[dir='rtl'] div.today > div > div {
  float: right;
}
body[dir='rtl'] div.item-wrapper {
  text-align: left;
}
body[dir='rtl'] div.item div.recurring {
  right: auto;
  left: 0;
}
body[dir='rtl'] div.item p.item-details {
  text-align: right;
}
body[dir='rtl'] div.item div.time {
  margin: 0 0 0 10px;
}
body[dir='rtl'] table.TaskProgressBar {
  float: right;
  margin-left: 0;
  margin-right: 0.7em;
}
body[dir='rtl'] div.TaskProgressText {
  float: right !important;
}
body[dir='rtl'] div.ui-widget table td:first-child {
  padding-right: 5px;
  padding-left: 1px;
}
body[dir='rtl'] div.ui-widget table td:last-child {
  padding-left: 5px;
  padding-right: 1px;
}
body[dir='rtl'] .datetime button.boxicon {
  margin-right: 5px;
  margin-left: 10px;
  vertical-align: middle;
}
body[dir='rtl'] .datetime a {
  vertical-align: middle;
}
body[dir='rtl'] .datetime input + input {
  margin-right: 10px;
}
body[dir='rtl'] div.textbox textarea {
  padding-right: 0;
  padding-left: 4em;
}
body[dir='rtl'] div.options {
  right: auto;
  left: 0;
}
@font-face {
  font-family: "toolsicon";
  src: url('../fonts/toolsicon.eot?v1726183591722');
  src: url('../fonts/toolsicon.eot?v1726183591722#iefix') format('embedded-opentype'), url('../fonts/toolsicon.woff2?v1726183591722') format('woff2'), url('../fonts/toolsicon.woff?v1726183591722') format('woff'), url('../fonts/toolsicon.ttf?v1726183591722') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.toolsicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'toolsicon';
  font-weight: 400;
}
.toolsicon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.toolsicon-xs {
  font-size: 0.75em;
}
.toolsicon-sm {
  font-size: 0.875em;
}
.toolsicon-1x {
  font-size: 1em;
}
.toolsicon-2x {
  font-size: 2em;
}
.toolsicon-3x {
  font-size: 3em;
}
.toolsicon-4x {
  font-size: 4em;
}
.toolsicon-5x {
  font-size: 5em;
}
.toolsicon-6x {
  font-size: 6em;
}
.toolsicon-7x {
  font-size: 7em;
}
.toolsicon-8x {
  font-size: 8em;
}
.toolsicon-9x {
  font-size: 9em;
}
.toolsicon-10x {
  font-size: 10em;
}
.toolsicon-fw {
  text-align: center;
  width: 1.25em;
}
.toolsicon-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.toolsicon-ul > li {
  position: relative;
}
.toolsicon-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.toolsicon-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.toolsicon-pull-left {
  float: left;
}
.toolsicon-pull-right {
  float: right;
}
.toolsicon.toolsicon-pull-left {
  margin-right: 0.3em;
}
.toolsicon.toolsicon-pull-right {
  margin-left: 0.3em;
}
.toolsicon-spin {
  animation: fa-spin 2s infinite linear;
}
.toolsicon-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toolsicon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.toolsicon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.toolsicon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.toolsicon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.toolsicon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.toolsicon-flip-both,
.toolsicon-flip-horizontal.toolsicon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .toolsicon-rotate-90,
:root .toolsicon-rotate-180,
:root .toolsicon-rotate-270,
:root .toolsicon-flip-horizontal,
:root .toolsicon-flip-vertical,
:root .toolsicon-flip-both {
  filter: none;
}
.toolsicon-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.toolsicon-stack-1x,
.toolsicon-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.toolsicon-stack-1x {
  line-height: inherit;
}
.toolsicon-stack-2x {
  font-size: 2em;
}
.toolsicon-inverse {
  color: #fff;
}
.toolsicon-bars:before {
  content: "\E001";
}
.toolsicon-bell:before {
  content: "\E002";
}
.toolsicon-calendar-alt:before {
  content: "\E003";
}
.toolsicon-calendar-day:before {
  content: "\E004";
}
.toolsicon-calendar:before {
  content: "\E005";
}
.toolsicon-caret-down:before {
  content: "\E006";
}
.toolsicon-caret-left:before {
  content: "\E007";
}
.toolsicon-caret-right:before {
  content: "\E008";
}
.toolsicon-caret-up:before {
  content: "\E009";
}
.toolsicon-check-circle:before {
  content: "\E00A";
}
.toolsicon-clock:before {
  content: "\E00B";
}
.toolsicon-cog:before {
  content: "\E00C";
}
.toolsicon-ellipsis-h:before {
  content: "\E00D";
}
.toolsicon-ellipsis-v:before {
  content: "\E00E";
}
.toolsicon-external-link:before {
  content: "\E00F";
}
.toolsicon-file-chart-line:before {
  content: "\E010";
}
.toolsicon-file-chart-pie:before {
  content: "\E011";
}
.toolsicon-file-search:before {
  content: "\E012";
}
.toolsicon-filter:before {
  content: "\E013";
}
.toolsicon-folder-plus-solid:before {
  content: "\E014";
}
.toolsicon-folder-plus:before {
  content: "\E015";
}
.toolsicon-folder-solid:before {
  content: "\E016";
}
.toolsicon-folder:before {
  content: "\E017";
}
.toolsicon-globe-americas:before {
  content: "\E018";
}
.toolsicon-globe:before {
  content: "\E019";
}
.toolsicon-info-circle:before {
  content: "\E01A";
}
.toolsicon-shield-alt:before {
  content: "\E01B";
}
.toolsicon-shield:before {
  content: "\E01C";
}
.toolsicon-sort-alpha-down:before {
  content: "\E01D";
}
.toolsicon-sort-amount-down:before {
  content: "\E01E";
}
.toolsicon-spider:before {
  content: "\E01F";
}
.toolsicon-sync:before {
  content: "\E020";
}
.toolsicon-tachometer-fast:before {
  content: "\E021";
}
.toolsicon-user-alt:before {
  content: "\E022";
}
.toolsicon-user:before {
  content: "\E023";
}
.toolsicon-arrow_drop_down:before {
  content: "\E024";
}
.toolsicon-arrow_drop_up:before {
  content: "\E025";
}
.toolsicon-arrow_left:before {
  content: "\E026";
}
.toolsicon-arrow_right:before {
  content: "\E027";
}
.toolsicon-av_timer:before {
  content: "\E028";
}
.toolsicon-bug_report:before {
  content: "\E029";
}
.toolsicon-check:before {
  content: "\E02A";
}
.toolsicon-clear:before {
  content: "\E02B";
}
.toolsicon-description:before {
  content: "\E02C";
}
.toolsicon-equalizer:before {
  content: "\E02D";
}
.toolsicon-filter_list:before {
  content: "\E02E";
}
.toolsicon-info:before {
  content: "\E02F";
}
.toolsicon-insert_chart:before {
  content: "\E030";
}
.toolsicon-menu:before {
  content: "\E031";
}
.toolsicon-more_horiz:before {
  content: "\E032";
}
.toolsicon-person:before {
  content: "\E033";
}
.toolsicon-public:before {
  content: "\E034";
}
.toolsicon-refresh:before {
  content: "\E035";
}
.toolsicon-search:before {
  content: "\E036";
}
.toolsicon-security:before {
  content: "\E037";
}
.toolsicon-settings:before {
  content: "\E038";
}
.toolsicon-sort:before {
  content: "\E039";
}
.toolsicon-sunny-hollow:before {
  content: "\E03A";
}
.toolsicon-sunny:before {
  content: "\E03B";
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
/*-- Line --*/
.c3-line {
  stroke-width: 1px;
}
/*-- Point --*/
.c3-circle {
  fill: currentColor;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}
/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}
.c3-region text {
  fill-opacity: 1;
}
/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1;
}
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}
/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip .value {
  text-align: right;
}
/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.c3-chart-arc.c3-target g path {
  opacity: 1;
}
.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}
/*-- Zoom --*/
.c3-drag-zoom.enabled {
  pointer-events: all !important;
  visibility: visible;
}
.c3-drag-zoom.disabled {
  pointer-events: none !important;
  visibility: hidden;
}
.c3-drag-zoom .extent {
  fill-opacity: 0.1;
}
.c3 svg {
  font: 10px var(--main-font);
}
.c3 path {
  stroke: var(--base-font-color);
}
.c3 line {
  stroke: var(--base-font-color);
}
.c3 text {
  fill: var(--base-font-color);
}
.c3-grid line {
  stroke: var(--report-fg-faint);
}
.c3-axis {
  fill: var(--report-inline-percent-fg);
}
.c3-legend-background {
  fill: var(--report-bg);
  stroke: var(--report-bg-altrow);
}
.c3-title {
  font: 14px var(--main-font);
}
.c3-tooltip {
  background-color: var(--report-bg);
}
.c3-tooltip tr {
  border: 1px solid var(--report-border);
}
.c3-tooltip th {
  background-color: var(--report-bg-altrow);
  color: #FFF;
}
.c3-tooltip td {
  background-color: var(--report-bg);
  border-left: 1px dotted #999;
}
.c3-tooltip td.name {
  text-align: left;
}
.c3-chart-arc path {
  stroke: var(--report-bg);
}
.c3-chart-arc rect {
  stroke: var(--report-bg);
}
.c3-chart-arc text {
  fill: white;
  text-shadow: 1px 1px 3px #000;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-lines .c3-line {
  stroke-width: 1.5px;
}
.d3-geomap text {
  fill: var(--base-font-color);
  font-size: 12px;
}
@media only screen and (min-width: 0) {
  .d3-geomap text {
    font-size: 6px;
  }
}
@media only screen and (min-width: 500px) {
  .d3-geomap text {
    font-size: 8px;
  }
}
@media only screen and (min-width: 675px) {
  .d3-geomap text {
    font-size: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .d3-geomap text {
    font-size: 12px;
  }
}
.d3-geomap .background {
  fill: none;
  pointer-events: all;
}
.d3-geomap .unit {
  cursor: pointer;
  fill: var(--report-bg-altrow);
  stroke: #999;
  stroke-width: 0.4px;
}
.d3-geomap .legend-bg {
  fill: transparent !important;
  stroke: transparent;
  fill-opacity: 0.8;
}
.d3-geomap .legend-bar {
  stroke: var(--base-font-color);
  stroke-width: 1px;
}
.license-card-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, 500px);
  grid-template-rows: repeat(3, minmax(260px, auto));
  gap: 20px;
  margin: 0 20px;
}
.license-card {
  background: var(--dashboard-card-bg);
  color: var(--dashboard-card-fg);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px var(--dashboard-card-border);
  line-height: normal !important;
}
.license-card .header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: 'title img' 'subtitle img';
  gap: 0 12px;
}
.license-card .header img {
  grid-area: img;
  width: 64px;
  height: 64px;
}
.license-card .header div.icon-img {
  grid-area: img;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.license-card .header div.icon-img i {
  font-size: 43px;
  line-height: 1;
}
.license-card .header .title {
  grid-area: title;
  font-weight: 500;
  font-size: larger;
}
.license-card .header .subtitle {
  grid-area: subtitle;
  /*font-size: 13px;*/
}
.license-card .footer {
  flex: 1 1 auto;
  display: flex;
  align-items: end;
  justify-content: space-evenly;
}
.license-card .footer .store-badge {
  margin-right: 10px;
}
.license-card .footer .store-badge img {
  height: 40px;
}
::-webkit-scrollbar {
  background-color: var(--scrollbar-track-bg);
  -webkit-appearance: none;
  -webkit-transition-duration: 0.5s;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-bg);
  border: solid 1px var(--scrollbar-track-border);
}
::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-bg);
  border: solid 1px var(--scrollbar-thumb-border);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover-bg);
}
::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-track-bg);
}
/* Primary site structure -------------------------------------------------------------------------------- */
body {
  background-color: var(--base-bg-color);
  scrollbar-color: var(--scrollbar-thumb-bg) var(--scrollbar-track-bg);
}
body.Root {
  min-width: 800px;
}
body.Login .full-screen-bg-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-size: cover;
  color: #333;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "left-gutter content right-gutter" "bottom bottom bottom";
}
body.Login .infopanel.login {
  grid-area: content;
  align-self: center;
  justify-self: center;
  border-radius: 5px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  position: initial;
  margin: initial;
  top: initial;
  /* These styles are hard-coded, because the login page will always be in light mode */
}
body.Login .infopanel.login > div {
  font-size: 1rem;
  padding: 0;
}
body.Login .infopanel.login .controls {
  padding-bottom: 0;
}
body.Login .infopanel.login h2 {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1;
  margin: 1rem 0 0.25rem 0;
  color: #333;
}
body.Login .infopanel.login input[type='checkbox'] + label {
  font-size: 1rem;
}
body.Login .infopanel.login .button {
  background: #3087c1;
  border-radius: 2px;
  color: #f3f3f3;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding: 4px 12px;
  border: none;
  text-shadow: none;
}
body.Login .infopanel.login .button:hover,
body.Login .infopanel.login .button:focus,
body.Login .infopanel.login .button:visited {
  background: #266a98;
  color: #f3f3f3;
}
body.Login .infopanel.login select {
  max-width: initial;
  border: solid 1px #aaa;
  color: black;
  background: white;
}
body.Login .infopanel.login input[type='text'],
body.Login .infopanel.login input[type='password'] {
  border: solid 1px #aaa;
  color: black;
  background: white;
}
body.Login .pagetitle {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-top: 0;
  text-align: center;
}
body.Login #footer {
  grid-area: bottom;
  font-size: 13px;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  color: #e0e0e0;
  padding: 7px 20px 10px;
}
body.Login #footer > div {
  vertical-align: bottom;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  line-height: 18px;
  flex: 1 1 auto;
  align-self: flex-end;
}
body.Login #footer > div + div {
  text-align: right;
}
body.Login #footer .toolsicon {
  font-size: 13px;
  line-height: 19px;
  margin-right: 7px;
}
body.Login #footer a {
  color: #e0e0e0;
}
body.Login #footer a:hover {
  color: #e8e8e8;
  text-decoration: underline;
}
body.Wizard .full-screen-bg-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-size: cover;
  color: #333;
}
body.SimpleWizard .full-screen-bg-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-size: cover;
  color: #333;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "left-gutter content right-gutter" "bottom bottom bottom";
}
body.SimpleWizard .infopanel.simplewizard {
  grid-area: content;
  align-self: center;
  justify-self: center;
  border-radius: 5px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  position: initial;
  margin: initial;
  top: initial;
  /* These styles are hard-coded, because the login page will always be in light mode */
}
body.SimpleWizard .infopanel.simplewizard > div {
  font-size: 1rem;
  padding: 0;
}
body.SimpleWizard .infopanel.simplewizard .controls {
  padding-bottom: 0;
  margin-top: 30px;
}
body.SimpleWizard .infopanel.simplewizard h2 {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1;
  margin: 1rem 0 0.25rem 0;
  color: #333;
}
body.SimpleWizard .infopanel.simplewizard input[type='checkbox'] + label {
  font-size: 1rem;
}
body.SimpleWizard .infopanel.simplewizard .button {
  background: #3087c1;
  border-radius: 2px;
  color: #f3f3f3;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding: 4px 12px;
  border: none;
  text-shadow: none;
}
body.SimpleWizard .infopanel.simplewizard .button:hover,
body.SimpleWizard .infopanel.simplewizard .button:focus,
body.SimpleWizard .infopanel.simplewizard .button:visited {
  background: #266a98;
  color: #f3f3f3;
}
body.SimpleWizard .infopanel.simplewizard select {
  max-width: initial;
  border: solid 1px #aaa;
  color: black;
  background: white;
}
body.SimpleWizard .infopanel.simplewizard input[type='text'],
body.SimpleWizard .infopanel.simplewizard input[type='password'] {
  border: solid 1px #aaa;
  color: black;
  background: white;
}
body.SimpleWizard .infopanel.simplewizard .captchaInput {
  vertical-align: top;
  display: inline-block;
}
body.SimpleWizard .infopanel.simplewizard .captchaInput input[type='text'],
body.SimpleWizard .infopanel.simplewizard .captchaInput input[type='password'] {
  width: auto;
}
body.SimpleWizard .infopanel.simplewizard .CaptchaImage {
  display: inline-block;
}
body.SimpleWizard .pagetitle {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-top: 0;
  text-align: center;
}
body.SimpleWizard #footer {
  grid-area: bottom;
  font-size: 13px;
  background-color: transparent;
  text-shadow: 0 0 10px #fff;
  color: #222;
  box-shadow: none;
  padding: 15px;
  display: flex;
}
body.SimpleWizard #footer > div {
  vertical-align: bottom;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  line-height: 18px;
  flex: 1 1 auto;
  align-self: flex-end;
}
body.SimpleWizard #footer > div + div {
  text-align: right;
}
body.SimpleWizard #footer .toolsicon {
  font-size: 13px;
  line-height: 1.6;
}
body.SimpleWizard #footer a {
  color: #222;
}
body.SimpleWizard #footer a:hover {
  color: #222;
  text-decoration: underline;
}
body.innerpopup {
  background: var(--modal-bg);
}
body.innerpopup div.FilterBar {
  border-width: 1px 0;
}
#MenuBackdrop.open {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  top: 0;
  left: 0;
}
#RootContainer {
  overflow: hidden;
  display: grid;
  height: 100vh;
  width: 100vw;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-template-areas: "topbar topbar" "left right";
}
#RootTopBar {
  grid-area: topbar;
  background: var(--top-bar-bg);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
#RootTopBar a.section-icon {
  position: relative;
  color: #e4e4e4;
  background-color: var(--top-bar-bg);
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-bottom: solid 1px var(--top-bar-bg);
  border-left: solid 1px var(--top-bar-border-between-icons);
}
#RootTopBar a.section-icon:hover {
  color: #fff;
  background-color: #333;
}
#RootTopBar a.section-icon.active {
  color: #000;
  background-color: var(--top-bar-bg-active);
  border-bottom: solid 1px var(--top-bar-border-active);
}
#RootTopBar a.section-icon span.counter,
#RootTopBar a.section-icon span.counter:hover {
  position: absolute;
  top: 8px;
  right: 4px;
  bottom: auto;
  left: auto;
  z-index: 2;
  border: 1px solid var(--top-counter-border-color);
  border-radius: 2px;
  display: block;
  font-size: 10px;
  color: var(--top-counter-font-color);
  line-height: 1.3;
  padding: 0 2px;
  background-color: var(--top-counter-bg);
}
#RootTopBar a.section-icon span.counter.hidden,
#RootTopBar a.section-icon span.counter:hover.hidden {
  display: none;
}
#RootTopBar .main-buttonbar {
  flex: 1 1 auto;
  justify-content: stretch;
  display: flex;
  height: 50px;
}
#RootTopBar .main-buttonbar .toolsicon {
  font-size: 30px;
  line-height: 49px;
}
#RootTopBar .main-buttonbar .fa,
#RootTopBar .main-buttonbar .far,
#RootTopBar .main-buttonbar .fal,
#RootTopBar .main-buttonbar .fas {
  font-size: 25px;
  line-height: 50px;
}
#RootTopBar .main-buttonbar a,
#RootTopBar .main-buttonbar a .toolsicon {
  height: 49px;
}
#RootTopBar .main-buttonbar .right-item {
  padding: 0 8px;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
}
#RootTopBar .main-buttonbar .right-item i {
  vertical-align: top;
  line-height: 52px;
  font-size: 20.25px;
}
#RootTopBar .main-buttonbar .right-item:hover {
  background: #000;
}
#RootTopBar .main-header-actions {
  flex: 0 1 auto;
  align-self: center;
  display: flex;
  justify-content: center;
}
#RootTopBar .main-header-actions .toolsicon {
  font-size: 20px;
  line-height: 50px;
}
#RootTopBar .main-header-actions .fa,
#RootTopBar .main-header-actions .far,
#RootTopBar .main-header-actions .fal,
#RootTopBar .main-header-actions .fas {
  font-size: 18px;
  line-height: 50px;
}
#RootTopBar .main-header-actions a.section-icon {
  border-left: none;
  width: 35px;
}
#RootTopBar a.hamburger {
  border-bottom: solid 1px var(--top-bar-hamburger-bg);
  border-left-width: 0;
  line-height: 50px;
  cursor: pointer;
}
#RootTopBar a.hamburger .toolsicon {
  font-size: 20px;
  padding: 0 10px;
  transition: all ease-out 100ms;
  color: var(--top-bar-hamburger-fg);
  background: var(--top-bar-hamburger-bg);
}
#RootTopBar a.hamburger .fa,
#RootTopBar a.hamburger .far,
#RootTopBar a.hamburger .fal,
#RootTopBar a.hamburger .fas {
  font-size: 18px;
  padding: 0 10px;
  transition: all ease-out 100ms;
  color: var(--top-bar-hamburger-fg);
  background: var(--top-bar-hamburger-bg);
}
#RootTopBar a.hamburger + a.section-icon.active {
  border-left-color: var(--top-bar-border-active);
}
#RootTopBar a.hamburger.collapsed {
  background: var(--top-bar-hamburger-bg-collapsed);
  border-bottom: solid 1px var(--top-bar-hamburger-bg-collapsed);
}
#RootTopBar a.hamburger.collapsed .toolsicon {
  background: transparent;
  color: var(--top-bar-hamburger-fg-collapsed);
}
#RootTopBar a.hamburger.collapsed .fa,
#RootTopBar a.hamburger.collapsed .far,
#RootTopBar a.hamburger.collapsed .fal,
#RootTopBar a.hamburger.collapsed .fas {
  background: transparent;
  color: var(--top-bar-hamburger-fg-collapsed);
}
#RootTopBar a.hamburger.collapsed + a.section-icon.active {
  border-left-color: var(--top-bar-bg-active);
}
#RootTopBar #UserTopMenu {
  margin: 0 0;
  padding: 7px;
  border-radius: 0;
  position: relative;
}
#RootTopBar #UserTopMenu .avatar {
  background-color: var(--avatar-color);
  height: 36px;
  width: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
#RootTopBar #UserTopMenu .avatar .toolsicon {
  line-height: 36px;
  font-size: 30px;
}
#RootTopBar #UserTopMenu .menu-container {
  position: fixed;
  right: 0;
  top: 50px;
  min-width: 100px;
  background: #000;
  display: none;
  flex-direction: column;
  cursor: initial;
  color: #ddd;
  padding: 8px 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
#RootTopBar #UserTopMenu .menu-container .username {
  line-height: 37px;
  padding: 0 16px;
}
#RootTopBar #UserTopMenu .menu-container .domainname {
  line-height: 1;
  padding: 0 16px 16px 16px;
  font-size: 12px;
  color: #888;
}
#RootTopBar #UserTopMenu .menu-container .divider {
  margin: 5px 10px;
  border-top: solid 1px #444;
}
#RootTopBar #UserTopMenu .menu-container .option {
  line-height: 37px;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
  background: #000;
  color: #e4e4e4;
}
#RootTopBar #UserTopMenu .menu-container .option:hover {
  background: #474747;
  color: #fff;
}
#RootTopBar #UserTopMenu:hover {
  background: #000;
}
#RootTopBar #UserTopMenu.open {
  background-color: #000;
}
#RootTopBar #UserTopMenu.open .menu-container {
  display: flex;
}
#RootTopBar .tooltip {
  position: relative;
}
#RootTopBar .tooltip:before {
  z-index: 1000;
  content: attr(data-text);
  position: absolute;
  top: 56px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #212121;
  color: #e8e8e8;
  text-align: center;
  display: none;
  border: solid 1px #e8e8e8;
  margin: 0;
  line-height: 13px;
  font-size: 13px;
  white-space: nowrap;
}
#RootTopBar .tooltip:hover:before {
  display: block;
}
#RootTree {
  width: 295px;
  grid-area: left;
  background: var(--root-tree-bg);
  color: var(--root-tree-fg);
  border-right: solid 3px var(--root-tree-border-right);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#RootTree.collapsed {
  display: none;
  border-right-width: 0;
}
#RootTree #LeftScrollable {
  overflow: auto;
  padding-top: 15px;
  flex: 1 1 auto;
}
#RootTree #FilterBar {
  background: var(--root-tree-bg);
  height: auto;
}
#RootTree #RootServerBar {
  background: var(--root-tree-bg);
}
#RootTree #RootServerBar .ServerBar select {
  color: var(--form-text-color);
  background: transparent;
  font-size: 14px;
  height: auto;
  padding: 0;
}
#RootTree #serverDropdown {
  background: var(--root-tree-bg);
  padding: 0 5px;
  border: none;
}
#RootTree #serverDropdown select {
  font-weight: normal;
}
#RootTree .HyperGridWrapper {
  background: #fff;
}
#RootTree .SearchBar {
  box-shadow: none;
  margin: 5px 5px 10px 5px;
  border-radius: 0;
  background-color: var(--base-bg-highcontrast);
}
#RootTree .boxicon {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: initial;
  font-size: 24px;
  margin-left: -5px;
  height: 24px;
  width: 24px;
  color: #666;
}
#RootTree .expander {
  transition: ease-in-out 100ms;
  transform-origin: center;
}
#RootTree .treeopen {
  transform: rotate(-90deg);
}
#RootTree .treeclose {
  transform: rotate(-45deg);
}
#RootTree ul.buttonbar ul.submenu {
  background-color: var(--menu-btn-basecolor);
  color: var(--menu-btn-fg);
  border-color: var(--menu-border) !important;
  padding: 4px 0;
}
#RootTree ul.dropmenu .submenu a {
  padding: 0 12px 0 21px;
  font-size: 14px;
  line-height: 30px;
  color: var(--menu-btn-fg);
}
#RootTree ul.dropmenu .submenu a.checkable {
  padding: 0 12px 0 18px;
}
#RootTree ul.dropmenu .submenu a.checkable .toolsicon {
  font-size: 12px;
  line-height: 30px;
  margin-right: 3px;
}
#RootTree ul.dropmenu .submenu a.checkable.checkable-checked {
  padding: 0 6px;
}
#RootTree ul.dropmenu .submenu a:hover {
  background: var(--treemenu-link-selected-bg);
}
#RootTree ul.contextmenu.dropmenu {
  background-color: var(--menu-btn-basecolor);
  color: var(--menu-btn-fg);
  border-color: var(--menu-border) !important;
  padding: 4px 0;
}
#RootTree ul.contextmenu.dropmenu > li > a {
  padding: 0 12px;
  font-size: 14px;
  line-height: 30px;
  color: var(--menu-btn-fg);
}
#RootTree #FilterBar + #LeftScrollable {
  padding-top: 0;
}
#RootTree #menuItems + #LeftScrollable {
  padding-top: 0;
}
#RootTree .supergrid {
  background: var(--root-tree-supergrid-bg);
}
#RootTree .tree-item-divider {
  border-bottom: 1px solid var(--root-tree-divider);
  margin: 7px 0;
}
ul.treemenu {
  list-style: none;
  margin: 0;
  -webkit-user-select: none;
          user-select: none;
  padding: 0 15px 15px 15px;
  color: var(--root-tree-fg);
}
ul.treemenu .heading {
  font-size: 24px;
  padding: 20px 0 5px 0;
  line-height: 1;
}
ul.treemenu li {
  position: relative;
  white-space: nowrap;
  margin: 0 0 2px;
}
ul.treemenu li:nth-child(1) .heading {
  padding-top: 0;
}
ul.treemenu ul {
  display: none;
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
ul.treemenu a[href] {
  display: block;
  color: var(--treemenu-link-color);
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  vertical-align: top;
  margin-left: 14px;
  line-height: 1.7;
}
ul.treemenu a[href].toplevel {
  margin-left: 0;
}
ul.treemenu a[href]:hover > span,
ul.treemenu a[href]:focus > span,
ul.treemenu a[href].hover > span {
  box-shadow: 0 0 0 1px var(--root-tree-hover-border) inset;
}
ul.treemenu a[href] > span {
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 0;
  display: block;
}
ul.treemenu a[href] span.icon {
  margin-bottom: 1px;
}
ul.treemenu a.new {
  font-weight: bold;
}
ul.treemenu a.selected > span {
  background-color: var(--treemenu-link-selected-bg) !important;
}
ul.treemenu a.expander {
  position: absolute;
  left: 0;
  vertical-align: top;
  margin: 0 0 0 0.15em;
}
ul.treemenu a span.Unread {
  font-weight: bold;
}
ul.treemenu a span.Unread > span {
  color: var(--base-link-color) !important;
  padding: 0 0.15em;
}
ul.treemenu a small {
  display: block;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  color: var(--treemenu-link-color-lighter);
  padding-bottom: 0.25em;
}
#RootContents {
  width: 100%;
  grid-area: right;
  background: var(--base-bg-highcontrast);
  color: #444;
}
#RootContents > iframe {
  width: 100%;
  border: 0;
}
#RootContents #MainContentsIFrame {
  width: 100%;
}
.internal {
  background: var(--base-bg-highcontrast);
}
.internal .tabstrip {
  background-color: var(--base-bg-lighter);
}
.internal.resize form {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "internal-menu" "sharebar" "internal-contents";
}
.internal .btns {
  grid-area: internal-menu;
}
.internal .internal-top {
  grid-area: sharebar;
  background-color: var(--base-bg-lighter);
}
.internal #Scrollable {
  grid-area: internal-contents;
  overflow: auto;
}
.internal .report-menu {
  background: var(--base-bg-highcontrast);
  color: var(--report-fg);
  border-bottom-color: var(--base-bg-highcontrast);
  padding: 20px 1rem 0 1rem;
}
.internal .report-menu a:hover,
.internal .report-menu a:focus,
.internal .report-menu a:active {
  outline: none;
}
.internal .report-name {
  font-size: 18px;
  font-weight: normal;
  background: var(--report-bg);
  color: var(--report-fg);
  border-left: solid 1px var(--report-border);
  border-top: solid 1px var(--report-border);
  border-right: solid 1px var(--report-border);
  padding-left: 15px;
  padding-top: 10px;
}
.internal .report-params {
  background: var(--report-bg);
  color: var(--report-fg);
  border-left: solid 1px var(--report-border);
  border-right: solid 1px var(--report-border);
  padding-left: 15px;
}
.internal .report {
  background: var(--report-bg);
  border-left: solid 1px var(--report-border);
  border-right: solid 1px var(--report-border);
  border-bottom: solid 1px var(--report-border);
  padding: 10px;
  color: var(--report-fg);
}
.internal .report .report-chart {
  margin-bottom: 10px;
}
.internal .report table tbody tr:nth-child(even) {
  background-color: var(--report-bg-altrow);
}
.internal .report table td,
.internal .report table th {
  border-color: var(--report-grid-border);
  color: var(--report-fg);
  padding: 6px 10px;
  border-left-width: 0;
  border-right-width: 0;
}
.internal .report table th {
  font-weight: 400;
}
.internal .report table tfoot td {
  font-weight: 400;
  color: var(--base-font-color-highcontrast);
  border-color: var(--report-grid-border);
  background-color: var(--report-bg);
  padding: 6px 10px;
  border-left-width: 0;
  border-right-width: 0;
}
.internal .report table tbody tr:last-child td {
  border-bottom-color: var(--report-grid-border);
}
.internal .report .inlinepercent {
  background-color: var(--report-inline-percent-bg);
  color: var(--report-inline-percent-fg);
}
.internal .report tr.hilight td {
  background-color: var(--report-hilight-bg);
  border-color: var(--report-hilight-bg) !important;
}
.internal .report .map-container {
  max-width: 1000px;
}
div.container,
div.main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: var(--base-bg-color);
}
div.nav,
div.left-pane,
div.splitter {
  float: left;
}
div.splitter {
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 3;
  width: 10px;
  cursor: e-resize;
  opacity: 0.5;
}
div.splitter.horizontal {
  float: none;
  width: 100%;
  height: 10px;
  cursor: n-resize;
}
.guide {
  z-index: 100;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #E38503 !important;
  border-radius: 2px;
}
div.left-pane {
  border-radius: 5px 5px 0 0;
  margin-right: 2px;
}
div.left-pane.horizontal {
  float: none;
  margin-right: 0;
  margin-bottom: 2px;
}
div.nav {
  position: relative;
  z-index: 7000;
  width: 55px;
}
div.main.faux {
  border-color: var(--base-bg-color);
  border-style: solid;
  border-width: 2px 0 0;
}
div.ContentDiv {
  position: relative;
  line-height: 1.6;
  overflow: auto;
  clear: both;
}
div.ContentDiv ul.dropmenu a,
div.ContentDiv div.SearchBar input {
  font-size: 13px;
}
#ScrollableBottom {
  overflow: auto;
}
#scroll_mask {
  position: fixed;
  top: 0;
  right: 20px;
  bottom: auto;
  left: 0;
  z-index: 2;
  background: white;
  background: -ms-linear-gradient(top, white 25%, rgba(255, 255, 255, 0) 75%);
  height: 12px;
  display: none;
}
.important {
  color: var(--critical-color);
}
.tinted {
  background-color: whitesmoke;
}
div.WarningMessage {
  line-height: 1.5;
  color: var(--warning-bar-fg);
  padding: 0.25em 0.75em;
  margin: 0.5em 1em 1em;
  background-color: var(--warning-bar-bg);
}
div.CriticalMessage {
  line-height: 1.5;
  color: var(--critical-color-4);
  border: solid 1px var(--critical-color-7);
  padding: 0.25em 0.75em;
  margin: 0.5em 1em 1em;
  background-color: var(--critical-color-7);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
div.casing {
  border-radius: 2px;
  border: 1px solid var(--form-border);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  padding: 3px;
  background-color: var(--base-bg-highcontrast);
}
div.casing select {
  width: 100%;
  border: none;
  height: 1.4em;
  color: var(--form-text-color);
}
div.casing.update {
  float: left;
}
.NoItems {
  text-align: center;
  padding: 1em 0;
  font-size: 14px;
}
div.printonly-inline {
  display: none;
}
ul.buttonbar {
  border: 0;
  padding: 10px;
  background: var(--base-bg-lighter);
}
ul.buttonbar.inmodal {
  background: #ddd;
  background: -ms-linear-gradient(top, #e1e1e1 40%, #ccc 100%);
  border-color: #aaa;
}
ul.buttonbar.inmodal li.separator,
ul.buttonbar.inmodal ul.submenu,
ul.buttonbar.inmodal > li > a,
ul.buttonbar.inmodal div.grouper a,
ul.buttonbar.inmodal ~ div.SearchBar {
  border-color: #aaa !important;
  color: #333;
}
ul.buttonbar.inmodal a:hover,
ul.buttonbar.inmodal a:focus,
ul.buttonbar.inmodal a.selected {
  background-color: #eee;
}
ul.buttonbar.inmodal ul.submenu {
  background-color: #ddd;
  border-color: #aaa !important;
}
ul.buttonbar > li {
  margin-bottom: -1px;
  margin-right: 4px;
}
ul.buttonbar > li > ul.submenu {
  top: auto !important;
}
ul.buttonbar > li > ul.submenu a {
  background-color: var(--menu-btn-bg);
}
ul.buttonbar > li > ul.submenu a:hover {
  background-color: var(--button-primary-bg-hover);
}
ul.buttonbar > li > a {
  border: solid 1px var(--button-primary-bg);
  background-color: var(--button-primary-bg);
  color: var(--button-primary-fg);
  padding: 0 11px;
  height: 28px;
  line-height: 29px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
}
ul.buttonbar > li > a:hover,
ul.buttonbar > li > a.selected {
  border: solid 1px var(--button-primary-bg-hover);
  background-color: var(--button-primary-bg-hover);
  color: var(--button-primary-fg);
  display: flex;
}
ul.buttonbar > li > a span.icon {
  margin-bottom: 0;
}
ul.buttonbar > li > a .toolsicon {
  width: 23px;
  font-size: 20px;
  line-height: 28px;
}
ul.buttonbar > li > a .toolsicon-arrow_drop_down {
  width: 16px;
  font-size: 14px;
}
ul.buttonbar > li > a:disabled {
  border: solid 1px var(--button-disabled-bg);
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-fg);
}
ul.buttonbar > li > a:disabled:hover {
  border: solid 1px var(--button-disabled-bg);
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-fg);
  cursor: not-allowed;
}
ul.buttonbar > li > a.warn {
  border: solid 1px var(--button-warn-bg);
  background-color: var(--button-warn-bg);
}
ul.buttonbar > li > a.warn:hover {
  border: solid 1px var(--button-warn-bg-hover);
  background-color: var(--button-warn-bg-hover);
}
ul.buttonbar > li > a.secondary {
  border: solid 1px var(--button-secondary-border);
  background-color: var(--button-secondary-bg);
  color: var(--button-secondary-fg);
}
ul.buttonbar > li > a.secondary:hover {
  border: solid 1px var(--button-secondary-border-hover);
  background-color: var(--button-secondary-bg-hover);
  color: var(--button-secondary-fg);
}
ul.buttonbar > li > a.space-on-right {
  margin-right: 7px;
}
ul.buttonbar > li > a.has-dropdown-arrow {
  padding-right: 3px;
}
ul.buttonbar li.separator {
  border-color: var(--menu-border);
  margin: 4px 0;
}
ul.buttonbar ul.submenu {
  background-color: var(--buttonbar-solid-bg);
  border-color: var(--buttonbar-border-color) !important;
  z-index: 4 !important;
}
div.btns {
  position: relative;
}
a.button {
  border: solid 1px var(--button-primary-bg);
  background-color: var(--button-primary-bg);
  color: var(--button-primary-fg);
  padding: 0 11px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  font-size: 14px;
  outline: none;
  display: inline-block;
}
a.button:hover,
a.button:focus,
a.button:active {
  border: solid 1px var(--button-primary-bg-hover);
  background-color: var(--button-primary-bg-hover);
  color: var(--button-primary-fg);
}
a.button,
input.button,
input[type='button'],
.noty_buttons button {
  padding: 0 11px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  font-size: 14px;
  outline: none;
  display: inline-block;
}
a.button.primary,
input.button.primary,
input[type='button'].primary,
.noty_buttons button.primary {
  border: solid 1px var(--button-primary-bg);
  background-color: var(--button-primary-bg);
  color: var(--button-primary-fg);
}
a.button.primary:hover,
input.button.primary:hover,
input[type='button'].primary:hover,
.noty_buttons button.primary:hover,
a.button.primary:focus,
input.button.primary:focus,
input[type='button'].primary:focus,
.noty_buttons button.primary:focus,
a.button.primary:active,
input.button.primary:active,
input[type='button'].primary:active,
.noty_buttons button.primary:active {
  border: solid 1px var(--button-primary-bg-hover);
  background-color: var(--button-primary-bg-hover);
  color: var(--button-primary-fg);
}
a.button:disabled,
input.button:disabled,
input[type='button']:disabled,
.noty_buttons button:disabled {
  border: solid 1px var(--button-disabled-bg);
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-fg);
}
a.button:disabled:hover,
input.button:disabled:hover,
input[type='button']:disabled:hover,
.noty_buttons button:disabled:hover,
a.button:disabled:focus,
input.button:disabled:focus,
input[type='button']:disabled:focus,
.noty_buttons button:disabled:focus,
a.button:disabled:active,
input.button:disabled:active,
input[type='button']:disabled:active,
.noty_buttons button:disabled:active {
  border: solid 1px var(--button-disabled-bg);
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-fg);
  cursor: not-allowed;
}
a.button.warn,
input.button.warn,
input[type='button'].warn,
.noty_buttons button.warn {
  border: solid 1px var(--button-warn-bg);
  background-color: var(--button-warn-bg);
}
a.button.warn:hover,
input.button.warn:hover,
input[type='button'].warn:hover,
.noty_buttons button.warn:hover,
a.button.warn:focus,
input.button.warn:focus,
input[type='button'].warn:focus,
.noty_buttons button.warn:focus,
a.button.warn:active,
input.button.warn:active,
input[type='button'].warn:active,
.noty_buttons button.warn:active {
  border: solid 1px var(--button-warn-bg-hover);
  background-color: var(--button-warn-bg-hover);
}
a.button.secondary,
input.button.secondary,
input[type='button'].secondary,
.noty_buttons button.secondary {
  border: solid 1px var(--button-secondary-border);
  background-color: var(--button-secondary-bg);
  color: var(--button-secondary-fg);
}
a.button.secondary:hover,
input.button.secondary:hover,
input[type='button'].secondary:hover,
.noty_buttons button.secondary:hover,
a.button.secondary:focus,
input.button.secondary:focus,
input[type='button'].secondary:focus,
.noty_buttons button.secondary:focus,
a.button.secondary:active,
input.button.secondary:active,
input[type='button'].secondary:active,
.noty_buttons button.secondary:active {
  border: solid 1px var(--button-secondary-border-hover);
  background-color: var(--button-secondary-bg-hover);
  color: var(--button-secondary-fg);
}
a.button.editor,
input.button.editor,
input[type='button'].editor,
.noty_buttons button.editor {
  margin: 5px 0 0 0;
  float: right;
}
.noty_buttons {
  text-align: right;
  padding-bottom: 10px !important;
}
.noty_buttons button + button {
  margin-left: 5px;
}
.InnerContent {
  padding: 15px 15px 0;
}
.InnerContent.grid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.InnerContent.grid .HyperGrid tbody tr {
  border-color: var(--base-grid-color);
  border-style: solid;
  border-width: 0 1px;
}
.InnerContent.grid .HyperGridWrapper {
  padding: 0 1em !important;
}
.InnerContent.grid .HyperGridContentWrapper {
  overflow: visible !important;
}
.InnerContent .indent-grid {
  padding: 0 1em;
}
select {
  font-size: 14px;
  font-family: var(--main-font);
  color: var(--form-text-color);
  border-color: var(--form-border);
  box-shadow: none;
  background: var(--form-bg-color);
}
select:focus {
  outline: none;
  border-color: var(--form-border-focus);
}
input {
  font-size: 14px;
  font-family: var(--main-font);
}
input[type='text'],
input[type='password'] {
  border-color: var(--form-border);
  color: var(--form-text-color);
  background: var(--form-bg-color);
  box-shadow: none;
  padding: 4px 7px;
}
input[type='text']:focus,
input[type='password']:focus {
  outline: none;
  border-color: var(--form-border-focus);
}
input[type='text'][disabled],
input[type='password'][disabled] {
  border-color: var(--form-border-disabled);
  background: var(--form-bg-color-disabled);
  color: var(--form-text-color-disabled);
}
.SettingsContainer {
  max-width: 800px;
  padding: 0 20px;
}
.SettingsContainer label {
  color: var(--form-label-color);
  min-width: 100px;
}
.SettingsContainer label.rangesep {
  min-width: 20px;
}
.SettingsContainer label[for] {
  color: var(--form-label-color);
}
.SettingsContainer div.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.SettingsContainer small {
  margin-left: 5px;
}
.SettingsContainer textarea {
  border-color: var(--form-border);
  background: var(--form-bg-color);
}
.SettingsContainer textarea:focus {
  outline: none;
  border-color: var(--form-border-focus);
}
.SettingsContainer .log-viewer textarea {
  display: none;
  font: normal 0.75rem 'Courier New', Courier, monospace;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: auto;
}
.SettingsContainer tr td {
  padding-bottom: 8px;
}
.SettingsContainer tr.close-on-bottom td {
  padding-bottom: 4px;
}
.SettingsContainer a .fa,
.SettingsContainer a .far,
.SettingsContainer a .fal {
  color: var(--optionmenu-color);
}
.SettingsContainer a .fa:focus,
.SettingsContainer a .far:focus,
.SettingsContainer a .fal:focus {
  outline: none;
  color: var(--optionmenu-top-item-fg-hover);
}
.SettingsContainer a .fa:hover,
.SettingsContainer a .far:hover,
.SettingsContainer a .fal:hover {
  color: var(--optionmenu-top-item-fg-hover);
}
table.MultiLineTextSettingBar {
  width: 99%;
  margin-top: 3px;
  background-color: var(--form-surround-box-bg);
}
table.MultiLineTextSettingBar td {
  padding: 3px 4px 1px;
  padding-right: 4px !important;
}
table.MultiLineTextSettingBar .Buttons {
  height: 20px;
  padding: 2px 8px 0 8px;
  background-color: var(--form-surround-box-bg);
}
table.MultiLineTextSettingBar .Buttons a {
  padding-right: 6px;
  color: var(--base-font-color-lowcontrast);
}
table.MultiLineTextSettingBar .Buttons a.fa,
table.MultiLineTextSettingBar .Buttons a.far {
  font-size: 18px;
}
table.MultiLineTextSettingBar .Buttons a:hover,
table.MultiLineTextSettingBar .Buttons a:focus {
  color: var(--root-tree-hover-border);
}
table.MultiLineTextSettingBar .MultilineTB {
  padding: 2px 4px 4px;
  background-color: var(--form-surround-box-bg);
}
table.MultiLineTextSettingBar .MultilineTB textarea {
  background-color: var(--form-bg-color);
  color: var(--form-text-color);
}
table.MultiLineTextSettingBar .Variables {
  color: #555;
  padding: 0 8px 4px;
  background-color: #eee;
}
table.MultiLineTextSettingBar .Variables .VariablesTitle {
  font-weight: bold;
}
table.MultiLineTextSettingBar .Variables.text-warning {
  color: var(--warning-color-1);
}
table.MultiLineTextSettingBar .MultilineImage {
  padding: 2px 4px 4px;
}
table.MultiLineTextSettingBar .MultilineImage .MultilineImageDiv {
  border: 1px solid #ddd;
  text-align: center;
  padding: 4px;
  background-color: white;
}
table.MultiLineTextSettingBar .MultilineUpload {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px;
  font-weight: normal;
  color: #555;
  text-align: left;
  padding: 2px 4px 4px 8px;
}
table.MultiLineTextSettingBar .MultilineUpload input[type="file"] {
  padding: 0 4px 1px 0;
}
.ClickableItemHeader {
  display: block;
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 4px;
}
ul.contextmenu.dropmenu {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--dropmenu-border);
  position: absolute;
  opacity: 0;
  display: none;
  background-color: var(--dropmenu-bg);
}
ul.contextmenu.dropmenu li {
  float: none !important;
}
ul.contextmenu.dropmenu li.separator {
  border-color: var(--buttonbar-border-color);
}
ul.contextmenu.dropmenu ul.submenu {
  border: 1px solid var(--buttonbar-border-color);
  opacity: 0;
  margin-top: -1px;
  background-color: var(--buttonbar-solid-bg);
}
ul.contextmenu.dropmenu a {
  font-size: 13px;
  line-height: 2;
  padding: 2px 12px;
  color: var(--dropmenu-fg);
  background-color: var(--dropmenu-bg);
}
ul.contextmenu.dropmenu a:hover,
ul.contextmenu.dropmenu a.selected {
  background-color: var(--dropmenu-bg-hover);
  color: var(--dropmenu-fg-hover);
}
ul.contextmenu.dropmenu a span.icon {
  position: absolute;
  margin: 5px 3px;
}
ul.contextmenu.dropmenu a span.icon.checked,
ul.contextmenu.dropmenu a span.icon.checked-alt {
  left: 0;
}
ul.contextmenu.dropmenu a span.icon.openright,
ul.contextmenu.dropmenu a span.icon.openright-alt {
  right: 0;
}
ul.contextmenu.dropmenu > li > a {
  padding-right: 2em;
}
ul.dropmenu {
  list-style: none;
  margin: 0;
  /*    .toolsicon { line-height: 30px; font-size: 20px; } */
}
ul.dropmenu li {
  position: relative;
  display: block;
}
ul.dropmenu li > a > i.toolsicon-caret-down,
ul.dropmenu li > a > i.toolsicon-caret-up {
  font-size: smaller;
}
ul.dropmenu > li,
ul.dropmenu div.grouper li {
  float: left;
}
ul.dropmenu div.grouper ul {
  margin: 0;
}
ul.dropmenu li.separator {
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0 0;
}
ul.dropmenu a,
ul.dropmenu a.selected {
  background-color: var(--dropmenu-bg);
  display: block;
  color: var(--dropmenu-fg);
  white-space: nowrap;
  text-decoration: none;
  outline: none;
}
ul.dropmenu a:hover,
ul.dropmenu a.selected:hover {
  background-color: var(--dropmenu-bg-hover);
  color: var(--dropmenu-fg-hover);
}
ul.dropmenu ul.checkable a {
  padding-left: 1.8em;
}
ul.dropmenu .submenu {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 3;
  border: 1px solid transparent;
  display: none;
  margin-top: -1px;
}
ul.dropmenu .submenu a {
  padding: 4px 12px;
}
ul.dropmenu .submenu a span.icon {
  position: absolute;
  margin: 5px 3px;
}
ul.dropmenu .submenu a span.icon.checked,
ul.dropmenu .submenu a span.icon.checked-alt {
  left: 0;
}
ul.dropmenu .submenu a span.icon.openright,
ul.dropmenu .submenu a span.icon.openright-alt {
  right: 0;
}
ul.dropmenu .userMenu {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 3;
  border: 1px solid transparent;
  display: none;
  margin-top: -1px;
  padding-bottom: 10px;
}
ul.dropmenu .userMenu a {
  padding: 0 1.5em;
}
ul.dropmenu .userMenu a span.icon {
  position: absolute;
  margin: 5px 3px;
}
ul.dropmenu .userMenu a span.icon.checked,
ul.dropmenu .userMenu a span.icon.checked-alt {
  left: 0;
}
ul.dropmenu .userMenu a span.icon.openright,
ul.dropmenu .userMenu a span.icon.openright-alt {
  right: 0;
}
ul.dropmenu .userMenu .profile-info {
  padding: 20px;
  white-space: nowrap;
  font-size: 10pt;
  display: table;
}
ul.dropmenu .userMenu .profile-info img {
  float: left;
  width: 54px;
  padding: 4px;
  border: solid 1px #777;
  background-color: #444;
  border-radius: 5px;
}
ul.dropmenu .userMenu .profile-info > div {
  padding-left: 78px;
}
ul.dropmenu .userMenu .profile-info > div > .name {
  font-weight: bold;
  padding-bottom: 4px;
}
ul.dropmenu .userMenu .profile-info > div > .username {
  display: none;
}
ul.dropmenu .userMenu .profile-info > div > .role {
  font-style: italic;
}
ul.dropmenu .userMenu div.divider {
  margin-bottom: 10px;
  width: 100%;
  color: #616161;
  background-color: #616161;
  height: 1px;
  display: block;
}
ul.dropmenu .icon-dropdown a {
  padding-left: 6px;
  padding-right: 6px;
}
ul.dropmenu .no-dropdown-arrow + .toolsicon {
  display: none !important;
}
table.HyperGrid {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
  color: var(--base-font-color-plus-1);
  border-collapse: collapse;
  border-spacing: 0;
}
table.HyperGrid.alternate td.multiline + td,
table.HyperGrid.alternate td.multiline + td + td {
  color: var(--base-font-color);
}
table.HyperGrid.alternate tr.newrow td.multiline + td,
table.HyperGrid.alternate tr.newrow td.multiline + td + td {
  color: inherit;
}
table.HyperGrid.static tbody tr:hover {
  background: none;
  cursor: default;
}
table.HyperGrid tbody tr {
  border: 1px solid var(--grid-border-color);
}
table.HyperGrid tbody tr:hover {
  background-color: var(--grid-hover-color);
  cursor: pointer;
}
table.HyperGrid tbody tr.selected {
  background-color: var(--grid-selected-color);
}
table.HyperGrid tbody tr.newrow,
table.HyperGrid tbody tr.warningrow,
table.HyperGrid tbody tr.criticalrow {
  font-weight: bold;
}
table.HyperGrid tbody tr.newrow > td.al div.multiline.line2 {
  color: var(--base-link-color);
}
table.HyperGrid tbody tr.deletedrow {
  text-decoration: line-through;
}
table.HyperGrid tbody tr.warningrow {
  background-color: var(--warning-color-2);
}
table.HyperGrid tbody tr.criticalrow {
  background-color: var(--critical-color-1);
}
table.HyperGrid th,
table.HyperGrid td {
  height: 35px;
  line-height: 1.4;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.25em 0.5em;
}
table.HyperGrid th:first-child,
table.HyperGrid td:first-child {
  padding-left: 0.75em;
}
table.HyperGrid th a,
table.HyperGrid td a {
  display: inline-block;
  color: var(--base-font-color);
}
table.HyperGrid th {
  font-weight: normal;
}
table.HyperGrid th i.toolsicon-caret-down,
table.HyperGrid th i.toolsicon-caret-up {
  font-size: smaller;
}
table.HyperGrid th.checkable {
  text-overflow: clip;
}
table.HyperGrid td {
  border-color: var(--base-grid-color);
  border-style: solid;
  border-width: 1px 0;
  height: 30px;
}
table.HyperGrid td.loadingCell {
  text-align: center;
}
table.HyperGrid td.status {
  width: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
table.HyperGrid td.checkable {
  width: 25px;
  vertical-align: middle;
  padding: 0.1em 0 0 0.75em;
  text-overflow: clip;
}
table.HyperGrid td.checkable.multiline {
  vertical-align: top;
}
table.HyperGrid td.survey:first-child {
  min-width: 100px;
}
table.HyperGrid td span.icon {
  margin-bottom: 1px;
}
table.HyperGrid td.emphasize div:first-child {
  font-weight: bold;
}
table.HyperGrid td > div {
  line-height: 1.5;
}
table.HyperGrid td div.nodata {
  color: var(--base-font-color-l35);
  font-size: 0.9em;
  font-style: italic;
  padding: 0.2em 0 0;
}
table.HyperGrid td .boxicon:hover {
  background-color: var(--boxicon-color);
  border-color: var(--boxicon-color);
}
table.HyperGrid td span.attention_needed_tag {
  float: right;
  background-color: var(--critical-color-3);
  font-size: 0.9em;
  color: white;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  margin-left: 0.8em;
}
table.HyperGrid td .toolsicon {
  font-size: 18px;
}
table.HyperGrid tfoot td {
  height: 25px;
  color: var(--grid-selected-color-shift);
  padding: 1px 4px 0;
}
table.HyperGrid th.GridSetup {
  padding-right: 10px;
  text-align: right;
}
table.HyperGrid .checkable.multiline {
  padding-left: 0.6em;
}
table.HyperGrid .moveupdown {
  width: 40px;
}
table.HyperGrid thead th + th input[type='checkbox'] {
  margin: 0 3px 2px 0;
  vertical-align: middle;
}
table.HyperGrid input[type='checkbox'] {
  margin-left: 2px;
  margin-right: 2px;
}
table.HyperGrid input[type='checkbox'][disabled='true'] {
  margin-right: 5px;
}
table.HyperGrid input[type="text"] {
  width: 30px;
}
table.HyperGrid td.checkable.multiline input {
  margin-top: 0.9em;
}
table.HyperGrid tr.hidden {
  display: none;
}
div.supergrid table.HyperGrid tr:first-child td {
  border-top-color: transparent;
}
div.supergrid table.HyperGrid td {
  white-space: nowrap;
}
div[id*='HeaderWrapper'] {
  position: relative;
}
div[id*='HeaderWrapper']:after {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 5px;
  content: '';
}
span.swatch {
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 8px;
  margin: 0 0 0.25em 0.35em;
  border: solid 1px #888;
}
span.ActiveText {
  color: var(--success-color);
}
span.InactiveText {
  color: var(--critical-color);
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
.aj {
  text-align: justify !important;
}
div.hcDropDown {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--hc-border-color);
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--hc-bg-color);
}
div.hcDropDown a {
  display: block;
  color: var(--hc-link-color);
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  font-size: 0.8em;
  line-height: 1.5;
  text-indent: 0.4em;
}
div.hcDropDown a:hover,
div.hcDropDown a.hover {
  background-color: var(--hc-link-bg-color);
  cursor: pointer;
}
div.infopanel {
  position: relative;
  top: 18%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 3;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 700px;
  margin: 0 auto;
  background-color: var(--infopanel-bg);
}
div.infopanel.login {
  width: 350px;
}
div.infopanel.login p.subtext {
  position: absolute;
  bottom: -30px;
  width: 100%;
  font-size: 0.75em;
  color: #999;
  text-align: center;
}
div.infopanel.login p.subtext a {
  color: var(--infopanel-light-link-color);
}
div.infopanel.login p.subtext a:hover {
  text-decoration: underline;
}
div.infopanel.login p.subtext a:focus {
  color: var(--base-link-color-1);
  outline: #666 solid thin;
  outline-offset: 1px;
}
div.infopanel.login select {
  max-width: 200px;
}
div.infopanel.login input[type='checkbox'] {
  margin: 1em 0 0 0;
  background-color: #fff;
  color: #222;
  height: 18px;
  width: 17px;
  border-color: #aaa;
}
div.infopanel.login input[type='checkbox']:checked {
  background-color: #3087c1;
  border-color: #3087c1;
  color: #d1e8fc;
}
div.infopanel.login input[type='checkbox']:focus {
  border-color: hsl(209.0625, 73%, 65%);
}
div.infopanel.login input[type='checkbox']:hover {
  border-color: hsl(209.0625, 93%, 65%);
}
div.infopanel.login input[type='checkbox'] + label {
  margin-top: 1em;
}
div.infopanel.login div.controls {
  padding-bottom: 1.25em;
}
div.infopanel.login a.pswdreset {
  float: right;
  font-size: smaller;
  margin-top: 1em;
}
div.infopanel.wizard .cols {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 195px 1fr;
  grid-template-areas: "sidebar content" "sidebar buttons";
  padding: 0;
  background-color: #fff;
}
div.infopanel.wizard .sidebar {
  grid-area: sidebar;
  background-color: #f1f1f1;
  padding: 15px 25px 35px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1rem;
}
div.infopanel.wizard .content {
  grid-area: content;
  background-color: #fff;
  padding: 15px 25px;
  border-top-right-radius: 10px;
  font-size: 1rem;
}
div.infopanel.wizard .content table.SettingsContainer {
  margin: 0;
}
div.infopanel.wizard .content table.SettingsContainer tr.header td {
  white-space: nowrap;
}
div.infopanel.wizard .content .fixed-height-content {
  min-height: 250px;
}
div.infopanel.wizard .button-bar {
  grid-area: buttons;
  padding: 25px 25px 25px;
  justify-self: end;
}
div.infopanel.wizard label {
  color: #444;
}
div.infopanel.wizard select {
  max-width: 200px;
}
div.infopanel.wizard input[type='text'],
div.infopanel.wizard input[type='password'] {
  color: #000;
  background: #fff;
  border-color: #aaa;
}
div.infopanel.wizard input[type='text']:focus,
div.infopanel.wizard input[type='password']:focus {
  border-color: #53abf9;
}
div.infopanel.wizard input[type='checkbox'] {
  margin: 1em 0 0 0;
}
div.infopanel.wizard input[type='checkbox'] + label {
  margin-top: 1em;
}
div.infopanel.simplewizard {
  width: 350px;
}
div.infopanel.simplewizard table.SettingsContainer {
  margin: 0;
}
div.infopanel.simplewizard table.SettingsContainer tr.header td {
  white-space: nowrap;
}
div.infopanel.simplewizard .fixed-height-content {
  min-height: 250px;
}
div.infopanel.simplewizard label {
  color: #444;
  text-indent: 0;
}
div.infopanel.simplewizard select {
  max-width: 200px;
}
div.infopanel.simplewizard input[type='text'],
div.infopanel.simplewizard input[type='password'] {
  color: #000;
  background: #fff;
  border-color: #aaa;
}
div.infopanel.simplewizard input[type='text']:focus,
div.infopanel.simplewizard input[type='password']:focus {
  border-color: #53abf9;
}
div.infopanel.simplewizard input[type='checkbox'] {
  margin: 1em 0 0 0;
}
div.infopanel.simplewizard input[type='checkbox'] + label {
  margin-top: 1em;
}
div.infopanel h1 {
  border-radius: 10px 10px 0 0;
}
div.infopanel h2 {
  display: inline-block;
  font-size: 1em;
  line-height: 1.8;
  color: var(--base-font-color-plus-111);
  margin: 0.5em 0 0;
}
div.infopanel h2:first-child {
  margin-top: 0.85em;
}
div.infopanel h2 small {
  display: inline-block;
  font-size: 0.85em;
  padding-left: 0.25em;
}
div.infopanel > div {
  font-size: 0.75em;
  padding: 0 1.25em;
}
div.infopanel p[class] {
  font-size: inherit;
}
div.infopanel input[type='text'],
div.infopanel input[type='password'] {
  width: 97%;
  clear: both;
}
div.infopanel input[type='image'] {
  width: 0;
  height: 0;
}
div.infopanel input[type='checkbox'] {
  display: inline-block;
  width: 15px;
  height: 15px;
}
div.infopanel select {
  max-width: 180px;
}
div.infopanel label {
  line-height: 1.5;
  white-space: nowrap;
  text-indent: 0.3em;
}
div.infopanel p a {
  display: inline-block;
}
div.infopanel a#forgotpswd {
  float: right;
  font-size: 0.9em;
  margin-top: 1em;
}
div.infopanel div.controls {
  text-align: right;
  margin-top: 0.85em;
  background: none;
}
div.infopanel div.controls div.casing {
  float: left;
}
div.error h2 + span > p {
  max-height: 200px;
  overflow: auto;
}
div.error p {
  margin-bottom: 0.75em;
}
div.error div.controls {
  padding-bottom: 1.25em;
}
div.HyperWindow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 9000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: var(--modal-bg);
}
div.HyperWindow h1 {
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: var(--modal-heading-fg);
  padding: 0.4em 0.8em;
  background-color: var(--modal-heading-bg);
}
div.HyperWindow a#close {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: auto;
  left: auto;
  z-index: 1;
  border-radius: 5px;
  display: block;
  padding: 2px;
}
div.HyperWindow a#close:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
div.HyperWindow p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1em 1em;
  width: 250px;
}
div.HyperWindow p#message {
  padding: 20px;
  width: 350px;
}
div.HyperWindow img {
  display: block;
  padding: 10px;
}
div.HyperWindow input.capture {
  position: absolute;
  top: -100em;
  opacity: 0;
}
div.controls {
  text-align: right;
  padding: 10px;
  overflow: hidden;
  background-color: transparent;
}
div.controls div#windowoption {
  float: left;
  padding-top: 0.3em;
}
div.controls div#windowoption input,
div.controls div#windowoption label {
  display: inline-block;
  vertical-align: middle;
}
.modaltint {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 8999;
  height: 100%;
  width: 100%;
  background: url('../images/misc/ie_tint.png') repeat 0 0;
  background: rgba(0, 0, 0, 0.5);
}
div.video-config {
  padding: 2em 2em 2em 17em;
  background: url(../images/misc/video_icon.png) 4% top no-repeat;
}
div.site-tuning-text {
  margin: 0.5em 1em;
}
div.site-tuning-text > div {
  margin-top: 0.75em;
}
div.site-tuning-text .message-top-link a {
  outline-style: none !important;
}
p.message {
  margin: 0.75em 1em;
}
ul.groups {
  font-weight: bold;
  margin: 0.5em 0 0.5em 3em;
}
div.results {
  padding: 1.5em;
}
div.results h2 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
div.results p {
  margin-bottom: 1em;
}
div.results td {
  padding: 0.25em 1em 0.25em 0;
}
div.results td:first-child {
  min-width: 100px;
}
div.results label {
  font-weight: bold;
  white-space: nowrap;
}
ul.optionmenu {
  display: inline-block;
}
ul.optionmenu li {
  line-height: 1.9;
}
ul.optionmenu li a {
  color: var(--base-font-color);
}
ul.optionmenu li.separator {
  border-color: var(--optionmenu-color);
}
ul.optionmenu > li {
  padding: 0 0.5em;
}
ul.optionmenu > li:first-child {
  padding-left: 0;
}
ul.optionmenu > li > ul.submenu {
  top: auto !important;
  margin-top: 1px;
}
ul.optionmenu > li > a,
ul.optionmenu > li > a.selected {
  color: var(--base-font-color);
  background-color: transparent;
}
ul.optionmenu > li > a:hover,
ul.optionmenu > li > a.selected:hover {
  color: var(--optionmenu-top-item-fg-hover);
  background-color: transparent;
}
ul.optionmenu ul.submenu {
  background-color: var(--dropmenu-bg);
  border-color: var(--dropmenu-border);
}
ul.optionmenu ul.submenu a {
  color: var(--dropmenu-fg);
  padding: 2px 28px;
  background-color: var(--menu-btn-bg);
}
ul.optionmenu ul.submenu a .toolsicon {
  display: block;
  position: absolute;
  left: 6px;
  font-size: 16px;
  line-height: 24px;
}
ul.optionmenu ul.submenu a:hover {
  background-color: var(--dropmenu-bg-hover);
  color: var(--dropmenu-fg-hover);
}
ul.optionmenu > li > a {
  display: inline-block !important;
}
ul.optionmenu > li > a:hover span.boxicon {
  background-color: var(--boxicon-color-d15);
  border-color: var(--boxicon-color-d15);
}
ul.optionmenu ul a {
  line-height: 2;
  padding: 0 2em;
}
ul.optionmenu ul a:hover {
  background-color: var(--optionmenu-color-lighter);
}
ul.optionmenu span.boxicon {
  margin: 0 4px 2px;
  vertical-align: middle;
}
ul.litemenu {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 3;
  border: 1px solid var(--optionmenu-color);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none;
  margin: 3px 3px 0 0;
  background-color: var(--optionmenu-bg);
}
ul.litemenu a {
  display: block;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  line-height: 2;
  padding: 0 1em;
}
ul.litemenu a:hover {
  background-color: var(--optionmenu-color-lighter);
}
.pagetitle {
  display: none;
}
div.FilterBar {
  border-color: var(--searchbar-base-color-plus-111);
  border-style: solid;
  border-width: 0 0 1px;
  height: 36px;
  padding: 0;
  overflow: hidden;
  background-color: var(--searchbar-base-color-lighened);
}
div.FilterBar + div.ContentDiv table.HyperGrid tr:first-child {
  border-top: none;
}
div.FilterBar input.filepath {
  width: 95%;
  margin: 5px;
  border: none;
  background: transparent;
}
div.SearchBar {
  border-radius: 5px;
  border: 1px solid var(--form-border);
  width: auto;
  height: 22px;
  margin: 6px 10px;
  background-color: var(--base-bg-highcontrast);
}
div.SearchBar input {
  box-shadow: 0 0 0 0;
  width: 250px;
  height: 20px;
  font-size: 1rem;
  line-height: 20px;
  margin: 1px 0 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: var(--form-text-color);
}
div.SearchBar input:focus {
  outline: 0;
}
div.SearchBar input::-ms-clear {
  height: 0;
  width: 0;
}
div.SearchBar input.labelText {
  color: var(--base-font-color-l40);
}
div.SearchBar a {
  -webkit-user-select: none;
          user-select: none;
  float: left;
  margin: 3px 4px;
}
div.SearchBar a.close {
  float: right;
}
div.SearchBar .toolsicon {
  font-size: 18px;
  color: var(--base-font-color);
}
div.SearchBar .toolsicon:hover,
div.SearchBar .toolsicon:focus {
  color: var(--base-link-color);
}
div.SearchBar .toolsicon.red-hover:hover,
div.SearchBar .toolsicon.red-hover:focus {
  color: var(--critical-color);
}
div.SearchBar .toolsicon.float-right {
  float: right;
}
div.SearchBar .toolsicon:focus {
  outline-style: none;
}
.internal-top > div.btns div.SearchBar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: transparent;
  top: 0;
  position: relative;
  float: right;
  margin: 10px 10px 0;
  border-color: #444;
}
.internal-top > div.btns div.SearchBar input {
  width: 150px;
}
div.btns div.SearchBar,
ul.buttonbar + div.SearchBar {
  position: absolute;
  top: 37px;
  right: 10px;
  bottom: 0;
  left: auto;
  z-index: 1;
  border-color: var(--buttonbar-border-color);
  margin: 0;
}
ul.buttonbar + div.SearchBar,
div.btns > div[id] + div.SearchBar,
div.btns > div[id] > div.SearchBar,
div.btns > ul ~ div.SearchBar {
  top: 5px;
}
div.ShareBar {
  color: var(--warning-bar-fg);
  border-color: var(--warning-bar-bg);
  border-style: solid;
  border-width: 1px 0;
  position: relative;
  font-size: 14px;
  padding: 10px 15px;
  background-color: var(--warning-bar-bg);
}
div.FilterBar + div.ShareBar {
  line-height: 2;
  border-bottom-weight: 1px;
}
ul.tabstrip {
  list-style: none;
  margin: 0;
  border-color: var(--tabstrip-border-color);
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.75em 0.5em 0;
}
ul.tabstrip li {
  float: left;
  margin-right: 4px;
}
ul.tabstrip li:last-child {
  margin-right: 0;
}
ul.tabstrip li.disabled a,
ul.tabstrip li.disabled a:hover {
  cursor: default;
}
ul.tabstrip li.selected a,
ul.tabstrip li.selected a:hover {
  color: var(--tabstrip-selected-tab-color);
  border-color: var(--tabstrip-border-color);
  background-color: var(--tabstrip-selected-tab-bg) !important;
  border-bottom-color: var(--tabstrip-selected-tab-bg);
}
ul.tabstrip li a {
  display: block;
  color: var(--tabstrip-link-color);
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  border: 1px solid var(--tabstrip-tab-border-color);
  border-radius: 5px 5px 0 0;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  padding: 0 12px;
  margin-bottom: -1px;
  border-color: transparent;
  border-bottom-color: var(--tabstrip-border-color);
}
ul.tabstrip li span.counter,
ul.tabstrip li span.counter:hover {
  position: absolute;
  top: -7px;
  right: -4px;
  bottom: auto;
  left: auto;
  z-index: 2;
  border: 1px solid var(--counter-border-color);
  border-radius: 2px;
  display: block;
  font-size: 9px;
  color: var(--counter-font-color);
  line-height: 1.3;
  padding: 0 2px;
  background-color: var(--counter-bg);
}
ul.tabstrip li span.counter.hidden,
ul.tabstrip li span.counter:hover.hidden {
  display: none;
}
ul.messagetabs {
  padding-right: 2.2em;
  background-color: var(--messagetabs-bg);
}
ul.messagetabs li a {
  background-color: var(--messagetabs-link-bg);
}
ul.messagetabs li a:hover {
  background-color: var(--messagetabs-link-bg-dark);
}
ul.bubbletabs {
  background-color: var(--bubbletabs-bg);
  font-size: 14px;
}
ul.bubbletabs li.disabled a,
ul.bubbletabs li.disabled a:hover {
  color: var(--tabstrip-disabled-link-color);
  border-style: dashed;
  background-color: transparent;
}
ul.bubbletabs a:hover {
  background-color: transparent;
  color: var(--tabstrip-hover-tab-fg);
}
ul.buttonbar + ul.tabstrip {
  padding-top: 1em;
}
div.tiptext {
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 0 5%;
  pointer-events: none;
}
div.tiptext.root {
  top: 0;
  padding: 0 20%;
}
div.tiptext p {
  border-radius: 5px;
  font-size: 0.75em;
  line-height: 1.5;
  padding: 0.3em 0.7em;
}
div.tiptext #close {
  pointer-events: auto;
}
div.tiptext ul {
  list-style: none;
  margin: 0;
}
div.tiptext ul li {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: white;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
div.tiptext ul li div.noty_message {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 5px 30px 5px 10px;
}
div.tiptext ul li a#close {
  border-radius: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  z-index: 1;
  padding: 3px 3px 4px 3px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
div.tiptext ul li a#close:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
div.ButtonBar + span[id] > div.tiptext {
  background-color: whiteSmoke;
}
li.success {
  background-color: var(--success-color-2);
}
li.warning {
  background-color: var(--warning-color-3);
}
li.failure {
  background-color: var(--critical-color-10);
}
.rt-col .WidgetContainer table {
  margin-bottom: 0;
}
span.critical,
span.timer.critical {
  color: #fff;
  background-color: var(--critical-color-8);
  border-color: var(--critical-color-6);
}
span.critical a,
span.timer.critical a {
  color: #FFF;
  text-decoration: underline;
}
div.menu {
  float: right;
}
div.menu > a,
div.menu > div[id] {
  display: inline-block;
  vertical-align: top;
}
div.menu > a.boxicon,
div.menu > div[id] {
  margin-left: 0.3em;
}
div.ui-widget {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #bbb;
  background: #e9e9e9;
  background: -ms-linear-gradient(top, #f1f1f1 40%, #e9e9e9 100%);
  border-radius: 5px;
  display: none;
  width: 17em;
  font-size: 0.8em;
  color: #333;
}
div.ui-widget a:active {
  outline: 0;
}
div.ui-widget.ui-timepicker {
  width: auto;
}
div.ui-widget div.ui-timepicker-cols > div {
  display: inline-block;
}
div.ui-widget .ui-state-disabled,
div.ui-widget .ui-state-disabled:hover {
  cursor: default !important;
  opacity: 0.35;
  filter: alpha(opacity=35);
  background: none !important;
  border-color: transparent !important;
}
div.ui-widget div.ui-timepicker-hours div.ui-widget-header {
  border-radius: 3px 0 0 0;
}
div.ui-widget div.ui-timepicker-minutes div.ui-widget-header {
  border-radius: 0 3px 0 0;
}
div.ui-widget div.ui-datepicker-buttonpane button {
  border: 1px solid var(--button-color-d23);
  display: inline-block;
  color: var(--button-color-d73);
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  background: var(--button-color);
  background: -ms-linear-gradient(top, var(--button-color-l4) 40%, var(--button-color-d6) 90%);
  border-radius: 5px;
  font-size: inherit;
  line-height: 1.5;
  text-shadow: 0 1px 1px white;
  float: right;
  margin: 5px 5px 5px 5px;
}
div.ui-widget div.ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}
div.ui-widget div.ui-datepicker-buttonpane button:hover,
div.ui-widget div.ui-datepicker-buttonpane button:focus {
  background: var(--button-hover-color);
  background: -ms-linear-gradient(top, var(--button-hover-color-l5) 40%, var(--button-hover-color-d2) 90%);
  color: var(--button-color-d80);
  border-color: var(--button-hover-color-d15);
}
div.ui-widget div.ui-datepicker-buttonpane button:active {
  background: var(--button-hover-color);
  background: -ms-linear-gradient(top, var(--button-hover-color-l3) 40%, var(--button-hover-color-d7) 90%);
  border-color: var(--button-hover-color-d15);
}
div.ui-widget-header {
  border: 1px solid var(--pagetitle-darkcolor-more);
  background: #000;
  background: -ms-linear-gradient(top, var(--pagetitle-lightcolor) 40%, var(--pagetitle-darkcolor) 100%);
  border-radius: 3px 3px 0 0;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8em;
  text-align: center;
  padding: 0.2em 0;
}
div.ui-widget-header div.ui-datepicker-title {
  margin: 0 2.3em;
}
div.ui-widget-header div.ui-datepicker-title select {
  width: 39%;
  padding: 1px;
  margin: 1px 2px;
  border-color: var(--pagetitle-darkcolor-more);
  font-size: 12px;
}
div.ui-widget-header div.ui-datepicker-title select:focus {
  outline: rgba(255, 255, 255, 0.75) solid thin;
  outline-offset: 0;
}
div.ui-widget-header.ui-timepicker-title {
  padding: 0 1.5em;
}
div.ui-widget-header a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.8em;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
}
div.ui-widget-header a:hover,
div.ui-widget-header a:focus {
  border-color: var(--pagetitle-darkcolor-more);
  background-color: var(--pagetitle-darkcolor2);
}
div.ui-widget-header a:active span {
  margin-top: 7px;
}
div.ui-widget-header a span {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  margin: 1px 2px 0px -2px;
}
div.ui-widget-header a span.prev {
  background-image: url('../images/misc/arrow_left_white.svg');
  background-position: 0 0;
}
div.ui-widget-header a span.next {
  background-image: url('../images/misc/arrow_right_white.svg');
  background-position: 0 0;
}
div.ui-widget-header a.ui-datepicker-prev {
  border-radius: 2px 0 0 0;
  left: 0;
  border-width: 0 1px 0 0;
}
div.ui-widget-header a.ui-datepicker-next {
  border-radius: 0 2px 0 0;
  right: 0;
  border-width: 0 0 0 1px;
}
div.ui-widget div.ui-timepicker-hours tr:nth-child(2n) td:first-child {
  padding-left: 1px;
}
div.ui-widget div.ui-timepicker-minutes table {
  width: 1em;
  margin-right: auto;
  margin-left: auto;
}
div.ui-widget div.ui-timepicker-minutes table a {
  text-align: center;
}
div.ui-widget table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0.4em 0 0.5em;
}
div.ui-widget table.ui-timepicker th {
  vertical-align: text-top;
  padding-top: 0.65em;
}
div.ui-widget table.ui-timepicker td {
  min-width: 2.5em;
}
div.ui-widget table th {
  font-weight: bold;
  text-align: center;
  padding: 0 0.3em 0.5em;
  border: 0;
}
div.ui-widget table th:first-child {
  padding-left: 5px;
}
div.ui-widget table th.periods {
  width: 2.5em;
}
div.ui-widget table td {
  padding: 1px;
  border: 0;
}
div.ui-widget table td:first-child {
  padding-left: 5px;
}
div.ui-widget table td:last-child {
  padding-right: 5px;
}
div.ui-widget table td a {
  border: 1px solid #ccc;
  display: block;
  font-weight: bold;
  color: var(--base-link-color-2);
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  padding: 0.3em;
  background-color: #fff;
}
div.ui-widget table td a:hover,
div.ui-widget table td a:focus,
div.ui-widget table td a.hover {
  color: #333;
  text-decoration: none;
  border-color: #888;
}
div.ui-widget table td a.ui-state-highlight,
div.ui-widget table td a.ui-state-highlight:hover,
div.ui-widget table td a.ui-state-highlight:focus {
  color: var(--warning-color-4);
  border-color: #888;
}
div.ui-widget table td a.ui-state-active,
div.ui-widget table td a.ui-state-active:hover,
div.ui-widget table td a.ui-state-active:focus {
  border-color: var(--warning-color-4);
  border-style: solid;
  border-width: 1px;
  color: #fff;
  background-color: var(--warning-color-4);
}
div.ui-widget table td span {
  display: block;
  text-align: right;
  padding: 0.3em;
}
.datetime label {
  text-transform: capitalize;
  padding: 0 0.5em;
}
.datetime input + a {
  cursor: pointer;
}
.datetime input + a.boxicon {
  margin: 0 8px 1px 5px !important;
}
.datetime input + button.boxicon {
  margin: 0 10px 1px 5px;
  vertical-align: middle;
}
.datetime input.hasDatepicker {
  width: 100px;
}
.datetime input.hasDatepicker + a + label {
  padding-left: 8px;
}
.datetime input.hasTimepicker {
  width: 75px;
}
.datetime input.hasTimepicker + a + label {
  padding-left: 10px;
}
.datetime input.hasTimepicker + a + input[type='checkbox'] {
  margin-left: 0 !important;
}
.datetime input.shouldHaveDatepicker {
  width: 100px;
}
.datetime input.shouldHaveDatepicker + a + label {
  padding-left: 8px;
}
.datetime input.shouldHaveTimepicker {
  width: 75px;
}
.datetime input.shouldHaveTimepicker + a + label {
  padding-left: 10px;
}
.datetime input.shouldHaveTimepicker + a + input[type='checkbox'] {
  margin-left: 0 !important;
}
div#progressWindow {
  display: none;
  width: 302px;
  height: 30px;
  text-align: center;
  padding: 1em;
}
div#progressWindow > div {
  border: 1px solid #ccc;
  height: 20px;
}
div#progressWindow div.progressbar {
  width: 0;
  height: 20px;
  background-color: #BEDEFC;
}
div#progressWindow p {
  position: relative;
  top: -18px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  width: auto !important;
  font-weight: bold;
  color: #333;
  padding: 0;
  margin: 0;
}
div.search-options {
  padding: 1em;
}
div.search-options > div {
  margin-bottom: 0.75em;
}
div.search-options label {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 0.15em;
}
div.search-options input {
  width: 83%;
}
div.search-options input + .boxicon {
  margin-right: 0;
  margin-left: 5px;
  vertical-align: middle;
}
div.search-options input + a[id] {
  display: inline-block;
  margin-left: 3px;
}
div.search-options select {
  width: 100%;
}
div.search-options a.button {
  margin: 1em 0 0;
}
.ui-datepicker-trigger {
  background: transparent;
  border: none;
  font-size: 15px;
  color: var(--optionmenu-color);
}
.ui-datepicker-trigger:focus {
  outline: none;
  color: var(--optionmenu-top-item-fg-hover);
}
.ui-datepicker-trigger:hover {
  color: var(--optionmenu-top-item-fg-hover);
}
.datetime > a.timepopup {
  font-size: 15px;
  padding: 0 4px;
  color: var(--optionmenu-color);
}
.datetime > a.timepopup:focus {
  outline: none;
  color: var(--optionmenu-top-item-fg-hover);
}
.datetime > a.timepopup:hover {
  color: var(--optionmenu-top-item-fg-hover);
}
div.site-issue {
  padding: 1em 0.25em;
  margin: 0 2em;
  border-color: #aaa;
  border-style: dotted;
  border-width: 1px 0 0;
}
div.site-issue:nth-child(1) {
  border-width: 0;
}
div.site-issue h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 1.7;
  padding-right: 1em;
}
div.site-issue span.icon {
  float: left;
  margin: 0.25em 0.25em 0.25em 0;
}
div.site-issue p {
  padding: 0.5em;
}
span.TuningHigh a,
span.TuningMedium a,
span.TuningLow a {
  text-decoration: none;
}
span.TuningHigh a:hover,
span.TuningMedium a:hover,
span.TuningLow a:hover {
  text-decoration: underline;
}
span.TuningHigh,
span.TuningHigh a {
  color: var(--critical-color);
}
span.TuningMedium,
span.TuningMedium a {
  color: var(--warning-color);
}
span.TuningLow,
span.TuningLow a {
  color: var(--success-color);
}
.about-popup .split-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-top: 8px;
}
.about-popup .split-row .about-info {
  flex: 1 1 auto;
}
.about-popup .split-row .about-link {
  outline: none;
  display: inline-block;
  margin-left: 5px;
}
.about-popup .split-row .about-link img {
  height: 32px;
  width: 32px;
}
.about-popup .about-message {
  padding: 0 16px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--form-text-color-light);
}
.above-tabs-summary-panel {
  padding: 0 15px 5px;
}
.above-tabs-summary-panel .heading {
  font-size: 18px;
  font-weight: 700;
}
.above-tabs-summary-panel td {
  padding-right: 5px;
}
.above-tabs-summary-panel div {
  padding-bottom: 2px;
}
.tvPlaceholderItem {
  padding: 0 4px;
}
.tvPlaceholderItem span {
  padding-left: 4px;
}
.tvPlaceholderItem:hover {
  cursor: pointer;
  color: var(--dropmenu-fg-hover);
  background: var(--dropmenu-bg-hover);
}
div.report table td.urlHover {
  background: var(--report-hover-menu) !important;
}
.TiledItem h2 {
  margin-top: 15px;
  font-weight: normal;
}
.datamining-filename-area {
  margin-bottom: 0.75em;
}
.datamining-filename-area label {
  padding: 0 0.5em;
}
.datamining-filename-area a .toolsicon {
  color: var(--optionmenu-color);
}
.datamining-filename-area a .toolsicon:hover,
.datamining-filename-area a .toolsicon:focus,
.datamining-filename-area a .toolsicon:active {
  color: var(--optionmenu-top-item-fg-hover);
  outline: none;
}
.simple-selection-list > div {
  padding: 6px 10px;
  background-color: var(--report-bg);
  color: var(--report-fg);
  border-color: var(--report-grid-border);
  line-height: 1.5;
  cursor: pointer;
}
.simple-selection-list > div:nth-child(even) {
  background-color: var(--report-bg-altrow);
}
.simple-selection-list > div:hover {
  background-color: var(--report-hilight-bg);
}
.simple-selection-list > div.selected {
  background-color: var(--report-bg-defaultselected);
  font-weight: bold;
}
div.ui-widget-header {
  background: #777;
  border-color: #777;
}
@media print {
  #RootTopBar,
  #RootTree {
    display: none;
  }
  #RootContainer {
    display: block;
    width: 100%;
    height: auto;
  }
  #RootContents {
    width: 100%;
  }
  #RootContents iframe {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .internal {
    width: 100%;
  }
  iframe,
  html,
  body,
  form {
    height: auto !important;
  }
  .btns {
    display: none;
  }
  .report-menu {
    display: none;
  }
  .report-chart {
    transform: scale(0.75);
    transform-origin: top left;
  }
}
.minicolors-position-top .minicolors-panel {
  top: -156px;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
}
.minicolors {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.minicolors INPUT {
  border: solid 0 #CCC;
  font: 14px sans-serif;
  width: 75px;
  height: 21px;
  vertical-align: middle;
  outline: none;
  padding: 2px;
  margin-right: -1px;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}
.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background: url(../Images/Misc/minicolors.png) -120px 0;
  cursor: crosshair;
}
.minicolors-swatch {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background: url(../Images/Misc/minicolors.png) -80px 0;
  display: inline-block;
  vertical-align: middle;
}
.minicolors-swatch SPAN {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  box-shadow: inset 0 9px 0 rgba(255, 255, 255, 0.1);
  display: inline-block;
}
.minicolors-hidden {
  position: absolute;
  left: -9999em;
}
.minicolors-swatch-left INPUT {
  margin-left: -1px;
  margin-right: auto;
}
.minicolors-focus {
  z-index: 2;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background: white url(../Images/Misc/minicolors.png) 0 0;
  cursor: crosshair;
}
.minicolors-panel {
  position: absolute;
  top: 26px;
  left: 0;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
}
.minicolors-inline INPUT,
.minicolors-inline .minicolors-swatch {
  display: none;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
  left: -104px;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 10px;
  height: 10px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker SPAN {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: solid 2px white;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background: url(../Images/Misc/minicolors.png) -270px 0;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-position-left .minicolors-panel {
  left: -83px;
}
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
.noty_progressbar {
  display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}
.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}
.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}
.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
  cursor: pointer;
}
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}
.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}
.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}
.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}
.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}
.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}
