@charset "UTF-8";
/* include SASS variabili e mixins di default */
/* testo */
/* h1, h2, h3, h4 ,h5, h6, caption */
/* altri font già disponibili */
/* include CSS */
@import url(../../../../css/jquery-ui.css);
@import url(../../../../css/jquery.mobile.css);
@import url(../../../../css/font-ico-moon.css);
@import url(font.css);
:root {
  --coloreTabella: #ffffff; }

/* include SASS di default */
* {
  box-sizing: border-box;
  font-family: "Nunito"; }

body {
  color: #000;
  background-color: #FFF;
  margin: 0;
  padding: 0 0 0 0;
  opacity: 1;
  min-width: 320px;
  font-size: 0.9em; }
  @media screen and (min-width: 1023px) {
    body {
      font-size: 1.0em;
      line-height: 1.5em; } }

#tk_page_ploader_wheel {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/img/loading_icon.gif") 50% 50% no-repeat white; }

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; }

h1,
h2,
h3,
h4,
h5,
h6,
caption {
  font-family: "Nunito"; }

#container {
  color: #000;
  background: #FFF;
  margin: 0 auto;
  min-height: fit-content;
  padding: 0.5em 0.5em 4em 0.5em;
  clear: both;
  width: 100%;
  max-width: 1250px; }
  @media screen and (min-width: 1023px) {
    #container {
      padding: 0 0 4em 0;
      width: 1023px; } }
  @media screen and (min-width: 1250px) {
    #container {
      width: 1250px; } }
  #container #containerCx {
    width: 100%;
    margin: 0;
    padding: 0; }
  #container #containerRx {
    display: none;
    width: 25%;
    margin: 0;
    display: none;
    padding-left: 1em; }
    @media screen and (min-width: 1023px) {
      #container #containerRx {
        display: none; } }
  #container #containerCxRx {
    width: 100%;
    padding: 0;
    height: fit-content; }
    @media screen and (min-width: 1023px) {
      #container #containerCxRx {
        width: 100%; } }
  #container .popUp {
    width: 550px; }

#headMobile {
  background: #FFF;
  overflow: hidden; }
  @media screen and (min-width: 1023px) {
    #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; }

#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: 1023px) {
    #head {
      display: block;
      width: 1023px; } }
  #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: 1023px) {
        #head #menuMain ul {
          max-width: 100%; } }
      #head #menuMain ul li {
        display: inline;
        margin: 0 auto;
        padding: 0; }
        #head #menuMain ul li a {
          color: #000;
          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 #000; }
        #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: 1023px) {
    #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: 1023px;
    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; }
  #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;
  clear: both; }
  .indexSpettacolo .itemSpett .dataEvento {
    border: 0px solid green; }
    @media screen and (min-width: 1023px) {
      .indexSpettacolo .itemSpett .dataEvento {
        text-align: left;
        width: 75%; } }
  .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: 1023px) {
      .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: 1023px) {
      .indexSpettacolo .itemSpett .spettacoli {
        width: 75%; } }
.indexSpettacolo .spettacoli table {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  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: 1023px) {
        .indexSpettacolo .spettacoli table th:last-child {
          white-space: nowrap; } }
  .indexSpettacolo .spettacoli table td {
    color: #000;
    background: #FFFFFF;
    padding: 5px 0;
    font-weight: normal; }
    @media screen and (min-width: 1023px) {
      .indexSpettacolo .spettacoli table td {
        padding: 5px 10px; } }
    .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: 1023px) {
  #containerCxRx .spettacoli {
    display: inline-block;
    width: 75%; }
  #containerCxRx #imgSettori {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 40px; } }

#containerRx table {
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%; }
#containerRx table caption {
  color: #FFF;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  padding: 0.7em;
  background: #000;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em; }
#containerRx table th {
  color: #000000;
  background: #D7D7D7;
  padding: 0.6em 1em 0.4em 0.4em;
  font-weight: normal;
  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: 1023px) {
  #vistaSpettacolo .prezzo {
    text-align: right;
    white-space: nowrap; }
    #vistaSpettacolo .prezzo div {
      border-bottom: 0; } }
#vistaSpettacolo .noMobile {
  display: none; }
  @media screen and (min-width: 1023px) {
    #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: 1023px) {
  #divIstruzioniNoMap {
    padding-left: 1.5em;
    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: 1023px) {
    #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: 1023px) {
    #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: 1023px) {
    #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: 0.5em;
    font-weight: bold; }
  #carrello table th {
    color: #000;
    background: #D7D7D7;
    padding: 0.5em;
    font-weight: bold; }
  #carrello table td {
    color: #000;
    background: #FFFFFF;
    padding: 0.5em;
    font-weight: normal;
    line-height: 150%; }

#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: #FFF;
    background: #000;
    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; }

#abbOpen table caption {
  display: none; }
#abbOpen table th {
  background: #D7D7D7; }
#abbOpen table input[type="text"] {
  background: transparent; }

#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; }
  #pageLogin caption {
    display: none; }
  #pageLogin a {
    text-decoration: none;
    color: #000; }
  #pageLogin table td,
  #pageLogin table th {
    background: #F2F2EF;
    border: 1px solid #F2F2EF;
    text-align: center; }

#navigatoreOrdine {
  margin: 0 0px 20px 0px;
  border-bottom: 1px solid #43474D;
  overflow: auto;
  display: none; }
  @media screen and (min-width: 1023px) {
    #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,
.divPopUp {
  background: #FFFFFF;
  border: 1px solid #666;
  padding: 10px; }
  #loginPopUp div,
  .divPopUp 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: 1023px) {
      .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: 1023px) {
      .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: 1023px) {
      .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: 1023px) {
    #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%; } }

#carrello.mobileTable th,
#carrello.mobileTable td {
  text-align: left; }

.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: 1023px) {
    .monitoring::before {
      content: "< 1000"; } }

#paginator #mostraAltri {
  display: none;
  text-align: center; }

.titolo1 {
  margin-top: 0;
  clear: both;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em;
  color: #FFF;
  background: #000; }

.titolo1.rounded {
  border-radius: 0.375rem; }

#logoTicka {
  margin-left: 428px;
  top: 148px;
  position: absolute;
  left: 50%; }

.validitaCarrello {
  margin: 1em; }

.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],
#inCarrello button,
#containerRx button,
#abbOpen input[type=submit],
.indexGadget form input[type=submit],
.indexGadget form input[type="text"],
#formDestinatario input[type=text],
#formDestinatario select,
.calendarioBiglietti table td a {
  border: inherit;
  /*height:inherit;*/
  line-height: inherit;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  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: #449bae;
  border: 0.1em solid #449bae;
  color: white;
  padding: 10px 10px;
  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,
  #inCarrello button:hover,
  #containerRx button:hover,
  #abbOpen input[type=submit]:hover,
  .indexGadget form input[type=submit]:hover,
  .indexGadget form input[type="text"]:hover,
  #formDestinatario input[type=text]:hover,
  #formDestinatario select:hover,
  .calendarioBiglietti table td a:hover {
    color: white;
    background: #449bae; }

#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],
#noMap input[type=text],
#carrello input[type=text],
#carrello select,
#inviaOTP select,
#carrello select,
#carrello select:hover,
#inviaOTP select:hover,
#carrello select:hover,
textarea,
.indexGadget form input[type="text"],
#formDestinatario input[type=text],
#formDestinatario select {
  max-width: 200px;
  background: #FFFFFF;
  color: #000000;
  font-weight: normal; }
  @media screen and (min-width: 1023px) {
    #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],
    #noMap input[type=text],
    #carrello input[type=text],
    #carrello select,
    #inviaOTP select,
    #carrello select,
    #carrello select:hover,
    #inviaOTP select:hover,
    #carrello select:hover,
    textarea,
    .indexGadget form input[type="text"],
    #formDestinatario input[type=text],
    #formDestinatario select {
      /*max-width:  none;*/ } }

#formRegistrazione select,
#noMap input[type=text],
#inviaOTP input[type=text],
#carrello select {
  width: auto; }

#formDestinatario input[type=text],
#formDestinatario textarea,
#formDestinatario select {
  max-width: unset;
  width: 100%; }

#containerRx table select,
#containerRx table input,
#containerRx table button {
  width: 100%; }

.nomap_quantita {
  white-space: normal !important; }
  @media screen and (min-width: 1023px) {
    .nomap_quantita {
      white-space: nowrap !important; } }
  .nomap_quantita input {
    color: #000; }

/* 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 {
  text-align: center; }

#carrello .immagine img {
  width: 22% !important; }
  @media screen and (max-width: 1023px) {
    #carrello .immagine img {
      width: 20% !important;
      margin-top: -5px; } }

#formNoMap {
  width: 50%;
  margin-bottom: 30px;
  clear: both;
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    #formNoMap {
      width: 100%; } }

#istruzioni {
  width: 100%; }
  @media screen and (min-width: 1023px) {
    #istruzioni {
      padding-left: 2em;
      width: 49%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 30px; } }

.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;
  z-index: 99; }

/* 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; }

#head_img {
  text-align: center;
  line-height: 0;
  background: #c9bfb2;
  margin-bottom: 3em;
  width: 100%; }
  #head_img img {
    width: 100%; }

#head {
  width: 100%;
  max-width: 1250px; }
  #head #head_logo {
    text-align: left;
    float: left;
    width: 50%; }
  #head #menuMain {
    background: transparent;
    float: right;
    width: 50%;
    margin-top: 20px; }
    #head #menuMain ul {
      float: right; }
      #head #menuMain ul li a {
        border: 0;
        color: #000;
        font-weight: normal;
        padding: 10px 20px 0 0; }

#carrello .campi_obbligatori {
  text-align: right;
  width: 930px;
  margin: 0 auto !important;
  color: #575756; }

.tk_title {
  margin: 0;
  padding: 0;
  padding-bottom: 1em; }

.tk_description {
  padding-bottom: 1em; }

.tk_box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .tk_box1 .col {
    padding: 2em;
    background: #FFF;
    margin: 0.1em;
    margin-bottom: 2em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .tk_box1 .col {
        display: flex;
        flex-direction: column;
        flex-basis: 48%; } }
    @media screen and (min-width: 1023px) {
      .tk_box1 .col {
        display: flex;
        flex-direction: column;
        flex-basis: 98%; } }
    .tk_box1 .col .image img {
      width: 100%;
      padding-bottom: 1em;
      height: 300px;
      object-fit: contain; }
    .tk_box1 .col h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 1em; }
    .tk_box1 .col .description {
      padding-bottom: 1em; }
      .tk_box1 .col .description p {
        padding: 0;
        margin: 0; }
    .tk_box1 .col .extra_info {
      font-style: italic;
      padding-bottom: 1em; }
    .tk_box1 .col .button {
      width: 100%;
      padding: 1em 0;
      background: #449bae;
      color: white;
      text-transform: uppercase;
      text-align: center;
      /*border-radius:30px;*/
      border: 0;
      display: block;
      margin-top: auto; }
      .tk_box1 .col .button:hover {
        cursor: pointer;
        color: white;
        background: #449bae; }
      .tk_box1 .col .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s; }
      .tk_box1 .col .button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s; }
      .tk_box1 .col .button:hover span {
        padding-right: 25px; }
      .tk_box1 .col .button:hover span:after {
        opacity: 1;
        right: 0; }

.tk_box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .tk_box2 .col {
    padding: 2em;
    background: #FFF;
    margin: 0.1em;
    margin-bottom: 2em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .tk_box2 .col {
        display: flex;
        flex-direction: column;
        flex-basis: 48%; } }
    @media screen and (min-width: 1023px) {
      .tk_box2 .col {
        display: flex;
        flex-direction: column;
        flex-basis: 48%; } }
    .tk_box2 .col .image img {
      width: 100%;
      padding-bottom: 1em;
      height: 300px;
      object-fit: contain; }
    .tk_box2 .col h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 1em; }
    .tk_box2 .col .description {
      padding-bottom: 1em; }
      .tk_box2 .col .description p {
        padding: 0;
        margin: 0; }
    .tk_box2 .col .extra_info {
      font-style: italic;
      padding-bottom: 1em; }
    .tk_box2 .col .button {
      width: 100%;
      padding: 1em 0;
      background: #449bae;
      color: white;
      text-transform: uppercase;
      text-align: center;
      /*border-radius:30px;*/
      border: 0;
      display: block;
      margin-top: auto; }
      .tk_box2 .col .button:hover {
        cursor: pointer;
        color: white;
        background: #449bae; }
      .tk_box2 .col .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s; }
      .tk_box2 .col .button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s; }
      .tk_box2 .col .button:hover span {
        padding-right: 25px; }
      .tk_box2 .col .button:hover span:after {
        opacity: 1;
        right: 0; }

.tk_box3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .tk_box3 .col {
    padding: 2em;
    background: #FFF;
    margin: 0.1em;
    margin-bottom: 2em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .tk_box3 .col {
        display: flex;
        flex-direction: column;
        flex-basis: 48%; } }
    @media screen and (min-width: 1023px) {
      .tk_box3 .col {
        display: flex;
        flex-direction: column;
        flex-basis: 31.3333333333%; } }
    .tk_box3 .col .image img {
      width: 100%;
      padding-bottom: 1em;
      height: 300px;
      object-fit: contain; }
    .tk_box3 .col h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 1em; }
    .tk_box3 .col .description {
      padding-bottom: 1em; }
      .tk_box3 .col .description p {
        padding: 0;
        margin: 0; }
    .tk_box3 .col .extra_info {
      font-style: italic;
      padding-bottom: 1em; }
    .tk_box3 .col .button {
      width: 100%;
      padding: 1em 0;
      background: #449bae;
      color: white;
      text-transform: uppercase;
      text-align: center;
      /*border-radius:30px;*/
      border: 0;
      display: block;
      margin-top: auto; }
      .tk_box3 .col .button:hover {
        cursor: pointer;
        color: white;
        background: #449bae; }
      .tk_box3 .col .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s; }
      .tk_box3 .col .button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s; }
      .tk_box3 .col .button:hover span {
        padding-right: 25px; }
      .tk_box3 .col .button:hover span:after {
        opacity: 1;
        right: 0; }

#tk_credits {
  /*credit*/
  clear: both;
  background: #000;
  color: #FFF;
  line-height: 2em;
  padding: 2em 0;
  font-size: 90%;
  overflow: hidden;
  text-align: center; }
  #tk_credits a {
    color: #FFF;
    text-decoration: none; }
    #tk_credits a:hover {
      text-decoration: underline; }

#tk_calendario_fasce form {
  clear: both; }
#tk_calendario_fasce #calendarioBiglietti {
  width: 100%; }
  @media screen and (min-width: 1023px) {
    #tk_calendario_fasce #calendarioBiglietti {
      width: 50%;
      float: left; } }
#tk_calendario_fasce table {
  clear: both;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 2em;
  padding: 0;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9; }
  #tk_calendario_fasce table th {
    color: #000000;
    background: #D7D7D7;
    padding: 10px 10px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    min-height: 4em;
    height: 4em;
    width: 14.28%; }
  #tk_calendario_fasce table td {
    color: #000;
    background: #FFFFFF;
    padding: 5px 1px;
    font-weight: normal;
    min-height: 4em;
    height: 4em; }
    #tk_calendario_fasce table td a {
      text-decoration: none; }
      #tk_calendario_fasce table td a:hover {
        background: #449bae; }
    @media screen and (min-width: 1023px) {
      #tk_calendario_fasce table td {
        padding: 5px 10px; } }
