.fid-manager {
  padding: 15px 15px 0;
  height: 100%;
}
.fid-manager .fid-manager-header {
  height: 40px;
  margin: 0 15px 10px;
}
.fid-manager .fid-manager-header label {
  font-size: large;
}
.fid-manager .fid-manager-header .top-right-header {
  margin-top: 4px;
  float: right;
}
.fid-manager .fid-manager-boday {
  height: calc(100% - 40px - 30px);
}
.fid-manager .fid-manager-boday .fid-management-tab {
  height: 100%;
}
.fid-manager .fid-manager-boday .fid-management-tab .row {
  margin: 0 15px;
  height: 100%;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 {
  height: 100%;
  padding-left: 0;
  border-right: 1px solid #c8c8c8;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh {
  width: 100%;
  height: 40px;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-search {
  float: left;
  width: calc(100% - 100px);
  position: relative;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-search > input[type=text] {
  width: 100%;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-search .icon_nb_search,
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-search .icon_nb_close {
  position: absolute;
  cursor: pointer;
  top: 7px;
  right: 10px;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-search .icon_nb_close {
  top: 10px;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-refresh {
  float: right;
  cursor: pointer;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-search-refresh .fid-tree-refresh .icon_nb_refresh_color {
  margin: 0 6px;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-3 .fid-tree-pane {
  border: 1px solid #c8c8c8;
  height: calc(100% - 40px);
  overflow: auto;
}
.fid-manager .fid-manager-boday .fid-management-tab .row .col-sm-9 {
  height: 100%;
  padding-right: 0;
}
.fid-manager .fid-details-main {
  height: 100%;
}
.fid-manager .fid-details-main .fid-details-header {
  height: 40px;
  width: 100%;
  padding: 0 6px;
  display: inline-block;
}
.fid-manager .fid-details-main .fid-details-header .fid-label-name {
  width: 250px;
  margin-right: 10px;
}
.fid-manager .fid-details-main .fid-details-header .fid-label-name,
.fid-manager .fid-details-main .fid-details-header .fid-label-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fid-manager .fid-details-main .fid-details-body {
  height: calc(100% - 40px);
}
.fid-manager .fid-details-body .fid-details-body-tabset {
  height: 100%;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content {
  height: calc(100% - 30px);
  padding: 10px 0;
  border: 1px solid #c8c8c8;
  border-top: none;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane {
  height: 100%;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header {
  height: 30px;
  margin: 0 15px 10px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header ul {
  border-bottom: 1px solid #c8c8c8;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header ul li {
  display: inline-block;
  margin-right: 50px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header ul li a {
  color: #0f0f0f;
  cursor: pointer;
  text-decoration: none;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header ul li.hover {
  text-decoration: none;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header ul li.active {
  border-bottom: 2px solid #7db1b9;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-header ul li.active a {
  color: #333333;
  font-weight: bolder;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body {
  height: calc(100% - 80px);
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab {
  position: relative;
  height: 100%;
  margin: 0 15px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-popup-button {
  height: 30px;
  float: right;
  margin-right: 6px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-editor-area {
  height: calc(100% - 70px);
  clear: both;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-editor-area .yaml-content-area {
  height: 60%;
  margin-bottom: 10px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-editor-area .yaml-validator {
  z-index: 10;
  height: calc(40% - 10px);
  background-color: #f5f5f5;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-test-area {
  height: 40px;
  padding-top: 8px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-test-area .btn-help {
  padding-top: 4px;
  cursor: pointer;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-test-area .form-group {
  margin-bottom: 0;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-test-area .form-group .btn-validate-yaml {
  margin-right: 15px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-yaml-tab .yaml-spinner-area {
  position: absolute;
  top: 50%;
  left: 45%;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab {
  height: 100%;
  margin: 0 15px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ni-grid-header {
  height: 30px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ni-grid-header .total-count {
  margin-right: 30px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ni-grid-header .btn.btn-link {
  margin-right: 30px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ni-grid-header .btn.btn-link .icon_nb_add {
  margin-right: 4px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ni-grid-header .dropdown .btn.dropdown-toggle {
  border: none;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ni-grid-header .dropdown .dropdown-menu {
  margin-top: 5px;
  width: 210px;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-body .fid-network-intents-tab .ui-grid {
  height: calc(100% - 35px) !important;
}
.fid-manager .fid-details-body .fid-details-body-tabset .tab-content .tab-pane .template-definition-footer {
  height: 40px;
  padding-top: 10px;
  padding-right: 15px;
  float: right;
}
.yaml-editor-popup .modal-body {
  height: 600px;
  min-width: 1000px;
  min-height: 600px;
}
.yaml-editor-popup .modal-body .yaml-content-area {
  height: 60%;
  margin-bottom: 10px;
}
.yaml-editor-popup .modal-body .yaml-validator {
  z-index: 10;
  height: calc(40% - 10px);
  background-color: #f5f5f5;
}
.test-results-comparision .modal-body {
  width: 800px;
  height: 400px;
}
.fid-yaml-editor {
  width: 100%;
  height: 100%;
}
.fid-yaml-editor .editor-wrapper {
  width: 100%;
  height: 100%;
}
.fid-yaml-editor .editor-wrapper pre {
  width: 100%;
  height: 100%;
}
.rename-fid-folder-popup .modal-body {
  width: 350px;
  padding: 30px 30px 10px !important;
}
.rename-fid-folder-popup .modal-body input[type=text] {
  width: 100%;
  padding: 0 10px;
}
.fid-save-as-popup .modal-body {
  width: 400px;
  padding-bottom: 10px;
}
.fid-save-as-popup .modal-body .fid-tree-for-save-as {
  height: 340px;
  border: 1px solid #c8c8c8;
  padding: 6px;
}
.fid-save-as-popup .modal-body .new-fid-name {
  margin-top: 20px;
}
.fid-save-as-popup .modal-body .new-fid-name input[type=text] {
  width: 315px;
  float: right;
}
.fid-yaml-validator {
  height: 100%;
  position: relative;
}
.fid-yaml-validator .yaml-validator-header {
  height: 30px;
  border: 1px solid #c8c8c8;
  border-bottom: none;
}
.fid-yaml-validator .yaml-validator-header label {
  margin-left: 10px;
  font-size: larger;
  font-weight: 600;
}
.fid-yaml-validator .yaml-validator-header i {
  margin-top: 10px;
  margin-right: 6px;
}
.fid-yaml-validator .yaml-validator-body {
  position: relative;
  height: calc(100% - 30px) !important;
}
.fid-yaml-validator .yaml-validator-body .ui-grid {
  width: calc(100% - 2px) !important;
  height: 100% !important;
}
.fid-yaml-validator .yaml-validator-body .validator-no-error {
  height: 100%;
  border: 1px solid #c8c8c8;
}
.fid-yaml-validator .yaml-validator-body .validator-no-error span {
  position: absolute;
  top: 45%;
  left: 45%;
}
.fid-yaml-validator .yaml-spinner-area {
  position: absolute;
  top: 50%;
  left: 45%;
}
.actions-save-as-dialog .modal-body .save-network-intent-class .network-intent-folder-tree {
  border: 1px solid #ccc;
  height: 250px;
}
.actions-save-as-dialog .modal-body .save-network-intent-class .save-network-intent-class-name {
  margin-top: 10px;
}
.actions-save-as-dialog .modal-body .save-network-intent-class .save-network-intent-class-name .save-network-intent-class-name-span {
  display: inline-block;
  width: 40px;
}
.actions-save-as-dialog .modal-body .save-network-intent-class .save-network-intent-class-name .save-network-intent-class-name-input {
  width: calc(100% - 45px);
}

.fid-execute-and-view-results {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.fid-execute-and-view-results .run-stop-schedule {
  height: 40px;
  padding-top: 5px;
}
.fid-execute-and-view-results .run-stop-schedule .btn-run-now {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fid-execute-and-view-results .run-stop-schedule .btn-chg-run-settings {
  padding: 6px;
  margin-left: -3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fid-execute-and-view-results .run-stop-schedule .btn.btn-danger {
  width: 105px;
}
.fid-execute-and-view-results .run-stop-schedule .vertical-line {
  margin: 0 15px;
}
.fid-execute-and-view-results .run-stop-schedule .dropdown .btn.dropdown-body {
  width: 130px;
}
.fid-execute-and-view-results .run-stop-schedule .device-scope-label {
  margin: 0 3px 0 15px;
}
.fid-execute-and-view-results .run-stop-schedule device-scope-filter {
  display: inline-block;
}
.fid-execute-and-view-results .run-stop-schedule device-scope-filter .dropdown[uib-dropdown] button.btn.dropdown-toggle {
  border: solid 1px #c8c8c8;
}
.fid-execute-and-view-results .view-results-header {
  height: 40px;
  padding-top: 15px;
}
.fid-execute-and-view-results .view-results-header label {
  margin-right: 40px;
}
.fid-execute-and-view-results .view-results-body {
  height: calc(100% - 85px);
  border: solid 1px #c8c8c8;
}
.fid-execute-and-view-results .view-results-body .view-results-selection {
  height: 45px;
  margin: 0 15px;
  padding: 10px 0;
  border-bottom: solid 1px #c8c8c8;
}
.fid-execute-and-view-results .view-results-body .view-results-selection label {
  width: 200px;
}
.fid-execute-and-view-results .view-results-body .view-results-selection input[type=radio] {
  margin-right: 3px;
}
.fid-execute-and-view-results .view-results-body .view-results-summary-pane {
  height: calc(100% - 45px);
  margin-right: 15px;
  overflow: auto;
}
.executionResultsPopup .modal-body {
  width: 800px;
  height: 500px;
}
.executionResultsPopup .modal-body .execution-date-picker-area nb-date-picker-popup {
  margin-left: 6px;
}
.executionResultsPopup .modal-body .execution-date-picker-area nb-date-picker-popup .nb-date-picker-wrap > input.form-control {
  width: 150px;
  margin-right: 6px !important;
}
.executionResultsPopup .modal-body .execution-date-picker-area .to-date-label {
  margin-left: 40px;
}
.executionResultsPopup .modal-body .execution-result-grid {
  height: calc(100% - 45px) !important;
}
.executionResultsPopup .modal-body .execution-result-grid .ui-grid {
  height: 100% !important;
}
.executionLogsPopup .modal-body {
  width: 780px;
  height: 500px;
}
.executionLogsPopup .modal-body .execution-log-top .show-error-only {
  width: 130px;
  text-align: left;
}
.executionLogsPopup .modal-body .execution-log-top .show-warning-only {
  width: 130px;
  text-align: left;
  margin-right: 80px;
  margin-top: 3px;
}
.executionLogsPopup .modal-body .execution-log-top .fid-log-search {
  width: 250px;
  margin-right: 10px;
  position: relative;
}
.executionLogsPopup .modal-body .execution-log-top .fid-log-search > input[type=text] {
  width: 100%;
}
.executionLogsPopup .modal-body .execution-log-top .fid-log-search .icon_nb_search,
.executionLogsPopup .modal-body .execution-log-top .fid-log-search .icon_nb_close {
  position: absolute;
  cursor: pointer;
  top: 7px;
  right: 10px;
}
.executionLogsPopup .modal-body .execution-log-top .fid-log-search .icon_nb_close {
  top: 10px;
}
.executionLogsPopup .modal-body .execution-log-top .fid-log-export,
.executionLogsPopup .modal-body .execution-log-top .fid-log-refresh {
  width: 70px;
  cursor: pointer;
}
.executionLogsPopup .modal-body .execution-log-top .fid-log-export .icon_nb_export,
.executionLogsPopup .modal-body .execution-log-top .fid-log-refresh .icon_nb_export,
.executionLogsPopup .modal-body .execution-log-top .fid-log-export .icon_nb_refresh_color,
.executionLogsPopup .modal-body .execution-log-top .fid-log-refresh .icon_nb_refresh_color {
  margin: 0 3px 0 6px;
}
.executionLogsPopup .modal-body .execution-log-grid {
  height: calc(100% - 45px) !important;
}
.executionLogsPopup .modal-body .execution-log-grid .ui-grid {
  height: 100% !important;
}
.fid-execution-summary {
  padding: 15px;
}
.fid-execution-summary ul li {
  margin-left: 30px;
}
.fid-execution-summary ul li a {
  cursor: pointer;
}
.fid-matched-device-popup,
.fid-asset-info-popup {
  position: relative;
}
.fid-matched-device-popup .modal-body,
.fid-asset-info-popup .modal-body {
  width: 800px;
  height: 500px;
}
.fid-matched-device-popup .modal-body .ui-grid,
.fid-asset-info-popup .modal-body .ui-grid {
  height: calc(100% - 35px) !important;
}
.fid-matched-device-popup .modal-body .ui-grid .device-icon,
.fid-asset-info-popup .modal-body .ui-grid .device-icon {
  width: 20px;
  height: auto;
}
.fid-matched-device-popup .modal-body .nb-grid-header-bar .default-search-bar,
.fid-asset-info-popup .modal-body .nb-grid-header-bar .default-search-bar {
  width: 250px;
}
.fid-matched-device-popup .matched-device-spinner,
.fid-asset-info-popup .matched-device-spinner {
  position: absolute;
  top: 50%;
  left: 45%;
}
.fid-blocking-list-popup .modal-body {
  width: 450px;
}
.fid-blocking-list-popup .modal-body .blocking-list-summary {
  border: solid 1px #c8c8c8;
}
.run-fid-privilege-check-popup .modal-body {
  padding-bottom: 0 !important;
  min-width: 500px;
}
.run-fid-privilege-check-popup .modal-body .top-message-area {
  margin-bottom: 15px;
}
.run-fid-privilege-check-popup .modal-body .top-message-area em {
  margin-right: 6px;
}
.run-mode-setting-popup .modal-body {
  padding: 30px 30px 20px 20px !important;
  width: 360px;
}
.run-mode-setting-popup .modal-body .col-sm-6 {
  padding-left: 0;
}
.run-mode-setting-popup .modal-body span {
  text-align: right;
}
.error-text {
  color: #ff0000;
}
.warning-text {
  color: #ffa500;
}

.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;
}
.fid-global-scheduler .modal-body {
  width: 850px;
  max-height: 780px;
  overflow-y: auto;
}
.fid-global-scheduler .modal-body .schedule-timezone {
  padding-left: 10px;
}
.fid-global-scheduler .modal-body .schedule-timezone .timeZoneTip {
  width: 350px;
  vertical-align: top;
}
.fid-global-scheduler .modal-body .schedule-timezone .timeZoneTip > button.dropdown-body-custom {
  max-width: none;
}
.fid-global-scheduler .modal-body .schedule-options {
  border-top: 1px solid #c8c8c8;
  margin-top: 15px;
  padding: 10px;
}
.fid-global-scheduler .modal-body .schedule-options .row {
  margin-top: 10px;
}
.fid-global-scheduler .modal-body .schedule-options .row .col-sm-2 {
  padding-righ: 10px;
  width: 20% !important;
}
.fid-global-scheduler .modal-body .schedule-options .row .col-sm-10 {
  padding: 0;
  width: 80% !important;
}
.fid-global-scheduler .modal-body .schedule-options .row .col-sm-10 input[type=number] {
  width: 50px;
  margin-right: 10px;
}
.fid-global-scheduler .modal-body .schedule-options .row .col-sm-10 nb-timepicker {
  float: left;
}
.fid-global-scheduler .modal-body .schedule-options .row .col-sm-10 a {
  margin-left: 6px;
  cursor: pointer;
  float: left;
}
.fid-global-scheduler .modal-body .schedule-options .row .check-group-inline {
  margin-left: -12px;
}
.fid-global-scheduler .modal-body .schedule-options .row .col-sm-3 {
  padding-left: 0;
}

