/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
/**
 * Colors
 */
.bfd-transfer {
  width: 100%;
}
.bfd-transfer a.bfd-row {
  border: 0px;
  padding: 5px 10px 5px;
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.bfd-transfer a.bfd-row:hover {
  background-color: #f5f5f5;
  color: #555;
  text-decoration: none;
}
.bfd-transfer a.selected {
  background-color: #f5f5f5;
  color: #555;
  text-decoration: none;
}
.bfd-transfer__bfd-pannel {
  word-wrap: break-word;
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  padding: 0px;
}
.bfd-transfer__bfd-pannel a {
  color: #27b3fe;
  text-decoration: none;
}
.bfd-transfer__bfd-pannel a:hover {
  color: #337ab7;
}
.bfd-transfer__search {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bfd-transfer__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  padding-left: 28px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bfd-transfer__bfd-table {
  border: 1px solid #ececec;
  margin-top: 10px;
  border-radius: 2px;
}
.bfd-transfer__bfd-table-conent {
  height: 100%;
  overflow: auto;
}
.bfd-transfer__list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
