/**
 * jQuery PopMenu
 *
 * Collection of icons for jQuery PopMenu.
 *
 * @author   Fajar Chandra
 * @since    2014.05.29
 */

.PopMenu-Icon[data-icon=cut]:before {
	content: '✂';
}

.PopMenu-Icon[data-icon=favorite]:before {
	content: '★';
}

.PopMenu-Icon[data-icon=delete]:before {
	content: '❌';
}

.PopMenu-Icon[data-icon=add]:before {
	content: '➕';
}

.PopMenu-Icon[data-icon=remove]:before {
	content: '➖';
}

.PopMenu-Icon[data-icon=ok]:before,
.PopMenu-Icon[data-icon=yes]:before {
	content: '✓';
}

.PopMenu-Icon[data-icon=cancel]:before,
.PopMenu-Icon[data-icon=no]:before {
	content: '✗';
}

.PopMenu-Icon[data-icon=help]:before {
	content: '?';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=exchange]:before {
	content: '⮂';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=forward]:before {
	content: '↪';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=home]:before {
	content: '𖠿';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=start]:before {
	content: '⏯︎';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=payment]:before {
	content: '💲';
	font-weight: bold;
}
.PopMenu-Icon[data-icon=payments]:before {
	content: '💰';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=invoice]:before {
	content: '📜';
	font-weight: bold;
}

.PopMenu-Icon[data-icon=details]:before {
	content: '📚';
	font-weight: bold;
}
.PopMenu-Icon[data-icon=location]:before {
	content: '📌';
	font-weight: bold;
}
