.sidebar .server-name, .list-table .action-container .label, .list-table.compact-view .action-container .link-action, .dashbrd-grid-widget-head h4, .dashbrd-grid-iterator-head h4, .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, .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, .table-forms .tfoot-buttons, 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; }

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; }

.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; }

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.layout-kioskmode main {
    transition: margin-top .3s; }
  .wrapper.layout-kioskmode.kiosk-slide-lines-1 main {
    margin-top: 2rem; }
  .wrapper.layout-kioskmode.kiosk-slide-lines-2 main {
    margin-top: 4rem; }
  .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; }

footer {
  margin-top: auto; }

output {
  display: block; }

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 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 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?20200407") 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?20200407") 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-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?20200407") 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; }

.icon-dashboard::before, .icon-problems::before, .icon-monitoring::before, .icon-inventory::before, .icon-reports::before, .icon-configuration::before, .icon-administration::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/icon-sprite.svg?20200407") 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-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 > li.has-submenu > a::after {
    content: '';
    position: absolute;
    top: 19px;
    right: 14px;
    width: 6px;
    height: 4px;
    background: url("../img/icon-sprite.svg?20200407") no-repeat -606px -434px;
    transform: rotate(0deg);
    opacity: 0.75;
    transition: transform 0.3s, opacity 0.3s; }
  .menu-main > li.has-submenu > a:hover::after, .menu-main > li.has-submenu > a:focus::after {
    background-position: -606px -434px;
    opacity: 1; }
  .menu-main > li.has-submenu.is-expanded > a::after {
    background-position: -606px -434px;
    transform: rotate(-180deg); }
  .menu-main > li.has-submenu.is-expanded > a::before, .menu-main > li.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;
  transform: translate3d(0, 0, 0); }
  .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 12px 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; }

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

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

.icon-share::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; }

.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; }

.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; }
  .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: #ffffff; }
  .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?20200407") 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 li {
      margin-left: 1em; }
      .msg-details ul li::before {
        content: '\2013';
        float: left;
        margin-left: -1em; }
      .msg-details ul li:only-child {
        margin-left: 0; }
    .msg-details ul.msg-details-border {
      padding-top: .5em;
      margin: 8px 0 0;
      border-top-width: 1px;
      border-top-style: dashed; }

.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; }

z-select,
.z-select {
  display: inline-grid; }
  z-select:focus,
  .z-select:focus {
    outline: none; }
  z-select button.focusable,
  .z-select button.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 button.focusable::after,
    .z-select button.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 button.focusable:active, z-select button.focusable:hover, z-select button.focusable:focus,
    .z-select button.focusable:active,
    .z-select button.focusable:hover,
    .z-select button.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;
    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;
      padding: 5px;
      line-height: normal;
      color: #1f2c33;
      text-overflow: ellipsis;
      word-break: break-word;
      white-space: pre-wrap;
      user-select: none; }
      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 {
      margin: 5px -5px -5px; }
      z-select .list > li > ul li,
      .z-select .list > li > ul li {
        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] button,
  .z-select[disabled] button {
    pointer-events: none; }
  z-select[readonly] button,
  .z-select[readonly] button {
    color: #1f2c33 !important; }
    z-select[readonly] button:focus,
    .z-select[readonly] button:focus {
      border-color: #02659f; }

.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?20200407") no-repeat 0 -864px; }

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

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

.object-group {
  min-height: 24px;
  line-height: 24px;
  padding: 10px 0 6px;
  position: relative;
  vertical-align: top; }

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

.object-group {
  margin-bottom: -1px; }
  .object-group > li {
    float: left;
    margin-right: 5px; }
  .object-group li span {
    display: inline-block;
    padding: 0 7px; }
  .object-group li .status-container,
  .object-group li .rel-container {
    margin: 0 5px 0 0; }
    .object-group li .status-container span,
    .object-group li .rel-container span {
      padding: 2px 3px 1px; }
  .object-group li .rel-container {
    margin: 0; }
  .object-group .selected {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #dfe4e7; }
  .object-group .arrow-right {
    border-left-color: #1f2c33; }
  .object-group button {
    line-height: 22px; }
  .object-group .btn-link, .object-group .interface-container .interface-row .interface-cell .interface-btn-toggle, .interface-container .interface-row .interface-cell .object-group .interface-btn-toggle {
    line-height: 14px; }

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

.filter-breadcrumb {
  display: inline-block;
  padding-top: 0;
  z-index: 3;
  max-width: calc(100vw - 200px); }
  .filter-breadcrumb li {
    line-height: 14px;
    vertical-align: top;
    float: none;
    margin-right: 5px;
    display: inline-block; }
    .filter-breadcrumb li .status-container {
      padding-top: 3px; }
    .filter-breadcrumb li > span {
      display: inline-block;
      height: 18px;
      padding: 4px 7px 0;
      line-height: 14px; }
      .filter-breadcrumb li > span a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        margin-bottom: -1px; }
        .filter-breadcrumb li > span a:focus {
          margin-bottom: -2px; }
  .filter-breadcrumb > li {
    padding: 1px 0;
    line-height: 22px;
    white-space: nowrap; }
    .filter-breadcrumb > li .status-container {
      line-height: 14px; }
    .filter-breadcrumb > li > span a {
      margin-top: 1px;
      line-height: 13px; }
  .filter-breadcrumb + .filter-space {
    margin-top: -29px; }

form.is-loading {
  position: relative; }

.list-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: separate;
  border: 1px solid #dfe4e7; }
  .list-table .action-container {
    display: flex;
    width: 100%; }
    .list-table .action-container .separator {
      margin-right: 4px; }
    .list-table .action-container [class*='icon-'] {
      flex-shrink: 0; }
  .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 {
      background-color: rgba(31, 44, 51, 0.5); }
    .list-table.compact-view tr[class*='flh-']:not(.row-selected):not(:hover) td .icon-wzrd-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-wzrd-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);
    color: #1f2c33;
    height: 22px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap; }
    .list-table.compact-view td [class*='icon-'] {
      vertical-align: middle; }
      .list-table.compact-view td [class*='icon-']::after {
        margin: 0;
        line-height: 14px; }
      .list-table.compact-view td [class*='icon-']:last-of-type {
        margin-right: 0; }
    .list-table.compact-view td [class*='icon-depend-'] {
      width: 12px;
      margin-right: 0; }
    .list-table.compact-view td .rel-container span {
      margin: 0; }
    .list-table.compact-view td .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 {
          max-width: 71px; } }
      @media screen and (min-width: 1400px) {
        .list-table.compact-view td .tag {
          max-width: 102px; } }
      @media screen and (min-width: 1600px) {
        .list-table.compact-view td .tag {
          max-width: 133px; } }
    .list-table.compact-view td .icon-maint {
      position: relative;
      display: inline-block;
      height: 12px;
      width: 12px;
      margin: 3px 1px 2px 2px !important; }
      .list-table.compact-view td .icon-maint::before {
        height: 12px;
        width: 12px;
        background-position: -48px -804px; }
    .list-table.compact-view td .icon-wzrd-action {
      background: url("../img/icon-sprite.svg?20200407") 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.compact-view .action-container {
    height: 18px;
    line-height: 18px; }
    .list-table.compact-view .action-container .rel-container {
      display: flex; }
    .list-table.compact-view .action-container .link-action {
      height: 16px;
      min-width: 1em; }
    .list-table.compact-view .action-container .separator {
      flex-shrink: 0; }
  .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 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 {
    text-align: left; }
  .list-table .vertical_rotation_inner {
    transform: rotate(270deg);
    white-space: nowrap; }
  .list-table .list-table-footer {
    border-bottom: 0;
    color: #768d99;
    text-align: right; }
  .list-table .latest-values,
  .list-table .opdata {
    max-width: 300px; }

.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:last-child .dashbrd-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 {
  word-break: break-all; }

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

.overflow-table {
  overflow-x: auto;
  position: relative; }

.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 {
  background-color: #ffffff;
  border: 1px solid #dfe4e7;
  margin: 0 0 10px;
  padding: 10px 0;
  position: relative; }
  .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; }

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

