.dt-uninstall-intent-popout .modal-body {
  width: 400px;
}
.dt-uninstall-intent-popout .modal-body input[type=radio] {
  vertical-align: top;
  margin: 5px 2px 0 0;
}

.execute-tree-container {
  height: 100%;
  width: 100%;
}
.execute-tree-container .et-header-top {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  border-bottom: 1px solid #c8c8c8;
  height: 40px;
  min-width: 0;
}
.execute-tree-container .et-header-top > span {
  flex: 1 1 33.3%;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.execute-tree-container .et-header-top > span:last-child {
  text-align: right;
}
.execute-tree-container .et-header-top .incident-area {
  overflow: hidden;
  text-overflow: ellipsis;
}
.execute-tree-container .et-header-bottom {
  height: 40px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.execute-tree-container .et-bottom {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 0 12px;
  min-width: 0;
}
.execute-tree-container .et-bottom > div {
  overflow: hidden;
}
.execute-tree-container #dt-filter {
  justify-content: flex-end !important;
  padding: 0 20px;
}
.execute-tree-container #dt-legend {
  backgroud: unset !import;
}
.execute-tree-container .decision-tree-container #dt-filter {
  min-width: 0;
}
.execute-tree-container .decision-tree-container #dt-filter > span {
  overflow: hidden;
  white-space: nowrap;
}

