/*!
* Ext JS Library 4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/

@import 'modulos.css';

/* Registro Ativo */
.x-action-col-cell img.active {
    height: 16px;
    width: 16px;
    background-image: url(../images/active.webp);
}

/* Registro Inativo */
.x-action-col-cell img.inactive {
    height: 16px;
    width: 16px;
    background-image: url(../images/inactive.webp);
}

/* Estrela Ativa */
.x-action-col-cell img.alterar {
    height: 16px;
    width: 16px;
    background-image: url(../images/edit.webp);
}

/* Estrela Inativa */
.x-action-col-cell img.excluir {
    height: 16px;
    width: 16px;
    background-image: url(../images/delete2.webp);
}

#poweredby {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 15000;

    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

#poweredby div {
    position: relative;
    width: 150px;
    height: 25px;
    background-image: url(../images/powered-by-ext-js.webp);
    background-repeat: no-repeat;
}

/* The simple background image webp does not work in IE6-8, but does in IE9 */
.x-ie6 #poweredby div,
.x-ie7 #poweredby div,
.x-ie8 #poweredby div {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.webp', sizingMethod='scale');
}

/*----------------------------------------------------
    Start Button
*/

.ux-start-button-icon {
    background-image: url(../images/glossy-home-icon-hi.webp) !important;
    background-color: transparent;
}

.ux-start-button .x-btn-arrow {
    background-image: none;
}

.ux-start-button .x-btn-arrow-right {
    padding-left: 10px;
}

.ux-taskbar {
    padding-left: 4px !important;
}

/*
    Start Button (Black)
*/

.ux-desktop-black .ux-start-button {
    height: 28px;
    padding: 0px;
    display: block;
}

.ux-desktop-black .ux-start-button em {
    margin-top: 5px;
}

.ux-desktop-black .ux-start-button .x-btn-inner {
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.ux-desktop-black .ux-start-button {
    background-image: -moz-linear-gradient(center top, #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
    border-radius: 8px 8px 8px 8px;
    border-color: #81A4D0;
}

/*----------------------------------------------------
    Start Menu
*/

.ux-start-menu-toolbar .x-btn-inner {
    text-align: left;
}

.ux-start-menu-toolbar {
    padding: 4px !important;
}

/*----------------------------------------------------
    TaskBar
*/

.ux-taskbar .x-toolbar {
    background: transparent none;
    border-color: transparent;
}

.x-ie6 .ux-taskbar .x-toolbar {
    border-color: #d3e1f1;
}

.ux-desktop-windowbar .x-btn-inner,
.x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
    text-align: left !important;
}

.ux-taskbar .x-toolbar {
    height: 28px;
}

.ux-taskbar {
    height: 28px;
    padding: 0;
}

.x-toolbar .x-toolbar {
    padding: 0;
}

/*
    TaskBar (Black)
*/

.ux-desktop-black .ux-taskbar {
    background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
    border-color: transparent;
    /*height: 30px;*/
}

.ux-desktop-black .ux-taskbar .x-splitter {
    background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
}

.ux-desktop-black .ux-taskbar .x-toolbar-text {
    color: white !important;
}

.ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
    background-color: yellow;
}

.ux-desktop-black .ux-taskbar .x-btn-inner {
    color: white;
}

.ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner,
.ux-taskbar .x-btn-over .x-btn-inner {
    color: black;
}

/*----------------------------------------------------
    Tray Clock
*/

