/* include SASS variabili e mixins di default */
/* se necessario personalizza le variabili variabili */
/* include SASS di default */
@import url(../../../css/jquery-ui.css);
@import url(../../../css/jquery.mobile.css);
@import url(../../../css/font-ico-moon.css);
* {
  box-sizing: border-box; }

body {
  color: #000000;
  background-color: #FFF;
  margin: 0;
  padding: 0 0 0 0;
  opacity: 1;
  min-width: 320px;
  font-size: 0.7em; }
  @media screen and (min-width: 640px) {
    body {
      font-size: 0.80em; } }
  @media screen and (min-width: 960px) {
    body {
      font-size: 1.0em;
      line-height: 1.5em; } }

img {
  border: 0; }

h1 {
  margin: 0;
  font-size: 100%; }

h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 100%; }

h3 {
  margin-top: 0; }

h1, h2, h3, caption, input[type='button'], input[type='submit'], select, button {
  letter-spacing: 1px; }

table, tr, td {
  border: 1px solid #ccc;
  border-collapse: collapse; }

table, tr, th {
  border: 1px solid #ccc;
  border-collapse: collapse; }

#container {
  color: #000000;
  background: #FFFFFF;
  margin: 0 auto;
  /*height:100%;*/
  overflow: hidden;
  padding: 10px;
  clear: both; }
  @media screen and (min-width: 960px) {
    #container {
      padding: 40px;
      width: 960px; } }
  #container #containerCx {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left; }
    @media screen and (min-width: 960px) {
      #container #containerCx {
        width: 75%; } }
  #container #containerRx {
    width: 25%;
    margin: 0;
    float: right;
    display: none;
    padding-left: 1.5em; }
    @media screen and (min-width: 960px) {
      #container #containerRx {
        display: block; } }
  #container #containerCxRx {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    float: left; }
    @media screen and (min-width: 960px) {
      #container #containerCxRx {
        width: 100%; } }
  #container .popUp {
    width: 550px; }

#headMobile {
  background: #FFF;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    #headMobile {
      display: none;
      text-align: right; } }
  #headMobile #menuHamburger {
    text-align: right; }
  #headMobile #menuMainMobile {
    position: absolute;
    top: 30px;
    right: 7px; }
  #headMobile #logoMobile img {
    width: 80%;
    max-width: 100px; }
  #headMobile #langMobile {
    position: absolute;
    top: 10px;
    right: 10px; }
    #headMobile #langMobile a {
      color: #8F8F8F;
      text-decoration: none;
      font-size: 17px; }

#menuMobile {
  text-align: right;
  display: none;
  margin: 0 auto;
  max-width: 1000px; }
  #menuMobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #menuMobile li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    width: 100%;
    margin-bottom: 1px; }
    #menuMobile li a {
      display: block;
      min-width: 140px;
      height: 50px;
      /*text-align: center;*/
      line-height: 50px;
      color: #FFF;
      background: #2B2D2E;
      /* #AF9453;*/
      text-decoration: none;
      padding: 0 10px;
      width: 100%;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: 2px; }

#head {
  padding: 0;
  margin: 0 auto;
  color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  display: none; }
  @media screen and (min-width: 960px) {
    #head {
      display: block;
      width: 960px; } }
  #head #head_logo {
    text-align: left; }
  #head #head_img {
    text-align: center;
    background: transparent; }
  #head #menuMain {
    background-color: #ED8F0A;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden; }
    #head #menuMain ul {
      max-width: 250px;
      margin: 0 auto;
      padding: 0;
      list-style-type: none;
      text-align: left; }
      @media screen and (min-width: 960px) {
        #head #menuMain ul {
          max-width: 100%; } }
      #head #menuMain ul li {
        display: inline;
        margin: 0 auto;
        padding: 0; }
        #head #menuMain ul li a {
          color: #009fe3;
          border-bottom: 4px solid #ED8F0A;
          padding: 10px 20px 0 20px;
          line-height: 40px;
          display: block;
          float: left;
          text-decoration: none;
          text-align: right;
          font-weight: 600;
          font-style: normal;
          text-transform: uppercase; }
          #head #menuMain ul li a:hover {
            border-bottom: 4px solid #009fe3; }
        #head #menuMain ul li a.selected {
          border-bottom: 4px solid orange; }

#datiRivendita {
  float: right;
  width: 50%;
  text-align: right;
  color: #000000;
  padding-right: 1em; }

#head2 {
  /*
  display:block;
  overflow:auto;
  padding:1.5em;
  img {
      width:16%;
      min-width:100px;
      float:left;
  }
  div {
      width:60%;
      float:right;
      text-align:right;
      margin-top:18px;
      border:0px solid green;
      a {
          color: #000;
          background: trasparent !important;
          border:0 !important;
          margin:0 0 16px 14px;
          text-decoration: none;
      }
      a:first-child {
          margin:0 0 8px 0;
      }
  }
  */ }
  @media screen and (min-width: 960px) {
    #head2 {
      display: none; } }

#foot {
  width: 100%;
  border: 0px solid red;
  clear: both;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.3em;
  color: #aaa;
  padding: 30px 0;
  letter-spacing: 0.04em; }
  #foot .copyright {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }
  #foot a {
    color: #aaa;
    text-decoration: none; }
    #foot a:hover {
      color: #000000; }

#mappa {
  margin-top: 1em;
  border: 1px solid #550015;
  clear: both; }
  #mappa #mappaHead {
    background: #ed1c24;
    color: #FFFFFF;
    overflow: hidden; }
  #mappa #mappaDescr {
    padding: 20px 10px;
    text-align: left;
    float: left;
    width: 45%;
    border: 0px solid green;
    font-size: 120%; }
  #mappa #mappaBottone {
    padding: 15px 10px;
    float: right;
    text-align: right;
    border: 0px solid green;
    width: 30%; }
    #mappa #mappaBottone button {
      color: #FFFFFF;
      background: #000000;
      border: 1px solid #000;
      border-radius: 5px;
      text-transform: initial;
      padding: 0.7em;
      font-weight: bold; }
    #mappa #mappaBottone form, #mappa #mappaBottone div {
      margin: 0;
      padding: 0;
      /*height:8px;*/ }
  #mappa #mappaImg {
    background: #ededed;
    clear: both;
    text-align: center;
    padding: 25px; }
  #mappa #mappaUtility {
    background: #861724;
    clear: both;
    text-align: left;
    padding: 10px;
    color: #FFFFFF; }
    #mappa #mappaUtility a {
      color: #FFFFFF; }

