/* (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P. */
/* (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P. */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0.7;
    -moz-transform: translateX(-10px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0.7;
    -ms-transform: translateX(-10px); }

  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0.7;
    -o-transform: translateX(-10px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0.7;
    transform: translateX(-10px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0.7;
    -moz-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0.7;
    -ms-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0.7;
    -o-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0.7;
    transform: translateY(10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(5px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0.7;
    -moz-transform: translateY(5px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0.7;
    -ms-transform: translateY(5px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0.7;
    -o-transform: translateY(5px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0.7;
    transform: translateY(5px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

div.hp-grid-panels {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden; }
  div.hp-grid-panels div.hp-grid-row {
    white-space: nowrap;
    overflow: hidden; }
    div.hp-grid-panels div.hp-grid-row > div.hp-grid-panel, div.hp-grid-panels div.hp-grid-row > div.hp-grid-column {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      margin-right: -4px; }
  div.hp-grid-panels div.hp-grid-column {
    white-space: nowrap;
    overflow: hidden; }
    div.hp-grid-panels div.hp-grid-column > div.hp-grid-panel, div.hp-grid-panels div.hp-grid-column > div.hp-grid-row {
      display: block; }
  div.hp-grid-panels div.hp-grid-panel {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    -ms-background-clip: padding-box !important;
    -o-background-clip: padding-box !important;
    background-clip: padding-box !important;
    overflow: hidden; }
    div.hp-grid-panels div.hp-grid-panel.hp-secondary {
      background-color: #f3f3f3; }
    div.hp-grid-panels div.hp-grid-panel > header {
      position: relative;
      margin: 0px 0px 17px 0px;
      padding: 0px;
      height: 30px;
      line-height: 30px;
      color: #000;
      font-family: 'HPRegular', Arial, Helvetica, sans-serif;
      border-top: 3px solid #e6e6e6;
      -webkit-transition: border-color 0.2s;
      -moz-transition: border-color 0.2s;
      transition: border-color 0.2s; }
      html.hp-high-contrast div.hp-grid-panels div.hp-grid-panel > header {
        color: #425563; }
      div.hp-grid-panels div.hp-grid-panel > header > * {
        display: inline-block;
        vertical-align: baseline; }
      div.hp-grid-panels div.hp-grid-panel > header h2 {
        margin: 0px;
        padding: 0px;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        font-family: 'HPBold', Arial, Helvetica, sans-serif; }
        div.hp-grid-panels div.hp-grid-panel > header h2 a {
          color: #000; }
          div.hp-grid-panels div.hp-grid-panel > header h2 a:after {
            content: ' >';
            color: #007dba;
            cursor: pointer; }
          div.hp-grid-panels div.hp-grid-panel > header h2 a:hover {
            color: #007dba;
            text-decoration: none; }
            div.hp-grid-panels div.hp-grid-panel > header h2 a:hover:after {
              content: ' >';
              color: #007dba; }
          div.hp-grid-panels div.hp-grid-panel > header h2 a .hp-count {
            color: #737373;
            padding-left: 3px;
            font-family: 'HPRegular', Arial, Helvetica, sans-serif; }
      div.hp-grid-panels div.hp-grid-panel > header .hp-panel-edit {
        padding-left: 15px;
        margin-left: 20px;
        vertical-align: top;
        background-image: url(data:image/gif;base64,R0lGODlhFAAUAIABAACziP///yH5BAEKAAEALAAAAAAUABQAAAIrjI+py+1/AIBG1hlsk7zj7WmOmH1Lh6Anl7JgC4XkKpuKhtsvxff+D+wVAAA7);
        background-position: -4px 4px;
        background-repeat: no-repeat;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      div.hp-grid-panels div.hp-grid-panel > header .hp-resource-summary {
        margin-left: 5px;
        font-size: 18px; }
    div.hp-grid-panels div.hp-grid-panel:hover > header {
      border-color: #b3b3b3; }
    div.hp-grid-panels div.hp-grid-panel:hover .hp-panel-edit {
      opacity: 1; }
      div.hp-grid-panels div.hp-grid-panel:hover .hp-panel-edit.hp-unauthorized {
        display: none; }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-contents-container {
      position: relative;
      overflow: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      div.hp-grid-panels div.hp-grid-panel .hp-panel-contents-container .hp-panel-contents {
        position: static; }
        div.hp-grid-panels div.hp-grid-panel .hp-panel-contents-container .hp-panel-contents > *:last-child, div.hp-grid-panels div.hp-grid-panel .hp-panel-contents-container .hp-panel-contents .hp-show-form > fieldset > ol:last-child {
          margin-bottom: 0px; }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-table table {
      width: 100%; }
      div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-table table td:first-of-type, div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-table table th:first-of-type {
        padding-left: 20px; }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-contents > *, div.hp-grid-panels div.hp-grid-panel .hp-panel-contents table {
      max-width: 100%; }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-contents .hp-column-form {
      float: none;
      padding-bottom: 0px; }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-contents .hp-section {
      margin-bottom: 10px; }
    @media print {
      div.hp-grid-panels div.hp-grid-panel .hp-panel-contents {
        position: static;
        margin: 0px;
        width: auto !important;
        height: auto !important; } }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-contents-grid {
      margin-left: -30px;
      margin-right: -30px; }
      div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-contents-grid .hp-grid-panel-cell {
        display: inline-block;
        margin-right: -4px;
        padding: 0px 15px;
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-contents-grid .hp-grid-panel-cell:first-child {
          padding-left: 30px; }
        div.hp-grid-panels div.hp-grid-panel .hp-panel-contents.hp-panel-contents-grid .hp-grid-panel-cell:last-child {
          padding-right: 30px; }
    div.hp-grid-panels div.hp-grid-panel .hp-panel-controls {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0px;
      background-color: white;
      margin-bottom: 0px;
      padding-bottom: 15px; }
    @media print {
      div.hp-grid-panels div.hp-grid-panel {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        width: auto;
        overflow: visible;
        display: block !important;
        width: auto !important;
        height: auto !important;
        background-image: none; } }
  div.hp-grid-panels.hp-grid-narrow .hp-grid-row, div.hp-grid-panels.hp-grid-narrow .hp-grid-column, div.hp-grid-panels.hp-grid-narrow .hp-grid-panel {
    display: block; }
  div.hp-grid-panels.hp-grid-narrow .hp-grid-panel {
    background-image: url(data:image/gif;base64,R0lGODlhAwABAIAAAMzMzP///yH5BAAHAP8ALAAAAAADAAEAAAICDFIAOw==);
    background-position: left top;
    background-repeat: repeat-x; }
  div.hp-grid-panels.hp-grid-narrow .hp-panel-contents {
    position: static; }
  @media print {
    div.hp-grid-panels {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      height: auto;
      width: auto;
      overflow: visible; } }

.hp-secondary-panel {
  background-color: #f3f3f3; }

div.hp-related > canvas {
  position: absolute; }

ol.hp-buckets li.hp-bucket {
  position: relative;
  background-image: url(data:image/gif;base64,R0lGODlhBQABAIAAAMzMzP///yH5BAEHAAEALAAAAAAFAAEAAAIDTGAFADs=);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 10px 0px; }
  ol.hp-buckets li.hp-bucket:last-of-type {
    background: none; }
  ol.hp-buckets li.hp-bucket > label {
    position: absolute;
    right: 10px;
    top: 19px;
    width: 76px;
    color: #737373;
    white-space: normal;
    text-align: right; }
  ol.hp-buckets li.hp-bucket ol.hp-bucket-items {
    position: relative;
    white-space: nowrap;
    margin-right: 100px;
    overflow: hidden;
    text-align: center; }
    ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item {
      position: relative;
      display: inline-block;
      margin-right: 5px;
      background-color: white;
      padding: 8px;
      min-width: 140px;
      white-space: nowrap;
      cursor: pointer;
      border: 2px solid #ccc;
      border-top-right-radius: 7px;
      border-bottom-left-radius: 7px;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item:hover {
        z-index: 10; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item.hp-selected {
        background-color: #E4FFEE; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item.hp-selection-related {
        border-color: #7fbfda; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item.hp-highlight {
        border-color: #666666;
        z-index: 5; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item .hp-status {
        position: relative;
        display: inline-block;
        height: 14px;
        top: 2px; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item .hp-name {
        display: inline-block;
        vertical-align: top;
        color: #000; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item .hp-model {
        color: #737373;
        padding-left: 18px;
        padding-right: 20px; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item .hp-jump {
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: none; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item .hp-category-name {
        color: #000;
        margin-bottom: 3px; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item .hp-summary-status .hp-status {
        top: 4px; }
      ol.hp-buckets li.hp-bucket ol.hp-bucket-items li.hp-bucket-item:hover {
        border-color: #676767; }
ol.hp-buckets.hp-has-highlight .hp-bucket-item, ol.hp-buckets.hp-disabled .hp-bucket-item {
  opacity: 0.4; }
  ol.hp-buckets.hp-has-highlight .hp-bucket-item.hp-highlight, ol.hp-buckets.hp-disabled .hp-bucket-item.hp-highlight {
    opacity: 1.0; }

ol.hp-stacked-panels {
  height: 100%;
  overflow: auto; }
  ol.hp-stacked-panels > li.hp-stacked-panel {
    margin-bottom: 20px; }
    ol.hp-stacked-panels > li.hp-stacked-panel:first-of-type > label {
      border-top: none;
      border-bottom: 1px solid #d9d9d9; }
    ol.hp-stacked-panels > li.hp-stacked-panel:last-of-type {
      margin-bottom: 0px; }
    ol.hp-stacked-panels > li.hp-stacked-panel > label {
      position: relative;
      display: block;
      font-size: 18px;
      color: #000;
      top: 0px;
      z-index: 45;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.9);
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-top: 1px solid #e6e6e6;
      font-family: 'HPBold', Arial, Helvetica, sans-serif; }
      html.hp-high-contrast ol.hp-stacked-panels > li.hp-stacked-panel > label {
        color: #425563; }
      ol.hp-stacked-panels > li.hp-stacked-panel > label.hp-active {
        position: absolute;
        left: 0px;
        right: 0px;
        border-top: none;
        border-bottom: 1px solid #e6e6e6; }
        @media print {
          ol.hp-stacked-panels > li.hp-stacked-panel > label.hp-active {
            position: relative;
            border-top: 1px solid #e6e6e6;
            border-bottom: none; } }
    ol.hp-stacked-panels > li.hp-stacked-panel > ol, ol.hp-stacked-panels > li.hp-stacked-panel > ul {
      margin-bottom: 20px; }
    ol.hp-stacked-panels > li.hp-stacked-panel > .hp-panel-contents > .hp-column-form {
      display: inline-block;
      width: auto;
      vertical-align: top; }
    ol.hp-stacked-panels > li.hp-stacked-panel > .hp-panel-contents > .hp-panel-aside {
      display: inline-block;
      vertical-align: top;
      margin: 0px 20px 0px 60px;
      padding: 20px;
      background: #f8f8f8;
      border-left: 3px solid #eee;
      border-radius: 3px; }
      ol.hp-stacked-panels > li.hp-stacked-panel > .hp-panel-contents > .hp-panel-aside .hp-column-form {
        padding: 0px; }
        ol.hp-stacked-panels > li.hp-stacked-panel > .hp-panel-contents > .hp-panel-aside .hp-column-form fieldset:last-of-type {
          margin-bottom: 0px; }
    @media print {
      ol.hp-stacked-panels > li.hp-stacked-panel {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        width: auto;
        overflow: visible;
        height: auto !important; } }
  @media print {
    ol.hp-stacked-panels {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      height: auto;
      width: auto;
      overflow: visible;
      height: auto !important; } }

.hp-rich-enumeration > li > * {
  padding-left: 20px; }
.hp-rich-enumeration > li > table td:first-of-type {
  padding-left: 20px; }
.hp-rich-enumeration > li > h2 {
  border-top: 1px solid #d9d9d9;
  padding: 7px 20px;
  color: #737373; }
  html.hp-high-contrast .hp-rich-enumeration > li > h2 {
    color: #425563; }
