
:root {
    --grigio_chiaro: #f5f7f8;
    --grigio_scuro: #D7D7D7;
    --azzurro: #0099CC;
    --azzurro-chiaro: #96c0e1;
    --bianco-grigio: #f2f1f1;
    --rosso-preordine: #ef1f1f;
    --giallo-offerta: #ffd100;
    --rosso-prezzo: #d68244;
    --verde-bottone: #00cc33;
}


A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: red;}
/*
A:hover {background: LavenderBlush; color: red;}
*/ 
INPUT:hover {background: #ffffcc;}
INPUT:read-only {background: WhiteSmoke;}
INPUT:invalid {background: SlateBlue;}
INPUT {
    border-radius: 8px;
    border-width: 1px;
    border-color: var(--grigio_scuro);
    border-style: solid;
    margin-top: 4px;
    height: 30px;
}

input[type=submit] {
    cursor: pointer;
}

DROPDOWLIST{border-radius: 8px; border-width: 1px; border-color: var(--grigio_scuro); border-style: solid; margin-top: 4px;}

span {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word; /* compatibilità vecchi browser */
    word-break: break-word; /* Safari / casi estremi */
}


.stile_ddl {
    border-radius: 8px;
    border-width: 1px;
    border-color: var(--grigio_scuro);
    border-style: solid;
    margin-top: 4px;
    height: 34px
}

.sile_box_q {
    text-align: center;
    font-weight: bold;
}

html {
    FONT-FAMILY: Open Sans;
    font-size: 10pt;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    color: black;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*input, select, dropdown
{
    color: #003333;
    border:2px solid #003333;
}*/ 


ul 
{
    margin-top: 5px;
    margin-left: 17px;
    padding-left: 0px;
}


H1 {
    font-size: 26pt;
    font-weight: bold;
    margin-top: 5px;
    line-height: 36px
}

H2 {
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 0;
}


H3 {
    FONT-SIZE: 10pt;
    margin-top: 4px;
    margin-bottom: 4px;
    color: var(--azzurro);
}

H4 {
    FONT-SIZE: 9pt;
    margin-top:0;
    margin-bottom:0;
}


	/* Structure */
#wrapper {
    min-width: 900px;
    max-width: 1350px;
    margin: auto;
    border-width: 8px 8px 8px 8px;
    border-color: white;
    border-style: solid;
    background: white;
}
#header {
    width: 100%;
    height: 100px;
    background-color: black;
    background-image: url('https://www.zonahobby.com/images/sf_top.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

#footer {
    background-color: var(--grigio_chiaro);
    box-sizing: border-box;
    padding: 50px;
}

    #footer p {
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 10px;
        width: 180px;
    }

    #footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }


    #footer img {
        width: 25px;
    }

div-footer-content {
    flex: 1;
}



#sidebar_sx {
    width: 222px;
    margin-top: 10px;
    overflow: hidden;
}

#content {
    flex: 1;
    min-width: 500px;
    overflow: auto;
    background-color: white;
    margin-top: 10px;
    margin-left: 20px;
}


    
#main 			{width: 100%; display:flex;margin-top:-10px;}
#icona-menu     {display:none;}


.contenitore-messaggi {
    max-width: 100%;
    overflow: hidden;
    height: 60px;
    padding: 4px;
    margin-top: 2px;
    line-height: 18px;
}