.indexSpettacolo #imgSettori {
  padding: 1.5em 0;
  text-align: center;
  border: 0px solid orange; }
.indexSpettacolo hr {
  clear: both;
  border: 0;
  border-top: 2px solid #d3d4d6;
  padding-bottom: 1.2em; }
.indexSpettacolo .itemSpett {
  border: 0px solid green; }
  .indexSpettacolo .itemSpett .dataEvento {
    border: 0px solid green; }
    @media screen and (min-width: 640px) {
      .indexSpettacolo .itemSpett .dataEvento {
        float: right;
        width: 75%;
        text-align: left; } }
  .indexSpettacolo .itemSpett h2 {
    clear: both;
    margin: 0 0 0 0;
    padding: 0;
    border: 0px solid green; }
  .indexSpettacolo .itemSpett .immagine {
    width: 100%;
    float: left;
    margin: 0; }
    .indexSpettacolo .itemSpett .immagine img {
      width: 100%;
      border: 0px solid #43474D;
      padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexSpettacolo .itemSpett .immagine {
        width: 25%;
        padding-right: 1.5em; } }
  .indexSpettacolo .itemSpett .spettacoli {
    width: 100%;
    display: inline-table;
    padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexSpettacolo .itemSpett .spettacoli {
        float: right;
        width: 75%; } }
.indexSpettacolo .spettacoli table {
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9; }
  .indexSpettacolo .spettacoli table a {
    color: #21ba45; }
  .indexSpettacolo .spettacoli table caption {
    color: #000;
    padding: 5px;
    font-weight: bold; }
    .indexSpettacolo .spettacoli table caption a {
      color: #000; }
  .indexSpettacolo .spettacoli table th {
    color: #000000;
    background: #D7D7D7;
    padding: 10px 10px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }
    .indexSpettacolo .spettacoli table th:last-child {
      text-align: center; }
      @media screen and (min-width: 960px) {
        .indexSpettacolo .spettacoli table th:last-child {
          white-space: nowrap; } }
  .indexSpettacolo .spettacoli table td {
    color: #000;
    background: #FFFFFF;
    padding: 5px 10px;
    font-weight: normal; }
    .indexSpettacolo .spettacoli table td a {
      color: #ED8F0A;
      text-decoration: none;
      text-transform: uppercase; }
  .indexSpettacolo .spettacoli table .tabella {
    color: #000;
    background: #FFFFFF;
    padding: 0px;
    font-weight: normal; }
  .indexSpettacolo .spettacoli table table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse; }
    .indexSpettacolo .spettacoli table table tr {
      padding: 0;
      margin: 0;
      border-collapse: collapse; }
      .indexSpettacolo .spettacoli table table tr td {
        color: #000;
        padding: 2px;
        margin: 0;
        border-collapse: collapse; }
      .indexSpettacolo .spettacoli table table tr td.evidenzia {
        color: #F40000 !important;
        background: #FFF !important;
        border: 1px solid #D191A0 !important; }
.indexSpettacolo p {
  clear: both; }
.indexSpettacolo .evidenzia {
  background: #FFD484;
  border-top: 1px solid #D191A0; }

#containerCx .spettacoli > table {
  width: 100%; }

#containerCxRx .spettacoli > table {
  width: 100%; }
  @media screen and (min-width: 640px) {
    #containerCxRx .spettacoli > table {
      float: left;
      width: 75%; } }

#containerRx table {
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%; }
#containerRx table caption {
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  padding: 0.7em;
  background: #009fe3;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em; }
#containerRx table th {
  color: #000000;
  background: #D7D7D7;
  padding: 10px 5px;
  font-weight: bold;
  width: 120%;
  text-transform: initial;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }
#containerRx table td, #containerRx .vistaRiassuntoCarrello td {
  color: #022344;
  background: #f6f6f6;
  padding: 10px 5px;
  width: 120%;
  font-weight: bold;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }
#containerRx table a {
  color: #444;
  text-decoration: none;
  /*text-transform: uppercase;*/ }
#containerRx table a:hover {
  color: #81001E; }
#containerRx table select, #containerRx table input, #containerRx table button {
  width: 100%;
  border: 1px solid #d3d4d6;
  border-radius: 5px;
  padding: 4px;
  text-transform: initial; }
#containerRx table .submitCerca {
  background: #f6f6f6 url("/img/search.png") center center no-repeat;
  color: transparent;
  margin-left: 5px;
  content: none;
  padding: 3px; }

#vistaSpettacolo caption {
  color: #F40000;
  text-align: left;
  padding: 5px 0 15px 0;
  font-weight: normal; }
#vistaSpettacolo td.evidenziaRiga {
  color: #F40000 !important;
  background: #FFF !important;
  border: 1px solid #D191A0 !important; }
#vistaSpettacolo .prezzo div {
  padding-bottom: 1em; }
#vistaSpettacolo .prezzo div:last-child {
  padding-bottom: 0; }
@media screen and (min-width: 960px) {
  #vistaSpettacolo .prezzo {
    text-align: right; }
    #vistaSpettacolo .prezzo div {
      border-bottom: 0; } }
#vistaSpettacolo .noMobile {
  display: none; }
  @media screen and (min-width: 640px) {
    #vistaSpettacolo .noMobile {
      display: table-cell; } }

#divIstruzioniNoMap img {
  display: none; }
#divIstruzioniNoMap b {
  color: #F40000; }
#divIstruzioniNoMap a {
  color: #022344;
  font-weight: bold; }
