/* Copyright (c) 2019 NetApp, Inc., All Rights Reserved */
@import "../vendor/bootstrap/css/bootstrap.css";
@import "../vendor/ladda/ladda-themeless.min.css";
/* Copyright (c) 2014-2020 NetApp, Inc., All Rights Reserved */
/* Copyright (c) 2015-2020 NetApp, Inc., All Rights Reserved */
/* Copyright (c) 2016-2020 NetApp, Inc., All Rights Reserved */
/* For http://angular-ui.github.io/bootstrap/ */
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
html {
  height: 100%;
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* Default font-size for all pages are set to 10pt.  Define the font-size property
     only if it is different from the default size or when overriding a bootstrap CSS
     class.*/
  font-size: 10pt;
  text-align: left;
  height: 100%;
}
.link-button {
  background: none;
  border: none;
  color: #2d6dde;
}
ng-view > article[class*="col-"] {
  margin-top: -20px;
  padding-left: 0;
}
ng-view > article > div[class*="col-"] {
  margin-top: -20px;
}
ng-view > article > div[class*="col-"]:first-of-type {
  padding-left: 0;
}
.nms-tenant ng-view > article > .page-header {
  margin-top: -10px;
}
.tooltip,
.popover {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.no-tooltip-indicator {
  border-bottom: none !important;
}
[uib-tooltip]:not([uib-tooltip=""]),
[uib-tooltip-template]:not([uib-tooltip-template=""]) {
  border-bottom: 1px dotted #999999;
}
.tooltip-inner {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 0px;
  color: #454545;
  padding: 10px;
}
.tooltip.top .tooltip-arrow:after,
.tooltip.right .tooltip-arrow:after,
.tooltip.bottom .tooltip-arrow:after,
.tooltip.left .tooltip-arrow:after {
  border: solid 5px transparent;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #cccccc;
}
.tooltip.top .tooltip-arrow:after {
  border-top-color: #ffffff;
  top: -6px;
  left: -5px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #cccccc;
}
.tooltip.right .tooltip-arrow:after {
  border-right-color: #ffffff;
  top: -5px;
  left: -4px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #cccccc;
}
.tooltip.bottom .tooltip-arrow:after {
  border-bottom-color: #ffffff;
  top: -4px;
  left: -5px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #cccccc;
}
.tooltip.left .tooltip-arrow:after {
  border-left-color: #ffffff;
  top: -5px;
  left: -6px;
}
body,
input[type='text'] {
  color: #454545;
}
a[ng-click] {
  cursor: pointer;
}
a {
  color: #0067c5;
}
a.disabled,
a.disabled:hover,
a.disabled:focus,
a.disabled:active,
a.disabled.active {
  cursor: not-allowed;
  pointer-events: none;
  color: #c0e7ff;
}
a:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
/* Fixes chrome blue border issue */
na-app-angular-js button:focus,
html[ng-app] button:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
/* TODO: Make variables of the common netapp colors */
.btn {
  border-radius: 0px !important;
  font-size: 12px;
}
.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #999999;
}
.btn-default:focus,
.btn-default:hover,
.btn-default:hover:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus {
  color: #000000;
  background-color: #cccccc;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #808080;
}
.btn-default:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
.btn-primary {
  color: #ffffff;
  background-color: #67a1d3;
  border-color: #306ea4;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus {
  color: #ffffff;
  background-color: #306ea4;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #8fb9de;
  border-color: #67a1d3;
  color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #8c8c8c;
  border-color: #595959;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:hover:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  color: #ffffff;
  background-color: #595959;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #a6a6a6;
  border-color: #8c8c8c;
  color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e26464;
  border-color: #bd2323;
}
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:hover:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger.active:focus {
  color: #ffffff;
  background-color: #bd2323;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ea8f8f;
  border-color: #e26464;
  color: #ffffff;
}
input[type='text']:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
/* Provide option to hide numeric spinner where it doesn't make sense. */
input.no-spinner {
  -moz-appearance: textfield;
}
input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
label {
  font-size: 10pt;
  font-weight: normal;
  width: 250px;
  margin-bottom: 15px;
}
label > input[type="checkbox"] {
  margin: 2px 0 0;
}
.checkbox label,
.radio-button-group label {
  width: auto;
  padding-right: 30px;
}
.checkbox label span::after,
.radio-button-group label span::after {
  content: '';
}
.form-group .radio-inline {
  padding-top: 0px !important;
}
.form-group .radio-inline label {
  margin-bottom: 0;
}
.form-group .radio-inline span {
  display: inline-block;
  padding-top: 1px;
  vertical-align: middle;
}
.nav-btn {
  margin-right: 50px;
  text-align: right;
}
.title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.description {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.left-align-text {
  text-align: left;
}
.list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.list-group-item {
  border-radius: 0 !important;
}
.link-copying-field {
  width: 90%;
  border: 1px solid #d0d0d0;
}
.table-row {
  background-color: #fafafa;
}
.table-row-alt {
  background-color: #ffffff;
}
.form-group.pull-right > button:first-child {
  margin-right: 12px;
}
.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
}
.keep-newlines {
  white-space: pre-line;
}
.has-success {
  color: #98d39f !important;
}
.has-error .form-control-static {
  color: #e26464 !important;
}
.has-error .glyphicon-input {
  color: #454545;
}
.has-warning,
.has-warning .form-control-static {
  color: #8a6d3b;
}
.warning-icon-image {
  background: url('/shared/global/img/icons/Risks_Warning_Events-16x16.png') left no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
}
.progress {
  margin-bottom: 0px;
}
.progress,
.form-control {
  border-radius: 0px !important;
}
.glyphicon-question-sign {
  color: #67a1d3;
  margin-left: 8px;
}
.toolbar-glyphicon {
  top: 2px;
}
.glyphicon-input .glyphicon:hover,
.glyphicon-input .glyphicon:hover:focus {
  cursor: pointer;
}
.glyphicon-input .glyphicon-plus:hover,
.glyphicon-input .glyphicon-plus:hover:focus {
  color: #85c486 !important;
}
.glyphicon-input .glyphicon-remove:hover,
.glyphicon-input .glyphicon-remove:hover:focus {
  color: #e26464;
}
.glyphicon-input .glyphicon-trash:hover,
.glyphicon-input .glyphicon-trash:hover:focus {
  color: #e26464;
}
.glyphicon-input-lg > .glyphicon {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.glyphicon-input-sm > .glyphicon {
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-toolbar {
  background-color: #efefef;
  margin-left: 0px;
  padding: 10px;
}
.btn-toolbar button:first-of-type {
  margin-left: 0;
}
.btn-toolbar > .complete-search .glyphicon {
  color: #666666;
  top: -6px;
  right: -6px;
}
.btn-toolbar .toolbar-glyphicon {
  padding-right: 2px;
}
.form-btn-toolbar {
  margin-top: 15px;
}
.form-btn-toolbar button {
  min-width: 120px;
}
.form-btn-toolbar button.has-feedback .glyphicon {
  margin-left: 10px;
}
button:hover .toolbar-glyphicon,
button:hover:focus .toolbar-glyphicon {
  color: #0067c5;
}
button:hover .toolbar-glyphicon-add,
button:hover:focus .toolbar-glyphicon-add,
button:hover .toolbar-glyphicon-duplicate,
button:hover:focus .toolbar-glyphicon-duplicate {
  color: #85c486;
}
button:hover .toolbar-glyphicon-remove,
button:hover:focus .toolbar-glyphicon-remove,
button:hover .toolbar-glyphicon-erase,
button:hover:focus .toolbar-glyphicon-erase {
  color: #e26464;
}
.resource-table {
  width: 100% !important;
}
.resource-table .alternate-row {
  background-color: #f3f3f3;
}
.resource-table .selected-row {
  background-color: #c3dced;
}
.resource-table .last-row-border {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
.resource-table tbody {
  border: 1px solid #d7d7d7;
  border-bottom: 0;
}
.resource-table tr {
  height: 25px;
}
.resource-table th,
.resource-table td {
  padding-left: 5px;
  padding-right: 5px;
  border-color: #cccccc;
  border-width: 1px;
  border-style: none solid none solid;
}
.resource-table th:first-of-type,
.resource-table td:first-of-type {
  border-style: none solid none none;
}
.resource-table th:last-of-type,
.resource-table td:last-of-type {
  border-style: none none none solid;
}
.resource-table thead tr {
  border: #cccccc;
  border-width: 1px;
  border-style: solid;
  background-color: #e8e8e8;
}
.resource-table td.input-select-column {
  width: 25px;
}
.resource-table td.input-select-column input {
  cursor: pointer;
}
.resource-table-no-results {
  padding: 10px;
}
.resource-table-no-results span {
  font-style: italic;
}
.vertical-scroll-table {
  max-height: 600px;
  overflow: auto;
}
.resource-list-panel .panel .panel-heading {
  height: 30px;
  padding-top: 7px;
  padding-left: 10px;
  line-height: 1;
}
.resource-list-panel .panel .panel-body {
  padding: 0px;
  overflow-y: auto;
}
.resource-list-panel .panel .panel-footer {
  padding: 0px;
}
.resource-list-panel .panel .list-group-item {
  height: 25px;
  padding: 5px 0 0 10px;
  font-size: 12px;
  line-height: 1;
}
.resource-list-panel .panel .list-group-item:first-child,
.resource-list-panel .panel .list-group-item:last-child {
  border-radius: 0px;
}
.resource-list-panel .list-group .selected-row {
  background-color: #c3dced;
}
.panel {
  border-radius: 0;
}
.panel .panel-heading {
  border-radius: 0;
  display: flex;
  align-items: center;
}
.panel .panel-heading .panel-title {
  font-size: 16px;
}
.alert-modal,
.form-modal {
  color: #333;
  word-wrap: break-word;
}
.alert-modal .modal-header,
.form-modal .modal-header {
  background-color: #efefef;
  border: 0px;
  border-radius: 0px;
  min-height: 38px;
  padding: 5px 15px 5px 15px;
}
.alert-modal .modal-header h1,
.form-modal .modal-header h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
}
.alert-modal .modal-body,
.form-modal .modal-body {
  padding-bottom: 5px;
}
.alert-modal .modal-footer,
.form-modal .modal-footer {
  background-color: #efefef;
  border: 0px;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 4px;
}
.form-legend {
  font-size: 14px;
  font-weight: 600;
}
.form-horizontal .checkbox.right-side-checkbox > input[type="checkbox"] {
  margin-left: auto;
}
.form-modal .modal-body section {
  margin-top: 30px;
}
.form-modal .modal-body section:first-of-type {
  margin-top: 0px;
}
.form-modal .modal-body h2 {
  font-size: 16px;
  margin: 0 0 18px 14px;
}
.form-modal .modal-body input.input-sm {
  height: 30px;
  padding: 5px 10px;
}
.form-modal .modal-body select.input-sm {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.form-modal .modal-body textarea.input-sm,
.form-modal .modal-body select[multiple].input-sm {
  height: auto;
}
.form-modal .modal-body .form-control {
  font-size: 12px;
  height: 19px;
  padding: 1px 3px;
}
.form-modal .modal-body .form-control-static {
  font-size: 12px;
  height: 19px;
  min-height: 19px;
  padding-bottom: 0;
  padding-top: 2px;
}
.form-modal .modal-body .control-label {
  color: #333;
  font-size: 12px;
  padding-top: 2px;
  padding-right: 5px;
}
.form-modal .modal-body .modal-helper-text {
  font-size: 12px;
  margin-bottom: 25px;
}
.form-modal .modal-body .section-helper-text {
  font-size: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
}
.form-modal .modal-body .modal-table {
  max-height: 400px;
  overflow: auto;
}
.form-modal .modal-body .modal-table .modal-table-footer {
  background-color: #e8e8e8;
  height: 25px;
  width: 100%;
}
textarea.monospace {
  font-family: monospace;
  white-space: pre;
  word-wrap: normal;
}
.vcenter {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
.inline-link {
  text-decoration: underline;
}
.word-break-all {
  word-break: break-all;
}
.page-header {
  border-bottom: none;
  margin: 0 0 25px 0;
  padding-bottom: 0;
}
.page-header h1 {
  font-size: 16px;
}
.page-header-with-video h1 {
  margin-top: 0;
}
.table-header {
  border-bottom: none;
  padding-bottom: 0;
}
.table-header h2 {
  font-size: 16px;
}
.lead {
  font-size: 12px;
}
section.bottom-padded {
  padding-bottom: 30px;
}
.severity-info {
  color: #0067c5;
}
.ui-select-container .ui-select-toggle {
  border-color: #cccccc;
}
*[nms-button-show-success] .glyphicon-ok {
  margin-left: 10px;
}
*[nms-button-show-success] .glyphicon-ok.ng-leave {
  transition: 1s linear all;
  opacity: 1;
}
*[nms-button-show-success] .glyphicon-ok.ng-leave.ng-leave-active {
  opacity: 0;
}
.display-inline-block {
  display: inline-block;
}
.nms-video-context-link {
  margin-left: 16px;
  vertical-align: middle;
}
.nms-video-context-link .glyphicon-facetime-video {
  margin-right: 5px;
  font-size: 20px;
  color: #0077c0;
}
.nms-video-context-link a {
  position: relative;
  top: -3px;
  font-size: 16px;
  font-weight: 300;
}
.nms-next {
  /* BEGIN: Alert rules.less specific */
  /* END: Alert rules.less specific */
  /* BEGIN: Alert history.less specific */
  /* END: Alert history.less specific */
}
.nms-next p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.nms-next .page-header h1,
.nms-next .table-header h1 {
  color: #454545;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0;
}
.nms-next input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border-radius: 2px;
  margin-top: 3px;
}
.nms-next input[type="radio"] {
  height: 20px;
  width: 20px;
  border-radius: 0;
  margin-top: 5px;
}
.nms-next label,
.nms-next .form-modal .modal-body .control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.nms-next .radio-inline {
  font-weight: normal;
}
@media (min-width: 768px) {
  .nms-next .modal-dialog {
    max-width: 750px;
    margin: 30px auto;
  }
}
.nms-next .form-modal .modal-body .form-group {
  display: flex;
  align-items: center;
}
.nms-next .form-modal .modal-body .control-label {
  padding: 0;
}
.nms-next .form-group .radio-inline span {
  padding-top: 5px;
  margin-left: 8px;
}
.nms-next .form-horizontal .control-label {
  padding-top: 11px;
}
.nms-next .form-horizontal .checkbox {
  padding-top: 8px;
}
.nms-next legend {
  border-bottom: none;
}
.nms-next .form-legend {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.nms-next .form-control,
.nms-next .form-modal .modal-body .form-control,
.nms-next .form-modal .modal-body textarea {
  font-size: 16px;
  line-height: 20px;
  height: auto;
  padding: 8px 12px;
  border: 1px solid #c2c2c2;
  margin: 1px 0;
}
.nms-next .form-control::placeholder {
  font-style: normal;
  font-weight: normal;
}
.nms-next input[type="text"]:focus,
.nms-next .form-control:focus,
.nms-next .form-control:focus,
.nms-next .form-modal .modal-body .form-control:focus {
  background-color: #eff4ff;
  border: 2px solid #0067c5;
  box-sizing: border-box;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
}
.nms-next .form-control[disabled],
.nms-next .form-control[readonly],
.nms-next fieldset[disabled] .form-control {
  color: #6f6f6f;
  background-color: #f6f6f6 !important;
}
.nms-next .resource-table tr {
  background-color: #fff;
}
.nms-next .resource-table .selected-row,
.nms-next .resource-table tbody tr:hover {
  background-color: #f6f6f6;
}
.nms-next .resource-table th,
.nms-next .resource-table td {
  border: none;
}
.nms-next .resource-table th {
  padding: 12px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  box-shadow: inset 0 -1px 0 #9c9c9c;
}
.nms-next .resource-table td {
  padding: 8px;
  line-height: 18px;
  box-shadow: inset 0 -1px 0 #d7d7d7;
}
.nms-next .resource-table td * {
  font-size: 14px;
}
.nms-next .resource-table-no-results {
  border: 1px solid #d7d7d7;
  text-align: center;
}
.nms-next .resource-table-no-results span {
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin: 32px auto;
}
.nms-next .alerts-page .alerts-table > tbody > tr:nth-child(even),
.nms-next .alerts-history-page .alerts-history-table > tbody > tr:nth-child(even),
.nms-next .alerts-history-table > tbody > tr:nth-child(even),
.nms-next .nodes-page .alerts-panel .alerts-table > tbody > tr:nth-child(even) {
  background-color: inherit !important;
}
.nms-next .nms-pagination-bar {
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0;
  background-color: #fff;
}
.nms-next .pagination-sm > li > a,
.nms-next .pagination-sm > li > span {
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px;
  padding: 0;
  border: none;
}
.nms-next .nms-pagination-bar .pagination > .active > a {
  color: #0a2d6c;
  font-weight: 600;
  background: none;
}
.nms-next .nms-pagination-bar .pagination > li > a {
  color: #2d6dde;
}
.nms-next .nms-pagination-bar .pagination > .disabled > a {
  color: #c2c2c2;
}
.nms-next .transcluded-pagination-content {
  padding: 10px 0;
}
.nms-next .btn-toolbar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8px;
}
.nms-next .btn {
  font-size: 16px;
  font-weight: 600;
  border-width: 2px;
  border-radius: 2px;
  padding: 10px 32px;
}
.nms-next .btn-sm,
.nms-next .btn-xs {
  font-size: 14px;
  border-width: 1px;
  border-radius: 1px;
}
.nms-next .btn-sm {
  padding: 6px 12px;
}
.nms-next .btn-xs {
  padding: 4px 8px;
}
.nms-next .btn-primary {
  background-color: #2d6dde;
  border-color: #2d6dde;
}
.nms-next .btn-default,
.nms-next .btn-secondary {
  color: #0067c5;
  background-color: #ffffff;
  border-color: #0067c5;
}
.nms-next .btn-link {
  color: #2d6dde;
  font-weight: 400;
}
.nms-next .btn-primary.disabled,
.nms-next .btn-primary[disabled],
.nms-next .btn-primary.disabled:focus,
.nms-next .btn-primary[disabled]:focus,
.nms-next .btn-primary.disabled:hover,
.nms-next .btn-primary[disabled]:hover {
  color: #c2c2c2;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.nms-next .btn-default.disabled,
.nms-next .btn-default[disabled],
.nms-next .btn-default.disabled:focus,
.nms-next .btn-default[disabled]:focus,
.nms-next .btn-default.disabled:hover,
.nms-next .btn-default[disabled]:hover,
.nms-next .btn-secondary.disabled,
.nms-next .btn-secondary[disabled],
.nms-next .btn-secondary.disabled:focus,
.nms-next .btn-secondary[disabled]:focus,
.nms-next .btn-secondary.disabled:hover,
.nms-next .btn-secondary[disabled]:hover {
  color: #c2c2c2;
  background-color: #fff;
  border-color: #c2c2c2;
}
.nms-next .btn-primary:focus {
  border-color: #0067c5;
}
.nms-next .btn-primary:hover {
  background-color: #1e4a93;
  border-color: #1e4a93;
}
.nms-next .btn-default:focus {
  border-color: #0067c5;
}
.nms-next .btn-default:hover,
.nms-next .btn-secondary:hover {
  color: #1e4a93;
  border-color: #1e4a93;
  background-color: #f4fbff;
}
.nms-next .btn-secondary:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
  background-color: #f4fbff;
}
.nms-next .btn-primary:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
.nms-next .btn-link:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
.nms-next .btn-link:hover {
  color: #1e4a93;
}
.nms-next .btn:hover .glyphicon,
.nms-next .btn:hover:focus .glyphicon,
.nms-next .btn.disabled:hover .glyphicon,
.nms-next .btn.disabled:hover:focus .glyphicon,
.nms-next .btn[disabled]:hover .glyphicon,
.nms-next .btn[disabled]:hover:focus .glyphicon {
  color: inherit;
}
.nms-next .btn-toolbar {
  background-color: #fff;
}
.nms-next .filters .filter select {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 14px;
}
.nms-next .btn-toolbar .filters .filter select,
.nms-next .btn-toolbar .filters .filter input[type="checkbox"] {
  margin: 0 10px;
}
.nms-next .btn-toolbar .filters .filter label {
  font-size: 14px;
  line-height: 18px;
}
.nms-next input[type="checkbox"]:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
.nms-next input[type="radio"]:focus {
  outline: 2px solid #0067c5;
  outline-offset: 2px;
}
.nms-next select:focus {
  outline: 2px solid #0067c5;
}
.nms-next .ui-select-container:focus {
  outline: 2px solid #0067c5;
}
.nms-next .glyphicon-question-sign {
  color: #2d6dde;
  font-size: 14px;
}
.nms-next .alert {
  color: #454545;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
}
.nms-next .alert-info {
  background-color: #eff4ff;
}
.nms-next .modal-header {
  background-color: #1e4a93;
  padding: 24px 48px;
}
.nms-next .modal-header h1 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.nms-next .modal-header h1 small {
  color: #f6f6f6;
}
.nms-next .modal-body {
  padding: 24px 48px;
}
.nms-next .modal-footer {
  background-color: #fff;
  padding: 4px 48px 32px;
}
.nms-next .alert-modal,
.nms-next .form-modal {
  color: #454545;
}
.nms-next .form-modal .modal-body .section-helper-text {
  font-size: 16px;
}
.nms-next .alert-modal .modal-header {
  padding: 24px;
  margin-bottom: 0;
}
.nms-next .alert-modal .modal-header h1 {
  color: #454545;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: inherit;
  margin: 0;
}
.nms-next .alert-modal .modal-body,
.nms-next .alert-modal .modal-footer {
  font-size: 16px;
  line-height: 20px;
}
.nms-next .alert-modal .modal-body {
  padding: 24px;
}
.nms-next .alert-modal .modal-footer {
  padding: 24px;
  padding-top: 4px;
}
.nms-next .alert-modal .modal-footer .btn-link {
  padding-left: 0;
  padding-right: 0;
}
.nms-next .datetime-picker.datepicker.date-text-field {
  height: auto;
  width: 90px;
  float: left;
  padding: 0;
  text-align: center;
}
.nms-next .datetime-picker.datepicker.calendar-button {
  height: auto;
  margin-right: 15px;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 0 6px;
  border-left: none;
  border-color: #c2c2c2;
}
.nms-next .datetime-picker.timepicker table tr:first-of-type td a,
.nms-next .datetime-picker.timepicker table tr:last-of-type td a {
  font-size: 14px;
  line-height: 0;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.nms-next .datetime-picker.timepicker table tr:nth-of-type(2) td:first-of-type input,
.nms-next .datetime-picker.timepicker table tr:nth-of-type(2) td:nth-of-type(3) input {
  height: auto;
  padding: 0;
}
.nms-next .datetime-picker.timepicker table tr:nth-of-type(2) button {
  height: auto;
  width: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-left: 6px;
  padding: 0;
  vertical-align: top;
  border: 1px solid #c2c2c2;
}
.nms-next .time-range-picker .form-contents .form-group > label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.nms-next .time-range-picker .form-contents .form-group .datetime-picker .date-text-field,
.nms-next .time-range-picker .form-contents .form-group .datetime-picker .timepicker .text-center {
  font-size: 14px;
  line-height: 18px;
}
.nms-next .form-modal .modal-body .conditions input {
  font-family: monospace;
  font-size: 12px;
}
.nms-next .form-modal .modal-body .recommended-actions-default-rule-panel .panel-body {
  color: #6f6f6f !important;
  background-color: #f6f6f6 !important;
  font-size: 14px !important;
}
.nms-next .modal-body .alert-details-modal .alert-properties .property-name {
  color: #404040;
}
.nms-next .form-modal .modal-body .glyphicon-input {
  padding: 0;
}
.nms-next .form-modal .modal-body .glyphicon-input .glyphicon {
  padding-top: 0;
}
.nms-next .form-modal .modal-body .glyphicon-input .glyphicon .toolbar-glyphicon {
  top: 0;
}
.nms-next .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  font-size: 14px;
  line-height: 18px;
}
.nms-next .ui-select-multiple.ui-select-bootstrap {
  height: auto;
  min-height: 32px;
  padding: 3px 12px;
  margin: 2px 3px 2px 0;
}
.nms-next .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  color: #454545;
  border-color: #0067c5;
  font-weight: 400;
}
.nms-next .glyphicon-input-lg > .glyphicon {
  padding: 10px;
}
.nms-next .nav-tabs > li > a {
  font-weight: 600;
  font-size: 16px;
}
.nms-next .glyphicon-info-sign:before {
  color: #518bec;
}
.nms-next .glyphicon-warning-sign:before {
  color: #feaf58;
}
.alert-details-modal .alert-details .time-triggered .utc-time,
.alert-details-modal .alert-details .time-resolved .utc-time {
  color: #404040;
}
/* Copyright (c) 2015-2021 NetApp, Inc., All Rights Reserved */
.grid-manager-login {
  background: white;
  background-size: cover;
  height: 100%;
  color: #404040;
}
@media screen and (min-width: 960px) {
  .grid-manager-login {
    background: white url('/shared/global/img/login/gm-login-background-light.png') left center no-repeat;
    background-size: cover;
  }
}
.tenant-manager-login {
  background: white;
  background-size: cover;
  height: 100%;
  color: #404040;
}
@media screen and (min-width: 960px) {
  .tenant-manager-login {
    background: white url('/shared/global/img/login/tm-login-background-light.png') left center no-repeat;
    background-size: cover;
  }
}
.login-vertical-center {
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}
@media screen and (min-width: 960px) {
  .login-vertical-center {
    max-width: 50%;
  }
}
.login-left-center {
  margin-left: auto;
  margin-right: auto;
}
.alert {
  background-color: #FFFBAC;
  color: #333333;
  padding: 8px;
}
.alert-on-top-wrapper {
  position: absolute;
  width: 100%;
  top: 24px;
}
@media screen and (min-width: 960px) {
  .alert-on-top-wrapper {
    width: 50%;
  }
}
.alert-on-top-wrapper .alert-icon-minor {
  background-image: url("/shared/global/img/icons/node-status/minor.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.alert-on-top-wrapper .alert-on-top {
  max-width: 80%;
  margin: auto;
}
.login-nav .nav {
  font-size: 13px;
  padding: 20px 0 10px 0px;
  cursor: default;
}
.login-nav .nav > li > a {
  color: #0067c5;
  padding: 0;
  text-decoration: none;
}
.login-nav .nav > li > a:hover,
.login-nav .nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
  color: #1e4a93;
}
.login-nav .nav .separator {
  color: #888888;
  padding: 0 6px;
}
.login-content .product-name h1 {
  padding-top: 6px;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.login-content .product-name sup {
  font-size: 11px;
  vertical-align: super;
}
.login-content .product-storagegrid-name {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.login-content .login-form {
  text-align: left;
}
.login-content .login-form .form-group {
  margin: 2px 0 0 0;
  overflow: visible;
}
.login-content .login-form .form-group .help-block {
  color: #404040;
}
.login-content .login-form label {
  display: block;
  height: 35px;
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5em;
  text-align: left;
  margin-bottom: 0px;
  padding-right: 10px;
}
.login-content .login-form .textbox {
  display: inline-block;
  height: 40px;
  width: 340px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px !important;
  border: 1px solid #A7A7A7;
}
.login-content .login-form .textbox:focus {
  border: 2px solid #7B99FF;
  box-shadow: none;
  outline: 0 none;
}
.login-content .login-form ::-ms-reveal {
  filter: invert(21%) sepia(96%) saturate(959%) hue-rotate(192deg) brightness(96%) contrast(93%);
}
.login-content .login-form .form-submit {
  margin-top: 0;
}
.login-content .login-form .form-submit .submit-button {
  background-color: #0067c5;
  border: none;
  border-radius: 2px !important;
  color: white;
  font-size: 13px;
  overflow: hidden;
  height: 32px;
  width: 68px;
}
.login-content .login-form .form-submit .submit-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-content .login-form .form-submit .submit-button:focus,
.login-content .login-form .form-submit .submit-button:hover {
  background-color: #1e4a93;
}
.login-content .login-message {
  font-size: 14px;
  min-height: 16px;
  max-width: 340px;
  margin: 5px 0 5px 0px;
}
.login-content .login-message p:last-of-type {
  margin-bottom: 0;
}
.login-content .login-message .login-message-error {
  color: #DA1E21;
}
.login-content .login-message .login-message-info {
  color: #333333;
}
.logo {
  margin-bottom: 10px;
}
.logo img {
  padding-right: 6px;
  max-width: 113px;
}
body.theme-dark {
  background-color: #2b323d;
}
body.theme-dark .grid-manager-login {
  background: #2b323d;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  body.theme-dark .grid-manager-login {
    background: #2b323d url("/shared/global/img/login/gm-login-background-dark.png") left center no-repeat;
    background-size: cover;
  }
}
body.theme-dark .tenant-manager-login {
  background: #2b323d;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  body.theme-dark .tenant-manager-login {
    background: #2b323d url('/shared/global/img/login/tm-login-background-dark.png') left center no-repeat;
    background-size: cover;
  }
}
body.theme-dark .login-nav .nav > li > a {
  color: #84B0FF;
}
body.theme-dark .login-nav .nav > li > a:hover,
body.theme-dark .login-nav .nav > li > a:focus {
  background-color: transparent;
  color: #B9D4FF;
}
body.theme-dark .login-nav .nav .separator {
  color: #858C95;
}
body.theme-dark .login-content .login-form .textbox {
  color: #FFFFFF;
  background-color: #2b323d;
  border: 1px solid #cbd4da;
}
body.theme-dark .login-content .login-form .textbox:focus {
  border: 2px solid #7B99FF;
}
body.theme-dark .login-content .login-form select:focus-visible {
  background-color: #3a4454;
}
body.theme-dark .login-content .login-form .form-group .help-block {
  color: #FFFFFF;
}
body.theme-dark .login-content .login-form ::-ms-reveal {
  filter: invert(80%) sepia(7%) saturate(1909%) hue-rotate(188deg) brightness(102%) contrast(102%);
}
body.theme-dark .login-content .login-form .form-submit .submit-button {
  background-color: #0860ED;
  color: white;
}
body.theme-dark .login-content .login-form .form-submit .submit-button:focus,
body.theme-dark .login-content .login-form .form-submit .submit-button:hover {
  background-color: #405EBD;
}
body.theme-dark .login-content .login-message .login-message-error {
  color: #EB797B;
}
body.theme-dark .login-content .login-message .login-message-info {
  color: #FFFFFF;
}
body.theme-dark .logo img {
  filter: invert(1);
}
@media (prefers-color-scheme: dark) {
  body.theme-system {
    background-color: #2b323d;
  }
  body.theme-system .grid-manager-login {
    background: #2b323d;
    color: #FFFFFF;
  }
  body.theme-system .tenant-manager-login {
    background: #2b323d;
    color: #FFFFFF;
  }
  body.theme-system .login-nav .nav > li > a {
    color: #84B0FF;
  }
  body.theme-system .login-nav .nav > li > a:hover,
  body.theme-system .login-nav .nav > li > a:focus {
    background-color: transparent;
    color: #B9D4FF;
  }
  body.theme-system .login-nav .nav .separator {
    color: #858C95;
  }
  body.theme-system .login-content .login-form .textbox {
    color: #FFFFFF;
    background-color: #2b323d;
    border: 1px solid #cbd4da;
  }
  body.theme-system .login-content .login-form .textbox:focus {
    border: 2px solid #7B99FF;
  }
  body.theme-system .login-content .login-form select:focus-visible {
    background-color: #3a4454;
  }
  body.theme-system .login-content .login-form .form-group .help-block {
    color: #FFFFFF;
  }
  body.theme-system .login-content .login-form ::-ms-reveal {
    filter: invert(80%) sepia(7%) saturate(1909%) hue-rotate(188deg) brightness(102%) contrast(102%);
  }
  body.theme-system .login-content .login-form .form-submit .submit-button {
    background-color: #0860ED;
    color: white;
  }
  body.theme-system .login-content .login-form .form-submit .submit-button:focus,
  body.theme-system .login-content .login-form .form-submit .submit-button:hover {
    background-color: #405EBD;
  }
  body.theme-system .login-content .login-message .login-message-error {
    color: #EB797B;
  }
  body.theme-system .login-content .login-message .login-message-info {
    color: #FFFFFF;
  }
  body.theme-system .logo img {
    filter: invert(1);
  }
}
@media (prefers-color-scheme: dark) and screen and (min-width: 960px) {
  body.theme-system .grid-manager-login {
    background: #2b323d url("/shared/global/img/login/gm-login-background-dark.png") left center no-repeat;
    background-size: cover;
  }
}
@media (prefers-color-scheme: dark) and screen and (min-width: 960px) {
  body.theme-system .tenant-manager-login {
    background: #2b323d url('/shared/global/img/login/tm-login-background-dark.png') left center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) and (prefers-color-scheme: dark) {
  body.theme-system .grid-manager-login {
    background: #2b323d url("/shared/global/img/login/gm-login-background-dark.png") left center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) and (prefers-color-scheme: dark) {
  body.theme-system .tenant-manager-login {
    background: #2b323d url('/shared/global/img/login/tm-login-background-dark.png') left center no-repeat;
    background-size: cover;
  }
}
