.ScaricaCatalogo {
float: left;
display: block;
width: 180px;
padding: 3px;
border: 1px solid #fff;
background-color: #ddd;
margin-right: 3px;
margin-bottom: 20px;
}

.ScaricaCatalogo img {
width: 180px;
}

.ScaricaCatalogo:hover img	{
opacity: 0.8;
}

.downloadAllegatiSpanCatalogo{
background-color: #F1F1F1;
padding: 2px;
color:#282727;
}

.ScaricaCatalogo a span{
    color: #282727;
    width: 78px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.ScaricaCatalogo a span:hover{
color: #3378A1;
}

.ScaricaCatalogo .titoloCatalogo {
    color: #000;
    font-size: 14px;
    height: 60px;
    display: block;
    text-align: center;
}


/*TABS*/
.allegati.ui-widget {
    font-family: 'Montserrat', sans-serif; 
    font-size: 1em;
}

.allegati.ui-widget.ui-widget-content {
    border: 0;
}

.allegati .ui-widget-header {
    border: 0;   
    background: #fff;
}

.allegati.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    border: 0 !important;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.allegati .ui-state-active, 
.allegati .ui-widget-content .ui-state-active, 
.allegati .ui-widget-header .ui-state-active, 
.allegati a.ui-button:active, 
.allegati .ui-button:active, 
.allegati .ui-button.ui-state-active:hover .ui-state-active, 
.allegati .ui-widget-content .ui-state-active, 
.allegati .ui-widget-header .ui-state-active, 
.allegati a.ui-button:active, 
.allegati .ui-button:active, 
.allegati .ui-button.ui-state-active:hover 
{
    border: 0;
    background: #3378A1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

.allegati .allegatiCategorieTable {
    width: 950px;
}

.allegati .ui-tabs-panel {
    border-top: 1px solid #ddd;
}

/* RIORDINAMENTO CATALOGHI PROVVISIORIO 
.mainContent .categorie_lista_allegati{display:flex; flex-wrap: wrap;}

.mainContent .categorie_lista_allegati:nth-child(1){order: 4}
.mainContent .categorie_lista_allegati:nth-child(2){order: 2}
.mainContent .categorie_lista_allegati:nth-child(3){order: 1}
.mainContent .categorie_lista_allegati:nth-child(4){order: 3}
.mainContent .categorie_lista_allegati:nth-child(5){order: 5}
*/

/* RIORDINAMENTO CATALOGHI PROVVISIORIO  
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td{ display:flex; flex-wrap: wrap;}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(6){order: 1}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(5){order: 2}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(7){order: 3}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(4){order: 4}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(1){order: 5}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(2){order: 6}
.categorie_lista_allegati:has(.ScaricaCatalogo) .allegatiCategorieTable td > div:nth-child(3){order: 7}
*/
