/*-------------------------------------------------------*/
/* Base styles	 */
/*-------------------------------------------------------*/
body {
    background: url("/javax.faces.resource/background_4.jpg.jsf?ln=img") fixed 0 0;
    background-position: right center;
    /*    background-position:left 20px;*/
    /*    background-color: #F8F8F8;*/
    margin: 0px;
    padding: 0px;    
    /*font-family: 'Dosis', sans-serif;*/
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
/*-------------------------------------------------------*/
/* Wrap */
/*-------------------------------------------------------*/
#container {
    margin: 0 auto;
    padding: 0px;
    width: 960px;      
    /*margin-bottom: 20px;*/
    margin-top: 0px;
    /*    position: relative;*/
    /*    -webkit-box-shadow: 0 0 10px #333;
        -moz-box-shadow: 0 0 10px #333;
        box-shadow: 0 0 10px #333;*/
}

.container {
    margin: 0 auto;
    padding: 0px;
    width: 960px;      
    margin-top: 0px;
    /*    -webkit-box-shadow: 0 0 10px #333;
        -moz-box-shadow: 0 0 10px #333;
        box-shadow: 0 0 10px #333;*/
}

#box {
    /*clear: both;*/
}
#content {
    background-color: #F8F8F8;
    padding: 0px;    
}
#top {
}
#footer {
    /*    background: #FFF;*/
    background-color: #FFBE00;
    /*    color: #00ADEF;*/
    color: #262626;
    text-align: center;
    margin-top: 20px;  
    height: 100%;
    padding: 10px;
}

.colonna{
    /*background: #F8F8F8 url("/javax.faces.resource/bg_colonna.jpg.jsf?ln=img") no-repeat;*/
    /*    background: #F8F8F8;*/
    background-color: #FFBE00;
    /*width: 200px;*/
    width: 285px;
    height: 100%;
    float: left;
    /*margin-top: 20px;*/
    margin-top: -10px;
}

.contentStretto{
    /*background: #FFF url("") repeat-x 0 0;*/
    background: #F8F8F8;
    width: 675px;
    padding-bottom: 30px;
    float:left;
}
.colonnaAdmin{
    /*background: #FFF url("") repeat-x 0 0;*/
    background: #F8F8F8;
    width: 230px;
    float:left;
}
.contentStrettoAdmin{
    /*background: #FFF url("") repeat-x 0 0;*/
    background: #F8F8F8;
    width: 700px;
    padding-bottom: 30px;
    float:left;
}