#tk_calendario_fasce #fasceOrarie {
  display: none;
  width: 100%;
  background: #efefef;
  border-radius: .3em;
  padding: 2em; }
  @media screen and (min-width: 1023px) {
    #tk_calendario_fasce #fasceOrarie {
      width: 45%;
      float: right; } }
#tk_calendario_fasce .mese, #tk_calendario_fasce .numCallNext, #tk_calendario_fasce .numCallBack {
  font-size: 110%;
  margin: 0 1em;
  background: #449bae;
  padding: 1em;
  font-weight: bold;
  border-radius: .2em;
  float: left;
  width: 60%; }
#tk_calendario_fasce .numCallNext, #tk_calendario_fasce .numCallBack {
  margin: 0;
  width: 15%;
  background: #000;
  color: #FFF;
  text-decoration: none; }
  #tk_calendario_fasce .numCallNext:hover, #tk_calendario_fasce .numCallBack:hover {
    color: white;
    background: #449bae; }
#tk_calendario_fasce .numCallNext {
  float: right; }
#tk_calendario_fasce label {
  font-weight: bold; }
#tk_calendario_fasce select, #tk_calendario_fasce input[type=text], #tk_calendario_fasce input[type=number] {
  width: 100%;
  background: #FFF;
  color: #000;
  height: 3em; }
  #tk_calendario_fasce select option, #tk_calendario_fasce input[type=text] option, #tk_calendario_fasce input[type=number] option {
    height: 3em; }
#tk_calendario_fasce #procedi input, #tk_calendario_fasce #procedi button {
  width: 100%; }
#tk_calendario_fasce h1 {
  font-size: 120%; }
#tk_calendario_fasce .loader, #tk_calendario_fasce .loader2 {
  position: unset;
  clear: both;
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #449bae;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.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: 1023px) {
      .cntMove button {
        min-width: 3em; } }

#cercaSpett {
  text-align: center; }

/* Inizio Stili SPID */
.italia-it-button-text {
  background-color: inherit !important;
  color: #FFF !important;
  margin-left: 8px;
  padding: 0.95em 1em 0.85em 1em !important;
  font-size: 1.15em !important;
  text-align: center !important;
  display: block;
  float: left; }

.italia-it-button-icon {
  margin: 0 -0.4em 0 0 !important;
  padding: 0.6em 0.8em 0.5em !important;
  border-right: rgba(255, 255, 255, 0.1) 0.1em solid !important;
  background-color: inherit !important;
  display: block;
  float: left; }

.italia-it-button {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #FFF;
  font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  border: 0;
  text-align: center;
  cursor: pointer;
  overflow: hidden; }

.italia-it-button-size-m {
  font-size: 15px;
  width: 220px; }

.italia-it-button-size-m > span img {
  width: 29px;
  height: 29px;
  border: 0; }

.button-spid {
  background-color: #06C;
  color: #FFF; }

.button-spid:hover {
  background-color: #036;
  color: #FFF; }

.button-spid:active {
  background-color: #83BEED;
  color: #036; }

/* Fine Stili SPID */
/* inizio FAQ */
.faq {
  width: 100%;
  margin: 17px 0; }
  .faq .domanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
    padding: 3px 20px;
    background: orange;
    color: white;
    color: #000; }
    .faq .domanda:hover {
      background: #E9F0F4;
      color: #000;
      cursor: pointer; }
    .faq .domanda .testo {
      flex: 80%;
      width: 80%;
      word-break: break-all;
      white-space: normal;
      text-transform: initial; }
    .faq .domanda .tendina {
      margin-left: 5%;
      text-align: end;
      transform: scaleX(1.4) scaleY(0.8); }
  .faq .active {
    background: #E9F0F4;
    color: #000; }
  .faq .risposta {
    display: none;
    padding: 5px 20px;
    color: #575756;
    background: #E9F0F4;
    text-transform: initial; }

/* fine FAQ */
/* inizio metodiPagamentoNew 
#metodiPagamentoNew {
    clear: both !important;
    width:100%;
    float:right;
    overflow: hidden;
    text-align: center;
    img {
        width: 100%;
        margin-right: 2em;
    }
    .metodoPagamento{
        background: none;
        color:#000;
        border:none;
        min-width: 0;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e3e6ed;
        border-radius: .5rem;
        padding:1em;
        margin-bottom:1.5em;
        width: 20%;
        &:hover{
            background: none;
            color:#000;
            border:none;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
        }
    }
    b{
        
    }

}*/
/* fine metodiPagamentoNew */
#metodiPagamentoNew {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1em !important;
  width: 100% !important;
  margin: 0 auto !important; }

#metodiPagamentoNew form {
  flex: 1 1 calc(25% - 1em) !important;
  max-width: calc(25% - 1em) !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important; }

#metodiPagamentoNew .metodoPagamento {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  color: #000 !important;
  border: solid 0.5px #bd0000 !important;
  border-radius: 10px !important;
  padding: 1em !important;
  margin: 0 !important;
  transition: box-shadow 0.3s ease !important;
  height: 300px !important;
  margin: 5px !important;
  box-shadow: 5px 5px 24px -6px #848484 !important; }
  #metodiPagamentoNew .metodoPagamento:hover {
    background: none !important;
    color: #000 !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important; }
  #metodiPagamentoNew .metodoPagamento p {
    font-size: 12px; }
  @media (max-width: 576px) {
    #metodiPagamentoNew .metodoPagamento {
      width: 97% !important;
      max-width: 100% !important;
      height: auto !important; } }

#metodiPagamentoNew .metodoPagamento img {
  width: auto !important;
  margin-bottom: 1em !important;
  max-width: 150px !important; }

#metodiPagamentoNew .metodoPagamento b {
  margin-top: 0.5em !important; }

@media (max-width: 992px) {
  #metodiPagamentoNew form {
    flex: 1 1 calc(50% - 1em) !important;
    max-width: calc(50% - 1em) !important; } }
@media (max-width: 576px) {
  #metodiPagamentoNew form {
    flex: 1 1 100% !important;
    max-width: 100% !important; } }
#opzione_regalo {
  padding: 1em 1em 1em calc(50% - 2px);
  margin-bottom: 1em;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #EFEEEB; }
  @media screen and (max-width: 1023px) {
    #opzione_regalo {
      padding: 1em 1em 1em 1em; } }

#btnContinueCheckout {
  height: 50px; }
  @media screen and (max-width: 1023px) {
    #btnContinueCheckout {
      height: 72px; } }

#formRecuperoPassword th[align="center"] {
  text-align: center; }

@media screen and (max-width: 1023px) {
  #formRecuperoPassword input {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; } }
/****************************** CARRELLO NEW INIZIO ******************************************/
.tk_carrello_content {
  overflow: auto;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 1em; }
  .tk_carrello_content .data {
    margin-bottom: 1em; }
  .tk_carrello_content span {
    color: red; }
  .tk_carrello_content .immagine img {
    margin-bottom: 1em;
    margin-left: 2em;
    width: 30%;
    border: 1px solid #e6e6e6;
    border-radius: 20px 0;
    padding: 0.1em;
    float: right; }
    @media screen and (min-width: 1023px) {
      .tk_carrello_content .immagine img {
        width: 10%; } }
  .tk_carrello_content .tk_carrello_prezzi {
    clear: both;
    text-align: left;
    border: 0px solid red;
    float: right; }
    @media screen and (min-width: 1023px) {
      .tk_carrello_content .tk_carrello_prezzi {
        width: 50%; } }
    .tk_carrello_content .tk_carrello_prezzi div:nth-child(1) {
      border-top: 0px !important; }
    .tk_carrello_content .tk_carrello_prezzi div {
      border-top: 1px solid #ddd;
      clear: both;
      overflow: auto;
      padding: .3em 0; }
      .tk_carrello_content .tk_carrello_prezzi div .price {
        overflow: auto;
        text-align: right;
        float: right;
        width: 140px;
        border: 0px solid #ddd; }
      .tk_carrello_content .tk_carrello_prezzi div .priceDescr {
        /*overflow:auto;*/
        text-align: left;
        float: left;
        width: calc(100% - 140px);
        border: 0px solid #ddd; }
        .tk_carrello_content .tk_carrello_prezzi div .priceDescr i {
          font-size: 90%; }
        .tk_carrello_content .tk_carrello_prezzi div .priceDescr span.evidenzia {
          margin-top: 0.5em;
          background: #BDEBFB;
          padding: 0; }
      .tk_carrello_content .tk_carrello_prezzi div .priceSpecial {
        display: none;
        clear: both;
        border: 1px solid red;
        background: #BDEBFB !important;
        padding: 5px; }
    .tk_carrello_content .tk_carrello_prezzi .nonSelezionato {
      border-radius: 5px;
      width: 42px;
      height: 42px;
      font-weight: bold;
      color: #000;
      border: 1px solid #000;
      cursor: pointer; }
    .tk_carrello_content .tk_carrello_prezzi .selezionato {
      border-radius: 5px;
      width: 42px;
      height: 42px;
      font-weight: bold;
      color: #000;
      background: #FFF;
      border: 2px solid #000; }
  .tk_carrello_content .titolo {
    font-weight: bold; }
  .tk_carrello_content .descrizione_dettagliata {
    margin-top: 1em;
    padding: 1em; }
  .tk_carrello_content .buttonDelete {
    clear: both;
    padding: 0.7em 0;
    text-align: right; }
  .tk_carrello_content .luogo iframe {
    width: 100%;
    height: 260px; }
    @media screen and (min-width: 1023px) {
      .tk_carrello_content .luogo iframe {
        width: 80%; } }
  .tk_carrello_content a, .tk_carrello_content a:active {
    color: #F04A3C; }
  .tk_carrello_content .fa, .tk_carrello_content .fa-regular, .tk_carrello_content .fa-solid {
    color: #FFF;
    padding: .2em; }

/****************************** CARRELLO NEW INIZIO ******************************************/
/****************************** MAPPA NEW INIZIO ******************************************/
#tk_mappa_container .tk_hide {
  visibility: hidden; }
#tk_mappa_container .leaflet-popup-content {
  max-width: 260px;
  border: 0; }
  #tk_mappa_container .leaflet-popup-content table {
    border: 0; }
    #tk_mappa_container .leaflet-popup-content table td {
      border: 0;
      width: 50%;
      padding: 1em; }
#tk_mappa_container .fa, #tk_mappa_container .fa-regular, #tk_mappa_container .fa-solid {
  color: #F04A3C;
  padding: .2em; }
#tk_mappa_container button {
  background: #F04A3C;
  color: #FFF;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: .5em;
  border-radius: 5px;
  width: 100%; }
  #tk_mappa_container button:hover {
    background: orange; }
  #tk_mappa_container button .fa, #tk_mappa_container button .fa-regular, #tk_mappa_container button .fa-solid {
    color: #FFF;
    padding: .2em; }
#tk_mappa_container #tk_mappa_scelta_posto {
  clear: both;
  width: 100%;
  position: relative;
  display: none;
  margin-top: 2em; }
  #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_box {
    background: #ededed; }
    @media screen and (min-width: 1023px) {
      #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_box {
        float: left;
        width: 70%; } }
    #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_box button {
      margin: .2em; }
    #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_box #tk_mappa {
      width: 100%;
      height: 400px;
      border: 1px solid #ededed;
      border-top: 0;
      background: #FFF; }
      @media screen and (min-width: 1023px) {
        #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_box #tk_mappa {
          height: 700px; } }
  #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello {
    width: 100%;
    overflow: auto;
    background: #ededed;
    text-align: right;
    overflow-x: hidden; }
    @media screen and (min-width: 1023px) {
      #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello {
        float: right;
        width: 30%; } }
    #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello button {
      margin: .2em;
      width: calc(100% - 0.2em); }
    #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello form {
      display: none; }
    #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello #tk_mappa_carrello_posti {
      background: #fff;
      text-align: left; }
      #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello #tk_mappa_carrello_posti div {
        padding: 1em .5em .5em 1em;
        border: 1px solid #ededed;
        overflow: hidden; }
        #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello #tk_mappa_carrello_posti div .left {
          float: left;
          width: 10%;
          font-size: initial; }
        #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello #tk_mappa_carrello_posti div .center {
          float: left;
          width: 70%;
          font-size: initial; }
        #tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_carrello #tk_mappa_carrello_posti div .right {
          float: left;
          width: 20%;
          word-spacing: nowrap;
          text-align: right;
          word-spacing: nowrap;
          font-size: initial; }
#tk_mappa_container #tk_mappa_menu {
  float: left;
  width: 50%;
  position: relative; }
  #tk_mappa_container #tk_mappa_menu h2 {
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    background: #ededed;
    padding: .5em 1em; }
    #tk_mappa_container #tk_mappa_menu h2 span {
      padding: .2em .5em;
      border: 1px inset #999;
      border-radius: 10px; }
      #tk_mappa_container #tk_mappa_menu h2 span:hover {
        background: #FFF;
        border: 2px outset #999; }
  #tk_mappa_container #tk_mappa_menu a {
    color: #000;
    text-decoration: none; }
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp {
    background: #fff;
    display: none;
    margin-left: 3px;
    position: absolute;
    top: 3em;
    z-index: 10000;
    border: 1px solid #ededed;
    width: 310px;
    max-height: 400px;
    overflow-y: auto; }
    @media screen and (min-width: 1023px) {
      #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp {
        top: 2.7em;
        max-height: calc(100vh - 200px);
        overflow-y: auto; } }
    #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp div[id^='tk_mappa_ord_'] {
      cursor: pointer; }
      #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp div[id^='tk_mappa_ord_']:hover {
        background: #ededed; }
      #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp div[id^='tk_mappa_ord_'] .center {
        width: 90%;
        margin: 0;
        padding: 0;
        font-size: initial; }
      #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp div[id^='tk_mappa_ord_'] .right {
        clear: both;
        width: 100%;
        word-spacing: nowrap;
        text-align: right;
        margin: 0;
        padding: 0;
        padding-right: .5em;
        font-size: initial; }
    #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp > div {
      padding: .5em 0 .5em 1em;
      border-bottom: 1px solid #ededed;
      overflow: hidden; }
#tk_mappa_container #tk_mappa_icona_carrello {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 1em;
  cursor: pointer;
  font-size: 140%; }
  #tk_mappa_container #tk_mappa_icona_carrello .fa-shopping-cart {
    color: #F04A3C; }
  #tk_mappa_container #tk_mappa_icona_carrello .fa-stack[data-count]:after {
    position: absolute;
    content: attr(data-count);
    font-size: 50%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: white;
    border-style: solid; }
  @media screen and (max-width: 1023px) {
    #tk_mappa_container #tk_mappa_icona_carrello {
      padding-right: 12.5%; } }
