.performance-user {
  height: 100%;
  width: 100%;
}
.performance-user .searchBlock {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-user .searchBlock .searchItem {
  width: 150px;
  margin-right: 15px;
}