@media screen and (min-width: 640px) {
  #divIstruzioniNoMap {
    padding-left: 1.5em;
    float: right;
    width: 45%; } }

#navigator {
  display: none; }
  #navigator .circle {
    fill: #FFFFFF;
    stroke: #000;
    stroke-width: 5; }
  #navigator .button {
    fill: #FFFFFF;
    stroke: #000;
    stroke-width: 5;
    cursor: pointer; }
  #navigator .plus-minus {
    fill: #FFA500;
    stroke: #000;
    stroke-width: 3;
    cursor: pointer; }
  #navigator .arrow {
    fill: #FFA500;
    stroke: #000;
    stroke-width: 3;
    cursor: pointer; }
  #navigator .arrowRect {
    cursor: pointer; }
  @media screen and (min-width: 960px) {
    #navigator {
      display: block; } }

#navigatorNew {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 1em 0; }
  #navigatorNew #navigatorPosition {
    float: left;
    width: 65%; }
  #navigatorNew #navigatorZoom {
    float: right;
    width: 35%;
    text-align: right; }
  #navigatorNew a {
    padding: 0 0.8em;
    cursor: pointer; }
  @media screen and (min-width: 960px) {
    #navigatorNew {
      display: none; } }

#divIstruzioni {
  padding-top: 1.5em; }
  #divIstruzioni img {
    display: none; }
  #divIstruzioni b {
    color: #F40000; }
  #divIstruzioni a {
    color: #022344;
    font-weight: bold; }
  @media screen and (min-width: 640px) {
    #divIstruzioni {
      clear: both;
      padding-left: 1.5em; } }

#noMap table {
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9; }
  #noMap table caption {
    color: #FFFFFF;
    background: #43474D;
    padding: 10px;
    font-weight: bold; }
  #noMap table th {
    color: #000;
    background: #D7D7D7;
    padding: 10px;
    font-weight: bold; }
  #noMap table td {
    color: #000;
    background: #FFFFFF;
    padding: 5px 10px;
    font-weight: normal;
    line-height: 150%; }

#carrello table {
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9; }
  #carrello table caption {
    color: #FFFFFF;
    background: #43474D;
    padding: 5px;
    font-weight: bold; }
  #carrello table th {
    color: #000;
    background: #D7D7D7;
    padding: 3px;
    font-weight: bold; }
  #carrello table td {
    color: #000;
    background: #FFFFFF;
    padding: 5px 0 5px 2px;
    font-weight: normal;
    line-height: 150%; }
#carrello .immagine img {
  margin-height: 500px;
  width: 80px;
  max-height: 80px; }

#cassa table {
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%; }
  #cassa table caption {
    color: #FFFFFF;
    background: #43474D;
    padding: 5px;
    font-weight: bold; }
  #cassa table th {
    color: #000;
    background: #D7D7D7;
    padding: 1px;
    font-weight: bold; }
  #cassa table td {
    color: #000;
    background: #FFFFFF;
    padding: 1px 3px 1px 3px;
    font-weight: normal;
    line-height: 150%; }
  #cassa table tr.bordo td {
    border-top: 1px solid #000; }
  #cassa table td span {
    font-size: 80%; }
  #cassa table select {
    width: 100%; }
  #cassa table .intestatario {
    color: #000;
    background: #ededed;
    padding: 1px 3px 1px 30px;
    font-weight: normal;
    text-align: left; }

#abbOpen table,
#pageLogin table,
#formIndirizzo table,
#formRegalo table,
#formSpedizione table,
#voucher table,
#listaOrdini table,
#formRegistrazione table,
#formRecuperoPassword table {
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%;
  background: #ededed; }
  #abbOpen table caption,
  #pageLogin table caption,
  #formIndirizzo table caption,
  #formRegalo table caption,
  #formSpedizione table caption,
  #voucher table caption,
  #listaOrdini table caption,
  #formRegistrazione table caption,
  #formRecuperoPassword table caption {
    color: #FFFFFF;
    background: #009fe3;
    padding: 10px;
    font-weight: bold; }
  #abbOpen table .trTitolo,
  #pageLogin table .trTitolo,
  #formIndirizzo table .trTitolo,
  #formRegalo table .trTitolo,
  #formSpedizione table .trTitolo,
  #voucher table .trTitolo,
  #listaOrdini table .trTitolo,
  #formRegistrazione table .trTitolo,
  #formRecuperoPassword table .trTitolo {
    color: #000;
    background: #D7D7D7;
    padding: 10px 20px 5px 20px;
    font-weight: normal;
    text-align: center; }
  #abbOpen table th,
  #pageLogin table th,
  #formIndirizzo table th,
  #formRegalo table th,
  #formSpedizione table th,
  #voucher table th,
  #listaOrdini table th,
  #formRegistrazione table th,
  #formRecuperoPassword table th {
    color: #000;
    background: #FFFFFF;
    padding: 10px;
    font-weight: normal;
    text-align: right; }
  #abbOpen table td,
  #pageLogin table td,
  #formIndirizzo table td,
  #formRegalo table td,
  #formSpedizione table td,
  #voucher table td,
  #listaOrdini table td,
  #formRegistrazione table td,
  #formRecuperoPassword table td {
    color: #000;
    background: #FFFFFF;
    padding: 10px;
    font-weight: normal; }
    #abbOpen table td span,
    #pageLogin table td span,
    #formIndirizzo table td span,
    #formRegalo table td span,
    #formSpedizione table td span,
    #voucher table td span,
    #listaOrdini table td span,
    #formRegistrazione table td span,
    #formRecuperoPassword table td span {
      color: #333;
      background: #FEE99E;
      padding: 10px;
      font-weight: normal;
      display: block; }

#voucher table table,
#listaOrdini table table {
  border: 0px solid #d191a0;
  width: 100%; }
  #voucher table table td,
  #listaOrdini table table td {
    color: #000;
    padding: 1px;
    font-weight: normal; }

#formSpedizione #speseSpedizione {
  text-align: center;
  padding: 30px; }

