@import '../../app.less';

.icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.icon.sceen-full {
  width: 36px;
  height: 36px;
  background: url('/assets/screen_full_normal.png') no-repeat center;
}

.icon.sceen-full.active,
.icon.sceen-full:hover {
  background-image: url('/assets/screen_full_highlight.png');
}

.icon.sceen-restore {
  width: 36px;
  height: 36px;
  background: url('/assets/screen_restore_normal.png') no-repeat center;
}

.icon.sceen-restore.active,
.icon.sceen-restore:hover {
  background-image: url('/assets/screen_restore_highlight.png');
}

.icon.next {
  width: 36px;
  height: 36px;
  background: url('/assets/footer_next_normal.png') no-repeat center;
}

.icon.next.active,
.icon.next:hover {
  background-image: url('/assets/footer_next_highlight.png');
}

.icon.prev {
  width: 36px;
  height: 36px;
  background: url('/assets/footer_previous_normal.png') no-repeat center;
}

.icon.prev.active,
.icon.prev:hover {
  background-image: url('/assets/footer_previous_highlight.png');
}

.icon.up {
  width: 36px;
  height: 36px;
  background: url('/assets/analysis_drop_up_normal.png') no-repeat center;
}

.icon.up.active,
.icon.up:hover {
  background-image: url('/assets/analysis_drop_up_highlight.png');
}

.icon.down {
  width: 36px;
  height: 36px;
  background: url('/assets/analysis_drop_down_normal.png') no-repeat center;
}

.icon.down.active,
.icon.down:hover {
  background-image: url('/assets/analysis_drop_down_highlight.png');
}

.icon.more {
  width: 16px;
  height: 16px;
  background: url('/assets/header_more_normal.png') no-repeat center;
}

.icon.more.active,
.icon.more:hover {
  background-image: url('/assets/header_more_highlight.png');
}

.icon.question {
  width: 16px;
  height: 16px;
  background: url('/assets/header_question_normal.png') no-repeat center;
}

.icon.question.active,
.icon.question:hover {
  background-image: url('/assets/header_question_highlight.png');
}

.icon.star {
  width: 16px;
  height: 16px;
  background: url('/assets/header_star_normal.png') no-repeat center;
}

.icon.star.active,
.icon.star:hover {
  background-image: url('/assets/header_star_select.png');
}