﻿@charset "UTF-8";
/* CSS Document */

input[type="newsletter"]
{ /* Stili per il campo di testo */
    border: 1px solid #CCC; /* Bordo */
    color: #333333;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    height: 20px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    line-height: 18px;
    background-color: #FFF;
}


.textarea[type="regolamento"]
{ /* Stili per la textarea */
    border: 1px solid #CCCCCC; /* Bordo */
    color: #262626; /* Padding */
    background-color: #FFFFFF;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 10px;
    text-align: justify;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    line-height: 12px;
    height: 80px;
    width: 650px;
}

.obbligatorio
{
    font-size: 18px;
    line-height: 32px;
    color: #C00;
    text-align: left;
    float: left;
    width: 30px;
    clear: right;
    font-family: glyphicon;
}

input
{ /* Stili per il campo di testo */
    color: #333333; /* Padding */
    /*	background-color: #7c7c7c;
*/ font-size: 15px;
    text-align: left;
    line-height: 19px;
    padding-left: 5px;
    /*	border: 1px solid #E7E7E7;
*/
}

select
{ /* Stili per il campo select */
    /*	border: 1px solid #EFEFEF; /* Bordo */
    */ color: #262626; /* Padding */
    background-color: #FFFFFF;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    height: 25px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

radio
{
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    background-color: none;
    /*border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}

textarea
{ /* Stili per la textarea */
    border: 1px solid #CCCCCC; /* Bordo */
    color: #262626; /* Padding */
    background-color: #FFFFFF;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    line-height: 22px;
    height: 80px;
    width: 310px;
}

#botton_privacy
{
    width: 350px;
    color: #675f57;
    font-size: 13px;
    font-weight: 600;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    float: left;
    height: 30px;
    text-align: left;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 10px;
}

#botton_regolamento
{
    width: 500px;
    color: #675f57;
    font-size: 13px;
    font-weight: 600;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    float: left;
    height: 30px;
    text-align: left;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.info_visite
{
    float: left;
    width: 660px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    background-color: #F7F7F7;
    font-family: helveneubolcon, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #333;
    padding-left: 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#contenitore_tipologia
{
    float: left;
    width: 680px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999;
}

#contenitore_tipologia_attivita
{
    float: left;
    width: 680px;
    padding-bottom: 10px;
    background-color: #F7F7F7;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999;
}

#contenitore_dati_visite
{
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 680px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-bottom: 5px;
    background-color: #F4F4F4;
    padding-top: 15px;
}

#container_modulo_prenotazioni
{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 370px;
    margin-left: 30px;
    width: 680px;
    clear: both;
}

#contenitore_regolamento_sala
{
    float: left;
    width: 680px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-bottom: 0px;
    background-color: #FAFAFA;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.contenitore_dati_sala
{
    float: left;
    width: 680px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-bottom: 8px;
    background-color: #FAFAFA;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#contenitore_dati_sala_alternate
{
    float: left;
    width: 680px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-bottom: 5px;
    background-color: #F4F4F4;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.stringhe_modulo
{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    color: #666;
}

.stringhe_modulo_corta
{
    float: left;
    width: 280px;
}

.stringhe_modulo_cap
{
    float: left;
    width: 250px;
}

.stringhe_modulo_margin
{
    float: left;
    width: 250px;
    margin-left: 40px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
}

.campo_provincia
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 50px;
    margin-left: 8px;
    margin-bottom: 12px;
}

.campo_scelta
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #675f57;
    float: left;
    width: 60px;
    line-height: 20px;
}

.campo_mini
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 100px;
    margin-left: 8px;
    margin-bottom: 12px;
}

.campo_corto
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 213px;
    margin-left: 8px;
    margin-bottom: 12px;
}

.campo_lungo
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 330px;
    margin-left: 8px;
    margin-bottom: 12px;
}

.campo_maxi
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #333333;
    float: left;
    width: 650px;
    margin-left: 8px;
    margin-bottom: 12px;
    line-height: 10px;
}

.label_nomecampo_corto
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #676767;
    float: left;
    width: 80px;
    line-height: 17px;
    text-align: right;
    padding-top: 5px;
}

.label_nomecampo_medio
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 130px;
    line-height: 17px;
    text-align: right;
    padding-top: 5px;
}

.label_nomecampo_lungo
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 160px;
    line-height: 17px;
    text-align: right;
    padding-top: 5px;
}

.campo_elenco
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 380px;
    margin-left: 8px;
    margin-bottom: 12px;
}

.titolo_container_newsletter
{
    float: left;
    width: 690px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 25px;
    margin-left: 40px;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #df1607;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

#container_newsletter
{
    float: left;
    width: 464px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 320px;
    margin-left: 40px;
}

.txt_titolomodulo
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #7E746B;
    float: left;
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
    width: 700px;
    margin-bottom: 25px;
    margin-left: 40px;
}

.label_nomecampo_corto_3
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #676767;
    float: left;
    width: 122px;
    line-height: 17px;
    text-align: right;
    padding-top: 5px;
}

.campo_email
{
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 213px;
    margin-left: 8px;
    margin-bottom: 12px;
}

#campo_privacy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 430px;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 12px;
    font-style: italic;
    margin-top: 10px;
}

.txt_privacy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #333333;
    line-height: 11px;
    text-align: left;
    font-style: italic;
}

.concessione_gratuita
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #675f57;
    float: left;
    width: 430px;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 12px;
    font-style: italic;
}

.botton_concessione_gratuita
{
    width: 350px;
    color: #675f57;
    font-size: 13px;
    font-weight: 600;
    font-family: helveneucon, Arial, Helvetica, sans-serif;
    float: left;
    height: 30px;
    text-align: left;
    line-height: 20px;
    padding-left: 15px;
}


.ajax__calendar_day_disabled
{
    background-color: #ccc !important;
    color: #eee !important;
}