.ux-desktop-trayclock {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

/*----------------------------------------------------
    Desktop DataView
*/

.ux-wallpaper {
    background-color: #3d71b8;
}

.ux-wallpaper-tiled {
    background-repeat: repeat;
}

.ux-desktop-shortcut {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    margin: 8px;
    width: 84px;
    float: left;
}

.ux-desktop-shortcut-icon {
    width: 68px;
    height: 48px;
    background-position: top center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.ux-desktop-shortcut-text {
    font: normal 10px tahoma, arial, verdana, sans-serif;
    text-decoration: none;
    padding-top: 5px;
    font-size: 9pt;
    color: white;
}

.x-view-over .ux-desktop-shortcut-text {
    //text-decoration: underline;
}

.x-view-over {}

.ux-desktop-shortcut x-item-selected {}

/*-------------------------------------------------
    Icones dos Botoes
*/
.clonar {
    background-image: url(../images/clonar.webp) !important;
    width: 16px;
}

.icon-camera {
    background-image: url(../images/icon-camera.webp) !important;
    width: 16px;
}

.icon-paisagem {
    background-image: url(../images/icon-paisagem.webp) !important;
    width: 16px;
}

.adicionar {
    background-image: url(../images/add.gif) !important;
    width: 16px;
}

.minus {
    background-image: url(../images/minus.webp) !important;
    width: 16px;
}

.adicionar2 {
    background-image: url(../images/add.webp) !important;
}

.editar {
    background-image: url(../images/edit.webp) !important;
}

.deletar2 {
    background-image: url(../images/delete2.webp) !important;
    width: 16px;
}

.cancelar {
    background-image: url(../images/inactive.webp) !important;
    width: 16px;
}

.abrircaixa {
    background-image: url(../images/16x16/8d09a1d7c383b84ecadd6f62646b7262.webp) !important;
}

.fecharcaixa {
    background-image: url(../images/16x16/f7dab1589b853e1384168ad5cf1e94eb.webp) !important;
}

.lotes {
    background-image: url(../images/16x16/lotes.gif) !important;
}

.boleto {
    background-image: url(../images/boleto.webp) !important;
}

.baixados {
    background-image: url(../images/16x16/baixastitulos.webp) !important;
}

.baixar {
    background-image: url(../images/16x16/1381383679_US-dollar.webp) !important;
}

.pesquisa,
.filtros {
    background-image: url(../images/16x16/1381381363_search_magnifying_glass_find.webp) !important;
    width: 16px;
}

.salvar {
    background-image: url(../images/active.webp) !important;
    width: 16px;
}

.salvar2 {
    background-image: url(../images/save.webp) !important;
}

.concluir {
    background-image: url(../images/active.webp) !important;
}

.extrato {
    background-image: url(../images/16x16/extrato.webp) !important;
}

.deletar {
    background-image: url(../images/16x16/1396209773_Trash.webp) !important;
}

.atualizar {
    background-image: url(../images/refresh.gif) !important;
    width: 16px;
}

.imprimir {
    background-image: url(../images/16x16/0901bde0-7ba2-4b85-b9ae-813f347fe4b4_14.webp) !important;
    width: 16px;
}

.visualizar { 
    background-image: url(../images/16x16/visualizar.webp) !important; 
    width: 16px; 
}

.imprimir32 {
    background-image: url(../images/32x32/1387741443_printer.webp) !important;
    width: 32px;
}

.trocar-filial {
    background-image: url(../images/change.webp) !important;
    width: 16px;
}

.cadeado {
    background-image: url(../images/cadeado.webp) !important;
}

.logout {
    background-image: url(../images/logout.webp) !important;
}

.carregando {
    background-image: url(../images/loading.gif) !important;
    width: 16px;
}

.erro {
    background-image: url(../images/erro.gif) !important;
    width: 16px;
}

.sucesso {
    background-image: url(../images/ok.gif) !important;
}

.alterar {
    background-image: url(../images/alterar.webp) !important;
}

.undo {
    background-image: url(../images/16x16/1381381573_Undo.webp) !important;
}

.home {
    background-image: url(../images/glossy-home-icon-hi.webp) !important;
}

.filtro {
    background-image: url(../images/16x16/cidades16x16.webp) !important;
}

.cesta {
    background-image: url(../images/16x16/1381381217_e-commerce-px-webp.webp) !important;
}

.mesas {
    background-image: url(../images/16x16/food-icon.webp) !important;
}

.admin {
    background-image: url(../images/16x16/1399668941_Administrador.webp) !important;
    width: 16px;
}

.gerente {
    background-image: url(../images/16x16/1399669002_Gerente.webp) !important;
    width: 16px;
}

.oktonemite {
    background-image: url(../images/16x16/icon-federacao.webp) !important;
    width: 16px;
}


.operador {
    background-image: url(../images/16x16/1399668994_Operador.webp) !important;
    width: 16px;
}

.operador {
    background-image: url(../images/16x16/1399668957_Usuario.webp) !important;
    width: 16px;
}

.entrega {
    background-image: url(../images/16x16/1381381663_empty-shopping-bag.webp) !important;
    width: 16px;
}

.xml {
    background-image: url(../images/16x16/xml.webp) !important;
    width: 16px;
}

.pdf {
    background-image: url(../images/16x16/pdf.webp) !important;
    width: 16px;
}

.edit-redo {
    background-image: url(../images/16x16/edit-redo.webp) !important;
    width: 16px;
}

.nfe {
    background-image: url(../images/16x16/nfe-icone.webp) !important;
    width: 16px;
}

.exportar {
    background-image: url(../images/16x16/document_export.webp) !important;
    width: 16px;
}

.importar {
    background-image: url(../images/16x16/document_import.webp) !important;
    width: 16px;
}

.novo {
    background-image: url(../images/hatch.gif) !important;
    width: 16px;
}

.relogar {
    background-image: url(../images/16x16/1381381166_secure-server-px-webp.webp) !important;
    width: 16px;
}

.transparente {
    background-image: url(../images/transparente.webp) !important;
    width: 16px;
}

.altquantidae {
    background-image: url(../images/16x16/icone_azul.webp) !important;
    width: 16px;
}

.altunifica {
    background-image: url(../images/16x16/16x16-cartao.webp) !important;
    width: 16px;
}

.altcartao {
    background-image: url(../images/16x16/icon-trocamesa.webp) !important;
    width: 16px;
}

.orientador {
    background-image: url(../images/16x16/1381381310_survey.webp) !important;
    width: 16px;
}

.manut-caixa {
    background-image: url(../images/16x16/manut-caixa16x16.webp) !important;
    width: 16px;
}

.download {
    background-image: url(../images/_down.webp) !important;
    width: 16px;
}

.refresh {
    background-image: url(../images/16x16/refresh.webp) !important;
    width: 16px;
}

.import {
    background-image: url(../images/16x16/import.webp) !important;
    width: 16px;
}

.more {
    background-image: url(../images/16x16/icon-more.webp) !important;
    width: 16px;
}

.receita_federal {
    background-image: url(../images/16x16/receita_federal.webp) !important;
    width: 16px;
}

.historico {
    background-image: url(../images/icones/historic.webp) !important;
    background-size: 100%;
    width: 16px;
}

.renegociacao {
    background-image: url(../images/16x16/icon-negociacao.webp) !important;
    width: 16px;
}

.revert {
    background-image: url(../images/16x16/revert16x16.webp) !important;
    width: 16px;
}

.send {
    background-image: url(../images/16x16/send-file.webp) !important;
    width: 16px;
}

.send2 {
    background-image: url(../images/16x16/send-file2.webp) !important;
    width: 16px;
}

.departamento {
    background-image: url(../images/16x16/departamento16x16.webp) !important;
    width: 16px;
}

.centrocusto {
    background-image: url(../images/16x16/centrocusto16x16.webp) !important;
    width: 16px;
}

.renomear {
    background-image: url(../images/_rename.gif) !important;
    width: 16px;
}

.historicofinanceiro {
    background-image: url(../images/16x16/historicofin16x16.webp) !important;
    width: 16px;
}

.deposito {
    background-image: url(../images/16x16/deposito16x16.webp) !important;
    width: 16px;
}

.detalhes {
    background-image: url(../images/16x16/edit-table.webp) !important;
    width: 16px;
}

.cheque-vermelho {
    background-image: url(../images/16x16/cheque-vermelho16x16.webp) !important;
    width: 16px;
}

.engrenagem {
    background-image: url(../images/16x16/engrenagem16x16.webp) !important;
    width: 16px;
}

.add-adiantamento {
    background-image: url(../images/16x16/add-adiantamento16x16.webp) !important;
    width: 16px;
}

.help {
    background-image: url(../images/help.webp) !important;
    width: 12px !important;
    height: 12px !important;
}

.TipoOS {
    background-image: url(../images/16x16/tipoos.webp) !important;
    width: 12px !important;
    height: 12px !important;
}

.add-indexador {
    background-image: url(../images/16x16/add-indexador.webp) !important;
}

.parar {
    background-image: url(../images/16x16/icon-parar.webp) !important;
}

.playpause {
    background-image: url(../images/16x16/icon-playpause.webp) !important;
}

.reply {
    background-image: url(../images/16x16/reply.webp) !important;
}

.juomulta {
    background-image: url(../images/16x16/juro_multa.webp) !important;
}

.aviso-lido {
    background-image: url(../images/16x16/verde.webp) !important;
    background-size: 100%;
    width: 10px;
}

.aviso-nao-lido {
    background-image: url(../images/16x16/cinza.webp) !important;
    background-size: 100%;
    width: 10px;
}

.icon-faturamento {
    background-image: url(../images/16x16/icon-faturamento.webp) !important;
    background-size: 100%;
    width: 10px;
}

.impressora-ativa {
    background-image: url(../images/16x16/icone-impressora-green.webp) !important;
    background-size: 100%;
    width: 16px;
}

.impressora-inativa {
    background-image: url(../images/16x16/icone-impressora-red.webp) !important;
    background-size: 100%;
    width: 16px;
}

.adicionais {
    background-image: url(../images/16x16/icone-adicionais.webp) !important;
}

.valoroutros {
    background-image: url(../images/16x16/valoroutros.webp) !important;
}

.payment-green {
    background-image: url(../images/icones/1381381062_Business.webp) !important;
    background-size: 100%;
    width: 16px;
}

.payment-red {
    background-image: url(../images/icones/1381381062_Business_red.webp) !important;
    background-size: 100%;
    width: 16px;
}

.redesocial {
    background-image: url(../images/16x16/social-network-icon.webp) !important;
    width: 16px;
}

.aniversario {
    background-image: url(../images/16x16/icon-aniver.webp) !important;
    width: 16px;
}

.icon-image {
    background-image: url(../images/16x16/icon-image.webp ) !important;
    width: 16px;
}

.icon-cartao {
    background-image: url(../images/16x16/icon_cartao.webp ) !important;
    width: 16px;
}

.icon-Transferer {
    background-image: url(../images/16x16/icon-transfer.webp ) !important;
    width: 16px;
}



.icompsoft {
    background-image: url(../images/favion.webp) !important;
    background-size: 100%;
    width: 16px;
}

.okton {
    background-image: url(../images/favion_okton.webp) !important;
    background-size: 100%;
    width: 16px;
}

.whatsapp {
    background-image: url(../images/whatsapp.webp) !important;
    background-size: 100% !important;
}

.etapas {
    background-image: url(../images/16x16/process16x16.webp) !important;
    width: 16px;
}

.devices {
    background-image: url(../images/16x16/device-icon.webp) !important;
    width: 16px;
}

.excel {
    background-image: url(../images/16x16/excel.webp) !important;
    width: 16px;
}

.copy {
    background-image: url(../images/16x16/clipart-cut-copy-and-paste.webp) !important;
    background-size: 100%;
    width: 10px;
}

.maquininha {
    background-image: url(../images/32x32/maquininha.webp) !important;
    background-size: 100%;
    width: 16px;
}

/**
 Icones de Mensagens
*/
.icon-email {
    background-image: url(../images/16x16/icon_email.webp) !important;
    width: 16px;
}

.icon-message1 {
    background-image: url(../images/16x16/icon-message1.webp) !important;
    width: 16px;
}

.icon-message2 {
    background-image: url(../images/16x16/icon-message2.webp) !important;
    width: 16px;
}

.icon-message3 {
    background-image: url(../images/16x16/icon-message3.webp) !important;
    width: 16px;
}

.icon-message4 {
    background-image: url(../images/16x16/icon-message4.webp) !important;
    width: 16px;
}

.icon-message5 {
    background-image: url(../images/16x16/icon-message5.webp) !important;
    width: 16px;
}

.icon-message6 {
    background-image: url(../images/16x16/icon-message6.webp) !important;
    width: 16px;
}

.icon-message7 {
    background-image: url(../images/16x16/icon-message7.webp) !important;
    width: 16px;
}

.icon-message8 {
    background-image: url(../images/16x16/icon-message8.webp) !important;
    width: 16px;
}

.icon-message9 {
    background-image: url(../images/16x16/icon-message9.webp) !important;
    width: 16px;
}

.icon-message-plus {
    background-image: url(../images/16x16/icon-message-plus.webp) !important;
    width: 16px;
}

/**
 Icones de Transferencias entre Moedas
*/
.icon-CaixaTransferencia1 {
    background-image: url(../images/16x16/money_exchange1.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia2 {
    background-image: url(../images/16x16/money_exchange2.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia3 {
    background-image: url(../images/16x16/money_exchange3.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia4 {
    background-image: url(../images/16x16/money_exchange4.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia5 {
    background-image: url(../images/16x16/money_exchange5.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia6 {
    background-image: url(../images/16x16/money_exchange6.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia7 {
    background-image: url(../images/16x16/money_exchange7.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia8 {
    background-image: url(../images/16x16/money_exchange8.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia9 {
    background-image: url(../images/16x16/money_exchange9.webp) !important;
    width: 16px;
}

.icon-CaixaTransferencia-plus {
    background-image: url(../images/16x16/money_exchange-plus.webp) !important;
    width: 16px;
}

.sem_foto {
    background-image: url(../images/sem-foto_800.webp);
    background-size: 100%;
}

.cliente-sem-imagem {
    background-image: url(../images/cliente-sem-imagem.webp);
    background-size: 100%;
}

.empresa-sem-logo {
    background-image: url(../images/sem-logotipo.webp);
    background-size: 100%;
}

.imagem-login {
    background-image: url(../images/login.webp);
    background-size: 100%;
}

.imagem-login2 {
    background-image: url(../images/tarjalateral.webp);
    background-size: 100%;
}

.imagem-loading {
    background-image: url(../images/1100-x-500.webp);
    background-size: 100%;
}

.sem_foto_produto {
    background-image: url(../images/sem-foto_produto.webp);
    background-size: 100%;
}

.video {
    background-image: url(../images/gears.gif);
}

.bogus {
    background-image: url(../images/bogus.webp ) !important;
}

.notepad {
    background-image: url(../images/bogus.webp ) !important;
}

.logout {
    background-image: url(../images/logout.gif ) !important;
}

.settings {
    background-image: url(../images/gears.gif ) !important;
}

.icon-grid {
    background-image: url(../images/grid.webp ) !important;
}

.add {
    background-image: url(../../shared/icons/fam/add.gif) !important;
}

.option {
    background-image: url(../../shared/icons/fam/plugin.gif) !important;
}

.remove {
    background-image: url(../../shared/icons/fam/delete.gif) !important;
}

.save {
    background-image: url(../../shared/icons/save.gif) !important;
}

.accordion {
    background-image: url(../images/accordian.gif) !important;
}

.tabs {
    background-image: url(../images/tabs.gif) !important;
}

/*----------------------------------------------------
    IM window icons
*/

.usuario {
    background-image: url(../images/usuario.webp ) !important;
    width: 16px;
}

.user {
    background-image: url(../../shared/icons/fam/user.gif ) !important;
}

.user-add {
    background-image: url(../../shared/icons/fam/user_add.gif) !important;
}

.user-delete {
    background-image: url(../../shared/icons/fam/user_delete.gif) !important;
}

.connect {
    background-image: url(../../shared/icons/fam/connect.gif) !important;
}

.user-girl {
    background-image: url(../../shared/icons/fam/user_female.gif) !important;
}

.user-kid {
    background-image: url(../../shared/icons/fam/user_green.gif) !important;
}

.user-suit {
    background-image: url(../../shared/icons/fam/user_suit.gif) !important;
}

#x-sessao {
    float: right;
    width: 300px;
    height: 50px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.treenode-no-icon {
    display: none !important;
}

.x-big .x-cell {
    color: black;
    font-size: 24px !important;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.x-medium .x-cell {
    color: black;
    font-size: 18px !important;
    height: 30px;
    line-height: 40px;
    vertical-align: middle;
}

.x-small .x-cell {
    color: black;
    font-size: 14px !important;
    height: 20px;
    line-height: 40px;
    vertical-align: middle;
}

.x-grid-multirow .x-grid-cell-inner {
    white-space: normal;
}

.x-cell-red {
    color: red !important;
}

.x-cell-green {
    color: #109910 !important;
}

.x-cell-blue {
    color: blue !important;
}

.icon-BancoBrasil {
    background-image: url(../../src/Libs/boleto/imagens/icone_1.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoSicoob {
    background-image: url(../../src/Libs/boleto/imagens/icone_756.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoSicredi {
    background-image: url(../../src/Libs/boleto/imagens/icone_748.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoAilos {
    background-image: url(../../src/Libs/boleto/imagens/icone_85.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoCaixa {
    background-image: url(../../src/Libs/boleto/imagens/icone_104.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoItau {
    background-image: url(../../src/Libs/boleto/imagens/icone_341.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoSantander {
    background-image: url(../../src/Libs/boleto/imagens/icone_33.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoBradesco {
    background-image: url(../../src/Libs/boleto/imagens/icone_237.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoUnicred {
    background-image: url(../../src/Libs/boleto/imagens/icone_136.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.icon-BancoCresol {
    background-image: url(../../src/Libs/boleto/imagens/icone_133.png ) !important;
    width: 16px;
    background-repeat: no-repeat;
}

.btn-panel {
    padding-top: 33%;
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: rgb(113, 181, 232);
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    border-color: #0093A8;
    font-style: normal;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 50% 30%;
}

.btn-panel:hover {
    font-weight: bolder;
    transition-timing-function: linear;
    background-color: rgb(80, 164, 226);
}

.medical-icon {
    background-image: url("../images/medical-bag-white.webp");
    padding-top: 33%;
}

.diagnosis-icon {
    background-image: url("../images/format-list-numbers-white.webp");
}

.historico-icon {
    background-image: url("../images/historico-prontuario.webp");
}

.procedimentos-icon {
    background-image: url("../images/procedimenros-icon.webp");
    padding-top: 33%;
}

.medicacao-icon {
    background-image: url("../images/medicacao-icon.webp");
}

.vacinas-icon {
    background-image: url("../images/vacina-icon.webp");
}

.receitas-icon {
    background-image: url("../images/receita-icon.webp");
    padding-top: 33%;
}

.peso-icon {
    background-image: url("../images/peso-icon.webp");
}

.exames-icon {
    background-image: url("../images/exames-icons.webp");
}

.retornos-icon {
    background-image: url("../images/retorno-icons.webp");
    padding-top: 33%;
}

.finalizar-icon {
    background-image: url("../images/finalizar-icons.webp");
    background-position: 50% 25%;
}

.btnlogin:hover {
    background: #F5BB29;
    /* Old browsers */
}

.btnlogin:active {
    background: #ca940c;
    /* Old browsers */
}

.btnlogin {
    background: #FFD15C;
    color: #0D0368;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