#tk_mappa_container #tk_mappa_info {
  overflow: auto;
  color: #000;
  background-color: #ededed;
  /*margin:-2em -2em 1em -2em;*/
  padding: 2em; }
  #tk_mappa_container #tk_mappa_info img {
    min-width: 30px;
    max-height: 80px;
    max-width: 200px;
    height: unset;
    border: 1px solid #e6e6e6;
    border-radius: 20px 0;
    padding: 0.1em; }
    @media screen and (min-width: 1023px) {
      #tk_mappa_container #tk_mappa_info img {
        min-width: 40px;
        max-height: 200px;
        max-width: 400px; } }
  #tk_mappa_container #tk_mappa_info .titolo {
    font-weight: bold; }
  #tk_mappa_container #tk_mappa_info .descrizione_dettagliata {
    margin-top: 1em;
    padding: 1em;
    display: none; }
    #tk_mappa_container #tk_mappa_info .descrizione_dettagliata p {
      color: #FFF;
      font-size: inherit; }
    #tk_mappa_container #tk_mappa_info .descrizione_dettagliata span {
      color: white !important;
      background-color: transparent !important; }
  #tk_mappa_container #tk_mappa_info div {
    margin-bottom: 1em; }
  #tk_mappa_container #tk_mappa_info .luogo iframe {
    width: 100%;
    height: 260px;
    display: none; }
    @media screen and (min-width: 1023px) {
      #tk_mappa_container #tk_mappa_info .luogo iframe {
        margin: 2em 0 0 0;
        border: 1px solid #000;
        border-radius: 1em 1em 1em 1em; } }
  #tk_mappa_container #tk_mappa_info a, #tk_mappa_container #tk_mappa_info a:active {
    color: #F04A3C; }
#tk_mappa_container #tk_mappa_miglior_posto_container {
  clear: both;
  display: none;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-top: 1em; }
  #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto {
    border: 0;
    width: 100%; }
    #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto tr {
      border: 0;
      border-bottom: 1px solid #ededed; }
    #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto td {
      border: 0;
      width: 100%;
      padding: 1em; }
    #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto td:nth-of-type(2) {
      white-space: nowrap; }
      #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto td:nth-of-type(2) input {
        font-size: 1.5em;
        border: 0;
        width: 1.5em;
        text-align: center; }
    #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto i {
      cursor: pointer; }
    #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto .disattiva, #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto .fa-square-minus {
      color: #ededed; }
    #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto .attiva {
      color: #F04A3C; }
#tk_mappa_container #tk_mappa_tipo_scelta {
  display: flex; }
  #tk_mappa_container #tk_mappa_tipo_scelta .active {
    background: #ededed; }
  #tk_mappa_container #tk_mappa_tipo_scelta .miglior_posto, #tk_mappa_container #tk_mappa_tipo_scelta .mappa {
    width: 48%;
    border: 1px solid #ededed;
    border-radius: 10px;
    text-align: center;
    padding: 1em;
    margin: 1em;
    overflow: auto;
    flex: 1; }
  #tk_mappa_container #tk_mappa_tipo_scelta .miglior_posto {
    float: left;
    margin-left: 0%; }
  #tk_mappa_container #tk_mappa_tipo_scelta .mappa {
    float: right;
    margin-right: 0%; }
  #tk_mappa_container #tk_mappa_tipo_scelta button {
    padding: 2em;
    min-height: 10em; }
  @media screen and (min-width: 1023px) {
    #tk_mappa_container #tk_mappa_tipo_scelta .miglior_posto, #tk_mappa_container #tk_mappa_tipo_scelta .mappa {
      padding: 2em 1em; } }

/****************************** MAPPA NEW FINE ******************************************/
/****************************** CAMPAGNE ******************************************/
#tk_campagne_all_page {
  clear: both;
  background: orange;
  text-align: center;
  padding: 0.5em;
  /*margin: 1em 0;*/
  line-height: 2em;
  color: #000;
  background: #FFA500; }
  #tk_campagne_all_page form {
    display: inline; }
    #tk_campagne_all_page form input[type=text] {
      background: #fff;
      /*height: 80%;*/ }
    #tk_campagne_all_page form input[type=submit] {
      border: 1px solid #d3d4d6;
      border-radius: 5px; }

#tk_campagne_in_page {
  margin-top: 2em; }
  #tk_campagne_in_page table {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0px solid #d191a0;
    width: 100%; }
  #tk_campagne_in_page table caption {
    padding: 5px;
    font-weight: bold;
    text-align: left;
    padding: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    word-spacing: 0.3em;
    color: #000;
    background: #FFA500; }
  #tk_campagne_in_page 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; }
  #tk_campagne_in_page table td {
    color: #022344;
    padding: 10px 5px;
    font-weight: bold;
    text-align: left;
    background: #f6f6f6;
    border: 1px solid #f6f6f6; }
  #tk_campagne_in_page table a {
    color: #444;
    text-decoration: none; }
  #tk_campagne_in_page table a:hover {
    color: #81001E; }
  #tk_campagne_in_page table select, #tk_campagne_in_page table input, #tk_campagne_in_page table button {
    width: 100%;
    border: 1px solid #d3d4d6;
    border-radius: 5px;
    padding: 4px;
    text-transform: initial;
    background: #fff; }

/****************************** SLIDESHOW INIZIO ******************************************/
#cercaSpett {
  overflow-x: auto;
  position: relative;
  padding: 0.5em;
  border: none; }
  #cercaSpett input {
    width: 90%;
    font-size: 150%;
    padding: 0.5em;
    border-radius: 2em;
    border-color: gray; }

.TK-slideshow {
  overflow-x: auto;
  position: relative;
  margin: 1em 0.1em 1em 0.1em;
  padding: 0.5em;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #ededed; }
  .TK-slideshow a {
    text-decoration: none; }

.cell {
  width: calc(33%);
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  height: 1%; }
  .cell img {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    display: block; }

.hidden {
  display: none; }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: left;
  padding: 1em 0.5em;
  z-index: 1000; }

.pagination {
  text-align: center;
  margin: 1em; }
  .pagination span {
    cursor: pointer;
    margin: 0 10px; }
  .pagination span.active {
    font-weight: bold;
    /*color:orange;*/ }

.arrow {
  display: none;
  position: absolute;
  top: 200px;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  z-index: 1000; }

.left-arrow {
  left: 10px; }

.right-arrow {
  right: 10px; }

/* Media query per tablet */
@media screen and (max-width: 1023px) {
  .cell {
    width: calc(49.6%); } }
/* Media query per smartphone */
@media screen and (max-width: 1023px) {
  .cell {
    width: calc(100%); } }
/****************************** SLIDESHOW FINE ******************************************/
#pageLogin table td span {
  background-color: transparent !important; }

#pageLogin table td span:hover {
  background-color: transparent !important; }

.gsi-material-button {
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-appearance: none !important;
  background-color: WHITE !important;
  background-image: none !important;
  border: 1px solid #747775 !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #1f1f1f !important;
  cursor: pointer !important;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px !important;
  height: 40px !important;
  letter-spacing: 0.25px !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 0 12px !important;
  position: relative !important;
  text-align: center !important;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s !important;
  transition: background-color .218s, border-color .218s, box-shadow .218s !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: auto !important;
  max-width: 400px !important;
  min-width: min-content !important; }

.gsi-material-button .gsi-material-button-icon {
  height: 20px !important;
  margin-right: 12px !important;
  min-width: 20px !important;
  width: 20px !important; }

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center !important;
  align-items: center !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  height: 100% !important;
  justify-content: space-between !important;
  position: relative !important;
  width: 100% !important; }

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  font-family: 'Roboto', arial, sans-serif !important;
  font-weight: 500 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: top !important;
  background-color: transparent !important; }

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s !important;
  transition: opacity .218s !important;
  bottom: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

.gsi-material-button:disabled {
  cursor: default !important;
  background-color: #ffffff61 !important;
  border-color: #1f1f1f1f !important; }

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38% !important; }

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38% !important; }

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030 !important;
  opacity: 12% !important; }

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important; }

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030 !important;
  opacity: 8% !important; }

.fb-material-button {
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-appearance: none !important;
  background-color: #1877F2 !important;
  border: none !important;
  border-radius: 20px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: 'Roboto', arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 40px !important;
  letter-spacing: 0.25px !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 0 12px !important;
  position: relative !important;
  text-align: center !important;
  transition: background-color .218s, box-shadow .218s !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: auto !important;
  max-width: 400px !important;
  min-width: min-content !important; }