.detail-device-dropdown {
  display: flex;
  align-items: center;
}
.detail-device-dropdown .dropdown[uib-dropdown] {
  width: 100%;
}
.detail-device-dropdown .dropdown[uib-dropdown] button.btn.dropdown-toggle {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
}
.detail-device-dropdown .dropdown[uib-dropdown] .button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1px 5px 1px 0;
}
.detail-device-dropdown [uib-dropdown-menu] {
  min-width: 200px;
}
.detail-device-dropdown [uib-dropdown-menu] input {
  height: 34px;
  padding: 0px 10px;
  margin: 0;
  border: 0;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #d8d8d8;
}
.detail-device-dropdown [uib-dropdown-menu] .dropdown-menu[uib-typeahead-popup] {
  width: 100%;
  min-width: unset;
}
.iba-device-dropdown-list {
  width: 268px !important;
}
.iba-device-dropdown-list .filter-line {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background-color: #fafafa;
}
.iba-device-dropdown-list .filter-line input[type="checkbox"] {
  margin: 0;
  margin-right: 6px;
}
.iba-device-dropdown-list .scroll-content {
  max-height: 360px;
  overflow-y: auto;
  padding-bottom: 12px;
}
.iba-device-dropdown-list .scroll-content li {
  height: 26px;
  padding: 0 12px;
  position: relative;
}
.iba-device-dropdown-list .scroll-content li:hover {
  background-color: #abd8f1;
}
.iba-device-dropdown-list .scroll-content li span.menu-text {
  width: calc(100% - 20px);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.iba-device-dropdown-list .scroll-content li span.menu-text.has-incident-icon {
  padding-right: 20px;
}
.iba-device-dropdown-list .scroll-content li .menu-incident-icon {
  position: absolute;
  right: 10px;
  top: 4px;
}

.nb-executed-am-panel {
  position: relative;
}
.nb-executed-am-panel.minimize-iba-panel {
  padding: 0 0 0 16px !important;
}
.nb-executed-am-panel.minimize-iba-panel .top-panel-content {
  display: none;
}
.nb-executed-am-panel.minimize-iba-panel.close-detail-panel {
  width: 16px !important;
}
.nb-executed-am-panel .executed-am-main {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.nb-executed-am-panel .top-panel-header .help {
  display: inline-flex;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.nb-executed-am-panel .top-panel-header .help i {
  margin: -1px 2px 0 0;
}
.nb-executed-am-panel .detail-pane-control {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}
.nb-executed-am-panel .detail-pane-control.has-minimized {
  left: 6px;
  right: inherit;
}
.nb-executed-am-panel .top-panel-detail-pane {
  position: absolute;
  top: 0;
  left: 100%;
  padding-top: 40px;
  width: 737px;
  height: 100%;
}
.nb-executed-am-panel .top-panel-detail-pane.left-collasped {
  position: initial;
  background-color: #fff;
  width: 100%;
}
.nb-executed-am-panel .top-panel-detail-pane .detail-pane-wraper {
  border: 1px solid #c8c8c8;
  border-top: 3px solid #7eb1d9;
  height: 100%;
  background-color: #fff;
}
.nb-executed-am-panel .top-panel-detail-pane .detail-pane-wraper .detail-pane-content {
  height: 100%;
}
.nb-executed-am-panel .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(47, 63, 73, 0.38);
  border: 0;
}

.nb-intent-dashboard-container {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.nb-intent-dashboard-container .filter-section {
  position: relative;
  display: flex;
  background-color: #f5f5f5;
  padding: 5px 20px;
  align-items: center;
  gap: 10px;
}
.nb-intent-dashboard-container .filter-section .device-scope-filter-wrapper {
  display: flex;
  align-items: center;
}
.nb-intent-dashboard-container .filter-section time-range-filter {
  margin-left: auto;
}
.nb-intent-dashboard-container .filter-section .time-range {
  position: absolute;
  right: 20px;
  bottom: -25px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nb-intent-dashboard-container .statistic-section {
  padding: 20px;
  padding-top: 30px;
  border-bottom: 1px solid #c8c8c8;
  height: 423px;
}
.nb-intent-dashboard-container .data-table-section {
  padding: 20px;
  height: calc(100% - 463px);
}
.nb-intent-dashboard-container .intent-statistic-map-pane {
  padding-bottom: 20px;
  border-bottom: 1px dashed #c8c8c8;
}
.nb-intent-dashboard-container .device-with-alert {
  display: flex;
  flex-flow: row nowrap;
  height: 300px;
}
.nb-intent-dashboard-container .device-with-alert .pie-chart-box {
  width: calc(100% - 270px);
  height: 100%;
}
.nb-intent-dashboard-container .device-with-alert .column-chart-box {
  width: 270px;
  height: 100%;
}
.nb-intent-dashboard-container .device-with-alert .column-chart-box .iba-dashboard-chart-content {
  border: 1px solid #f5f5f5;
  height: calc(100% - 60px);
}
.nb-intent-dashboard-container .iba-dashboard-chart-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.nb-intent-dashboard-container .iba-dashboard-chart-container .iba-dashboard-chart-title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.nb-intent-dashboard-container .iba-dashboard-chart-container .iba-dashboard-chart-content {
  width: 100%;
  height: calc(100% - 40px);
  overflow-y: auto !important;
}
.nb-intent-dashboard-container .iba-dashboard-chart-container .iba-dashboard-chart-nodata {
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.nb-intent-dashboard-container .iba-bar-chart-label {
  padding: 0 6px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  width: 92px;
  display: block;
  text-overflow: ellipsis;
  text-align: right;
  color: #0171d4;
}
.nb-intent-dashboard-container .iba-bar-chart-label.selected {
  background-color: #6cb8f9;
  color: #fff;
}

.intent-statistic-map {
  width: 100%;
}
.intent-statistic-map > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.intent-statistic-map .map-content-cell {
  position: relative;
  display: flex;
  justify-content: center;
}
.intent-statistic-map .map-content-cell .cell-content {
  display: flex;
  align-items: center;
}
.intent-statistic-map .map-content-cell .cell-content span {
  flex: 1 1 auto;
  padding: 3px;
}
.intent-statistic-map .map-content-cell .cell-content span:first-child {
  flex: 0 0 auto;
}
.intent-statistic-map .title-statistic-map {
  width: 100%;
}
.intent-statistic-map .title-statistic-map .map-content-cell {
  min-width: 0;
}
.intent-statistic-map .title-statistic-map .map-content-cell .cell-content {
  min-width: 0;
}
.intent-statistic-map .title-statistic-map .map-content-cell .cell-content span:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.intent-statistic-map .basic-statistic-map {
  padding-top: 44px;
  justify-content: space-around;
}
.intent-statistic-map .basic-statistic-map .cell-title {
  position: absolute;
  top: -44px;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
  font-size: 26px;
  height: 42px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 6px;
}
.intent-statistic-map .basic-statistic-map .cell-title.allow-click {
  color: #0171d4;
}
.intent-statistic-map .basic-statistic-map .cell-title.active {
  background-color: #6cb8f9;
  color: #fff;
}
.intent-statistic-map .basic-statistic-map .cell-title .warning-tip {
  position: absolute;
  right: -20px;
}
.intent-statistic-map .basic-statistic-map .cell-content span {
  flex: 1 1 auto;
  padding: 0 6px;
  font-size: 13px;
}
.intent-statistic-map .basic-statistic-map .cursor-pointer {
  cursor: pointer;
}
.tooltip.warning-tooltip-class > .tooltip-inner {
  background-color: #dfa722 !important;
}
.tooltip.warning-tooltip-class.right > .tooltip-arrow,
.tooltip.warning-tooltip-class.left > .tooltip-arrow {
  border-right-color: #dfa722 !important;
  border-left-color: #dfa722 !important;
}
.tooltip.warning-tooltip-class.top > .tooltip-arrow,
.tooltip.warning-tooltip-class.bottom > .tooltip-arrow {
  border-top-color: #dfa722 !important;
  border-bottom-color: #dfa722 !important;
}

.intent-dashboard-devices-grid-container {
  height: 100%;
}
.intent-dashboard-devices-grid-container .grid-header {
  height: 40px;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.intent-dashboard-devices-grid-container .grid-header .header-right {
  flex: 0 0 180px;
  align-items: center;
}
.intent-dashboard-devices-grid-container .grid-header .header-left {
  flex: 1 1 auto;
  align-items: center;
  display: inline-flex;
  width: calc(100% - 180px);
}
.intent-dashboard-devices-grid-container .grid-header .header-left .dropdown .btn.dropdown-toggle {
  border: inherit;
  line-height: 15px;
}
.intent-dashboard-devices-grid-container .grid-header .header-left .dropdown-menu {
  width: auto;
}
.intent-dashboard-devices-grid-container .grid-header .header-left .dropdown-menu li {
  white-space: nowrap;
}
.intent-dashboard-devices-grid-container .grid-header .header-left .dropdown-menu li:hover {
  background-color: #abd8f1;
}
.intent-dashboard-devices-grid-container .grid-header .header-left .alert-count {
  margin-right: 30px;
  width: 70px;
}
.intent-dashboard-devices-grid-container .grid-content {
  height: calc(100% - 40px);
}
.nb-intent-dashboard-detail .header-right {
  flex: 0 0 198px !important;
  display: flex;
  justify-content: space-between;
}

.nb-intent-dashboard-detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nb-intent-dashboard-detail .detail-section-header {
  height: 26px;
  display: flex;
  background-color: #f0f0f0;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-top: 1px solid #c8c8c8;
  min-width: 0;
}
.nb-intent-dashboard-detail .detail-section-header.execute-tree-section-header {
  background-color: #fff;
  border-top: 0;
  border-bottom: 1px solid #c8c8c8;
}
.nb-intent-dashboard-detail .detail-section-header.execute-tree-section-header .help {
  cursor: pointer;
  margin-right: 2px;
}
.nb-intent-dashboard-detail .detail-section-header.execute-tree-section-header .help i {
  margin-right: 2px;
}
.nb-intent-dashboard-detail .detail-section-header > * {
  overflow: hidden;
  white-space: nowrap;
}
.nb-intent-dashboard-detail .detail-section-header .alert-grid-title {
  display: flex;
  max-width: calc(100% - 45px);
}
.nb-intent-dashboard-detail .detail-section-header .alert-grid-title > * {
  flex: 1 1 auto;
  white-space: nowrap;
  margin-right: 6px;
}
.nb-intent-dashboard-detail .detail-section-header .alert-grid-title .probe-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nb-intent-dashboard-detail .detail-section-content {
  height: calc(100% - 26px);
}
.nb-intent-dashboard-detail .decision-tree-section {
  flex: 1 1 auto;
  height: calc(100% - 350px);
}
.nb-intent-dashboard-detail .alert-history-section {
  flex: 0 0 350px;
  height: 350px;
}
.nb-intent-dashboard-detail .alert-history-section .detail-section-content {
  padding: 0 12px 20px 12px;
}
.nb-intent-dashboard-detail .alert-history-section.collasped {
  max-height: 30px;
}
.nb-intent-dashboard-detail .icon-container {
  position: relative;
}

device-scope-filter {
  display: flex;
  align-items: center;
}
device-scope-filter #device-scoep-identifier {
  margin-left: 5px;
}
device-scope-filter .select-device-scope {
  line-height: 17px;
}
device-scope-filter .select-device-scope .selected-device-scope {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 250px;
}
device-scope-filter .select-device-scope .select-device-dropdown {
  margin-top: -8px;
}
device-scope-filter .dropdown[uib-dropdown] button.btn.dropdown-toggle {
  border: none;
  background-color: transparent;
}
device-scope-filter .dropdown[uib-dropdown] .typeahead-wrapper input {
  width: 100%;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 8px 8px 0 0;
}
device-scope-filter [uib-dropdown-menu] {
  min-width: 250px;
}
device-scope-filter [uib-dropdown-menu] input {
  padding: 0px 10px;
}
device-scope-filter [uib-dropdown-menu] .dropdown-menu[uib-typeahead-popup] {
  width: 100%;
  min-width: unset;
}
device-scope-filter [uib-dropdown-menu] ul li {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
device-scope-filter [uib-dropdown-menu] ul li:hover {
  background-color: #abd8f1;
}

time-range-filter > .btn-group {
  display: flex;
  gap: 6px;
  white-space: nowrap;
  margin-left: 0 !important;
}
time-range-filter > .btn-group .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
time-range-filter > .btn-group .btn-check:checked + .btn-outline-primary {
  background: #EEF6FD;
  border: 1px solid #BFD8EE;
}
time-range-filter > .btn-group .btn-outline-primary {
  border: 1px solid #E8E8E8;
  border-radius: 10px !important;
  background: #ffffff;
  height: 24px;
  font-size: 11px;
  padding: 4px 10px;
  margin-left: 0;
}
time-range-filter .popover-customize-timerange {
  max-width: 520px;
}
time-range-filter .popover-content {
  width: 520px;
}
time-range-filter .popover-content .form-group.button-wrapper {
  justify-content: flex-end;
  margin-bottom: 0;
}
time-range-filter .popover-content .form-group label {
  flex-basis: 45px;
}
time-range-filter .popover-content .form-group input[type="number"] {
  margin-right: 10px;
  width: 50px;
  flex-grow: 0;
}
time-range-filter .popover-content .form-group nb-date-picker-popup {
  width: 140px;
}
time-range-filter .popover-content .form-group nb-date-picker-popup .nb-date-picker-wrap > input.form-control {
  width: calc(140px - 10px);
}
time-range-filter .popover-content .form-group nb-date-picker-popup .nb-date-picker-wrap > span.input-group-btn {
  display: none;
}
time-range-filter .popover-content .form-group .dropdown.open > .dropdown-menu {
  display: block;
  min-width: unset;
}
time-range-filter .popover-content .form-group .dropdown.to-mode {
  width: calc(140px - 10px);
  margin-right: 10px;
}
time-range-filter .popover-content .form-group .dropdown.period {
  width: 70px;
}
time-range-filter .popover-content .form-group .dropdown.period .btn:first-child {
  padding: 6px;
}

.default-filter-setting-modal .modal-body {
  width: 500px;
}
.default-filter-setting-modal .modal-body section {
  display: flex;
  align-items: center;
}
.default-filter-setting-modal .modal-body section > label {
  flex-basis: 120px;
  flex-shrink: 0;
  text-align: right;
}
.default-filter-setting-modal .modal-body section input[type="number"] {
  margin-left: 0.5em;
  margin-right: 10px;
  width: 50px;
}
.default-filter-setting-modal .modal-body section .time-range-unit-dropdown.dropdown {
  width: 100px;
}
.default-filter-setting-modal .modal-body section .time-range-unit-dropdown.dropdown .dropdown-menu {
  min-width: unset;
}
.default-filter-setting-modal .modal-body section:not(:first-child) {
  margin-top: 10px;
}

