/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-mar-2017, 14.32.23
    Author     : loris
*/

img#loading_box_step_aggiunta_magazzino, img#loading_box_step_cancellazione_magazzino { width:50px; }
tr.pari { background-color:#ffffff; }
tr.dispari { background-color:#f9f9f9; }
table#tabellaProdottiUtenti tr.dati td, table#tabellaPubblicaProdotti tr.dati td { border-bottom:none; }
table#tabellaProdottiUtenti .sinc_ok { color:green; }
table#tabellaProdottiUtenti .sinc_ko { color:red; }
table#tabellaProdottiUtenti tr.azioni td, table#tabellaPubblicaProdotti tr.azioni td { border-top:none; }
table#tabellaProdottiUtenti tr.azioni a, table#tabellaPubblicaProdotti tr.azioni a { margin-bottom:5px; }
div.filtro_catalogo { margin-bottom:15px; }
div.filtro_catalogo div.elemento { margin-top:7px; margin-bottom:7px; }
div.paginator span { font-weight:bold; }

.report_import_export div.elemento { margin-bottom:15px; }
.report_import_export div.elemento .elemento_interno { border:1px solid green; padding:10px; margin:10px; min-height:200px; }
.report_import_export div.elemento .elemento_interno.non_completo { border-color:red; }
.report_import_export div.elemento p.completo { color:green; }
.report_import_export div.elemento p.non_completo { color:red; }