.fb-material-button:hover {
  background-color: #166FE5 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15) !important; }

.fb-material-button:active {
  background-color: #155ED6 !important; }

.fb-material-button:disabled {
  cursor: default !important;
  background-color: #99bdfc !important;
  color: #e6e6e6 !important; }

.fb-material-button .fb-material-button-icon {
  height: 20px !important;
  margin-right: 12px !important;
  min-width: 20px !important;
  width: 20px !important; }

.fb-material-button .fb-material-button-content-wrapper {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  height: 100% !important;
  justify-content: space-between !important;
  position: relative !important;
  width: 100% !important; }

.fb-material-button .fb-material-button-contents {
  flex-grow: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: top !important;
  background-color: transparent !important;
  color: #fff !important;
  /* sempre bianco */ }

.fb-material-button .fb-material-button-state {
  transition: opacity .218s !important;
  bottom: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

/* TEMA MODERN TICKA ONLINE */
button,
input[type="submit"],
*[type="button"] {
  font-family: "Nunito"; }
  button:hover,
  input[type="submit"]:hover,
  *[type="button"]:hover {
    cursor: pointer; }
  button[disabled], button.disabled,
  input[type="submit"][disabled],
  input[type="submit"].disabled,
  *[type="button"][disabled],
  *[type="button"].disabled {
    cursor: default !important; }

input[type="text"]:not(:read-only):hover {
  background-color: #FFF !important;
  color: #000 !important; }

*[type="button"].nonSelezionato {
  font-family: "Nunito" !important;
  font-weight: bold !important;
  background-color: white !important;
  color: white !important;
  border: 1px solid #449bae !important; }
  *[type="button"].nonSelezionato:hover {
    background-color: rgba(68, 155, 174, 0.025) !important; }
*[type="button"][value="✓"] {
  font-family: "Nunito" !important;
  font-weight: bold !important;
  background-color: #449bae !important;
  color: white !important;
  border: 1px solid #449bae !important; }

.tk-flex, .tk-flex-wrap, .tk-flex-wrap-reverse, .tk-row, .tk-svgmap-container, .tk-flex-center {
  display: flex; }

.tk-flex-wrap, .tk-flex-wrap-reverse, .tk-row, .tk-svgmap-container {
  flex-wrap: wrap;
  flex-direction: row; }

.tk-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.tk-flex-center, .tk-svgmap-container {
  justify-content: center;
  align-content: center; }

.tk-col {
  flex-basis: 0;
  flex-grow: 1; }
  .tk-col-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
    @media screen and (max-width: 1023px) {
      .tk-col-1 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%; } }
  .tk-col-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
    @media screen and (max-width: 1023px) {
      .tk-col-2 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%; } }
  .tk-col-3 {
    flex-basis: 25%;
    max-width: 25%; }
    @media screen and (max-width: 1023px) {
      .tk-col-3 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-3 {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-3 {
      flex-basis: 25%;
      max-width: 25%; } }
  .tk-col-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
    @media screen and (max-width: 1023px) {
      .tk-col-4 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%; } }
  .tk-col-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
    @media screen and (max-width: 1023px) {
      .tk-col-5 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%; } }
  .tk-col-6 {
    flex-basis: 50%;
    max-width: 50%; }
    @media screen and (max-width: 1023px) {
      .tk-col-6 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-6 {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-6 {
      flex-basis: 50%;
      max-width: 50%; } }
  .tk-col-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
    @media screen and (max-width: 1023px) {
      .tk-col-7 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%; } }
  .tk-col-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
    @media screen and (max-width: 1023px) {
      .tk-col-8 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%; } }
  .tk-col-9 {
    flex-basis: 75%;
    max-width: 75%; }
    @media screen and (max-width: 1023px) {
      .tk-col-9 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-9 {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-9 {
      flex-basis: 75%;
      max-width: 75%; } }
  .tk-col-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
    @media screen and (max-width: 1023px) {
      .tk-col-10 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%; } }
  .tk-col-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
    @media screen and (max-width: 1023px) {
      .tk-col-11 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%; } }
  .tk-col-12 {
    flex-basis: 100%;
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      .tk-col-12 {
        flex-basis: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-md-12 {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .tk-col-sm-12 {
      flex-basis: 100%;
      max-width: 100%; } }

.tk-bg, .tk-btn {
  background-color: #449bae !important; }

.tk-bg-light, .tk-bg-border, .tk-card, .tk-svgmap {
  background-color: rgba(68, 155, 174, 0.025) !important; }

.tk-bg-2, .tk-btn-2 {
  background-color: #444 !important; }

.tk-bg-light-2, .tk-bg-border-2 {
  background-color: rgba(68, 68, 68, 0.1) !important; }

.tk-border, .tk-bg-border, .tk-btn, .tk-table, .tk-svgmap {
  border: 1px solid #449bae !important; }

.tk-border-2, .tk-bg-border-2, .tk-btn-2 {
  border: 1px solid #444 !important; }

.tk-btn:hover {
  color: white !important;
  background: #449bae !important; }
.tk-btn[disabled], .tk-btn.disabled {
  cursor: default !important;
  opacity: .25; }

.tk-btn-2:hover {
  color: #444 !important;
  background: #000 !important; }
.tk-btn-2[disabled], .tk-btn-2.disabled {
  cursor: default !important;
  opacity: .25; }

.tk-p-5 {
  padding: 5px; }

.tk-p-10 {
  padding: 10px; }

.tk-p-25 {
  padding: 25px; }

.tk-gap-5 {
  gap: 5px; }

.tk-gap-10 {
  gap: 10px; }

.tk-gap-25, .tk-svgmap-container {
  gap: 25px; }

.tk-table {
  background-color: #000 !important;
  border-collapse: separate; }
  .tk-table tr,
  .tk-table th,
  .tk-table td {
    border: none !important;
    border-right: 1px solid #449bae !important;
    border-bottom: 1px solid #449bae !important;
    background-color: transparent !important;
    align-content: center; }
  .tk-table th, .tk-table td {
    padding: 10px; }
  .tk-table tr:last-child td {
    border-bottom: none !important; }
  .tk-table td:last-child,
  .tk-table th:last-child {
    border-right: none !important; }
  .tk-table th {
    color: #FFF !important;
    background-color: rgba(68, 155, 174, 0.025) !important; }

.tk-rounded, .tk-btn, .tk-btn-2, .tk-card, .tk-svgmap {
  border-radius: 10px;
  overflow: hidden; }

.tk-title {
  color: #FFF;
  font-weight: bold; }

.tk-subtitle {
  font-size: 90%; }

@media screen and (max-width: 1023px) {
  .tk-svgmap-container {
    width: 100%; } }

.tk-svgmap {
  padding: 5%;
  height: 100%; }

.tk-text-center {
  text-align: center !important; }

.tk-hide {
  display: none !important; }
  @media screen and (min-width: 1250px) {
    .tk-hide-xl {
      display: none !important; } }
  @media screen and (max-width: 1250px) {
    .tk-hide-lg {
      display: none !important; } }
  @media screen and (max-width: 1023px) {
    .tk-hide-md {
      display: none !important; } }
  @media screen and (max-width: 1023px) {
    .tk-hide-sm {
      display: none !important; } }

.tk-fab {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 2; }

.tk-descr-metodi-pagamento {
  font-size: 90%;
  color: #000;
  margin: 10px 0;
  text-align: center;
  color: red; }

.tk-totale-metodi-pagamento {
  font-size: 100% !important;
  font-weight: bold !important;
  margin: 10px 0 !important; }

a:has(.google-wallet-btn) {
  margin: 1px 0 1px auto !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important; }

.apple-wallet-btn {
  margin: 4px 0 6px auto; }

/***************************    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; } }
/*----------------------LAYOUT TEMPLATE------------------------------*/
.dashboardResumeMobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: white;
  font-size: 20px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  padding: 0 5%;
  color: #266894;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 -5px 56px -5px rgba(0, 0, 0, 0.36); }
  .dashboardResumeMobile .procedi {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    background-color: #266894 !important; }
  .dashboardResumeMobile .tornaIndietro {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    background-color: #449bae;
    margin: 0 5%;
    padding: 4px 0;
    width: 90%;
    text-transform: uppercase;
    font-family: "Nunito"; }
  @media screen and (min-width: 1023px) {
    .dashboardResumeMobile {
      display: none; } }

@media screen and (min-width: 1023px) {
  .dashboardWithCarrello {
    width: 57% !important;
    margin-right: 3% !important; } }
.dashboardSection {
  width: 100%; }
  .dashboardSection .serveFattura {
    text-align: center;
    font-weight: 600;
    font-family: "NunitoSemiBold";
    color: #575756;
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .dashboardSection .serveFattura {
        display: none; } }
  .dashboardSection .tornaIndietro {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    background-color: #449bae !important;
    padding: 10px !important;
    width: 90%;
    margin: 1em 5%;
    text-transform: uppercase;
    font-family: "Nunito"; }
    @media screen and (min-width: 1023px) {
      .dashboardSection .tornaIndietro {
        display: none; } }
  @media screen and (min-width: 1023px) {
    .dashboardSection {
      width: 100%;
      margin: 0px 0 20px 0;
      overflow: hidden;
      float: left; } }

.dashboardWithCarrello .dashboard {
  border: 2px solid #B1B1B1;
  border-radius: 1em; }
  .dashboardWithCarrello .dashboard .titolo {
    padding-left: 20px;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    background-color: #cdba9c;
    color: white;
    font-family: "NunitoExtraBold"; }

.dashboard {
  width: 100%;
  border-radius: 10px;
  float: left;
  overflow: hidden;
  /* sezione ombrelloni e cabanas */ }
  .dashboard #mappaPreview {
    clear: both; }
    .dashboard #mappaPreview #mappa #mappaBottone button {
      display: none; }
  .dashboard .immagine {
    position: relative;
    width: 100%; }
    .dashboard .immagine img {
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      position: relative;
      display: block; }
    .dashboard .immagine .help {
      position: absolute;
      top: 0;
      right: 0; }
  .dashboard .titolo {
    position: relative;
    padding: 15px 0 15px 0;
    font-size: 26px;
    color: #006997;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    font-family: "NunitoExtraBold";
    text-transform: uppercase;
    text-align: center; }
    .dashboard .titolo .helpDesktop {
      display: block;
      margin-left: auto;
      margin-right: 20px; }
      .dashboard .titolo .helpDesktop img {
        position: absolute;
        right: 10px;
        top: 14px;
        display: unset;
        vertical-align: middle;
        max-width: 25px; }
  .dashboard .body {
    padding: 10px 20px 0 20px;
    width: 100%;
    min-height: 50px; }
    .dashboard .body .dashboardSottotitoloDesktop {
      font-family: "Nunito";
      color: #575756;
      text-align: center;
      padding: 0 0 0.5em 0; }
    .dashboard .body .dashboardSottotitoloMobile {
      font-family: "Nunito";
      color: #575756;
      text-align: center;
      padding: 0 0 0.5em 0; }
    .dashboard .body .testoPerNominativi {
      margin-top: 0.5em;
      color: #575756; }
    .dashboard .body .pacchetto {
      width: 100%;
      padding: 10px 0 5px 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: row; }
      .dashboard .body .pacchetto .infoPacchetto {
        width: 45%; }
        .dashboard .body .pacchetto .infoPacchetto .biglietto {
          width: 100%;
          color: #575756; }
        .dashboard .body .pacchetto .infoPacchetto .riduzioneCausale {
          color: #449bae;
          font-family: "NunitoExtraBold"; }
      .dashboard .body .pacchetto .prezzoRiepilogo {
        color: #575756;
        font-family: "Nunito";
        margin: auto 0 auto auto; }
      .dashboard .body .pacchetto .prezzoRiepilogoDesktop {
        display: none; }
      .dashboard .body .pacchetto .prezzoScontatoPacchetto {
        margin: auto;
        font-size: 14px;
        margin-top: 18px;
        color: #575756;
        background: linear-gradient(to left bottom, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%); }
      .dashboard .body .pacchetto .prezzoPacchetto {
        margin: auto;
        margin-top: 16px;
        margin-right: 20px;
        margin-left: 10px;
        text-align: end;
        font-family: "NunitoExtraBold";
        min-width: 30px;
        color: #575756; }
        .dashboard .body .pacchetto .prezzoPacchetto .euro {
          font-family: "NunitoExtraBold"; }
      .dashboard .body .pacchetto .addOrRemoveArticolo {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin: 14px 0 0 0;
        overflow: hidden;
        text-align: end;
        min-width: 55px;
        height: 25px; }
        .dashboard .body .pacchetto .addOrRemoveArticolo .removeArticolo,
        .dashboard .body .pacchetto .addOrRemoveArticolo .addArticolo {
          border: 0px;
          padding: 1px 4px;
          background-color: white;
          font-family: "NunitoExtraBold";
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 22px;
          color: #575756; }
        .dashboard .body .pacchetto .addOrRemoveArticolo .itemNumber {
          border: 0px;
          border-width: 0px;
          padding: 3px 6px;
          margin: 0px -5px;
          font-family: "NunitoExtraBold";
          background-color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #575756; }
      .dashboard .body .pacchetto .cestino {
        margin-top: 14px;
        cursor: pointer; }
    .dashboard .body .pacchettoRiepilogo {
      border-bottom: 1px solid #b1b1b1; }
    .dashboard .body .totaleOrdine {
      display: flex;
      flex-wrap: wrap;
      text-align: end;
      margin: 15px 0 0 30%;
      width: 70%; }
      .dashboard .body .totaleOrdine .testoTotaleOrdine {
        width: 100%;
        font-family: "NunitoSemiBold";
        color: #575756;
        text-transform: uppercase; }
      .dashboard .body .totaleOrdine .totale {
        margin: 2px 0 0 0;
        width: 100%;
        color: #575756;
        font-family: "NunitoSemiBold"; }
    .dashboard .body .sezioneNomeCognome {
      margin-bottom: 1em; }
      .dashboard .body .sezioneNomeCognome label {
        text-align: left;
        color: #449bae; }
      .dashboard .body .sezioneNomeCognome input {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        color: #878787;
        font-family: "Nunito";
        font-weight: normal;
        border: 1px solid #b2b2b2;
        padding: 0.2em 0.4em;
        max-width: unset;
        margin-top: 3px; }
      .dashboard .body .sezioneNomeCognome .required {
        border: 1px solid #dd4141; }
  .dashboard .footer {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    right: 0; }
    .dashboard .footer .perIBambini {
      padding: 0 25%;
      color: #575756; }
    .dashboard .footer .descrizioneLunga {
      display: none;
      color: #575756; }
  .dashboard .calendario,
  .dashboard .mappa {
    text-align: center;
    margin-bottom: 0em; }
    .dashboard .calendario .cerca,
    .dashboard .mappa .cerca {
      width: 40px; }
    .dashboard .calendario h1,
    .dashboard .mappa h1 {
      font-family: "NunitoExtraBold";
      font-size: 18px; }
    .dashboard .calendario input,
    .dashboard .mappa input {
      background-color: white;
      color: #449bae;
      border: 1px solid #b2b2b2;
      padding: 0.5em;
      border-radius: 1.5em;
      outline: none;
      margin-bottom: 0.5em;
      text-align: center; }
    .dashboard .calendario [name="data_calendario"],
    .dashboard .mappa [name="data_calendario"] {
      margin-bottom: 15.5em; }
    .dashboard .calendario img,
    .dashboard .mappa img {
      cursor: pointer;
      margin-bottom: 0.5em;
      width: 10rem; }
    .dashboard .calendario span,
    .dashboard .mappa span {
      color: #575756; }
    .dashboard .calendario .doveTrovoBarcode,
    .dashboard .mappa .doveTrovoBarcode {
      float: right;
      height: 80px;
      padding-left: 10px;
      padding-right: 18px; }
  .dashboard .messaggioCalendario {
    padding: 0 2.5em 1em 2.5em;
    text-align: center;
    margin-top: -1.5em;
    display: none; }
  .dashboard #addOnBiglietto .containerMessaggio,
  .dashboard #addOnData .containerMessaggio,
  .dashboard #addOnSub .containerMessaggio,
  .dashboard #addOnMappa .containerMessaggio {
    padding: 0 14px;
    margin: 7px 0 0 0;
    font-size: 18px; }
    .dashboard #addOnBiglietto .containerMessaggio .messaggio,
    .dashboard #addOnData .containerMessaggio .messaggio,
    .dashboard #addOnSub .containerMessaggio .messaggio,
    .dashboard #addOnMappa .containerMessaggio .messaggio {
      text-align: center; }
  .dashboard #addOnBiglietto .infoSection,
  .dashboard #addOnData .infoSection,
  .dashboard #addOnSub .infoSection,
  .dashboard #addOnMappa .infoSection {
    border-radius: 2rem;
    border: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px; }
    .dashboard #addOnBiglietto .infoSection .titolo,
    .dashboard #addOnData .infoSection .titolo,
    .dashboard #addOnSub .infoSection .titolo,
    .dashboard #addOnMappa .infoSection .titolo {
      border-top-right-radius: 2rem;
      border-top-left-radius: 2rem;
      background-color: #3a8c9e;
      color: white;
      font-family: "NunitoExtraBold";
      padding: 0.2em 1em; }
    .dashboard #addOnBiglietto .infoSection li,
    .dashboard #addOnData .infoSection li,
    .dashboard #addOnSub .infoSection li,
    .dashboard #addOnMappa .infoSection li {
      padding: 0.5em 0em;
      text-align: left; }
    .dashboard #addOnBiglietto .infoSection .infoText,
    .dashboard #addOnData .infoSection .infoText,
    .dashboard #addOnSub .infoSection .infoText,
    .dashboard #addOnMappa .infoSection .infoText {
      padding: 0.5em 2em;
      text-align: left;
      font-family: "Nunito";
      color: #585856;
      font-size: 16px; }
      .dashboard #addOnBiglietto .infoSection .infoText div,
      .dashboard #addOnData .infoSection .infoText div,
      .dashboard #addOnSub .infoSection .infoText div,
      .dashboard #addOnMappa .infoSection .infoText div {
        min-width: 80px; }
  .dashboard #addOnBiglietto .titolo1 {
    margin-top: 5px; }
  .dashboard #addOnBiglietto .infoSection {
    width: 100%; }
    .dashboard #addOnBiglietto .infoSection .titolo h4 {
      margin: 5px; }
  .dashboard #addOnSub .titolo img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }
  .dashboard #addOnSub .titolo .titoloMappaSub {
    font-size: 28px;
    color: #006998; }
  .dashboard #addOnSub .titolo .sottoTitoloMappaSub {
    font-size: 0.5em;
    color: #575756; }
  .dashboard #addOnSub .mappaSub {
    margin: 0 30px 15px 30px; }
    .dashboard #addOnSub .mappaSub .sezioneZone {
      border-bottom: 1px solid #4298ab; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZona {
        color: white;
        height: 30px;
        width: 100%;
        text-align: left;
        font-size: 24px;
        padding-left: 3px;
        border-radius: 0 15px 15px 0;
        cursor: pointer; }
        .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZona input[type="radio"] {
          width: 25px;
          height: 25px;
          float: right;
          margin: 2.5px;
          border-radius: 25px; }
        .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZona input[type="radio"]:after {
          width: 25px;
          height: 25px;
          margin: 2.5px;
          top: -2.5px;
          left: -2.5px;
          border-radius: 25px;
          position: relative;
          background-color: #d1d3d1;
          content: "";
          display: inline-block;
          visibility: visible;
          border: 2px solid white; }
        .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZona input[type="radio"]:checked:after {
          width: 19px;
          height: 19px;
          margin: 3.5px;
          border-radius: 19px;
          top: -0.5px;
          left: -0.5px;
          position: relative;
          background-color: #93c01f;
          content: "";
          display: inline-block;
          visibility: visible;
          border: 1px solid grey; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZonaOmbrelloni {
        background-color: #006998; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZonaKids {
        background-color: #30a9b2; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZonaRelax {
        background-color: #bacc2c; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZonaFun {
        background-color: #ea8040; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZonaGazebi {
        background-color: #006998; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .headerZonaCabanas {
        background-color: #006998; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zona .bodyZona {
        margin-top: 5px;
        text-align: left; }
        .dashboard #addOnSub .mappaSub .sezioneZone .zona .bodyZona .disponibilitaZona {
          display: flex;
          justify-content: space-between; }
          .dashboard #addOnSub .mappaSub .sezioneZone .zona .bodyZona .disponibilitaZona .disponibilitaOnline,
          .dashboard #addOnSub .mappaSub .sezioneZone .zona .bodyZona .disponibilitaZona .disponibilitaParco {
            width: 50%;
            margin: 0;
            padding: 5px 0 0 0;
            text-align: left; }
          .dashboard #addOnSub .mappaSub .sezioneZone .zona .bodyZona .disponibilitaZona .disponibilitaParco {
            border-left: 1px solid #5d9fbd;
            text-align: right; }
          .dashboard #addOnSub .mappaSub .sezioneZone .zona .bodyZona .disponibilitaZona .headerDisponibilita {
            color: #006998;
            font-family: "NunitoExtraBold";
            font-size: 16px; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zonaOmbrelloni {
        border-top: 1px solid #4298ab;
        padding: 10px 0; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zonaKids {
        border-bottom: 1px solid #4298ab;
        padding: 10px 0; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zonaRelax,
      .dashboard #addOnSub .mappaSub .sezioneZone .zonaFun {
        border-bottom: 1px solid #4298ab;
        padding: 10px 0; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zonaGazebi {
        border-bottom: 1px solid #4298ab;
        padding: 15px 0; }
      .dashboard #addOnSub .mappaSub .sezioneZone .zonaCabanas {
        padding: 15px 0; }
      .dashboard #addOnSub .mappaSub .sezioneZone .btnScegliZona,
      .dashboard #addOnSub .mappaSub .sezioneZone .btnCambiaZona,
      .dashboard #addOnSub .mappaSub .sezioneZone .btnCambiaData {
        font-family: "NunitoExtraBold";
        color: white;
        text-align: center;
        background-color: #449bae !important;
        margin: 0;
        border-radius: 32px !important;
        padding: 5px 8px !important;
        border: 0;
        text-decoration: none;
        padding: 10px 20px !important;
        margin-bottom: 20px;
        background-color: #006998 !important; }
  .dashboard #addOnMappa .titoloSceltaCabana,
  .dashboard #addOnMappa .titoloSceltaGazebo {
    font-size: 22px;
    color: #006998;
    text-align: center;
    font-weight: 800; }
  .dashboard #addOnMappa .titoloSceltaCabanaDescrizione {
    font-size: 18px;
    margin: 0 30px 15px 30px;
    color: #006998;
    text-align: center; }
    @media screen and (min-width: 1023px) {
      .dashboard #addOnMappa .titoloSceltaCabanaDescrizione {
        margin: 0; } }
  .dashboard #addOnMappa .sezioneZone {
    text-align: left;
    margin: 0 30px 15px 30px;
    border-bottom: 1px solid #4298ab; }
    .dashboard #addOnMappa .sezioneZone .zona .headerZona {
      padding-left: 3px;
      color: white;
      height: 30px;
      width: 100%;
      font-size: 20px;
      border-radius: 0 15px 15px 0; }
      .dashboard #addOnMappa .sezioneZone .zona .headerZona input[type="radio"] {
        width: 25px;
        height: 25px;
        float: right;
        margin: 2.5px;
        border-radius: 25px; }
      .dashboard #addOnMappa .sezioneZone .zona .headerZona input[type="radio"]:after {
        width: 25px;
        height: 25px;
        margin: 2.5px;
        top: -2.5px;
        left: -2.5px;
        border-radius: 25px;
        position: relative;
        background-color: #d1d3d1;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 2px solid white; }
      .dashboard #addOnMappa .sezioneZone .zona .headerZona input[type="radio"]:checked:after {
        width: 19px;
        height: 19px;
        margin: 3.5px;
        border-radius: 19px;
        top: -0.5px;
        left: -0.5px;
        position: relative;
        background-color: #93c01f;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 1px solid grey; }
      @media screen and (min-width: 1023px) {
        .dashboard #addOnMappa .sezioneZone .zona .headerZona {
          font-size: 24px; } }
    .dashboard #addOnMappa .sezioneZone .zona .headerZonaGazebi {
      background-color: #006998; }
    .dashboard #addOnMappa .sezioneZone .zona .headerZonaCabanas {
      background-color: #006998; }
    .dashboard #addOnMappa .sezioneZone .zona .bodyZona {
      margin: 10px 0;
      text-align: left; }
      .dashboard #addOnMappa .sezioneZone .zona .bodyZona .descrizioneZona {
        margin-top: 5px; }
      .dashboard #addOnMappa .sezioneZone .zona .bodyZona .disponibilitaZona {
        display: flex;
        justify-content: space-between; }
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .disponibilitaZona .disponibilitaOnline,
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .disponibilitaZona .disponibilitaParco {
          width: 50%;
          margin: 0;
          padding: 5px 0 0 0;
          text-align: left; }
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .disponibilitaZona .disponibilitaParco {
          border-left: 1px solid #5d9fbd;
          text-align: right; }
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .disponibilitaZona .headerDisponibilita {
          color: #449bae;
          font-family: "NunitoExtraBold";
          font-size: 16px; }
      .dashboard #addOnMappa .sezioneZone .zona .bodyZona .galleryGazebi {
        display: flex;
        flex-direction: row; }
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .galleryGazebi .galleryBody {
          width: 33.33%; }
          .dashboard #addOnMappa .sezioneZone .zona .bodyZona .galleryGazebi .galleryBody img {
            width: 98% !important;
            margin: 0 auto;
            max-width: 98% !important;
            height: 80px;
            max-height: 80px;
            object-fit: cover; }
          .dashboard #addOnMappa .sezioneZone .zona .bodyZona .galleryGazebi .galleryBody .staticHelperMessage img {
            width: 100% !important;
            margin: 0 auto;
            max-width: 100% !important;
            max-height: 100% !important;
            height: auto !important;
            object-fit: cover; }
      .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas {
        display: flex;
        flex-direction: row; }
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone {
          text-align: center;
          width: 33.33%; }
          .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone .selezione {
            background-color: #d2c1a2;
            color: white;
            font-weight: bold;
            border: none;
            border-radius: 50px;
            padding: 5px 5px;
            min-width: 100px;
            font-size: 13px;
            cursor: pointer;
            display: inline-block; }
            .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone .selezione:hover, .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone .selezione:focus, .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone .selezione:active {
              background-color: #449bae; }
          .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone .buttonActive {
            background-color: #449bae;
            outline: 1px solid #62adbe; }
    .dashboard #addOnMappa .sezioneZone .zonaGazebi {
      border-bottom: 1px solid #4298ab;
      padding: 15px 0; }
    .dashboard #addOnMappa .sezioneZone .zonaCabanas {
      border-bottom: 1px solid #4298ab;
      padding: 15px 0; }
    .dashboard #addOnMappa .sezioneZone .btnScegliZona,
    .dashboard #addOnMappa .sezioneZone .btnCambiaData {
      font-family: "NunitoExtraBold";
      color: white;
      text-align: center;
      background-color: #449bae !important;
      margin: 0;
      border-radius: 32px !important;
      padding: 5px 8px !important;
      border: 0;
      text-decoration: none;
      padding: 10px 20px !important;
      margin-bottom: 20px; }
  .dashboard #addOnMappa .btnCambiaZona {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    padding: 10px 20px !important;
    background-color: #006998 !important;
    margin: 0 5px 15px 30px;
    float: left;
    text-transform: uppercase; }
  @media screen and (min-width: 1023px) {
    .dashboard #addOnMappa .sezioneZone {
      margin: 0 0px 15px 0px; }
      .dashboard #addOnMappa .sezioneZone .zona .bodyZona .galleryGazebi .galleryBody {
        width: 33.33%; }
        .dashboard #addOnMappa .sezioneZone .zona .bodyZona .galleryGazebi .galleryBody img {
          height: 300px !important;
          max-height: 300px !important; }
      .dashboard #addOnMappa .sezioneZone .zona .bodyZona .sceltaNumeroPersoneCabanas .numeroPersone .selezione {
        padding: 5px 20px;
        font-size: 18px; }
    .dashboard #addOnMappa .btnCambiaZona {
      margin: 0 0 20px 0; } }
  .dashboard .nascondi {
    display: none; }
  .dashboard .moveMiddle {
    transition: all 0.5s; }
  .dashboard .moveLeft {
    transition: all 0.5s;
    transform: translate(-100%, 0); }
  .dashboard .moveRight {
    transition: all 0.5s;
    transform: translate(100%, 0); }
  .dashboard .disabilita {
    pointer-events: none;
    opacity: 0.4; }
  .dashboard .abilita {
    pointer-events: pointer;
    opacity: 1; }
  .dashboard .descrizioneCabanas {
    padding: 1.5em;
    color: #575756; }
    .dashboard .descrizioneCabanas .costoPrive {
      font-family: "NunitoExtraBold"; }
  .dashboard .cabanas {
    text-align: center; }
    .dashboard .cabanas h1 {
      font-family: "NunitoExtraBold";
      font-size: 18px; }
    .dashboard .cabanas img {
      cursor: pointer;
      margin-bottom: 0.5em; }
    .dashboard .cabanas #sceltaCabana div {
      display: inline-block;
      width: 50%;
      float: left; }
    .dashboard .cabanas #sceltaCabana input {
      margin-left: 10%;
      margin-right: 2%; }
    .dashboard .cabanas #sceltaCabana label {
      text-align: left;
      width: 50%;
      color: #575756; }
    .dashboard .cabanas button {
      font-family: "NunitoExtraBold";
      color: white;
      text-align: center;
      background-color: #449bae !important;
      margin: 0;
      border-radius: 32px !important;
      padding: 5px 8px !important;
      border: 0;
      text-decoration: none;
      margin: 1.5em 0 2em 0;
      background-color: #266894 !important;
      text-transform: uppercase;
      border-radius: 2em; }
  .dashboard .specificheTariffe {
    width: 100%;
    margin-bottom: 10px; }
  .dashboard .tariffariEDomande {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #575756;
    text-decoration: underline;
    padding-bottom: 6px; }
  @media screen and (min-width: 1023px) {
    .dashboard {
      /* sezione ombrelloni e cabanas */ }
      .dashboard .immagine {
        display: none; }
      .dashboard .titolo {
        align-items: center;
        text-align: left;
        font-family: "NunitoExtraBold";
        margin: 0 0 20px 0;
        font-size: 32px; }
        .dashboard .titolo img {
          vertical-align: middle;
          margin: 0 auto !important;
          object-fit: cover; }
        .dashboard .titolo .helpDesktop {
          display: block;
          margin-left: auto;
          margin-right: 20px; }
          .dashboard .titolo .helpDesktop img {
            right: 20px;
            top: 25px; }
      .dashboard .body {
        font-family: "NunitoExtraBold";
        padding: 0 20px;
        /*.scopriDiPiu {
                  width: 24%;
                  display: block;
                  float: right;
                  padding: 1.5em 0 0 0;
                  
                  font-family: "NunitoExtraBold";
                  b {
                      float: right;
                  }
              }*/ }
        .dashboard .body .dashboardSottotitoloDesktop {
          display: inline-block;
          width: 100%;
          font-size: 24px;
          color: #575756;
          text-align: left;
          padding: 1em 0 0.5em 0;
          margin: 0; }
        .dashboard .body .noBold {
          font-family: "Nunito"; }
        .dashboard .body .dashboardSottotitoloMobile {
          display: none; }
        .dashboard .body .pacchetto {
          min-height: 50px;
          height: unset;
          padding: 5px 0 15px 0;
          margin: 10px 0; }
          .dashboard .body .pacchetto .infoPacchetto {
            width: 50%; }
            .dashboard .body .pacchetto .infoPacchetto .biglietto {
              width: 100%;
              font-family: "Nunito"; }
            .dashboard .body .pacchetto .infoPacchetto .riduzioneCausale {
              font-size: 24px;
              font-family: "NunitoExtraBold";
              color: #266894; }
            .dashboard .body .pacchetto .infoPacchetto .titoloDashboard {
              color: #1877a2; }
          .dashboard .body .pacchetto .prezzoRiepilogo,
          .dashboard .body .pacchetto .prezzoRiepilogoDesktop {
            display: block;
            color: #575756;
            font-family: "Nunito";
            margin: auto 0 auto auto; }
          .dashboard .body .pacchetto .prezzoScontatoPacchetto {
            margin: auto;
            font-family: "Nunito";
            margin-top: 10px;
            background: linear-gradient(to left bottom, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%); }
          .dashboard .body .pacchetto .prezzoPacchetto {
            margin: 0 0 0 auto;
            font-size: 24px;
            font-family: "NunitoExtraBold"; }
            .dashboard .body .pacchetto .prezzoPacchetto .euro {
              font-family: "NunitoExtraBold"; }
          .dashboard .body .pacchetto .addOrRemoveArticolo {
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: 1.5px solid #bbb;
            border-radius: 16px;
            margin: 0;
            overflow: hidden;
            text-align: end;
            min-width: 105px;
            height: 35px; }
            .dashboard .body .pacchetto .addOrRemoveArticolo .removeArticolo,
            .dashboard .body .pacchetto .addOrRemoveArticolo .addArticolo {
              border: 0px;
              padding: 3px 10px;
              background-color: white;
              font-family: "NunitoExtraBold";
              min-width: 28px; }
            .dashboard .body .pacchetto .addOrRemoveArticolo .itemNumber {
              border: 0px;
              border-width: 0px;
              padding: 10px 12px;
              margin: 0px -5px;
              text-align: center;
              font-family: "NunitoExtraBold";
              background-color: #eee; }
          .dashboard .body .pacchetto .cestino {
            margin-top: unset;
            margin-right: 1em; }
        .dashboard .body .totaleOrdine {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          text-align: unset;
          margin-left: 45%;
          width: 55%; }
          .dashboard .body .totaleOrdine .testoTotaleOrdine {
            width: unset;
            margin: auto 0 auto auto;
            font-family: "NunitoSemiBold";
            color: #575756;
            text-transform: uppercase; }
          .dashboard .body .totaleOrdine .totale {
            width: unset;
            color: #449bae;
            font-family: "NunitoSemiBold";
            margin: auto 0 auto auto; }
        .dashboard .body .sezioneNomeCognome input {
          width: 49%; }
      .dashboard .footer {
        padding: 15px 0;
        width: 100%;
        text-align: center;
        position: relative;
        bottom: 0;
        right: 0; }
        .dashboard .footer .perIBambini {
          align-items: flex-start;
          text-align: left;
          margin: 0 20px;
          padding: 15px 0;
          width: calc(100% - 40px);
          border-bottom: 1px solid black;
          font-family: "NunitoSemiBold"; }
        .dashboard .footer .descrizioneLunga {
          padding: 20px 20px;
          text-align: left;
          display: block;
          font-family: "NunitoSemiBold";
          width: 100%; }
      .dashboard .calendario,
      .dashboard .mappa {
        padding: 0em 1em;
        text-align: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 0; }
        .dashboard .calendario h1,
        .dashboard .mappa h1 {
          overflow: hidden;
          text-align: center;
          padding-left: 0.5em; }
        .dashboard .calendario input,
        .dashboard .mappa input {
          background-color: white;
          color: #449bae;
          border: 1px solid #b2b2b2;
          padding: 0.5em;
          border-radius: 1.5em;
          outline: none;
          margin: 0 0 0.5em 0.5em;
          width: calc(40% - 1em);
          text-align: left; }
        .dashboard .calendario img,
        .dashboard .mappa img {
          cursor: pointer;
          margin: 0 1em 0.5em 1em;
          max-width: unset; }
        .dashboard .calendario span,
        .dashboard .mappa span {
          justify-content: flex-end;
          width: 50%; }
      .dashboard .messaggioCalendario {
        padding: 0 1.5em 1em 1.5em;
        text-align: left; }
      .dashboard #addOnBiglietto .infoSection,
      .dashboard #addOnData .infoSection,
      .dashboard #addOnSub .infoSection,
      .dashboard #addOnMappa .infoSection {
        width: 100%; }
        .dashboard #addOnBiglietto .infoSection .titolo h4,
        .dashboard #addOnData .infoSection .titolo h4,
        .dashboard #addOnSub .infoSection .titolo h4,
        .dashboard #addOnMappa .infoSection .titolo h4 {
          font-size: 28px; }
      .dashboard #addOnBiglietto .containerMessaggio,
      .dashboard #addOnData .containerMessaggio,
      .dashboard #addOnSub .containerMessaggio,
      .dashboard #addOnMappa .containerMessaggio {
        padding: 0 14px;
        margin: 5px 0; }
        .dashboard #addOnBiglietto .containerMessaggio .messaggio,
        .dashboard #addOnData .containerMessaggio .messaggio,
        .dashboard #addOnSub .containerMessaggio .messaggio,
        .dashboard #addOnMappa .containerMessaggio .messaggio {
          text-align: center; }
      .dashboard #addOnBiglietto .specificheTariffe,
      .dashboard #addOnData .specificheTariffe,
      .dashboard #addOnSub .specificheTariffe,
      .dashboard #addOnMappa .specificheTariffe {
        width: 100%;
        margin-bottom: 10px; }
      .dashboard #addOnBiglietto .infoSection .titolo,
      .dashboard #addOnData .infoSection .titolo {
        margin: 0; }
      .dashboard #addOnSub .mappaSub {
        margin: 0; }
      .dashboard #addOnData .tariffe {
        max-height: 400px;
        overflow: scroll; }
      .dashboard #addOnMappa .titoloSceltaCabana,
      .dashboard #addOnMappa .titoloSceltaGazebo {
        font-size: 30px;
        color: #006998;
        text-align: left; }
      .dashboard #addOnMappa .titoloSceltaCabanaDescrizione {
        font-size: 18px;
        color: #006998;
        text-align: left; }
      .dashboard .cabanas {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start; }
        .dashboard .cabanas h1 {
          text-align: left;
          padding: 1em 1em 1em 1.5em;
          width: 20%; }
        .dashboard .cabanas img {
          margin: 0 1em 0.5em 1em; }
        .dashboard .cabanas #listaCabanas > div {
          text-align: left; }
        .dashboard .cabanas #listaCabanas {
          width: 50%; }
          .dashboard .cabanas #listaCabanas #sceltaCabana div {
            width: 80%;
            float: left; }
          .dashboard .cabanas #listaCabanas #sceltaCabana input {
            width: unset;
            margin-left: unset; } }