#pageLogin {
  text-align: center;
  margin: auto;
  background: #FFFFFF; }

#navigatoreOrdine {
  margin: 0 0px 20px 0px;
  border-bottom: 1px solid #43474D;
  overflow: auto;
  display: none; }
  @media screen and (min-width: 960px) {
    #navigatoreOrdine {
      display: none; }
      #navigatoreOrdine ol {
        margin-left: 0;
        padding-left: 0;
        display: inline;
        border: none; }
        #navigatoreOrdine ol li {
          color: #999;
          font-size: 120%;
          border: none;
          list-style: none;
          float: left;
          padding: 5px 50px 5px 30px;
          margin: 0 10px 0 0px;
          background: url("/img/frecciaDel.png") no-repeat center right; }
        #navigatoreOrdine ol li.sel {
          color: #FFFFFF;
          background: #43474D url("/img/frecciaSel.png") no-repeat center right; }
        #navigatoreOrdine ol li a {
          color: #43474D;
          text-decoration: none; }
          #navigatoreOrdine ol li a.visitato {
            color: #43474D; } }

#HelpLayer {
  position: absolute;
  right: 5px;
  top: 10%;
  margin-left: 5px;
  /*border: 1px solid black;*/
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  z-index: 50;
  visibility: hidden;
  background-color: #f0f0f0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px; }

#loginPopUp {
  background: #FFFFFF;
  border: 1px solid #666;
  padding: 10px; }
  #loginPopUp div {
    padding: 10px; }

.indexGadget hr {
  clear: both;
  border: 0;
  border-top: 2px solid #d3d4d6;
  padding-bottom: 1.2em; }
.indexGadget .items {
  border: 0px solid green; }
  .indexGadget .items .titolo {
    border: 0px solid green; }
    @media screen and (min-width: 640px) {
      .indexGadget .items .titolo {
        float: right;
        width: 75%;
        text-align: left; } }
    .indexGadget .items .titolo h2 {
      clear: both;
      margin: 0 0 0 0;
      padding: 0;
      border: 0px solid green; }
  .indexGadget .items .immagine {
    width: 100%;
    float: left;
    margin: 0; }
    .indexGadget .items .immagine img {
      width: 100%;
      border: 0px solid #43474D;
      padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexGadget .items .immagine {
        width: 25%;
        padding-right: 1.5em; } }
  .indexGadget .items .descrizione {
    width: 100%;
    display: inline-table;
    padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexGadget .items .descrizione {
        float: right;
        width: 75%; } }

#gadget-menu .image {
  margin: 0 auto;
  text-align: center;
  min-width: 155px;
  max-width: 100%;
  min-height: 155px; }
  #gadget-menu .image img {
    width: 100%; }
#gadget-menu .prezzo {
  text-align: right; }

.boxInLine {
  position: absolute;
  padding: 10px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #F40000;
  border-top: 40px solid #F40000;
  display: none;
  box-shadow: 1px 1px 1px #F40000;
  border-radius: 5px;
  border-top-radius: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: move;
  max-width: 140px; }
  .boxInLine button:first-child {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-top: -40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }

/* Force table to not be like tables anymore */
#carrello.mobileTable, #listaOrdini.mobileTable, #ordineSisal.mobileTable {
  width: 100%; }
  #carrello.mobileTable .noMobileTd, #carrello.mobileTable .noMobileTr, #listaOrdini.mobileTable .noMobileTd, #listaOrdini.mobileTable .noMobileTr, #ordineSisal.mobileTable .noMobileTd, #ordineSisal.mobileTable .noMobileTr {
    display: none; }
  #carrello.mobileTable table, #carrello.mobileTable tbody, #carrello.mobileTable thead, #carrello.mobileTable th, #carrello.mobileTable td, #carrello.mobileTable tr, #carrello.mobileTable caption, #listaOrdini.mobileTable table, #listaOrdini.mobileTable tbody, #listaOrdini.mobileTable thead, #listaOrdini.mobileTable th, #listaOrdini.mobileTable td, #listaOrdini.mobileTable tr, #listaOrdini.mobileTable caption, #ordineSisal.mobileTable table, #ordineSisal.mobileTable tbody, #ordineSisal.mobileTable thead, #ordineSisal.mobileTable th, #ordineSisal.mobileTable td, #ordineSisal.mobileTable tr, #ordineSisal.mobileTable caption {
    display: block; }
  #carrello.mobileTable th, #carrello.mobileTable td, #carrello.mobileTable tr, #listaOrdini.mobileTable th, #listaOrdini.mobileTable td, #listaOrdini.mobileTable tr, #ordineSisal.mobileTable th, #ordineSisal.mobileTable td, #ordineSisal.mobileTable tr {
    width: 100%; }
  @media all and (min-width: 640px) {
    #carrello.mobileTable .noMobileTr, #listaOrdini.mobileTable .noMobileTr, #ordineSisal.mobileTable .noMobileTr {
      display: table-row; }
    #carrello.mobileTable .noMobileTd, #listaOrdini.mobileTable .noMobileTd, #ordineSisal.mobileTable .noMobileTd {
      display: table-cell; }
    #carrello.mobileTable table, #listaOrdini.mobileTable table, #ordineSisal.mobileTable table {
      display: table; }
    #carrello.mobileTable tbody, #listaOrdini.mobileTable tbody, #ordineSisal.mobileTable tbody {
      display: table-row-group; }
    #carrello.mobileTable thead, #listaOrdini.mobileTable thead, #ordineSisal.mobileTable thead {
      display: table-header-group; }
    #carrello.mobileTable caption, #listaOrdini.mobileTable caption, #ordineSisal.mobileTable caption {
      display: table-caption; }
    #carrello.mobileTable tr, #listaOrdini.mobileTable tr, #ordineSisal.mobileTable tr {
      display: table-row; }
    #carrello.mobileTable th, #carrello.mobileTable td, #listaOrdini.mobileTable th, #listaOrdini.mobileTable td, #ordineSisal.mobileTable th, #ordineSisal.mobileTable td {
      display: table-cell;
      width: 25%; } }

