
.inteOrizz
{
    text-align: center;
    border-right: 1px solid #ffffff;
    background-color: #C3B59B;
    height: 18px;
    color: #000000;
    padding: 1px 6px 1px 6px;
}



img.thumb
{
    width: 130px;
    cursor: pointer;
}

img.thumbTabella
{
    height: 80px;
}


.popUpLibro
{
    width: 200px;
}






.TFtable
{
    width: 100%;
    border-collapse: collapse;
}
.TFtable td
{
    border: #4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr
{
    background: #a2a3a4;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd)
{
    background: #a2a3a4;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even)
{
    background: #dae5f4;
}


#div_velo
{
    position: absolute;
    height: 500%;
    width: 150%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#div_wait
{
    position: absolute;
    height: 50;
    width: 50;
    z-index: 99;
    top: 70%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

tfoot
{
    font-weight: bold;
}




.editoreSopraMenu
{
    font-weight: bold;
    margin-left: 5px;
}

.erroreLogin
{
    font-weight: bold;
    margin-top: 20px;
    color: #ff0000;
    font-size: 16px;
}

.hideMe
{
    display: none;
}

.myDropClass
{
    font-weight: normal;
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
     color: #555;
  background-color: #fff;
  background-image: none;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 
}

.dropDistri 
{
     font-weight: normal;
    
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
     color: #555;
  background-color: #fff;
  background-image: none;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 
}
.myDropClass::-ms-expand {
  background-color: transparent;
  border: 0;
}
.mysmall
{
    font-size: 10px;
}

.mysmall8
{
    font-size: 9px;
}

.ctrlinvisible
{
    display: none;
}


.td_icon
{
    font-size: 22px;
    text-align: center;
}

.EditoriTab
{
    font-size: 10px;
    padding: 10px;
}

.invEdiInte
{
    font-size: 12px;
}
.invEdiInteS
{
    font-size: 10px;
}


.arrTD
{
    font-size: 22px;
    padding: 3px;
}

.datiAgg
{
    font-size: 12px;
    margin: 10px;
    font-family: sans-serif;
    color: #428bca;
}


.arrNumTD
{
    font-size: 22px;
    padding-right: 16px;
}

.invCliS
{
    font-size: 8px;
}

@media (max-width: 768px)
{
    .panel-heading
    {
        display: none;
    }
}

#tabellaMovimenti
{
         width:50%;   
}


#tabellaMovimenti tr
{
    font-size: 1.2em;
}
#tabellaMovimenti th
{
    font-weight: normal;
    padding: 0.2em;
    background-color: #cccccc;
}
#tabellaMovimenti td
{
    font-weight: normal;
    padding: 0.2em;
}

#tabellaMovimenti tr:nth-child(odd) td
{
    background-color: #eeeeee;
}