﻿/* General setup */
.i12x12, .i14x14, .i16x16, .i18x18, .i24x24 {
  background: url("../images/mobile-icons-sprite.svg");
  display: inline-block; }

.i12x12 {
  height: 12px;
  width: 12px;
  background-size: 48px 12px; }

.i14x14 {
  height: 14px;
  width: 14px;
  background-size: 56px 14px; }

.i16x16 {
  height: 16px;
  width: 16px;
  background-size: 64px 16px; }

.i18x18 {
  height: 18px;
  width: 18px;
  background-size: 72px 18px; }

.i24x24 {
  height: 24px;
  width: 24px;
  background-size: 96px 24px; }

/* Help icon */
.i24x24.help {
    background-position: 0 0;
}


/* Back icon for nav-bar */
.i18x18.nav-back-arrow {
    background-position: -18px 0;
}


/* trash can icon */
.i12x12.trash-can {
    background-position: -24px 0;
}

.i14x14.trash-can {
    background-position: -28px 0;
}

/* House icon for nav-bar */
.i18x18.house {
    background-position: -54px 0;
}