.dashboardResume {
  float: right;
  width: 40%;
  border: 0.5px solid #ccc;
  margin: 0;
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden; }
  .dashboardResume .top {
    font-family: "NunitoExtraBold";
    background: #266894;
    min-height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 24px; }
    .dashboardResume .top img {
      vertical-align: middle; }
  .dashboardResume .body {
    font-family: "Nunito";
    padding: 15px 20px;
    min-height: 180px;
    max-height: 300px;
    overflow: auto;
    color: #575756; }
    .dashboardResume .body table {
      width: 100%;
      border: 0; }
      .dashboardResume .body table tr {
        border: 0; }
      .dashboardResume .body table td {
        vertical-align: bottom;
        border: 0;
        border-bottom: 1px solid #999;
        padding: 0.5em 0; }
        .dashboardResume .body table td:last-child {
          text-align: right; }
    .dashboardResume .body b {
      font-family: "NunitoExtraBold"; }
  .dashboardResume .footer {
    padding: 15px 20px;
    width: 100%;
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    /* Gestione Ombrelloni */ }
    .dashboardResume .footer a {
      color: #449bae; }
    .dashboardResume .footer .totaleSelezionato {
      font-family: "NunitoExtraBold";
      color: #575756;
      flex: 70%;
      padding: 20px 0; }
    .dashboardResume .footer .totale {
      font-family: "NunitoExtraBold";
      flex: 30%;
      text-align: end;
      color: #266894; }
    .dashboardResume .footer .procedi {
      font-family: "NunitoExtraBold";
      color: white;
      text-align: center;
      background-color: #266894;
      text-decoration: none;
      flex: 50%;
      width: 50%;
      margin: 40px 25% 10px 25%;
      border-radius: 32px;
      border: 0;
      padding: 10px 20px;
      margin: 1em 5%;
      text-transform: uppercase; }
    .dashboardResume .footer .totale1 {
      font-family: "NunitoExtraBold";
      color: #266894;
      padding: 20px 0; }
    .dashboardResume .footer .serveFattura {
      text-align: center;
      margin: 10px auto;
      font-weight: 600;
      font-family: "NunitoSemiBold";
      color: #575756;
      width: 100%; }
    .dashboardResume .footer form[id^="actionOrdine"] {
      width: 100%;
      margin: 10px auto;
      text-align: center; }
      .dashboardResume .footer form[id^="actionOrdine"] button {
        font-family: "NunitoExtraBold";
        color: white;
        text-align: center;
        background-color: #266894;
        text-decoration: none;
        flex: 50%;
        width: 50%;
        margin: 40px 25% 10px 25%;
        border-radius: 32px;
        border: 0;
        padding: 10px 20px;
        padding: 10px !important;
        width: 90%;
        margin: 1em 5%;
        text-transform: uppercase; }
    .dashboardResume .footer .descrTornaIndietro {
      text-align: center;
      color: #575756; }
  .dashboardResume .tornaIndietro {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #266894;
    text-decoration: none;
    flex: 50%;
    width: 50%;
    margin: 40px 25% 10px 25%;
    border-radius: 32px;
    border: 0;
    padding: 10px 20px;
    background-color: #cdba9c;
    padding: 10px !important;
    width: 90%;
    margin: 1em 5%;
    text-transform: uppercase;
    font-family: "Nunito";
    clear: both; }
  @media screen and (max-width: 1023px) {
    .dashboardResume {
      display: none; } }

.dashboardRiepilogoMobile {
  text-align: center;
  padding: 10px 0; }
  .dashboardRiepilogoMobile form[id^="actionOrdine"] {
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: center; }
    .dashboardRiepilogoMobile form[id^="actionOrdine"] button {
      font-family: "NunitoExtraBold";
      color: white;
      text-align: center;
      background-color: #449bae !important;
      margin: 0;
      border-radius: 32px !important;
      padding: 5px 8px !important;
      border: 0;
      text-decoration: none;
      padding: 10px !important;
      width: 90%;
      margin: 1em 5%;
      text-transform: uppercase;
      font-family: "Nunito"; }
  .dashboardRiepilogoMobile .tornaIndietro {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    background-color: #449bae !important;
    margin: 1em 5%;
    padding: 10px !important;
    width: 90%;
    text-transform: uppercase;
    font-family: "Nunito"; }
  @media screen and (min-width: 1023px) {
    .dashboardRiepilogoMobile {
      display: none; } }

.galleryCabanas {
  display: flex;
  flex-direction: row; }
  .galleryCabanas .galleryBody {
    width: 33.33%; }
    .galleryCabanas .galleryBody img {
      width: 98% !important;
      margin: 0 auto;
      max-width: 98% !important;
      height: 80px;
      max-height: 80px;
      object-fit: cover; }
    .galleryCabanas .galleryBody .staticHelperMessage img {
      width: 100% !important;
      margin: 0 auto;
      max-width: 100% !important;
      max-height: 100% !important;
      height: auto !important;
      object-fit: cover; }
  @media screen and (min-width: 1023px) {
    .galleryCabanas .galleryBody {
      width: 33.33%; }
      .galleryCabanas .galleryBody img {
        height: 300px !important;
        max-height: 300px !important; } }

.scopriDiPiu {
  margin: 0;
  color: #449bae;
  font-family: "Nunito";
  float: right;
  margin-right: 5px;
  margin-top: -2px; }

.toggleDescrizioneEspandibile {
  text-align: center;
  background-color: #4298ab;
  color: white;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  float: right; }

.descrizioneZona {
  font-size: 14px;
  color: #575756;
  overflow: hidden;
  max-width: calc(100% - 130px); }
  .descrizioneZona p,
  .descrizioneZona ul,
  .descrizioneZona li {
    font-size: 14px;
    color: #575756;
    font-family: "Nunito";
    font-weight: 400; }
  @media screen and (min-width: 1023px) {
    .descrizioneZona {
      font-size: 18px; }
      .descrizioneZona p,
      .descrizioneZona ul,
      .descrizioneZona li {
        font-size: 18px; } }

.descrizioneZonaCompleta {
  display: none;
  font-size: 14px;
  color: #575756;
  font-family: "Nunito";
  font-weight: 400; }
  .descrizioneZonaCompleta p,
  .descrizioneZonaCompleta ul,
  .descrizioneZonaCompleta li {
    font-size: 14px;
    color: #575756;
    font-family: "Nunito";
    font-weight: 400; }
  @media screen and (min-width: 1023px) {
    .descrizioneZonaCompleta {
      font-size: 16px; }
      .descrizioneZonaCompleta p,
      .descrizioneZonaCompleta ul,
      .descrizioneZonaCompleta li {
        font-size: 16px; } }

.menuBiglietteria {
  padding: 25px 0.5em 0 0;
  list-style-type: none;
  text-align: center; }
  .menuBiglietteria span {
    display: none; }
  .menuBiglietteria li {
    display: inline;
    margin-top: 0.5em;
    margin-right: 0.5em; }
    .menuBiglietteria li img {
      margin: 0 0.5em 0 0; }
  @media screen and (min-width: 1023px) {
    .menuBiglietteria {
      margin: 0 auto;
      max-width: 1023px;
      padding-top: 0;
      text-align: right; }
      .menuBiglietteria span {
        display: inline; } }
  @media screen and (min-width: 1250px) {
    .menuBiglietteria {
      max-width: 1250px; } }

.carrello {
  float: left;
  width: 20px;
  background-image: url(/shop/tml/carrello.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin-top: 10px;
  margin-right: 13px; }
  .carrello a {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 60%; }
  @media screen and (min-width: 1023px) {
    .carrello {
      background-image: url(/shop/tml/carrello_desktop.png);
      display: flex; } }

#edit-lang-dropdown-select--2[name="lang_dropdown_select"] {
  min-width: 1.5em; }

.staticHelper {
  cursor: pointer;
  overflow: hidden;
  box-sizing: unset; }
  @media screen and (min-width: 1023px) {
    .staticHelper img {
      max-width: 25px; } }

.staticHelperDiv {
  border: 0.5px solid #ccc;
  background-color: white;
  color: black;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none; }
  .staticHelperDiv .staticHelperHeader {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #449bae;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px; }
    .staticHelperDiv .staticHelperHeader i {
      position: absolute;
      left: 15px;
      top: 10px !important;
      padding-top: 0; }
    .staticHelperDiv .staticHelperHeader img {
      width: unset;
      position: absolute;
      left: 13px;
      top: 10px !important; }
  .staticHelperDiv .staticHelperCloser {
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 100; }
  .staticHelperDiv .staticHelperMessage {
    padding: 15px 20px;
    color: black;
    background-color: white;
    max-height: calc(95% - 30px);
    overflow: auto !important; }
    .staticHelperDiv .staticHelperMessage b,
    .staticHelperDiv .staticHelperMessage strong {
      color: #449bae; }
    @media screen and (max-width: 1023px) {
      .staticHelperDiv .staticHelperMessage {
        padding: 0 0; } }
  @media screen and (min-width: 1023px) {
    .staticHelperDiv {
      border: 0.5px solid #ccc;
      border-radius: 16px;
      overflow: hidden;
      z-index: 1000;
      width: 50%;
      height: auto;
      position: fixed;
      display: none; }
      .staticHelperDiv .staticHelperHeader img {
        max-width: 25px; } }

.isFaq {
  padding: 0 !important; }

.faq {
  width: 100%;
  margin: 17px 0;
  font-size: 16px; }
  .faq .domanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
    padding: 3px 20px;
    background: #449bae;
    color: white; }
    .faq .domanda:hover {
      background: #e9f0f4;
      color: #449bae;
      cursor: pointer; }
    .faq .domanda .testo {
      font-family: "NunitoSemiBold";
      flex: 80%;
      width: 80%;
      word-break: break-all;
      white-space: normal;
      text-transform: initial; }
    .faq .domanda .tendina {
      margin-left: 5%;
      text-align: end;
      transform: scaleX(1.4) scaleY(0.8); }
  .faq .active {
    background: #e9f0f4;
    color: #449bae; }
  .faq .risposta {
    display: none;
    padding: 5px 20px;
    color: #575756;
    background: #e9f0f4;
    text-transform: initial; }

.staticHelperObscure {
  display: none; }
  @media screen and (min-width: 1023px) {
    .staticHelperObscure {
      z-index: 900;
      position: fixed;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%; } }

.serveFattura,
.footerCarrello {
  min-width: 90%;
  margin: 10px 5%; }

.serveFattura {
  font-size: 14px; }
  @media screen and (min-width: 1023px) {
    .serveFattura {
      text-align: right;
      margin: 0 26px; } }

.footerCarrello {
  text-align: right;
  font-size: 22px;
  color: #006997;
  font-weight: 800;
  display: flex;
  justify-items: right;
  flex-wrap: wrap;
  justify-content: right;
  margin: 15px 5% 5px 5%; }
  @media screen and (min-width: 1023px) {
    .footerCarrello {
      text-align: right;
      margin: 0 26px 20px 26px;
      justify-content: flex-end;
      font-size: 28px; } }

.hideDesktop {
  display: inherit !important; }
  @media screen and (min-width: 1023px) {
    .hideDesktop {
      display: none !important; } }

.hideMobile {
  display: none !important; }
  @media screen and (min-width: 1023px) {
    .hideMobile {
      display: inherit !important; } }

/*----------------------Riscrittura CSS default-------------*/
body {
  font-size: 16px !important; }
  @media screen and (min-width: 1023px) {
    body {
      font-size: 18px !important; } }

#container {
  padding: 0; }

#titolo_iniziale {
  margin-bottom: 0; }
  @media screen and (min-width: 1023px) {
    #titolo_iniziale {
      margin-bottom: 20px; } }

.titolo1 {
  text-align: center;
  margin: 20px 6px 20px 3px;
  color: #266894;
  font-size: 30px;
  background: #fff;
  padding: 0;
  letter-spacing: initial;
  text-transform: initial;
  word-spacing: initial; }
  .titolo1 img {
    display: none;
    vertical-align: middle;
    width: unset !important;
    margin-bottom: 0 !important; }
  @media screen and (min-width: 1023px) {
    .titolo1 {
      text-align: center;
      font-size: 38px;
      margin-bottom: 10px; }
      .titolo1 img {
        display: inline; }
      .titolo1 h1 {
        margin-bottom: 0; } }

.descrizione_iniziale {
  margin: 0 8px 10px 8px;
  font-size: 13px;
  color: #575756;
  display: block;
  text-align: center; }
  @media screen and (min-width: 1023px) {
    .descrizione_iniziale {
      display: block;
      text-align: center;
      font-size: 20px; } }

#formRegistrazione_caribe,
#pageLogin,
#formRecuperoPassword {
  text-align: center;
  color: #878787;
  width: 95%;
  margin: 0 auto; }
  #formRegistrazione_caribe table,
  #formRegistrazione_caribe table td,
  #formRegistrazione_caribe table tr,
  #formRegistrazione_caribe table th,
  #pageLogin table,
  #pageLogin table td,
  #pageLogin table tr,
  #pageLogin table th,
  #formRecuperoPassword table,
  #formRecuperoPassword table td,
  #formRecuperoPassword table tr,
  #formRecuperoPassword table th {
    background-color: white;
    border: 0;
    color: #575756;
    text-align: center !important; }
  #formRegistrazione_caribe a,
  #pageLogin a,
  #formRecuperoPassword a {
    text-decoration: underline !important;
    color: #449bae; }
  #formRegistrazione_caribe select,
  #formRegistrazione_caribe option,
  #formRegistrazione_caribe button,
  #formRegistrazione_caribe input,
  #pageLogin select,
  #pageLogin option,
  #pageLogin button,
  #pageLogin input,
  #formRecuperoPassword select,
  #formRecuperoPassword option,
  #formRecuperoPassword button,
  #formRecuperoPassword input {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    color: #878787;
    font-family: "Nunito";
    font-weight: normal;
    border: 1px solid #b2b2b2;
    padding: 0.4em;
    height: 2.5em; }
    #formRegistrazione_caribe select:hover,
    #formRegistrazione_caribe option:hover,
    #formRegistrazione_caribe button:hover,
    #formRegistrazione_caribe input:hover,
    #pageLogin select:hover,
    #pageLogin option:hover,
    #pageLogin button:hover,
    #pageLogin input:hover,
    #formRecuperoPassword select:hover,
    #formRecuperoPassword option:hover,
    #formRecuperoPassword button:hover,
    #formRecuperoPassword input:hover {
      color: #878787;
      border-color: #449bae;
      background: #fff; }
  #formRegistrazione_caribe td input,
  #pageLogin td input,
  #formRecuperoPassword td input {
    max-width: 450px !important; }
  #formRegistrazione_caribe input[type="checkbox"],
  #pageLogin input[type="checkbox"],
  #formRecuperoPassword input[type="checkbox"] {
    width: auto;
    height: auto; }
  #formRegistrazione_caribe button[type="submit"],
  #formRegistrazione_caribe input[type="submit"],
  #pageLogin button[type="submit"],
  #pageLogin input[type="submit"],
  #formRecuperoPassword button[type="submit"],
  #formRecuperoPassword input[type="submit"] {
    margin: 0 auto;
    width: auto !important;
    background: #449bae;
    border-radius: 20px !important;
    color: #fff;
    padding: 0 2em;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #b2b2b2 !important; }
  #formRegistrazione_caribe .campi_obbligatori,
  #pageLogin .campi_obbligatori,
  #formRecuperoPassword .campi_obbligatori {
    clear: both;
    text-align: right;
    margin-bottom: 1em; }
  #formRegistrazione_caribe .dichiarazione_consenso,
  #pageLogin .dichiarazione_consenso,
  #formRecuperoPassword .dichiarazione_consenso {
    margin: 1em;
    text-align: left;
    font-family: "NunitoLight"; }
    #formRegistrazione_caribe .dichiarazione_consenso .titolo,
    #pageLogin .dichiarazione_consenso .titolo,
    #formRecuperoPassword .dichiarazione_consenso .titolo {
      clear: both;
      margin-top: 1em;
      display: block;
      color: #449bae;
      text-align: center; }
  #formRegistrazione_caribe .alignLeft,
  #pageLogin .alignLeft,
  #formRecuperoPassword .alignLeft {
    text-align: left; }
  #formRegistrazione_caribe .form_registrazione div,
  #pageLogin .form_registrazione div,
  #formRecuperoPassword .form_registrazione div {
    width: 100%;
    padding-bottom: 1em; }
    #formRegistrazione_caribe .form_registrazione div span,
    #pageLogin .form_registrazione div span,
    #formRecuperoPassword .form_registrazione div span {
      display: block;
      color: red; }
  @media screen and (min-width: 1023px) {
    #formRegistrazione_caribe .form_registrazione .nome,
    #formRegistrazione_caribe .form_registrazione .data_nascita,
    #formRegistrazione_caribe .form_registrazione .loc,
    #formRegistrazione_caribe .form_registrazione .prov_id,
    #formRegistrazione_caribe .form_registrazione .password,
    #formRegistrazione_caribe .form_registrazione .an_pref_cellulare_id,
    #pageLogin .form_registrazione .nome,
    #pageLogin .form_registrazione .data_nascita,
    #pageLogin .form_registrazione .loc,
    #pageLogin .form_registrazione .prov_id,
    #pageLogin .form_registrazione .password,
    #pageLogin .form_registrazione .an_pref_cellulare_id,
    #formRecuperoPassword .form_registrazione .nome,
    #formRecuperoPassword .form_registrazione .data_nascita,
    #formRecuperoPassword .form_registrazione .loc,
    #formRecuperoPassword .form_registrazione .prov_id,
    #formRecuperoPassword .form_registrazione .password,
    #formRecuperoPassword .form_registrazione .an_pref_cellulare_id {
      clear: both;
      float: left;
      width: 49%;
      min-width: unset; }
    #formRegistrazione_caribe .form_registrazione .cognome,
    #formRegistrazione_caribe .form_registrazione .paese_di_provenienza,
    #formRegistrazione_caribe .form_registrazione .email,
    #formRegistrazione_caribe .form_registrazione .pwd_conferma,
    #formRegistrazione_caribe .form_registrazione .tel_cell,
    #pageLogin .form_registrazione .cognome,
    #pageLogin .form_registrazione .paese_di_provenienza,
    #pageLogin .form_registrazione .email,
    #pageLogin .form_registrazione .pwd_conferma,
    #pageLogin .form_registrazione .tel_cell,
    #formRecuperoPassword .form_registrazione .cognome,
    #formRecuperoPassword .form_registrazione .paese_di_provenienza,
    #formRecuperoPassword .form_registrazione .email,
    #formRecuperoPassword .form_registrazione .pwd_conferma,
    #formRecuperoPassword .form_registrazione .tel_cell {
      float: right;
      width: 49%; } }

