html,body{width:100%;height:100%;margin:0}@media (prefers-color-scheme: darkest){:root{--theme-primary-accent: rgb(71, 161, 245);--theme-secondary-accent: rgb(57, 83, 109);--theme-background: rgb(50, 50, 50);--theme-background-contrast: rgb(38, 38, 38);--theme-background-medium-contrast: rgb(36, 36, 36);--theme-background-high-contrast: rgb(33, 33, 33);--theme-input-border: rgb(82, 82, 82);--theme-input-background: rgb(42, 42, 42);--theme-input-disabled: rgb(57, 57, 57);--theme-text-primary: rgb(231, 231, 231);--theme-text-secondary: rgb(150, 150, 150);--theme-text-tertiary: rgb(90, 90, 90);--theme-text-disabled: rgb(101, 101, 101);--theme-toast-success-meter: rgb(50, 143, 50);--theme-toast-success-background: rgb(27, 120, 27);--theme-toast-success-color: white;--theme-toast-success-link: rgb(92, 165, 255);--theme-toast-info-meter: rgb(108, 108, 108);--theme-toast-info-background: rgb(86, 86, 86);--theme-toast-info-color: white;--theme-toast-info-link: rgb(92, 165, 255);--theme-toast-warning-meter: rgb(180, 122, 23);--theme-toast-warning-background: rgb(157, 103, 8);--theme-toast-warning-color: white;--theme-toast-warning-link: rgb(92, 165, 255);--theme-toast-error-meter: rgb(143, 50, 50);--theme-toast-error-background: rgb(120, 27, 27);--theme-toast-error-color: white;--theme-toast-error-link: rgb(92, 165, 255)}}@media (prefers-color-scheme: dark){:root{--theme-primary-accent: rgb(71, 161, 245);--theme-secondary-accent: rgb(79, 106, 132);--theme-background: rgb(83, 83, 83);--theme-background-contrast: rgb(66, 66, 66);--theme-background-medium-contrast: rgb(59, 59, 59);--theme-background-high-contrast: rgb(56, 56, 56);--theme-border-width: 1px;--theme-border-style: solid;--theme-input-color: var(--theme-text-primary);--theme-input-background: rgb(69, 69, 69);--theme-input-border-width: var(--theme-border-width);--theme-input-border-style: var(--theme-border-style);--theme-input-border-color: rgb(116, 116, 116);--theme-input-border: var(--theme-input-border-width) var(--theme-input-border-style) var(--theme-input-border-color);--theme-input-disabled-color: rgb(209, 209, 209);--theme-input-disabled-background: rgb(95, 95, 95);--theme-input-disabled-border-width: var(--theme-input-border-width);--theme-input-disabled-border-style: var(--theme-input-border-style);--theme-input-disabled-border-color: rgb(95, 95, 95);--theme-input-disabled-border: var(--theme-input-disabled-border-width) var(--theme-input-disabled-border-style) var(--theme-input-disabled-border-color);--theme-input-focused-background: rgb(255, 255, 255);--theme-input-focused-color: rgb(81, 81, 81);--theme-input-focused-border-width: var(--theme-input-border-width);--theme-input-focused-border-style: var(--theme-input-border-style);--theme-input-focused-border-color: var(--theme-primary-accent);--theme-input-focused-border: var(--theme-input-focused-border-width) var(--theme-input-focused-border-style) var(--theme-input-focused-border-color);--theme-input-opened-background: rgb(47, 47, 47);--theme-input-opened-color: var(--theme-input-color);--theme-input-opened-border-width: var(--theme-input-border-width);--theme-input-opened-border-style: var(--theme-input-border-style);--theme-input-opened-border-color: var(--theme-input-border-color);--theme-input-opened-border: var(--theme-input-opened-border-width) var(--theme-input-opened-border-style) var(--theme-input-opened-border-color);--theme-input-hovered-background: rgb(89, 89, 89);--theme-input-hovered-color: var(--theme-input-color);--theme-input-hovered-border-width: var(--theme-input-border-width);--theme-input-hovered-border-style: var(--theme-input-border-style);--theme-input-hovered-border-color: var(--theme-input-border-color);--theme-input-hovered-border: var(--theme-input-hovered-border-width) var(--theme-input-hovered-border-style) var(--theme-input-hovered-border-color);--theme-input-border-radius: 2px;--theme-input-label-color: var(--theme-text-primary);--theme-input-placeholder-color: rgb(150, 150, 150);--theme-input-list-indent: 16px;--theme-input-list-margin: 0px 7px 0px 4px;--theme-input-list-gap: 0px;--theme-input-list-color: var(--theme-text-primary);--theme-input-list-background: rgb(83, 83, 83);--theme-input-list-outline-width: 1px;--theme-input-list-outline-style: solid;--theme-input-list-outline-color: rgb(70, 70, 70);--theme-input-list-outline: var(--theme-input-list-outline-width) var(--theme-input-list-outline-style) var(--theme-input-list-outline-color);--theme-input-list-shadow-spread: 10px;--theme-input-list-shadow-width: 2px;--theme-input-list-shadow-color: rgba(0, 0, 0, .15);--theme-input-list-shadow: var(--theme-input-list-shadow-spread) var(--theme-input-list-shadow-width) var(--theme-input-list-shadow-color);--theme-input-list-border-width: 1px;--theme-input-list-border-style: solid;--theme-input-list-border-color: rgb(95, 95, 95);--theme-input-list-border: var(--theme-input-list-border-width) var(--theme-input-list-border-style) var(--theme-input-list-border-color);--theme-input-list-divider-color: rgb(77, 77, 77);--theme-input-list-divider-margin: 2px 4px;--theme-input-list-disabled-color: var(--theme-text-disabled);--theme-input-list-selected-color: var(--theme-primary-accent);--theme-input-list-selected-icon-color: rgb(191, 191, 191);--theme-input-list-hovered-background: var( --theme-input-list-border-color );--theme-button-height: 24px;--theme-button-font-size: 12px;--theme-button-primary-border-width: 2px;--theme-button-color: var(--theme-text-primary);--theme-button-background: var(--theme-background);--theme-button-border-width: 1px;--theme-button-border-style: solid;--theme-button-border-color: var(--theme-text-primary);--theme-button-border: var(--theme-button-border-width) var(--theme-button-border-style) var(--theme-button-border-color);--theme-button-disabled-color: var(--theme-text-disabled);--theme-button-disabled-background: var( --theme-input-disabled-background );--theme-button-disabled-border-width: 1px;--theme-button-disabled-border-style: solid;--theme-button-disabled-border-color: var( --theme-input-disabled-border-color );--theme-button-disabled-border: var( --theme-button-disabled-border-width ) var(--theme-button-disabled-border-style) var(--theme-button-disabled-border-color);--theme-button-hovered-color: var(--theme-background);--theme-button-hovered-background: var(--theme-text-primary);--theme-button-hovered-border-width: 1px;--theme-button-hovered-border-style: solid;--theme-button-hovered-border-color: var(--theme-text-primary);--theme-button-hovered-border: var(--theme-button-hovered-border-width) var(--theme-button-hovered-border-style) var(--theme-button-hovered-border-color);--theme-text-accent: rgb(84, 178, 247);--theme-text-primary: rgb(243, 243, 243);--theme-text-secondary: rgb(170, 170, 170);--theme-text-tertiary: rgb(120, 120, 120);--theme-text-disabled: rgb(120, 120, 120);--theme-toast-success-meter: rgb(50, 143, 50);--theme-toast-success-background: rgb(27, 120, 27);--theme-toast-success-color: white;--theme-toast-success-link: rgb(91, 168, 255);--theme-toast-info-meter: rgb(59, 59, 59);--theme-toast-info-background: rgb(48, 48, 48);--theme-toast-info-color: white;--theme-toast-info-link: rgb(91, 168, 255);--theme-toast-warning-meter: rgb(180, 122, 23);--theme-toast-warning-background: rgb(157, 103, 8);--theme-toast-warning-color: white;--theme-toast-warning-link: rgb(91, 168, 255);--theme-toast-error-meter: rgb(143, 50, 50);--theme-toast-error-background: rgb(120, 27, 27);--theme-toast-error-color: white;--theme-toast-error-link: rgb(91, 168, 255)}}@media (prefers-color-scheme: light){:root{--theme-primary-accent: rgb(74, 134, 224);--theme-secondary-accent: rgb(136, 166, 199);--theme-background: rgb(184, 184, 184);--theme-background-contrast: rgb(163, 163, 163);--theme-background-medium-contrast: rgb(155, 155, 155);--theme-background-high-contrast: rgb(148, 148, 148);--theme-input-border: rgb(143, 143, 143);--theme-input-background: rgb(223, 223, 223);--theme-input-disabled: rgb(191, 191, 191);--theme-text-primary: rgb(63, 63, 63);--theme-text-secondary: rgb(100, 100, 100);--theme-text-tertiary: rgb(120, 120, 120);--theme-text-disabled: rgb(95, 95, 95);--theme-toast-success-meter: rgb(143, 231, 143);--theme-toast-success-background: rgb(176, 243, 176);--theme-toast-success-color: black;--theme-toast-success-link: rgb(47, 109, 202);--theme-toast-info-meter: rgb(220, 220, 220);--theme-toast-info-background: rgb(240, 240, 240);--theme-toast-info-color: black;--theme-toast-info-link: rgb(47, 109, 202);--theme-toast-warning-meter: rgb(222, 198, 118);--theme-toast-warning-background: rgb(240, 218, 144);--theme-toast-warning-color: black;--theme-toast-warning-link: rgb(47, 109, 202);--theme-toast-error-meter: rgb(231, 143, 143);--theme-toast-error-background: rgb(243, 176, 176);--theme-toast-error-color: black;--theme-toast-error-link: rgb(47, 109, 202)}}@media (prefers-color-scheme: lightest){:root{--theme-primary-accent: rgb(94, 155, 237);--theme-secondary-accent: rgb(189, 209, 239);--theme-background: rgb(240, 240, 240);--theme-background-contrast: rgb(219, 219, 219);--theme-background-medium-contrast: rgb(211, 211, 211);--theme-background-high-contrast: rgb(204, 204, 204);--theme-input-border: rgb(189, 189, 189);--theme-input-background: rgb(251, 251, 251);--theme-input-disabled: rgb(220, 220, 220);--theme-text-primary: rgb(88, 88, 88);--theme-text-secondary: rgb(140, 140, 140);--theme-text-tertiary: rgb(170, 170, 170);--theme-text-disabled: rgb(128, 128, 128);--theme-toast-success-meter: rgb(143, 231, 143);--theme-toast-success-background: rgb(176, 243, 176);--theme-toast-success-color: black;--theme-toast-success-link: rgb(47, 109, 202);--theme-toast-info-meter: rgb(180, 180, 180);--theme-toast-info-background: rgb(200, 200, 200);--theme-toast-info-color: black;--theme-toast-info-link: rgb(49, 110, 189);--theme-toast-warning-meter: rgb(222, 198, 118);--theme-toast-warning-background: rgb(240, 218, 144);--theme-toast-warning-color: black;--theme-toast-warning-link: rgb(49, 110, 189);--theme-toast-error-meter: rgb(231, 143, 143);--theme-toast-error-background: rgb(243, 176, 176);--theme-toast-error-color: black;--theme-toast-error-link: rgb(49, 110, 189)}}#tooltip{position:absolute;padding:5px 10px;margin:5px;max-width:80%;max-height:80%;font-size:12px;white-space:pre-line;overflow:hidden;text-align:center;border-radius:5px;color:var(--theme-text-primary);background-color:var(--theme-background-high-contrast)}html,body{width:100%;height:100%;margin:0;padding:0}*{font-family:Ubuntu,sans-serif;font-weight:400;font-style:normal}em{font-style:italic}strong{font-weight:700}button{background-color:var(--lightestgray);color:var(--text);cursor:pointer;padding:8px 10px;display:flex;justify-content:center;align-items:center;border:none;border-radius:3px;outline:none}button:focus{outline:2px solid var(--focus)}button:disabled{cursor:not-allowed;color:var(--disabled-color);background-color:var(--lightergray)}a{outline:none}a:focus{color:var(--focus)!important}select,input{outline:none;border:1px solid var(--input-border);border-radius:2px}select:focus,input:focus{border:1px solid var(--input-selected)}table thead{background-color:#0a0a0a}table thead th{color:#fff}table thead th:nth-child(odd){background-color:#0a0a0a}table thead th:nth-child(2n){background-color:#323232}table tbody{background-color:#e6e6e6}table tbody td{color:#000}table tbody:nth-child(odd) td:nth-child(odd){background-color:#e6e6e6}table tbody:nth-child(odd) td:nth-child(2n){background-color:#f0f0f0}table tbody:nth-child(2n) td:nth-child(odd){background-color:#d7d7d7}table tbody:nth-child(2n) td:nth-child(2n){background-color:#e1e1e1}:root{--snapgraphic-darkorange: rgb(215, 72, 28);--snapgraphic-orange: rgb(240, 82, 34);--snapgraphic-lightestorange: rgb(246, 216, 205);--snapgraphic-lighterorange: rgb(245, 171, 145);--snapgraphic-lightorange: rgb(245, 150, 115);--snapgraphic-purple: rgb(57, 50, 132);--snapgraphic-green: rgb(34, 176, 42);--primary: var(--snapgraphic-orange);--lightprimary: var(--snapgraphic-lightorange);--secondary: var(--snapgraphic-purple);--tertiary: var(--snapgraphic-green);--white: rgb(255, 255, 255);--darkwhite: rgb(240, 240, 240);--lightestgray: rgb(230, 230, 230);--lightergray: rgb(215, 215, 215);--lightgray: rgb(200, 200, 200);--gray: rgb(130, 130, 130);--darkgray: rgb(90, 90, 90);--black: rgb(0, 0, 0);--bluegray: rgb(190, 180, 200);--background: var(--lightestgray);--text-white: white;--text-black: black;--shadow-color: rgba(0, 0, 0, .1);--big-shadow: 0 0 5px 0px var(--shadow-color);--little-shadow: 0 0 2px 0px var(--shadow-color);--focus: var(--primary);--input-border: var(--black);--input-selected: var(--primary);--disabled-color: var(--gray);--disabled-text: var(--lightest-gray);--navbar: var(--white);--navbar-border: var(--lightergray);--navbar-text: var(--text-black);--navbar-selected: var(--primary);--logout-color: var(--darkgray);--logout-text: var(--text-white);--logout-focus: var(--lightgray);--login-background: var(--white);--login-shadow: var(--big-shadow);--login-color: var(--primary);--login-text: var(--text-white);--login-focus: var(--lightprimary);--login-footer-background: var(--darkgray);--login-footer-color: var(--text-white);--control-bar-background: var(--white);--control-bar-toggle-color: var(--lightgray);--control-bar-view-background: var(--snapgraphic-purple);--control-bar-view-color: var(--white);--control-bar-search-background: var(--lightergray);--control-bar-search-placeholder-color: var(--white);--control-bar-search-color: var(--black);--list-view-background: var(--white);--list-view-odd-background: var(--darkwhite);--list-view-select-background: var(--snapgraphic-orange);--list-view-select-focus: var(--snapgraphic-lightorange);--list-view-select-color: var(--white)}:root{--theme-toast-success-meter: rgb(50, 143, 50);--theme-toast-success-background: rgb(27, 120, 27);--theme-toast-success-color: white;--theme-toast-success-link: rgb(91, 168, 255);--theme-toast-info-meter: rgb(59, 59, 59);--theme-toast-info-background: rgb(48, 48, 48);--theme-toast-info-color: white;--theme-toast-info-link: rgb(91, 168, 255);--theme-toast-warning-meter: rgb(180, 122, 23);--theme-toast-warning-background: rgb(157, 103, 8);--theme-toast-warning-color: white;--theme-toast-warning-link: rgb(91, 168, 255);--theme-toast-error-meter: rgb(198, 78, 78);--theme-toast-error-background: rgb(165, 21, 21);--theme-toast-error-color: white;--theme-toast-error-link: rgb(91, 168, 255);--theme-background: rgb(245, 245, 245);--theme-background-contrast: rgb(220, 220, 220)}