/*-------------------------------------------------------*/
/* Generic Classes */
/*-------------------------------------------------------*/
.hidden {
    display: none;
}
.clear {
    clear:both;
}
/*-------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------*/
h1 {font-size: 32px; color: #00ADEF;}
h2 {font-size: 28px; color: #00ADEF;}
h3 {font-size: 26px; margin-bottom: 20px; color: #00ADEF;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

h3.main-heading {
    background-repeat: no-repeat;
    background-position:left 2px;
    margin:15px 2px;
}
h3.main-heading-login {
    background-repeat: no-repeat;
    background-position:left 2px;
    margin:15px 30px;
    padding-top: 10px;
}
h3.main-heading span {
    padding-bottom:7px;
    color:#333;
    line-height:16px;
    margin-left:28px;
    margin-bottom: 30px;
    display:block;
}
.testo h3 {

}
.colonna h2 {
    border-bottom: 2px solid #EFEFEF;
    border-bottom-style: groove
}
strong {
    font-weight: bold;
    color: #333;
}

th, tr, td {
    vertical-align: middle;
}

.linkSidebar {
    color: #262626 !important;
}
/*-------------------------------------------------------*/
/* Content */
/*-------------------------------------------------------*/
.content {
    padding: 30px 0;
    overflow:hidden;
    width: 960px;
    margin-top: 20px;
}
.content .testo {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.testo p{
    /*text-indent: 10px;*/
    margin-bottom: 10px;
}
.testo li{
    margin-left: 40px;
}

.testo ol{
    margin-left: 40px;
    list-style-type:decimal;
}
.testo ul{
    list-style-type:disc;
    /*margin-left:11px;*/
    border-left: 0px;
    /*padding-left:18px;*/
}

.testoBox {
    display: block;
    margin-right: 0px;
    margin-left:0px;
    margin-top: 10px;
    padding-left:0px;
    font-size:14px;
    line-height:20px;
    color: #666;
    overflow: hidden;
}

.testo a {
    color: #00ADEF;
}

.testo a:hover {
    text-decoration: underline;
}
.leggi {
    text-decoration: underline; 
    float: right; 
    margin-right: 25px;
    color: #00ADEF
}

/*.content, .formGrid {
    float:left;
    padding:0 20px;
}
.form {
    width:530px;
}*/
.left-block{
    float: left;
    width: 50%;
}
.right-block{
    float: right;
    width: 50%;
}
.content ul.contatti {
    /*float:left;*/
    margin-left:11px;
    border-left:1px solid #007BB7;
    padding-left:18px;
}
.content ul.contatti li {
    font-size:13px;
    line-height:20px;
    overflow: hidden;
}
/*-------------------------------------------------------*/
/* Menu laterale sinistra */
/*-------------------------------------------------------*/
.menuLaterale{
    /*display: block;*/
    width: 228px;
    font-size:15px;
    color: #00ADEF;
    text-align: left;
}
.menuIntro{
    width: 30%;
    float:left;
}
.contentIntro {
    width: 70%;
    margin-left: 288px;
}
.miniatura{
    overflow: hidden; 
    margin: 10px; 
    /*height: 70px;*/ 
    width: 25%; 
    float: left; 
    /*    background: url("../img/bg4.png") repeat;*/
}
/*-------------------------------------------------------*/
/* Form */
/*-------------------------------------------------------*/

.form{
    font-size: 13px;
    color: #666;
    padding-left: 0px;
}
.formGrid, .tabella{
    width: 100%;
}
.formGrid, .formGrid tr, .formGrid td{
    border: 0px !important;    
}
.form input[type="text"], .form input[type="password"]{
    line-height: 20px;
    height: 20px;
    padding:6px;
    color: #666 !important;
    background: #F9F9F9  !important;    
    width: 300px;
    padding-right: 20px !important;
}

.form .inputLungo input[type="text"]{
    line-height: 20px;
    height: 20px;
    padding:6px;
    color: #666 !important;
    background: #F9F9F9  !important;    
    width: 430px;
}
.data input[type="text"]{
    width: 130px;
}
.corto{ width: 130px !important; }
.corto input[type="text"]{ width: 130px; }
.medio input[type="text"]{ width: 190px; }
.medio{ width: 190px !important; }
.meta input[type="text"]{ width: 214px; }
.meta{ width: 214px !important; }
.lungo input[type="text"]{ width: 450px; }
.lungo{ width: 450px !important; }
.inputSegnalazione input[type="text"]{ width: 305px; }
.inputSegnalazione{ width: 305px !important; }

.form label {
    display:block;
    color: #666 !important;
    font-size: 13px;    
    margin-bottom: 8px;
}

.form textarea {
    color: #666 !important;
    font-size: 13px;
    background: #F9F9F9  !important;    
    width: 300px;
}
.form .submit {
    color:#fff;
    background-color: #666;
    padding:8px;
    border:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor:pointer;
    font-size:13px;
    line-height: 17px;
}
.form .submit:hover {
    background-color: #007BB7;
}
.form .submitDisabilitato {
    color:#666;
    background-color: #ccc;
    padding:8px;
    border:1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor:pointer;
    font-size:13px;
    line-height: 17px;
}
.formHome .submit {
    color:#fff;
    background-color: #00ADEF;
    padding:5px;
    border:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor:pointer;
    font-size:13px;
    line-height: 17px;
    background-image: none !important;
}
.formHome .submit:hover {
    background-color: #007BB7;
}
.submitAccedi {
    color: #fff !important;
    background-color: #F57E13;
    padding:6px 20px;
    border:none;
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 3px;
    cursor:pointer;
    font-size:22px;
    line-height: 17px;
    background-image: none !important;
}
.submitAccedi:hover {
    background-color: #007BB7;
}

.button {
    color:#fff !important;
    background-color: #666;
    padding:8px;
    border:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor:pointer;
    font-size:13px;
    line-height: 17px;
    text-decoration: none !important;
}
.button:hover {
    background-color: #00ADEF;
    color:#fff !important;
}


.colonnaFormLarga{
    width: 70%;
}
.colonnaFormStretta{
    width: 8%;
}
.colonnaFormMeta{
    width: 50%;
}
.colonnaFormDescrizione{
    width: 60%;
}
.colonnaFormQuantita{
    width: 40%;   
}
.colonnaFormQuantitaTotale{
    width: 30%;   
}
ul[class=errore]{
    margin-left: 0px;
    width: 88%;
    background-color: #f9e5e6;
    border: 1px solid #f7c7c9;
}
.form .errore li {
    color: #b3696c;
}
.successo, .errore, .messaggio, .warn {
    display: block;
    padding:10px;
    margin-bottom:10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.successo {
    background-color: #E3EBC6;
    color: #8FA442;
    border: 1px solid #C2D288;
}
.errore {
    background-color: #f9e5e6;
    color: #b3696c;
    border: 1px solid #f7c7c9;
}
.messaggio {
    background-color: #c6ddeb;
    color: #6f9bb0;
    border: 1px solid #88b4d2;
}
.warn {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
    font-weight: bold;
    margin-top: 20px;    
}

.pulsantiWizard{
    width: 93% !important; 
    clear: both;
    border-top: 1px solid #999;
    padding-top: 10px;
    display: block;
}

/*-------------------------------------------------------*/
/* Menu */
/*-------------------------------------------------------*/


/* per la lista ordinata orderList */
.ui-orderlist  {
    width: 300px;
    height: 300px;
}

.ui-orderlist-list {
    border: 1px solid #a8a8a8 !important;
    width: 300px !important;   
}

.ui-datalist-content  {
    border: none !important;
    /*margin-left: -80px;*/
}

/* per lo slider delle immagini */
.ui-carousel-header {
    height: 5px !important;
    border: none !important;
    background-color: transparent;
    background-image: none;
}
.ui-carousel-header-title {    
    height: 10px !important;
}
.ui-carousel, .ui-carousel-item {
    border: none !important;
    width: 995px;
    background-color: transparent;
}
.ui-carousel-viewport {border: 1px solid #a8a8a8 !important;}
.ui-carousel-button {visibility: hidden;}
.ui-carousel-page-links {margin-top: -5px !important;}

/* per l'accordion panel */
.ui-accordion {width: 95%}
.ui-accordion-header {}
.ui-accordion-content {border-radius: 0px 0px 5px 5px;  border: 1px solid #a8a8a8}

/* per lo slidemenu */
.ui-slidemenu-backward {margin-top: 140px; margin-left: 15px}
.ui-slidemenu-content {height: 85% !important;}
.ui-slidemenu-wrapper {height: 100% !important; }

/* Ridefinisco il tema */
.ui-widget{
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family:'Dosis', Arial;*/
    font-size: 14px;
}

.ui-selectonemenu label.ui-selectonemenu-label{
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    background-color: #F9F9F9;
    margin-bottom: 0px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.50 !important
}
/*

.ui-datatable .ui-column-filter{
    width: 80px;
    height: 10px;
}


.dialog p{
    text-indent: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}
.comboBox{
    color: #999;
    height: 30px;
    font-size: 1.3em;
}
.ui-selectonemenu label.ui-selectonemenu-label{
    padding: 6px;
    color: #999;
    background-color: whitesmoke;
}
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error{
    border: 1px solid #CD0A0A !important;
}
.ui-icon{
    width: 16px !important;
}
.ui-button-text-icon-left .ui-button-text{
    width: initial !important;
}

*/

div.listItem{
    width: 80%;
    margin-left: 80px;
    height: 50px;
    display: block;
    padding: 10px;
    margin-bottom:10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #CCC;
    color: #333333;
    border: 1px solid #A8A8A8;
    text-shadow: rgba(255, 255, 255, 0.701961) 0 1px 0;
    font-weight: bold;       
}

div.num{
    height: 16px;
    width: 16px;
    margin: 4px 10px 4px 4px;
    text-align: center;
    line-height: 16px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #FFF;
    border: 1px solid #333;    
    color: #333;
    padding: 3px;    
    text-shadow: rgba(255, 255, 255, 0.701961) 0 1px 0;
    float: left;    
}

.boxHomeFull{
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: 225px;
}
.contentBoxFull {
    line-height: 22px;
    margin-top: 60px;
    width: 400px;
    color: #666;
    text-align: center
}

.boxHome{
    margin: 30px 0px 30px 30px;
    float: left;
    width: 440px;
    height: 341px;
}
.boxTitolo {
    width: 280px; 
    height: 38px; 
    margin-top: -20px;
}
.boxColonna{
    width: 300px;
    font-size:13px;
    line-height:20px;
    color: #666;
}

/*.boxFineColonna{
    background: #FFF url("") no-repeat ; 
    width: 325px;
    height: 44px;
    margin-left: -20px
}*/

ul#box1NewsSlides{
    font-size:13px;
    list-style-type: none;
    margin-left: 0px;
}
ul#box1NewsSlides li{
    margin-left: 0px;
}

#box1NewsSlides h4{
    font-size:15px;
    font-weight: bold;
    color: #666;
}
ul#box2NewsSlides{
    font-size:13px;
    list-style-type: none;
    margin-left: 0px;
}
ul#box2NewsSlides li{
    margin-left: 0px;
}

#box2NewsSlides h4{
    font-size:15px;
    font-weight: bold;
    color: #666;
}
ul#boxSlides{
    font-size:13px;
    list-style-type: none;
    margin-left: 0px;
}
ul#boxSlides li{
    margin-left: 0px;
}

