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

#hp-search-page {
  .hp-empty-message {
    display: block;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
    color: $secondary-color;
    font-style: italic;
    font-size: 18px;
  }
  
  .hp-page-contents {
    @include transitions(left, $normal-animation-duration,
      right, $normal-animation-duration);
    
    #hp-body-div.hp-sidebar-open.hp-sessioned & {
      right: $sidebar-width + $body-gutter + $body-gutter;
    }
  }
}

#hp-search-results {
  margin: 23px;
  
  .hp-search-type {
    text-transform: capitalize;
    color: $secondary-color;
    width: 100px;
    
    html.hp-high-contrast & {
      color: $projection-secondary-color;
    }
  }

  .hp-icon {
    width: 20px;
  }
  
  .hp-status {
    position: relative;
    ///top: 12px;
  }
  
  .hp-search-name {
    padding-right: 30px;
  }
  
  .hp-seach-table-controls .hp-spinner-small {
    margin-left: 10px;
  }
    
  .hp-search-matches {
    margin-bottom: 0px;
    
    .hp-name {
      display: inline-block;
      color: $secondary-color;
      margin-right: 10px;
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
    .hp-value {
      display: inline-block;
      color: $primary-color;
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
    
    html.hp-high-contrast & {
      color: $projection-secondary-color;
    }
  }
}
