.color-primary {
  color: #0378d8;
}

.fullscreen {
  background: #f2f5fa;
}

.job-name {
  margin-bottom: 9px;
  border: 0;
}

.job-pay-wrapper {
  font-size: 14px;
  color: #666;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.search-wrapper {
  padding: 1rem;
  background: #fff;
}

.search-history-wrapper {
  background: #fff;
  margin-bottom: 2rem;
}

.search-history {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  font-size: 14px;
  color: #666;
}

.search-history .title, .search-history .clearhistory {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
}

.search-history .iconfont {
  color: #0378d8;
  font-size: .9rem;
}

.search-history .icon-history {
  margin-right: .3rem;
}

.search-history .icon-delete {
  margin-right: .2rem;
}

.search-history-item {
  border-top: 1px solid #eee;

  font-size: .8rem;
  padding: .7rem 1rem;
}

.search-history-item a {
  display: inline-block;
  color: #999;
  width: 100%;
}
