/* /templates2_0/module/b2b/manager.less */
.module_b2b_manager {
  cursor: pointer;
  padding-bottom: 2px;
}
.module_b2b_manager-link {
  border-bottom: 1px dotted;
  font-size: 12px;
  line-height: 1;
}
.module_b2b_manager-card {
  position: absolute;
  background-color: #fff;
  border: 2px solid #ffdd60;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
  width: 220px;
  z-index: 1;
  margin-top: 2px;
  padding: 20px 10px;
  text-align: left;
  display: none;
}
.module_b2b_manager-card .userpic {
  position: relative;
  float: left;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background-color: transparent;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.module_b2b_manager-card .initials {
  line-height: 1.5;
}
.module_b2b_manager-card .phone {
  color: #000;
}
.module_b2b_manager:hover .module_b2b_manager-card {
  display: block;
}
