.sidebar .server-name, .dashboard-navigation-tabs .sortable-item > div span, .dashboard-grid-widget-head h4, .dashboard-grid-iterator-head h4, form.dashboard-grid-widget-tophosts #list_columns .text, .list-table .action-container .link-action, .menu-popup .menu-popup-item, .menu-popup h3, .btn-back-map-container a:focus .btn-back-map .btn-back-map-content, .btn-back-map-container a:hover .btn-back-map .btn-back-map-content, .notif-body h4, .overlay-descr-url, .tag, .btn-tag, .overflow-ellipsis, .overflow-ellipsis td, .overflow-ellipsis th, .overflow-ellipsis th a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b,
strong, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

svg:focus,
svg *:focus {
  outline: none; }

body {
  position: relative;
  background-color: #ebeef0;
  font-size: 75%;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  line-height: 1.4em;
  color: #1f2c33; }

h1 {
  font-size: 1.75em;
  line-height: 1.2em; }

h2 {
  font-size: 1.5em;
  line-height: 1.2em; }

h3 {
  font-size: 0.917em;
  text-transform: uppercase;
  color: #768d99;
  letter-spacing: .0688em;
  text-rendering: optimizeLegibility; }

h4 {
  font-size: 1.167em;
  color: #1f2c33;
  line-height: 1.2em; }

sup {
  font-size: 0.917em;
  color: #768d99; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

ol {
  list-style: decimal;
  list-style-position: inside; }
  ol li {
    padding: 0 0 .7em; }

p {
  margin: 0 0 .7em; }

pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em; }

a:link {
  color: #0275b8;
  text-decoration: none;
  transition: color .2s ease-out; }
a:visited {
  color: #0275b8;
  text-decoration: none; }
a:hover {
  outline: 0;
  color: #0275b8;
  border-bottom: 1px solid rgba(2, 117, 184, 0.5); }
a:focus {
  color: #0275b8;
  outline: none;
  border-bottom: 2px solid rgba(2, 117, 184, 0.5); }
a:active {
  outline: 0;
  color: #0275b8;
  border-bottom: 1px solid rgba(2, 117, 184, 0.5); }
a img {
  border: 0;
  vertical-align: top; }

svg a {
  fill: #0275b8;
  cursor: pointer; }
  svg a:visited {
    fill: #0275b8; }
  svg a:hover, svg a:focus {
    fill: #0275b8;
    text-decoration: underline; }
  svg a:active {
    fill: #0275b8;
    text-decoration: underline; }

.float-left {
  float: left; }

.text-placeholder {
  padding: 1px 4px;
  border-radius: 2px;
  background-color: #768d99;
  color: #ffffff; }

[data-indicator="count"][data-indicator-value]:not([data-indicator-value="0"])::after {
  content: attr(data-indicator-value);
  margin-left: .4em;
  color: #768d99;
  font-size: 0.917em; }

[data-indicator="mark"][data-indicator-value]:not([data-indicator-value="0"])::after {
  content: '';
  display: inline-block;
  margin-left: .4em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #009900; }

.ui-resizable-border-n {
  border-top: 1px solid #02659f;
  height: 5px;
  margin: 0 .25rem;
  flex: 1; }

.ui-resizable-border-e {
  border-right: 1px solid #02659f;
  width: 5px;
  margin: .25rem 0;
  flex: 1; }

.ui-resizable-border-s {
  border-bottom: 1px solid #02659f;
  height: 5px;
  margin: 0 .25rem;
  flex: 1; }

.ui-resizable-border-w {
  border-left: 1px solid #02659f;
  width: 5px;
  margin: .25rem 0;
  flex: 1; }

.ui-resizable-n {
  cursor: ns-resize;
  height: 5px;
  width: 100%;
  top: 4px;
  left: 0; }
  .ui-resizable-n .ui-resize-dot {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0; }

.ui-resizable-ne {
  cursor: nesw-resize;
  right: 0;
  top: 0; }

.ui-resizable-nw {
  cursor: nwse-resize;
  left: 0;
  top: 0; }

.ui-resizable-e {
  cursor: ew-resize;
  width: 5px;
  right: 4px;
  top: 0;
  height: 100%; }
  .ui-resizable-e .ui-resize-dot {
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.ui-resizable-s {
  cursor: ns-resize;
  height: 5px;
  width: 100%;
  bottom: 5px;
  left: 0; }
  .ui-resizable-s .ui-resize-dot {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px; }

.ui-resizable-se {
  cursor: nwse-resize;
  right: 0;
  bottom: 0; }

.ui-resizable-sw {
  cursor: nesw-resize;
  left: 0;
  bottom: 0; }

.ui-resizable-w {
  cursor: ew-resize;
  width: 5px;
  left: 4px;
  top: 0;
  height: 100%; }
  .ui-resizable-w .ui-resize-dot {
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.ui-inner-handles .ui-resizable-n {
  top: 0; }
.ui-inner-handles .ui-resizable-ne {
  top: -4px;
  right: -4px; }
.ui-inner-handles .ui-resizable-nw {
  top: -4px;
  left: -4px; }
.ui-inner-handles .ui-resizable-e {
  right: 0; }
.ui-inner-handles .ui-resizable-s {
  bottom: 0; }
.ui-inner-handles .ui-resizable-se {
  bottom: -4px;
  right: -4px; }
.ui-inner-handles .ui-resizable-sw {
  bottom: -4px;
  left: -4px; }
.ui-inner-handles .ui-resizable-w {
  left: 0; }

.ui-resize-dot, .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw {
  z-index: 90;
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #02659f;
  border-radius: 100%; }

.ui-resizable-n, .ui-resizable-e, .ui-resizable-s, .ui-resizable-w {
  z-index: 90;
  position: absolute;
  display: flex; }

.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .scrollable:focus {
    outline: 0; }
  .scrollable::-webkit-scrollbar {
    width: 0; }
  .scrollable .scrollbar-track {
    background: rgba(172, 187, 194, 0.55);
    width: 4px;
    border-radius: 2px;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 0;
    opacity: 0;
    z-index: 999; }
    .scrollable .scrollbar-track::before {
      content: '';
      position: absolute;
      top: 0;
      right: -2px;
      bottom: 0;
      left: -6px; }
    .scrollable .scrollbar-track.is-active {
      opacity: 1; }
    .scrollable .scrollbar-track:hover {
      width: 8px; }
      .scrollable .scrollbar-track:hover .scrollbar-thumb {
        width: 8px; }
  .scrollable .scrollbar-thumb {
    background: rgba(135, 135, 135, 0.85);
    border-radius: 2px;
    width: 4px;
    position: absolute;
    height: 0;
    right: 0;
    opacity: .5; }
    .scrollable .scrollbar-thumb:hover {
      width: 8px;
      opacity: 1; }
  .scrollable .scrollbar-track {
    transition: opacity 0.3s ease-out 2s, width 0.3s ease-out 2s; }
    .scrollable .scrollbar-track.is-active {
      transition: opacity 0.3s ease-out, width 0.3s ease-out 2s; }
    .scrollable .scrollbar-track:hover {
      transition: opacity 0.3s ease-out, width 0.3s ease-out; }
      .scrollable .scrollbar-track:hover .scrollbar-thumb {
        transition: opacity 0.3s ease-out, width 0.3s ease-out; }
  .scrollable .scrollbar-thumb {
    transition: opacity 0.3s ease-out, width 0.3s ease-out 2s; }

.sortable {
  position: relative;
  overflow: hidden; }
  .sortable .sortable-list {
    position: relative;
    top: 0;
    left: 0;
    transition: left .2s, top .2s; }
    .sortable .sortable-list .sortable-item {
      transition: left .2s, top .2s; }
  .sortable.sortable-dragging .sortable-item {
    position: absolute; }
    .sortable.sortable-dragging .sortable-item.sortable-dragging {
      display: none; }

html,
body {
  height: 100vh; }

body {
  display: flex;
  overflow: hidden; }

aside,
.wrapper {
  box-sizing: border-box; }

.wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: auto;
  position: relative; }
  .wrapper > [class^="msg-"] + [class^="msg-"] {
    margin-top: 0; }
  .wrapper > .debug-output {
    flex-shrink: 0; }
  .wrapper > output {
    box-sizing: border-box;
    min-width: 1200px; }

header,
footer {
  flex-shrink: 0;
  min-width: 1200px; }

main {
  position: relative;
  min-width: 1200px;
  padding: 10px; }
  main > .container:not(:first-of-type) {
    margin-top: 10px; }

footer {
  margin-top: auto; }

output {
  display: block; }

.container {
  background: #ffffff; }

header {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  background: #ffffff;
  border-bottom: 1px solid #dfe4e7; }
  header > div {
    overflow: hidden; }
  header h1 {
    position: relative;
    padding-top: 1px;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  header .header-controls {
    flex-shrink: 0;
    margin: 0 -2px 0 auto;
    padding: 2px;
    white-space: nowrap; }
    header .header-controls label {
      line-height: 24px; }
    header .header-controls .radio-list-control label {
      line-height: 1.2; }
  header .header-kioskmode-controls {
    position: fixed;
    top: 5px;
    right: 45px;
    z-index: 1010;
    display: flex;
    transition: opacity 1s ease-out; }
    header .header-kioskmode-controls.hidden {
      opacity: 0; }
    header .header-kioskmode-controls > li > ul {
      margin-right: 10px; }
    header .header-kioskmode-controls ul {
      display: flex; }
      header .header-kioskmode-controls ul li {
        margin-right: 10px; }
  header .header-z-select {
    max-width: 600px; }
  header a.link-action {
    box-sizing: border-box;
    display: block;
    height: 25px; }
    header a.link-action h1 {
      padding-right: 1em; }
      header a.link-action h1::after {
        content: '';
        position: absolute;
        top: 50%;
        right: .15em;
        width: .3em;
        height: .3em;
        margin-top: -.15em;
        border-right: 2px solid #1f2c33;
        border-bottom: 2px solid #1f2c33;
        transform: rotate(45deg);
        transition: border-color .2s ease-out; }
    header a.link-action:hover h1::after, header a.link-action:focus h1::after {
      border-color: #0275b8; }
  header form {
    display: flex;
    justify-content: flex-end; }
  header ul {
    text-align: right; }
    header ul li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 0 0 10px; }
      header ul li .btn-split {
        margin-right: 0; }
        header ul li .btn-split li {
          padding-left: 0; }
    header ul ul li:first-child {
      padding-left: 0; }
    header ul button {
      line-height: 22px; }
  header z-select > button {
    line-height: normal; }
  header z-select .list {
    text-align: left; }
    header z-select .list li:first-child {
      padding: 5px; }

footer {
  padding: 55px 10px 10px;
  color: #768d99;
  line-height: 15px;
  text-align: center; }

.sidebar {
  position: relative;
  z-index: 998;
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 480px;
  background: #0a466a;
  transition: max-width 0.3s, transform 0.3s ease-out;
  will-change: max-width;
  transform: translate3d(0, 0, 0); }
  .sidebar .sidebar-header {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin: 10px 10px 0;
    padding: 2px;
    overflow: hidden;
    justify-content: space-between; }
  .sidebar .sidebar-header-buttons {
    display: flex;
    width: 48px;
    justify-content: flex-end; }
  .sidebar .server-name {
    box-sizing: border-box;
    width: 0;
    margin-top: 5px;
    padding: 0 12px;
    color: rgba(206, 218, 225, 0.5);
    transition: opacity 0.3s ease-out; }
  .sidebar .form-search {
    margin: 12px; }
  .sidebar .sidebar-nav {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .sidebar .nav-user {
    margin-top: auto; }
  .sidebar .scrollable .scrollbar-track {
    z-index: 1000;
    background: rgba(135, 209, 255, 0.55); }
  .sidebar .scrollable .scrollbar-thumb {
    background: rgba(135, 209, 255, 0.85); }
  .sidebar .logo {
    position: relative;
    margin-right: 12px; }
    .sidebar .logo:active, .sidebar .logo:hover, .sidebar .logo:link, .sidebar .logo:visited {
      border: 0; }
    .sidebar .logo:focus .sidebar-logo {
      box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
    .sidebar .logo .sidebar-logo-compact {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  .sidebar .button-hide,
  .sidebar .button-show,
  .sidebar .button-compact,
  .sidebar .button-expand {
    width: 24px;
    height: 24px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    opacity: .75; }
    .sidebar .button-hide:focus, .sidebar .button-hide:hover,
    .sidebar .button-show:focus,
    .sidebar .button-show:hover,
    .sidebar .button-compact:focus,
    .sidebar .button-compact:hover,
    .sidebar .button-expand:focus,
    .sidebar .button-expand:hover {
      opacity: 1; }
  .sidebar .button-hide {
    background-position: -540px -568px; }
  .sidebar .button-show {
    display: none;
    background-position: -570px -568px; }
  .sidebar .button-compact {
    background-position: -540px -544px; }
  .sidebar .button-expand {
    display: none;
    background-position: -540px -520px; }
  .sidebar .form-search .search {
    transition: opacity 0.3s; }
  .sidebar .form-search .search-icon {
    transition: transform 0.3s; }
  .sidebar.is-compact, .sidebar.is-hidden {
    position: fixed;
    top: 0;
    bottom: 0;
    box-shadow: 2px 0 6px rgba(118, 141, 153, 0.5); }
  .sidebar.is-compact + .wrapper {
    margin-left: 48px; }
  .sidebar.is-compact .button-compact,
  .sidebar.is-compact .button-show {
    display: none; }
  .sidebar.is-compact .button-expand,
  .sidebar.is-compact .button-hide {
    display: inline-block; }
  .sidebar.is-compact:not(.is-opened) {
    max-width: 48px !important; }
    .sidebar.is-compact:not(.is-opened) .scrollable .scrollbar-track {
      display: none; }
    .sidebar.is-compact:not(.is-opened) .logo .sidebar-logo {
      opacity: 0;
      transition: opacity 0s 0.3s; }
    .sidebar.is-compact:not(.is-opened) .logo .sidebar-logo-compact {
      opacity: 1;
      transition: opacity 0s 0.3s; }
    .sidebar.is-compact:not(.is-opened) .server-name {
      opacity: 0; }
    .sidebar.is-compact:not(.is-opened) .form-search {
      position: relative; }
      .sidebar.is-compact:not(.is-opened) .form-search .search {
        opacity: 0; }
      .sidebar.is-compact:not(.is-opened) .form-search .search-icon {
        opacity: 1;
        transform: scale(1); }
    .sidebar.is-compact:not(.is-opened) nav a {
      color: transparent; }
      .sidebar.is-compact:not(.is-opened) nav a::after {
        opacity: 0; }
    .sidebar.is-compact:not(.is-opened) .submenu {
      max-height: 0 !important; }
  .sidebar.is-hidden .button-show {
    display: inline-block; }
  .sidebar.is-hidden .button-compact,
  .sidebar.is-hidden .button-expand,
  .sidebar.is-hidden .button-hide {
    display: none; }
  .sidebar.is-hidden.focus-off {
    display: none; }
  .sidebar.is-hidden + .wrapper .sidebar-nav-toggle {
    display: block; }
  .sidebar.is-hidden:not(.is-opened) {
    transform: translate3d(-110%, 0, 0); }

.sidebar-nav-toggle {
  display: none;
  flex-shrink: 0;
  margin-right: 10px; }
  .sidebar-nav-toggle .button-toggle {
    width: 24px;
    height: 24px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat -540px -592px;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    opacity: .75;
    transition: opacity 0.3s ease-out; }
    .sidebar-nav-toggle .button-toggle:hover {
      opacity: 1; }
  .sidebar-nav-toggle + div {
    flex-shrink: 1; }

.form-grid {
  display: grid;
  padding: 5px;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-columns: minmax(15%, max-content) auto; }
  .form-grid.label-width-true {
    grid-template-columns: max-content auto; }
  .form-grid > label {
    line-height: 24px;
    text-align: right;
    word-wrap: break-word; }
  .form-grid .form-actions,
  .form-grid .form-field,
  .form-grid .field-fluid {
    grid-column: 2 / -1;
    text-align: left;
    line-height: 24px; }
  .form-grid .form-actions button:not(:first-of-type) {
    margin-left: 10px; }
  .form-grid .form-field.offset-1 {
    grid-column-start: 2 !important; }
  .form-grid .form-field.offset-2 {
    grid-column-start: 3 !important; }
  .form-grid .form-field.offset-3 {
    grid-column-start: 4 !important; }
  .form-grid .form-field table {
    width: 100%; }
    .form-grid .form-field table .sortable td {
      padding-bottom: 0;
      vertical-align: middle;
      line-height: 24px; }
  .form-grid .form-field th {
    padding: 0 5px 0 0;
    color: #768d99; }
    .form-grid .form-field th:last-child {
      padding: 0; }
  .form-grid .form-field td {
    padding: 0 5px 5px 0; }
  .form-grid .form-field .list-check-radio {
    line-height: 1.4em; }
  .form-grid.form-grid-1-1 {
    grid-template-columns: repeat(2, minmax(15%, max-content) auto); }
    .form-grid.form-grid-1-1.label-width-true {
      grid-template-columns: repeat(2, max-content auto); }
  .form-grid.form-grid-3-1 {
    grid-template-columns: minmax(15%, max-content) 3fr max-content auto; }
    .form-grid.form-grid-3-1.label-width-true {
      grid-template-columns: max-content auto 3fr max-content auto; }
  .form-grid.form-grid-1-1 .form-field:not(.field-fluid), .form-grid.form-grid-3-1 .form-field:not(.field-fluid) {
    grid-column-start: initial;
    grid-column-end: span 1; }
  .form-grid .table-forms-separator {
    display: inline-flex;
    line-height: 1.4; }
    .form-grid .table-forms-separator td {
      padding: 5px 5px 5px 0; }
      .form-grid .table-forms-separator td .drag-icon {
        top: 5px; }

.btn-add,
.btn-edit,
.btn-import, .btn-remove, .overlay-close-btn, .subfilter-disable-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-height: auto;
  padding: 0;
  line-height: 18px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  opacity: .5;
  transition: opacity .2s ease-out; }
  .btn-add:hover,
  .btn-edit:hover,
  .btn-import:hover, .btn-remove:hover, .overlay-close-btn:hover, .subfilter-disable-btn:hover, .btn-add:focus,
  .btn-edit:focus,
  .btn-import:focus, .btn-remove:focus, .overlay-close-btn:focus, .subfilter-disable-btn:focus, .btn-add:active,
  .btn-edit:active,
  .btn-import:active, .btn-remove:active, .overlay-close-btn:active, .subfilter-disable-btn:active {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    opacity: 1; }

.btn-remove, .overlay-close-btn, .subfilter-disable-btn {
  font-size: 1.5em;
  font-weight: bold;
  color: #768d99;
  text-align: center;
  cursor: pointer; }
  .btn-remove::before, .overlay-close-btn::before, .subfilter-disable-btn::before {
    content: '\00d7'; }
  .btn-remove:hover, .overlay-close-btn:hover, .subfilter-disable-btn:hover, .btn-remove:focus, .overlay-close-btn:focus, .subfilter-disable-btn:focus, .btn-remove:active, .overlay-close-btn:active, .subfilter-disable-btn:active {
    color: #768d99;
    outline: none; }

.btn-add,
.btn-edit,
.btn-import {
  background-image: url("../img/icon-sprite.svg?20211222");
  background-repeat: no-repeat; }
  .btn-add::-moz-focus-inner,
  .btn-edit::-moz-focus-inner,
  .btn-import::-moz-focus-inner {
    padding: 0; }
  .btn-add:not(:first-child),
  .btn-edit:not(:first-child),
  .btn-import:not(:first-child) {
    margin-left: 5px; }

.btn-add {
  background-position: -45px -550px; }

.btn-edit {
  background-position: -45px -477px; }

.btn-import {
  background-position: -45px -514px; }

.btn-remove:not(:first-child) {
  margin-left: 5px; }

.btn-add[disabled], .btn-add[disabled]:hover,
.btn-edit[disabled],
.btn-edit[disabled]:hover,
.btn-import[disabled],
.btn-import[disabled]:hover,
.btn-remove[disabled],
.btn-remove[disabled]:hover {
  background-color: transparent;
  opacity: .25;
  cursor: default; }

.overlay-close-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1000; }

.subfilter-disable-btn {
  margin: 0;
  color: #ffffff;
  background-color: #768d99;
  opacity: 1; }
  .subfilter-disable-btn:hover {
    color: #f2f2f2; }
  .subfilter-disable-btn:focus, .subfilter-disable-btn:active {
    color: #e6e6e6; }

.checkbox-list {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(var(--columns), auto); }
  .checkbox-list.fixed {
    grid-template-columns: repeat(var(--columns), 1fr); }
  .checkbox-list.vertical {
    grid-template-rows: repeat(var(--rows), 1fr);
    grid-auto-flow: column; }
  .checkbox-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px; }

.color-picker .color-picker-preview,
.color-picker-dialogue .color-picker-preview {
  position: relative;
  background: url("../img/icon-sprite.svg?20211222") no-repeat -323px -411px;
  border: 1px solid #acbbc2;
  color: #1f2c33; }
.color-picker .use-default,
.color-picker-dialogue .use-default {
  background: none; }
  .color-picker .use-default::after,
  .color-picker-dialogue .use-default::after {
    content: attr(data-use-default);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 22px; }

.color-picker {
  display: inline-block;
  line-height: 24px; }
  .color-picker .color-picker-preview {
    padding: 0;
    background-position: -321px -409px;
    width: 24px;
    vertical-align: top; }
  .color-picker input:disabled + button {
    pointer-events: none;
    background: #acbbc2 !important;
    border-color: #acbbc2; }

.color-picker-dialogue > div:first-of-type {
  margin-bottom: 5px; }
.color-picker-dialogue > div:not(:first-of-type) button {
  padding: 0;
  width: 20px;
  min-height: 20px;
  border: 1px solid #ffffff;
  border-radius: 0;
  vertical-align: middle;
  transition: none; }
  .color-picker-dialogue > div:not(:first-of-type) button:hover, .color-picker-dialogue > div:not(:first-of-type) button:focus {
    border-color: #02659f;
    box-shadow: inset 0 0 0 1px #ffffff; }
  .color-picker-dialogue > div:not(:first-of-type) button:active {
    box-shadow: inset 0 0 0 2px #ffffff; }
.color-picker-dialogue .color-picker-input {
  position: relative;
  display: inline-block;
  margin-right: 3px; }
  .color-picker-dialogue .color-picker-input .color-picker-preview {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px; }
    .color-picker-dialogue .color-picker-input .color-picker-preview:after {
      line-height: 18px; }
  .color-picker-dialogue .color-picker-input input {
    padding-left: 25px; }

.header-kioskmode-controls .dashboard-kioskmode-controls li {
  margin-right: 6px; }

.dashboard-toggle-slideshow.slideshow-state-started .slideshow-state-stopped, .dashboard-toggle-slideshow.slideshow-state-stopped .slideshow-state-started,
.dashboard-kioskmode-toggle-slideshow.slideshow-state-started .slideshow-state-stopped,
.dashboard-kioskmode-toggle-slideshow.slideshow-state-stopped .slideshow-state-started {
  display: none; }

.dashboard-edit {
  display: inline-block;
  margin-right: 5px;
  position: relative; }
  .dashboard-edit::after {
    content: '';
    position: absolute;
    min-height: 24px;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #dfe4e7; }
  .dashboard-edit ul li {
    vertical-align: middle; }
    .dashboard-edit ul li:first-child {
      padding: 0; }
    .dashboard-edit ul li .btn-dashboard-conf {
      vertical-align: middle; }

.dashboard-navigation-tabs {
  margin: -2px 10px -2px 0;
  overflow: hidden; }
  .dashboard-navigation-tabs .sortable {
    padding: 2px 0;
    margin: 0 -1.5px; }
  .dashboard-navigation-tabs .sortable-list {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center; }
    .dashboard-navigation-tabs .sortable-list > .sortable-item:focus:not(:active) {
      padding: 0 3.5px 0 3.5px; }
      .dashboard-navigation-tabs .sortable-list > .sortable-item:focus:not(:active) > div {
        padding: 0 8px;
        border: 1px solid transparent;
        box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
  .dashboard-navigation-tabs .sortable-item {
    box-sizing: border-box;
    display: block;
    padding: 0 1.5px 0 1.5px;
    margin: 0;
    list-style-type: none;
    outline: none; }
    .dashboard-navigation-tabs .sortable-item > div {
      display: flex;
      align-items: center;
      min-height: 22px;
      line-height: 22px;
      padding: 0 10px;
      flex-shrink: 0;
      font-size: 12px;
      white-space: nowrap;
      cursor: pointer;
      user-select: none;
      background-color: #ffffff;
      border: 1px solid #dfe4e7;
      border-radius: 2px;
      transition: background-color 0.3s, border-color 0.3s; }
      .dashboard-navigation-tabs .sortable-item > div span {
        max-width: 300px;
        color: #1f2c33; }
      .dashboard-navigation-tabs .sortable-item > div button {
        margin: 0 -9px 0 4px; }
      .dashboard-navigation-tabs .sortable-item > div:not(.selected-tab) button {
        display: none; }
  .dashboard-navigation-tabs .sortable > .sortable-item > div,
  .dashboard-navigation-tabs .sortable-list > .sortable-item > div:hover {
    background: #e8f5ff;
    border: 1px solid #82c9ff; }
  .dashboard-navigation-tabs .sortable > .sortable-item > div.selected-tab,
  .dashboard-navigation-tabs .sortable-list > .sortable-item > div.selected-tab {
    background-color: #768d99;
    border: 1px solid transparent; }
    .dashboard-navigation-tabs .sortable > .sortable-item > div.selected-tab span,
    .dashboard-navigation-tabs .sortable-list > .sortable-item > div.selected-tab span {
      color: #ffffff; }

.dashboard-navigation-controls {
  display: flex;
  flex-shrink: 0; }
  .dashboard-navigation-controls button {
    margin-left: 10px; }
    .dashboard-navigation-controls button.dashboard-previous-page, .dashboard-navigation-controls button.dashboard-next-page {
      display: none;
      margin: 0; }

.dashboard-navigation {
  display: flex;
  margin-top: 2px;
  margin-bottom: 6px; }
  .dashboard-navigation.is-scrollable .dashboard-navigation-controls button.dashboard-previous-page, .dashboard-navigation.is-scrollable .dashboard-navigation-controls button.dashboard-next-page {
    display: inline-block; }

.dashboard-grid {
  position: relative;
  margin: -4px;
  z-index: 3;
  transition: margin-top .3s; }
  .dashboard-grid.reserve-header-lines-1 {
    margin-top: 2rem; }
  .dashboard-grid.reserve-header-lines-2 {
    margin-top: calc(4rem + 8px); }

.dashboard:not(.dashboard-is-multipage):not(.dashboard-is-edit-mode) .dashboard-navigation {
  display: none; }
.dashboard.dashboard-is-edit-mode .dashboard-toggle-slideshow, .dashboard:not(.dashboard-is-multipage) .dashboard-toggle-slideshow {
  display: none; }

.dashboard-grid-widget-blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 998; }

.dashboard-widget-placeholder {
  box-sizing: border-box;
  display: flex;
  height: 200px;
  padding: .25rem;
  width: calc(100% / 6 - .65rem);
  z-index: 999;
  color: #768d99;
  cursor: pointer;
  user-select: none; }
  .dashboard-widget-placeholder .dashboard-widget-placeholder-box {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px dashed #acbbc2;
    box-shadow: 2px 2px 6px rgba(118, 141, 153, 0.5);
    flex: 1;
    position: relative;
    overflow: hidden; }
  .dashboard-widget-placeholder .dashboard-widget-placeholder-label {
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    right: 0;
    bottom: 0;
    padding: 38px 5px 5px;
    text-align: center; }
    .dashboard-widget-placeholder .dashboard-widget-placeholder-label::before {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -157px -888px;
      content: ' ';
      height: 28px;
      width: 36px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .dashboard-widget-placeholder .dashboard-widget-placeholder-label span.hidden {
      display: none; }
  .dashboard-widget-placeholder .dashboard-widget-placeholder-resizing {
    background: #dadfe3;
    box-shadow: inset 2px 2px 6px rgba(118, 141, 153, 0.5); }
    .dashboard-widget-placeholder .dashboard-widget-placeholder-resizing .dashboard-widget-placeholder-label::before {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -345px -888px; }
  .dashboard-widget-placeholder.disabled {
    opacity: 1; }
    .dashboard-widget-placeholder.disabled .dashboard-widget-placeholder-box {
      background-color: rgba(255, 255, 255, 0.7); }
      .dashboard-widget-placeholder.disabled .dashboard-widget-placeholder-box .dashboard-widget-placeholder-label::before {
        background: url("../img/icon-sprite.svg?20211222") no-repeat -122px -284px; }
  .dashboard-widget-placeholder.hidden {
    display: none; }

.dashboard-grid-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }

.dashboard-grid-widget-head {
  position: absolute;
  top: .25rem;
  left: .25rem;
  right: .25rem;
  height: 2rem;
  padding-left: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  align-items: flex-start;
  border: 1px solid #dfe4e7;
  border-bottom: 0;
  background-color: #ffffff;
  z-index: 3; }
  .dashboard-grid-widget-head h4 {
    flex-grow: 1;
    margin-top: .5rem;
    color: #3c5563;
    font-weight: bold; }
  .dashboard-grid-widget-head ul {
    flex-shrink: 0; }
    .dashboard-grid-widget-head ul li {
      float: left;
      padding: 0; }
      .dashboard-grid-widget-head ul li select {
        margin: 4px 0; }

.dashboard-grid-widget-actions {
  opacity: 0;
  transition: opacity .2s ease-out; }

.dashboard-grid-widget-content {
  flex-grow: 1;
  margin-top: 2rem;
  box-sizing: border-box;
  height: calc(100% - 2rem);
  padding-bottom: 8px;
  overflow: auto;
  border: 1px solid #dfe4e7;
  background-color: #ffffff; }
  .dashboard-grid-widget-content .list-table {
    border: 0; }
    .dashboard-grid-widget-content .list-table tbody tr:last-child th, .dashboard-grid-widget-content .list-table tbody tr:last-child td {
      border-bottom: 1px solid #ebeef0; }
      .dashboard-grid-widget-content .list-table tbody tr:last-child th.list-table-footer, .dashboard-grid-widget-content .list-table tbody tr:last-child td.list-table-footer {
        border-bottom: 0; }
    .dashboard-grid-widget-content .list-table.sticky-footer {
      margin-bottom: -8px; }
      .dashboard-grid-widget-content .list-table.sticky-footer tfoot {
        bottom: -8px; }
  .dashboard-grid-widget-content .debug-output {
    max-height: none;
    border-color: #ebeef0; }
  .dashboard-grid-widget-content .msg-bad,
  .dashboard-grid-widget-content .msg-good,
  .dashboard-grid-widget-content .msg-warning {
    margin: 0 10px; }

.dashboard-grid-widget-mask {
  position: absolute;
  top: .25rem;
  left: .25rem;
  right: .25rem;
  bottom: .25rem;
  display: none; }

.dashboard-grid-widget {
  position: absolute; }
  .dashboard-grid-widget.dashboard-grid-widget-hidden-header .dashboard-grid-widget-head {
    height: 0;
    transition: height .3s, margin-top .3s, box-shadow .3s; }
  .dashboard-grid-widget.dashboard-grid-widget-hidden-header .dashboard-grid-widget-content {
    margin-top: 0;
    height: 100%;
    padding-top: 8px; }
    .dashboard-grid-widget.dashboard-grid-widget-hidden-header .dashboard-grid-widget-content .list-table.sticky-footer {
      margin-bottom: 0; }
      .dashboard-grid-widget.dashboard-grid-widget-hidden-header .dashboard-grid-widget-content .list-table.sticky-footer tfoot {
        bottom: 0; }
  .dashboard-grid-widget.dashboard-grid-widget-hidden-header.dashboard-grid-widget-focus .dashboard-grid-widget-head {
    height: 2rem;
    margin-top: -2rem;
    box-shadow: 0 -6px 8px -2px rgba(128, 128, 128, 0.15);
    z-index: 5; }
  .dashboard-grid-widget.dashboard-grid-widget-focus .dashboard-grid-widget-actions {
    opacity: 1; }
  .dashboard-grid-widget.ui-resizable-resizing.resizing-top .dashboard-grid-widget-container {
    top: auto;
    bottom: 0; }
  .dashboard-grid-widget.ui-resizable-resizing.resizing-left .dashboard-grid-widget-container {
    left: auto;
    right: 0; }

.dashboard-grid-iterator-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dashboard-grid-iterator-head {
  position: absolute;
  top: .25rem;
  left: .25rem;
  right: .25rem;
  height: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #dfe4e7;
  border-bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: margin-top .3s ease-out, height .3s ease-out, opacity .15s .15s ease-out, box-shadow .3s ease-out;
  z-index: 3; }
  .dashboard-grid-iterator-head h4 {
    flex-grow: 1;
    margin-top: .5rem;
    color: #3c5563;
    font-weight: bold; }
  .dashboard-grid-iterator-head ul {
    flex-shrink: 0; }
    .dashboard-grid-iterator-head ul li {
      float: left;
      padding: 0; }
  .dashboard-grid-iterator-head .dashboard-grid-iterator-pager {
    margin: 0 10px;
    height: 2rem;
    display: none;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center; }
    .dashboard-grid-iterator-head .dashboard-grid-iterator-pager .dashboard-grid-iterator-pager-info {
      margin: 2px .5em 0;
      white-space: nowrap;
      color: #3c5563; }
  .dashboard-grid-iterator-head.pager-visible .dashboard-grid-iterator-pager {
    display: flex; }

.dashboard-grid-iterator-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  transition: margin-top .3s ease-out; }

.dashboard-grid-iterator-placeholder {
  position: absolute;
  display: flex; }
  .dashboard-grid-iterator-placeholder > div {
    margin: .25rem;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    border: 1px solid #dfe4e7;
    background-color: rgba(255, 255, 255, 0.3); }

.dashboard-grid-iterator-too-small {
  position: absolute;
  top: .25rem;
  left: .25rem;
  right: .25rem;
  bottom: .25rem;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe4e7;
  background-color: #ffffff; }
  .dashboard-grid-iterator-too-small > div {
    padding: 0 10px;
    text-align: center;
    color: #768d99; }

.dashboard-grid-iterator-mask {
  position: absolute;
  top: .25rem;
  left: .25rem;
  right: .25rem;
  bottom: .25rem;
  display: none; }

.dashboard-grid-iterator {
  position: absolute; }
  .dashboard-grid-iterator.iterator-too-small .dashboard-grid-iterator-too-small {
    display: flex; }
  .dashboard-grid-iterator.iterator-too-small .dashboard-grid-iterator-content {
    display: none; }
  .dashboard-grid-iterator.dashboard-grid-iterator-focus {
    z-index: 5; }
    .dashboard-grid-iterator.dashboard-grid-iterator-focus .dashboard-grid-iterator-head {
      margin-top: -2rem;
      height: 2rem;
      box-shadow: 0 -6px 8px -2px rgba(128, 128, 128, 0.15);
      opacity: 1;
      transition: margin-top .3s ease-out, height .3s ease-out, box-shadow .3s ease-out; }
    .dashboard-grid-iterator.dashboard-grid-iterator-focus.dashboard-grid-iterator-hidden-header.iterator-double-header .dashboard-grid-iterator-head {
      margin-top: calc(-4rem - 8px);
      height: calc(4rem + 8px); }
  .dashboard-grid-iterator.ui-resizable-resizing.resizing-top .dashboard-grid-iterator-container {
    top: auto;
    bottom: 0; }
  .dashboard-grid-iterator.ui-resizable-resizing.resizing-left .dashboard-grid-iterator-container {
    left: auto;
    right: 0; }
  .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content {
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    border: 1px solid #dfe4e7;
    background-color: #ffffff; }
    .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div {
      padding-top: 8px; }
      .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table {
        border: 0; }
        .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table tbody tr:last-child th, .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table tbody tr:last-child td {
          border-bottom: 1px solid #ebeef0; }
          .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table tbody tr:last-child th.list-table-footer, .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table tbody tr:last-child td.list-table-footer {
            border-bottom: 0; }
      .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .msg-good,
      .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .msg-bad {
        margin: 0 10px; }

.dashboard-grid-widget.ui-draggable .dashboard-grid-widget .dashboard-grid-widget-head,
.dashboard-grid-widget.ui-draggable .dashboard-grid-iterator .dashboard-grid-iterator-head,
.dashboard-grid-iterator.ui-draggable .dashboard-grid-widget .dashboard-grid-widget-head,
.dashboard-grid-iterator.ui-draggable .dashboard-grid-iterator .dashboard-grid-iterator-head {
  cursor: auto; }

.dashboard.dashboard-is-edit-mode .dashboard-grid-widget-actions {
  opacity: 1; }
.dashboard.dashboard-is-edit-mode.dashboard-positioning .dashboard-grid-widget.dashboard-grid-widget-hidden-header .dashboard-grid-widget-head {
  transition: none; }
.dashboard.dashboard-is-edit-mode.dashboard-positioning .dashboard-grid-iterator.dashboard-grid-widget-hidden-header .dashboard-grid-widget-head {
  transition: none; }
.dashboard.dashboard-is-edit-mode.dashboard-positioning .dashboard-grid-widget-mask {
  display: block; }
.dashboard.dashboard-is-edit-mode.dashboard-positioning .dashboard-grid-iterator-mask {
  display: block; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget .ui-resizable-handle {
  visibility: hidden; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget.dashboard-grid-widget-focus .ui-resizable-handle {
  visibility: visible; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-resizable-resizing.dashboard-grid-widget-hidden-header .dashboard-grid-widget-head {
  margin-top: 0;
  height: 0;
  box-shadow: none; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-draggable-dragging .ui-resizable-handle {
  visibility: hidden; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-draggable-dragging.dashboard-grid-widget-hidden-header .dashboard-grid-widget-head {
  margin-top: -2rem;
  height: 2rem;
  box-shadow: 0 -6px 8px -2px rgba(128, 128, 128, 0.15);
  opacity: .5; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-resizable-resizing, .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-draggable-dragging {
  z-index: 1000; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-resizable-resizing::before, .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-draggable-dragging::before {
    content: '';
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    background-color: rgba(218, 223, 227, 0.75);
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.15); }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-resizable-resizing .dashboard-grid-widget-head, .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-draggable-dragging .dashboard-grid-widget-head {
    border-color: #ced5da; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-resizable-resizing .dashboard-grid-widget-content, .dashboard.dashboard-is-edit-mode .dashboard-grid-widget.ui-draggable-dragging .dashboard-grid-widget-content {
    border-color: #ced5da; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator .ui-resizable-handle {
  visibility: hidden; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.dashboard-grid-iterator-focus .ui-resizable-handle {
  visibility: visible; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing .dashboard-grid-iterator-head {
  margin-top: 0;
  height: 0;
  box-shadow: none;
  opacity: 0; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .ui-resizable-handle {
  visibility: hidden; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .dashboard-grid-iterator-head {
  margin-top: -2rem;
  height: 2rem;
  box-shadow: 0 -6px 8px -2px rgba(128, 128, 128, 0.15);
  opacity: .5; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging.dashboard-grid-iterator-hidden-header.iterator-double-header .dashboard-grid-iterator-head {
  margin-top: calc(-4rem - 8px);
  height: calc(4rem + 8px); }
.dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging {
  z-index: 1000; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing::before, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging::before {
    content: '';
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    background-color: rgba(218, 223, 227, 0.75);
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.15); }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing .dashboard-grid-iterator-head, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .dashboard-grid-iterator-head {
    border-color: #ced5da; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing .dashboard-grid-iterator-content .dashboard-grid-widget .dashboard-grid-widget-head, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .dashboard-grid-iterator-content .dashboard-grid-widget .dashboard-grid-widget-head {
    border-color: #ced5da; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing .dashboard-grid-iterator-content .dashboard-grid-widget .dashboard-grid-widget-content, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .dashboard-grid-iterator-content .dashboard-grid-widget .dashboard-grid-widget-content {
    border-color: #ced5da; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing .dashboard-grid-iterator-content .dashboard-grid-iterator-placeholder > div, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .dashboard-grid-iterator-content .dashboard-grid-iterator-placeholder > div {
    border-color: #ced5da; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-resizable-resizing .dashboard-grid-iterator-mask, .dashboard.dashboard-is-edit-mode .dashboard-grid-iterator.ui-draggable-dragging .dashboard-grid-iterator-mask {
    border: 1px solid #c8d0d6;
    border-top: 0; }
.dashboard.dashboard-is-edit-mode .dashboard-grid-widget-placeholder {
  position: absolute;
  z-index: 999; }
  .dashboard.dashboard-is-edit-mode .dashboard-grid-widget-placeholder > div {
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    background-color: #dadfe3 !important; }

@keyframes zoom-in-out {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.new-widget {
  animation: zoom-in-out .2s linear; }

.dashboard-widget {
  min-width: 250px;
  margin: 0 10px 10px 0;
  background-color: #ffffff;
  border: 1px solid #dfe4e7; }
  .dashboard-widget .list-table {
    border: 0; }
    .dashboard-widget .list-table tbody tr:last-child td {
      border-bottom: 1px solid #ebeef0; }
  .dashboard-widget .msg-bad,
  .dashboard-widget .msg-good,
  .dashboard-widget .msg-warning {
    margin: 0 10px; }
  .dashboard-widget.dashboard-widget-fluid {
    margin-right: 0; }

.dashboard-grid-widget-content .list-table th:first-child, .dashboard-grid-widget-content .list-table td:first-child, .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table th:first-child, .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table td:first-child, .dashboard-widget .list-table th:first-child, .dashboard-widget .list-table td:first-child {
  padding-left: 10px; }
.dashboard-grid-widget-content .list-table th:last-child, .dashboard-grid-widget-content .list-table td:last-child, .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table th:last-child, .dashboard-grid-iterator.iterator-alt-content .dashboard-grid-iterator-content > div .list-table td:last-child, .dashboard-widget .list-table th:last-child, .dashboard-widget .list-table td:last-child {
  padding-right: 10px; }

.dashboard-widget-head {
  position: relative;
  padding: 8px 60px 8px 10px; }
  .dashboard-widget-head h4 {
    color: #3c5563;
    font-weight: bold; }
  .dashboard-widget-head ul {
    position: absolute;
    top: 0;
    right: 0; }
    .dashboard-widget-head ul li {
      display: block;
      float: left;
      padding: 0; }
      .dashboard-widget-head ul li select {
        margin: 4px 0; }
  .dashboard-widget-head z-select .list li {
    float: none;
    line-height: normal;
    padding: 5px; }

.dashboard-widget-foot {
  text-align: right;
  color: #768d99;
  margin: 0 10px; }
  .dashboard-widget-foot li {
    display: inline-block;
    padding: 8px 0 8px 13px; }

.dashboard-widget-graph-link {
  display: block; }
  .dashboard-widget-graph-link:link {
    border: 0; }

.dashboard-grid-widget-content.is-loading::before,
.dashboard-grid-iterator-content.is-loading::before {
  margin: calc(.25rem + 1px); }

.dashboard-list .status-green {
  background-color: #2f9f5e;
  border-color: #2f9f5e; }
.dashboard-list .status-yellow {
  background-color: #e79e0b;
  border-color: #e79e0b; }

.wrapper.layout-kioskmode .dashboard-navigation {
  display: none; }

form.dashboard-grid-widget-item .field-group-description,
form.dashboard-grid-widget-item .field-group-value,
form.dashboard-grid-widget-item .field-group-time,
form.dashboard-grid-widget-item .field-group-change-indicator {
  display: grid;
  grid-template-columns: minmax(100px, max-content) 3fr max-content auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px; }
  form.dashboard-grid-widget-item .field-group-description label,
  form.dashboard-grid-widget-item .field-group-value label,
  form.dashboard-grid-widget-item .field-group-time label,
  form.dashboard-grid-widget-item .field-group-change-indicator label {
    text-align: right; }
  form.dashboard-grid-widget-item .field-group-description hr,
  form.dashboard-grid-widget-item .field-group-value hr,
  form.dashboard-grid-widget-item .field-group-time hr,
  form.dashboard-grid-widget-item .field-group-change-indicator hr {
    grid-column: 1 / -1;
    margin: 0;
    width: 100%;
    border: solid #ebeef0;
    border-width: 1px 0 0 0; }
  form.dashboard-grid-widget-item .field-group-description .field-fluid,
  form.dashboard-grid-widget-item .field-group-value .field-fluid,
  form.dashboard-grid-widget-item .field-group-time .field-fluid,
  form.dashboard-grid-widget-item .field-group-change-indicator .field-fluid {
    grid-column: 2 / -1; }
  form.dashboard-grid-widget-item .field-group-description .offset-3,
  form.dashboard-grid-widget-item .field-group-value .offset-3,
  form.dashboard-grid-widget-item .field-group-time .offset-3,
  form.dashboard-grid-widget-item .field-group-change-indicator .offset-3 {
    grid-column-start: 3; }
  form.dashboard-grid-widget-item .field-group-description .field-size input,
  form.dashboard-grid-widget-item .field-group-value .field-size input,
  form.dashboard-grid-widget-item .field-group-time .field-size input,
  form.dashboard-grid-widget-item .field-group-change-indicator .field-size input {
    margin-right: 5px; }
  form.dashboard-grid-widget-item .field-group-description .form-field,
  form.dashboard-grid-widget-item .field-group-value .form-field,
  form.dashboard-grid-widget-item .field-group-time .form-field,
  form.dashboard-grid-widget-item .field-group-change-indicator .form-field {
    line-height: 24px; }
form.dashboard-grid-widget-item .field-group-description .form-field:nth-child(1) {
  grid-column: 1 / -1; }
form.dashboard-grid-widget-item .field-group-value {
  grid-template-columns: minmax(100px, max-content) 3fr max-content auto; }
  form.dashboard-grid-widget-item .field-group-value .units-show {
    display: flex; }
    form.dashboard-grid-widget-item .field-group-value .units-show label[for='units'] {
      width: 100%; }
form.dashboard-grid-widget-item .field-group-change-indicator {
  grid-template-columns: repeat(3, max-content 96px); }
form.dashboard-grid-widget-item .field-group-change-indicator .input-color-picker {
  display: block; }
form.dashboard-grid-widget-item .table-forms .table-forms-td-left label.widget-item-label {
  margin-top: 6px; }

div.dashboard-grid-widget-item {
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  overflow-x: hidden; }
  div.dashboard-grid-widget-item a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit; }
    div.dashboard-grid-widget-item a:focus, div.dashboard-grid-widget-item a:hover, div.dashboard-grid-widget-item a:visited {
      border: none; }
    div.dashboard-grid-widget-item a > div {
      display: flex;
      flex: 1 1 calc(100% / 3); }
  div.dashboard-grid-widget-item .item-description,
  div.dashboard-grid-widget-item .item-value,
  div.dashboard-grid-widget-item .item-time {
    flex: 1 1 auto;
    max-width: 100%; }
  div.dashboard-grid-widget-item .item-value {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px; }
    div.dashboard-grid-widget-item .item-value > .units:first-child, div.dashboard-grid-widget-item .item-value > .units:last-child {
      flex: 0 0 100%; }
    div.dashboard-grid-widget-item .item-value > .units:first-child {
      margin-bottom: -0.07em; }
    div.dashboard-grid-widget-item .item-value > .units:last-child {
      margin-top: -0.07em; }
    div.dashboard-grid-widget-item .item-value.type-text {
      min-width: 0; }
      div.dashboard-grid-widget-item .item-value.type-text .item-value-content {
        min-width: 0; }
  div.dashboard-grid-widget-item .item-value-content {
    display: flex;
    align-items: baseline;
    overflow: hidden;
    white-space: nowrap; }
  div.dashboard-grid-widget-item .item-description,
  div.dashboard-grid-widget-item .item-time,
  div.dashboard-grid-widget-item .type-text .value {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  div.dashboard-grid-widget-item .item-description,
  div.dashboard-grid-widget-item .value,
  div.dashboard-grid-widget-item .decimals,
  div.dashboard-grid-widget-item .units,
  div.dashboard-grid-widget-item .item-time {
    font-size: calc(var(--content-height) * var(--widget-item-font) / 1.14);
    line-height: 1.14; }
  div.dashboard-grid-widget-item .units:not(:last-child),
  div.dashboard-grid-widget-item .change-indicator:not(:last-child) {
    margin-right: 5px; }
  div.dashboard-grid-widget-item .units:not(:first-child),
  div.dashboard-grid-widget-item .change-indicator:not(:first-child) {
    margin-left: 5px; }
  div.dashboard-grid-widget-item .svg-arrow {
    height: calc(var(--content-height) * var(--widget-item-font) * 0.72 / 1.14); }
  div.dashboard-grid-widget-item .item-value-no-data {
    color: #768d99; }
  div.dashboard-grid-widget-item .left {
    justify-content: flex-start;
    max-width: max-content;
    margin-right: auto; }
  div.dashboard-grid-widget-item .center {
    justify-content: center; }
  div.dashboard-grid-widget-item .right {
    justify-content: flex-end;
    max-width: max-content;
    margin-left: auto; }
  div.dashboard-grid-widget-item .top {
    align-self: flex-start; }
  div.dashboard-grid-widget-item .middle {
    align-self: center; }
  div.dashboard-grid-widget-item .bottom {
    align-self: flex-end; }
  div.dashboard-grid-widget-item .bold {
    font-weight: bold; }

.dashboard-grid-widget-item .svg-arrow-up {
  fill: #3DC51D; }
.dashboard-grid-widget-item .svg-arrow-down {
  fill: #FC5A5A; }
.dashboard-grid-widget-item .svg-arrow-up-down {
  fill: #3DC51D; }

form.dashboard-grid-widget-tophosts #list_columns .drag-icon {
  top: 1px; }
form.dashboard-grid-widget-tophosts #list_columns .text {
  max-width: 150px; }
form.dashboard-grid-widget-tophosts #column {
  max-width: 150px; }

div.dashboard-grid-widget-tophosts .list-table th.center {
  text-align: center; }
div.dashboard-grid-widget-tophosts td {
  line-height: 20px; }
div.dashboard-grid-widget-tophosts .link-action {
  white-space: nowrap; }
div.dashboard-grid-widget-tophosts z-bar-gauge {
  min-width: 64px;
  height: 20px; }

.diff {
  padding: 4px;
  background: #ebeef0; }
  .diff .diff-added {
    background-color: #c5e3c6; }
  .diff .diff-removed {
    background-color: #e3c5c5; }
  .diff pre {
    width: max-content;
    min-width: 100%; }
    .diff pre > div {
      white-space: pre; }

.expandable-subfilter {
  position: relative;
  word-break: break-word;
  max-height: 18px;
  line-height: 18px;
  overflow: hidden; }
  .expandable-subfilter.ten-lines {
    max-height: calc(20px * 10); }
  .expandable-subfilter > div {
    display: inline; }
  .expandable-subfilter .hidden {
    display: none; }
  .expandable-subfilter.expanded {
    max-height: none; }
    .expandable-subfilter.expanded .hidden {
      display: unset; }

.form-search {
  position: relative;
  height: 24px; }
  .form-search .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    padding-right: 22px;
    color: #ffffff;
    background: #092637;
    border: 1px solid #010a0f;
    border-radius: 3px; }
    .form-search .search:focus {
      color: #ffffff;
      background: #092637;
      border-color: #1384c7; }
      .form-search .search:focus ~ .search-icon {
        background-position: -540px -616px;
        opacity: 0.75; }
        .form-search .search:focus ~ .search-icon:hover:not(:disabled) {
          background-position: -570px -616px;
          opacity: 1; }
  .form-search .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent !important;
    background: url("../img/icon-sprite.svg?20211222") no-repeat -540px -616px;
    image-rendering: pixelated;
    border: 0;
    opacity: 0.75;
    transform: scale(0.8);
    transition: opacity 0.3s ease-out; }
    .form-search .search-icon:focus {
      box-shadow: 0 0 0 2px #1384c7; }
    .form-search .search-icon:focus, .form-search .search-icon:hover:not(:disabled) {
      background-position: -570px -616px;
      opacity: 1; }

.search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  min-width: 16px;
  color: #768d99;
  background-color: #ffffff;
  border: 1px solid #ccd5d9;
  border-top: 0;
  box-shadow: 0 6px 10px 0 rgba(118, 141, 153, 0.5); }
  .search-suggest li {
    display: block;
    height: inherit;
    padding: .4em 5px;
    margin: 0;
    overflow: hidden;
    color: #1f2c33;
    line-height: normal;
    word-break: break-word;
    cursor: pointer;
    transition: background-color .2s ease-out; }
    .search-suggest li.suggest-hover {
      background-color: #e8f5ff; }

.inline-filter {
  text-align: right; }
  .inline-filter > li {
    display: inline-block; }
    .inline-filter > li:not(:last-child) {
      margin-right: 3px; }
    .inline-filter > li.inline-filter-label {
      margin-right: 10px; }

.inline-filter-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  .inline-filter-footer > li.inline-filter-stats {
    color: #768d99; }

.icon-dashboard::before, .icon-problems::before, .icon-monitoring::before, .icon-services::before, .icon-inventory::before, .icon-reports::before, .icon-configuration::before, .icon-administration::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat;
  opacity: 0.75; }

.icon-dashboard::before {
  background-position: -540px -664px;
  transition: opacity 0.3s; }

.icon-problems::before {
  background-position: -540px -688px;
  transition: opacity 0.3s; }

.icon-monitoring::before {
  background-position: -540px -712px;
  transition: opacity 0.3s; }

.icon-services::before {
  background-position: -540px -832px;
  transition: opacity 0.3s; }

.icon-inventory::before {
  background-position: -540px -736px;
  transition: opacity 0.3s; }

.icon-reports::before {
  background-position: -540px -760px;
  transition: opacity 0.3s; }

.icon-configuration::before {
  background-position: -540px -784px;
  transition: opacity 0.3s; }

.icon-administration::before {
  background-position: -540px -808px;
  transition: opacity 0.3s; }

.menu-main > li {
  line-height: 16px; }
  .menu-main > li.is-selected > a {
    background: #0a3c5b;
    border-left-color: #87d1ff;
    color: #ffffff; }
  .menu-main > li.is-expanded > a, .menu-main > li.is-expanded > a:focus {
    background: #092637;
    border-left-color: transparent;
    color: #ffffff; }
  .menu-main > li:not(.is-expanded) .submenu {
    max-height: 0 !important; }
  .menu-main > li > a {
    color: #ebeef0; }
    .menu-main > li > a::before {
      position: absolute;
      top: 7px;
      left: 9px; }
    .menu-main > li > a:hover, .menu-main > li > a:focus {
      background: #092637;
      border-left-color: #ffffff;
      color: #ffffff; }
      .menu-main > li > a:hover::before, .menu-main > li > a:focus::before {
        background-position-x: -570px;
        opacity: 1; }
.menu-main .has-submenu > a::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 14px;
  width: 6px;
  height: 4px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat -606px -434px;
  transform: rotate(0deg);
  opacity: 0.75;
  transition: transform 0.3s, opacity 0.3s; }
.menu-main .has-submenu > a:hover::after, .menu-main .has-submenu > a:focus::after {
  background-position: -606px -434px;
  opacity: 1; }
.menu-main .has-submenu.is-expanded > a::after {
  background-position: -606px -434px;
  transform: rotate(-180deg); }
.menu-main .has-submenu.is-expanded > a::before, .menu-main .has-submenu.is-expanded > a::after {
  opacity: 1; }
.menu-main a {
  position: relative;
  display: block;
  padding: 12px 34px 12px 44px;
  font-size: 14px;
  line-height: inherit;
  white-space: nowrap;
  border-left: 3px solid transparent;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s; }
  .menu-main a:active, .menu-main a:hover, .menu-main a:link, .menu-main a:visited {
    border-bottom: 0; }
.menu-main .submenu {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  background: #051620;
  transition: max-height 0.3s ease;
  will-change: max-height; }
  .menu-main .submenu > li {
    line-height: 14px; }
    .menu-main .submenu > li.is-selected > a {
      background: #0b2d42;
      border-left-color: #87d1ff;
      color: #ffffff; }
      .menu-main .submenu > li.is-selected > a:hover, .menu-main .submenu > li.is-selected > a:focus {
        background: #092637;
        color: #ffffff; }
    .menu-main .submenu > li:not(:last-child) {
      border-bottom: 1px solid #051620; }
  .menu-main .submenu a {
    padding: 8px 20px;
    font-size: 12px;
    background: #0e354d;
    color: #ebeef0; }
    .menu-main .submenu a:hover, .menu-main .submenu a:focus {
      background: #092637;
      border-left-color: #ffffff;
      color: #ffffff; }
  .menu-main .submenu::before, .menu-main .submenu::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.35); }
  .menu-main .submenu::before {
    top: 0; }
  .menu-main .submenu::after {
    bottom: 0; }
  .menu-main .submenu .submenu {
    position: fixed;
    top: 0;
    left: 100%;
    padding: 1px;
    box-shadow: 4px 4px 8px 0 rgba(118, 141, 153, 0.35);
    transition: none; }
    .menu-main .submenu .submenu li {
      border: 0; }
      .menu-main .submenu .submenu li a {
        padding: 6px 20px;
        border-left: 0;
        background-color: #0a466a; }
      .menu-main .submenu .submenu li.is-selected a {
        background-color: #0b2d42; }
      .menu-main .submenu .submenu li a:hover,
      .menu-main .submenu .submenu li a:focus {
        background-color: #092637; }
    .menu-main .submenu .submenu::before, .menu-main .submenu .submenu::after {
      display: none; }
  .menu-main .submenu .has-submenu > a::after {
    top: 13px;
    transform: rotate(90deg); }
  .menu-main .submenu .has-submenu:not(.is-expanded) a::after {
    transform: rotate(-90deg); }
  .menu-main .submenu .has-submenu:not(.is-expanded) .submenu {
    left: -9999px !important; }

.icon-support::before, .icon-integrations::before, .icon-help::before, .icon-guest::before, .icon-profile::before, .icon-signout::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat; }

.icon-support::before {
  background-position: -247px -48px; }

.icon-integrations::before {
  background-position: -90px -84px; }

.icon-help::before {
  background-position: -90px -48px; }

.icon-guest::before {
  background-position: -247px -156px; }

.icon-profile::before {
  background-position: -90px -120px; }

.icon-signout::before {
  background-position: -90px -156px; }

.is-expanded .icon-support::before {
  background-position: -247px -48px; }

.is-expanded .icon-integrations::before {
  background-position: -90px -84px; }

.is-expanded .icon-help::before {
  background-position: -90px -48px; }

.is-expanded .icon-guest::before {
  background-position: -247px -156px; }

.is-expanded .icon-profile::before {
  background-position: -90px -120px; }

.is-expanded .icon-signout::before {
  background-position: -90px -156px; }

.menu-user {
  padding: 12px 0; }
  .menu-user li {
    line-height: 16px; }
  .menu-user a,
  .menu-user span {
    position: relative;
    display: block;
    padding: 12px 12px 12px 48px;
    font-size: 12px;
    white-space: nowrap;
    transition: color 0.3s ease-out; }
    .menu-user a::before,
    .menu-user span::before {
      position: absolute;
      top: 13px;
      left: 18px;
      opacity: .75;
      transition: opacity 0.3s ease-out; }
  .menu-user a {
    color: #cedae1; }
    .menu-user a:hover, .menu-user a:focus {
      border-bottom: 0;
      color: #ffffff; }
      .menu-user a:hover::before, .menu-user a:focus::before {
        opacity: 1; }
  .menu-user span {
    color: #768d99; }
  .menu-user > li.is-selected > a {
    background: #0a3c5b;
    border-left-color: #87d1ff;
    color: #ffffff; }
  .menu-user > li.is-expanded > a, .menu-user > li.is-expanded > a:focus {
    background: #092637;
    border-left-color: transparent;
    color: #ffffff; }
  .menu-user > li:not(.is-expanded) .submenu {
    max-height: 0 !important; }
  .menu-user .has-submenu > a::after {
    content: '';
    position: absolute;
    top: 19px;
    right: 14px;
    width: 6px;
    height: 4px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat -606px -434px;
    transform: rotate(0deg);
    opacity: 0.75;
    transition: transform 0.3s, opacity 0.3s; }
  .menu-user .has-submenu > a:hover::after, .menu-user .has-submenu > a:focus::after {
    background-position: -606px -434px;
    opacity: 1; }
  .menu-user .has-submenu.is-expanded > a::after {
    background-position: -606px -434px;
    transform: rotate(-180deg); }
  .menu-user .has-submenu.is-expanded > a::before, .menu-user .has-submenu.is-expanded > a::after {
    opacity: 1; }
  .menu-user .submenu {
    position: relative;
    padding-left: 24px;
    overflow: hidden;
    background: #051620;
    transition: max-height 0.3s ease;
    will-change: max-height; }
    .menu-user .submenu > li {
      line-height: 14px; }
      .menu-user .submenu > li.is-selected > a {
        background: #0b2d42;
        border-left-color: #87d1ff;
        color: #ffffff; }
        .menu-user .submenu > li.is-selected > a:hover, .menu-user .submenu > li.is-selected > a:focus {
          background: #092637;
          color: #ffffff; }
      .menu-user .submenu > li:not(:last-child) {
        border-bottom: 1px solid #051620; }
    .menu-user .submenu a {
      padding: 8px 20px;
      background: #0e354d;
      color: #ebeef0; }
      .menu-user .submenu a:hover, .menu-user .submenu a:focus {
        background: #092637;
        border-left-color: #ffffff;
        color: #ffffff; }
    .menu-user .submenu::before, .menu-user .submenu::after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      z-index: 999;
      box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.35); }
    .menu-user .submenu::before {
      top: 0; }
    .menu-user .submenu::after {
      bottom: 0; }
    .menu-user .submenu .submenu {
      position: fixed;
      top: 0;
      left: 100%;
      padding: 1px;
      box-shadow: 4px 4px 8px 0 rgba(118, 141, 153, 0.35);
      transition: none; }
      .menu-user .submenu .submenu li {
        border: 0; }
        .menu-user .submenu .submenu li a {
          padding: 6px 20px;
          border-left: 0;
          background-color: #0a466a; }
        .menu-user .submenu .submenu li.is-selected a {
          background-color: #0b2d42; }
        .menu-user .submenu .submenu li a:hover,
        .menu-user .submenu .submenu li a:focus {
          background-color: #092637; }
      .menu-user .submenu .submenu::before, .menu-user .submenu .submenu::after {
        display: none; }
    .menu-user .submenu .has-submenu > a::after {
      top: 13px;
      transform: rotate(90deg); }
    .menu-user .submenu .has-submenu:not(.is-expanded) a::after {
      transform: rotate(-90deg); }
    .menu-user .submenu .has-submenu:not(.is-expanded) .submenu {
      left: -9999px !important; }

.msg-bad,
.msg-good,
.msg-warning {
  position: relative;
  padding: 6px 10px 6px 75px;
  margin: 10px;
  font-size: 1.167em;
  color: #1f2c33;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 2px; }
  .msg-bad .overlay-close-btn,
  .msg-good .overlay-close-btn,
  .msg-warning .overlay-close-btn {
    color: #768d99;
    font-size: 1.167em;
    background-color: transparent; }
  .msg-bad .link-action,
  .msg-good .link-action,
  .msg-warning .link-action {
    margin-right: 10px;
    font-size: 0.85em; }
    .msg-bad .link-action .arrow-up,
    .msg-good .link-action .arrow-up,
    .msg-warning .link-action .arrow-up {
      border-bottom-color: #2a502c; }
    .msg-bad .link-action .arrow-down,
    .msg-good .link-action .arrow-down,
    .msg-warning .link-action .arrow-down {
      border-top-color: #2a502c; }
  .msg-bad button,
  .msg-good button,
  .msg-warning button {
    background-color: transparent; }
  .msg-bad::before,
  .msg-good::before,
  .msg-warning::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 61px; }
  .msg-bad::after,
  .msg-good::after,
  .msg-warning::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 25px;
    margin-top: 2px;
    margin-left: 16px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat; }

.msg-bad {
  border-color: #ed9898; }
  .msg-bad .link-action {
    color: #93201e; }
    .msg-bad .link-action .arrow-up {
      border-bottom-color: #93201e; }
    .msg-bad .link-action .arrow-down {
      border-top-color: #93201e; }
  .msg-bad ul {
    border-top-color: #ed9898; }
  .msg-bad button {
    color: #93201e;
    border-color: #ed9898; }
  .msg-bad::before {
    background-color: #ed9898; }
  .msg-bad::after {
    background-position: -122px -325px; }

.msg-good {
  border-color: #a5d6a7; }
  .msg-good .link-action {
    color: #2a502c; }
    .msg-good .link-action .arrow-up {
      border-bottom-color: #2a502c; }
    .msg-good .link-action .arrow-down {
      border-top-color: #2a502c; }
  .msg-good ul {
    border-top-color: #a5d6a7; }
  .msg-good button {
    color: #2a502c;
    border-color: #a5d6a7; }
  .msg-good::before {
    background-color: #a5d6a7; }
  .msg-good::after {
    background-position: -122px -244px; }

.msg-warning {
  border-color: #ffd788; }
  .msg-warning .link-action {
    color: #9a7938; }
    .msg-warning .link-action .arrow-up {
      border-bottom-color: #9a7938; }
    .msg-warning .link-action .arrow-down {
      border-top-color: #9a7938; }
  .msg-warning ul {
    border-top-color: #ffd788; }
  .msg-warning button {
    color: #9a7938;
    border-color: #ffd788; }
  .msg-warning::before {
    background-color: #ffd788; }
  .msg-warning::after {
    background-position: -122px -325px; }

.msg-details {
  font-size: 1em;
  font-weight: normal;
  text-align: left; }
  .msg-details .link-action {
    position: absolute;
    top: 7px;
    left: 10px;
    margin-bottom: 20px; }
  .msg-details ul {
    max-height: 300px;
    padding: 0 5px 0 0;
    overflow-y: auto;
    font-size: 0.85em; }
    .msg-details ul.msg-details-border {
      padding-top: .5em;
      margin: 8px 0 0;
      border-top-width: 1px;
      border-top-style: dashed; }
  .msg-details .list-dashed li:only-child {
    margin-left: 0; }

.msg-buttons {
  margin: 10px 0 0;
  text-align: right; }
  .msg-buttons button:not(:first-child) {
    margin-left: 10px; }

.msg-global-footer {
  flex-direction: column;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  box-sizing: border-box;
  display: none;
  margin: 0; }

.msg-global {
  max-width: 25%;
  margin: 5% auto 0;
  text-align: left; }

.radio-list-control {
  display: inline-block;
  white-space: nowrap; }
  .radio-list-control li {
    position: relative;
    display: inline-block;
    margin: 0 -1px 0 0;
    padding: 0; }
    .radio-list-control li:first-child {
      border-radius: 3px 0 0 3px; }
      .radio-list-control li:first-child label {
        border-radius: 2px 0 0 2px; }
    .radio-list-control li:last-child {
      border-radius: 0 3px 3px 0; }
      .radio-list-control li:last-child label {
        border-radius: 0 2px 2px 0; }
    .radio-list-control li:only-child {
      border-radius: 3px; }
      .radio-list-control li:only-child label {
        border-radius: 2px; }
  .radio-list-control label {
    display: inline-block;
    border: 1px solid #acbbc2;
    line-height: 1.2em;
    padding: 4px 11px;
    transition: background-color .2s ease-out;
    cursor: pointer; }
  .radio-list-control input[type="radio"] {
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0; }
    .radio-list-control input[type="radio"] + label {
      color: #1f2c33;
      border-color: #acbbc2;
      background-color: #ffffff; }
      .radio-list-control input[type="radio"] + label:hover {
        background-color: #e8f5ff; }
      .radio-list-control input[type="radio"] + label:active {
        border-color: #acbbc2;
        background-color: #e8f5ff; }
    .radio-list-control input[type="radio"]:focus + label {
      border-color: #02659f;
      background-color: #e8f5ff;
      position: relative;
      z-index: 2; }
    .radio-list-control input[type="radio"]:checked + label {
      color: #ffffff;
      -webkit-text-fill-color: #ffffff;
      border-color: #768d99;
      background-color: #768d99;
      position: relative;
      z-index: 1; }
    .radio-list-control input[type="radio"]:checked:focus + label {
      box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35);
      position: relative;
      z-index: 2; }
    .radio-list-control input[type="radio"][readonly] + label, .radio-list-control input[type="radio"][disabled] + label {
      transition: none;
      cursor: default;
      box-shadow: none; }
    .radio-list-control input[type="radio"][readonly]:checked + label, .radio-list-control input[type="radio"][disabled]:checked + label {
      background-color: #d6dde1; }
    .radio-list-control input[type="radio"][readonly]:checked + label {
      box-shadow: none;
      color: #1f2c33;
      -webkit-text-fill-color: #1f2c33; }
  .radio-list-control + .icon-info {
    margin-left: 5px; }

.service-info {
  margin: -10px 0;
  border-left: 4px solid #429e47; }
  .service-info .service-info-grid {
    display: grid;
    grid-template-columns: max-content auto;
    row-gap: 10px;
    column-gap: 10px;
    padding: 10px 10px 0; }
    .service-info .service-info-grid:last-of-type {
      padding-bottom: 10px; }
  .service-info .service-info-label::after {
    content: ':'; }
  .service-info .service-info-value .service-info-value-sla {
    display: inline-block;
    word-break: break-word;
    line-height: 18px; }
    .service-info .service-info-value .service-info-value-sla:not(:last-child) {
      margin-right: 10px; }
  .service-info .service-name {
    padding-bottom: 5px;
    font-size: 1.5em; }
  .service-info .service-actions {
    justify-self: end; }
  .service-info .service-status {
    display: inline-block;
    padding: 0 4px;
    border-radius: 3px;
    background-color: #429e47;
    color: #ffffff; }
  .service-info.service-status-na-bg {
    border-color: var(--severity-color-na-bg); }
    .service-info.service-status-na-bg .service-status {
      background-color: var(--severity-color-na-bg);
      color: #2a353a; }
  .service-info.service-status-info-bg {
    border-color: var(--severity-color-info-bg); }
    .service-info.service-status-info-bg .service-status {
      background-color: var(--severity-color-info-bg);
      color: #00268e; }
  .service-info.service-status-average-bg {
    border-color: var(--severity-color-average-bg); }
    .service-info.service-status-average-bg .service-status {
      background-color: var(--severity-color-average-bg);
      color: #733100; }
  .service-info.service-status-warning-bg {
    border-color: var(--severity-color-warning-bg); }
    .service-info.service-status-warning-bg .service-status {
      background-color: var(--severity-color-warning-bg);
      color: #734d00; }
  .service-info.service-status-high-bg {
    border-color: var(--severity-color-high-bg); }
    .service-info.service-status-high-bg .service-status {
      background-color: var(--severity-color-high-bg);
      color: #52190b; }
  .service-info.service-status-disaster-bg {
    border-color: var(--severity-color-disaster-bg); }
    .service-info.service-status-disaster-bg .service-status {
      background-color: var(--severity-color-disaster-bg);
      color: #4b0c0c; }

.subfilter-option-grid {
  grid-template-columns: minmax(75px, max-content) auto;
  display: grid;
  margin: 5px 0; }
  .subfilter-option-grid .subfilter-options {
    grid-column: 2 / -1; }

.subfilter,
.subfilter-enabled {
  display: inline-block;
  height: 18px;
  position: relative; }

.subfilter {
  margin-right: 10px;
  white-space: nowrap;
  line-height: 14px;
  height: 16px;
  margin-bottom: 2px; }

.subfilter-enabled {
  background-color: #768d99;
  border-radius: 2px;
  color: #ffffff;
  padding: 0 4px; }
  .subfilter-enabled .link-action {
    color: #ffffff;
    text-decoration: none; }
    .subfilter-enabled .link-action:focus {
      color: #ffffff;
      border-bottom: 2px solid rgba(255, 255, 255, 0.7); }
    .subfilter-enabled .link-action:hover {
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
  .subfilter-enabled sup {
    color: #bfcacf; }

.filter-container.tabfilter-container {
  padding: 0;
  border: 0 none;
  background-color: transparent;
  margin: 0;
  /* All tab filters content container */
  /* Top navigation labels */ }
  .filter-container.tabfilter-container .form-buttons [name="filter_new"],
  .filter-container.tabfilter-container .form-buttons [name="filter_update"] {
    margin-right: 20px; }
  .filter-container.tabfilter-container .tabfilter-content-container {
    padding: 10px 0;
    margin-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid #dfe4e7; }
    .filter-container.tabfilter-container .tabfilter-content-container.tabfilter-collapsed {
      padding: 0 0 10px 0; }
      .filter-container.tabfilter-container .tabfilter-content-container.tabfilter-collapsed .tabfilter-tabs-container,
      .filter-container.tabfilter-container .tabfilter-content-container.tabfilter-collapsed .form-buttons {
        display: none; }
  .filter-container.tabfilter-container nav > ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-top: -3px; }
  .filter-container.tabfilter-container nav > ul > li {
    margin: 0 3px 5px 0;
    padding-top: 3px; }
    .filter-container.tabfilter-container nav > ul > li:nth-child(2) {
      flex-grow: 1;
      overflow: hidden;
      padding-bottom: 2px;
      margin: 0 3px -2px -3px;
      height: 30px; }
      .filter-container.tabfilter-container nav > ul > li:nth-child(2) ul {
        white-space: nowrap;
        margin-left: 3px;
        margin-right: 3px; }
    .filter-container.tabfilter-container nav > ul > li:nth-child(3) > ul > li {
      vertical-align: top;
      height: 24px; }
    .filter-container.tabfilter-container nav > ul > li:nth-child(1), .filter-container.tabfilter-container nav > ul > li:nth-child(3) {
      white-space: nowrap; }
  .filter-container.tabfilter-container nav {
    margin-bottom: -1px; }
    .filter-container.tabfilter-container nav li {
      display: inline-block;
      height: 22px;
      line-height: 22px;
      vertical-align: top; }
      .filter-container.tabfilter-container nav li button {
        vertical-align: middle;
        margin-top: 0; }
        .filter-container.tabfilter-container nav li button.btn-time-left:disabled, .filter-container.tabfilter-container nav li button.btn-time-right:disabled {
          opacity: .25; }
  .filter-container.tabfilter-container .tabfilter-item-label {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #ffffff;
    margin-right: 2px;
    margin-left: 2px; }
    .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link {
      font-style: italic; }
      .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link::before {
        content: '*'; }
      .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link[data-counter]::after {
        display: none; }
    .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded {
      position: relative;
      background-color: #ffffff;
      border: 1px solid #dfe4e7;
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      padding-bottom: 7px;
      vertical-align: baseline; }
      .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .tabfilter-item-link {
        color: #1f2c33; }
      .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded:hover {
        background: #e8f5ff; }
    .filter-container.tabfilter-container .tabfilter-item-label.selected {
      background-color: #ffffff;
      border-color: #dfe4e7; }
      .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link[data-counter]::after {
        display: none; }
    .filter-container.tabfilter-container .tabfilter-item-label.focused {
      box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
    .filter-container.tabfilter-container .tabfilter-item-label.disabled {
      box-shadow: none;
      pointer-events: none; }
    .filter-container.tabfilter-container .tabfilter-item-label .icon-filter.tabfilter-item-link[data-counter]::after {
      display: none; }
    .filter-container.tabfilter-container .tabfilter-item-label.ui-sortable-helper {
      background-color: #ffffff; }
  .filter-container.tabfilter-container .tabfilter-item-link {
    position: relative;
    display: inline-block;
    color: #1f2c33;
    border: 1px transparent;
    line-height: 22px;
    vertical-align: middle;
    padding: 0 8px 7px 8px;
    margin-bottom: -7px; }
  .filter-container.tabfilter-container .ui-sortable-container .tabfilter-item-label.ui-sortable-helper + .tabfilter-item-label.ui-sortable-handle:not(.selected, .ui-sortable-helper) .tabfilter-item-link::before,
  .filter-container.tabfilter-container .ui-sortable-container .tabfilter-item-label:not(.selected) + .tabfilter-item-label.ui-sortable-handle:not(.selected, .ui-sortable-helper) .tabfilter-item-link::before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: -3px;
    display: inline-block;
    height: 20px;
    border-left: 1px solid #768d99; }
  .filter-container.tabfilter-container .icon-edit {
    width: 24px;
    height: 22px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat -42px -621px;
    cursor: pointer;
    margin: 0;
    padding-bottom: 7px !important;
    margin-bottom: -7px;
    vertical-align: middle;
    display: inline-block;
    opacity: 0; }
  .filter-container.tabfilter-container .tabfilter-tabs-container .filter-container.time-selection-container {
    border: 0 none; }

[data-counter]::after {
  margin-left: .4em;
  padding: 0.1em 0.4em;
  font-size: 0.917em;
  background-color: #768d99;
  border-radius: 2px;
  color: #ffffff;
  content: attr(data-counter); }

[data-counter=""]::after {
  display: none; }

.menu-popup .menu-popup-item[data-counter]::after {
  display: block;
  position: absolute;
  top: 2px;
  right: 15px;
  line-height: 18px; }
.menu-popup .menu-popup-item[data-counter] {
  padding-right: 35px; }

.icon-filter::before {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  background: url("../img/icon-sprite.svg?20211222") no-repeat -246px -547px; }

.toc .toc-row {
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
  color: #0275b8;
  border-bottom: 1px solid #ebeef0;
  background: #768d99; }
.toc .toc-arrow {
  min-height: 14px;
  margin-left: 12px;
  padding: 0;
  background-color: transparent;
  border: 0; }
  .toc .toc-arrow .arrow-down,
  .toc .toc-arrow .arrow-up {
    margin-right: 4px;
    margin-left: -12px;
    transform: translateY(-1px); }
  .toc .toc-arrow .arrow-down {
    border-top-color: #ffffff; }
  .toc .toc-arrow .arrow-up {
    border-bottom-color: #ffffff; }
  .toc .toc-arrow:focus {
    margin-bottom: -2px;
    border-bottom: 2px solid #ffffff;
    box-shadow: none; }
.toc .toc-sublist .toc-row {
  padding-left: 20px;
  background: #ffffff; }
.toc .toc-sublist .toc-arrow {
  color: #1f2c33;
  border-color: #1f2c33; }
.toc .toc-sublist .toc-sublist .toc-row {
  padding-left: 50px; }
.toc .toc-sublist .arrow-down {
  border-top-color: #768d99; }
.toc .toc-sublist .arrow-up {
  border-bottom-color: #768d99; }

z-bar-gauge {
  position: relative;
  display: block;
  height: 24px; }
  z-bar-gauge::part(bar) {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #acbbc2;
    border-radius: 3px; }

z-select,
.z-select {
  display: inline-grid; }
  z-select:focus,
  .z-select:focus {
    outline: none; }
  z-select .focusable,
  .z-select .focusable {
    position: relative;
    width: 100%;
    height: 24px;
    padding: 3px 18px 3px 4px;
    overflow: hidden;
    font-size: 1em;
    line-height: initial;
    text-align: left;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: pre;
    cursor: default;
    border-radius: 0; }
    z-select .focusable::after,
    .z-select .focusable::after {
      content: '';
      position: absolute;
      top: 6px;
      right: 5px;
      width: 5px;
      height: 5px;
      border-right: 1.4px solid;
      border-bottom: 1.4px solid;
      transform: rotate(45deg); }
    z-select .focusable:active, z-select .focusable:hover, z-select .focusable:focus,
    .z-select .focusable:active,
    .z-select .focusable:hover,
    .z-select .focusable:focus {
      color: #1f2c33;
      background-color: #ffffff;
      border-color: #acbbc2;
      box-shadow: none; }
  z-select .list,
  .z-select .list {
    display: none;
    z-index: 20000;
    max-height: 362px;
    max-width: 453px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid;
    box-shadow: 0 6px 10px 0 rgba(118, 141, 153, 0.5); }
    z-select .list li,
    .z-select .list li {
      display: block;
      height: inherit;
      box-sizing: border-box;
      min-height: 24px;
      max-width: 453px;
      padding: 5px;
      line-height: normal;
      color: #1f2c33;
      text-overflow: ellipsis;
      word-break: break-word;
      user-select: none;
      white-space: nowrap;
      overflow: hidden; }
      z-select .list li.hover,
      .z-select .list li.hover {
        background-color: #e8f5ff; }
      z-select .list li.red,
      .z-select .list li.red {
        color: #e33734; }
      z-select .list li[disabled],
      .z-select .list li[disabled] {
        color: #acbbc2; }
      z-select .list li[optgroup]::before,
      .z-select .list li[optgroup]::before {
        content: attr(optgroup);
        display: block;
        font-weight: bold; }
    z-select .list > li > ul,
    .z-select .list > li > ul {
      display: grid;
      grid-template-columns: minmax(max-content, 1fr);
      margin: 5px -5px -5px; }
      z-select .list > li > ul li,
      .z-select .list > li > ul li {
        padding-right: 15px;
        padding-left: 15px; }
    z-select .list.fall-upwards,
    .z-select .list.fall-upwards {
      box-shadow: 0 -6px 10px 0 rgba(118, 141, 153, 0.5); }
  z-select.is-expanded > ul,
  .z-select.is-expanded > ul {
    display: block;
    position: fixed; }
  z-select[disabled] .focusable,
  .z-select[disabled] .focusable {
    pointer-events: none; }

.overlay-dialogue.modal-popup .dashboard-grid-widget-svggraph .table-forms-container, .overlay-dialogue.modal-popup .dashboard-grid-widget-svggraph .browser-warning-container {
  border: 1px solid #dfe4e7; }

div.dashboard-grid-widget-svggraph {
  overflow-x: hidden; }

.link-action {
  border-bottom: 1px dotted;
  cursor: pointer;
  color: #1f2c33; }
  .link-action:hover {
    color: #0275b8;
    border-bottom: 1px solid rgba(2, 117, 184, 0.35); }
  .link-action:focus {
    outline: none;
    border-bottom: 2px solid rgba(2, 117, 184, 0.35); }

.link-action:visited, .link-action:hover, .link-action:active {
  border-bottom: 1px dotted;
  text-decoration: none; }

.link-alt {
  text-decoration: none;
  cursor: pointer; }
  .link-alt:link {
    border-bottom: 1px solid rgba(118, 141, 153, 0.35); }
  .link-alt:visited {
    border-bottom: 1px solid rgba(118, 141, 153, 0.35); }
  .link-alt:hover {
    color: #0275b8;
    border-bottom: 1px solid rgba(2, 117, 184, 0.5); }
  .link-alt:focus {
    color: #0275b8;
    outline: none;
    border-bottom: 2px solid rgba(2, 117, 184, 0.35); }
  .link-alt:active {
    color: #0275b8;
    border-bottom: 1px solid rgba(2, 117, 184, 0.5); }

.disabled {
  cursor: default !important;
  opacity: .35;
  background-color: transparent; }
  .disabled .subfilter-enabled {
    color: #273035; }
  .disabled .subfilter-disable-btn {
    cursor: default;
    color: #3d4b52;
    background-color: #768d99; }
    .disabled .subfilter-disable-btn:hover, .disabled .subfilter-disable-btn:focus, .disabled .subfilter-disable-btn:active {
      color: #3d4b52; }
  .disabled .disabled,
  .disabled [disabled] {
    opacity: 1 !important; }

.monospace-font {
  font-family: "Courier New", Courier, monospace; }

pre, pre a, pre td, pre span {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word; }

.arrow-up {
  border: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #1f2c33; }

.arrow-down {
  border: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #1f2c33; }

.arrow-left {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 6px solid #1f2c33; }

.arrow-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 6px solid #1f2c33; }

.arrow-up, .arrow-down, .arrow-left, .arrow-right {
  display: inline-block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0; }

.zabbix-logo {
  width: 114px;
  height: 30px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat 0 -864px; }

.zabbix-sidebar-logo {
  width: 91px;
  height: 24px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat -570px -400px; }

.zabbix-sidebar-logo-compact {
  width: 24px;
  height: 24px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat -540px -400px; }

.hor-list > li {
  display: inline-block;
  margin: 0 6px 0 0; }
  .hor-list > li:last-child {
    margin: 0; }

.header-navigation {
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  z-index: 3;
  max-width: calc(100% - 200px);
  min-height: 24px; }
  .header-navigation > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    .header-navigation > ul > li {
      margin-right: 5px;
      line-height: 24px; }
      .header-navigation > ul > li > ul {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap; }
        .header-navigation > ul > li > ul li {
          margin-right: 5px; }
        .header-navigation > ul > li > ul.breadcrumbs > li {
          margin-right: 0; }
          .header-navigation > ul > li > ul.breadcrumbs > li:not(:last-child)::after {
            content: "/"; }
      .header-navigation > ul > li .status-container {
        margin-right: 5px; }
    .header-navigation > ul li > span {
      display: inline-block;
      padding: 2px 7px;
      line-height: 18px;
      white-space: nowrap;
      vertical-align: top;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 250px; }
      .header-navigation > ul li > span a {
        vertical-align: top;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 200px;
        display: inline-block;
        margin-top: 2px;
        line-height: 14px; }
      .header-navigation > ul li > span.selected {
        background-color: #ffffff;
        border-radius: 2px;
        box-shadow: inset 0 0 0 1px #dfe4e7; }
  .header-navigation + .filter-space {
    margin-top: -29px; }

form.is-loading {
  position: relative; }

.form-submit-hidden {
  position: absolute;
  visibility: hidden;
  min-height: 0;
  max-height: 0; }

.list-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: separate;
  border: 1px solid #dfe4e7; }
  .list-table .action-container {
    display: flex;
    width: 100%;
    height: 18px;
    line-height: 18px; }
    .list-table .action-container .link-action {
      height: 16px;
      min-width: 1em; }
    .list-table .action-container [class*='icon-'] {
      flex-shrink: 0; }
    .list-table .action-container .rel-container {
      display: flex; }
    .list-table .action-container .separator {
      flex-shrink: 0;
      margin-right: 4px; }
  .list-table td .icon-maintenance {
    margin: 0 0 -3px 4px; }
  .list-table td .icon-depend-up,
  .list-table td .icon-depend-down,
  .list-table td .icon-ackn {
    margin-bottom: -3px; }
    .list-table td .icon-depend-up:not(:first-of-type),
    .list-table td .icon-depend-down:not(:first-of-type),
    .list-table td .icon-ackn:not(:first-of-type) {
      margin-left: 4px; }
  .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td {
    color: #1f2c33; }
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td sup,
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td a,
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .problem-unack-fg,
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .problem-ack-fg,
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .ok-unack-fg,
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .ok-ack-fg {
      color: #1f2c33;
      border-bottom-color: rgba(31, 44, 51, 0.5); }
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .tag, .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .btn-tag {
      background-color: rgba(31, 44, 51, 0.5); }
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .icon-wizard-action {
      background-position: -165px -624px; }
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td button:focus {
      box-shadow: 0 0 0 2px rgba(31, 44, 51, 0.5); }
  .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td [class*='icon-'] {
    background-color: #ffffff;
    border-radius: 2px; }
  .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td [class*='icon-depend-'],
  .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .icon-description,
  .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .icon-wizard-action {
    background-color: transparent; }
  .list-table.compact-view .link-action {
    color: #1f2c33; }
    .list-table.compact-view .link-action.red {
      color: #e33734; }
    .list-table.compact-view .link-action.orange {
      color: #f24f1d; }
    .list-table.compact-view .link-action.yellow {
      color: #e99003; }
    .list-table.compact-view .link-action.green {
      color: #429e47; }
    .list-table.compact-view .link-action:hover, .list-table.compact-view .link-action:focus {
      color: #0275b8; }
  .list-table.compact-view td {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 0 rgba(31, 44, 51, 0.1);
    height: 22px;
    vertical-align: middle;
    white-space: nowrap; }
    .list-table.compact-view td [class*='icon-']::after {
      margin: 0;
      line-height: 14px;
      top: 0; }
    .list-table.compact-view td [class*='icon-']:last-of-type {
      margin-right: 0; }
    .list-table.compact-view td .rel-container span {
      margin: 0; }
    .list-table.compact-view td .tag, .list-table.compact-view td .btn-tag {
      display: inline-block;
      line-height: 16px;
      margin-right: 3px;
      padding: 0 3px;
      max-width: 40px; }
      @media screen and (min-width: 1200px) {
        .list-table.compact-view td .tag, .list-table.compact-view td .btn-tag {
          max-width: 71px; } }
      @media screen and (min-width: 1400px) {
        .list-table.compact-view td .tag, .list-table.compact-view td .btn-tag {
          max-width: 102px; } }
      @media screen and (min-width: 1600px) {
        .list-table.compact-view td .tag, .list-table.compact-view td .btn-tag {
          max-width: 133px; } }
    .list-table.compact-view td .icon-maintenance {
      height: 12px;
      width: 12px;
      margin: 3px 1px 2px 4px; }
      .list-table.compact-view td .icon-maintenance::before {
        height: 12px;
        width: 12px;
        background-position: -49px -805px; }
    .list-table.compact-view td .icon-depend-up,
    .list-table.compact-view td .icon-depend-down {
      width: 12px; }
    .list-table.compact-view td .icon-depend-up::before {
      background-position: -49px -731px; }
    .list-table.compact-view td .icon-depend-down::before {
      background-position: -49px -767px; }
    .list-table.compact-view td .icon-wizard-action {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -624px;
      height: 12px;
      min-height: 12px;
      margin: 0;
      position: relative; }
    .list-table.compact-view td .icon-description {
      margin-left: 2px; }
  .list-table thead th {
    color: #768d99;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 5px;
    vertical-align: bottom;
    border-bottom: 2px solid #dce2e5;
    text-align: left; }
    .list-table thead th.column-tags-1 {
      width: 75px; }
    .list-table thead th.column-tags-2 {
      width: 124px; }
    .list-table thead th.column-tags-3 {
      width: 173px; }
    @media screen and (min-width: 1200px) {
      .list-table thead th.column-tags-1 {
        width: 106px; }
      .list-table thead th.column-tags-2 {
        width: 186px; }
      .list-table thead th.column-tags-3 {
        width: 266px; } }
    @media screen and (min-width: 1400px) {
      .list-table thead th.column-tags-1 {
        width: 137px; }
      .list-table thead th.column-tags-2 {
        width: 248px; }
      .list-table thead th.column-tags-3 {
        width: 359px; } }
    @media screen and (min-width: 1600px) {
      .list-table thead th.column-tags-1 {
        width: 168px; }
      .list-table thead th.column-tags-2 {
        width: 310px; }
      .list-table thead th.column-tags-3 {
        width: 452px; } }
    .list-table thead th .arrow-up {
      margin: 0 0 0 3px;
      border-bottom-color: #768d99; }
    .list-table thead th .arrow-right {
      margin: 0 0 0 3px;
      border-left-color: #768d99; }
    .list-table thead th .arrow-down {
      margin: 0 0 0 3px;
      border-top-color: #768d99; }
    .list-table thead th .treeview span {
      margin: 0; }
    .list-table thead th .text-vertical {
      max-height: 150px;
      overflow: hidden;
      text-overflow: ellipsis;
      writing-mode: vertical-lr;
      line-height: 22px;
      transform: rotate(180deg); }
    .list-table thead th a {
      display: block;
      position: relative;
      margin: -1em;
      padding: 1em;
      border: 0;
      transition: background-color .2s ease-out; }
      .list-table thead th a:hover, .list-table thead th a:focus, .list-table thead th a:active {
        text-decoration: none;
        background-color: #e8f5ff; }
  .list-table tbody tr:hover {
    background-color: #e8f5ff; }
    .list-table tbody tr:hover .timeline-axis {
      background-color: #ffffff; }
    .list-table tbody tr:hover .timeline-date {
      background-color: #ffffff; }
    .list-table tbody tr:hover .timeline-td {
      background-color: #ffffff !important; }
  .list-table tbody tr.row-selected .timeline-axis {
    background-color: #ffffff; }
  .list-table tbody tr.row-selected .timeline-date {
    background-color: #ffffff; }
  .list-table tbody tr.row-selected .timeline-td {
    background-color: #ffffff; }
  .list-table tbody tr:last-child th, .list-table tbody tr:last-child td {
    border-bottom: 0; }
  .list-table tbody tr.hover-nobg {
    background-color: #ffffff; }
  .list-table tbody th,
  .list-table td {
    padding: 6px 5px;
    position: relative;
    border-bottom: 1px solid #ebeef0;
    line-height: 18px;
    vertical-align: top; }
    .list-table tbody th.table-info,
    .list-table td.table-info {
      color: #768d99; }
  .list-table tbody th {
    text-align: left; }
  .list-table .list-table-footer {
    border-bottom: 0;
    color: #768d99;
    text-align: right; }
  .list-table .latest-values,
  .list-table .opdata {
    max-width: 300px; }
  .list-table .list-table-actions {
    text-align: right;
    white-space: nowrap; }
  .list-table .wordbreak {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis; }
  .list-table.sticky-header thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff; }
  .list-table.sticky-footer tbody tr:last-of-type td, .list-table.sticky-footer tbody tr:last-of-type th {
    border-bottom: none; }
  .list-table.sticky-footer tfoot {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #ffffff; }
    .list-table.sticky-footer tfoot tr:first-of-type td, .list-table.sticky-footer tfoot tr:first-of-type th {
      border-top: 2px solid #dce2e5;
      border-bottom: 0; }

.table-paging {
  text-align: center;
  background-color: #ffffff;
  margin-top: -1px;
  padding: 4px 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dfe4e7;
  border-top-color: #ebeef0; }
  .table-paging a:focus .arrow-right {
    border-left-color: #ffffff; }
  .table-paging a:focus .arrow-left {
    border-right-color: #ffffff; }

.paging-btn-container {
  min-height: 24px;
  position: relative; }

.table-stats {
  color: #768d99;
  display: inline-block;
  padding: 4px 0;
  position: absolute;
  right: 5px; }

.radio-switch {
  cursor: default;
  background-color: #ffffff; }

.table-paging a, .radio-switch {
  display: inline-block;
  margin-left: -1px;
  padding: 3px 11px;
  background-color: #ffffff;
  border: 1px solid #acbbc2 !important;
  text-decoration: none;
  color: #1f2c33;
  outline: 0;
  transition: background-color .2s ease-out; }
  .table-paging a:hover, .radio-switch:hover {
    color: #1f2c33;
    background-color: #e8f5ff; }
  .table-paging a:focus, .radio-switch:focus {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f;
    z-index: 10;
    position: relative; }
  .table-paging a:active, .radio-switch:active {
    color: #1f2c33;
    background-color: #e8f5ff;
    z-index: 10;
    position: relative; }
  .table-paging a:first-of-type, .radio-switch:first-of-type {
    border-radius: 2px 0 0 2px; }
  .table-paging a:last-of-type, .radio-switch:last-of-type {
    border-radius: 0 2px 2px 0; }
  .table-paging a.paging-selected, .paging-selected.radio-switch {
    color: #ffffff;
    background-color: #768d99;
    position: relative;
    z-index: 1; }
    .table-paging a.paging-selected:hover, .paging-selected.radio-switch:hover {
      background-color: #6b8390; }
    .table-paging a.paging-selected:focus, .paging-selected.radio-switch:focus {
      color: #ffffff;
      background-color: #02659f;
      border-color: #02659f;
      position: relative; }
    .table-paging a.paging-selected:active, .paging-selected.radio-switch:active {
      background-color: #6b8390;
      position: relative; }

.treeview-plus {
  font-size: 1.167em;
  font-weight: bold;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #acbbc2;
  border-radius: 2px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center; }
  .treeview-plus:link, .treeview-plus:visited, .treeview-plus:hover, .treeview-plus:focus, .treeview-plus:active {
    color: #1f2c33; }
  .treeview-plus:hover {
    background-color: #e8f5ff;
    border-bottom-color: #acbbc2; }
  .treeview-plus:focus {
    background-color: #e8f5ff;
    border-color: #02659f; }
  .treeview-plus:active {
    background-color: #e8f5ff;
    border-color: #acbbc2; }

.treeview {
  display: inline-block;
  width: 14px;
  height: 16px;
  min-height: auto;
  line-height: 16px;
  padding: 0;
  margin: 0 2px 0 0;
  cursor: auto;
  text-align: center;
  border: 0;
  background-color: transparent; }
  .treeview .arrow-right {
    border-left-color: #768d99; }
  .treeview .arrow-down {
    margin: 0 0 2px;
    border-top-color: #768d99; }
  .treeview:hover, .treeview:focus {
    background-color: transparent; }
    .treeview:hover .arrow-right, .treeview:focus .arrow-right {
      border-left-color: #0275b8; }
    .treeview:hover .arrow-down, .treeview:focus .arrow-down {
      border-top-color: #0275b8; }

.table {
  display: table; }

.row {
  display: table-row; }

.cell {
  display: table-cell;
  vertical-align: top; }
  .cell.expression-cell {
    line-height: 24px; }
  .cell:last-child .dashboard-widget {
    margin: 0 0 10px; }

.adm-img {
  width: 75%;
  text-align: center;
  margin: 0 auto;
  table-layout: fixed; }
  .adm-img .cell {
    vertical-align: bottom;
    padding: 20px 10px;
    width: 20%;
    text-align: center; }
    .adm-img .cell img {
      max-width: 100%; }

.cell-width {
  width: 8px; }

.nowrap {
  white-space: nowrap; }

.wordwrap {
  white-space: normal;
  word-break: break-all; }

.wordbreak {
  white-space: pre-wrap;
  word-break: break-word; }

.timeline-date {
  text-align: right;
  white-space: nowrap;
  border-bottom-color: transparent !important; }

.timeline-axis {
  padding: 6px .04em !important;
  border-right: 2px solid #aad7f0; }
  .timeline-axis::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -2px;
    height: 100%;
    width: 2px;
    background-color: #aad7f0; }

.timeline-dot::after {
  background-color: #0275b8;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 11px; }

.timeline-dot-big::after {
  background-color: #ffffff;
  border: 2px solid #0275b8;
  border-radius: 100%;
  top: 10px; }

.timeline-td {
  padding: 6px .25em !important; }

.timeline-th {
  padding: 6px .25em !important; }

.timeline-dot::after, .timeline-dot-big::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 4px;
  height: 4px;
  right: -5px;
  border-radius: 100%; }

.timeline-axis, .timeline-td {
  position: relative;
  border-bottom-color: #ffffff !important; }

.filter-btn-container {
  position: relative;
  text-align: right; }

.filter-container {
  position: relative;
  padding: 10px 0;
  margin-bottom: 8px;
  background-color: #ffffff;
  border: 1px solid #dfe4e7; }
  .filter-container .table {
    border-bottom: 1px solid #ebeef0; }
  .filter-container .filter-forms {
    padding: 0 10px; }
    .filter-container .filter-forms .btn-grey {
      vertical-align: baseline; }
  .filter-container .list-table {
    margin-bottom: -10px;
    border: 0; }
    .filter-container .list-table thead th {
      color: initial;
      padding: 8px 5px 5px;
      border-bottom-width: 1px; }

.filter-forms {
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff; }
  .filter-forms .cell {
    text-align: left;
    padding: 0 20px 5px; }
    .filter-forms .cell:first-child {
      padding-left: 0; }
    .filter-forms .cell:last-child {
      padding-right: 0;
      border-right: 0; }
    .filter-forms .cell button {
      margin: 0; }
    .filter-forms .cell table {
      width: auto; }
  .filter-forms button {
    margin: 10px 5px 0; }
  .filter-forms select {
    vertical-align: top; }
  .filter-forms .table-forms .table-forms-td-right td {
    padding: 0 5px 5px 0;
    vertical-align: middle; }

.multiselect-control {
  display: flex;
  position: relative;
  vertical-align: top;
  white-space: nowrap; }

.multiselect {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 3px;
  min-height: 24px;
  white-space: normal; }
  .multiselect.active {
    border-color: #02659f; }
  .multiselect input[type="text"] {
    border: 0;
    background: none;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 2px;
    min-height: 20px; }
  .multiselect.search-disabled input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding: 0;
    margin: 0; }
  .multiselect .multiselect-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 2px;
    padding-bottom: 2px; }
    .multiselect .multiselect-list li {
      display: block;
      padding-left: 0 !important;
      margin: 2px 2px 0 0;
      overflow: hidden;
      white-space: nowrap;
      cursor: default; }
      .multiselect .multiselect-list li .subfilter-enabled {
        display: flex;
        flex-direction: row;
        padding: 0 3px 0 4px;
        line-height: 18px; }
        .multiselect .multiselect-list li .subfilter-enabled > span:first-child {
          overflow: hidden;
          text-overflow: ellipsis; }
        .multiselect .multiselect-list li .subfilter-enabled > .subfilter-disable-btn {
          position: relative;
          left: 3px;
          flex-shrink: 0; }
      .multiselect .multiselect-list li.selected .subfilter-enabled,
      .multiselect .multiselect-list li.selected .subfilter-disable-btn,
      .multiselect .multiselect-list li.selected .subfilter-disable-btn:active {
        background-color: #93a5af; }
  .multiselect .disabled {
    background-color: #ebebeb;
    opacity: 1; }
    .multiselect .disabled .subfilter-enabled,
    .multiselect .disabled .subfilter-disable-btn {
      background-color: #ccd5d9;
      color: #768d99;
      -webkit-text-fill-color: #768d99; }
  .multiselect [aria-readonly] .subfilter-enabled,
  .multiselect [aria-readonly] .subfilter-disable-btn {
    cursor: default;
    background-color: #ccd5d9; }
  .multiselect div[aria-live] {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }

.multiselect-button {
  vertical-align: top; }

.multiselect-suggest, .multiselect-matches {
  padding: 0 5px;
  white-space: normal;
  color: #768d99;
  background-color: #ffffff; }
  .multiselect-suggest li, .multiselect-matches li {
    display: block;
    height: inherit;
    line-height: normal;
    color: #1f2c33;
    padding: .4em 5px;
    margin: 0 -5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .2s ease-out; }
    .multiselect-suggest li.suggest-hover, .multiselect-matches li.suggest-hover {
      background-color: #e8f5ff; }

.multiselect-matches {
  padding: .4em 5px;
  color: #1f2c33;
  font-weight: bold; }

.multiselect-available {
  position: absolute;
  z-index: 20000;
  border: 1px solid #ccd5d9;
  overflow-y: auto;
  box-shadow: 0 6px 10px 0 rgba(118, 141, 153, 0.5); }

.suggest-found {
  font-weight: bold;
  color: #e99003; }

.suggest-new {
  border-top: 1px solid #acbbc2; }
  .suggest-new span:first-child {
    font-weight: bold; }

.table-forms-container, .browser-warning-container {
  margin: 0 0 10px;
  background-color: #ffffff;
  border: 1px solid #dfe4e7;
  padding: 10px;
  text-align: left; }
  .table-forms-container > .ui-tabs-nav, .browser-warning-container > .ui-tabs-nav {
    margin: -10px -10px 10px; }

.form-btns button {
  margin: 10px 6px 5px; }

.table-forms {
  display: table;
  width: 100%;
  color: #1f2c33; }
  .table-forms > li {
    display: table-row; }
  .table-forms .multiselect-suggest li, .table-forms .multiselect-matches li {
    display: block; }
  .table-forms th {
    color: #768d99;
    padding: 0 5px 0 0;
    text-align: left; }
    .table-forms th:last-child {
      padding: 0; }
  .table-forms tfoot .table-forms-td-right,
  .table-forms .tfoot-buttons .table-forms-td-right {
    padding-top: 5px; }
  .table-forms tfoot button,
  .table-forms .tfoot-buttons button {
    margin: 0 10px 0 0; }
  .table-forms td {
    position: relative; }
    .table-forms td.td-drag-icon {
      padding: 0 11px 0 0;
      vertical-align: middle; }
  .table-forms .drag-icon {
    position: absolute;
    top: 1px;
    margin-right: 5px; }
  .table-forms .list-vertical-accordion .drag-icon,
  .table-forms .table-forms-separator .drag-icon {
    top: 5px; }
  .table-forms .httpconf-steps-dynamic-row .drag-icon,
  .table-forms .list-accordion-item-head .drag-icon,
  .table-forms .overrides-list-item .drag-icon {
    top: 0; }
  .table-forms .trigger-list .drag-icon {
    top: 1px; }
  .table-forms .table-forms-td-left {
    position: relative;
    display: table-cell;
    padding: 5px 0;
    text-align: right;
    vertical-align: top;
    width: 15%;
    white-space: nowrap; }
    .table-forms .table-forms-td-left label {
      display: block;
      height: 24px;
      line-height: 24px; }
    .table-forms .table-forms-td-left .checkbox-radio {
      right: 0;
      margin-right: 0;
      margin-left: 0; }
  .table-forms .table-forms-td-right {
    display: table-cell;
    padding: 5px 0 5px 10px;
    vertical-align: middle;
    width: 85%;
    position: relative; }
    .table-forms .table-forms-td-right.has-before {
      padding-top: 0; }
    .table-forms .table-forms-td-right td {
      padding: 5px 5px 5px 0;
      position: relative; }
      .table-forms .table-forms-td-right td.td-drag-icon {
        padding-right: 11px; }
      .table-forms .table-forms-td-right td.center {
        text-align: center;
        vertical-align: middle; }
        .table-forms .table-forms-td-right td.center .btn-grey {
          margin: 3px 0; }
      .table-forms .table-forms-td-right td.overflow-break {
        max-width: 150px;
        overflow-wrap: break-word;
        white-space: initial;
        word-wrap: break-word; }
      .table-forms .table-forms-td-right td:last-child {
        padding-right: 0; }
      .table-forms .table-forms-td-right td.na-bg, .table-forms .table-forms-td-right td.normal-bg, .table-forms .table-forms-td-right td.info-bg, .table-forms .table-forms-td-right td.average-bg, .table-forms .table-forms-td-right td.warning-bg, .table-forms .table-forms-td-right td.high-bg, .table-forms .table-forms-td-right td.disaster-bg {
        padding-left: 5px; }
    .table-forms .table-forms-td-right .wrap-multiple-controls {
      display: flex; }
    .table-forms .table-forms-td-right .table-forms-separator .radio-segmented + .multiselect-wrapper {
      margin-top: 5px; }
  .table-forms .table-subforms {
    margin-top: -5px;
    margin-bottom: -5px; }
  .table-forms h4 {
    margin-bottom: -5px; }
  .table-forms .hor-list li {
    display: inline-block; }
  .table-forms .dynamic-row > td {
    padding-top: 0; }
  .table-forms .dynamic-row-control > td {
    padding-top: 0;
    padding-bottom: 0; }

.table-forms-separator {
  border: 1px solid #ebeef0;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  position: relative; }
  .table-forms-separator .wordbreak {
    white-space: normal; }

.border-left {
  border-left: 1px solid #ebeef0; }

.margin-top {
  display: block;
  margin: 4px 0 0; }

.form-new-group {
  border: 5px solid #c5e3c6;
  border-radius: 2px;
  margin-left: -5px;
  padding: 4px 0; }

.list-check-radio li {
  display: block;
  padding: .3em 0; }
.list-check-radio.hor-list li {
  margin-right: 15px;
  padding: .3em 0 0; }
  .list-check-radio.hor-list li:last-child {
    margin-right: 0; }
.list-check-radio label {
  padding: 0 0 0 18px;
  display: inline-block;
  text-indent: -18px;
  max-width: 600px; }
  .list-check-radio label input[type="checkbox"] {
    left: -3px;
    margin: 0; }
  .list-check-radio label input[type="radio"] {
    left: -3px;
    margin: 0; }

.list-numbered {
  counter-reset: line; }
  .list-numbered .list-numbered-item::before {
    content: counter(line);
    counter-increment: line;
    user-select: none;
    text-align: right; }

label.form-label-asterisk::before {
  color: #e33734;
  display: inline-block;
  content: '*';
  margin-right: .3em; }
label input[type="checkbox"] {
  margin-right: 3px; }
label input[type="radio"] {
  margin-right: 3px; }

input {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 1em; }
  input[type="file"] {
    padding: 1px; }

textarea {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  padding: 4px 5px;
  margin: 0;
  overflow: auto; }
  textarea[readonly]:focus {
    border-color: #02659f; }

select {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  height: 24px;
  padding: 3px 3px 3px 0;
  background-color: #ffffff; }
  select option {
    color: #1f2c33; }
  select[multiple] {
    padding: 4px 5px;
    width: 300px;
    height: 150px; }
    select[multiple] option {
      padding: 0; }
  select[readonly] {
    color: #1f2c33 !important;
    pointer-events: none; }

.form-fields-inline label {
  margin: 0 8px 0 3px; }

.form-input-margin {
  display: inline-block;
  margin: 0 3px 0 0; }

.checkbox-radio {
  position: absolute !important;
  top: auto !important;
  z-index: 1;
  width: 16px !important;
  height: 16px !important;
  opacity: 0; }
  .checkbox-radio + label span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: text-bottom;
    background-color: #ffffff;
    border: 1px solid #acbbc2; }
    .checkbox-radio + label span:active {
      border-color: #acbbc2; }
  .checkbox-radio + label.label-pos-left span {
    margin-left: 4px;
    margin-right: 0; }
  .checkbox-radio:checked[readonly] + label span {
    transition: none; }
    .checkbox-radio:checked[readonly] + label span::after {
      border-color: #acbbc2 !important; }
  .checkbox-radio[readonly], .checkbox-radio[readonly] + label {
    pointer-events: none; }
    .checkbox-radio[readonly] span, .checkbox-radio[readonly] + label span {
      transition: none; }
  .checkbox-radio[type="checkbox"] + label span {
    border-radius: 2px; }
  .checkbox-radio[type="checkbox"]:checked + label span::after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 4px;
    top: 6px;
    left: 7px;
    border-left: 2px solid #0275b8;
    border-bottom: 2px solid #0275b8;
    transform: translate(-50%, -50%) rotate(-45deg); }
  .checkbox-radio[type="checkbox"]:checked[disabled] + label span::after {
    border-color: #acbbc2 !important; }
  .checkbox-radio[type="checkbox"]:checked[readonly] + label span::after {
    border-color: #1f2c33 !important; }
  .checkbox-radio[type="radio"] + label span {
    border-radius: 50%; }
  .checkbox-radio[type="radio"]:checked + label span::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
    background-color: #0275b8;
    border-radius: 50%; }
  .checkbox-radio[type="radio"]:checked[disabled] + label span::after {
    background-color: #acbbc2 !important; }
  .checkbox-radio[type="radio"]:checked[readonly] + label span::after {
    background-color: #1f2c33 !important; }
  .checkbox-radio:focus + label span {
    border-color: #02659f; }
  .checkbox-radio:checked:focus + label span {
    border-color: #02659f; }
  .checkbox-radio:checked[disabled] + label span {
    transition: none; }
    .checkbox-radio:checked[disabled] + label span::after {
      border-color: #acbbc2 !important; }
  .checkbox-radio[disabled] + label span {
    transition: none; }

input[type="radio"] {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background: none; }

input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="time"] {
  margin: 0;
  padding: 0 5px;
  min-height: 24px; }

z-select .focusable,
.z-select .focusable, z-select .list,
.z-select .list, .multiselect, input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="time"], input[type="file"], textarea, select {
  background-color: #ffffff;
  border: 1px solid #acbbc2;
  box-sizing: border-box;
  color: #1f2c33;
  outline: 0;
  transition: border-color .2s ease-out, box-shadow .2s ease-out; }
  z-select .focusable:focus,
  .z-select .focusable:focus, z-select .list:focus,
  .z-select .list:focus, .multiselect:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="time"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
    border-color: #02659f; }
  z-select .focusable::placeholder,
  .z-select .focusable::placeholder, z-select .list::placeholder,
  .z-select .list::placeholder, .multiselect::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="time"]::placeholder, input[type="file"]::placeholder, textarea::placeholder, select::placeholder {
    color: #9d9d9d;
    -webkit-text-fill-color: #9d9d9d;
    opacity: 1; }

button::-moz-focus-inner {
  padding: 0;
  border: 0;
  vertical-align: middle; }

button {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  background-color: #0275b8;
  border: 1px solid #0275b8;
  border-radius: 2px;
  color: #ffffff;
  margin: 0;
  padding: 0 11px;
  min-height: 24px;
  cursor: pointer;
  outline: 0;
  transition: border-color .2s ease-out, background-color .2s ease-out; }
  button:hover {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
  button:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35);
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
  button:active {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }

.btn-alt {
  color: #0275b8;
  background-color: transparent; }
  .btn-alt .plus-icon {
    background-color: #0275b8;
    margin-right: 8px; }
    .btn-alt .plus-icon::after {
      background-color: #0275b8; }
  .btn-alt:hover {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
    .btn-alt:hover .plus-icon {
      background-color: #ffffff; }
      .btn-alt:hover .plus-icon::after {
        background-color: #ffffff; }
  .btn-alt:focus {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
    .btn-alt:focus .plus-icon {
      background-color: #ffffff; }
      .btn-alt:focus .plus-icon::after {
        background-color: #ffffff; }
  .btn-alt:active {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
    .btn-alt:active .plus-icon {
      background-color: #ffffff; }
      .btn-alt:active .plus-icon::after {
        background-color: #ffffff; }

.btn-tag {
  min-height: unset;
  outline: none;
  border: none; }
  .btn-tag:hover {
    text-decoration: underline;
    background-color: #768d99; }
  .btn-tag:focus {
    background-color: #768d99; }

.btn-grey {
  color: #1f2c33;
  background-color: #ffffff;
  border-color: #acbbc2;
  vertical-align: top; }
  .btn-grey:hover {
    color: #1f2c33;
    background-color: #e8f5ff;
    border-color: #acbbc2; }
  .btn-grey:focus {
    color: #1f2c33;
    background-color: #e8f5ff;
    border-color: #02659f; }
  .btn-grey:active {
    color: #1f2c33;
    background-color: #e8f5ff;
    border-color: #02659f; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  position: relative;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted #0275b8;
  border-radius: 0;
  color: #0275b8;
  font-size: inherit;
  padding: 0;
  min-height: inherit; }
  .btn-link:focus {
    outline: none;
    margin-bottom: -2px !important;
    border-bottom: 2px solid rgba(2, 117, 184, 0.5);
    box-shadow: 0 0 0 0 !important; }
  .btn-link[disabled] {
    background-color: transparent; }
    .btn-link[disabled]:hover {
      background-color: transparent; }

.btn-kiosk {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -79px -259px; }

.btn-min {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -7px -259px; }

.btn-add-fav {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -7px -295px; }

.btn-remove-fav {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -7px -329px; }

.btn-action {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -7px -367px; }

.btn-info {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -7px -403px; }

.btn-dashboard-kioskmode-toggle-slideshow.slideshow-state-started {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -432px -582px; }

.btn-dashboard-kioskmode-toggle-slideshow.slideshow-state-stopped {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -433px -546px; }

.btn-dashboard-kioskmode-previous-page {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -398px -657px; }

.btn-dashboard-kioskmode-next-page {
  background: #0275b8 url("../img/icon-sprite.svg?20211222") no-repeat -396px -624px; }

.btn-dashboard-page-properties {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -318px -618px; }

.btn-iterator-page-previous {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -85px -657px; }

.btn-iterator-page-next {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -83px -623px; }

.btn-widget-action {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -618px; }

.btn-widget-collapse {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -654px; }

.btn-widget-expand {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -689px; }

.btn-widget-edit {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -42px -619px; }

.btn-alarm-on {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -546px; }

.btn-alarm-off {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -582px; }

.btn-sound-on {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -474px; }

.btn-sound-off {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -510px; }

.btn-info-clock {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -87px -762px; }

.ui-tabs-nav {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ebeef0; }
  .ui-tabs-nav li {
    display: inline-block; }
    .ui-tabs-nav li a {
      border: 0;
      padding: 8px 10px;
      transition: background-color .2s ease-out; }
      .ui-tabs-nav li a:hover, .ui-tabs-nav li a:focus, .ui-tabs-nav li a:active {
        background-color: #e8f5ff; }
    .ui-tabs-nav li.ui-tabs-active:first-child {
      border-left: 0; }
    .ui-tabs-nav li.ui-tabs-active a {
      padding: 8px 10px 6px;
      background-color: transparent;
      color: #1f2c33;
      text-decoration: none;
      cursor: default;
      border-bottom: 3px solid #0275b8; }
    .ui-tabs-nav li.ui-state-disabled a {
      cursor: default;
      color: #acbbc2;
      background-color: transparent;
      border: 0; }
  .ui-tabs-nav .btn-info,
  .ui-tabs-nav .btn-time,
  .ui-tabs-nav .filter-trigger {
    border-radius: 2px;
    color: #ffffff;
    background-color: #0275b8;
    border: 1px solid #0275b8;
    position: relative;
    margin: 0 0 0 6px;
    min-height: 24px;
    vertical-align: bottom; }
    .ui-tabs-nav .btn-info::after,
    .ui-tabs-nav .btn-time::after,
    .ui-tabs-nav .filter-trigger::after {
      content: '';
      position: absolute; }
    .ui-tabs-nav .btn-info:focus, .ui-tabs-nav .btn-info:hover,
    .ui-tabs-nav .btn-time:focus,
    .ui-tabs-nav .btn-time:hover,
    .ui-tabs-nav .filter-trigger:focus,
    .ui-tabs-nav .filter-trigger:hover {
      color: #ffffff;
      background-color: #02659f;
      border-color: #02659f;
      cursor: pointer; }
  .ui-tabs-nav .btn-info,
  .ui-tabs-nav .btn-time {
    padding: 0 34px 0 10px; }
    .ui-tabs-nav .btn-info::after,
    .ui-tabs-nav .btn-time::after {
      margin: 0 5px;
      right: 0;
      top: 0;
      height: 24px;
      width: 24px;
      background: url("../img/icon-sprite.svg?20211222") no-repeat -87px -583px; }
  .ui-tabs-nav .btn-info {
    width: initial;
    background-image: none; }
    .ui-tabs-nav .btn-info::after {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -431px -621px; }
  .ui-tabs-nav .filter-trigger {
    padding: 0 34px 0 10px; }
    .ui-tabs-nav .filter-trigger::after {
      margin: 0 5px;
      right: 0;
      top: 0;
      height: 24px;
      width: 24px;
      background: url("../img/icon-sprite.svg?20211222") no-repeat -87px -547px; }
  .ui-tabs-nav .ui-state-focus .btn-info,
  .ui-tabs-nav .ui-state-focus .btn-time,
  .ui-tabs-nav .ui-state-focus .filter-trigger {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35);
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
  .ui-tabs-nav .ui-state-focus.ui-tabs-active .btn-info,
  .ui-tabs-nav .ui-state-focus.ui-tabs-active .btn-time,
  .ui-tabs-nav .ui-state-focus.ui-tabs-active .filter-trigger {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
  .ui-tabs-nav .ui-tabs-active .btn-info,
  .ui-tabs-nav .ui-tabs-active .btn-time,
  .ui-tabs-nav .ui-tabs-active .filter-trigger {
    color: #1f2c33;
    background-color: #ffffff;
    border: 1px solid #dfe4e7;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    margin: -1px 0 0 6px;
    padding: 1px 34px 7px 10px; }
  .ui-tabs-nav .ui-tabs-active .btn-info::after {
    background-position: -279px -621px;
    top: 1px; }
  .ui-tabs-nav .ui-tabs-active .btn-time::after {
    background-position: -246px -583px;
    top: 1px; }
  .ui-tabs-nav .ui-tabs-active .filter-trigger::after {
    background-position: -246px -547px; }
  .ui-tabs-nav .ui-state-hover.ui-tabs-active .btn-info,
  .ui-tabs-nav .ui-state-hover.ui-tabs-active .btn-time,
  .ui-tabs-nav .ui-state-hover.ui-tabs-active .filter-trigger {
    background-color: #e8f5ff; }

.filter-space {
  box-sizing: border-box; }
  .filter-space li a.ui-tabs-anchor {
    vertical-align: top; }
  .filter-space ul.ui-tabs-nav li:focus {
    outline: none; }
  .filter-space .filter-btn-container {
    height: 29px;
    z-index: 2; }
  .filter-space .ui-tabs-nav {
    height: 29px;
    border-bottom: 0; }
    .filter-space .ui-tabs-nav a {
      display: inline-block;
      box-sizing: border-box;
      line-height: 22px;
      margin-bottom: 5px;
      text-align: center; }

.btn-time-left,
.btn-time-right {
  background: url("../img/icon-sprite.svg?20211222") no-repeat;
  content: '';
  border: 0;
  height: 24px;
  width: 24px;
  vertical-align: top; }
  .btn-time-left:focus, .btn-time-left:hover,
  .btn-time-right:focus,
  .btn-time-right:hover {
    border: 1px solid #dfe4e7;
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
  .btn-time-left:disabled,
  .btn-time-right:disabled {
    border: 0;
    opacity: .4; }

.btn-time-right {
  background-position: -83px -623px; }
  .btn-time-right:focus, .btn-time-right:hover {
    background-position: -396px -624px; }
  .btn-time-right:disabled {
    background-position: -83px -623px; }

.btn-time-left {
  background-position: -85px -657px; }
  .btn-time-left:focus, .btn-time-left:hover {
    background-position: -398px -658px; }
  .btn-time-left:disabled {
    background-position: -85px -657px; }

.btn-time-out {
  background: none;
  border: 1px solid transparent;
  color: #1f2c33;
  height: 24px;
  line-height: 22px;
  margin: 0 5px;
  vertical-align: top; }
  .btn-time-out:disabled {
    background: transparent !important;
    border-color: transparent !important;
    opacity: .8; }

.time-quick {
  font-size: 12px;
  line-height: 20px; }
  .time-quick li:last-of-type a {
    margin-bottom: 0; }
  .time-quick li a {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 2px;
    margin-left: -10px;
    border-bottom: 0; }
    .time-quick li a:hover, .time-quick li a:focus, .time-quick li a.selected {
      border-radius: 2px;
      border-bottom: 0; }
    .time-quick li a:hover {
      background: #e8f5ff;
      transition: background-color .2s ease-out; }
    .time-quick li a:focus {
      box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
    .time-quick li a.selected {
      background: #768d99;
      color: #ffffff;
      transition: background-color .2s ease-out; }

.time-selection-container {
  display: flex;
  justify-content: flex-end; }
  .time-selection-container .time-input {
    border-right: 1px solid #dfe4e7;
    padding: 0 30px 0 10px;
    text-align: right;
    white-space: nowrap; }
    .time-selection-container .time-input .time-input-error {
      margin: -8px 29px 0 0; }
    .time-selection-container .time-input ul {
      padding: 0 0 10px; }
    .time-selection-container .time-input li {
      display: inline-block;
      vertical-align: baseline;
      padding: 0 0 0 10px; }
      .time-selection-container .time-input li .icon-cal {
        position: relative;
        vertical-align: middle;
        margin-left: 2px; }
  .time-selection-container .time-quick-range {
    text-align: right;
    white-space: nowrap;
    margin: 0 0 0 20px; }
    .time-selection-container .time-quick-range .cell {
      display: inline-flex;
      vertical-align: top;
      text-align: left;
      margin: 0 10px; }
    .time-selection-container .time-quick-range .time-quick-selected {
      display: inline-block;
      padding: 2px 10px;
      margin-left: -10px;
      color: #ffffff;
      background-color: #768d99;
      border-bottom: 0; }

.header-kioskmode-controls {
  position: fixed;
  top: 5px;
  right: 45px;
  z-index: 1010;
  display: flex;
  transition: opacity 1s ease-out; }
  .header-kioskmode-controls.hidden {
    opacity: 0; }
  .header-kioskmode-controls > li > ul {
    margin-right: 10px; }
  .header-kioskmode-controls ul {
    display: flex; }
    .header-kioskmode-controls ul li {
      margin-right: 10px; }

.btn-dashboard-conf {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -42px -619px; }

.btn-dashboard-normal {
  box-shadow: 1px 1px 2px rgba(118, 141, 153, 0.5); }

.btn-dashboard-page-properties, .btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .btn-widget-expand, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock {
  width: 24px;
  height: 24px;
  margin: 2px 2px 0 0; }

.btn-dashboard-conf {
  width: 24px;
  height: 24px; }

.filter-container.tabfilter-container .icon-edit, .btn-dashboard-page-properties, .btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .btn-widget-expand, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .btn-dashboard-conf, .interfaces .interface-row[data-type="2"] .interface-btn-toggle {
  border: 0;
  min-height: 0;
  padding: 0;
  opacity: .5;
  transition: opacity .2s ease-out; }
  .filter-container.tabfilter-container [disabled].icon-edit, [disabled].btn-dashboard-page-properties, [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, [disabled].btn-dashboard-conf, .interfaces .interface-row[data-type="2"] [disabled].interface-btn-toggle, .filter-container.tabfilter-container [disabled].icon-edit:hover, [disabled].btn-dashboard-page-properties:hover, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, [disabled].btn-dashboard-conf:hover, .interfaces .interface-row[data-type="2"] [disabled].interface-btn-toggle:hover, .filter-container.tabfilter-container [disabled].icon-edit:focus, [disabled].btn-dashboard-page-properties:focus, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, [disabled].btn-dashboard-conf:focus, .interfaces .interface-row[data-type="2"] [disabled].interface-btn-toggle:focus, .filter-container.tabfilter-container [disabled].icon-edit:active, [disabled].btn-dashboard-page-properties:active, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, [disabled].btn-dashboard-conf:active, .interfaces .interface-row[data-type="2"] [disabled].interface-btn-toggle:active {
    background-color: transparent;
    opacity: .25; }

.btn-kiosk, .btn-min, .btn-add-fav, .btn-remove-fav, .btn-action, .btn-info, .btn-dashboard-kioskmode-toggle-slideshow.slideshow-state-started, .btn-dashboard-kioskmode-toggle-slideshow.slideshow-state-stopped, .btn-dashboard-kioskmode-previous-page, .btn-dashboard-kioskmode-next-page, .icon-cal, .icon-wizard-action, .drag-icon {
  width: 24px;
  height: auto;
  padding: 0; }

button[disabled], button[disabled]:hover, button[disabled]:active {
  color: #acbbc2 !important;
  background-color: #ebebeb;
  border-color: #ccd5d9;
  cursor: default; }
  button.icon-cal[disabled] {
    opacity: .3;
    background-color: transparent; }

z-select[readonly] .focusable,
.z-select[readonly] .focusable, .multiselect[aria-readonly], input[readonly], textarea[readonly] {
  color: #1f2c33;
  -webkit-text-fill-color: #1f2c33;
  background-color: #ebebeb;
  border-color: #ccd5d9; }

.radio-list-control input[type="radio"][readonly] + label, .radio-list-control input[type="radio"][disabled] + label, z-select[disabled] .focusable,
.z-select[disabled] .focusable, .multiselect[aria-disabled], input[disabled], textarea[disabled], select option[disabled], select[disabled], select[readonly], .checkbox-radio[readonly] span, .checkbox-radio[readonly] + label span, .checkbox-radio[disabled] + label span, .macro-input-group button.btn-dropdown-toggle:disabled {
  color: #acbbc2;
  -webkit-text-fill-color: #acbbc2;
  background-color: #ebebeb;
  border-color: #ccd5d9; }
  .radio-list-control input[type="radio"][readonly] + label::placeholder, .radio-list-control input[type="radio"][disabled] + label::placeholder, z-select[disabled] .focusable::placeholder,
  .z-select[disabled] .focusable::placeholder, .multiselect[aria-disabled]::placeholder, input[disabled]::placeholder, textarea[disabled]::placeholder, select option[disabled]::placeholder, select[disabled]::placeholder, select[readonly]::placeholder, .checkbox-radio[readonly] span::placeholder, .checkbox-radio[readonly] + label span::placeholder, .checkbox-radio[disabled] + label span::placeholder, .macro-input-group button.btn-dropdown-toggle:disabled::placeholder {
    color: #c3c3c3;
    -webkit-text-fill-color: #c3c3c3;
    opacity: 1; }

.inaccessible .subfilter-enabled {
  color: #bfbfbf; }

.filter-container.tabfilter-container .icon-edit:hover, .btn-dashboard-page-properties:hover, .btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .btn-dashboard-conf:hover, .interfaces .interface-row[data-type="2"] .interface-btn-toggle:hover, .filter-container.tabfilter-container .icon-edit:focus, .btn-dashboard-page-properties:focus, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .btn-dashboard-conf:focus, .interfaces .interface-row[data-type="2"] .interface-btn-toggle:focus, .filter-container.tabfilter-container .icon-edit:active, .btn-dashboard-page-properties:active, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .btn-dashboard-conf:active, .interfaces .interface-row[data-type="2"] .interface-btn-toggle:active {
  background-color: transparent;
  opacity: 1; }

.action-buttons {
  margin: 10px 0 0;
  color: #768d99; }
  .action-buttons button {
    margin: 0 10px 10px 0; }

.selected-item-count {
  display: inline-block;
  margin: 0 14px 0 0; }

.icon-maintenance {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px; }
  .icon-maintenance::before {
    background: url("../img/icon-sprite.svg?20211222") no-repeat -47px -803px;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px; }
  .icon-maintenance:link, .icon-maintenance:hover, .icon-maintenance:focus {
    border-bottom: none; }
  .icon-maintenance:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }

.icon-depend-up {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px; }
  .icon-depend-up::before {
    background: url("../img/icon-sprite.svg?20211222") no-repeat -47px -731px;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px; }
  .icon-depend-up:link, .icon-depend-up:hover, .icon-depend-up:focus {
    border-bottom: none; }
  .icon-depend-up:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }

.icon-depend-down {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px; }
  .icon-depend-down::before {
    background: url("../img/icon-sprite.svg?20211222") no-repeat -47px -767px;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px; }
  .icon-depend-down:link, .icon-depend-down:hover, .icon-depend-down:focus {
    border-bottom: none; }
  .icon-depend-down:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }

.icon-ackn {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px; }
  .icon-ackn::before {
    background: url("../img/icon-sprite.svg?20211222") no-repeat -47px -694px;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px; }
  .icon-ackn:link, .icon-ackn:hover, .icon-ackn:focus {
    border-bottom: none; }
  .icon-ackn:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }

.icon-tree-top-bottom, .icon-tree-top-bottom-right, .icon-tree-top-right, .icon-tree-empty {
  margin: 0 12px 0 0; }
  .icon-tree-top-bottom::before, .icon-tree-top-bottom-right::before, .icon-tree-top-right::before, .icon-tree-empty::before {
    background: url("../img/icon-sprite.svg?20211222") no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    content: ''; }

.icon-tree-top-bottom::before {
  background-position: url("../img/icon-sprite.svg?20211222") no-repeat -84px -300px; }

.icon-tree-top-bottom-right::before {
  background-position: url("../img/icon-sprite.svg?20211222") no-repeat -84px -334px; }

.icon-tree-top-right::before {
  background-position: url("../img/icon-sprite.svg?20211222") no-repeat -84px -372px; }

.icon-tree-empty::before {
  background-position: url("../img/icon-sprite.svg?20211222") no-repeat -84px -350px; }

.icon-cal {
  background: transparent url("../img/icon-sprite.svg?20211222") no-repeat -42px -834px; }

.icon-wizard-action {
  background: transparent url("../img/icon-sprite.svg?20211222") no-repeat -6px -617px; }

.icon-cal, .icon-wizard-action {
  border: 0;
  margin: -4px 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity .2s ease-out; }
  .icon-cal:hover, .icon-wizard-action:hover, .icon-cal:focus, .icon-wizard-action:focus, .icon-cal:active, .icon-wizard-action:active {
    opacity: 1;
    background-color: transparent; }

.icon-maintenance::before, .icon-depend-up::before, .icon-depend-down::before, .icon-ackn::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  content: ''; }

.drag-icon {
  margin-left: -9px;
  height: 24px;
  background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -762px; }

.icon-info {
  position: relative;
  width: 8px;
  height: 11px;
  cursor: pointer;
  margin: -12px 0 -4px; }
  .icon-info:link, .icon-info:hover, .icon-info:focus {
    border-bottom: 1px solid; }
  .icon-info:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
  .icon-info::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat -47px -659px; }
  .icon-info.status-red:link, .icon-info.status-red:hover, .icon-info.status-red:focus {
    border-color: #d23d3d; }
  .icon-info.status-yellow:link, .icon-info.status-yellow:hover, .icon-info.status-yellow:focus {
    border-color: #e79e0b; }

.setup-container {
  background-color: #ffffff;
  width: 766px;
  height: 420px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 42px;
  vertical-align: top;
  position: relative;
  border: 1px solid #dfe4e7; }
  .setup-container h1 {
    border: 0;
    margin: 3px 0 11px;
    padding: 0; }
  .setup-container .setup-logo {
    display: flex;
    margin-bottom: 40px;
    justify-content: flex-start; }
  .setup-container #tls_encryption_hint {
    font-style: italic;
    color: #768d99; }

.setup-left {
  float: left;
  width: 200px;
  padding-right: 10px; }
  .setup-left ul {
    margin: -4px 0 0 -42px; }
    .setup-left ul li {
      padding: 4px 0 4px 42px; }
      .setup-left ul li.setup-left-current {
        border-left: 3px solid #0275b8;
        color: #768d99;
        padding-left: 39px; }

.setup-right {
  width: auto;
  margin-left: 200px; }

.setup-right-body {
  padding-right: 5px;
  max-height: 345px;
  overflow-y: auto; }
  .setup-right-body .list-table {
    border: 0; }
  .setup-right-body h1 {
    margin: 25% 0 .4em; }

.setup-title {
  margin: 109px 0 16px 0;
  color: #768d99;
  font-size: 7em;
  line-height: 0.75em; }
  .setup-title span {
    display: block;
    font-size: 0.25em; }

.setup-footer {
  position: absolute;
  bottom: 32px;
  width: 766px;
  text-align: right; }
  .setup-footer div {
    float: right; }
  .setup-footer button {
    margin: 0 0 0 10px; }
    .setup-footer button.float-left {
      margin: 0;
      float: left; }

.signin-container {
  background-color: #ffffff;
  width: 280px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 42px 42px 39px;
  border: 1px solid #dfe4e7; }
  .signin-container h1 {
    border: 0;
    margin: 0 0 17px;
    padding: 0; }
  .signin-container ul li {
    padding: 16px 0 0;
    font-size: 1.167em; }
    .signin-container ul li.sign-in-txt {
      text-align: center; }
  .signin-container label {
    display: inline-block;
    margin: 0 0 2px; }
  .signin-container button {
    font-size: 1em;
    margin: 7px 0;
    min-height: 35px;
    line-height: 35px;
    width: 100%; }

.signin-logo {
  display: flex;
  margin-bottom: 21px;
  justify-content: center; }

.signin-links {
  width: 100%;
  text-align: center;
  color: #768d99;
  margin: 11px 0 0; }

.signin-container input[type="text"], .signin-container input[type="password"] {
  padding: 9px 5px;
  width: 100%; }

.list-table tbody tr.nothing-to-show {
  color: #768d99;
  text-align: center;
  transition: 0s; }
  .list-table tbody tr.nothing-to-show td:hover {
    background-color: #ffffff; }

.menu-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001; }

.menu-popup {
  position: absolute;
  z-index: 1001;
  padding: 5px 15px 5px 25px;
  min-width: 166px;
  max-width: 250px;
  background-color: #ffffff;
  border: 1px solid #ccd5d9;
  border-bottom-color: #c9d3d7;
  box-shadow: 0 4px 20px 0 rgba(118, 141, 153, 0.5); }
  .menu-popup:focus {
    outline: none; }
  .menu-popup li {
    display: block; }
    .menu-popup li div {
      border-top: 1px solid #ebeef0;
      margin: 5px -15px 5px -25px; }
  .menu-popup .menu-popup-item {
    display: block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #1f2c33;
    text-decoration: none;
    border: 0;
    outline: 0;
    padding: 0 15px 0 25px;
    margin: 0 -15px 0 -25px;
    position: relative;
    transition: background-color .2s ease-out; }
    .menu-popup .menu-popup-item:hover, .menu-popup .menu-popup-item:focus, .menu-popup .menu-popup-item:active, .menu-popup .menu-popup-item.highlighted {
      background-color: #e8f5ff; }
    .menu-popup .menu-popup-item.selected::before {
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      content: '';
      background: url("../img/icon-sprite.svg?20211222") no-repeat -5px -835px; }
    .menu-popup .menu-popup-item .arrow-right {
      position: absolute;
      right: 10px;
      top: 8px;
      height: auto;
      line-height: auto;
      padding: 0;
      margin: 0;
      border-left-color: #768d99; }
    .menu-popup .menu-popup-item[class*='icon-']::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 22px;
      height: 22px;
      content: ""; }
    .menu-popup .menu-popup-item.disabled {
      background-color: transparent;
      color: #768d99;
      opacity: 1; }
  .menu-popup h3 {
    height: 24px;
    line-height: 24px; }
  .menu-popup.page-title-submenu::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-top: 1px solid #ccd5d9;
    border-left: 1px solid #ccd5d9;
    transform: rotate(45deg); }

div .overlay-dialogue.wordbreak {
  white-space: normal; }

.overlay-dialogue {
  display: table;
  position: absolute;
  z-index: 1000;
  padding: 15px 10px 10px;
  background-color: #ffffff;
  border: 1px solid #ccd5d9;
  border-bottom-color: #c9d3d7;
  box-shadow: 0 4px 20px 0 rgba(118, 141, 153, 0.5); }
  .overlay-dialogue .wordbreak {
    white-space: normal; }
  .overlay-dialogue.modal {
    position: fixed;
    overflow: hidden;
    margin: 0 10px; }
    .overlay-dialogue.modal .overlay-dialogue-body {
      overflow: auto;
      overflow-x: hidden;
      width: 100%;
      max-height: calc(100vh - 220px);
      max-width: inherit;
      margin: 0 -10px 10px;
      padding: 0 10px;
      position: relative; }
      .overlay-dialogue.modal .overlay-dialogue-body > form {
        padding: 2px 0; }
      .overlay-dialogue.modal .overlay-dialogue-body .table-forms .table-forms-td-right {
        padding-right: 8px; }
      .overlay-dialogue.modal .overlay-dialogue-body .table-forms .table-forms-row-with-second-field {
        position: relative; }
        .overlay-dialogue.modal .overlay-dialogue-body .table-forms .table-forms-row-with-second-field .table-forms-second-column {
          position: absolute;
          top: 5px;
          right: 8px; }
      .overlay-dialogue.modal .overlay-dialogue-body .columns-wrapper .column-50:last-of-type {
        margin-left: 10px; }
    .overlay-dialogue.modal .overlay-dialogue-controls {
      text-align: right;
      padding: 0 0 10px; }
      .overlay-dialogue.modal .overlay-dialogue-controls z-select {
        text-align: left;
        padding: inherit; }
        .overlay-dialogue.modal .overlay-dialogue-controls z-select li {
          display: block;
          padding-left: 5px; }
      .overlay-dialogue.modal .overlay-dialogue-controls .inline-filter li {
        padding-left: 0; }
    .overlay-dialogue.modal > .overlay-close-btn {
      position: relative;
      float: right;
      top: -13px;
      right: -8px; }
  .overlay-dialogue.modal-popup {
    top: 50px;
    max-width: 1024px; }
    .overlay-dialogue.modal-popup.modal-popup-small {
      max-width: 450px;
      width: 100%; }
    .overlay-dialogue.modal-popup.modal-popup-medium {
      min-width: 450px; }
    .overlay-dialogue.modal-popup.modal-popup-large {
      width: 100%; }
    .overlay-dialogue.modal-popup.modal-popup-generic {
      min-width: 650px; }
    .overlay-dialogue.modal-popup.modal-popup-static {
      max-width: 700px;
      width: 100%; }
    .overlay-dialogue.modal-popup.modal-popup-preprocessing {
      max-width: 900px;
      width: 100%; }
    .overlay-dialogue.modal-popup.modal-popup-fullscreen {
      width: calc(100vw - 40px);
      max-width: calc(100vw - 40px); }
  .overlay-dialogue .hintbox-wrap {
    overflow: auto;
    max-height: 240px;
    max-width: 800px;
    overflow-wrap: break-word; }
  .overlay-dialogue .msg-bad,
  .overlay-dialogue .msg-good,
  .overlay-dialogue .msg-warning {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    margin: 0 0 10px; }
  .overlay-dialogue .form-grid {
    grid-template-columns: minmax(100px, max-content) auto; }
    .overlay-dialogue .form-grid.form-grid-1-1 {
      grid-template-columns: repeat(2, minmax(100px, max-content) auto); }
    .overlay-dialogue .form-grid.form-grid-3-1 {
      grid-template-columns: minmax(100px, max-content) 3fr max-content auto; }
  .overlay-dialogue .list-table {
    white-space: normal;
    border: 0; }
  .overlay-dialogue .table-paging {
    border: 0;
    border-top: 1px solid #ebeef0; }
  .overlay-dialogue .table-forms-td-right td {
    vertical-align: middle; }
    .overlay-dialogue .table-forms-td-right td label {
      display: block; }
  .overlay-dialogue .dashboard-widget-head {
    margin: -10px -10px 6px; }
  .overlay-dialogue .maps-container {
    max-height: 128px;
    overflow-y: auto;
    margin-left: -10px; }
  .overlay-dialogue .table-forms-second-column {
    float: right;
    line-height: 24px; }

.multilineinput-control {
  display: flex;
  width: 100%; }
  .multilineinput-control input[type=text] {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 0;
    width: 100%; }
    .multilineinput-control input[type=text][readonly] {
      background: #ffffff !important;
      border-color: #acbbc2;
      color: #1f2c33; }
    .multilineinput-control input[type=text].monospace-font {
      padding-top: 1px; }
  .multilineinput-control.editable {
    background-color: #ffffff !important;
    border-color: #acbbc2; }
  .multilineinput-control button {
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .multilineinput-control button::after {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -47px -478px;
      content: '';
      position: absolute;
      left: 3px;
      top: 4px;
      height: 14px;
      width: 15px; }
    .multilineinput-control button:not([disabled]):not([readonly]) {
      background-color: #ffffff;
      border-color: #acbbc2; }
      .multilineinput-control button:not([disabled]):not([readonly]):hover {
        background-color: #e8f5ff; }
  .multilineinput-control.multilineinput-readonly input[type=text][readonly] {
    background-color: #ebebeb !important; }
  .multilineinput-control.multilineinput-disabled input[type=text] {
    cursor: default; }
  .multilineinput-control.multilineinput-disabled button::after {
    opacity: .5; }

.multilineinput-modal {
  min-width: 960px; }
  .multilineinput-modal .multilineinput-container {
    padding: 1px;
    position: relative;
    display: flex;
    overflow: hidden; }
  .multilineinput-modal .multilineinput-line-numbers {
    counter-reset: line;
    overflow: hidden;
    padding: 1px 5px 1px 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    .multilineinput-modal .multilineinput-line-numbers li {
      color: #768d99;
      line-height: 18px;
      text-align: right;
      min-width: 24px; }
      .multilineinput-modal .multilineinput-line-numbers li::before {
        counter-increment: line;
        content: counter(line);
        user-select: none; }
  .multilineinput-modal .multilineinput-label {
    color: #768d99;
    line-height: 24px; }
  .multilineinput-modal .multilineinput-textarea {
    flex: 1;
    line-height: 18px;
    resize: none;
    white-space: pre;
    padding: 0 5px;
    z-index: 20; }
    .multilineinput-modal .multilineinput-textarea::-webkit-scrollbar {
      height: 9px; }
  .multilineinput-modal .multilineinput-char-count {
    color: #768d99;
    float: left;
    line-height: 24px; }

.textarea-flexible-container td {
  line-height: 22px; }
  .textarea-flexible-container td.textarea-flexible-parent {
    vertical-align: top; }
  .textarea-flexible-container td button {
    line-height: normal; }

.textarea-flexible {
  display: block;
  min-height: 24px;
  overflow: hidden;
  resize: none;
  word-break: break-word;
  height: 24px;
  line-height: 14px;
  white-space: break-spaces; }

.btn-back-map-container {
  text-align: left;
  position: absolute;
  left: -1px;
  max-width: 100%; }
  .btn-back-map-container a:focus, .btn-back-map-container a:hover {
    outline: none; }
    .btn-back-map-container a:focus .btn-back-map, .btn-back-map-container a:hover .btn-back-map {
      background-color: #ffffff;
      border: #0275b8 solid 1px; }
      .btn-back-map-container a:focus .btn-back-map .btn-back-map-content, .btn-back-map-container a:hover .btn-back-map .btn-back-map-content {
        display: inline-block;
        line-height: 24px;
        padding: 0 6px 0 0;
        flex: auto; }
  .btn-back-map-container .btn-back-map {
    border: #dfe4e7 solid 1px;
    border-radius: 0 2px 2px 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #0275b8;
    margin-top: 10px;
    padding: 0;
    display: flex;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none; }
    .btn-back-map-container .btn-back-map .btn-back-map-content {
      display: none; }
    .btn-back-map-container .btn-back-map .btn-back-map-icon {
      margin-left: 5px;
      display: inline-block;
      flex: 1 0 auto;
      width: 28px;
      height: 24px;
      vertical-align: middle;
      background: url("../img/icon-sprite.svg?20211222") no-repeat -85px -691px; }

.overlay-dialogue-body {
  margin: 0 0 25px;
  white-space: nowrap; }
  .overlay-dialogue-body .debug-output {
    margin: 10px 0 0; }

.overlay-dialogue-footer {
  text-align: right; }
  .overlay-dialogue-footer button {
    margin: 0 0 0 10px; }

.overlay-bg {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: .35; }

.calendar {
  width: 200px; }
  .calendar .calendar-year.highlighted, .calendar .highlighted.calendar-month,
  .calendar .calendar-month.highlighted {
    background-color: #e8f5ff; }
  .calendar .calendar-year:focus, .calendar .calendar-month:focus,
  .calendar .calendar-month:focus {
    outline: none; }
  .calendar table {
    width: 100%;
    margin: 5px 0; }
    .calendar table thead {
      text-transform: uppercase;
      color: #768d99; }
    .calendar table tbody {
      text-align: center; }
      .calendar table tbody td {
        transition: background-color .2s ease-out; }
        .calendar table tbody td.selected {
          background-color: #768d99;
          color: #ffffff; }
          .calendar table tbody td.selected:hover {
            background-color: #6b8390; }
        .calendar table tbody td:hover {
          background-color: #e8f5ff;
          cursor: pointer; }
        .calendar table tbody td.highlighted {
          color: #ffffff;
          background-color: #02659f;
          border-color: #02659f;
          cursor: pointer; }
        .calendar table tbody td:focus {
          outline: none; }
        .calendar table tbody td span {
          z-index: -1;
          padding: 4px;
          display: block; }

.calendar-header {
  text-align: center; }
  .calendar-header .btn-grey {
    border: 0;
    background-color: transparent; }

.calendar-year, .calendar-month {
  height: 24px;
  line-height: 26px;
  display: table;
  width: 100%; }
  .calendar-year button:first-child, .calendar-month button:first-child {
    float: left; }
  .calendar-year button:last-child, .calendar-month button:last-child {
    float: right; }
  .calendar-year button:hover, .calendar-month button:hover {
    background-color: #e8f5ff;
    cursor: pointer; }

.calendar-time {
  text-align: center; }
  .calendar-time input[type="text"] {
    width: 32px; }

.calendar-footer {
  margin: 26px 0 0;
  text-align: right; }
  .calendar-footer .btn-grey {
    float: left;
    margin-top: 0; }

.calendar-control input {
  vertical-align: middle; }

.notif {
  width: 250px; }
  .notif .dashboard-widget-head {
    margin: -11px 0 7px -9px;
    padding: 0; }
    .notif .dashboard-widget-head ul {
      position: relative;
      display: inline-block; }
      .notif .dashboard-widget-head ul li {
        float: none;
        display: inline-block; }

.notif-body {
  max-height: 600px;
  padding: 0 5px 0 0;
  overflow-y: auto; }
  .notif-body h4 {
    display: block;
    max-width: 250px;
    padding-bottom: .083em; }
  .notif-body p {
    margin: .25em 0 0; }
  .notif-body li {
    padding: 0 0 10px 19px; }
    .notif-body li:last-child {
      padding-bottom: 0; }

.notif-indic {
  width: 14px;
  height: 14px;
  float: left;
  margin: 2px 0 0 -19px;
  border-radius: 2px; }
  .notif-indic .notif-indic-snooze {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 20px;
    background: url("../img/icon-sprite.svg?20211222") no-repeat -11px -587px; }

.dashed-border td {
  border: 1px dashed #ebeef0; }

.top {
  vertical-align: top !important; }

.right {
  text-align: right !important; }

.bottom {
  vertical-align: bottom; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.middle {
  vertical-align: middle; }

.no-padding {
  padding: 0 !important; }

.graph-selection {
  position: absolute;
  z-index: 98;
  overflow: hidden;
  background-color: rgba(250, 214, 52, 0.35);
  border: 1px solid rgba(233, 144, 3, 0.6);
  border-top: 0;
  border-bottom: 0; }

.svg-graph-selection {
  fill: rgba(250, 214, 52, 0.35);
  stroke: rgba(233, 144, 3, 0.6);
  stroke-width: 1px; }

.svg-graph-selection-text {
  fill: #1f2c33; }

.svg-helper {
  stroke-opacity: .35;
  stroke: #e33734;
  stroke-width: 2px; }

.svg-point-highlight {
  fill: #1f2c33 !important;
  fill-opacity: .5 !important; }

.svg-graph-preview {
  margin-top: 10px;
  min-width: 960px;
  height: 300px;
  position: relative; }
  .svg-graph-preview > div {
    background: #ffffff;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3; }

.svg-graph {
  display: block; }

.svg-single-item-graph-legend,
.svg-single-two-items-graph-legend,
.svg-graph-legend {
  overflow-y: hidden;
  white-space: normal;
  margin: 0 10px;
  line-height: 18px; }
  .svg-single-item-graph-legend div,
  .svg-single-two-items-graph-legend div,
  .svg-graph-legend div {
    display: inline-block;
    margin: 0 4px;
    font-size: 12px;
    line-height: 1.1;
    vertical-align: bottom;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0 none transparent; }
  .svg-single-item-graph-legend div::before,
  .svg-single-two-items-graph-legend div::before,
  .svg-graph-legend div::before {
    content: ' ';
    display: inline-block;
    margin-right: 4px;
    width: 10px;
    height: 0;
    vertical-align: middle;
    margin-top: -4px;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: inherit; }

.svg-graph-legend div {
  max-width: 30%; }

.svg-single-two-items-graph-legend div {
  max-width: 50%; }

.svg-graph-hintbox {
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  min-width: 145px; }
  .svg-graph-hintbox .table-paging {
    min-height: 18px;
    padding: 0 0 2px;
    border: 0;
    top: 2px; }
    .svg-graph-hintbox .table-paging .paging-btn-container {
      min-height: inherit; }
  .svg-graph-hintbox .list-table tbody tr:last-child td {
    border-bottom-style: none;
    box-shadow: none; }
  .svg-graph-hintbox li {
    padding-left: 23px; }
    .svg-graph-hintbox li .svg-graph-hintbox-item-color {
      margin: 3px 10px 3px -20px;
      width: 10px;
      height: 10px;
      float: left;
      display: block; }
  .svg-graph-hintbox .header {
    margin: 0 0 10px 3px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  background-color: rgba(250, 214, 52, 0.35);
  border: 1px solid rgba(233, 144, 3, 0.6); }

#map-area .map-element-area-bg {
  background-color: rgba(232, 245, 255, 0.35); }

.map-element-selected {
  border: 3px dashed #e99003;
  margin: -3px; }

.debug-output {
  display: none;
  max-height: 600px;
  overflow-y: auto;
  padding: 10px;
  margin: 10px;
  background-color: #fcf7c2;
  border: 1px solid #dfe4e7; }

.btn-debug {
  position: fixed;
  bottom: 10px;
  right: 35px;
  z-index: 15000;
  color: #1f2c33;
  background-color: #ffffff;
  border-color: #acbbc2;
  opacity: 0;
  transition: opacity .2s ease-out; }
  .btn-debug.visible {
    opacity: 0.75; }
  .btn-debug:hover {
    color: #1f2c33;
    background-color: #e8f5ff;
    border-color: #acbbc2; }
  .btn-debug:focus {
    color: #1f2c33;
    background-color: #e8f5ff;
    border-color: #02659f; }
  .btn-debug:active {
    color: #1f2c33;
    background-color: #e8f5ff;
    border-color: #02659f; }

.overlay-descr {
  max-height: 150px;
  overflow-y: auto;
  padding: 0;
  margin: 5px 0;
  background-color: #ffffff; }

.overlay-descr-url {
  padding: 3px 0 7px; }

.overlay-descr {
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(118, 141, 153, 0.4), rgba(118, 141, 153, 0)), radial-gradient(50% 100%, farthest-side, rgba(118, 141, 153, 0.4), rgba(118, 141, 153, 0)) 0 100%;
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(118, 141, 153, 0.4), rgba(118, 141, 153, 0)), radial-gradient(farthest-side at 50% 100%, rgba(118, 141, 153, 0.4), rgba(118, 141, 153, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 100% 40px, 100% 40px, 100% 4px, 100% 4px;
  background-attachment: local, local, scroll, scroll; }

.green, a.green {
  color: #429e47; }

a.green:hover, a.green:focus {
  color: #0275b8; }

.red, a.red {
  color: #e33734; }

a.red:hover, a.red:focus {
  color: #0275b8; }

.orange, a.orange {
  color: #f24f1d; }

a.orange:hover, a.orange:focus {
  color: #0275b8; }

.yellow, a.yellow {
  color: #e99003; }

a.yellow:hover, a.yellow:focus {
  color: #0275b8; }

.grey, a.grey {
  color: #768d99; }

a.grey:hover, a.grey:focus {
  color: #0275b8; }

.blue, a.blue {
  color: #1e87e3; }

a.blue:hover, a.blue:focus {
  color: #0275b8; }

.teal, a.teal {
  color: #0f998b; }

a.teal:hover, a.teal:focus {
  color: #0275b8; }

a.link-action {
  color: #1f2c33; }
  a.link-action.red {
    color: #e33734; }
  a.link-action.orange {
    color: #f24f1d; }
  a.link-action.yellow {
    color: #e99003; }
  a.link-action.green {
    color: #429e47; }
  a.link-action.grey {
    color: #768d99; }
  a.link-action:hover {
    color: #0275b8;
    border-bottom: 1px solid rgba(2, 117, 184, 0.5); }
  a.link-action:focus {
    color: #0275b8; }

.status-container .status-na-bg,
.status-container .status-info-bg,
.status-container .status-warning-bg,
.status-container .status-average-bg,
.status-container .status-high-bg,
.status-container .status-disaster-bg, .status-green, .status-red, .status-grey, .status-dark-grey, .status-yellow, .status-disabled-bg {
  padding: 2px 3px 1px;
  font-size: 0.917em;
  text-align: center;
  min-width: .7em;
  line-height: 1em;
  display: inline-block;
  border-radius: 2px; }
  .status-container .status-na-bg:not(:last-of-type),
  .status-container .status-info-bg:not(:last-of-type),
  .status-container .status-warning-bg:not(:last-of-type),
  .status-container .status-average-bg:not(:last-of-type),
  .status-container .status-high-bg:not(:last-of-type),
  .status-container .status-disaster-bg:not(:last-of-type), .status-green:not(:last-of-type), .status-red:not(:last-of-type), .status-grey:not(:last-of-type), .status-dark-grey:not(:last-of-type), .status-yellow:not(:last-of-type), .status-disabled-bg:not(:last-of-type) {
    border-right: 0; }

.status-container {
  display: inline-block;
  white-space: nowrap;
  margin: 1px 3px 1px 0; }
  .status-container:last-child {
    margin: 0; }
  .status-container span {
    border-radius: 0; }
    .status-container span:first-of-type {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .status-container span:last-of-type {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
    .status-container span[data-hintbox='1'] {
      cursor: pointer; }
  .status-container .status-na-bg,
  .status-container .status-info-bg,
  .status-container .status-warning-bg,
  .status-container .status-average-bg,
  .status-container .status-high-bg,
  .status-container .status-disaster-bg {
    border: 1px solid rgba(31, 44, 51, 0.2);
    border-radius: 0; }

.status-green {
  color: #ffffff;
  border: 1px solid #2f9f5e;
  background-color: #34af67; }

.status-red {
  color: #ffffff;
  border: 1px solid #d23d3d;
  background-color: #d64e4e; }

.status-grey {
  color: #acbbc2;
  background-color: #ebebeb;
  border: 1px solid #ccd5d9; }

.status-dark-grey {
  border: 1px solid #80898d;
  background-color: #8a9397; }

.status-yellow {
  color: #ffffff;
  border: 1px solid #e79e0b;
  background-color: #f1a50b; }

.status-disabled-bg {
  color: #acbbc2;
  background-color: #ebebeb;
  border: 1px solid rgba(31, 44, 51, 0.2); }

.tag, .btn-tag {
  display: inline-block;
  color: #ffffff;
  background-color: #768d99;
  margin: 1px 3px 1px 0;
  padding: 2px 3px;
  line-height: 1em;
  max-width: 133px;
  vertical-align: middle;
  border-radius: 2px; }
  .tag a.link-action, .btn-tag a.link-action {
    color: inherit !important;
    border-bottom: none; }
    .tag a.link-action:hover, .btn-tag a.link-action:hover {
      text-decoration: underline;
      border-bottom: none; }
  .tag:last-child, .btn-tag:last-child {
    margin: 0; }
  .tag.green-bg, .green-bg.btn-tag {
    color: #0e4123; }
  .tag.yellow-bg, .yellow-bg.btn-tag {
    color: #734d00; }

.green-bg {
  background-color: #59db8f; }

.red-bg {
  background-color: #e45959; }

.yellow-bg {
  background-color: #ffc859; }

td[class] + td.na-bg,
td[class] + td.normal-bg,
td[class] + td.info-bg,
td[class] + td.average-bg,
td[class] + td.warning-bg,
td[class] + td.high-bg,
td[class] + td.disaster-bg {
  border-left: 1px dotted #ebeef0; }

.na-bg {
  color: #2a353a;
  position: relative; }
  .na-bg a.link-action,
  .na-bg input[type="radio"]:enabled:checked + label {
    color: #2a353a; }

.log-na-bg {
  color: #2a353a;
  background-color: #97aab3; }

.normal-bg {
  color: #0e4123;
  position: relative;
  background-color: #59db8f; }
  .normal-bg a.link-action {
    color: #0e4123; }

.log-normal-bg {
  color: #0e4123;
  background-color: #59db8f; }

.info-bg {
  color: #00268e;
  position: relative; }
  .info-bg a.link-action,
  .info-bg input[type="radio"]:enabled:checked + label {
    color: #00268e; }

.log-info-bg {
  color: #00268e;
  background-color: #7499ff; }

.average-bg {
  color: #733100;
  position: relative; }
  .average-bg a.link-action,
  .average-bg input[type="radio"]:enabled:checked + label {
    color: #733100; }

.log-average-bg {
  color: #733100;
  background-color: #ffa059; }

.warning-bg {
  color: #734d00;
  position: relative; }
  .warning-bg a.link-action,
  .warning-bg input[type="radio"]:enabled:checked + label {
    color: #734d00; }

.log-warning-bg {
  color: #734d00;
  background-color: #ffc859; }

.high-bg {
  color: #52190b;
  position: relative; }
  .high-bg a.link-action,
  .high-bg input[type="radio"]:enabled:checked + label {
    color: #52190b; }

.log-high-bg {
  color: #52190b;
  background-color: #e97659; }

.disaster-bg {
  color: #4b0c0c;
  position: relative; }
  .disaster-bg a.link-action,
  .disaster-bg input[type="radio"]:enabled:checked + label {
    color: #4b0c0c; }

.log-disaster-bg {
  color: #4b0c0c;
  background-color: #e45959; }

.normal-bg input[type="radio"]:checked + label {
  background-color: #209450; }

.na-bg a,
.normal-bg a,
.info-bg a,
.average-bg a,
.warning-bg a,
.high-bg a,
.disaster-bg a {
  transition: none; }
.na-bg.blink-hidden,
.normal-bg.blink-hidden,
.info-bg.blink-hidden,
.average-bg.blink-hidden,
.warning-bg.blink-hidden,
.high-bg.blink-hidden,
.disaster-bg.blink-hidden {
  background-color: transparent; }
  .na-bg.blink-hidden a,
  .normal-bg.blink-hidden a,
  .info-bg.blink-hidden a,
  .average-bg.blink-hidden a,
  .warning-bg.blink-hidden a,
  .high-bg.blink-hidden a,
  .disaster-bg.blink-hidden a {
    color: #1f2c33; }

.inactive-bg, td.inactive-bg {
  color: #4b0c0c;
  background-color: #e45959; }

.table-forms-second-column {
  display: inline-block;
  width: 50%;
  min-width: 200px;
  text-align: right; }
  .table-forms-second-column .second-column-label {
    padding: 0 10px; }

.problem-unack-fg {
  color: #cc0000; }

.problem-ack-fg {
  color: #cc0000; }

.ok-unack-fg {
  color: #009900; }

.ok-ack-fg {
  color: #009900; }

.list-table tbody tr.row-selected, .drag-drop-area, .navtree .tree .tree-item.selected > .tree-row, .navtree .tree .tree-item.selected > .tree-row:hover {
  background-color: #fcf7c2; }

.plus-icon {
  display: inline-block; }

.plus-icon {
  width: 2px;
  height: 8px;
  position: relative; }
  .plus-icon::after {
    content: '';
    width: 8px;
    height: 2px;
    top: 3px;
    left: -3px;
    position: absolute; }

@keyframes is-loading-kf {
  to {
    transform: rotate(360deg); } }
.is-loading {
  pointer-events: none; }
  .is-loading::before {
    background-color: rgba(255, 255, 255, 0.8);
    content: 'loading';
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .is-loading::after {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #ccd5d9;
    border-bottom-color: #0275b8;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.8);
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: is-loading-kf .6s infinite linear;
    z-index: 5;
    content: ''; }
  .is-loading.is-loading-fadein::before {
    opacity: 0;
    animation: fadein 2s ease-in .5s normal forwards; }
  .is-loading.is-loading-fadein::after {
    opacity: 0;
    animation: fadein 2s ease-in .5s normal forwards, is-loading-kf .6s infinite linear; }
  .is-loading.is-loading-fadein.delayed-15s::before, .is-loading.is-loading-fadein.delayed-15s::after {
    animation-delay: 15s; }

button.is-loading {
  position: relative; }
  button.is-loading::before {
    background: none; }
  button.is-loading::after {
    box-shadow: none;
    background: none;
    border: 1px solid #fdfdfd;
    border-bottom-color: #0275b8;
    width: 12px;
    height: 12px; }

.link-action.is-loading {
  position: relative;
  color: transparent !important;
  border-bottom-color: transparent; }
  .link-action.is-loading::after {
    box-shadow: none;
    background: none;
    border: 1px solid #fdfdfd;
    border-bottom-color: #0275b8;
    width: 12px;
    height: 12px; }

span.is-loading {
  position: relative;
  display: inline-block;
  min-width: 40px;
  min-height: 40px; }

.overlay-dialogue.modal .overlay-dialogue-body.is-loading {
  overflow: hidden; }

.menu-popup-preloader {
  background: #ffffff;
  border: 1px solid #ccd5d9;
  box-shadow: 0 4px 20px 0 rgba(118, 141, 153, 0.5);
  height: 50px;
  width: 50px;
  position: fixed;
  right: auto;
  bottom: auto;
  z-index: 1010; }

.hintbox-preloader {
  height: 50px;
  width: 50px; }

.browser-logo-chrome, .browser-logo-ff, .browser-logo-ed, .browser-logo-opera, .browser-logo-safari {
  background: url("../img/browser-sprite.png?20211222") no-repeat;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  margin-bottom: 5px; }

.browser-logo-chrome {
  background-position: 0 0; }

.browser-logo-ff {
  background-position: -66px 0; }

.browser-logo-ed {
  background-position: 0 -66px; }

.browser-logo-opera {
  background-position: -66px -66px; }

.browser-logo-safari {
  background-position: 0 -132px; }

.browser-warning-container {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 766px;
  text-align: center;
  padding: 28px 28px 10px; }
  .browser-warning-container h2 {
    text-align: left; }
  .browser-warning-container p {
    margin: .7em 0;
    text-align: left; }
  .browser-warning-container li {
    display: inline-block;
    margin: 25px 20px; }

.browser-warning-footer {
  border-top: 1px solid #ebeef0;
  margin: 25px 0 0;
  padding: 10px 0 0;
  text-align: center; }

.dashboard-grid-widget-content, div.dashboard-grid-widget-item, .msg-details ul, z-select .focusable,
.z-select .focusable, z-select .list,
.z-select .list, .multiselect-available, textarea, select, .setup-right-body, .overlay-dialogue.modal .overlay-dialogue-body, .overlay-dialogue .hintbox-wrap, .overlay-dialogue .maps-container, .notif-body, .debug-output, .overlay-descr, .import-compare .toc,
.import-compare .diff {
  scrollbar-width: thin; }
  .dashboard-grid-widget-content::-webkit-scrollbar, div.dashboard-grid-widget-item::-webkit-scrollbar, .msg-details ul::-webkit-scrollbar, z-select .focusable::-webkit-scrollbar,
  .z-select .focusable::-webkit-scrollbar, z-select .list::-webkit-scrollbar,
  .z-select .list::-webkit-scrollbar, .multiselect-available::-webkit-scrollbar, textarea::-webkit-scrollbar, select::-webkit-scrollbar, .setup-right-body::-webkit-scrollbar, .overlay-dialogue.modal .overlay-dialogue-body::-webkit-scrollbar, .overlay-dialogue .hintbox-wrap::-webkit-scrollbar, .overlay-dialogue .maps-container::-webkit-scrollbar, .notif-body::-webkit-scrollbar, .debug-output::-webkit-scrollbar, .overlay-descr::-webkit-scrollbar, .import-compare .toc::-webkit-scrollbar,
  .import-compare .diff::-webkit-scrollbar {
    width: 9px;
    height: 9px; }
  .dashboard-grid-widget-content::-webkit-scrollbar-track, div.dashboard-grid-widget-item::-webkit-scrollbar-track, .msg-details ul::-webkit-scrollbar-track, z-select .focusable::-webkit-scrollbar-track,
  .z-select .focusable::-webkit-scrollbar-track, z-select .list::-webkit-scrollbar-track,
  .z-select .list::-webkit-scrollbar-track, .multiselect-available::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, select::-webkit-scrollbar-track, .setup-right-body::-webkit-scrollbar-track, .overlay-dialogue.modal .overlay-dialogue-body::-webkit-scrollbar-track, .overlay-dialogue .hintbox-wrap::-webkit-scrollbar-track, .overlay-dialogue .maps-container::-webkit-scrollbar-track, .notif-body::-webkit-scrollbar-track, .debug-output::-webkit-scrollbar-track, .overlay-descr::-webkit-scrollbar-track, .import-compare .toc::-webkit-scrollbar-track,
  .import-compare .diff::-webkit-scrollbar-track {
    background-color: rgba(172, 187, 194, 0.55); }
  .dashboard-grid-widget-content::-webkit-scrollbar-thumb, div.dashboard-grid-widget-item::-webkit-scrollbar-thumb, .msg-details ul::-webkit-scrollbar-thumb, z-select .focusable::-webkit-scrollbar-thumb,
  .z-select .focusable::-webkit-scrollbar-thumb, z-select .list::-webkit-scrollbar-thumb,
  .z-select .list::-webkit-scrollbar-thumb, .multiselect-available::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, select::-webkit-scrollbar-thumb, .setup-right-body::-webkit-scrollbar-thumb, .overlay-dialogue.modal .overlay-dialogue-body::-webkit-scrollbar-thumb, .overlay-dialogue .hintbox-wrap::-webkit-scrollbar-thumb, .overlay-dialogue .maps-container::-webkit-scrollbar-thumb, .notif-body::-webkit-scrollbar-thumb, .debug-output::-webkit-scrollbar-thumb, .overlay-descr::-webkit-scrollbar-thumb, .import-compare .toc::-webkit-scrollbar-thumb,
  .import-compare .diff::-webkit-scrollbar-thumb {
    background-color: rgba(135, 135, 135, 0.85);
    border: 1px solid rgba(122, 122, 122, 0.85); }

.dashboard-grid-widget.ui-draggable .dashboard-grid-widget-head,
.dashboard-grid-widget.ui-draggable .dashboard-grid-iterator-head,
.dashboard-grid-iterator.ui-draggable .dashboard-grid-widget-head,
.dashboard-grid-iterator.ui-draggable .dashboard-grid-iterator-head, .drag-icon,
.ui-draggable .dashboard-widget-head {
  cursor: move;
  cursor: grab; }

.dashboard-navigation-tabs .sortable-dragging .sortable-item > div, .dashboard-grid-widget.ui-draggable.ui-draggable-dragging .dashboard-grid-widget-head,
.dashboard-grid-widget.ui-draggable.ui-draggable-dragging .dashboard-grid-iterator-head,
.dashboard-grid-iterator.ui-draggable.ui-draggable-dragging .dashboard-grid-widget-head,
.dashboard-grid-iterator.ui-draggable.ui-draggable-dragging .dashboard-grid-iterator-head, .ui-draggable .drag-icon,
.ui-draggable .dashboard-widget-head, .cursor-dragging {
  cursor: move;
  cursor: grabbing; }

.cursor-move {
  cursor: move; }

tr.cursor-move td * {
  cursor: move; }

.cursor-pointer {
  cursor: pointer; }

.overflow-ellipsis {
  table-layout: fixed; }

.rel-container {
  position: relative;
  display: inline-block;
  min-width: 16px;
  white-space: nowrap; }
  .rel-container .icon-info {
    margin-right: 5px; }
    .rel-container .icon-info:only-of-type {
      margin-right: 0; }
    .rel-container .icon-info:last-child {
      margin-right: 0; }
    .rel-container .icon-info.status-green {
      border-right: 1px solid #2f9f5e; }

main .server-name {
  float: right;
  margin: 10px;
  color: #768d99; }

.uppercase {
  text-transform: uppercase; }

.flickerfreescreen {
  position: relative;
  overflow: hidden; }
  .flickerfreescreen.is-loading {
    min-height: 64px; }

.graph-wrapper {
  display: inline; }

.widget-url {
  display: block; }

.clock {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  height: 100%; }

.clock-svg {
  flex-grow: 1; }

.time-zone {
  margin: 0 0 .5em;
  white-space: nowrap; }

.local-clock {
  margin: .5em 0 0;
  white-space: nowrap; }

.clock-face {
  fill: #ebebeb; }

.clock-hand {
  fill: #1f2c33; }

.clock-hand-sec {
  fill: #0275b8; }

.clock-lines {
  fill: #acbbc2; }

svg {
  overflow: hidden; }

.sysmap {
  height: 100%;
  width: auto;
  padding: 0 10px;
  text-align: center; }

.sysmap-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: calc(100% - 20px);
  border: 10px solid #ffffff;
  background: #ffffff;
  display: block;
  margin-top: 4px; }
  .sysmap-scroll-container .map-container {
    display: table; }
  .sysmap-scroll-container .flickerfreescreen {
    display: inline-block; }
  .sysmap-scroll-container .table-forms-container, .sysmap-scroll-container .browser-warning-container {
    display: table;
    margin: 0;
    padding: 0;
    border: 0; }

.sysmap-widget-container {
  overflow: hidden;
  height: 100%;
  display: flex; }
  .sysmap-widget-container svg {
    flex-grow: 1; }

.lld-overrides-operations-table,
.confirmation-msg {
  white-space: normal;
  word-break: break-word; }

.overrides-list {
  display: table;
  width: 90%;
  max-width: 738px;
  padding-left: 15px; }
  .overrides-list .overrides-list-item {
    display: table-row; }
    .overrides-list .overrides-list-item .columns-wrapper {
      position: relative; }
    .overrides-list .overrides-list-item .btn-remove {
      position: relative;
      right: -73px;
      top: 3px; }

.overrides-options-list {
  white-space: normal;
  padding: 5px 0 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebeef0; }
  .overrides-options-list > li {
    display: inline-block;
    margin: 2px 7px 2px 0;
    white-space: nowrap;
    vertical-align: middle; }
    .overrides-options-list > li > div {
      position: relative;
      padding: 1px 18px 1px 1px;
      background-color: #768d99;
      border-radius: 2px; }
      .overrides-options-list > li > div > span {
        color: white;
        padding-left: 8px;
        line-height: 22px; }
      .overrides-options-list > li > div > input[type=text] {
        border-style: none;
        line-height: 22px;
        min-height: 22px;
        width: 85px; }
      .overrides-options-list > li > div > .subfilter-disable-btn {
        position: absolute;
        right: 0;
        top: 0;
        min-height: 24px; }
  .overrides-options-list .color-picker .color-picker-preview {
    margin: 1px;
    width: 20px;
    min-height: 20px;
    background-position: -323px -411px; }

.list-accordion-foot > div {
  display: table-cell;
  padding-top: 10px; }

.color-preview-box {
  height: 24px;
  width: 24px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  border: 0;
  border-radius: 0; }

.list-vertical-accordion {
  display: table;
  padding-left: 15px;
  width: calc(100% - 15px); }
  .list-vertical-accordion .list-accordion-item {
    display: table-row; }
    .list-vertical-accordion .list-accordion-item .btn-remove {
      position: relative;
      right: -10px;
      top: 3px; }
  .list-vertical-accordion .list-accordion-item-head {
    position: relative; }
  .list-vertical-accordion .list-accordion-item-head,
  .list-vertical-accordion .list-accordion-item-body {
    padding-bottom: 2px; }
  .list-vertical-accordion .list-accordion-item-closed .multiselect {
    height: 24px;
    overflow: hidden; }
  .list-vertical-accordion .list-accordion-item-closed .list-accordion-item-head {
    margin-bottom: 5px; }
  .list-vertical-accordion .list-accordion-item-closed .list-accordion-item-body {
    display: none; }

.display-none, .table-forms > li.display-none {
  display: none; }

.visibility-hidden {
  visibility: hidden; }

.columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start; }
  .columns-wrapper.columns-nowrap {
    flex-wrap: nowrap; }
  .columns-wrapper.columns-2 > div,
  .columns-wrapper.columns-2 > li {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .columns-wrapper.columns-3 > div,
  .columns-wrapper.columns-3 > li {
    display: block;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .columns-wrapper .column-5 {
    flex: 0 0 5%;
    max-width: 5%; }
  .columns-wrapper .column-10 {
    flex: 0 0 10%;
    max-width: 10%; }
  .columns-wrapper .column-15 {
    flex: 0 0 15%;
    max-width: 15%; }
  .columns-wrapper .column-20 {
    flex: 0 0 20%;
    max-width: 20%; }
  .columns-wrapper .column-33 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .columns-wrapper .column-35 {
    flex: 0 0 35%;
    max-width: 35%; }
  .columns-wrapper .column-40 {
    flex: 0 0 40%;
    max-width: 40%; }
  .columns-wrapper .column-50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .columns-wrapper .column-75 {
    flex: 0 0 75%;
    max-width: 75%; }
  .columns-wrapper .column-90 {
    flex: 0 0 90%;
    max-width: 90%; }
  .columns-wrapper .column-95 {
    flex: 0 0 95%;
    max-width: 95%; }
  .columns-wrapper .column-center {
    display: flex;
    justify-content: center;
    text-align: center; }
  .columns-wrapper .column-middle {
    display: flex;
    align-items: center; }

.preprocessing-list {
  display: block;
  max-width: 930px;
  min-width: 800px;
  position: relative; }
  .preprocessing-list > li {
    display: block;
    position: relative; }
  .preprocessing-list .drag-icon {
    position: absolute;
    left: 0;
    top: 5px; }
  .preprocessing-list .list-numbered-item::before {
    content: counter(line) ":";
    flex: 0 0 15px;
    max-width: 15px;
    line-height: 24px;
    padding-right: 5px; }
  .preprocessing-list input[type=text],
  .preprocessing-list select {
    width: 100%;
    min-width: 0; }
  .preprocessing-list .btn-link:not(:last-of-type) {
    margin-right: 10px; }
  .preprocessing-list .preprocessing-list-head,
  .preprocessing-list .preprocessing-list-foot,
  .preprocessing-list .preprocessing-step,
  .preprocessing-list .on-fail-options,
  .preprocessing-list .step-name,
  .preprocessing-list .step-parameters,
  .preprocessing-list .step-on-fail,
  .preprocessing-list .step-action {
    display: flex;
    align-items: center;
    box-sizing: border-box; }
  .preprocessing-list .step-name,
  .preprocessing-list .step-parameters,
  .preprocessing-list .step-on-fail,
  .preprocessing-list .step-action,
  .preprocessing-list .on-fail-options > label,
  .preprocessing-list .on-fail-options > .radio-segmented {
    padding: 5px 5px 5px 0; }
  .preprocessing-list .step-name {
    flex: 0 0 295px;
    max-width: 295px; }
  .preprocessing-list .step-parameters {
    flex: 1; }
    .preprocessing-list .step-parameters z-select {
      flex: 0 0 auto; }
    .preprocessing-list .step-parameters > input[type=text]:not(:last-child),
    .preprocessing-list .step-parameters z-select:not(:last-child) {
      margin-right: 5px; }
  .preprocessing-list .step-on-fail {
    flex: 0 0 100px;
    max-width: 100px;
    justify-content: center;
    text-align: center; }
  .preprocessing-list .step-action {
    flex: 0 0 120px;
    max-width: 120px;
    padding-right: 0; }
  .preprocessing-list .on-fail-options {
    padding-right: 225px;
    margin-bottom: 5px; }
    .preprocessing-list .on-fail-options > label {
      padding-left: 30px; }
    .preprocessing-list .on-fail-options input[type=text] {
      flex: 1; }
  .preprocessing-list .preprocessing-list-head {
    color: #768d99;
    line-height: 14px; }
    .preprocessing-list .preprocessing-list-head .step-name {
      padding-left: 30px; }
  .preprocessing-list .preprocessing-list-item .step-name {
    padding-left: 10px; }
  .preprocessing-list .preprocessing-list-foot {
    justify-content: space-between; }
    .preprocessing-list .preprocessing-list-foot .step-action {
      height: 24px; }
      .preprocessing-list .preprocessing-list-foot .step-action + .step-action:last-child {
        margin-left: auto;
        justify-self: flex-end; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.navtree .tree {
  width: 100%;
  height: 100%; }
  .navtree .tree .tree-list {
    list-style: none; }
    .navtree .tree .tree-list.root > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 15px; }
    .navtree .tree .tree-list > .tree-item.ui-sortable-helper .content {
      padding-left: 5px; }
    .navtree .tree .tree-list[data-depth="0"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 10px; }
    .navtree .tree .tree-list[data-depth="0"] > .tree-item.ui-sortable-helper {
      margin-left: 10px; }
      .navtree .tree .tree-list[data-depth="0"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="1"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 25px; }
    .navtree .tree .tree-list[data-depth="1"] > .tree-item.ui-sortable-helper {
      margin-left: 25px; }
      .navtree .tree .tree-list[data-depth="1"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="2"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 40px; }
    .navtree .tree .tree-list[data-depth="2"] > .tree-item.ui-sortable-helper {
      margin-left: 40px; }
      .navtree .tree .tree-list[data-depth="2"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="3"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 55px; }
    .navtree .tree .tree-list[data-depth="3"] > .tree-item.ui-sortable-helper {
      margin-left: 55px; }
      .navtree .tree .tree-list[data-depth="3"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="4"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 70px; }
    .navtree .tree .tree-list[data-depth="4"] > .tree-item.ui-sortable-helper {
      margin-left: 70px; }
      .navtree .tree .tree-list[data-depth="4"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="5"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 85px; }
    .navtree .tree .tree-list[data-depth="5"] > .tree-item.ui-sortable-helper {
      margin-left: 85px; }
      .navtree .tree .tree-list[data-depth="5"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="6"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 100px; }
    .navtree .tree .tree-list[data-depth="6"] > .tree-item.ui-sortable-helper {
      margin-left: 100px; }
      .navtree .tree .tree-list[data-depth="6"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="7"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 115px; }
    .navtree .tree .tree-list[data-depth="7"] > .tree-item.ui-sortable-helper {
      margin-left: 115px; }
      .navtree .tree .tree-list[data-depth="7"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="8"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 130px; }
    .navtree .tree .tree-list[data-depth="8"] > .tree-item.ui-sortable-helper {
      margin-left: 130px; }
      .navtree .tree .tree-list[data-depth="8"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="9"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 145px; }
    .navtree .tree .tree-list[data-depth="9"] > .tree-item.ui-sortable-helper {
      margin-left: 145px; }
      .navtree .tree .tree-list[data-depth="9"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth="10"] > .tree-item > .tree-row > .content > .margin-lvl {
      flex: 0 0 160px; }
    .navtree .tree .tree-list[data-depth="10"] > .tree-item.ui-sortable-helper {
      margin-left: 160px; }
      .navtree .tree .tree-list[data-depth="10"] > .tree-item.ui-sortable-helper > .tree-row > .content > .margin-lvl {
        display: none; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper > .tree-row > .content > .margin-lvl {
      flex: 0 0 15px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 30px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 45px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 60px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 75px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 90px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 105px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 120px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 135px; }
    .navtree .tree .tree-list[data-depth] .ui-sortable-helper .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list .tree-list > li > .tree-row > .content > .margin-lvl {
      flex: 0 0 150px; }
  .navtree .tree .tree-item > .tree-row {
    width: 100%;
    min-width: 320px;
    border-bottom: 1px solid #ebeef0;
    padding: 8px 0; }
    .navtree .tree .tree-item > .tree-row:hover {
      background-color: #e8f5ff; }
    .navtree .tree .tree-item > .tree-row > .problem-icon-list {
      float: right;
      padding-left: 10px;
      margin-right: 10px; }
    .navtree .tree .tree-item > .tree-row > .tools {
      float: right;
      position: relative;
      padding-left: 10px;
      margin-right: 10px;
      display: flex;
      width: 85px; }
      .navtree .tree .tree-item > .tree-row > .tools .btn-add:focus,
      .navtree .tree .tree-item > .tree-row > .tools .btn-edit:focus,
      .navtree .tree .tree-item > .tree-row > .tools .btn-import:focus,
      .navtree .tree .tree-item > .tree-row > .tools .btn-remove:focus {
        box-shadow: none; }
    .navtree .tree .tree-item > .tree-row > .content {
      display: flex;
      height: 20px;
      align-items: center; }
      .navtree .tree .tree-item > .tree-row > .content > .arrow {
        flex: 0 0 15px;
        text-align: center;
        margin: 2px 2px 0 -5px; }
        .navtree .tree .tree-item > .tree-row > .content > .arrow > .treeview {
          display: none; }
      .navtree .tree .tree-item > .tree-row > .content > .drag-icon {
        min-width: 24px; }
      .navtree .tree .tree-item > .tree-row > .content > .item-name {
        flex: 0 1 auto;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 5px;
        text-overflow: ellipsis;
        line-height: 1.5; }
  .navtree .tree .tree-item.is-parent > .tree-row > .content > .arrow > .treeview {
    display: block; }
  .navtree .tree .tree-item.no-map > .tree-row > .content > .item-name, .navtree .tree .tree-item.inaccessible > .tree-row > .content > .item-name {
    color: #acbbc2; }
  .navtree .tree .tree-item.ui-sortable-helper {
    background: #ffffff;
    border-color: #dfe4e7;
    border-width: 1px;
    border-style: solid; }
    .navtree .tree .tree-item.ui-sortable-helper .tools {
      display: none; }
  .navtree .tree .tree-item.opened > ul {
    display: block; }
  .navtree .tree .tree-item.closed > ul {
    display: none; }
  .navtree .tree .tree-item .sortable-error {
    border-color: transparent;
    background: rgba(227, 55, 52, 0.2); }
  .navtree .tree .highlighted-parent > .tree-row {
    background: #f7f8f9; }
  .navtree .tree .placeholder {
    background-color: #ebeef0;
    animation: fadein .5s; }

.problem-icon-link,
.problem-icon-list {
  display: inline-flex;
  margin: 1px 0; }
  .problem-icon-link .problem-icon-list-item,
  .problem-icon-list .problem-icon-list-item {
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 5px 2px; }

.problem-icon-link {
  overflow: hidden;
  border-radius: 3px; }
  .problem-icon-link:link, .problem-icon-link:hover, .problem-icon-link:focus {
    border-bottom: none; }
  .problem-icon-link:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }

.problem-icon-list .problem-icon-list-item {
  border-radius: 3px; }
  .problem-icon-list .problem-icon-list-item:not(:last-of-type) {
    margin-right: 5px; }

.icon-action-command,
.icon-action-close,
.icon-action-msg,
.icon-action-msgs,
.icon-action-severity-up,
.icon-action-severity-down,
.icon-action-severity-changed,
.icon-action-message,
.icon-action-ack,
.icon-action-unack,
.icon-invisible,
.icon-problem-generated,
.icon-problem-recovery,
.icon-actions-number-gray,
.icon-actions-number-yellow,
.icon-actions-number-red,
.icon-description,
.icon-user,
.icon-user-group {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  margin: 0 5px 0 0;
  top: 0;
  bottom: 0;
  vertical-align: bottom; }
  .icon-action-command::before,
  .icon-action-close::before,
  .icon-action-msg::before,
  .icon-action-msgs::before,
  .icon-action-severity-up::before,
  .icon-action-severity-down::before,
  .icon-action-severity-changed::before,
  .icon-action-message::before,
  .icon-action-ack::before,
  .icon-action-unack::before,
  .icon-invisible::before,
  .icon-problem-generated::before,
  .icon-problem-recovery::before,
  .icon-actions-number-gray::before,
  .icon-actions-number-yellow::before,
  .icon-actions-number-red::before,
  .icon-description::before,
  .icon-user::before,
  .icon-user-group::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("../img/icon-sprite.svg?20211222");
    background-repeat: no-repeat; }

a.icon-invisible:link, a.icon-invisible:hover, a.icon-invisible:focus {
  border-bottom: none; }
a.icon-invisible:focus {
  box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35);
  border-radius: 2px; }

button.icon-action-command, button.icon-action-close, button.icon-action-msg, button.icon-action-msgs, button.icon-action-severity-up, button.icon-action-severity-down, button.icon-action-severity-changed, button.icon-action-message, button.icon-action-ack, button.icon-problem-generated, button.icon-problem-recovery, button.icon-actions-number-gray, button.icon-actions-number-yellow, button.icon-actions-number-red {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
  min-height: 0px; }
  button.icon-action-command::after, button.icon-action-close::after, button.icon-action-msg::after, button.icon-action-msgs::after, button.icon-action-severity-up::after, button.icon-action-severity-down::after, button.icon-action-severity-changed::after, button.icon-action-message::after, button.icon-action-ack::after, button.icon-problem-generated::after, button.icon-problem-recovery::after, button.icon-actions-number-gray::after, button.icon-actions-number-yellow::after, button.icon-actions-number-red::after {
    left: 0px;
    top: 4px; }

[data-count][class*='icon-']::after,
.icon-description::after {
  position: absolute;
  top: -2px;
  content: attr(data-count);
  text-align: center;
  font-size: 9px;
  letter-spacing: -.25px;
  line-height: 18px;
  width: 18px; }

.icon-action-command::before {
  background-position: -249px -245px; }

.icon-action-close::before {
  background-position: -224px -245px; }

.icon-action-msg::before {
  background-position: -299px -245px; }

.icon-action-severity-up::before {
  background-position: -349px -245px; }

.icon-action-severity-down::before {
  background-position: -374px -245px; }

.icon-action-severity-changed::before {
  background-position: -399px -245px; }

.icon-action-message::before {
  background-position: -199px -245px; }

.icon-action-ack::before {
  background-position: -323px -245px; }

.icon-action-unack::before {
  background-position: -173px -245px; }

.icon-invisible::before {
  background-position: -89px -803px; }

.icon-problem-generated::before {
  background-position: -449px -245px; }

.icon-problem-recovery::before {
  background-position: -424px -245px; }

.icon-action-msgs[data-count]::after {
  color: #ffffff; }
.icon-action-msgs::before {
  background-position: -474px -245px; }

.icon-actions-number-gray[data-count]::after {
  color: #1f2c33; }
.icon-actions-number-gray::before {
  background-position: -499px -245px; }

.icon-actions-number-yellow[data-count]::after {
  color: #1f2c33; }
.icon-actions-number-yellow::before {
  background-position: -549px -245px; }

.icon-actions-number-red[data-count]::after {
  color: #1f2c33; }
.icon-actions-number-red::before {
  background-position: -524px -245px; }

.icon-description {
  margin: 0 0 -5px 5px;
  vertical-align: baseline;
  border-radius: 2px; }
  .icon-description:link, .icon-description:hover, .icon-description:focus {
    border-bottom: none; }
  .icon-description:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }
  .icon-description::after {
    content: '?';
    color: #ffffff; }
  .icon-description::before {
    background-position: -474px -245px; }

.icon-user,
.icon-user-group {
  height: 16px;
  width: 16px;
  vertical-align: top; }
  .icon-user::before,
  .icon-user-group::before {
    height: inherit;
    width: inherit; }

.icon-user::before {
  background-position: -339px -46px; }

.icon-user-group::before {
  background-position: -339px -8px; }

.icon-help-hint {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  background-color: #768d99;
  position: relative;
  line-height: 1.4; }
  .icon-help-hint::after {
    content: '?';
    position: relative;
    top: -2px;
    left: -4px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff; }
  .icon-help-hint:link, .icon-help-hint:hover, .icon-help-hint:focus {
    border-bottom: none; }
  .icon-help-hint:focus {
    box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); }

#expressions_list .ui-sortable-helper {
  display: table; }

.range-control {
  position: relative;
  display: inline-flex; }
  .range-control input[type=range] {
    width: calc(100% + 10px);
    height: 20px;
    margin: 2px -5px;
    padding: 0;
    vertical-align: top;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    -moz-appearance: none;
    /* Hides the slider so that custom slider can be made */
    /* Special styling for WebKit/Blink */ }
    .range-control input[type=range]:focus {
      outline: none; }
    .range-control input[type=range]::-webkit-slider-thumb, .range-control input[type=range]::-moz-range-thumb {
      height: 10px;
      width: 10px;
      margin-top: 1px;
      /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
      opacity: 0; }
    .range-control input[type=range]::-webkit-slider-runnable-track {
      height: 10px;
      opacity: 0; }
  .range-control input[type=text] {
    width: 31px; }
  .range-control > div {
    position: relative;
    width: calc(100% - 10px - 31px);
    margin-right: 10px; }
  .range-control .range-control-track,
  .range-control .range-control-progress {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    margin-top: -1px;
    cursor: pointer; }
  .range-control .range-control-track {
    width: 100%;
    background: #c0c0c0; }
  .range-control .range-control-progress {
    background: #0275b8; }
  .range-control .range-control-thumb {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    background: #0275b8;
    border-radius: 50%; }
  .range-control.range-control-focus .range-control-thumb {
    margin-top: -6.66667px;
    margin-left: -6.66667px;
    background: #0275b8;
    border: 2px solid #0395ea; }
  .range-control.range-control-focus .range-control-progress {
    background: #0275b8; }
  .range-control.disabled {
    opacity: 1; }
    .range-control.disabled input[type=range] {
      cursor: default; }
    .range-control.disabled .range-control-progress,
    .range-control.disabled .range-control-thumb {
      background: #c0c0c0; }
  .range-control datalist {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    margin-top: -1px; }
    .range-control datalist option {
      flex: 1 0 0;
      height: 2px;
      padding: 0;
      font-size: 0;
      border-left: 1px solid #ebeef0; }

.graph-legend {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.graph-widget-config-tabs {
  padding: 10px 0; }
  .graph-widget-config-tabs > .tabs-nav {
    padding-left: calc(15% + 10px);
    margin-right: 0;
    margin-left: 0; }
  .graph-widget-config-tabs .ui-tabs-nav {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 3; }

.inline-sr-only {
  font-size: 0; }

.preprocessing-test-results td {
  vertical-align: top !important; }
.preprocessing-test-results .rel-container {
  top: 4px;
  margin-left: 3px; }

#preprocessing-test-form .table-forms-separator {
  margin-top: -2px; }

.totals-list:not(.list-table) {
  display: flex;
  height: 100%; }
.totals-list > div {
  flex: 1;
  align-items: center;
  display: flex;
  line-height: 18px;
  overflow: hidden;
  padding: 0 10px;
  position: relative; }
.totals-list .count {
  font-size: 16px; }
.totals-list.totals-list-horizontal > div {
  flex-direction: column;
  justify-content: center;
  min-width: 55px;
  text-align: center; }
.totals-list.totals-list-vertical {
  flex-direction: column; }
  .totals-list.totals-list-vertical > div {
    min-height: 21px;
    padding-top: 3px; }
  .totals-list.totals-list-vertical .count {
    margin-right: 5px; }

.host-avail-widget td:not(:first-child) {
  border-left: 1px dotted #ebeef0; }
.host-avail-widget .host-avail-true {
  background: #86cc89; }
.host-avail-widget .host-avail-false {
  background: #e45959; }
.host-avail-widget .host-avail-unknown {
  background: #97aab3; }
.host-avail-widget .host-avail-total {
  background: transparent; }

.macro-input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%; }
  .macro-input-group * {
    box-sizing: border-box; }
  .macro-input-group input,
  .macro-input-group textarea {
    flex: 1;
    border-right: 0; }
    .macro-input-group input:focus + .btn-undo, .macro-input-group input:active + .btn-undo,
    .macro-input-group textarea:focus + .btn-undo,
    .macro-input-group textarea:active + .btn-undo {
      border-top-color: #02659f;
      border-bottom-color: #02659f; }
  .macro-input-group button {
    position: relative; }
    .macro-input-group button.btn-change {
      border-radius: 0; }
      .macro-input-group button.btn-change:disabled {
        display: none; }
    .macro-input-group button.btn-undo {
      display: none;
      width: 24px;
      border-left: 0;
      border-right: 0;
      border-top: 1px solid #acbbc2;
      border-bottom: 1px solid #acbbc2;
      border-radius: 0;
      background-color: #ffffff;
      transition: border-color .2s ease-out, box-shadow .2s ease-out; }
      .macro-input-group button.btn-undo::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 22px;
        height: 22px;
        content: '';
        background: url("../img/icon-sprite.svg?20211222") no-repeat -119px -474px; }
      .macro-input-group button.btn-undo.is-focused {
        border-top: 1px solid #02659f;
        border-bottom: 1px solid #02659f; }
      .macro-input-group button.btn-undo:hover, .macro-input-group button.btn-undo:focus, .macro-input-group button.btn-undo:active {
        border-top: 1px solid #02659f;
        border-bottom: 1px solid #02659f;
        color: #ffffff;
        background-color: #02659f;
        border-color: #02659f; }
        .macro-input-group button.btn-undo:hover::before, .macro-input-group button.btn-undo:focus::before, .macro-input-group button.btn-undo:active::before {
          background-position: -431px -474px; }
    .macro-input-group button.btn-dropdown-toggle {
      border-color: #02659f;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-secret {
  position: relative;
  display: flex;
  flex: 1; }
  .input-secret input {
    flex: 1; }
  .input-secret button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
    .input-secret button:enabled:hover, .input-secret button:enabled:focus, .input-secret button:enabled:active {
      opacity: 1;
      animation: fadein .2s; }

.btn-dropdown-container {
  display: flex; }

.icon-text::before {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -87px -474px; }
.icon-text:not(.highlighted):enabled:hover::before, .icon-text:not(.highlighted):enabled:focus::before, .icon-text:not(.highlighted):enabled:active::before, .icon-text:not(.highlighted):enabled[aria-expanded="true"]::before {
  background-position: -399px -474px; }

.icon-secret::before {
  background: url("../img/icon-sprite.svg?20211222") no-repeat -87px -510px; }
.icon-secret:not(.highlighted):enabled:hover::before, .icon-secret:not(.highlighted):enabled:focus::before, .icon-secret:not(.highlighted):enabled:active::before, .icon-secret:not(.highlighted):enabled[aria-expanded="true"]::before {
  background-position: -399px -510px; }

.icon-invisible.menu-popup-item,
.icon-invisible.btn-dropdown-toggle {
  width: 100%; }
  .icon-invisible.menu-popup-item::before,
  .icon-invisible.btn-dropdown-toggle::before {
    background: url("../img/icon-sprite.svg?20211222") no-repeat -87px -800px; }
  .icon-invisible.menu-popup-item:not(.highlighted):enabled:hover::before, .icon-invisible.menu-popup-item:not(.highlighted):enabled:focus::before, .icon-invisible.menu-popup-item:not(.highlighted):enabled:active::before, .icon-invisible.menu-popup-item:not(.highlighted):enabled[aria-expanded="true"]::before,
  .icon-invisible.btn-dropdown-toggle:not(.highlighted):enabled:hover::before,
  .icon-invisible.btn-dropdown-toggle:not(.highlighted):enabled:focus::before,
  .icon-invisible.btn-dropdown-toggle:not(.highlighted):enabled:active::before,
  .icon-invisible.btn-dropdown-toggle:not(.highlighted):enabled[aria-expanded="true"]::before {
    background-position: -399px -800px; }

.icon-invisible.btn-dropdown-toggle {
  margin: 0; }

.btn-split {
  display: inline-block;
  position: relative;
  margin-right: 10px; }
  .btn-split li {
    display: inline-block; }
    .btn-split li button {
      margin: 0 -1px 0 0;
      border-radius: 0; }
    .btn-split li:first-child button {
      border-radius: 2px 0 0 2px; }
    .btn-split li:last-child button {
      border-radius: 0 2px 2px 0; }
    .btn-split li:only-child button {
      border-radius: 2px; }

.btn-toggle-chevron {
  position: relative; }
  .btn-toggle-chevron[aria-expanded="true"] {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
  .btn-toggle-chevron::after {
    content: '';
    position: absolute;
    right: 8px;
    top: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-top: 1px solid #0275b8;
    border-right: 1px solid #0275b8;
    transform: rotate(135deg) translate(-1px, 1px);
    transition: transform .3s; }
  .btn-toggle-chevron[disabled]::after {
    border-top-color: #acbbc2;
    border-right-color: #acbbc2; }
  .btn-toggle-chevron:enabled:active::after, .btn-toggle-chevron:enabled[aria-expanded="true"]::after {
    transform: rotate(315deg) translate(-1px, 1px); }
  .btn-toggle-chevron:enabled:hover::after, .btn-toggle-chevron:enabled:focus::after, .btn-toggle-chevron:enabled:active::after, .btn-toggle-chevron:enabled[aria-expanded="true"]::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff; }

.btn-dropdown-toggle {
  white-space: nowrap;
  overflow: hidden; }
  .btn-dropdown-toggle[class*='icon-'] {
    padding-left: 22px; }
    .btn-dropdown-toggle[class*='icon-']::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 22px;
      height: 22px;
      content: ''; }
    .btn-dropdown-toggle[class*='icon-']::after {
      top: 6px;
      right: 2px; }
  .btn-dropdown-toggle:not(:empty) {
    padding-right: 22px; }
  .btn-dropdown-toggle::after {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 10px;
    height: 10px;
    content: '';
    background: url("../img/icon-sprite.svg?20211222") no-repeat -547px -431px; }
  .btn-dropdown-toggle:enabled:hover::after, .btn-dropdown-toggle:enabled:focus::after, .btn-dropdown-toggle:enabled:active::after {
    background-position: -604px -431px; }
  .btn-dropdown-toggle[aria-expanded="true"] {
    color: #ffffff;
    background-color: #02659f;
    border-color: #02659f; }
    .btn-dropdown-toggle[aria-expanded="true"]::after {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -604px -503px; }
    .btn-dropdown-toggle[aria-expanded="true"]:hover::after, .btn-dropdown-toggle[aria-expanded="true"]:focus::after, .btn-dropdown-toggle[aria-expanded="true"]:active::after {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -604px -503px; }

.checkbox-block {
  margin: 10px 0; }

#tbl_macros.massupdate-remove th,
#tbl_macros.massupdate-remove td {
  display: none; }
#tbl_macros.massupdate-remove th:nth-child(1),
#tbl_macros.massupdate-remove td:nth-child(1),
#tbl_macros.massupdate-remove td.nowrap {
  display: table-cell; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* for IE11 only. Fixed cell height if table has 100% height */
  .host-avail-widget td {
    height: 100%; } }
.table-forms-td-right .interfaces {
  margin-top: 5px; }

.interfaces {
  display: grid;
  grid-template-columns: 26px repeat(7, max-content);
  margin-bottom: 5px;
  line-height: 24px; }
  .interfaces .interface-container {
    display: contents; }
    .interfaces .interface-container.interface-container-header .interface-cell {
      padding: 0 5px 0 0;
      color: #768d99; }
    .interfaces .interface-container.interface-container-header .interface-cell-action {
      grid-column: span 2; }
    .interfaces .interface-container:not(.interface-container-header):not(:empty) ~ .interface-container:not(:empty) :first-child .interface-cell:not(.interface-cell-details) {
      padding-top: 10px;
      margin-top: 5px;
      border-top: 1px solid #acbbc2; }
  .interfaces .interface-row {
    display: contents; }
    .interfaces .interface-row[data-type="2"] .interface-btn-toggle {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -690px; }
    .interfaces .interface-row[data-type="2"] .list-accordion-item-body {
      display: none;
      padding-top: 0; }
    .interfaces .interface-row[data-type="2"].list-accordion-item-opened .interface-btn-toggle {
      background: url("../img/icon-sprite.svg?20211222") no-repeat -6px -655px; }
    .interfaces .interface-row[data-type="2"].list-accordion-item-opened .list-accordion-item-body {
      display: block; }
  .interfaces .interface-cell {
    padding: 5px 5px 5px 0; }
    .interfaces .interface-cell.interface-cell-details {
      display: none;
      grid-column: 1 / -1; }
  .interfaces .interface-btn-toggle {
    display: none;
    vertical-align: top; }
  .interfaces .no-interface {
    grid-column: 1 / -1;
    color: #768d99; }

.debug-modal.overlay-dialogue.modal .overlay-dialogue-body {
  overflow-x: auto; }
  .debug-modal.overlay-dialogue.modal .overlay-dialogue-body::-webkit-scrollbar {
    height: 9px; }
.debug-modal .logitems pre {
  white-space: nowrap; }
.debug-modal .logtotalms {
  color: #768d99;
  float: left;
  line-height: 24px; }

#itemsTable .table-col-handle {
  width: 10px; }
#itemsTable .table-col-no {
  width: 20px; }
#itemsTable .table-col-name-normal {
  width: 285px; }
#itemsTable .table-col-name {
  width: 365px; }
#itemsTable .table-col-type {
  width: 85px; }
#itemsTable .table-col-function {
  width: 85px; }
#itemsTable .table-col-draw-style {
  width: 85px; }
#itemsTable .table-col-y-axis-side {
  width: 85px; }
#itemsTable .table-col-color {
  width: 55px; }
#itemsTable .table-col-action {
  width: 55px; }

z-select.z-select-host-interface .description:not(:empty),
.z-select.z-select-host-interface .description:not(:empty) {
  display: block;
  margin-top: 5px;
  color: #9d9d9d; }
z-select.z-select-host-interface[disabled] .description:not(:empty),
z-select.z-select-host-interface li[disabled] .description:not(:empty),
.z-select.z-select-host-interface[disabled] .description:not(:empty),
.z-select.z-select-host-interface li[disabled] .description:not(:empty) {
  color: #acbbc2; }

.multiselect-description-container {
  display: flex;
  align-items: center; }
  .multiselect-description-container > .multiselect-control {
    margin-right: 5px; }

.rules-status-container > span {
  text-transform: none;
  margin: 3px 3px 3px 0; }
  .rules-status-container > span:last-of-type {
    margin-right: 0; }
.rules-status-container > .status-green:not(:last-of-type) {
  border-right: 1px solid #2f9f5e; }
.rules-status-container > .status-grey:not(:last-of-type) {
  border-right: 1px solid #ccd5d9; }

.input-section-header {
  padding-top: 10px; }

.modal-popup-preprocessing .preprocessing-list .step-name {
  flex: 0 0 180px; }
.modal-popup-preprocessing .preprocessing-list {
  min-width: unset;
  max-width: unset; }

.modal-popup-medium .table-forms-container, .modal-popup-medium .browser-warning-container,
.modal-popup-large .table-forms-container,
.modal-popup-large .browser-warning-container,
.modal-popup-static .table-forms-container,
.modal-popup-static .browser-warning-container,
.modal-popup-preprocessing .table-forms-container,
.modal-popup-preprocessing .browser-warning-container {
  border: none; }
.modal-popup-medium .ui-tabs-nav,
.modal-popup-large .ui-tabs-nav,
.modal-popup-static .ui-tabs-nav,
.modal-popup-preprocessing .ui-tabs-nav {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 3; }
.modal-popup-medium .textarea-flexible,
.modal-popup-large .textarea-flexible,
.modal-popup-static .textarea-flexible,
.modal-popup-preprocessing .textarea-flexible {
  max-height: 200px;
  overflow-y: auto; }

.global-macro-table .table-col-value,
.global-macro-table .table-col-template-value,
.host-macros-table .table-col-value,
.host-macros-table .table-col-template-value {
  width: 300px; }

.inherited-macros-table .table-col-value,
.inherited-macros-table .table-col-parent-value,
.inherited-macros-table .table-col-template-value,
.inherited-macros-table .table-col-global-value {
  width: 300px; }

.active-readonly[readonly] {
  color: #1f2c33;
  background-color: #ffffff !important;
  border-color: #acbbc2; }

.valuemap-list-table tbody td {
  border-bottom: 1px solid #ebeef0; }
.valuemap-list-table tbody tr:first-child td {
  border-top: 1px solid #ebeef0; }

.mappings-table {
  display: grid;
  grid-template-columns: auto auto minmax(auto, 100%); }
  .mappings-table > div {
    text-align: left; }
  .mappings-table > div:nth-child(3n + 2) {
    text-align: center;
    padding: 0 10px; }

.valuemap-checkbox {
  margin-top: 10px; }

.overlay-dialogue .valuemap-list-table td {
  vertical-align: top; }

.subscriptions-table th {
  color: #768d99; }

.import-compare {
  display: flex;
  max-height: calc(100vh - 220px); }
  .import-compare .toc {
    flex: 20%;
    overflow-y: auto;
    overflow-x: hidden; }
  .import-compare .diff {
    flex: 80%;
    margin-left: 5px;
    overflow: auto;
    border: 1px dashed #acbbc2; }

.list-dashed li {
  margin-left: 1em; }
  .list-dashed li::before {
    content: '\2013';
    float: left;
    margin-left: -1em; }

.overlay-dialogue #host-form #tagsFormList .table-forms-td-left,
.overlay-dialogue #host-form #macrosFormList .table-forms-td-left,
.overlay-dialogue #host-form #valuemap-formlist .table-forms-td-left {
  display: none; }
.overlay-dialogue #host-form #tagsFormList .table-forms-td-right,
.overlay-dialogue #host-form #macrosFormList .table-forms-td-right,
.overlay-dialogue #host-form #valuemap-formlist .table-forms-td-right {
  width: 100%; }

.linked-templates > .table-forms {
  margin-bottom: 5px;
  line-height: 24px; }
  .linked-templates > .table-forms td, .linked-templates > .table-forms th {
    padding: 0 5px 0 0; }
    .linked-templates > .table-forms td:last-child, .linked-templates > .table-forms th:last-child {
      width: 0;
      padding-right: 0; }

.audit-details-popup-wrapper {
  margin: 5px 10px; }
  .audit-details-popup-wrapper .audit-details-popup-textarea {
    width: 100%;
    height: 135px; }

.audit-details-wrapper {
  display: flex;
  justify-content: space-between; }
  .audit-details-wrapper .audit-show-details-btn-wrapper {
    margin: 0 5px 0 5px; }

.geomap-filter-button,
.navigate-home-button {
  background-image: url("../img/icon-sprite.svg?20211222");
  background-repeat: no-repeat; }

.geomap-filter-button {
  background-position: -243px -543px !important; }

.navigate-home-button {
  background-position: -117px -506px !important; }

.geomap-filter {
  border: 1px solid #ccd5d9;
  background-color: #ffffff;
  padding: 5px 20px 5px 10px;
  position: absolute;
  margin-right: -2px;
  margin-top: 5px;
  display: none;
  right: 0; }

.geomap-filter.collapsed {
  display: block; }

.geomap-filter li {
  width: calc(100% + 20px); }

.geomap-filter label {
  white-space: nowrap; }

.marker-cluster {
  background: none; }

.marker-cluster div {
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  height: 30px;
  width: 30px; }

.leaflet-marker-icon:focus {
  box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35);
  border-radius: 2px;
  outline: none; }

.marker-cluster span {
  line-height: 30px; }

.leaflet-control.disabled {
  background-color: #ffffff;
  opacity: 1; }
  .leaflet-control.disabled .geomap-filter-button {
    cursor: default;
    opacity: .4; }

.leaflet-container {
  height: 100%;
  z-index: 1; }
