/*
 * ©2017 Ingram Micro Inc. all Rights Reserved
 */


/* ComboBox widget styles */

.SWCombo {
  background-color: white;
  border: 1px solid #7f9cba;
  padding: 0px;
  margin: 0px;
  cursor: default;
  display: block;
  min-width: 50px;
  overflow: auto;
  line-height: 16px;
}


  span.SWCombo table {
    background: white;
    padding: 0;
    margin: 0;
    width: 100%;
  }

    /*
    span.SWCombo table td.label {
      width: 100% !important;
      width: auto;
    }
    span.SWCombo table.selected td.label {
      background-color: silver;
    }
    */

    span.SWCombo td.combo-button {
      background: white url(../images/combo-buttons.gif) no-repeat;
      background-position: top right;
      display: block;
      float: right;
      height: 16px;
      min-width: 18px;
      width: 18px;
    }
    span.SWCombo_hl td.combo-button {
      background: white url(../images/combo-buttons.gif) no-repeat;
      background-position: bottom right;
    }

    span.SWCombo label {
      padding: 0px 8px 0px 4px !important;
      padding: 0px 4px;
      display: block;
      min-width: 30px;
      overflow: hidden;
      width: 100%;
      white-space: nowrap;
    }
    span.SWCombo label.selected {
      background-color: silver;
    }

ul.SWCombo {
  padding: 0px;
  min-width: 50px;
}

  .SWCombo li {
    padding: 2px 0px 2px 2px;
    color: black;
    background-color: white;
    list-style: none;
    display: block;
    /*border: 1px dotted white;*/
  }         

  .SWCombo li.selected {
    background-color: silver;
    /*border: 1px dotted black;*/
  }
  .SWCombo li.disabled {
    color: #aaaaaa;
  }
