.search-PickList {
  display: inline-block;
  position: relative; }
  .search-PickList .search-PickList--button {
    white-space: nowrap;
    cursor: pointer;
    height: 30px;
    font-size: 0.875rem;
    border:  solid 1px;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    display: flex; }
    .search-PickList .search-PickList--button.is-disabled {
      background-color: rgba( 244, 244, 244 ,  1 );
      background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
      color: rgba( 166, 166, 166 ,  1 );
      color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
      cursor: default; }
      .search-PickList .search-PickList--button.is-disabled .search-PickList--label {
        color: rgba( 166, 166, 166 ,  1 );
        color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ); }
      @media screen and (-ms-high-contrast: active) {
        .search-PickList .search-PickList--button.is-disabled {
          border-color: #00ff00;
          background-color: #000000;
          color: #00ff00; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .search-PickList .search-PickList--button.is-disabled {
          border-color: #600000;
          background-color: #ffffff;
          color: #600000; } }
    .search-PickList .search-PickList--button:focus, .search-PickList .search-PickList--button.focused {
      border-color: rgba(0, 120, 212, 1);
      border-color: var(--communication-background,rgba(0, 120, 212, 1));
      outline: none; }
    .search-PickList .search-PickList--button .drop-button {
      margin: 9px 10px 7px 7px;
      vertical-align: top;
      flex: 0 auto;
      font-size: 12px; }
      .search-PickList .search-PickList--button .drop-button.compact-mode {
        color: rgba( 166, 166, 166 ,  1 ) !important;
        color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ) !important; }
    .search-PickList .search-PickList--button .disabled-Info--icon {
      margin: 7px 0px 0px 0px;
      cursor: pointer;
      flex: 0 auto;
      font-family: bowtie !important;
      font-style: normal;
      color: rgba( 166, 166, 166 ,  1 );
      color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ); }
      .search-PickList .search-PickList--button .disabled-Info--icon::before {
        content: "\EA07" !important; }
    .search-PickList .search-PickList--button .search-PickListLabel--container {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      min-width: 100px;
      margin: 4px 0px 0px 12px;
      display: inline-block;
      flex: 1 auto; }
      .search-PickList .search-PickList--button .search-PickListLabel--container.compact-mode {
        color: rgba(0, 0, 0, .55) !important;
        color: var(--text-secondary-color,rgba(0, 0, 0, .55)) !important; }
    @media screen and (-ms-high-contrast: active) {
      .search-PickList .search-PickList--button:focus .search-PickList--label {
        border-color: #1AEBFF;
        color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .search-PickList .search-PickList--button:focus .search-PickList--label {
        border-color: #37006E;
        color: #37006E; } }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: black-on-white) {
      .search-PickList .search-PickList--button:focus .search-PickList--label {
        -ms-high-contrast-adjust: none; } }
    @media screen and (-ms-high-contrast: active) {
      .search-PickList .search-PickList--button:focus {
        border-color: #1AEBFF;
        color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .search-PickList .search-PickList--button:focus {
        border-color: #37006E;
        color: #37006E; } }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: black-on-white) {
      .search-PickList .search-PickList--button:focus {
        -ms-high-contrast-adjust: none; } }
    .search-PickList .search-PickList--button .search-PickList--label {
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
      .search-PickList .search-PickList--button .search-PickList--label.compact-mode {
        color: rgba(0, 0, 0, .55) !important;
        color: var(--text-secondary-color,rgba(0, 0, 0, .55)) !important; }