.ui-datepicker-title {
  color: white; }

#formDestinatario #tr_fattura_tipo {
  display: block !important; }
  @media screen and (min-width: 1023px) {
    #formDestinatario #tr_fattura_tipo {
      display: table-row !important; } }

.validitaCarrello {
  display: none !important; }

@media screen and (min-width: 1023px) {
  #formIndirizzo table {
    width: 930px;
    margin: 0 auto !important; } }
#formIndirizzo caption {
  display: none !important;
  background-color: white !important;
  color: #449bae !important;
  font-family: "NunitoSemiBold"; }
#formIndirizzo table,
#formIndirizzo table td,
#formIndirizzo table tr,
#formIndirizzo table th {
  background-color: white;
  border: 0;
  color: #575756; }
#formIndirizzo table td {
  width: 99% !important; }
#formIndirizzo table th {
  text-align: left !important;
  width: 1% !important;
  white-space: nowrap; }
  @media screen and (min-width: 1023px) {
    #formIndirizzo table th {
      text-align: right !important; } }
#formIndirizzo input[type="text"],
#formIndirizzo select {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  color: #878787;
  font-family: "Nunito";
  font-weight: normal;
  border: 1px solid #b2b2b2;
  padding: 0.4em;
  height: 2.5em;
  max-width: unset; }
  #formIndirizzo input[type="text"]:hover,
  #formIndirizzo select:hover {
    color: #878787;
    border-color: #449bae;
    background: #fff;
    width: 100%;
    max-width: unset; }
