.shortcutTitle {
    font-size: 42px;
    text-align: left;
}

.shortcutProcessos {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/processos.png');
}

.shortcutClientes {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/clientes.png');
}

.shortcutLotes {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/lotes.png');
}

.shortcutVendas {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/vendas.png');
}

.shortcutOpcoes {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/opcoes.png');
}

.vendasClienteSelecionadoCodigoBarras {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/barcode_scanner.png');
}

.vendasAdicionar {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/adicionar.png');
}

.vendasAdicionarDisabled {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/adicionarDisabled.png');
}

.espelhoDeVendasAdicionar {
    width: 48px;
    height: 48px;
    background-image: url('../icons/48px/adicionar.png');
}

.espelhoDeVendasCodigoDeBarras {
    width: 48px;
    height: 48px;
    background-image: url('../icons/48px/leitor_codigo_barras.png');
}

.opcoesMenuImportarDados {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/importar.png');
}

.opcoesMenuExportarDados {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/exportar.png');
}

.opcoesMenuConsole {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/console.png');
}

.opcoesMenuConfiguracoes {
    width: 96px;
    height: 96px;
    background-image: url('../icons/96px/configuracoes.png');
}