// (C) Copyright 2011-2013 Hewlett-Packard Development Company, L.P.

div.hp-master-pane {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  overflow: visible; ///hidden;
  padding: 15px;
  @include box-sizing(border-box);
  @include transition(width, $normal-animation-duration);
  
  .hp-master-pane-summary {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    padding: 15px 0px;
    border-top: 1px solid $primary-divider;
    
    .hp-summary {
      label {
        display: inline-block;
        color: $secondary-color;
        margin-right: 10px;
        
        html.hp-high-contrast & {
          color: $projection-secondary-color;
        }
      }
      .hp-value {
        display: inline-block;
        color: $primary-color;
        
        html.hp-high-contrast & {
          color: $projection-color;
        }
      }
      .hp-utilization-meter {
        margin-top: 10px;
        width: 160px;
      }
    }
  }
}
