html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    font-family: "Droid Sans";
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {font-family:Droid Serif}

#testata{
    height: 120px;
    color: #FFFFFF;
    
}
#testatatop{
    overflow: hidden;    
}
#divAction{
    display: none;
}
#testata, #testatatop, #menu{
    background-color: orange;
    color: #FFFFFF;
    border:0px;
}

#appLayout {
    height: 100%;
    opacity: 1;
}
#appLayout2{
    height: 100%;
}
#leftCol {
    width: 14em;
   
}

.claro .demoLayout .edgePanel {
    background-color: #009aff;
}

.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}

#loadingOverlay {
    background:  #fff url('../librerie/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px;
}
#workingOverlay {
    background:  #000 url('../librerie/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px;
}
.workingOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: none;
}

.loadingMessage {
    padding: 25px 40px;
    color: #000;
}

#headerTabella {
    margin-top: 20px;
    display: block;
}

.titolo{
    margin-top: 0px;
    margin-bottom: 10px;
}

.nascosto{
    visibility: hidden;
}
.nascosto2{
    visibility: hidden;
}

.dialogErrore{
    color: red;
    float: left;
    margin-top: 7px;
    text-align: left;
}

#centralebasso{
    height: 150px;
}
.boxFile{
    display:block;
    height: 110px;
    width: 400px;
    padding: 10px;
    margin: 10px;
    background-color: #CCCCCC;
    float: left;
    overflow: auto;
    clear: both;
}
.boxcontainer{
    display:block;
    float: left;
}
.boxcontainer h2{
  display: inline;
  float: left;
}  
.descriFile{
  padding-left: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cestino{
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 10px;
  display: none;
  background-image: url('../img/cestino.png');
  background-size: 25px 25px;
}
.cestino:hover {
  background-image: url('../img/cestino2.png');
  background-size: 25px 25px;
  cursor: pointer;
}
.rigafile{
  clear: both;
}
#tabella1{
    width: 800px;
    height: 290px;
    margin-bottom: 20px
}
#tabella1 .dgrid-column-data {
   width: 15em;
}
#tabella1 .dgrid-column-id {
   width: 3em;
   text-align: center;
}
#tabella1 .dgrid-column-costo {
   width: 6em;
   text-align: center;
}

#tabellaTipiVisita{
    width: 400px;
    height: 300px;
    margin-bottom: 20px
}


#lastField{
    width: 200px;
}
.divisore{
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#tabellaPrenotazioni,
#tabellaPrenotazioniCantina {
    height: 210px;
}
#tabellaPrenotazioni .dgrid-column-id,
#tabellaPrenotazioniCantina .dgrid-column-id{
    width: 4.5em;
}
#tabellaPrenotazioni .dgrid-column-p_data,
#tabellaPrenotazioni .dgrid-column-v_data,
#tabellaPrenotazioniCantina .dgrid-column-p_data,
#tabellaPrenotazioniCantina .dgrid-column-v_data{
    width: 8.5em;
}
#tabellaPrenotazioni .dgrid-column-shopID,
#tabellaPrenotazioniCantina .dgrid-column-shopID{
    width: 13em;
}
#tabellaPrenotazioni .dgrid-column-tranID,
#tabellaPrenotazioniCantina .dgrid-column-tranID{
    width: 13em;
}
#tabellaPrenotazioni .dgrid-column-totale,
#tabellaPrenotazioniCantina .dgrid-column-totale{
    width: 8.5em;
    text-align: right;
}
#tabellaConsorzi{
    width: 500px;
    height: 290px;
}
#tabellaConsorzi .dgrid-column-codiceConsorzio {
   width: 150px;;
}

#tabellaPromozioni{
    width: 800px;
    height: 290px;
    margin-bottom: 20px
}
#tabellaPromozioni .dgrid-column-datascadenza {
   width: 7em;
}
#tabellaPromozioni .dgrid-column-codice {
   width: 6.5em;
}
#tabellaPromozioni .dgrid-column-valore {
   width: 6.5em;
}
#tabellaPromozioni .dgrid-column-percentuale {
   width: 10em;
}


#tabellaTicket {
   width: 97em;
}

#tabellaTicket .dgrid-column-soddisfazione {
   width: 5em;
}

#tabellaTicket .dgrid-column-nr_richiesta {
   width: 10em;
}
#tabellaTicket .dgrid-column-data {
   width: 7em;
}
#tabellaTicket .dgrid-column-inviato {
   width: 11em;
   
}
#tabellaTicket .dgrid-column-pianoIntervento {
   width: 4em;
   text-align: center;
}
#tabellaTicket .dgrid-column-buonoConsegna {
   width: 4em;
   text-align: center;
}
#tabellaTicket .dgrid-column-avanzamento {
   width: 8em;
}
#tabellaTicket .dgrid-column-fatturazione {
   width: 5em;
}

#tabellaTicket .dijitProgressBarLabel{
    text-align: left;
    padding: 2px;
}
.claro .dijitProgressBarTile { 
    background-color: #33cc33; 
} 
.claro .dijitProgressBarEmpty {
    background-color: #ffffff;
    border-color: #33cc33;
}
.claro .dijitProgressBarFull {
    height: 100%;
}