#formIndirizzo [name="fattura_indirizzo"] {
  width: 70% !important; }
#formIndirizzo [name="fattura_numero_civico"] {
  width: calc(30% - 1.8em) !important; }
#formIndirizzo input[type="checkbox"] {
  width: auto;
  height: auto; }

#bottonSubmit {
  font-family: "NunitoExtraBold";
  color: white;
  text-align: center;
  background-color: #266894;
  text-decoration: none;
  flex: 50%;
  width: 50%;
  margin: 40px 25% 10px 25%;
  border-radius: 32px;
  border: 0;
  padding: 10px 20px;
  margin-top: 0;
  border-radius: 32px !important; }

#container #containerCxRx {
  margin-bottom: 10px !important; }
@media screen and (min-width: 1023px) {
  #container .vistaOmbrelloni {
    padding: 20px !important;
    border: 2px solid #B1B1B1;
    border-radius: 1em;
    overflow: hidden; } }

#messageInfo {
  border: 0 !important;
  border-radius: 1em; }
  #messageInfo b {
    color: #449bae; }

#messageError {
  border: 0 !important;
  border-radius: 1em; }

#listaOrdini table caption {
  margin: 1em 0;
  color: #266894;
  font-size: 32px;
  background: #fff;
  padding: 0;
  letter-spacing: initial;
  text-transform: initial;
  word-spacing: initial;
  background: #fff; }

.calendar-arrow-button {
  background: transparent;
  border: 0;
  color: #449bae !important;
  font-size: 1em !important;
  padding: 0.2em 0.4em !important;
  margin: 0 0.5em !important; }
  .calendar-arrow-button:hover {
    color: #62adbe !important;
    cursor: pointer; }