.monitoring::before {
  display: none;
  text-align: center;
  color: black;
  content: "> 1000";
  height: 24px;
  width: 100px;
  margin: 0 auto;
  position: fixed;
  background: red;
  z-index: 9999;
  border: 2px dotted white;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .monitoring::before {
      content: "< 1000"; } }

#paginator #mostraAltri {
  display: none;
  text-align: center; }

.titolo1 {
  margin-top: 0;
  clear: both;
  margin-bottom: 1.5em;
  padding: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em;
  color: #FFFFFF;
  background: #009fe3; }

#logoTicka {
  margin-left: 428px;
  top: 148px;
  position: absolute;
  left: 50%; }

.validitaCarrello {
  margin-left: 10px; }

.color0 > td {
  background: #ededed; }

.color1 > td {
  background: #ffffff; }

.color3 > td {
  background: #FFD484;
  cursor: pointer; }

.colorPointer3 > td {
  background: #FFD484;
  cursor: pointer; }

.colorBlue {
  color: #FFD484; }

.error {
  position: absolute;
  top: 0;
  left: 0;
  color: red; }

.hidden {
  display: none;
  visibility: hidden; }

input[type="text"], select, input[type="password"], input[type="file"], input[type="search"], input[type="email"], input[type="data"], textarea,
.indexSpettacolo .spettacoli table td a,
.indexSpettacolo button,
#note input[type=submit],
.spettacoli .anchorLink,
.spettacoli table tr > td > a,
.spettacoli input[type=submit],
.spettacoli input[type=button],
#aggiungiAlCarrello,
#carrello button,
#formSpedizione input,
.boxInLine button,
#carrello input[type=submit],
#containerCxRx input[type=submit],
#formIndirizzo input[type=submit],
#containerCxRx input[type=submit],
#listaOrdini table tr > td > a,
#cassa input, #cassa button,
#mostraAltri button,
#formRegistrazione select,
#formRegistrazione input,
#formRegistrazione button,
#formRecuperoPassword input,
#noMap button,
#noMap input[type=submit],
.nomap_quantita input[type=button],
#tabellaBottoneStampa button,
#formLogin input[type=submit],
#abbOpen input[type=button],
#formCampagna input[type=button],
#inCarrello button,
#containerRx button,
#abbOpen input[type=submit] {
  border: inherit;
  height: inherit;
  cursor: pointer;
  line-height: inherit;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  font-weight: 600;
  background: #009fe3;
  border: 0.1em solid #000000;
  color: #FFFFFF;
  padding: 0.7em 0.5em;
  font-size: 100%;
  min-width: 3em; }
  input[type="text"]:hover, select:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="search"]:hover, input[type="email"]:hover, input[type="data"]:hover, textarea:hover,
  .indexSpettacolo .spettacoli table td a:hover,
  .indexSpettacolo button:hover,
  #note input[type=submit]:hover,
  .spettacoli .anchorLink:hover,
  .spettacoli table tr > td > a:hover,
  .spettacoli input[type=submit]:hover,
  .spettacoli input[type=button]:hover,
  #aggiungiAlCarrello:hover,
  #carrello button:hover,
  #formSpedizione input:hover,
  .boxInLine button:hover,
  #carrello input[type=submit]:hover,
  #containerCxRx input[type=submit]:hover,
  #formIndirizzo input[type=submit]:hover,
  #containerCxRx input[type=submit]:hover,
  #listaOrdini table tr > td > a:hover,
  #cassa input:hover, #cassa button:hover,
  #mostraAltri button:hover,
  #formRegistrazione select:hover,
  #formRegistrazione input:hover,
  #formRegistrazione button:hover,
  #formRecuperoPassword input:hover,
  #noMap button:hover,
  #noMap input[type=submit]:hover,
  .nomap_quantita input[type=button]:hover,
  #tabellaBottoneStampa button:hover,
  #formLogin input[type=submit]:hover,
  #abbOpen input[type=button]:hover,
  #formCampagna input[type=button]:hover,
  #inCarrello button:hover,
  #containerRx button:hover,
  #abbOpen input[type=submit]:hover {
    background: #009fe3; }

#formRecuperoPassword input[type=text],
#formRegistrazione input[type=text],
#formRegistrazione input[type=password],
#formRecuperoPassword input[type=text],
#formRecuperoPassword input[type=password],
#formRegistrazione select,
#formRegistrazione select:hover,
#formLogin input[type=text],
#formLogin input[type=password],
#formCampagna input[type=text],
#noMap input[type=text],
#carrello input[type=text],
#carrello select,
#inviaOTP select,
#carrello select,
#carrello select:hover,
#inviaOTP select:hover,
#carrello select:hover,
textarea {
  max-width: 200px;
  background: #FFFFFF;
  color: #000000;
  font-weight: normal; }
  @media screen and (min-width: 640px) {
    #formRecuperoPassword input[type=text],
    #formRegistrazione input[type=text],
    #formRegistrazione input[type=password],
    #formRecuperoPassword input[type=text],
    #formRecuperoPassword input[type=password],
    #formRegistrazione select,
    #formRegistrazione select:hover,
    #formLogin input[type=text],
    #formLogin input[type=password],
    #formCampagna input[type=text],
    #noMap input[type=text],
    #carrello input[type=text],
    #carrello select,
    #inviaOTP select,
    #carrello select,
    #carrello select:hover,
    #inviaOTP select:hover,
    #carrello select:hover,
    textarea {
      max-width: none; } }

#formRegistrazione select,
#noMap input[type=text],
#inviaOTP input[type=text],
#carrello select {
  width: auto; }

#containerRx table select,
#containerRx table input,
#containerRx table button,
#formCampagna table select,
#formCampagna table input,
#formCampagna table button {
  width: 100%; }

/* div tranfer effect for createDialog */
.ui-effects-transfer {
  border: 3px solid gray; }

#listaOrdini.mobileTable td table td {
  text-align: right; }