#tabellaVisitePromo .dgrid-selected {
    background: #99ff99; /* Make selected rows be gray */
}
#tabellaVisitePromo{
    width: 850px;
    height: 290px;
}
#tabellaVisitePromo .dgrid-column-data {
   width: 8em;
}
#tabellaVisitePromo .dgrid-column-costo {
   width: 5.5em;
}
#tabella2{
    height: 260px;
}

#tabella2 .dgrid-column-id {
   width: 3em;
   text-align: center;   
}
#tabella2 .dgrid-column-p_data {
   width: 10em;
}
#tabella2 .dgrid-column-nposti {
   width: 5em;
   text-align: center;
}
#tabella2 .dgrid-column-nminori {
   width: 5em;
   text-align: center;
}
#tabella2 .dgrid-column-paymentID {
   width: 12em;
   text-align: center;
}
#tabella2 .dgrid-column-pagato {
   width: 4em;
   text-align: center;
}
#tabella2 .dgrid-column-presente {
   width: 4em;
   text-align: center;
}
#tabella2 .dgrid-column-tipoPagamento {
   width: 7em;
   text-align: center;
}
#tabella2 .dgrid-column-totale {
   width: 7em;
   text-align: right;
}
#tabella2 .dgrid-column-promo {
   width: 7em;
   text-align: center;
}
#tabella2 .dgrid-column-lingua {
   width: 4em;
   text-align: center;
}
#tabella2 .dgrid-column-fatturare {
   width: 4em;
   text-align: center;
}
#tabellaClienti .dgrid-column-logo {
   width: 60px;
   text-align: center;
}
#tabellaClienti .dgrid-column-denominazione {
   width: 20em;
   text-align: left;
}
#tabellaClienti .dgrid-column-ciita {
   width: 20em;
   text-align: left;
}
#tabellaClienti .dgrid-column-cap {
   width: 4em;
   text-align: center;
}
#tabellaClienti .dgrid-column-provincia {
   width: 4em;
   text-align: center;
}
#tabellaClienti .dgrid-column-telefono {
   width: 8em;
   text-align: center;
}
#tabellaClienti .dgrid-column-cf {
   width: 10em;
   text-align: center;
}
#tabellaClienti .dgrid-column-piva {
   width: 8em;
   text-align: center;
}
#tabellaClienti .dgrid-column-datareg {
   width: 12em;
   text-align: center;
}
#tabellaClienti .dgrid-column-adm_googlecal,
#tabellaClienti .dgrid-column-adm_prenota,
#tabellaClienti .dgrid-column-adm_pagaCC,
#tabellaClienti .dgrid-column-adm_pagaPP{
   width: 4em;
   text-align: center;
}


.email{
  //  height:200px;
    width:1000px;
  //  border: 1px solid lightgray;
}
#testmail{
    margin-top: 20px;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #EEEEEE, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #ECEEEF;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #AAAAAA;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #54E320;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.vtabella{
    display: table;
}
.vriga{
    display: table-row;
}
.vcella{
    display: table-cell;
    vertical-align: middle;
}
.etichetta{
    width: 300px;
}

#sincroOption .dijitButtonNode{
    width: 135px;
}

.graficoPiccolo{
    width: 550px; 
    height: 550px;
}
.bloccoAnalisi{
    width: 400px; 
    float:left;
    margin-right: 10px;
}

.dgrid .expando {
    /* style of area containing summary, expanded on click */
    min-height: 53px; 
    border-bottom: 1px solid #ccc !important;
    padding: 0.7em 1em 0.5em 3em;
    background: #fff;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 24%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 24%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 24%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 24%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.dgrid .collapsed .expando {
    display: none;
}
.totalePren{
    display: inline-block; 
    
}
.totalePren .dijitTextBox {
    text-align: center;
}
#totalePren,
#totalePrenCantina{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; 
}

#totaleFatt,
#totaleImpo,
#totaleBanc,
#totaleComm{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; 
    
}
#widget_totaleFatt, 
#widget_totaleImpo, 
#widget_totaleBanc,
#widget_totaleComm{
    width: 10em;
}

.bloccoPagamento{
    display: block;
    height: 400px;
  /*  width: 900px; */ 
    float:left;
    margin-right: 10px;
}
.graficoPagamenti{
    height: 300px;
    width: 300px;
    /*background-color: red;
    display:block;*/
}
.graficoPagamentoWrapper{
    display: block;
    float: left;
    height: 300px;
    width: 300px;
}
.infoPagamenti{
    display: block;
    float: left;
    margin-left: 15px;
}
.infoPagamenti td{
    padding-right: 15px;
}
.wizardIcon {
  background-image: url('../../img/ico/wizard.png');
  background-repeat: no-repeat;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  text-align: center;
}
.buttonBar {
    height: 70px;
    width: 50px;
    padding-right: 20px;
    
}
.buttonBar .dijitButtonText{
    font-size: 10px;
    text-align: center;
    float: left;
    width: 100%;
    
}
.toBillingIcon {
  background-image: url('../../img/ico/toBilling.png');
  background-repeat: no-repeat;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  text-align: center;
}
.bloccoFiltri{
    display: block;
    float: left;
    width: 400px;
}
.bloccoFiltri h2{
    margin: 0px;
    margin-bottom: 10px;
}


.btninvia.dijitButton .dijitButtonNode {
    font-size: 10px;
    width: 100%;
    height: 12px;
}
#pannello h2{
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
}