/* SC-POS CSS Document */
.icon_menu::before 
{
	content:url(../sc_icons/menu.png);
}
.icon_time::before 
{
	content:url(../sc_icons/time.png);
}
.icon_user_head::before 
{
	content:url(../sc_icons/user.png);
}
.icon_logout_head::before 
{
	content:url(../sc_icons/exit.png);
}
.icon_edit_data::before 
{
	content:url(../sc_icons/edit.png);
}

/* Icon Menu */
.icon_menu_back::before 
{
	content:url(../sc_icons/menu_back.png);
}
.icon_menu_home::before 
{
	content:url(../sc_icons/home.png);
}
.icon_menu_master::before 
{
	content:url(../sc_icons/master.png);
}
.icon_menu_penjualan::before 
{
	content:url(../sc_icons/penjualan.png);
}
.icon_menu_pembelian::before 
{
	content:url(../sc_icons/pembelian.png);
}
.icon_menu_persediaan::before 
{
	content:url(../sc_icons/persediaan.png);
}
.icon_menu_laporan::before 
{
	content:url(../sc_icons/laporan.png);
}
.icon_menu_username::before 
{
	content:url(../sc_icons/username.png);
}
.icon_menu_setting::before 
{
	content:url(../sc_icons/setting.png);
}
.icon_menu_keluar::before 
{
	content:url(../sc_icons/menu_exit.png);
}