#boxSlides h4{
    font-size:15px;
    font-weight: bold;
    color: #666;
}

h2.home{
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
h2.titoloBox{
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding-top: 10px
}

.ombraTop {
    -webkit-box-shadow: 0 10px 5px #F00;
    -moz-box-shadow: 0 10px 5px #F00;
    box-shadow: 0 10px 5px #F00;
}

.topHeader{
    /*margin-top: 16px;*/    
}

.header {
    /*    background: #f8f8f8;*/
    position: relative;
}

.bread{
    background: #666 url("") no-repeat right top;
    color: #CCC;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 4px 10px;
}

.flex-caption{
    text-align: left;
    font-size: 20px;
    background: #FFF;
    color: #00ADEF !important;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    height: 80px;
    /*margin-top: -80px;*/
    margin-top: -100px;
    padding: 10px 15px 10px 15px;
}
.flex-caption b{
    font-weight: bold;
}

.boxFoto {
    position: absolute; 
    margin-top: 0px;
    margin-left: 0px; 
    height: 404px; 
    width: 960px;        
}

.ui-widget-content {
    background: none repeat scroll 0 0 #f8f8f8 !important;
}

/*  header : nav
/* ------------------------------------ */
/* level 1 */
#nav {font-size: 14px; position: absolute; height: 46px; margin-top: 100px; margin-left: 400px }
/*#nav {font-size: 14px; position: relative; height: 46px; margin: 0px auto; }*/
#nav li { /*background: url("/javax.faces.resource/nav-separator.png.jsf?ln=img") no-repeat right;*/ padding-right: 1px; list-style: none; display: inline; float: left; position: relative; height: 46px}
#nav li a { color: #555; display: block; font-size: 16px; text-transform: uppercase; line-height: 18px; font-weight: 600; padding: 15px 20px; }
#nav li a:hover, 
#nav li:hover a {background: #00ADEF; color: #fff!important; text-shadow: 0 -1px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); }
#nav li a:hover, 
#nav li:hover a, 
#nav li.current_page_item a, 
#nav li.current-menu-ancestor a, 
#nav li.current-menu-item a { color: #fff; }
#nav li.current_page_item a, 
#nav li.current-menu-ancestor a, 
#nav li.current-menu-item a { color: #C60C1F; border-bottom: 4px solid #C60C1F; padding-bottom: 27px; }
#nav li:last-child { padding-right: 0;}
#nav li:last-child  a:hover { -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }

/* level 2 */
#nav li:hover > ul { display: block; }
#nav ul { display: none; background: #fff; border-top: 4px solid #00ADEF; padding: 15px; width: 180px; font-weight: normal; position: absolute; top: 46px; left: 0; z-index: 999; 
          -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), inset 0 4px 0 rgba(0,0,0,0.05); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), inset 0 4px 0 rgba(0,0,0,0.05); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), inset 0 4px 0 rgba(0,0,0,0.05); }
