.arrow-down {
  width: 20px;
  height: 20px;
  background: url(../images/icon-arrow-down.svg) no-repeat center;
  background-size: 20px;
}

.menu {
  width: 20px;
  height: 20px;
  background: url(../images/icon-menu.svg) no-repeat center;
  background-size: 20px;
}

.return {
  width: 20px;
  height: 20px;
  background: url(../images/icon-return.svg) no-repeat center;
  background-size: 20px;
}

.chart {
  width: 20px;
  height: 20px;
  background: url(../images/icon-bar-chart.svg) no-repeat center;
  background-size: 15px;
}
.chat {
  background: url(../images/icon-newChat.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.chat.-black {
  background: url(../images/icon-newChat-black.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}

.chat.-white {
  background: url(../images/icon-newChat-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.search {
  background: url(../images/icon-search.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.search.-white {
  background: url(../images/icon-search-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.search.-black {
  background: url(../images/icon-search-black.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.company.-white {
  background: url(../images/icon-company-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 18px;
}
.user.-white {
  background: url(../images/icon-user-white.svg) center no-repeat !important;
  width: 25px;
  height: 25px;
  background-size: 15px !important;
}

.clustering {
  background: url(../images/icon-clustering.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 18px;
}
.clustering-white {
  background: url(../images/icon-clustering-white.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 18px;
}
.home {
  background: url(../images/icon-home.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.home-white {
  background: url(../images/icon-home-white.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.reLogin {
  background: url(../images/icon-reLogin.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.reLogin-white {
  background: url(../images/icon-reLogin-white.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.searchList {
  background: url(../images/icon-searchList.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.checkmark {
  width: 20px;
  height: 20px;
  background: url(../images/icon-checkmark.svg) center no-repeat;
  background-size: 15px;
}
.checkmark.chat.-white {
  width: 20px;
  height: 20px;
  background: url(../images/icon-checkmark-white.svg) center no-repeat;
  background-size: 15px;
}

.upload {
  height: 20px;
  width: 20px;
  background: url(../images/icon-upload.svg) center no-repeat;
  background-size: 15px;
}
.upload.-white {
  height: 20px;
  width: 20px;
  background: url(../images/icon-upload-white.svg) center no-repeat;
  background-size: 15px;
}
.like {
  height: 20px;
  width: 20px;
  background: url(../images/icon-like.svg) center no-repeat;
  background-size: 20px;
}
.dislike {
  height: 20px;
  width: 20px;
  background: url(../images/icon-dislike.svg) center no-repeat;
  background-size: 20px;
}

.hlighting {
  height: 20px;
  width: 20px;
  background: url(../images/icon-edit.svg) center no-repeat;
  background-size: 20px;
}

.hlighting.chat.-white {
  height: 20px;
  width: 20px;
  background: url(../images/icon-edit-white.svg) center no-repeat;
  background-size: 20px;
}

.sendOut {
  height: 20px;
  width: 20px;
  background: url(../images/icon-sendOut.svg) center no-repeat;
  background-size: 20px;
}
.sendOut.-white {
  height: 20px;
  width: 20px;
  background: url(../images/icon-sendOut-white.svg) center no-repeat;
  background-size: 20px;
}
.folder {
  height: 20px;
  width: 20px;
  background: url(../images/icon-folder.svg) center no-repeat;
  background-size: 20px;
}
.folder.-white {
  height: 20px;
  width: 20px;
  background: url(../images/icon-folder-white.svg) center no-repeat;
  background-size: 20px;
}
