/*-------------------------------------------------------*/
/* Base styles	 */
/*-------------------------------------------------------*/
body {
    background-image:url('../img/bg.png');
    background-color: #999;
    /*    background-image:url('../img/background.jpg') !important;    */
    margin: 0px;
    padding: 0px;
    font-family:'Open Sans', Arial;
    font-size: 12px;
}
/*-------------------------------------------------------*/
/* Wrap */
/*-------------------------------------------------------*/
#container {
    margin:0 auto;
    width: 1000px;
    margin-bottom: 20px;
    margin-top: 30px;
}
#box {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
#content {
    background-color:#FFF;
    padding: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
#top {
}
#footer {
    color: #666;
    text-align: center;
    margin-top: 10px;
}
/*-------------------------------------------------------*/
/* Generic Classes */
/*-------------------------------------------------------*/
.hidden {
    display: none;
}
.clear {
    clear:both;
}
/*-------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------*/
h1 {font-size: 37px;}
h2 {font-size: 30px;}
h3 {font-size: 20px; margin-bottom: 20px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

h3.main-heading {
    background-image:url('../img/plus.png');
    background-repeat: no-repeat;
    background-position:left 2px;
    margin:15px 2px;
}
h3.main-heading-login {
    /*background-image:url('../img/plus.png');*/
    background-repeat: no-repeat;
    background-position:left 2px;
    margin:15px 30px;
    padding-top: 10px;
}
h3.main-heading span {
    /*border-bottom:1px solid #999;*/
    border-bottom:1px solid #007BB7;
    padding-bottom:7px;
    color:#333;
    line-height:16px;
    margin-left:28px;
    display:block;
}
strong {
    font-weight: bold;
    color: #333;
}

th, tr, td {
    vertical-align: middle;
}
/*-------------------------------------------------------*/
/* Content */
/*-------------------------------------------------------*/
.content {
    padding:30px 0;
    overflow:hidden;
    width: 980px;
}
.content .testo {
    display: block;
    margin-right:22px;
    margin-left:11px;
    border-left:1px solid #007BB7;
    padding-left:18px;
    font-size:15px;
    line-height:20px;
    color: #666;
    overflow: hidden;
    text-align: justify;
}
.testo p{
    text-indent: 40px;
    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;
}

/*.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;
}

.selected{
    border-bottom: 2px solid #e69700 !important;
    /*    color: #FFF !important;*/
    font-weight: bold;
}

/*-------------------------------------------------------*/
/* Menu laterale sinistra */
/*-------------------------------------------------------*/
.menuLeft{
    width: 200px;
    float:left;
}
.menuLaterale{
    display: block;
    margin-right:22px;
    margin-left:11px;
    border-left:1px solid #007BB7;
    padding-left:18px;
    font-size:15px;
    line-height:20px;
    color: #666;
    overflow: hidden;
    text-align: justify;
}
.contentStretto {
    width: 760px;
    margin-left: 220px;
}
.menuIntro{
    width: 30%;
    float:left;
}
.contentIntro {
    width: 70%;
    margin-left: 288px;
}
/*-------------------------------------------------------*/
/* Form */
/*-------------------------------------------------------*/

.form{
    font-size: 13px;
    color: #666;
    padding-left: 30px;
}
.formGrid, .tabella{
    /*width: 690px;*/
}
.formGrid, .formGrid tr, .formGrid td{
    border: 0px;    
}
.form input[type="text"], .form input[type="password"]{
    line-height: 20px;
    height: 20px;
    padding:6px;
    color: #666 !important;
    background: #F9F9F9  !important;    
    width: 300px;
}
.data input[type="text"]{
    width: 130px;
}
.autocomplete input[type="text"]{
    width: 165px;
}
.form label {
    display:block;
    color: #666 !important;
    font-size: 13px;    
    margin-bottom: 8px;
}
.tabella .ui-helper-hidden {
    display: none !important;
}
.lungo{ width: 450px !important; }
.corto{ width: 100px !important; }

.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;
}


.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 {
    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;
}

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

/*-------------------------------------------------------*/
/* Menu */
/*-------------------------------------------------------*/
.menu {
    height:40px;
    background-color:#ededed;
    position:relative;
}
.tabs {
    height:116px;
    position: absolute;
    margin-top:-14px;
    padding-left:80px;
    z-index:100;
}
.tabs li {
    float:left;
    height:116px;
}
.tabs li > a {
    padding-top:80px;
    width:120px;
    height:35px;
    display:block;
    background-repeat:no-repeat;
    font-size:14px;
    color:#b9b9b9;
    text-align:center;
}
.tabs li.active {
    background:url('../img/tab-hover.png') no-repeat;
}
.tabs li.active a {
    color:#007BB7;
}
.tabs li .tab-grattailpremio {
    background-image:url(../img/profile-icon.png);
    background-position:center 40px;
}
.tabs li .tab-guadagni {
    background-image:url(../img/money-icon.png);
    background-position:center 40px;
}
.tabs li .tab-vetrina {
    background-image:url(../img/portfolio-icon.png);
    background-position:center 35px;
}
.tabs li .tab-acquista {
    background-image:url(../img/cart-icon.png);
    background-position:center 35px;
}
.tabs li .tab-contatti {
    background-image:url(../img/contact-icon.png);
    background-position:center 41px;
}
.tabs li .tab-accedi {
    background-image:url(../img/key-icon.png);
    background-position:center 41px;
}
/* Active icons */
.tabs .active .tab-grattailpremio {
    background-image:url(../img/profile-icon-active.png);
}
.tabs .active .tab-guadagni {
    background-image:url(../img/money-icon-active.png);
}
.tabs .active .tab-vetrina {
    background-image:url(../img/portfolio-icon-active.png);
}
.tabs .active .tab-acquista {
    background-image:url(../img/cart-icon-active.png);
}
.tabs .active .tab-contatti {
    background-image:url(../img/contact-icon-active.png);
}
.tabs .active .tab-accedi {
    background-image:url(../img/key-icon-active.png);
}

/* 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: -50px;
}
/* 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:'Open Sans', Arial;
    font-size: 13px;
}

.ui-selectonemenu label.ui-selectonemenu-label{
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    background-color: #F9F9F9;
    margin-bottom: 0px;
}

.ui-panelgrid .ui-panelgrid-cell {
    border-width: 0px;
}
/*

.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{
    margin-left: 60px;
    height: 34px;
    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;    
}

.boxAllertTicket {
    width: 220px; 
    height: 55px; 
    float: right; 
    background-color: #F2DEDE;  
    border-radius: 5px
}
.boxInfotTicket {
    width: 220px; 
    height: 55px; 
    float: right; 
    background-color: #D9EDF7;  
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 130px;
}
.allertTicket {
    font-weight: bold; 
    color: #B94A48
}
.infoTicket {
    font-weight: bold; 
    color: #80A5E8
}

/*thead tr[role="row"] th{
    background: #EEE !important; 
    color: #5C9CCC !important;
}*/
thead tr[role="row"] th input{
    background: #FAFAFA !important; 
    color: #5C9CCC !important;
}

.bottoneMenu {
    text-align: center; 
    border: 1px solid #B9B9B9; 
    background: #F4F4F4; 
    border-radius: 5px; 
    margin-bottom: 5px; 
    width: 70px;
}

.ui-menuitem-link:hover {
    background: #8BB6CE !important;
}


.ui-menuitem-text {
    height: 23px !important;
    margin-top: 7px !important;
    text-shadow: 0.05em 0.05em 0.05em #999!important;
}