#nav ul li { background: none; border: none; position: relative; padding-bottom: 0; float: left; margin: 0; }
#nav ul li a,
#nav li:hover ul li a { background: transparent!important; color: #999!important; text-shadow: none!important; font-size: 13px; line-height: 16px; font-weight: normal; float: none; padding: 8px 10px; width: 150px; display: block; border-bottom: 1px solid #f1f1f1;  }
#nav ul li a:hover,
#nav li:hover ul li a:hover { color: #444!important; }
#nav ul li:last-child a { border-bottom: 0!important; }

/* level 3 */
#nav ul ul { display: none; width: 180px; position: absolute; top: -19px; left: 170px; }
#nav ul li:last-child ul a { border-bottom: 1px solid #eee; }
#nav ul li ul li:last-child a { border-bottom: 0; }

/* nav select dropdown */
.select-nav { display: none; }
.select-nav select.nav { background: #f6f6f6; border: 1px solid #ccc; color: #666; display: inline-block; font-size: 12px; line-height: 21px; margin-bottom: 20px; padding: 5px; width: 100%; }


/* START tartaglia*/

.menuTop a, .menuTop a:hover, .menuTop a:visited, .menuTop a:link  {
    color: #F57E13;
    font-size: 16px;
}
.menuBottom{font-size: 24px; color: #CCC; text-align: right; width: 280px; float: right; line-height: 1.4em; margin-top: 37px; margin-bottom: 37px; margin-right: 20px;}
.menuBottom a, .menuBottom a:hover, .menuBottom a:visited, .menuBottom a:link  {    color: #00ADEF;    }

span.evidenza, b, strong{color: #00ADEF; font-weight: bold;}
span.big{font-size: 24px;}
span.bigEvidenza {font-size: 24px; color: #00ADEF; font-weight: bold;}

.indirizzo input[type="text"]{ width: 300px; }
.indirizzo{ width: 300px !important; }

.ui-selectonemenu label.ui-selectonemenu-label {
    padding-top: 4px !important; 
    padding-bottom: 4px !important; 
    border: 1px solid #1484e6 !important;
}

.categoria {
    font-size: 18px;
/*    color: #82CB00 !important;*/
    display: block;
    line-height: 1.3em;
    margin-right: 5px;
}

.articoli .ui-datascroller .ui-datascroller-content {
    padding: 15px !important;
}

.articoli .ui-widget-content {
    border: 0px !important;
}

.articoli li {
    margin-left: 0px !important;
}
.articoli a {
    color: #666;
}
.articoli a:hover {
    color: #00ADEF;
    text-decoration: none;
}
.data-articolo {
    color: #999;
}
.formatCella {
    word-wrap:break-word; 
    white-space: normal;
}
.fieldset .ui-widget-content{
    color: #666 !important; 
}
.fieldset .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #00ADEF !important;
    border-radius: 3px;
}
.fieldset .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #F57E13 !important;
    border-radius: 3px;
}
/*END tartaglia*/