.calendarTable {
  width: 100%;
  text-align: center !important;
  border: none;
  border-collapse: separate;
  border-spacing: 1rem;
  /* spazio tra le celle */ }
  .calendarTable th {
    text-align: center !important;
    border: none;
    color: #449bae !important;
    max-width: 14% !important;
    width: 14% !important; }
  .calendarTable tr {
    border: none; }
  .calendarTable div {
    padding: 0.5em 0.2em !important;
    color: #575756 !important;
    font-family: "Nunito";
    font-size: 1em !important;
    background-color: #e4e2e2;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    height: 6rem; }

.dateOfMonthCalendarActive {
  border: none;
  color: white !important;
  background-color: green;
  font-family: "Nunito";
  font-size: 1em !important;
  border-radius: 1rem;
  min-width: 30px !important;
  max-width: 100px !important; }
  .dateOfMonthCalendarActive:hover {
    background-color: #449bae !important;
    animation-duration: 2ms;
    cursor: pointer; }

.dateOfMonthCalendar {
  background-color: #e4e2e2;
  color: #575756;
  font-family: "Nunito";
  font-size: 1em;
  border-radius: 1rem;
  cursor: not-allowed;
  border: none;
  min-width: 30px;
  max-width: 100px; }

.dateOutOfMonthCalendar {
  background-color: #e4e2e2 !important;
  color: #575756 !important;
  font-family: "Nunito";
  font-size: 1em !important;
  border-radius: 1rem;
  cursor: not-allowed !important;
  border: none;
  min-width: 30px !important;
  max-width: 100px !important; }

.btn_tariffe {
  background-color: #449bae !important;
  color: white !important;
  font-family: "NunitoExtraBold";
  font-size: 1em !important;
  border-radius: 1rem;
  border: none;
  padding: 0.5em 0.2em !important;
  margin: 0.5em auto !important;
  width: 100%;
  text-align: center; }
  .btn_tariffe:hover {
    background-color: #449bae !important;
    filter: brightness(0.8);
    cursor: pointer; }

.legend-calendar {
  width: 100%;
  border: none;
  padding-left: 10px; }
  .legend-calendar tr {
    border: none !important; }
  .legend-calendar th {
    font-size: medium;
    text-align: left;
    padding: 0.5em 0.5em;
    border: none;
    color: #005fa3; }
  .legend-calendar .segnale {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle; }
  @media (max-width: 768px) {
    .legend-calendar .legend-calendar {
      display: block;
      padding-left: 0; }
      .legend-calendar .legend-calendar thead {
        display: block; }
      .legend-calendar .legend-calendar tr {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0;
        border: none !important; }
      .legend-calendar .legend-calendar th {
        text-align: center;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-align: left;
        font-size: 1rem;
        background-color: #f9f9f9;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.05); } }

.titolo-ombrelloni {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff; }

.tabella-ombrelloni {
  width: 100%;
  border-collapse: unset;
  border-spacing: 3px;
  font-family: sans-serif;
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px; }
  .tabella-ombrelloni th,
  .tabella-ombrelloni td {
    width: 33%;
    max-width: 33%;
    padding: 16px 0px;
    border: 1px solid var(--coloreTabella);
    text-align: center; }
  .tabella-ombrelloni th {
    background-color: var(--coloreTabella);
    color: #fff;
    font-weight: bold;
    font-size: 18px; }
  .tabella-ombrelloni .col-stagione {
    background-color: var(--coloreTabella);
    color: white;
    font-size: 18px; }
  .tabella-ombrelloni .sottotitolo-stagione {
    font-size: 12px;
    color: #ffffff !important;
    width: 100% !important;
    display: block;
    margin-top: 5px;
    font-weight: normal; }
  .tabella-ombrelloni .col-sub {
    background-color: var(--coloreTabella);
    font-weight: bold;
    color: #fff;
    font-size: 15px; }
  .tabella-ombrelloni td {
    background-color: #fff;
    color: #005f87;
    font-weight: bold;
    font-size: 18px; }
  .tabella-ombrelloni th.col-tipo {
    text-align: left;
    padding-left: 10px; }
  .tabella-ombrelloni td:first-child {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    background-color: #f7f7f7; }
  .tabella-ombrelloni .tariffa-color-diamond {
    color: #55BEDE; }
  .tabella-ombrelloni .tariffa-color-gold {
    color: #FECD07; }
  .tabella-ombrelloni .tariffa-color-silver {
    color: #C1C1C1; }
  .tabella-ombrelloni .tariffa-color-orange {
    color: #FF8000; }
  .tabella-ombrelloni .prezzoOnline,
  .tabella-ombrelloni .prezzoParco {
    font-weight: 800; }

.tabella-gazebi {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif; }
  .tabella-gazebi th,
  .tabella-gazebi td {
    padding: 12px;
    text-align: center;
    border: 2px solid white; }
  .tabella-gazebi th {
    color: white;
    font-size: 16px;
    font-weight: bold; }
  .tabella-gazebi th:first-child {
    background-color: #c9b99f; }
  .tabella-gazebi th:nth-child(2) {
    background-color: #bca989; }
  .tabella-gazebi th:nth-child(3) {
    background-color: #0072aa; }
  .tabella-gazebi td:first-child {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    color: #0072aa;
    background-color: #f7f7f7; }
  .tabella-gazebi td:nth-child(2),
  .tabella-gazebi td:nth-child(3) {
    background-color: #eaf4f9;
    color: #005f87;
    font-weight: bold; }

.tabella-cabanas {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif; }
  .tabella-cabanas th,
  .tabella-cabanas td {
    padding: 12px;
    text-align: center;
    border: 2px solid white; }
  .tabella-cabanas th {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #c9b99f; }
  .tabella-cabanas th:first-child {
    background-color: #c9b99f; }
  .tabella-cabanas th:nth-child(2),
  .tabella-cabanas th:nth-child(3),
  .tabella-cabanas th:nth-child(4) {
    background-color: #bca989; }
  .tabella-cabanas td:first-child {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    color: #0072aa;
    background-color: #f7f7f7; }
  .tabella-cabanas td:nth-child(2),
  .tabella-cabanas td:nth-child(3),
  .tabella-cabanas td:nth-child(4) {
    background-color: #eaf4f9;
    color: #005f87;
    font-weight: bold; }

.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  gap: 8px;
  text-align: center !important;
  margin-top: 10px; }
  @media screen and (min-width: 1023px) {
    .stepper {
      width: 40% !important; } }
  .stepper .step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: sans-serif; }
  .stepper .step.active {
    background-color: #3a8c9e;
    /* colore attivo */ }
  .stepper .line {
    flex: 1;
    height: 2px;
    background-color: #ddd; }

.codiceBiglietto {
  font-family: "NunitoExtraBold";
  font-size: 24px;
  color: #266894;
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  .codiceBiglietto input {
    width: 100%;
    background-color: white;
    color: #449bae;
    border: 1px solid #b2b2b2;
    padding: 0.2em 0.5em;
    border-radius: 1.5em;
    outline: none;
    margin-bottom: 0.5em;
    text-align: center; }
    .codiceBiglietto input:focus {
      border-color: #449bae;
      background-color: #fff;
      color: #449bae; }
  @media screen and (min-width: 1023px) {
    .codiceBiglietto {
      width: 100%; }
      .codiceBiglietto input {
        padding: 0.5em;
        margin-top: 10px; }
      .codiceBiglietto .checkCodiceBtn {
        padding: 0.6em !important;
        width: unset;
        font-size: 20px;
        margin-bottom: 10px; } }

.checkCodiceBtn {
  font-family: "NunitoExtraBold";
  color: white;
  text-align: center;
  background-color: #449bae !important;
  margin: 0;
  border-radius: 32px !important;
  padding: 5px 8px !important;
  border: 0;
  text-decoration: none;
  background-color: #266894 !important;
  text-transform: uppercase;
  border-radius: 2em;
  width: 100%;
  padding: 0.5em;
  font-size: 16px;
  max-width: 70%;
  margin-top: 10px; }

.view-footer .titolo1 {
  margin: 20px 6px 5px 3px; }

.riepilogoSectionCarrello,
.riepilogoSection {
  border-radius: 1rem;
  border: 1px solid #ccc;
  width: 90%;
  margin: 0 5%;
  justify-content: space-between; }
  .riepilogoSectionCarrello h4,
  .riepilogoSection h4 {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    background-color: #cdba9c;
    color: white;
    font-family: "NunitoExtraBold";
    padding: 0.2em 0.5em;
    margin: 0;
    text-transform: uppercase; }
  .riepilogoSectionCarrello .infoText,
  .riepilogoSection .infoText {
    padding: 0.5em 1em;
    text-align: left;
    font-family: "Nunito";
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px; }
    .riepilogoSectionCarrello .infoText h5,
    .riepilogoSection .infoText h5 {
      font-family: "NunitoExtraBold";
      font-size: 12px;
      color: #266894;
      margin: 0; }
    .riepilogoSectionCarrello .infoText h6,
    .riepilogoSection .infoText h6 {
      font-family: "Nunito";
      font-size: 10px;
      color: gray;
      margin: 0; }
    .riepilogoSectionCarrello .infoText h3,
    .riepilogoSection .infoText h3 {
      text-align: center;
      font-family: "NunitoSemiBold";
      font-size: 10px;
      color: #575a5b;
      margin: 0; }
      .riepilogoSectionCarrello .infoText h3 b,
      .riepilogoSection .infoText h3 b {
        font-family: "NunitoExtraBold";
        font-size: 12px;
        color: #266894; }
  .riepilogoSectionCarrello .infoRiepilogo,
  .riepilogoSection .infoRiepilogo {
    padding: 0.5em 1em;
    text-align: center;
    font-family: "Nunito";
    font-size: 14px;
    display: flex;
    color: #585856;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px; }
  @media screen and (min-width: 1023px) {
    .riepilogoSectionCarrello,
    .riepilogoSection {
      display: block;
      max-width: 100%;
      text-align: left;
      font-size: 22px; }
      .riepilogoSectionCarrello h4,
      .riepilogoSection h4 {
        font-size: 28px;
        height: 50px;
        text-transform: uppercase;
        padding: 10px 20px;
        margin: 0 0 5px 0; }
      .riepilogoSectionCarrello .infoText h5,
      .riepilogoSection .infoText h5 {
        font-size: 20px; }
      .riepilogoSectionCarrello .infoText h6,
      .riepilogoSection .infoText h6 {
        font-size: 18px; }
      .riepilogoSectionCarrello .infoRiepilogo,
      .riepilogoSection .infoRiepilogo {
        text-align: left;
        width: calc(100% - 52px);
        margin: 20px 26px 0 26px;
        padding: 0;
        font-size: 18px; } }

.riepilogoSection {
  text-align: center;
  position: relative;
  width: 100%; }

.riepilogoSectionCarrello .infoRiepilogo {
  display: block; }

.containerAssistenza {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2rem; }
  .containerAssistenza .containerItemsAssistenza {
    text-align: center;
    width: 50%; }
    .containerAssistenza .containerItemsAssistenza img {
      height: 40px;
      width: 40px;
      max-width: unset;
      margin-bottom: 10px; }
  .containerAssistenza .BtnAssistenza {
    background-color: #d2c1a2;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    min-width: 100px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block; }
  .containerAssistenza .DescrizionePulsanti {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #585856; }
    .containerAssistenza .DescrizionePulsanti a {
      color: #585856;
      text-decoration: none; }
      .containerAssistenza .DescrizionePulsanti a:hover {
        color: #3366cc;
        text-decoration: underline; }
  @media screen and (min-width: 1023px) {
    .containerAssistenza {
      margin: 0 20%;
      width: 60%; }
      .containerAssistenza .containerItemsAssistenza {
        text-align: center;
        width: 50%; }
        .containerAssistenza .containerItemsAssistenza img {
          height: 65px;
          width: 65px; }
      .containerAssistenza .BtnAssistenza {
        font-weight: bold;
        border-radius: 20px;
        padding: 5px 20px;
        width: 200px;
        font-size: 20px;
        cursor: pointer; }
      .containerAssistenza .DescrizionePulsanti {
        width: 200px;
        font-size: 16px;
        margin: 10px auto 0 auto; } }

#tk_mappa_container #tk_mappa_scelta_posto #tk_mappa_box #tk_mappa {
  width: 100%;
  height: 400px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #fff;
  z-index: 2; }

.subTitle {
  font-family: "NunitoExtraBold";
  font-size: 16px;
  color: #cdba9c;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
  min-width: 90%;
  max-width: 75%; }

.titoloCarrello {
  font-family: "NunitoExtraBold";
  font-size: 24px;
  color: #266894;
  margin: 0 auto;
  text-align: center;
  min-width: 90%;
  max-width: 75%; }
  .titoloCarrello img {
    width: 40px !important;
    margin: 0 45% 0 45%;
    margin-bottom: 5px !important; }
  @media screen and (min-width: 1023px) {
    .titoloCarrello {
      display: flex;
      justify-content: left;
      text-align: left;
      align-items: center;
      font-size: 32px; }
      .titoloCarrello img {
        margin: 0 10px 0 0; } }

.riepilogoBiglietto {
  margin-top: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
  min-width: 90%;
  justify-content: left; }
  .riepilogoBiglietto .rowRieBigl {
    padding: 0em 1em;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .riepilogoBiglietto .rowRieBigl hr {
      margin: 0.5em 0;
      border: 1px solid #005f87; }
    .riepilogoBiglietto .rowRieBigl h5 {
      font-family: "NunitoExtraBold";
      font-size: 20px;
      color: #266894;
      margin: 0; }
    .riepilogoBiglietto .rowRieBigl h6 {
      font-family: "Nunito";
      font-size: 16px;
      color: #585856;
      margin: 0; }
    .riepilogoBiglietto .rowRieBigl div {
      min-width: 80px; }
  @media screen and (min-width: 1023px) {
    .riepilogoBiglietto {
      width: calc(100% - 52px);
      margin: 0 26px;
      border: 0; }
      .riepilogoBiglietto .rowRieBigl,
      .riepilogoBiglietto .rowRieBiglPlus {
        padding: 0;
        color: #585856; }
        .riepilogoBiglietto .rowRieBigl h6,
        .riepilogoBiglietto .rowRieBiglPlus h6 {
          font-size: 20px; }
      .riepilogoBiglietto .rowRieBiglPlus .infoPacchetto {
        flex-direction: row;
        gap: 15px; }
      .riepilogoBiglietto .rowRieBigl {
        display: flex;
        padding: 0 1em 1em 0em;
        justify-content: flex-start;
        gap: 15px; } }

.rowRieBiglPlus {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  font-family: sans-serif;
  padding: 0em 1em; }
  .rowRieBiglPlus .infoPacchetto {
    display: flex;
    flex-direction: column; }
  .rowRieBiglPlus .zonaPacchetto {
    color: #0077b6;
    font-family: "NunitoExtraBold";
    font-size: 20px;
    color: #266894;
    margin: 0;
    text-align: left;
    line-height: 1.25; }
    .rowRieBiglPlus .zonaPacchetto h5 {
      font-family: "NunitoExtraBold";
      font-size: 20px;
      color: #266894;
      margin: 0; }
  .rowRieBiglPlus .ombrellonePacchetto {
    color: #585856;
    font-size: 16px; }
  .rowRieBiglPlus .prezzoPacchetto {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #006997;
    line-height: 0;
    padding-bottom: 4px; }
  .rowRieBiglPlus .cestino {
    margin-top: 0;
    cursor: pointer;
    font-size: 20px;
    color: #0077b6;
    font-family: "NunitoExtraBold"; }
    .rowRieBiglPlus .cestino img {
      width: 2rem !important;
      margin-bottom: 0 !important; }
  @media screen and (min-width: 1023px) {
    .rowRieBiglPlus .prezzoPacchetto {
      font-size: 24px; }
    .rowRieBiglPlus .ombrellonePacchetto {
      color: #585856;
      font-size: 20px; } }

.sezioneBottoni {
  margin-top: 1rem;
  width: 100%; }
  .sezioneBottoni button {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    background-color: #266894 !important;
    text-transform: uppercase;
    border-radius: 2em;
    width: calc(100% - 1em) !important;
    padding: 0.5em;
    margin-bottom: 1em; }
  .sezioneBottoni .back,
  .sezioneBottoni .procedi {
    font-family: "NunitoExtraBold";
    color: white;
    text-align: center;
    background-color: #449bae !important;
    margin: 0;
    border-radius: 32px !important;
    padding: 5px 8px !important;
    border: 0;
    text-decoration: none;
    background-color: #d2c1a2 !important;
    text-transform: uppercase;
    border-radius: 2em;
    padding: 0.5em;
    font-size: 1.2em;
    max-width: 90%;
    font-size: 16px;
    font-weight: bold; }
  .sezioneBottoni .back {
    margin-bottom: 1em; }
  .sezioneBottoni .procedi {
    background-color: #266894 !important; }
  .sezioneBottoni h5 {
    margin-top: 1.5rem !important;
    font-family: "NunitoExtraBold";
    font-size: 20px;
    color: #266894;
    margin: 0; }
  @media screen and (min-width: 1023px) {
    .sezioneBottoni {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 60px;
      margin-bottom: 30px; }
      .sezioneBottoni .back,
      .sezioneBottoni .procedi {
        margin-bottom: 0; }
      .sezioneBottoni .back,
      .sezioneBottoni .procedi {
        font-size: 20px;
        width: 300px !important;
        padding: 10px 0px !important; } }

.dashboardResumeVer2 {
  width: 100% !important;
  margin: 20px 0px 20px 0; }
  .dashboardResumeVer2 .body {
    min-height: 0 !important; }

.col-sinistra {
  flex: 1;
  padding: 0px;
  width: 100%;
  padding-top: 0 !important; }
  @media screen and (min-width: 1023px) {
    .col-sinistra {
      padding: 20px; } }

.col-destra {
  flex: 0;
  flex-direction: column;
  width: 100%;
  position: relative;
  top: 0;
  left: 0; }
  .col-destra .parte-inferiore {
    flex: 1;
    padding: 20px; }
  @media screen and (min-width: 1023px) {
    .col-destra {
      flex: 1;
      display: flex;
      position: unset;
      margin-left: auto;
      margin-bottom: 10px;
      padding: 20px; } }

.hide {
  display: none !important; }

.show {
  display: block !important; }

@media print {
  .menuBiglietteria,
  pre,
  .footer,
  #lang_dropdown_form_lang-dropdown-form {
    display: none; } }
.centerObj {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

form .titolo img {
  width: 100% !important;
  max-width: unset !important; }

#aggiungiAlCarrello {
  border-radius: 45px !important;
  background: #006998;
  min-width: 150px;
  font-weight: bold;
  font-family: "NunitoExtraBold";
  text-align: center;
  border: 0;
  text-decoration: none;
  padding: 10px 20px !important;
  background-color: #006998 !important;
  margin: 0 30px 15px 5px;
  text-transform: uppercase;
  float: right; }
  @media screen and (min-width: 1023px) {
    #aggiungiAlCarrello {
      margin: 0; } }

#aggiungiAlCarrello.bgColorCeleste {
  background: #449bae !important;
  background-color: #449bae !important; }

#tk_mappa {
  font-family: "NunitoExtraBold"; }

#tk_mappa_info {
  display: none; }

#tk_mappa_container #tk_mappa_scelta_posto {
  margin-top: 0; }

#tk_mappa > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
  display: none; }

#tk_mappa > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper > div > table > tbody > tr:nth-child(3) > td:nth-child(2) {
  width: 60%;
  text-align: center; }

#tk_mappa_container {
  font-family: "NunitoExtraBold"; }
  #tk_mappa_container .fa,
  #tk_mappa_container .fa-regular,
  #tk_mappa_container .fa-solid {
    color: #006998; }
  #tk_mappa_container button {
    background: #006998;
    font-family: "NunitoExtraBold"; }
    #tk_mappa_container button:hover {
      background: #006998;
      font-family: "NunitoExtraBold"; }
  #tk_mappa_container #tk_mappa_icona_carrello .fa-shopping-cart {
    color: #006998; }
  #tk_mappa_container #tk_mappa_info a,
  #tk_mappa_container #tk_mappa_info a:active {
    color: #006998;
    font-family: "NunitoExtraBold"; }
  #tk_mappa_container #tk_mappa_miglior_posto_container .tk_mappa_miglior_posto .attiva {
    font-family: "NunitoExtraBold";
    color: #006998; }
  #tk_mappa_container .tk_mappa_select_odp[attr-codice="AC"] .fa-solid.fa-circle-check {
    border: 1px solid black;
    border-radius: 20px;
    padding: 0;
    margin: 3px; }
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp div[id^='tk_mappa_ord_'] {
    text-align: left;
    background-color: #e4e2e2; }
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_CC,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DD,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DE,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DF,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DG,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DH,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DI,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DL,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DM,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DN,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DO,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DP,
  #tk_mappa_container #tk_mappa_menu #tk_mappa_select_odp #tk_mappa_ord_DQ {
    display: none !important; }
  #tk_mappa_container #tk_mappa_menu div[id^='tk_mappa_ord_']:has(span > .fa-solid.fa-circle-check) {
    background-color: white !important; }
  #tk_mappa_container .leaflet-popup-content table td {
    font-size: 11px; }
    @media screen and (min-width: 1023px) {
      #tk_mappa_container .leaflet-popup-content table td {
        font-size: 13px; } }

#linkRegistrati img {
  width: 80px !important; }

#formRegistrazione_caribe .titolo1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  #formRegistrazione_caribe .titolo1 img {
    display: block; }

.leaflet-pane > svg path.leaflet-interactive {
  fill-opacity: 1 !important; }

.fa-solid.fa-couch {
  display: none; }

#carrello_caribe .titolo1,
#carrello_caribe .descrizione_iniziale {
  text-align: center; }
  @media screen and (min-width: 1023px) {
    #carrello_caribe .titolo1,
    #carrello_caribe .descrizione_iniziale {
      text-align: left; } }

#listaGazebi .titolo img {
  height: 100% !important; }

.titoloRegolamento {
  text-align: left;
  font-size: 28px; }

.BtnRegolamento {
  font-family: "NunitoExtraBold";
  color: white;
  text-align: center;
  background-color: #449bae !important;
  margin: 0;
  border-radius: 32px !important;
  padding: 5px 8px !important;
  border: 0;
  text-decoration: none;
  padding: 10px 20px !important;
  background-color: #266894 !important;
  text-transform: uppercase;
  border-radius: 2em;
  padding: 0.5em;
  font-size: 16px;
  max-width: 70%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.iconsRegolamento {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: left; }
  .iconsRegolamento .iconRegolamento {
    flex: 1 1 120px;
    width: 5rem;
    max-width: 10rem; }

@media screen and (max-width: 1023px) {
  .iconsRegolamento {
    justify-content: center; }

  .BtnRegolamento {
    width: 50%;
    text-align: center;
    margin: 0 auto; } }
#confirm-exit {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column; }

#confirm-exit button {
  margin: 1em;
  font-size: 18px;
  color: white;
  border-radius: 20px;
  padding: 0.5em 2em;
  background-color: #266894;
  border: none;
  cursor: pointer; }
  #confirm-exit button:hover {
    background-color: #389bd0; }

/*# sourceMappingURL=style.css.map */