#listaOrdini.mobileTable tr:last-child th {
  text-align: right; }

#carrello .immagine {
  margin-top: 5px;
  text-align: center; }

#carrello .immagine img {
  margin-height: 500px;
  width: 80px;
  max-height: 80px; }

#formNoMap {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  clear: both; }

@media screen and (max-width: 640px) {
  #formNoMap {
    width: 100%;
    float: none; } }
#istruzioni {
  width: 45%;
  float: right; }

.vistaRiassuntoCarrello tr th:first-child {
  padding-left: 5px !important; }

.vistaRiassuntoCarrello tr td:first-child {
  padding-left: 5px !important; }

.menuPopUpAncor {
  margin-left: 488px;
  color: #FFF;
  background: #F28300;
  font-weight: bold;
  border: 0px solid red;
  width: 10px;
  position: fixed;
  top: 300px;
  left: 50%;
  padding: 20px 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0px 0px 11px #333; }

.size80 {
  font-size: 80%; }

.menuPopUp {
  position: absolute;
  top: 179px;
  left: 50%;
  margin-left: 280px;
  display: none;
  z-index: 100;
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 11px #333; }

.spettacoli > table td.evidenziaRiga {
  background: #FFD484;
  border: 1px solid #D191A0; }

#vistaSpettacolo td.evidenziaRiga {
  background: #FFD484 !important; }

/***************************    STAMPA    *******************************/
#sceltaAssicurazione {
  background: #FFF;
  border: 1px solid #666;
  padding: 10px;
  font-size: 90%; }

#sceltaAssicurazione div {
  padding: 10px; }

#regolamentoSisal {
  background: #FFF;
  border: 1px solid #666;
  padding: 10px;
  font-size: 90%; }

#regolamentoSisal div {
  padding: 10px; }

#cassa table .intestatario2 {
  color: #000;
  padding: 1px 3px 1px 20px;
  font-weight: normal;
  text-align: left;
  border: 0; }

.evidenziaPrezzoSpeciale, .indexSpettacolo .spettacoli > table td.evidenziaPrezzoSpeciale {
  background: #BDEBFB !important;
  padding: 5px; }

.boxInLine {
  position: absolute;
  padding: 10px;
  text-align: center;
  background: #FFF;
  border: 2px solid #550015;
  border-top: 40px solid #550015;
  display: none;
  box-shadow: 5px 5px 5px #550015;
  border-radius: 5px;
  border-top-radius: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: move; }

.boxInLine button:first-child {
  position: absolute;
  top: 5px;
  right: 5px;
  margin-top: -40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

#gadget-menu .image {
  text-align: center;
  min-width: 155px;
  max-width: 155px;
  min-height: 155px; }

#gadget-menu .prezzo {
  text-align: right; }

.prezzoInfo span:hover {
  cursor: help; }
.prezzoInfo div {
  position: absolute;
  margin-right: 20px;
  white-space: normal;
  display: none;
  color: #999;
  padding: 10px;
  border: 2px outset orange;
  border-radius: 5px;
  background: #fff;
  max-width: 300px; }

#formCampagna table {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%; }
#formCampagna table caption {
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  padding: 0.7em;
  background: #009fe3;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em; }
#formCampagna table th {
  color: #000000;
  background: #D7D7D7;
  padding: 10px 5px;
  font-weight: bold;
  width: 120%;
  text-transform: initial;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }
#formCampagna table td {
  color: #022344;
  padding: 10px 5px;
  width: 120%;
  font-weight: bold;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }
#formCampagna table a {
  color: #444;
  text-decoration: none; }
#formCampagna table a:hover {
  color: #81001E; }
#formCampagna table select, #formCampagna table input, #formCampagna table button {
  width: 100%;
  border: 1px solid #d3d4d6;
  border-radius: 5px;
  padding: 4px;
  text-transform: initial; }

/* traduzioni popUp */
#divDraggable {
  background-color: white; }
  #divDraggable #search_form #searchtext {
    background-color: white;
    margin-bottom: 1em;
    height: 2em;
    color: black;
    margin-top: 0.7em;
    cursor: text; }
  #divDraggable #search_form button[type="button"] {
    cursor: pointer; }
  #divDraggable .editButton:hover {
    background-color: yellow; }

#search_result_div {
  background-color: white; }
  #search_result_div .editButton:hover {
    background-color: yellow; }
  #search_result_div .editButtonEveryWhere:hover {
    background-color: yellow; }

#editorPanel_div {
  background-color: white; }
  #editorPanel_div #editorPanel_form #descrizione_default {
    background-color: white;
    color: black;
    cursor: text; }
  #editorPanel_div #editorPanel_form #descrizione {
    background-color: white;
    color: black;
    cursor: text; }
  #editorPanel_div #editorPanel_form button {
    cursor: pointer; }

.indexSpettacolo .spettacoli .calendarioBiglietti .numCallNext, .indexSpettacolo .spettacoli .calendarioBiglietti .numCallBack {
  text-decoration: none;
  color: white;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #009fe3;
  border-radius: 0.2em; }
.indexSpettacolo .spettacoli .calendarioBiglietti .numCallNext .my-right-arrow, .indexSpettacolo .spettacoli .calendarioBiglietti .numCallBack .my-left-arrow {
  line-height: 2em;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }
  .indexSpettacolo .spettacoli .calendarioBiglietti .numCallNext .my-right-arrow:hover, .indexSpettacolo .spettacoli .calendarioBiglietti .numCallBack .my-left-arrow:hover {
    color: #ededed; }

.cntMove {
  clear: both;
  padding: 15px 10px;
  font-size: 90%; }
  .cntMove table, .cntMove tr, .cntMove td, .cntMove th {
    border: 0; }
  .cntMove td {
    padding: 3px; }
  .cntMove button {
    min-width: 2em; }
    @media screen and (min-width: 960px) {
      .cntMove button {
        min-width: 3em; } }

/*  inizio */
#metodiPagamentoNew {
  clear: both !important;
  width: 50%;
  float: right;
  overflow: hidden; }
  #metodiPagamentoNew img {
    max-width: 200px; }
  #metodiPagamentoNew form {
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6ed;
    border-radius: .5rem;
    padding: 1em;
    margin-bottom: 1.5em;
    text-align: right; }
    #metodiPagamentoNew form:hover {
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }

