/*
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 : 10-set-2015, 9.12.40
    Author     : Sviluppo
*/



/* STILE PER VOCI DESCRITTIVE*/
.stDoc {
        font-size: 10pt;
        font-style: italic;
            
}
/* STILE PER VALORI DOPO VOCI DESCRITTIVE*/            
.stDocLbl {
        font-weight: bold;
        font-style: normal;
              
}

/*COPY RIGHT*/
.copy {
        font-size: 8pt;
        font-style: inherit;
              
}

/*GRIGLIA DARE AVERE IMPORTO*/
.gridDatiPartite {
        height: 20px;
}

/*DETTAGLIO DOCUMENTO*/
.gridDetDocumento {
        font-size: 11px ;
        font-weight: normal;
        height:20px;
        text-align:right;
}

.gridDocEmessi {
        
        border-radius:10px;
        border-style: solid;
        border: 3px outset #eee;
        font-size: 12px ;
        font-weight: normal;
        width: 100%;
        margin: 0;
margin-bottom:5px;
        
}

.messaggi {
    
       color: red;
    
}

.campoObbli {
    
       background-color: #f0e6a6 !important;
    
}

.boxCatalogo {
    
       border-style: dotted;
       border-width: 1px;
       border-color: #ff9900;
       float: left;
       width:182px;
       height:252px;

    
}

.codiceCatalogo {
        font-size: 10pt;
        font-style: italic;
                
}

.addArtDaCatalogo {
    
        padding-top: 5px;    
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        
        background-color: #F3F3F3;
        border: 1px dotted #CCCCCC;
        position: fixed;
        width: 230px;
        height: 290px;
        left: 50%;
        margin-left: -120px;
        top: 50%;
        margin-top: -4em;
        
}

.addArtDaCatalogoGri {
    
        padding-top: 5px;    
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        
        background-color: #F3F3F3;
        border: 1px dotted #CCCCCC;
        position: fixed;
        width: 230px;
        height: 370px;
        left: 50%;
        margin-left: -120px;
        top: 50%;
        margin-top: -8em;
        
        
            
}


.txtPartite {
    
        width:99%;
        font-size: 10pt;
    
}

.eviArt {
        background-color: #FFCC33;
        width:99%;
        font-size: 10pt;
    
}

.eviLot {
        background-color: #FFCC33;
        width:99%;
        font-size: 10pt;
    
}

.divTable
    {
        display: table;
        width:100%;
    }
.divTitle
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
        vertical-align: middle;
            
    }
.divHeading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }
.divRow
    {
        display: table-row;
    }
.divCell
    {
        display: table-cell;
        vertical-align: middle;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
.bckDesArtCatalogo {
        
        width:100%;
        background-color: #b4d251;
        
    }
    
.boxgrigio
{
    opacity: 0.4;
    filter: alpha(opacity=40); 
    position: Absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    width: 100%;
    height: 100%;
    border: Solid 1px #CCCCCC;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.boxCatalogo{width:100%;}
}