.subfilter {
  margin-right: 10px; }

.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-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 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; }
  .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 .table-forms-td-left {
    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-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: 0 11px 0 0;
        vertical-align: middle; }
      .table-forms .table-forms-td-right td .drag-icon {
        position: absolute;
        top: 5px;
        margin-right: 5px; }
      .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 .wrap-multiple-controls {
      display: flex; }
    .table-forms .table-forms-td-right .table-forms-separator .radio-segmented + .multiselect-wrapper {
      margin-top: 5px; }
  .table-forms .form-fields-inline label {
    margin: 0 8px 0 3px; }
  .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; }

.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; }

.radio-list-control {
  white-space: nowrap; }
  .radio-list-control li {
    position: relative;
    display: inline-block;
    margin: 0 -1px 0 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; }
  .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;
      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"]:checked[disabled] + label {
      background-color: #d6dde1 !important;
      transition: none; }
    .radio-list-control input[type="radio"][disabled] + label {
      transition: none; }

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; }
  input[readonly] {
    color: #1f2c33 !important; }

textarea {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  padding: 4px 5px;
  margin: 0;
  overflow: auto; }
  textarea[readonly] {
    color: #1f2c33 !important; }
    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-input-margin {
  display: inline-block;
  margin: 0 3px 0 0; }

.checkbox-radio {
  position: absolute !important;
  top: auto !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 0;
  z-index: 1; }
  .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="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 + label span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -4px 4px 0 0;
    bottom: -3px;
    border: 1px solid #acbbc2;
    background-color: #ffffff; }
    .checkbox-radio + label span:active {
      border-color: #acbbc2; }
  .checkbox-radio + label.label-pos-left span {
    margin-left: 6px;
    margin-right: 1px; }
  .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="checkbox"], 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 button.focusable,
.z-select button.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 button.focusable:focus,
  .z-select button.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; }

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-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, .interface-container .interface-row .interface-cell .interface-btn-toggle {
  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, .interface-container .interface-row .interface-cell .interface-btn-toggle: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], .interface-container .interface-row .interface-cell [disabled].interface-btn-toggle {
    background-color: transparent; }
    .btn-link[disabled]:hover, .interface-container .interface-row .interface-cell [disabled].interface-btn-toggle:hover {
      background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

.btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle {
  background: url("../img/icon-sprite.svg?20200407") no-repeat -6px -654px; }

.btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle {
  background: url("../img/icon-sprite.svg?20200407") no-repeat -6px -689px; }

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

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

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

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

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

.btn-info-clock {
  background: url("../img/icon-sprite.svg?20200407") 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-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-time::after,
    .ui-tabs-nav .filter-trigger::after {
      content: '';
      position: absolute; }
    .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-time {
    padding: 0 34px 0 10px; }
    .ui-tabs-nav .btn-time::after {
      margin: 0 5px;
      right: 0;
      top: 0;
      height: 24px;
      width: 24px;
      background: url("../img/icon-sprite.svg?20200407") no-repeat -87px -583px; }
  .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?20200407") no-repeat -87px -547px; }
  .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-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-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-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-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?20200407") 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; }

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

.btn-dashbrd-normal {
  box-shadow: 1px 1px 2px rgba(118, 141, 153, 0.5);
  position: fixed;
  right: 45px;
  top: 5px;
  opacity: 1;
  z-index: 1010;
  transition: opacity 1s ease-out; }
  .btn-dashbrd-normal.hidden {
    opacity: 0; }

.btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle {
  width: 24px;
  height: 24px;
  margin: 2px 2px 0 0; }

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

.btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
  border: 0;
  min-height: 0;
  padding: 0;
  opacity: .5;
  transition: opacity .2s ease-out; }
  [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, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, [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, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, [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, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, [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, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
    background-color: transparent;
    opacity: .25; }

.btn-conf, .btn-kiosk, .btn-min, .btn-add-fav, .btn-remove-fav, .btn-action, .btn-info, .icon-cal, .icon-wzrd-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[disabled] button,
.z-select[disabled] button, z-select[readonly] button,
.z-select[readonly] button, .multiselect[aria-disabled], .radio-list-control input[type="radio"][disabled] + label, input[disabled], input[readonly], textarea[disabled], textarea[readonly], select option[disabled], select[disabled], select[readonly], .checkbox-radio[readonly] span,
.checkbox-radio[readonly] + label span, .checkbox-radio[disabled] + label span, .input-group button.btn-dropdown-toggle:disabled {
  color: #acbbc2;
  background-color: #ebebeb !important;
  border-color: #ccd5d9; }

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

.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, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .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, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .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, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf: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-maint {
  margin: 0 18px 0 0; }
  .icon-maint::before {
    background: url("../img/icon-sprite.svg?20200407") no-repeat -46px -802px; }

.icon-depend-up {
  margin: 0 18px 0 0; }
  .icon-depend-up::before {
    background: url("../img/icon-sprite.svg?20200407") no-repeat -49px -729px; }

.icon-depend-down {
  margin: 0 18px 0 0; }
  .icon-depend-down::before {
    background: url("../img/icon-sprite.svg?20200407") no-repeat -49px -765px; }

.icon-ackn {
  margin: 0 18px 0 0; }
  .icon-ackn::before {
    background: url("../img/icon-sprite.svg?20200407") no-repeat -45px -693px; }

.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?20200407") no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    content: ''; }

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

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

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

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

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

.icon-wzrd-action {
  background: transparent url("../img/icon-sprite.svg?20200407") no-repeat -6px -617px;
  margin-top: -16px; }

.icon-cal, .icon-wzrd-action {
  border: 0;
  cursor: pointer;
  position: absolute;
  opacity: .75;
  transition: opacity .2s ease-out; }
  .icon-cal:hover, .icon-wzrd-action:hover, .icon-cal:focus, .icon-wzrd-action:focus, .icon-cal:active, .icon-wzrd-action:active {
    opacity: 1;
    background-color: transparent; }

.icon-maint::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?20200407") no-repeat -6px -762px; }

.icon-info {
  position: relative;
  width: 8px;
  height: 11px;
  cursor: pointer;
  margin: -12px 0 -4px; }
  .icon-info::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url("../img/icon-sprite.svg?20200407") no-repeat -47px -659px; }

.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 {
  color: #768d99;
  height: 345px;
  display: table-cell;
  vertical-align: middle;
  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%; }

.dashbrd-grid-container {
  position: relative;
  margin: -4px;
  z-index: 3; }

.dashbrd-grid-new-widget-placeholder {
  box-sizing: border-box;
  display: flex;
  height: 200px;
  padding: .25rem;
  width: calc(100% / 6 - .65rem);
  z-index: 999;
  color: #768d99;
  cursor: pointer; }
  .dashbrd-grid-new-widget-placeholder .dashbrd-grid-widget-new-box,
  .dashbrd-grid-new-widget-placeholder .dashbrd-grid-widget-set-position,
  .dashbrd-grid-new-widget-placeholder .dashbrd-grid-widget-set-size {
    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; }
  .dashbrd-grid-new-widget-placeholder .dashbrd-grid-widget-set-size {
    background: #dadfe3;
    box-shadow: inset 2px 2px 6px rgba(118, 141, 153, 0.5); }
  .dashbrd-grid-new-widget-placeholder .dashbrd-grid-new-widget-label {
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    right: 0;
    bottom: 0;
    padding: 38px 5px 5px;
    text-align: center; }
    .dashbrd-grid-new-widget-placeholder .dashbrd-grid-new-widget-label::before {
      background: url("../img/icon-sprite.svg?20200407") no-repeat -157px -888px;
      content: ' ';
      height: 28px;
      width: 36px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .dashbrd-grid-new-widget-placeholder.disabled {
    opacity: 1; }
    .dashbrd-grid-new-widget-placeholder.disabled .dashbrd-grid-widget-new-box {
      background-color: rgba(255, 255, 255, 0.7); }
      .dashbrd-grid-new-widget-placeholder.disabled .dashbrd-grid-widget-new-box .dashbrd-grid-new-widget-label::before {
        background: url("../img/icon-sprite.svg?20200407") no-repeat -122px -284px; }

.dashbrd-grid-widget-set-size .dashbrd-grid-new-widget-label::before {
  background: url("../img/icon-sprite.svg?20200407") no-repeat -345px -888px; }

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

.dashbrd-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; }
  .dashbrd-grid-widget-head h4 {
    flex-grow: 1;
    margin-top: .5rem;
    color: #3c5563;
    font-weight: bold; }
  .dashbrd-grid-widget-head ul {
    flex-shrink: 0; }
    .dashbrd-grid-widget-head ul li {
      float: left;
      padding: 0; }
      .dashbrd-grid-widget-head ul li select {
        margin: 4px 0; }

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

.dashbrd-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; }
  .dashbrd-grid-widget-content .list-table {
    border: 0; }
    .dashbrd-grid-widget-content .list-table tbody tr:last-child th, .dashbrd-grid-widget-content .list-table tbody tr:last-child td {
      border-bottom: 1px solid #ebeef0; }
      .dashbrd-grid-widget-content .list-table tbody tr:last-child th.list-table-footer, .dashbrd-grid-widget-content .list-table tbody tr:last-child td.list-table-footer {
        border-bottom: 0; }
  .dashbrd-grid-widget-content .debug-output {
    max-height: none;
    border-color: #ebeef0; }
  .dashbrd-grid-widget-content .msg-bad,
  .dashbrd-grid-widget-content .msg-good,
  .dashbrd-grid-widget-content .msg-warning {
    margin: 0 10px; }

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

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

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

.dashbrd-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; }
  .dashbrd-grid-iterator-head h4 {
    flex-grow: 1;
    margin-top: .5rem;
    color: #3c5563;
    font-weight: bold; }
  .dashbrd-grid-iterator-head ul {
    flex-shrink: 0; }
    .dashbrd-grid-iterator-head ul li {
      float: left;
      padding: 0; }
  .dashbrd-grid-iterator-head .dashbrd-grid-iterator-pager {
    margin: 0 10px;
    height: 2rem;
    display: none;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center; }
    .dashbrd-grid-iterator-head .dashbrd-grid-iterator-pager .dashbrd-grid-iterator-pager-info {
      margin: 2px .5em 0;
      white-space: nowrap;
      color: #3c5563; }
  .dashbrd-grid-iterator-head.pager-visible .dashbrd-grid-iterator-pager {
    display: flex; }

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

.dashbrd-grid-iterator-placeholder {
  position: absolute;
  display: flex; }
  .dashbrd-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); }

.dashbrd-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; }
  .dashbrd-grid-iterator-too-small > div {
    padding: 0 10px;
    text-align: center;
    color: #768d99; }

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

.dashbrd-grid-iterator {
  position: absolute; }
  .dashbrd-grid-iterator.iterator-too-small .dashbrd-grid-iterator-too-small {
    display: flex; }
  .dashbrd-grid-iterator.iterator-too-small .dashbrd-grid-iterator-content {
    display: none; }
  .dashbrd-grid-iterator.dashbrd-grid-iterator-focus {
    z-index: 5; }
    .dashbrd-grid-iterator.dashbrd-grid-iterator-focus .dashbrd-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; }
    .dashbrd-grid-iterator.dashbrd-grid-iterator-focus.dashbrd-grid-iterator-hidden-header.iterator-double-header .dashbrd-grid-iterator-head {
      margin-top: -4rem;
      height: 4rem; }
  .dashbrd-grid-iterator.ui-resizable-resizing.resizing-top .dashbrd-grid-iterator-container {
    top: auto;
    bottom: 0; }
  .dashbrd-grid-iterator.ui-resizable-resizing.resizing-left .dashbrd-grid-iterator-container {
    left: auto;
    right: 0; }
  .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content {
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    border: 1px solid #dfe4e7;
    background-color: #ffffff; }
    .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div {
      padding-top: 8px; }
      .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .list-table {
        border: 0; }
        .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .list-table tbody tr:last-child th, .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .list-table tbody tr:last-child td {
          border-bottom: 1px solid #ebeef0; }
          .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .list-table tbody tr:last-child th.list-table-footer, .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .list-table tbody tr:last-child td.list-table-footer {
            border-bottom: 0; }
      .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .msg-good,
      .dashbrd-grid-iterator.iterator-alt-content .dashbrd-grid-iterator-content > div .msg-bad {
        margin: 0 10px; }

.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget-actions {
  opacity: 1; }
.dashbrd-grid-container.dashbrd-mode-edit.dashbrd-positioning .dashbrd-grid-widget.dashbrd-grid-widget-hidden-header .dashbrd-grid-widget-head {
  transition: none; }
.dashbrd-grid-container.dashbrd-mode-edit.dashbrd-positioning .dashbrd-grid-iterator.dashbrd-grid-widget-hidden-header .dashbrd-grid-widget-head {
  transition: none; }
.dashbrd-grid-container.dashbrd-mode-edit.dashbrd-positioning .dashbrd-grid-widget-mask {
  display: block; }
.dashbrd-grid-container.dashbrd-mode-edit.dashbrd-positioning .dashbrd-grid-iterator-mask {
  display: block; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget .ui-resizable-handle {
  visibility: hidden; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.dashbrd-grid-widget-focus .ui-resizable-handle {
  visibility: visible; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-resizable-resizing.dashbrd-grid-widget-hidden-header .dashbrd-grid-widget-head {
  margin-top: 0;
  height: 0;
  box-shadow: none; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-draggable-dragging .ui-resizable-handle {
  visibility: hidden; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-draggable-dragging.dashbrd-grid-widget-hidden-header .dashbrd-grid-widget-head {
  margin-top: -2rem;
  height: 2rem;
  box-shadow: 0 -6px 8px -2px rgba(128, 128, 128, 0.15);
  opacity: .5; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-resizable-resizing, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-draggable-dragging {
  z-index: 1000; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-resizable-resizing::before, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-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); }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-resizable-resizing .dashbrd-grid-widget-head, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-draggable-dragging .dashbrd-grid-widget-head {
    border-color: #ced5da; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-resizable-resizing .dashbrd-grid-widget-content, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget.ui-draggable-dragging .dashbrd-grid-widget-content {
    border-color: #ced5da; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator .ui-resizable-handle {
  visibility: hidden; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.dashbrd-grid-iterator-focus .ui-resizable-handle {
  visibility: visible; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing .dashbrd-grid-iterator-head {
  margin-top: 0;
  height: 0;
  box-shadow: none;
  opacity: 0; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .ui-resizable-handle {
  visibility: hidden; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .dashbrd-grid-iterator-head {
  margin-top: -2rem;
  height: 2rem;
  box-shadow: 0 -6px 8px -2px rgba(128, 128, 128, 0.15);
  opacity: .5; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging.dashbrd-grid-iterator-hidden-header.iterator-double-header .dashbrd-grid-iterator-head {
  margin-top: -4rem;
  height: 4rem; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging {
  z-index: 1000; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing::before, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-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); }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing .dashbrd-grid-iterator-head, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .dashbrd-grid-iterator-head {
    border-color: #ced5da; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing .dashbrd-grid-iterator-content .dashbrd-grid-widget .dashbrd-grid-widget-head, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .dashbrd-grid-iterator-content .dashbrd-grid-widget .dashbrd-grid-widget-head {
    border-color: #ced5da; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing .dashbrd-grid-iterator-content .dashbrd-grid-widget .dashbrd-grid-widget-content, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .dashbrd-grid-iterator-content .dashbrd-grid-widget .dashbrd-grid-widget-content {
    border-color: #ced5da; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing .dashbrd-grid-iterator-content .dashbrd-grid-iterator-placeholder > div, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .dashbrd-grid-iterator-content .dashbrd-grid-iterator-placeholder > div {
    border-color: #ced5da; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-resizable-resizing .dashbrd-grid-iterator-mask, .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-iterator.ui-draggable-dragging .dashbrd-grid-iterator-mask {
    border: 1px solid #c8d0d6;
    border-top: 0; }
.dashbrd-grid-container.dashbrd-mode-edit .dashbrd-grid-widget-placeholder {
  position: absolute;
  z-index: 999; }
  .dashbrd-grid-container.dashbrd-mode-edit .dashbrd-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; }

.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; }

.dashbrd-widget-placeholder {
  border-color: #dadfe3 !important;
  background-color: #dadfe3 !important; }

.dashbrd-widget-draggable {
  border-color: #ccd5d9 !important;
  border-bottom-color: #c9d3d7 !important;
  box-shadow: 0 4px 20px 0 rgba(118, 141, 153, 0.5); }

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

.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; }

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

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

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

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

.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?20200407") 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 {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #768d99;
    border: 0;
    cursor: default; }
  .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); }

.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.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 - 190px);
      max-width: inherit;
      margin: 0 -10px 10px;
      padding: 0 10px; }
      .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 li {
        display: inline;
        padding-left: 10px; }
      .overlay-dialogue.modal .overlay-dialogue-controls z-select li {
        display: block;
        padding-left: 5px; }
    .overlay-dialogue.modal > .overlay-close-btn {
      position: relative;
      float: right;
      top: -13px;
      right: -8px; }
  .overlay-dialogue.sticked-to-top {
    top: 50px; }
  .overlay-dialogue.modal-popup {
    max-width: 1024px; }
    .overlay-dialogue.modal-popup.modal-popup-medium {
      min-width: 450px; }
    .overlay-dialogue.modal-popup.modal-popup-generic {
      min-width: 650px; }
  .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 .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 .dashbrd-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?20200407") 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-symbols-remaining {
    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-all;
  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?20200407") 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; }

.notif {
  width: 250px; }
  .notif .dashbrd-widget-head {
    margin: -11px 0 7px -9px;
    padding: 0; }
    .notif .dashbrd-widget-head ul {
      position: relative;
      display: inline-block; }
      .notif .dashbrd-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?20200407") no-repeat -11px -587px; }

.notif-indic-container {
  border-top: 1px solid #ebeef0;
  margin: 0 0 0 -19px;
  padding: 14px 0 0; }
  .notif-indic-container .notif-indic {
    float: none;
    display: inline-block;
    margin: 0 2px 0 0; }

.screen-table {
  background-color: #ffffff;
  width: 100%; }
  .screen-table td {
    padding: 2px 3px; }
  .screen-table .table-forms {
    text-align: left; }
  .screen-table .list-table {
    border: 0; }
    .screen-table .list-table td {
      text-align: left;
      padding: 6px 5px;
      border: 0;
      border-bottom: 1px solid #ebeef0; }
      .screen-table .list-table td.list-table-footer {
        color: #768d99;
        text-align: right; }
  .screen-table .dashbrd-widget {
    margin: 0;
    border: 0; }
    .screen-table .dashbrd-widget th {
      padding: 6px 5px; }
  .screen-table .dashbrd-widget-head {
    text-align: left;
    padding: 4px 5px; }
    .screen-table .dashbrd-widget-head li {
      line-height: 2.9em; }
  .screen-table .dashbrd-widget-foot {
    margin: 0; }
  .screen-table .nothing-to-show td {
    text-align: center !important; }

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

.top {
  vertical-align: top; }

.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; }

.progress-bar-container {
  display: inline-block;
  white-space: nowrap;
  position: relative; }
  .progress-bar-container a {
    border: none !important; }
    .progress-bar-container a:hover .progress-bar-label, .progress-bar-container a:focus .progress-bar-label {
      display: block; }

.progress-bar-bg {
  padding: 3px 0 2px;
  font-size: 0.917em;
  line-height: 1em;
  display: inline-block; }
  .progress-bar-bg.green-bg {
    background-color: #34af67; }
  .progress-bar-bg.red-bg {
    background-color: #d64e4e; }

.progress-bar-label {
  display: none;
  color: #ffffff;
  font-size: 0.917em; }
  .progress-bar-label span {
    position: absolute; }
    .progress-bar-label span:first-child {
      left: .35em; }
    .progress-bar-label span:last-child {
      right: .35em; }

.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-transform: uppercase;
  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:only-child {
      border-radius: 2px; }
    .status-container span:first-of-type:not(:only-child) {
      border-radius: 2px 0 0 2px; }
    .status-container span:last-of-type:not(:only-child) {
      border-radius: 0 2px 2px 0; }
  .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 {
  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:last-child {
    margin: 0; }

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

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

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; }

.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; }

.remove-btn, .overlay-close-btn, a.overlay-close-btn, .subfilter-disable-btn {
  display: block;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #768d99;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  transition: opacity .2s ease-out; }
  .remove-btn::before, .overlay-close-btn::before, .subfilter-disable-btn::before {
    content: '\00d7'; }
  .remove-btn:hover, .overlay-close-btn:hover, .subfilter-disable-btn:hover, .remove-btn:focus, .overlay-close-btn:focus, .subfilter-disable-btn:focus, .remove-btn:active, .overlay-close-btn:active, .subfilter-disable-btn:active {
    color: #768d99;
    text-decoration: none;
    opacity: 1; }

.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  min-height: auto;
  border: 0;
  background-color: transparent !important;
  border-radius: 2px; }
  .remove-btn:focus {
    box-shadow: none; }

.overlay-close-btn, a.overlay-close-btn {
  position: absolute;
  z-index: 1000;
  top: 1px;
  right: 1px;
  min-height: auto;
  border: 0;
  background-color: transparent !important;
  border-radius: 2px; }

.subfilter-disable-btn {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  background-color: #768d99;
  border-radius: 2px;
  opacity: 1; }
  .subfilter-disable-btn:hover {
    color: #f2f2f2; }
  .subfilter-disable-btn:focus, .subfilter-disable-btn:active {
    color: #e6e6e6; }

.color-picker {
  height: 20px;
  white-space: nowrap; }
  .color-picker div {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff; }
    .color-picker div:hover {
      border-color: #7499ff;
      box-shadow: inset 0 0 0 1px #ffffff;
      cursor: pointer; }
    .color-picker div:active {
      box-shadow: inset 0 0 0 2px #ffffff;
      cursor: pointer; }

.input-color-picker {
  position: relative;
  display: inline-block; }
  .input-color-picker div {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #acbbc2;
    background: url("../img/icon-sprite.svg?20200407") no-repeat -323px -411px;
    cursor: pointer; }
  .input-color-picker input[readonly],
  .input-color-picker input:disabled {
    color: #acbbc2 !important; }
    .input-color-picker input[readonly] + div,
    .input-color-picker input:disabled + div {
      cursor: default; }
  .input-color-picker input:disabled + div {
    background: #acbbc2 !important;
    border: 1px solid #acbbc2; }
  .input-color-picker input[type="text"] {
    padding-left: 25px; }

@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: 200%;
    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; }

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

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

.overlay-dialogue.modal .overlay-dialogue-body.is-loading {
  overflow: hidden; }
  .overlay-dialogue.modal .overlay-dialogue-body.is-loading:before {
    top: 42px;
    bottom: 42px; }

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

.browser-logo-chrome, .browser-logo-ff, .browser-logo-ed, .browser-logo-opera, .browser-logo-safari {
  background: url("../img/browser-sprite.png?20200407") 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; }

.msg-details ul::-webkit-scrollbar, z-select button.focusable::-webkit-scrollbar,
.z-select button.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, .dashbrd-grid-widget-content::-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, .overflow-table::-webkit-scrollbar {
  width: 9px; }
.msg-details ul::-webkit-scrollbar-track, z-select button.focusable::-webkit-scrollbar-track,
.z-select button.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, .dashbrd-grid-widget-content::-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, .overflow-table::-webkit-scrollbar-track {
  background-color: rgba(172, 187, 194, 0.55); }
.msg-details ul::-webkit-scrollbar-thumb, z-select button.focusable::-webkit-scrollbar-thumb,
.z-select button.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, .dashbrd-grid-widget-content::-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, .overflow-table::-webkit-scrollbar-thumb {
  background-color: rgba(135, 135, 135, 0.85);
  border: 1px solid rgba(122, 122, 122, 0.85); }

.overflow-table::-webkit-scrollbar {
  height: 9px; }

.drag-icon,
.ui-draggable .dashbrd-widget-head,
.dashbrd-grid-widget.ui-draggable .dashbrd-grid-widget-head,
.dashbrd-grid-iterator.ui-draggable .dashbrd-grid-iterator-head {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab; }

.ui-draggable-dragging .drag-icon,
.ui-draggable-dragging .dashbrd-widget-head,
.ui-draggable-dragging .dashbrd-grid-widget-head,
.ui-draggable-dragging .dashbrd-grid-iterator-head, .cursor-dragging {
  cursor: move;
  /* fallback if grabbing cursor is unsupported */
  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: 4px 0; }
  .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 {
  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 .remove-btn {
      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; }
    .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;
        border: 0; }
        .overrides-options-list > li > div > .subfilter-disable-btn:focus, .overrides-options-list > li > div > .subfilter-disable-btn:hover {
          background: none; }

.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 .remove-btn {
      position: relative;
      right: -10px;
      top: 3px; }
  .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; }

.checkbox-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px; }
  .checkbox-list li label {
    line-height: 16px;
    vertical-align: bottom; }

.columns-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .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; }
  .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 input[type=text]:not(:last-of-type),
  .preprocessing-list .btn-link:not(:last-of-type),
  .preprocessing-list .interface-container .interface-row .interface-cell .interface-btn-toggle:not(:last-of-type),
  .interface-container .interface-row .interface-cell .preprocessing-list .interface-btn-toggle: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-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 .edit-item-btn,
      .navtree .tree .tree-item > .tree-row > .tools .remove-item-btn,
      .navtree .tree .tree-item > .tree-row > .tools .import-items-btn,
      .navtree .tree .tree-item > .tree-row > .tools .add-child-btn {
        margin-left: 5px;
        cursor: pointer;
        border: 0;
        opacity: .5;
        float: left; }
        .navtree .tree .tree-item > .tree-row > .tools .edit-item-btn::-moz-focus-inner,
        .navtree .tree .tree-item > .tree-row > .tools .remove-item-btn::-moz-focus-inner,
        .navtree .tree .tree-item > .tree-row > .tools .import-items-btn::-moz-focus-inner,
        .navtree .tree .tree-item > .tree-row > .tools .add-child-btn::-moz-focus-inner {
          padding: 0; }
      .navtree .tree .tree-item > .tree-row > .tools .edit-item-btn:hover,
      .navtree .tree .tree-item > .tree-row > .tools .remove-item-btn:hover,
      .navtree .tree .tree-item > .tree-row > .tools .import-items-btn:hover,
      .navtree .tree .tree-item > .tree-row > .tools .add-child-btn:hover {
        opacity: 1; }
      .navtree .tree .tree-item > .tree-row > .tools .edit-item-btn:focus,
      .navtree .tree .tree-item > .tree-row > .tools .remove-item-btn:focus,
      .navtree .tree .tree-item > .tree-row > .tools .import-items-btn:focus,
      .navtree .tree .tree-item > .tree-row > .tools .add-child-btn:focus {
        opacity: 1;
        outline: none; }
      .navtree .tree .tree-item > .tree-row > .tools .add-child-btn {
        background: url("../img/icon-sprite.svg?20200407") no-repeat -47px -551px;
        background-color: transparent !important;
        height: 15px;
        width: 14px; }
      .navtree .tree .tree-item > .tree-row > .tools .edit-item-btn {
        background: url("../img/icon-sprite.svg?20200407") no-repeat -47px -478px;
        background-color: transparent !important;
        height: 15px;
        width: 14px; }
      .navtree .tree .tree-item > .tree-row > .tools .import-items-btn {
        background: url("../img/icon-sprite.svg?20200407") no-repeat -47px -515px;
        background-color: transparent !important;
        height: 15px;
        width: 14px; }
      .navtree .tree .tree-item > .tree-row > .tools .remove-btn {
        position: relative;
        margin-left: 10px;
        top: 0; }
    .navtree .tree .tree-item > .tree-row > .content {
      display: flex;
      height: 20px; }
      .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; }
.navtree .problem-icon-list {
  flex-wrap: nowrap; }

.problem-icon-list {
  display: flex;
  flex-wrap: wrap; }
  .problem-icon-list .problem-icon-list-item {
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    flex: 0 0 7px;
    font-size: 12px;
    line-height: 1;
    padding: 3px 4px 2px;
    margin: 1px 0; }
    .problem-icon-list .problem-icon-list-item:not(:last-of-type) {
      margin-right: 5px; }

:-ms-input-placeholder {
  color: #9d9d9d !important; }

::-ms-input-placeholder {
  color: #9d9d9d; }

::placeholder {
  color: #9d9d9d; }

.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 {
  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 {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("../img/icon-sprite.svg?20200407");
    background-repeat: no-repeat; }

[data-count][class*='icon-']::after,
.icon-description::after {
  position: absolute;
  content: attr(data-count);
  text-align: center;
  margin-top: -2px;
  font-size: 9px;
  letter-spacing: -.25px;
  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 0 5px; }
  .icon-description::after {
    content: '?';
    color: #ffffff; }
  .icon-description::before {
    background-position: -474px -245px; }

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

.range-control {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .range-control input[type=range] {
    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 */
    width: calc(100% + 10px);
    opacity: 0;
    vertical-align: middle;
    margin: 0 -5px;
    padding: 0;
    height: 20px;
    /* Special styling for WebKit/Blink */ }
    .range-control input[type=range]:focus {
      outline: none; }
    .range-control input[type=range]::-webkit-slider-thumb {
      margin-top: 1px;
      /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
      height: 10px;
      width: 10px;
      opacity: 0; }
    .range-control input[type=range]::-webkit-slider-runnable-track {
      height: 10px;
      opacity: 0; }
  .range-control input[type=text] {
    width: 31px;
    float: right; }
  .range-control > div {
    position: relative;
    width: calc(100% - 10px - 31px);
    margin: 2px 10px 0 0;
    float: left; }
  .range-control .range-control-track,
  .range-control .range-control-progress {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 2px;
    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%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0275b8; }
  .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;
    display: flex;
    width: 100%;
    top: 50%;
    margin-top: -1px; }
    .range-control datalist option {
      padding: 0;
      font-size: 0;
      flex: 1 0 0;
      height: 2px;
      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; }

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

.item-test-popup-value-row,
.preproc-test-popup-value-row {
  display: flex; }
  .item-test-popup-value-row label,
  .preproc-test-popup-value-row label {
    padding: 0 10px;
    margin-left: auto;
    line-height: 24px; }

.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; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group * {
    box-sizing: border-box; }
  .input-group input,
  .input-group textarea {
    flex: 1;
    border-right: 0; }
    .input-group input:focus + .btn-undo, .input-group input:active + .btn-undo,
    .input-group textarea:focus + .btn-undo,
    .input-group textarea:active + .btn-undo {
      border-top-color: #02659f;
      border-bottom-color: #02659f; }
  .input-group button {
    position: relative; }
    .input-group button.btn-change {
      border-radius: 0; }
      .input-group button.btn-change:disabled {
        display: none; }
    .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; }
      .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?20200407") no-repeat -119px -474px; }
      .input-group button.btn-undo.is-focused {
        border-top: 1px solid #02659f;
        border-bottom: 1px solid #02659f; }
      .input-group button.btn-undo:hover, .input-group button.btn-undo:focus, .input-group button.btn-undo:active {
        border-top: 1px solid #02659f;
        border-bottom: 1px solid #02659f;
        color: #ffffff;
        background-color: #02659f;
        border-color: #02659f; }
        .input-group button.btn-undo:hover::before, .input-group button.btn-undo:focus::before, .input-group button.btn-undo:active::before {
          background-position: -431px -474px; }
    .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?20200407") 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?20200407") 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; }

.btn-dropdown-toggle {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -200px; }
  .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::after {
    position: absolute;
    top: 6px;
    right: 2px;
    width: 10px;
    height: 10px;
    content: '';
    background: url("../img/icon-sprite.svg?20200407") 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?20200407") 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?20200407") no-repeat -604px -503px; }

.checkbox-block {
  display: none;
  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%; } }
.interface-container {
  width: fit-content;
  width: -moz-fit-content;
  padding-left: 0; }
  .interface-container:not(.interface-container-header):not(:empty) {
    margin-bottom: 5px; }
    .interface-container:not(.interface-container-header):not(:empty) ~ .interface-container:not(:empty) {
      border-top: 1px solid #acbbc2;
      padding-top: 10px; }
  .interface-container:empty {
    display: none; }
  .interface-container .interface-row {
    display: grid;
    grid-template-columns: 26px 36px 225px 175px 85px 100px 20px 1fr;
    grid-template-rows: 24px 1fr;
    gap: 5px; }
    .interface-container .interface-row:not(:first-of-type) {
      margin-top: 5px; }
    .interface-container .interface-row[data-type] .interface-cell-details {
      display: none; }
    .interface-container .interface-row .interface-cell {
      align-self: center; }
      .interface-container .interface-row .interface-cell .interface-btn-toggle {
        display: none; }
      .interface-container .interface-row .interface-cell.interface-cell-header {
        color: #768d99;
        text-align: left; }
      .interface-container .interface-row .interface-cell .table-forms-td-left,
      .interface-container .interface-row .interface-cell .table-forms-td-right {
        padding-bottom: 0; }

.interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .list-accordion-item-body {
  display: none; }
.interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .list-accordion-item-body {
  display: block; }
.interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle {
  display: inline-block; }

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

#itemsTable .table-col-handle {
  width: 26px; }
#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-colour {
  width: 105px; }
#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; }
