// (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P.

div.hp-details-full {
  position: absolute;
  top: $subnav-height + $body-gutter;
  bottom: $body-gutter;
  left: $body-gutter;
  right: $body-gutter;
  @include box-sizing(border-box);
  padding: 25px 15px 15px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: $primary-background;
  @include transitions(left, $normal-animation-duration,
    right, $normal-animation-duration);
  
  div.hp-full-page & {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    
    body.hp-basic-layout & {
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
    }
  }
  
  #hp-body-div.hp-sidebar-open.hp-sessioned & {
    right: $sidebar-width + $body-gutter + $body-gutter;
  }
  
  div.hp-remote-console {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #333;
    color: #fff;
    font-family: monospace;
    padding: 10px;
  }
}
