.brand-primary {
  color: #0869a0;
}
.brand-primary-lt1 {
  color: #1b7cb4;
}
.brand-primary-lt2 {
  color: #cfe2eb;
}
.brand-primary-lt3 {
  color: #deeaf0;
}
.brand-primary-lt4 {
  color: #edf8ff;
}
.brand-primary-lt5 {
  color: #edf8ff;
}
.brand-primary-lt7 {
  color: #edf8ff;
}
.brand-primary-lt8 {
  color: #edf8ff;
}
.brand-primary-lt9 {
  color: #edf8ff;
}
.grey-darkest {
  color: #222d32;
}
.grey-darker {
  color: #5f6d75;
}
.grey-dark {
  color: #7a8a94;
}
.grey {
  color: #999999;
}
.grey-light {
  color: #f5f5f5;
}
.grey-lighter {
  color: #4f9dd1;
}
.grey-lighter {
  color: #4f9dd1;
}
.grey-lightest {
  color: #f9f9f9;
}
.brand-red {
  color: #e45a49;
}
.brand-yellow {
  color: #fbda6f;
}
.brand-green {
  color: #97d358;
}
.brand-white {
  color: #ffffff;
}
.brand-black {
  color: #000000;
}

.bg-brand-primary {
  background-color: #0869a0;
}
.bg-brand-primary-lt1 {
  background-color: #1b7cb4;
}
.bg-brand-primary-lt2 {
  background-color: #cfe2eb;
}
.bg-brand-primary-lt3 {
  background-color: #deeaf0;
}
.bg-brand-primary-lt4 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt5 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt7 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt8 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt9 {
  background-color: #edf8ff;
}
.bg-grey-darkest {
  background-color: #222d32;
}
.bg-grey-darker {
  background-color: #5f6d75;
}
.bg-grey-dark {
  background-color: #7a8a94;
}
.bg-grey {
  background-color: #999999;
}
.bg-grey-light {
  background-color: #f5f5f5;
}
.bg-grey-lighter {
  background-color: #4f9dd1;
}
.bg-grey-lighter {
  background-color: #4f9dd1;
}
.bg-grey-lightest {
  background-color: #f9f9f9;
}
.bg-brand-red {
  background-color: #e45a49;
}
.bg-brand-yellow {
  background-color: #fbda6f;
}
.bg-brand-green {
  background-color: #97d358;
}
.bg-brand-white {
  background-color: #ffffff;
}
.bg-brand-black {
  background-color: #000000;
}
.am-trend-chart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 330px;
  width: 100%;
}
.am-trend-chart .no-device-privilege-message {
  color: red;
  margin-top: 10%;
  margin-left: 40%;
  font-size: 16px;
}
.am-trend-chart .pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 12px 0 8px;
  background-color: #7da9cc;
  color: white;
  flex-wrap: nowrap;
}
.am-trend-chart .pane-header label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-trend-chart .pane-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 3px 12px 3px 8px;
  background-color: #f5f5f5;
}
.am-trend-chart .pane-actions > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 45%;
}
.am-trend-chart .pane-actions > div:last-child {
  justify-content: flex-end;
}
.am-trend-chart .pane-actions > div > label {
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-trend-chart .pane-actions > div > label .probe-tree-icon {
  display: inline;
}
.am-trend-chart .pane-actions > div > label span,
.am-trend-chart .pane-actions > div > label i {
  line-height: 1;
  margin-right: 3px;
}
.am-trend-chart .pane-actions > div:first-child > label {
  max-width: 40%;
  min-width: 20%;
}
.am-trend-chart .pane-actions > div a {
  white-space: nowrap;
}
.am-trend-chart .pane-actions button.date-select {
  color: #222222;
  margin-left: 0;
  font-size: 12px;
  padding: 1px 24px 1px 0px;
}
.am-trend-chart .pane-actions .device-icon {
  width: 16px;
  margin-right: 3px;
}
.am-trend-chart .trend-chart-container {
  height: calc(100% - 54px);
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 5px;
}
.am-trend-chart .trend-chart-container .trend-chart-center {
  flex-grow: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.am-trend-chart .trend-chart-container .trend-chart-center .trend-chart-time-points {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}
.am-trend-chart .trend-chart-container .trend-chart-center .trend-chart-time-points > * {
  text-align: center;
}
.am-trend-chart .trend-chart-container .trend-chart-center .trend-chart-time-points div {
  flex-basis: 80px;
  flex-shrink: 0;
}
.am-trend-chart .trend-chart-container .previous-page,
.am-trend-chart .trend-chart-container .next-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 10px;
}
.am-trend-chart .trend-chart-container .previous-page > *,
.am-trend-chart .trend-chart-container .next-page > * {
  cursor: pointer;
}
.trend-chart-ni-dropdown-menu {
  z-index: 1999;
  max-height: 95px;
  overflow: auto;
}
.trend-chart-ni-dropdown-menu li {
  display: flex !important;
  align-items: center;
  gap: 2px;
}
.trend-chart-column-popover-dropdown-menu {
  width: 180px !important;
}
.trend-chart-column-popover-dropdown-menu li {
  background-color: #ffffff !important;
}
.trend-chart-column-popover-dropdown-menu li:hover {
  background-color: #d9f1ff !important;
}

.brand-primary {
  color: #0869a0;
}
.brand-primary-lt1 {
  color: #1b7cb4;
}
.brand-primary-lt2 {
  color: #cfe2eb;
}
.brand-primary-lt3 {
  color: #deeaf0;
}
.brand-primary-lt4 {
  color: #edf8ff;
}
.brand-primary-lt5 {
  color: #edf8ff;
}
.brand-primary-lt7 {
  color: #edf8ff;
}
.brand-primary-lt8 {
  color: #edf8ff;
}
.brand-primary-lt9 {
  color: #edf8ff;
}
.grey-darkest {
  color: #222d32;
}
.grey-darker {
  color: #5f6d75;
}
.grey-dark {
  color: #7a8a94;
}
.grey {
  color: #999999;
}
.grey-light {
  color: #f5f5f5;
}
.grey-lighter {
  color: #4f9dd1;
}
.grey-lighter {
  color: #4f9dd1;
}
.grey-lightest {
  color: #f9f9f9;
}
.brand-red {
  color: #e45a49;
}
.brand-yellow {
  color: #fbda6f;
}
.brand-green {
  color: #97d358;
}
.brand-white {
  color: #ffffff;
}
.brand-black {
  color: #000000;
}

.bg-brand-primary {
  background-color: #0869a0;
}
.bg-brand-primary-lt1 {
  background-color: #1b7cb4;
}
.bg-brand-primary-lt2 {
  background-color: #cfe2eb;
}
.bg-brand-primary-lt3 {
  background-color: #deeaf0;
}
.bg-brand-primary-lt4 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt5 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt7 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt8 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt9 {
  background-color: #edf8ff;
}
.bg-grey-darkest {
  background-color: #222d32;
}
.bg-grey-darker {
  background-color: #5f6d75;
}
.bg-grey-dark {
  background-color: #7a8a94;
}
.bg-grey {
  background-color: #999999;
}
.bg-grey-light {
  background-color: #f5f5f5;
}
.bg-grey-lighter {
  background-color: #4f9dd1;
}
.bg-grey-lighter {
  background-color: #4f9dd1;
}
.bg-grey-lightest {
  background-color: #f9f9f9;
}
.bg-brand-red {
  background-color: #e45a49;
}
.bg-brand-yellow {
  background-color: #fbda6f;
}
.bg-brand-green {
  background-color: #97d358;
}
.bg-brand-white {
  background-color: #ffffff;
}
.bg-brand-black {
  background-color: #000000;
}
.am-variable {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 330px;
  width: 100%;
}
.am-variable .pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 12px 0 8px;
  background-color: #7da9cc;
  color: white;
}
.am-variable .pane-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 3px 12px 3px 8px;
  background-color: #f5f5f5;
}
.am-variable .pane-actions > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 45%;
}
.am-variable .pane-actions > div:last-child {
  justify-content: flex-end;
}
.am-variable .pane-actions > div > label {
  margin-right: 5px;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-variable .pane-actions > div > label .probe-tree-icon {
  display: inline;
}
.am-variable .pane-actions > div > label span,
.am-variable .pane-actions > div > label i {
  line-height: 1;
  margin-right: 3px;
}
.am-variable .pane-actions > div:first-child > label {
  max-width: 40%;
  min-width: 20%;
}
.am-variable .pane-actions > div a {
  white-space: nowrap;
}
.am-variable .pane-actions .table-display-select label {
  cursor: pointer;
  margin-bottom: -3px;
  border-bottom: 3px solid transparent;
}
.am-variable .pane-actions .table-display-select label.selected {
  border-bottom: 3px solid #7da9cc;
}
.am-variable .pane-actions .table-display-select label:first-child {
  margin-right: 10px;
}
.am-variable .pane-actions button.date-select {
  color: #222222;
  margin-left: 0;
  font-size: 12px;
  padding: 1px 24px 1px 0px;
}
.am-variable .pane-actions .device-icon {
  width: 16px;
  margin-right: 3px;
}
.am-variable .variable-chart-container {
  height: calc(100% - 54px);
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 5px;
}
.am-variable .variable-chart-container .previous-page,
.am-variable .variable-chart-container .next-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 10px;
}
.am-variable .variable-chart-container .previous-page > *,
.am-variable .variable-chart-container .next-page > * {
  cursor: pointer;
}
.am-variable .variable-chart-container .am-variable-chart-wrapper {
  flex-grow: 1;
  height: 100%;
  max-width: calc(100% - 60px);
}
.am-variable .variable-chart-container .am-variable-chart-wrapper .am-variable-highchart-container {
  width: 100%;
  height: calc(100% - 30px);
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 25px;
}
.am-variable .variable-chart-container .am-variable-chart-wrapper .am-variable-highchart-container .highcharts-container {
  overflow: visible !important;
}
.am-variable .variable-chart-container .am-variable-chart-wrapper .am-variable-highchart-container .plotline-bookmark-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-variable .variable-table-container {
  height: calc(100% - 54px);
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px 5px;
}
.am-variable .variable-table-container .variable-table-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.am-variable .variable-table-container .am-variable-table-wrapper {
  width: 100%;
  height: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.am-variable .variable-table-container .am-variable-grid-container {
  height: 0 !important;
  flex: 1;
}
.am-variable .variable-table-container .map-time-highlight {
  background-color: #fbda6f;
  border-radius: 5px;
  padding: 4px;
}
.am-variable .variable-table-container .action-button {
  height: 28px;
}
.am-variable .variable-table-container .default-btns-area:hover label {
  border-bottom: none;
  cursor: default !important;
}
.am-variable .variable-table-container .default-btns-area .table-detail-current-time {
  color: black;
}
.am-variable .variable-table-container .ui-grid .ui-grid-row .ui-grid-cell .action-cell {
  display: none !important;
}
.am-variable .variable-table-container .ui-grid .ui-grid-row .ui-grid-cell .bookmark-cell {
  display: none !important;
}
.am-variable .variable-table-container .ui-grid .ui-grid-row:hover .ui-grid-cell .action-cell,
.am-variable .variable-table-container .ui-grid .ui-grid-row.hover .ui-grid-cell .action-cell {
  display: block !important;
  padding-top: 0px;
}
.am-variable .variable-table-container .ui-grid .ui-grid-row:hover .ui-grid-cell .bookmark-cell,
.am-variable .variable-table-container .ui-grid .ui-grid-row.hover .ui-grid-cell .bookmark-cell {
  display: block !important;
}
.am-string-bookmark-popover .popover-content .text-label {
  width: 54px;
}
.am-string-bookmark-popover .popover-content .text-label-wide {
  width: 74px;
}
.am-string-bookmark-popover .popover-content .title {
  font-weight: 600;
}

.brand-primary {
  color: #0869a0;
}
.brand-primary-lt1 {
  color: #1b7cb4;
}
.brand-primary-lt2 {
  color: #cfe2eb;
}
.brand-primary-lt3 {
  color: #deeaf0;
}
.brand-primary-lt4 {
  color: #edf8ff;
}
.brand-primary-lt5 {
  color: #edf8ff;
}
.brand-primary-lt7 {
  color: #edf8ff;
}
.brand-primary-lt8 {
  color: #edf8ff;
}
.brand-primary-lt9 {
  color: #edf8ff;
}
.grey-darkest {
  color: #222d32;
}
.grey-darker {
  color: #5f6d75;
}
.grey-dark {
  color: #7a8a94;
}
.grey {
  color: #999999;
}
.grey-light {
  color: #f5f5f5;
}
.grey-lighter {
  color: #4f9dd1;
}
.grey-lighter {
  color: #4f9dd1;
}
.grey-lightest {
  color: #f9f9f9;
}
.brand-red {
  color: #e45a49;
}
.brand-yellow {
  color: #fbda6f;
}
.brand-green {
  color: #97d358;
}
.brand-white {
  color: #ffffff;
}
.brand-black {
  color: #000000;
}

.bg-brand-primary {
  background-color: #0869a0;
}
.bg-brand-primary-lt1 {
  background-color: #1b7cb4;
}
.bg-brand-primary-lt2 {
  background-color: #cfe2eb;
}
.bg-brand-primary-lt3 {
  background-color: #deeaf0;
}
.bg-brand-primary-lt4 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt5 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt7 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt8 {
  background-color: #edf8ff;
}
.bg-brand-primary-lt9 {
  background-color: #edf8ff;
}
.bg-grey-darkest {
  background-color: #222d32;
}
.bg-grey-darker {
  background-color: #5f6d75;
}
.bg-grey-dark {
  background-color: #7a8a94;
}
.bg-grey {
  background-color: #999999;
}
.bg-grey-light {
  background-color: #f5f5f5;
}
.bg-grey-lighter {
  background-color: #4f9dd1;
}
.bg-grey-lighter {
  background-color: #4f9dd1;
}
.bg-grey-lightest {
  background-color: #f9f9f9;
}
.bg-brand-red {
  background-color: #e45a49;
}
.bg-brand-yellow {
  background-color: #fbda6f;
}
.bg-brand-green {
  background-color: #97d358;
}
.bg-brand-white {
  background-color: #ffffff;
}
.bg-brand-black {
  background-color: #000000;
}
.am-trend-chart-wrapper {
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-height: 100%;
  padding-top: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-wrapper .heading-column {
  flex-shrink: 0;
  border-left: 1px solid #d9e1e7;
}
.am-trend-chart-wrapper .heading-column > div {
  padding: 5px 5px 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-trend-chart-wrapper .heading-column .row-4 {
  justify-content: center;
  padding: 8px 12px;
}
.am-trend-chart-wrapper .heading-column .row-4 label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-trend-chart-wrapper .alert-red-dot-line {
  background-color: red;
}
.am-trend-chart-wrapper .am-alert-block {
  flex-shrink: 0;
  position: relative;
}
.am-trend-chart-wrapper .am-alert-block:hover {
  border: 1px solid #1171d4;
}
.am-trend-chart-wrapper .am-alert-block:last-of-type .row-3 {
  border-right: 1px solid #d9e1e7;
}
.am-trend-chart-wrapper .am-alert-block.selected {
  background-color: #d9f1ff;
}
.am-trend-chart-wrapper .am-alert-block .row-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.am-trend-chart-wrapper .am-alert-block .alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-trend-chart-wrapper .am-alert-block .alert-red-dot {
  background-color: red;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.am-trend-chart-wrapper .am-alert-block .alert-red-dot::after {
  content: attr(data-count);
  color: black;
  position: absolute;
  text-align: center;
  top: -16px;
  left: -3px;
  padding-right: 2px;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  line-height: 1;
  letter-spacing: -2px;
  border: 1px solid lightgray;
}
.am-trend-chart-wrapper .am-alert-block .alert-red-dot:hover {
  cursor: pointer;
  border: 1px solid #1171d4;
}
.am-trend-chart-wrapper .am-alert-block .row-4 {
  justify-content: center;
  padding: 8px 12px;
}
.am-trend-chart-wrapper .am-alert-block .row-4 label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-trend-chart-wrapper .am-alert-block .ni-status-success,
.am-trend-chart-wrapper .am-alert-block .ni-status-error,
.am-trend-chart-wrapper .am-alert-block .ni-status-no-result,
.am-trend-chart-wrapper .am-alert-block .ni-status-not-executed {
  z-index: 10;
  width: 100%;
  height: 100%;
}
.am-trend-chart-wrapper .am-alert-block .ni-status-success:hover,
.am-trend-chart-wrapper .am-alert-block .ni-status-error:hover,
.am-trend-chart-wrapper .am-alert-block .ni-status-no-result:hover,
.am-trend-chart-wrapper .am-alert-block .ni-status-not-executed:hover {
  cursor: pointer;
  border-color: #1171d4;
}
.am-trend-chart-wrapper .am-alert-block .ni-status-error {
  border: solid 1px #fe5053;
  background-color: #fc6b6d;
}
.am-trend-chart-wrapper .am-alert-block .ni-status-success {
  border: solid 1px #5fca18;
  background-color: #75df2e;
}
.am-trend-chart-wrapper .am-alert-block .ni-status-no-result {
  border: solid 1px #b2b2b2;
  background-color: #dfdfdf;
}
.am-trend-chart-wrapper .am-alert-block .ni-status-not-executed {
  border: solid 1px #b2b2b2;
  background-color: #dfdfdf;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark {
  position: absolute;
  top: -48px;
  height: calc(100% + 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-arrow {
  position: absolute;
  top: 40px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #c6e0f8 transparent transparent transparent;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip {
  width: 120px;
  padding: 5px 6px;
  border-radius: 3px;
  border: 1px solid #c6e0f8;
  background-color: #e1f0fe;
  text-align: center;
  line-height: 14px;
  height: 45px;
  position: relative;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip:before {
  content: "";
  border-top: 8px solid #c6e0f8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  margin: auto;
  right: 0;
  width: 8px;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip:after {
  bottom: -7px;
  left: 0;
  content: " ";
  border-top: 8px solid #e1f0fe;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  right: 0;
  margin: auto;
  width: 8px;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip:hover {
  border-color: #0073f6;
  z-index: 1;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip:hover ~ .bookmark-bar {
  background-color: #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip:hover:before {
  border-top: 8px solid #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-tip .bookmark-tip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-bar {
  width: 2px;
  background-color: #a5c3dd;
  height: 100%;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-bar:hover {
  background-color: #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark .bookmark-bar:hover ~ .bookmark-tip {
  border-color: #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark.actived .bookmark-tip {
  border-color: #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark.actived .bookmark-tip:before {
  border-top: 8px solid #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-bookmark.actived .bookmark-bar {
  background-color: #0073f6;
}
.am-trend-chart-wrapper .am-alert-block .am-map-time {
  position: absolute;
  top: -30px;
  height: calc(100% + 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.am-trend-chart-wrapper .am-alert-block .am-map-time .map-time-tip {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #f6dd9b;
  background-color: #fcf1d3;
  white-space: nowrap;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  position: relative;
}
.am-trend-chart-wrapper .am-alert-block .am-map-time .map-time-tip:before {
  content: "";
  border-top: 8px solid #fcd555;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  margin: auto;
  right: 0;
  width: 8px;
}
.am-trend-chart-wrapper .am-alert-block .am-map-time .map-time-tip:after {
  bottom: -7px;
  left: 0;
  content: " ";
  border-top: 8px solid #fcf1d3;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  right: 0;
  margin: auto;
  width: 8px;
}
.am-trend-chart-wrapper .am-alert-block .am-map-time .map-time-tip .map-time-tip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.am-trend-chart-wrapper .am-alert-block .am-map-time .map-time-bar {
  width: 2px;
  background-color: black;
  height: 100%;
}
.am-trend-chart-wrapper .row-1 {
  height: 30px;
  border-top: 1px solid #d9e1e7;
  border-bottom: 2px solid #d9e1e7;
  border-right: 1px solid #d9e1e7;
}
.am-trend-chart-wrapper .row-1 > * {
  z-index: 10;
}
.am-trend-chart-wrapper .row-2 {
  height: 70px;
  border-bottom: 2px solid #d9e1e7;
  border-right: 1px solid #d9e1e7;
}
.am-trend-chart-wrapper .row-2 > * {
  z-index: 10;
}
.am-trend-chart-wrapper .row-3 {
  height: 30px;
  border-bottom: 1px solid #d9e1e7;
}
.am-trend-chart-wrapper .ni-container {
  width: 100%;
  max-height: 50vh;
}
.am-trend-chart-wrapper .row-4 {
  height: 40px;
  border-bottom: 1px solid #d9e1e7;
  border-right: 1px solid #d9e1e7;
  display: flex;
  align-items: center;
}
.am-trend-chart-wrapper .row-4 .color-block {
  width: 70%;
  height: 70%;
  z-index: 10;
}
.am-trend-chart-history-popover,
.am-trend-chart-no-alert-popover,
.am-trend-chart-alert-popover,
.am-trend-chart-ni-popover,
.am-trend-chart-bookmark-popover,
.am-variable-table-point-popover,
.am-trend-chart-red-dot-popover {
  opacity: 0;
  border-radius: 0;
  border: 1px solid #7eb1d9;
  border-top: 3px solid #7eb1d9;
  box-shadow: 2px 2px 4px 0 rgba(202, 202, 202, 0.5);
  top: 0 !important;
  left: 0 !important;
}
.am-trend-chart-history-popover .arrow,
.am-trend-chart-no-alert-popover .arrow,
.am-trend-chart-alert-popover .arrow,
.am-trend-chart-ni-popover .arrow,
.am-trend-chart-bookmark-popover .arrow,
.am-variable-table-point-popover .arrow,
.am-trend-chart-red-dot-popover .arrow {
  border-left-color: #7eb1d9 !important;
}
.popover.am-trend-chart-ni-popover {
  z-index: 1039;
}
.am-trend-chart-history-popover {
  width: 300px;
  height: 90px;
}
.am-trend-chart-history-popover .time-selection {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-trend-chart-history-popover .time-selection .dropdown-menu {
  max-height: 150px;
  width: 200px;
  overflow-y: auto;
}
.am-trend-chart-history-popover .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-trend-chart-no-alert-popover {
  width: 450px;
  color: #222222;
}
.am-trend-chart-no-alert-popover .popover-content {
  padding: 0;
}
.am-trend-chart-no-alert-popover > div {
  width: 100%;
  margin-bottom: 5px;
}
.am-trend-chart-no-alert-popover .no-alert-title {
  padding: 2px 15px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-no-alert-popover .no-alert-title img {
  width: 16px;
}
.am-trend-chart-no-alert-popover .no-alert-title i {
  margin-left: 3px;
  margin-right: 3px;
}
.am-trend-chart-no-alert-popover .no-alert-title label {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-no-alert-popover .no-alert-desc {
  padding: 2px 15px;
  display: flex;
  justify-content: flex-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-no-alert-popover .no-alert-desc label {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-trend-chart-no-alert-popover .no-alert-summary {
  padding: 0px 15px;
}
.am-trend-chart-no-alert-popover .no-alert-summary span {
  font-weight: 600;
  font-size: 11px;
}
.am-trend-chart-no-alert-popover .flash-probe-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 2px 0 8px 14px;
}
.am-trend-chart-no-alert-popover .flash-probe-list > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.am-trend-chart-no-alert-popover .flash-probe-list > div > * {
  margin-right: 5px;
}
.am-trend-chart-no-alert-popover .flash-probe-list > div .text-danger {
  color: #f90101 !important;
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-no-alert-popover .flash-probe-list > div .text-danger-msg {
  min-width: 40%;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-no-alert-popover .alert-actions {
  padding: 2px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-alert-popover {
  width: 450px;
  color: #222222;
}
.am-trend-chart-alert-popover .popover-content {
  padding: 0;
}
.am-trend-chart-alert-popover > div {
  width: 100%;
  margin-bottom: 5px;
}
.am-trend-chart-alert-popover .alert-title {
  padding: 2px 15px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-alert-popover .alert-title img {
  width: 16px;
}
.am-trend-chart-alert-popover .alert-title i {
  margin-left: 3px;
  margin-right: 3px;
}
.am-trend-chart-alert-popover .alert-title label {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-alert-popover .alert-msg {
  padding: 2px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-alert-popover .alert-msg label {
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-trend-chart-alert-popover .alert-msg .intf-msg {
  color: #0869a0;
  cursor: pointer;
}
.am-trend-chart-alert-popover .alert-msg .text-danger {
  color: red !important;
}
.am-trend-chart-alert-popover .alert-desc {
  padding: 2px 15px;
  align-items: center;
}
.am-trend-chart-alert-popover .alert-desc label {
  max-width: 100%;
}
.am-trend-chart-alert-popover .alert-desc .intf-msg {
  cursor: pointer;
}
.am-trend-chart-alert-popover .alert-desc .intf-msg:hover {
  cursor: pointer;
}
.am-trend-chart-alert-popover .alert-actions {
  padding: 2px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-alert-popover .alert-actions .btn-primary {
  margin-left: auto;
}
.am-trend-chart-alert-popover .probe-def-preview-container hr {
  margin-top: 16px;
  margin-bottom: 9px;
}
.am-trend-chart-red-dot-popover {
  width: 740px;
  height: 250px;
}
.am-trend-chart-red-dot-popover .popover-inner {
  height: 100%;
}
.am-trend-chart-red-dot-popover .popover-content {
  height: 100%;
  padding: 0;
}
.am-trend-chart-red-dot-popover .popover-content > div {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.am-trend-chart-red-dot-popover .popover-content > div > div {
  width: 100%;
  padding: 2px 15px;
}
.am-trend-chart-red-dot-popover .popover-content .red-dot-popover-title {
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-red-dot-popover .popover-content .red-dot-popover-title img {
  width: 16px;
}
.am-trend-chart-red-dot-popover .popover-content .red-dot-popover-title label {
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-red-dot-popover .ni-automation-list {
  width: 100%;
  padding-left: 20px !important;
  flex-grow: 1;
  overflow: auto;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row {
  width: 100%;
  margin-bottom: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-title {
  width: 35%;
  padding-right: 5px;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-title button {
  width: calc(100% - 25px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-time {
  width: 30%;
  padding-left: 15px;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc {
  width: 35%;
  padding: 3px 10px;
  border-radius: 2px;
  border: solid 1px #a0d392;
  background-color: #dffbd6;
  border-left: solid 2px #59cb19;
  border-right: solid 2px #59cb19;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc > label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc > label i {
  margin-right: 3px;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc.has-popover:hover {
  cursor: pointer;
  border: solid 1px #0377f2;
  border-left: solid 2px #0377f2;
  border-right: solid 2px #0377f2;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc.has-alert {
  border: solid 1px #f59191;
  border-left: solid 2px #fc5b5e;
  border-right: solid 2px #fc5b5e;
  background-color: #ffe3e3;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc.has-diagnosis {
  border: solid 1px #b2b2b2;
  background-color: #dfdfdf;
  border-left: solid 2px #b2b2b2;
  border-right: solid 2px #b2b2b2;
}
.am-trend-chart-red-dot-popover .ni-automation-list .ni-automation-row .ni-status-desc.ni-not-executed {
  border: solid 1px #cdcdcd;
  background-color: #ffffff;
  border-left: solid 2px #cdcdcd;
  border-right: solid 2px #cdcdcd;
}
.am-trend-chart-bookmark-popover {
  width: 450px;
}
.am-trend-chart-bookmark-popover .popover-content {
  padding: 0;
}
.am-trend-chart-bookmark-popover .bookmark-popover-title {
  width: 100%;
  padding: 2px 15px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-trend-chart-bookmark-popover .bookmark-popover-content {
  padding: 9px 16px;
}
.am-trend-chart-bookmark-popover.multiple {
  width: 650px;
  max-width: none !important;
  height: 250px;
}
.am-trend-chart-bookmark-popover.multiple .popover-inner {
  height: 100%;
}
.am-trend-chart-bookmark-popover.multiple .popover-content {
  height: 100%;
}
.am-trend-chart-bookmark-popover.multiple .popover-content .ui-grid {
  height: 190px !important;
}
.am-trend-chart-bookmark-popover.multiple .popover-content .ui-grid .ui-grid-row button.btn-primary {
  opacity: 0;
}
.am-trend-chart-bookmark-popover.multiple .popover-content .ui-grid .ui-grid-row:hover button.btn-primary {
  opacity: 1;
}
.am-trend-chart-bookmark-popover .bookmark-title,
.am-trend-chart-bookmark-popover .bookmark-actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-bookmark-popover .bookmark-title button {
  padding-left: 0;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-trend-chart-bookmark-popover .bookmark-actions label {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.am-bookmarks-popover {
  z-index: 0;
  width: 810px;
  max-width: none !important;
  height: 267px;
  border-radius: 0;
  border: 1px solid #7eb1d9;
  border-top: 3px solid #7eb1d9;
  box-shadow: 2px 2px 4px 0 rgba(202, 202, 202, 0.5);
}
.am-bookmarks-popover .arrow {
  border-top-color: #7eb1d9 !important;
}
.am-bookmarks-popover .popover-inner {
  height: 100%;
}
.am-bookmarks-popover .popover-content {
  height: 100%;
  padding: 0;
}
.am-bookmarks-popover .popover-content .bookmark-pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 12px 0 8px;
  background-color: #fafafa;
  color: black;
}
.am-bookmarks-popover .popover-content > .ui-grid {
  border: none !important;
  height: calc(100% - 32px) !important;
}
.am-bookmarks-popover .popover-content > .ui-grid .ui-grid-header {
  border-bottom: 1px solid #dbdbdb;
}
.am-bookmarks-popover .popover-content > .ui-grid .ui-grid-header-cell-wrapper {
  background: #ffffff;
}
.am-bookmarks-popover .popover-content > .ui-grid .ui-grid-header-cell-wrapper .ui-grid-header-cell {
  border-color: #ffffff;
}
.am-bookmarks-popover .popover-content > .ui-grid .ui-grid-header-canvas {
  background-color: #ffffff;
}
.am-bookmarks-popover .popover-content div[nb-grid] {
  border: none !important;
}
.am-trend-chart-custom-date-popover {
  width: 400px;
  max-width: none !important;
  max-height: 150px;
  border-radius: 0;
  border: 1px solid #7eb1d9;
  border-top: 3px solid #7eb1d9;
  box-shadow: 2px 2px 4px 0 rgba(202, 202, 202, 0.5);
}
.am-trend-chart-custom-date-popover .arrow {
  border-top-color: #7eb1d9 !important;
}
.am-trend-chart-custom-date-popover .date-picker-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.am-trend-chart-custom-date-popover .date-picker-container > div {
  width: 100%;
  margin-right: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-custom-date-popover .date-picker-container > div:first-child {
  margin-right: 18px;
}
.am-trend-chart-custom-date-popover .custom-date-error-msg {
  color: red;
}
.am-trend-chart-custom-date-popover .custom-date-actions {
  margin-top: 20px;
  padding-right: 8px;
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-trend-chart-ni-summary-popover {
  width: 300px;
  max-width: none !important;
  max-height: 500px;
  border-radius: 0;
  border: 1px solid #7eb1d9;
  border-top: 3px solid #7eb1d9;
  box-shadow: 2px 2px 4px 0 rgba(202, 202, 202, 0.5);
}
.am-trend-chart-ni-summary-popover .arrow {
  border-top-color: #7eb1d9 !important;
}
.am-trend-chart-ni-summary-popover .popover-inner {
  height: 100%;
}
.am-trend-chart-ni-summary-popover .popover-inner .popover-content {
  overflow: auto;
  height: 100%;
  max-height: 480px;
}
.am-trend-chart-ni-summary-popover .summary-status {
  margin: 10px 5px 10px 20px;
  padding: 3px 10px;
  width: 90%;
  border-radius: 2px;
  border: solid 1px #a0d392;
  background-color: #dffbd6;
  border-left: solid 2px #59cb19;
  border-right: solid 2px #59cb19;
}
.am-trend-chart-ni-summary-popover .summary-status > label {
  width: 100%;
  white-space: pre-line;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-ni-summary-popover .summary-status > label i {
  flex-shrink: 0;
  margin-right: 3px;
}
.am-trend-chart-ni-summary-popover .summary-status > label .summary-status-icon {
  align-self: baseline;
}
.am-trend-chart-ni-summary-popover .summary-status.has-alert {
  border: solid 1px #f59191;
  border-left: solid 2px #fc5b5e;
  border-right: solid 2px #fc5b5e;
  background-color: #ffe3e3;
}
.am-trend-chart-ni-summary-popover .intent-status-code-container > div {
  width: 100%;
}
.am-trend-chart-ni-summary-popover .intent-status-code-container > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-ni-summary-popover .device-status-code-container > div {
  width: 100%;
}
.am-trend-chart-ni-summary-popover .device-status-code-container > div .device-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-ni-summary-popover .device-status-code-container > div .device-name .device-icon {
  width: 16px;
}
.am-trend-chart-ni-summary-popover .device-status-code-container > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.am-trend-chart-ni-popover {
  width: 500px;
}
.am-trend-chart-ni-popover .popover-content {
  padding: 0;
}
.am-trend-chart-ni-popover .ni-popover-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.am-trend-chart-ni-popover .ni-popover-wrapper > div {
  width: 100%;
}
.am-trend-chart-ni-popover .device-icon {
  width: 16px;
}
.am-trend-chart-ni-popover .ni-heading {
  padding: 2px 15px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-trend-chart-ni-popover .ni-heading label {
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-ni-popover .ni-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 15px;
}
.am-trend-chart-ni-popover .ni-title i {
  margin-right: 5px;
}
.am-trend-chart-ni-popover .ni-title > label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 6px;
  width: 30%;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  margin: 0 10px 0;
  max-width: 40%;
  padding: 3px 10px;
  border-radius: 2px;
  border: solid 1px #a0d392;
  background-color: #dffbd6;
  border-left: solid 2px #59cb19;
  border-right: solid 2px #59cb19;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc > label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc > label i {
  margin-right: 3px;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc.has-popover:hover {
  cursor: pointer;
  border: solid 1px #0377f2;
  border-left: solid 2px #0377f2;
  border-right: solid 2px #0377f2;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc.has-error {
  border: solid 1px #f59191;
  border-left: solid 2px #fc5b5e;
  border-right: solid 2px #fc5b5e;
  background-color: #ffe3e3;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc.has-diagnosis {
  border: solid 1px #b2b2b2;
  background-color: #dfdfdf;
  border-left: solid 2px #b2b2b2;
  border-right: solid 2px #b2b2b2;
}
.am-trend-chart-ni-popover .ni-title .ni-status-desc.ni-not-executed {
  border: solid 1px #cdcdcd;
  background-color: #ffffff;
  border-left: solid 2px #cdcdcd;
  border-right: solid 2px #cdcdcd;
}
.am-trend-chart-ni-popover .ni-devices {
  max-height: 300px;
  padding: 2px 15px 2px 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.am-trend-chart-ni-popover .ni-devices > div {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d9e1e7;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
.am-trend-chart-ni-popover .ni-devices > div .device-status-desc {
  width: 90%;
  padding: 3px 10px;
  border-radius: 2px;
  border: solid 1px #a0d392;
  background-color: #dffbd6;
  border-left: solid 2px #59cb19;
  border-right: solid 2px #59cb19;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-ni-popover .ni-devices > div .device-status-desc i {
  margin-right: 3px;
}
.am-trend-chart-ni-popover .ni-devices > div .device-status-desc.has-error {
  border: solid 1px #f59191;
  border-left: solid 2px #fc5b5e;
  border-right: solid 2px #fc5b5e;
  background-color: #ffe3e3;
}
.am-trend-chart-ni-popover .ni-devices > div .device-status-desc.has-diagnosis {
  border: solid 1px #b2b2b2;
  background-color: #dfdfdf;
  border-left: solid 2px #b2b2b2;
  border-right: solid 2px #b2b2b2;
}
.am-trend-chart-ni-popover .ni-devices > div .device-status-desc.ni-not-executed {
  border: solid 1px #cdcdcd;
  background-color: #ffffff;
  border-left: solid 2px #cdcdcd;
  border-right: solid 2px #cdcdcd;
}
.am-trend-chart-ni-popover .ni-devices > div:last-child {
  border-bottom: none;
}
.am-trend-chart-ni-popover .ni-devices > div > div {
  width: 33.3333%;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.am-trend-chart-ni-popover .ni-devices > div > div .btn-link {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-trend-chart-ni-popover .ni-devices > div > div:first-child {
  gap: 0.5rem;
}
.am-trend-chart-ni-popover .ni-devices > div > div:first-child > label {
  width: calc(100% - 25px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.am-trend-chart-ni-popover .ni-devices > div .dropdown-menu > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-trend-chart-ni-popover .ni-actions {
  padding: 10px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-variable-table-point-popover {
  width: 400px;
  height: 90px;
}
.am-variable-table-point-popover .point-summary {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-variable-table-point-popover .point-summary label {
  margin-right: 10px;
}
.am-variable-table-point-popover .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-variable-table-point-popover .actions > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.am-alert-interface-popover .popover-inner {
  max-height: 160px;
  width: 400px;
  overflow: auto;
}
.am-alert-interface-popover .alert-entry {
  display: flex;
  align-items: center;
}
.am-alert-interface-popover .alert-intf {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  margin-left: 4px;
}
.am-alert-interface-popover .alert-msg {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a94442;
  margin-left: 10px;
}

.nb-am-device-selection {
  width: 100%;
  height: 32px;
}
.nb-am-device-selection .device-icon {
  width: 16px;
  margin-right: 3px;
}
.nb-am-device-selection .device-name {
  max-width: calc(100% - 36px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.nb-am-device-selection ul.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.nb-am-device-selection ul.dropdown-menu > li {
  white-space: nowrap;
}

.dataview-adaptive {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.dataview-adaptive .actions-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1e1e1;
}
.dataview-adaptive .actions-container .am-search {
  position: relative;
  flex-grow: 1;
  border-right: 1px solid #e1e1e1;
  padding-left: 10px;
}
.dataview-adaptive .actions-container .am-search input {
  border: none;
}
.dataview-adaptive .actions-container .am-search i {
  position: absolute;
  right: 9px;
  cursor: pointer;
}
.dataview-adaptive .actions-container .am-search .icon_nb_search {
  top: 7px;
}
.dataview-adaptive .actions-container .am-search .icon_nb_close {
  top: 10px;
}
.dataview-adaptive .actions-container .am-search-reset,
.dataview-adaptive .actions-container .am-action-more {
  padding: 8px 10px 0 10px;
}
.dataview-adaptive .actions-container .am-refresh {
  margin-top: 4px;
}
.dataview-adaptive .actions-container .am-action-more .dropdown-toggle {
  cursor: pointer;
}
.dataview-adaptive .device-selection {
  width: 100%;
  padding: 2px 10px;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.dataview-adaptive .dataview-result-outer-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.dataview-adaptive .dataview-result-container {
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.dataview-adaptive .device-probe-tree-container .probe-tree-icon i {
  vertical-align: sub;
}
.dataview-adaptive .device-probe-tree-container div.nb-treeview-directive .ivh-node-row .node-label > span {
  max-width: 400px !important;
}
.dataview-adaptive .device-probe-search-container {
  height: 100%;
}
.dataview-adaptive .device-probe-search-container .ui-grid {
  border: none !important;
  height: 100%;
}
.dataview-adaptive .no-device-privilege-message {
  color: red;
  margin-top: 20%;
  margin-left: 20%;
  font-size: 16px;
}
.monitor-dv-link {
  margin: 20px 20px 10px 40px;
  padding-left: 0px;
  padding-right: 0px;
  width: 320px;
}

.adaptive-monitor-bookmark-dialog .modal-content {
  width: 600px;
}
.adaptive-monitor-bookmark-dialog .modal-body > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.adaptive-monitor-bookmark-dialog .modal-body > div:first-child {
  margin-bottom: 10px;
}
.adaptive-monitor-bookmark-dialog .modal-body > div > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 15px;
}
.adaptive-monitor-bookmark-dialog .modal-body > div .form-group {
  width: 100%;
  margin-bottom: 0;
}
.adaptive-monitor-bookmark-dialog .modal-body > div .form-group label {
  text-align: left;
  width: auto;
  padding-left: 0;
}
.adaptive-monitor-bookmark-dialog .modal-body .bookmark-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.adaptive-monitor-bookmark-dialog .modal-body .bookmark-info > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.adaptive-monitor-bookmark-dialog .modal-body .bookmark-info > div label {
  margin-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.adaptive-monitor-bookmark-dialog .modal-body .bookmark-info > div label div {
  display: inline-block;
}
.adaptive-monitor-bookmark-dialog .modal-footer {
  padding-top: 0 !important;
}
.adaptive-monitor-bookmark-dialog .device-icon {
  width: 16px;
}

.nb-toggle-switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  vertical-align: middle;
  
}
.nb-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.nb-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.nb-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}
.nb-toggle-switch input:checked + .slider {
  background-color: #aaeb01;
}
.nb-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #aaeb01;
}
.nb-toggle-switch input:checked + .slider:before {
  transform: translateX(16px);
}
.nb-toggle-switch .slider.round {
  border-radius: 16px;
}
.nb-toggle-switch .slider.round:before {
  border-radius: 50%;
}

