/*
 * FILE_HEADER
 */

.BluetoothPeripheralSelection {
  .StretchedFlexItem();
  .FlexContainer();
  order: 1;
  position: relative;
}

.BluetoothPeripheralSelectionHeader {
  padding: 16px 16px 14px 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BluetoothPeripheralSelectionHint {
  padding: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BluetoothPeripheralSelectionItems {
  width: 100%;
  min-height: 2em;
  min-width: 6em;

  .BluetoothPeripheralSelectionRow {
    .SimpleRow();
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 0.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }

  .BluetoothPeripheralSelectionRow:last-child {
    border-bottom: none;
  }

  .BluetoothPeripheralSelectionRowIconChecked {
    width:16px;
    min-width:16px;
    height:16px;
    margin: 16px 8px 16px 16px;
  }

  .BluetoothPeripheralSelectionRowNoIcon {
    width:40px;
    min-width:40px;
    height: 48px;
  }

  .BluetoothPeripheralSelectionRowLabel{
    vertical-align: top;
    margin-top: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}