.div-barra-top {
    max-width: 100%;
    padding: 4px 4px 8px 4px;
    background-color: var(--grigio_chiaro);
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid var(--azzurro);
    background-image: url('https://www.zonahobby.com/images/sf_slide.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}




.ul_menu_sx {
    margin-top: 0px;
    margin-top: 10px;
    margin-bottom: 2px;
    line-height: 20pt;
}

    .ul_menu_sx a {
        font-weight: bold;
    }




.content-flex-top-master {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    background-color: var(--grigio_chiaro)
}

.content-flex100 {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    column-gap: 20px;
}

.content-flex-sidebar {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    column-gap: 2px;
    flex-wrap: wrap;
}


.div-full {
    flex: 1;
}

.div-d320 {
    width: 320px;
}

.div-d100 {
    width: 80px;
}

.div-flex50 {
    flex: 50%;
    padding: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: var(--bianco-grigio);
    border-radius: 4px;
}


.div-banner-lat-sx {
    flex: 74%;
    overflow: hidden;
}

.div-banner-lat-dx {
    flex: 26%;
    overflow: hidden;
}

    .div-banner-lat-dx img {
        width: 100%; /* Adatta l'altezza al contenitore */
    }


.pic_menu {
    width: 220px;
    border: 1px solid black;
}


.bordo1-nero {
    border: 1px solid black;
}

.div-prodotto-sx {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 50%;
}

.div-prodotto-dx {
    overflow: hidden;
    width: calc(50% - 20px);
}

.div-preordine {
    color: white;
    max-width: 50%;
    background-color: var(--rosso-preordine);
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    position: relative;
    top: 13px;
    left: 0px;
    margin-top: -13px;
}

.div-offerta {
    color: black;
    max-width: 50%;
    background-color: var(--giallo-offerta);
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    position: relative;
    top: 13px;
    left: 0px;
    margin-top: -13px;
}

.div-preordine-detail {
    color: white;
    width: 249px;
    background-color: var(--rosso-preordine);
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    padding: 4px;
    margin-right: auto;
    margin-left: auto;
}

.div-offerta-detail {
    color: black;
    width: 249px;
    background-color: var(--giallo-offerta);
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    padding: 4px;
    margin-right: auto;
    margin-left: auto;
}


.div-disponibile {
    color: white;
    max-width: 50%;
    background-color: lightseagreen;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
}

.div-esaurito {
    max-width: 100%;
    padding: 7px;
    border: 1px solid var(--grigio_scuro);
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
}

.div-esaurito-detail {
    border: 1px solid var(--grigio_scuro);
    color: black;
    width: 231px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
}

.div-prezzo {
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    margin-right: auto;
    margin-left: auto;
    color: var(--azzurro)
}


.div-nome-prodotto {
    height: 38px;
    overflow: hidden;
    font-weight: bold;
}


.font_add_carrello {
    font-size: 8pt;
    color: black;
}

.font_add_carrello_detail {
    font-size: 10pt;
    color: black;
}


.div-descrizione-prodotto {
    margin-top: 30px;
    font-size:12pt;
}

.div-descrizione-prodotto p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-avviso {
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 2px solid #FF0000
}

.div-avviso-preordine {
    color: var(--rosso-preordine);
    font-weight: bold;
}

    .div-avviso-preordine ul {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .div-avviso-preordine li {
        margin-left: 10px;
    }


.div-articolo-non-trovato {
    color: #FF0000;
    font-weight: bold;
    font-size: 24pt;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}














.box_doppio {
  float: left;
  width: 50%;
  overflow:hidden;
  box-sizing : border-box;
  padding:5px;
  text-align: left;
}
.after_box_doppio {
  clear: left;
}

.box_pad_destro {
  padding-right: 4px;
}

.adv_orizzontale_top {
  text-align: right;
  width: 80%;
}

.adv_orizzontale_bottom {
  text-align: center;
  width: 100%;
}

.adv_mobile {
  text-align: center;
  width: 100%;
}

.div2hide-piccolo {
    padding: 0px;
    margin: 0px;
}

.div2hide-medio {
    padding: 0px;
    margin: 0px;
}

.div2show-piccolo {
    padding: 0px;
    margin: 0px;
    display: none;
}

/*-------------------------------------------------DIV GALLERY FORUM*/
.div_gallery_piccola {
    margin: 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 212px;
    height: 212px;
    float: left;
    background-color: #D9D9B3
}

.div_gallery_media {
    margin: 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 318px;
    height: 318px;
    float: left;
    background-color: #D9D9B3
}

.panel_popup{
    width: 500px;
    height: 500px;
    box-sizing : border-box;

}

.div_font_12{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 2px;
}

.Carattere_nero
{
    font-size: 11px;
    color: black;
}



.Avviso_rosso_big {
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;
}


.avviso_bordo_rosso {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid;
    border-color: #FF0000;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}




.Tabella_base
{
	border-collapse: collapse;
	font-size: 11px;
	background-color: #F9F9F9;
	TEXT-DECORATION: none;
}
.Tabella_base td
{
border: 1px solid #660000;
padding: 6px;
}


.Tabella_dashed
{
	border-collapse: collapse;
	font-size: 11px;
	border: 2px solid #3399FF;
	TEXT-DECORATION: none;
	padding: 2px;
}
.Tabella_dashed td
{
	border: 0px;
	padding: 2px;
}

.Tabella_dashed_dettaglio_articolo
{
	border-collapse: collapse;
	font-size: 11px;
	border: 2px solid grey;
	TEXT-DECORATION: none;
}
.Tabella_dashed_dettaglio_articolo td
{
border: 0px;
padding: 2px;
}

/*-------------------------------------------------------------------------------------------------------#7FFFD4-#FFCF69*/
table.Tabella_bordo {
    border-collapse: collapse;
    font-size: 11px;

}
    table.Tabella_bordo th {
        font-weight: bold;
        background-color: #DDF3FE;
        border: 1px solid DimGray;
        padding: 2px;
    }
    table.Tabella_bordo td {
        border: 1px solid DimGray;
        padding: 2px;
    }
/*-------------------------------------------------------------------------------------------------------X-DOCS*/ 
table.Tabella_bordo_docs
{
	border-collapse: collapse;
	font-size: 9px;
	border: 2px solid DimGray;
}
    table.Tabella_bordo_docs th {
        font-weight: bold;
        font-size: 9px;
        font-family: Arial, Helvetica, sans-serif;
        height: 11px;
        padding: 2px;
        border: 1px solid DimGray;
        background-color: #FFCF69;
        /*background-image: url('https://www.zonahobby.com/images/graf/sf_th.jpg');*/
    }
table.Tabella_bordo_docs td
{
	font-size: 9px;
    padding: 2px;
    border: 1px solid DimGray;
}

table.Tabella_chart_docs
{
	border-collapse: collapse;
}
table.Tabella_chart_docs th 
{
    font-weight: bold;
	height: 16px;
	padding: 2px;
	border: 1px solid #333333;
	background-color: #EEEEEE;
    font-size: 9px;
}
table.Tabella_chart_docs td
{
	padding: 1px;
	border: 0px solid #824100;
    font-size: 9px;
}
/*--------------------------------------------------------------------------------------------------------X-DOCS*/
table.Tabella_bordo_pagamenti {
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    table.Tabella_bordo_pagamenti th {
        font-weight: bold;
        border: 1px solid DimGray;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
        background-color: #FFCF69;
    }

    table.Tabella_bordo_pagamenti td {
        border: 1px solid DimGray;
        padding: 2px;
    }



.Tabella_avviso
{
    background-color: #F7F7D7;
}

table.Tabella_no_border
{
    font-size: 11px;
    border:none;
}



.Tabella_menu
{
	border-collapse: collapse;
    border: 1px solid DimGray;
}
.Tabella_menu td
{
    padding: 2px;
}

table.Tabella_chart
{
	border-collapse: collapse;
}
table.Tabella_chart th 
{
    font-weight: bold;
	height: 16px;
	padding: 2px;
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
table.Tabella_chart td
{
	padding: 2px;
	border: 1px solid #824100;
}
/*--------------------------------------------------------------------------------------------------------*/
table.Tabella_pager
{
	border-collapse: collapse;
	border: 1px solid DimGray;
    font-size: 11px;
    color: Red;
    background-color: #EEEEEE;
    /*background-image: url('https://www.zonahobby.com/images/graf/sf_th.jpg');*/
}

table.Tabella_avviso_rosso
{
	border-collapse: collapse;
	font-size: 11px;
    border: 2px solid red;
    TEXT-DECORATION: none;
}


table.Tabella_articolo
{
	border-collapse: collapse;
	font-size: 11px;
    border: 2px solid #999999;
    TEXT-DECORATION: none;
}
.Tabella_articolo td
{
border: 0px;
padding: 1px;
}

.Tabella_update
{
	border-collapse: collapse;
	font-size: 11px;
	background-color: #F9F9F9;
	TEXT-DECORATION: none;
}
.Tabella_update td
{
border: 1px solid #660000;
padding: 2px;
}



.TB_cerca_globale
{
    margin: 0px 0px 4px 0px;
    padding: 1px;
    border: 2px solid #0066CC;
    height: 18px;
}


.BT_cerca_globale {
    margin: 0px 0px 4px 0px;
    border: 2px solid #0066CC;
    height: 24px;
    font-weight: bold;
}


.TB_cerca_QT
{
    margin: 0px 0px 0px 0px;
    padding: 1px;
    border: 2px solid #0066CC;
    height: 18px;
    text-align: center;
}


.tag_link_esterni
{
    padding: 4px;
    font-size: 12px;
    color: #FF0000;
    margin-left:2px;
    text-transform:uppercase;
    line-height:16px;
}

.div_font_12{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 2px;
}

.font_menu_sx{
    font-weight: bold;
    line-height: 20px;
}


.immagine_full {max-width:100%;}


.box-ultimi {
  float: left;
  width: 137px;
  height: 180px;
  margin: 2px;
  border: 2px;
  border-color: gray;
  border-style: solid;
  padding: 2px;
  overflow:hidden;
  font-family: Arial;
  font-size: 10px;
}

.box-ultimi a {font-size: 10px;}

.box-ultimi-pic {
  padding: 0px;
  margin: 0px;
  width: 137px;
  height: 137px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; 
}

.box-ultimi-title {
  overflow: hidden;
  width: 137px;
}

.box-lista-contenitore {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 5px;
}


.box-lista {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px;
    font-size: 12px;
    border: 2px solid #15618C;
    overflow: hidden;
}

.box-lista a {font-size: 10px;}

.box-lista-pic {
  padding: 0px;
  margin: 0px; 
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; 
}

.box-lista-title {
    overflow: hidden;
    font-size: 12px;
}


.div_yutube {
  width: 100%;
  height: 280px;
}

div.pagination {
	margin-top:20px;
    margin-bottom:10px;
    text-align:center;
    font-size:16px;
}


    div.pagination a {
        padding: 6px 10px 6px 10px;
        margin: 3px;
        border: 1px solid black;
        font-weight: bold;
        background-color: var(--grigio_chiaro);
        border-radius: 4px;
    }


    div.pagination span.current {
        padding: 6px 10px 6px 10px;
        margin: 3px;
        border: 1px solid black;
        font-weight: bold;
        background-color: var(--azzurro-chiaro);
        border-radius: 4px;
    }



.div_tag_prodotti {
    margin: 2px;
    padding: 2px;
    float: left;
    background-color: #F0F0F0
    }

.box_video {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: visible;
    text-align: center
}

.forum_textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.forum_tabella {
    font-size: 14px;
    background-color: #F9F9F9;
    margin: 5px;
}

    .forum_tabella td {
        padding: 5px;
        margin: 5px;
    }


.forum_contenitore {
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    word-wrap: break-word;
}

.forum_utente {
    font-weight: bold;
    font-size: 12px;
}

.forum_testo {
    font-size: 14px;
    color: #4b4b4b;
}

.forum_data {
    text-align: right;
    font-size: 10px;
}


.gallery_upload {
    border: 1px solid #ccc;
    color: lightgrey;
    padding: 4px;
    font-size: 12px;
}

    .gallery_upload img {
        width: 92px;
        height: 92px;
        object-fit: cover;
        object-position: 100% 0;
        border: 1px solid #ccc;
        margin: 6px
    }

.gallery {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.gallery li {
    float: left;
    margin: 4px;
}
.gallery img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: 100% 0;
    border: 1px solid #ccc;
    margin-bottom: 6px
}

.gallery_toy {
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    border: 2px solid grey;
    width: 160px;
    height: 210px;
}
    .gallery_toy img {
        width: 160px;
        height: 160px;
        object-fit: cover;
        object-position: 100% 0;
    }


.gallery_produttori {
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    border: 2px solid grey;
    width: 160px;
    height: 160px;
}


.gallery_forum_update {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 5px;
    border: 2px solid grey;
    width: 100px;
    height: 100px;
    position: relative;
}

    .gallery_forum_update img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        object-position: 100% 0;
    }
    
    .specifiche_img {
        margin-top: 30px;
    }



.forum_add_testo {
    font-size: 14px;
    color: #4b4b4b;
}

.forum_add_titolo {
    font-size: 14px;
    color: #4b4b4b;
}
    .forum_add_titolo input :hover {
        background: black;
    }


.anteprima_anticipazione {
    padding: 4px;
    background-color: #EEEEEE;
    border-radius: 10px;
    margin: 10px;
}

    .anteprima_anticipazione img {
        height: 150px;
        object-fit: cover;
        object-position: 100% 0;
        border-radius: 10px;
    }


.titolo_toys {
    background-color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.titolo_toys img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: 100% 0;
    margin-right: 10px;
    float: left;
}

.grafico img {
    width: 100%;
}


.ddl_tagliato {
    text-decoration: line-through;
}


.news_container {
    font-size: 5em;
    background-color: #a8a8a8;
    color: white;
    width: 8em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.news_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.div_margine_1010 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .div_margine_1010 p {
        font-weight: bold;
        font-size: 20px;
    }


.div_margine_2020_bold {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: bold;
}

.div_bordo_rosso {
    border: medium solid #FF0000;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    box-sizing: border-box;
}
    .div_bordo_rosso p {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

.div_mostra_nascondi {
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
}

.div_bordo_nero {
    padding: 4px;
    border: 2px solid #000000;
    margin-top: 10px;
}

.TB_100_100 {
    box-sizing: border-box;
    border: 2px solid #0066CC;
    margin-bottom: 5px;
    Width: 100%;
}

.div_generico {
    margin: 0px 0px 20px 0px;
    padding: 6px;
    font-size: 14px;
}

.img_thumb_listino {
    width: 120px;
    height: 135px;
    object-fit: cover;
    object-position: 50% 0;
    float: left;
    margin-right: 2px;
}

.carrello_detail {
    margin-left: 25px;
}

.qt_detail {
    margin-bottom: 10px;
    width: 50px;
    height: 30px;
    padding: 1px;
    border: 1px solid #0066CC;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.titolo_novita {
    font-weight: bold;
    font-size: 18pt;
    margin-top: 10px;
}



.box-novita-home-sx {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;

}

    .box-novita-home-sx .content {
        font-size: 10px;
        text-align: left;
        overflow: hidden;
        height: 200px;
        font-weight: bold;
    }

        .box-novita-home-sx .content img {
            width: 100%;
            aspect-ratio: 1 / 1;
        }



.box-in-arrivo {
    padding: 4px;
    width: 25%;
    float: left;
    box-sizing: border-box;

}

    .box-in-arrivo .content {
        position: relative;
        padding: 4px;
        overflow: hidden;
        height: 228px;
        font-weight: bold;
        background-color: #EAEAEA;
    }




.box-grigio-detail {
    box-sizing: border-box;
    padding: 8px;
    text-align: left;
    background-color: #F8F8F8;
    border-radius: 10px;
}

    .box-grigio-detail .avviso-rosso {
        margin: 10px 0px 10px 0px;
        color: #FF0000;
        line-height: 200px;
    }


.box_azz_generico {
    border: 2px solid #0066CC;
    padding: 8px;
    background-color: #F9F9F9;
    border-radius: 10px;
}

.clickable-div {
    cursor: pointer;
    padding: 4px;
    border: 2px solid #000000;
    margin-top: 10px;
}


#drop-menu {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

/*menu*/

ul#menu {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    background-color: #111;
    font-size: 80%
}

    ul#menu li {
        margin: 0;
        padding: 0;
        float: left;
        display: block;
        border-right: 1px solid #222;
        position: relative;
    }

        ul#menu li a {
            float: left;
            padding: 12px 30px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
        }

            ul#menu li a:hover {
                background: #666;
                color: #fff
            }

    ul#menu ul {
        margin: 0 0 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 9999;
        background: #444;
    }

    ul#menu li:hover ul {
        opacity: 1;
        visibility: visible;
    }

    ul#menu ul li {
        float: none;
        display: block;
        border: 0;
    }

    ul#menu ul a {
        padding: 10px;
        width: 130px;
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
    }

        ul#menu ul a:hover {
            background-color: #0186ba;
            color: #fff
        }





.ricerca-container {
    display: flex;
    justify-content: flex-end; /* Spinge il contenuto a destra */
    padding-right: 20px; /* Margine a destra */
}

.ricerca-input-container {
    display: flex;
    align-items: center; /* Allinea gli elementi verticalmente */
    gap: 5px; /* Distanza tra textbox e bottone */
    width: 100%; /* Occupa tutta la larghezza disponibile */
}

.ricerca-text {
    flex-grow: 1; /* Fa espandere il TextBox per occupare lo spazio disponibile */
    min-width: 0; /* Previene problemi di overflow */
}

.ricerca-button {
    flex-shrink: 0; /* Mantiene la dimensione fissa del pulsante */
    width: 40px; /* Imposta la larghezza desiderata del pulsante */
    height: 40px;
}


.radio-custom input[type="radio"] {
    display: none;
}

.radio-custom label {
    width: 500px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #007bff;
    border-radius: 10px;
    cursor: pointer;
    color: #007bff;
    background-color: white;
    transition: 0.3s ease;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -1px;
    font-weight: bold;
}

.radio-custom input[type="radio"]:checked + label {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}