/*  fine */
/***************************    STAMPA    *******************************/
@media print {
  body {
    background-image: none;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 0.7em; }

  #foot .copyright, #containerRx, #tabellaBottoneStampa, #logoTicka, #menuMain, #foot p, #head_img, #head2 div, .monitoring {
    display: none !important; }

  #head {
    width: 100%; }

  #foot a {
    color: #000; }

  button[onclick="window.print();"] {
    display: none; }

  #container, #containerCx, #containerCxRx, #foot {
    background-image: none;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0px;
    padding: 0; }

  #foot {
    background-image: none;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 20px;
    padding: 0; }

  #container table, #containerCx table, #containerCxRx table {
    width: 100%;
    margin: 0;
    padding: 0; }

  #voucher {
    display: block; }

  #voucher table, #voucher caption, #voucher tr, #voucher td, #voucher th {
    border: 1px solid #000;
    font-size: 12px; }

  #voucher th {
    white-space: nowrap; } }
/* include CSS */
/* riscrittura CSS default */
* {
  font-family: Helvetica; }

#head {
  display: none !important; }

.row {
  color: grey; }

#head_img {
  background-color: white;
  line-height: 0; }
  #head_img img {
    width: 100%;
    max-width: 1920px; }
    @media screen and (min-width: 960px) {
      #head_img img {
        margin-top: 80px;
        padding-top: 2em; } }

@media screen and (min-width: 960px) {
  #head_cover {
    display: none; } }

#headMobile {
  display: block !important;
  overflow: hidden;
  padding: 1em;
  clear: both;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom: 3px solid #ededed; }
  @media screen and (min-width: 960px) {
    #headMobile {
      top: 0;
      position: fixed;
      height: 115px; } }
  #headMobile .centra {
    width: 100%;
    margin: 0 auto;
    z-index: 1; }
    @media screen and (min-width: 960px) {
      #headMobile .centra {
        width: 960px; } }
  #headMobile #menuHamburger {
    display: none;
    cursor: pointer; }
    @media screen and (max-width: 960px) {
      #headMobile #menuHamburger {
        display: block;
        margin-bottom: 55px; } }
  #headMobile #menuMobile #menu {
    margin-top: 100px; }
    #headMobile #menuMobile #menu li a {
      background-color: #009fe3;
      color: white; }
    @media screen and (min-width: 960px) {
      #headMobile #menuMobile #menu li {
        display: none; } }
    @media screen and (max-width: 960px) {
      #headMobile #menuMobile #menu li {
        display: block; } }

#logoMobile {
  float: left; }

#menuMainMobile {
  float: right; }

#headMobile #menuMainMobile {
  position: initial; }

#lang {
  padding-bottom: 1em; }

#headMobile #logoMobile img {
  width: 125px;
  max-width: 125px;
  vertical-align: middle !important;
  top: 0;
  position: absolute; }
  @media screen and (max-width: 960px) {
    #headMobile #logoMobile img {
      width: 100px;
      max-width: 100px; } }

#headMobile #linkMenu {
  padding-top: 5px; }
  #headMobile #linkMenu a {
    color: black;
    text-decoration: none;
    float: left;
    padding-left: 3em; }
  @media screen and (max-width: 960px) {
    #headMobile #linkMenu {
      display: none; } }

#headMobile #linkMenu {
  padding-left: 130px; }

#container {
  padding: 40px;
  width: 95%;
  max-width: 1280px; }

#head_text {
  background-color: #009fe3; }

#head_text h1 {
  margin: 0 auto;
  color: white;
  font-size: 25px;
  padding: 0.6em;
  max-width: 1280px; }

#container #containerRx {
  width: 26%;
  padding-left: 2em;
  padding-bottom: 1em; }

#containerRx {
  border: 1px solid black;
  border-radius: 25px;
  padding-right: 2em;
  padding-top: 2em; }
  #containerRx th a {
    color: gray; }
  #containerRx .vistaRiassuntoCarrello caption {
    background-color: #009fe3;
    color: white; }
  #containerRx .vistaRiassuntoCarrello th {
    color: gray; }
  #containerRx .vistaRiassuntoCarrello td {
    color: gray; }
  #containerRx #formLogin caption {
    background-color: #009fe3;
    color: white; }
  #containerRx #formLogin input[type="Submit"] {
    background-color: #EDE9E9;
    color: #009fe3;
    font-size: 20px;
    height: 45px;
    border: 1px solid gray;
    line-height: 45px;
    padding: 0 5px; }
  #containerRx #formLogin a {
    color: gray; }

#foot {
  margin-top: 2em;
  background-color: #009fe3;
  padding: 0; }
  #foot .copyright {
    max-width: 1280px; }
    #foot .copyright #testo_foter {
      color: #f1f1f1;
      text-align: right;
      padding: 2em 1em 1em 2em;
      font-size: 80%;
      line-height: 1.4em; }
      #foot .copyright #testo_foter a {
        color: #f1f1f1; }
        #foot .copyright #testo_foter a:hover {
          transition: 0.5s ease;
          border-bottom: 1px solid white; }
    @media screen and (min-width: 960px) {
      #foot .copyright #img_foter {
        float: left;
        width: 50%; }
      #foot .copyright #testo_foter {
        float: right;
        width: 50%; } }

.custom-intro {
  padding: 1em;
  border: 1px solid black;
  border-radius: 25px;
  width: 50%;
  float: left;
  margin: -2em -1em; }
  @media screen and (max-width: 960px) {
    .custom-intro {
      width: 100%; } }

.custom-intro-scuole {
  float: right;
  width: 50%;
  padding: 1em;
  border: 1px solid black;
  border-radius: 25px;
  margin: -2em -1em 0 0; }
  @media screen and (max-width: 960px) {
    .custom-intro-scuole {
      width: 100%;
      float: left;
      margin: 4em 0 0 -1em; } }

#homeEventi {
  display: none; }

#containerCxHome {
  width: 100%;
  float: left;
  padding: 1.5em 1.5em 1.5em 1em;
  border: 1px solid black;
  border-radius: 25px;
  margin-top: 4em; }
  @media screen and (max-width: 960px) {
    #containerCxHome {
      width: 100%; } }

.itemSpett {
  width: 100%; }
  .itemSpett hr {
    display: none; }

#calendarioBiglietti .dataEvento {
  display: none; }
#calendarioBiglietti .immagine {
  display: inline-block; }
#calendarioBiglietti .spettacoli {
  width: 100%;
  display: inline-block; }
  #calendarioBiglietti .spettacoli .calendar {
    width: 50%;
    float: left;
    margin-left: 3em; }
    @media screen and (max-width: 960px) {
      #calendarioBiglietti .spettacoli .calendar {
        width: 100%;
        margin-left: 0; } }
    #calendarioBiglietti .spettacoli .calendar th {
      height: 35px;
      text-align: left;
      padding-left: 1em;
      background-color: lightgray;
      border: 1px solid grey; }
    #calendarioBiglietti .spettacoli .calendar td {
      height: 2.2em;
      border: 1px solid grey; }
      #calendarioBiglietti .spettacoli .calendar td a {
        text-decoration: none;
        width: 40px;
        height: 35px;
        border-radius: 10px;
        background-color: #009fe3;
        border: 0; }
  #calendarioBiglietti .spettacoli .head-spettacolo {
    padding-left: 310px; }
    @media screen and (max-width: 960px) {
      #calendarioBiglietti .spettacoli .head-spettacolo {
        padding-left: 0; } }
  @media screen and (max-width: 960px) {
    #calendarioBiglietti .spettacoli {
      width: 100%;
      padding-left: 0; }
      #calendarioBiglietti .spettacoli #imgSpettacolo {
        display: none; }
      #calendarioBiglietti .spettacoli .calendar th {
        height: 25px; }
      #calendarioBiglietti .spettacoli .calendar td {
        width: 70px;
        height: 30px; }
        #calendarioBiglietti .spettacoli .calendar td a {
          width: 30px;
          height: 25px;
          border-radius: 10px; } }

#container #containerCx {
  width: 68%;
  padding: 0 0.5em;
  border: 1px solid black;
  border-radius: 25px; }
  #container #containerCx .indexSpettacolo {
    padding: 2em 1em; }
    #container #containerCx .indexSpettacolo .titolo-custom {
      color: #009fe3;
      font-size: x-large;
      font-family: Helvetica; }
  @media screen and (max-width: 960px) {
    #container #containerCx {
      width: 100%; } }

#vistaSpettacolo {
  display: none; }

.numCallNext {
  text-decoration: none;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #009fe3;
  border-radius: 50%; }
  .numCallNext .my-right-arrow {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; }

.numCallBack {
  text-decoration: none;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #009fe3;
  border-radius: 50%; }
  .numCallBack .my-left-arrow {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; }

#imgSpettacolo {
  float: left; }

#noMap caption {
  display: none; }
#noMap #buttonLogin {
  border: 1px solid grey; }
#noMap td {
  border: 1px solid grey; }
#noMap th {
  border: 1px solid grey; }
#noMap button[type="Submit"] {
  border: 0;
  height: 30px;
  border-radius: 5px; }
#noMap .nomap_quantita input[type="button"] {
  border: 0;
  width: 50px;
  border-radius: 5px; }

#carrello.mobileTable {
  margin: 0; }

#listaOrdini {
  margin: 1em; }

#listaOrdini.mobileTable {
  width: unset; }

#listaOrdini table td span {
  background: none; }

#listaOrdini table tr > td > a {
  text-decoration: none; }

#carrello {
  margin: 1em; }
  #carrello #divSvuotaCarrello button {
    height: 35px;
    border: 1px solid grey;
    border-radius: 5px; }
  #carrello #btnContinueCheckout {
    height: 35px;
    border: 1px solid grey;
    border-radius: 5px; }
  #carrello button[title="X"] {
    height: 35px;
    border: 1px solid grey;
    border-radius: 5px; }

#pageLogin #formLogin th {
  text-align: center; }
#pageLogin #formLogin input[type="submit"] {
  border: 0;
  border-radius: 5px; }

#formRecuperoPassword #formRecPassword th {
  text-align: center; }
#formRecuperoPassword #formRecPassword input[type="submit"] {
  border: 0;
  border-radius: 5px; }

.titolo1 {
  background: #FFF;
  margin: 1em 0;
  color: #009FE3; }

#divIstruzioniNoMap strong {
  color: #009FE3; }

#divIstruzioniNoMap {
  padding-bottom: 1.5em; }

#divDraggable {
  background-color: white; }
  #divDraggable #search_form #searchtext {
    background-color: white;
    margin-bottom: 1em;
    height: 2em;
    color: black;
    margin-top: 0.7em;
    cursor: text; }
  #divDraggable #search_form button[type="button"] {
    cursor: pointer; }
  #divDraggable .editButton:hover {
    background-color: yellow; }

#search_result_div {
  background-color: white; }
  #search_result_div .editButton:hover {
    background-color: yellow; }
  #search_result_div .editButtonEveryWhere:hover {
    background-color: yellow; }

#editorPanel_div {
  background-color: white; }
  #editorPanel_div #editorPanel_form #descrizione_default {
    background-color: white;
    color: black;
    cursor: text; }
  #editorPanel_div #editorPanel_form #descrizione {
    background-color: white;
    color: black;
    cursor: text; }
  #editorPanel_div #editorPanel_form button {
    cursor: pointer; }

#errorCarrello {
  background-color: #f9d500 !important;
  color: black !important; }

/*# sourceMappingURL=style.css.map */
