@import url(../css/font.css);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "DINCondMediumRegular", Arial, sans-serif;
  font-family: Arial, sans-serif;
}

.nomap_quantita input[type='text'],
.nomap_quantita input[type='sumit'] {
  padding: 0.3em;
  font-size: 1em;
  background: #ededed;
  margin-left: 0.2em;
  font-weight: normal;
}

#containerCx #homeBox div {
  border-right: 1px solid #2B2D2E;
  border-bottom: 1px solid #2B2D2E;
  padding: 20px;
  overflow: hidden;
  min-height: 160px;
  position: relative;
}

#containerCx #homeBox div a {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4EB25C;
  text-decoration: none;
  transition: left ease 1.5s;
}

#containerCx #homeBox a:hover {
  font-size: 120%;
  color: #CF5121;
}

@media screen and (min-width: 640px) {
  #containerCx #homeBox {
    /*#Tropicarium, #Mostra {
        float:left;
        width:50%;
    }*/
  }
}

.monitoring::before {
  display: none;
  text-align: center;
  color: black;
  content: "> 1000";
  height: 24px;
  width: 100px;
  /*top:50px;
  left:10px;*/
  margin: 0 auto;
  position: fixed;
  background: red;
  z-index: 9999;
  border: 2px dotted white;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .monitoring::before {
    content: "< 1000";
  }
}

body {
  margin: 0;
  padding: 0 0 0 0;
  color: #000;
  background: #F3F2F3;
  min-width: 320px;
  font-size: 0.9em;
  line-height: 1.5em;
}

@media screen and (min-width: 640px) {
  body {
    font-size: 0.90em;
  }
}

@media screen and (min-width: 980px) {
  body {
    font-size: 1em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
caption {
  font-family: "DINCondMediumRegular", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em !important;
}

@media screen and (min-width: 640px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  caption {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 980px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  caption {
    font-size: 1.2em !important;
  }
}

#headMobile {
  background: #FFF;
  overflow: hidden;
}

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

#headMobile #menuMainMobile {
  position: absolute;
  top: 80px;
  right: 7px;
}

#headMobile #logoMobile {
  float: left;
}

#headMobile #logoMobile img {
  width: 100px;
}

#headMobile #langMobile {
  position: absolute;
  top: 10px;
  right: 10px;
}

#headMobile #langMobile a {
  color: #8F8F8F;
  text-decoration: none;
  font-size: 17px;
}

#head {
  width: 100%;
  text-align: center;
  background: #fff;
  display: none;
  padding-bottom: 1em;
}

@media screen and (min-width: 980px) {
  #head {
    display: block;
  }
}

#head #menuMain {
  width: 980px;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  overflow: hidden;
}

#head #menuMain ul {
  margin: 0 10px 0 0px;
  list-style-type: none;
  padding: 0;
  text-align: left;
}

#head #menuMain ul li {
  display: inline;
  margin-top: 0px;
  padding: 0;
}

#head #menuMain ul a {
  color: #000;
  border-right: 1px solid #FFF;
  margin-top: 0px;
  margin: 2px 0 4px 0;
  padding: 0 15px 0 2px;
  display: block;
  float: left;
  text-decoration: none;
  font-family: "DINCondMediumRegular", Arial, sans-serif !important;
  letter-spacing: 0.1em !important;
}

#head #menuMain ul a:hover {
  color: #3D2E2B;
  text-decoration: underline;
}

#lang {
  position: absolute;
  height: 30px;
  width: 90px;
  top: 0px;
  left: 50%;
  margin-left: 375px;
  text-align: center;
  background-color: white;
  background-repeat: no-repeat;
  z-index: 20000;
}

#lang a {
  font-family: "DINCondMediumRegular", Arial, sans-serif !important;
  line-height: 30px;
  font-size: 17px;
  color: #8F8F8F;
  text-decoration: none;
}

#logo {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -465px;
}

#container {
  border-top: 0px solid green;
  background: #F3F2F3;
  margin: 0 auto;
  height: 1%;
  clear: both;
  /*margin-top:10px;*/
}

@media screen and (min-width: 980px) {
  #container {
    width: 980px;
  }
}

#container #containerCx {
  width: 100%;
  margin: 0;
  padding: 0 0.5em;
  float: left;
}

@media screen and (min-width: 980px) {
  #container #containerCx {
    width: 75%;
    padding: 0 0 0 0;
  }
}

#container #containerRx {
  margin: 0 0 0 0;
  width: 25%;
  float: right;
  display: none;
  padding-left: 1.5em;
}

@media screen and (min-width: 980px) {
  #container #containerRx {
    display: block;
  }
}

#container #containerCxRx {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
  float: left;
}

@media screen and (min-width: 980px) {
  #container #containerCxRx {
    width: 100%;
  }
}

#videoIntro {
  text-align: center;
  margin-top: 80px;
}

#videoIntro video {
  width: 100% !important;
  height: auto !important;
  max-width: 980px;
}

#foot {
  width: 100%;
  background: #323232;
  border: 0px solid red;
  clear: both;
  overflow: hidden;
  padding: 10px;
  background: #191919;
  color: #aaa;
  box-sizing: border-box;
  line-height: 1.3em;
  background-color: #2b2d2e;
  background-repeat: repeat;
  color: #aaa;
  padding: 30px 0;
  letter-spacing: 0.04em;
}

#foot .copyright {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
}

#foot .copyright a {
  color: #aaa;
}

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

#mappa {
  margin-top: 1em;
  border: 1px solid #550015;
  clear: both;
}

#mappa #mappaHead {
  background: #ed1c24;
  color: #FFF;
  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: #FFF;
  background: #000000;
  border: 1px solid #000;
  border-radius: 5px;
  text-transform: initial;
  padding: 5px;
  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: #FFF;
}

#mappa #mappaUtility a {
  color: #FFF;
}

img {
  border: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
  margin-top: 0;
}

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

caption,
input[type='button'],
input[type='submit'],
select,
button {
  text-transform: uppercase;
  letter-spacing: 1px;
}

pre {
  font-size: 1.5em;
}

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

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

/***********************  Colonne ***********************/
.titolo1 {
  margin-top: 0;
  color: #fff;
  clear: both;
  margin-bottom: 1.5em;
  padding: 10px;
  background: #2B2D2E;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em;
  /*
      border: 1px solid #5D789C;
      vertical-align: middle;
      font-weight: bold;
      color: #FFF;
      padding: 10px;
      background-image: url('/img/table_title_gradient_new.gif');
      background-repeat: repeat-x;
      background-color: #3363A1;
  */
}

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

/***************************    SUB MENU MAPPA    *******************************/
#dropmenudiv h1 {
  background: #550015;
  color: #FFD484;
  text-align: center;
  margin: -2px;
  border: 0px solid #FFD484;
  padding: 3px;
  font-size: 100%;
  margin-bottom: 5px;
}

#mappaUtility button {
  width: 110px;
}

#dropmenudiv {
  position: absolute;
  border: 1px solid #550015;
  padding: 2px;
  line-height: 18px;
  z-index: 100;
  font-size: 110%;
  background: #FFD484;
  color: #000;
}

#dropmenudiv a:hover {
  background-color: #D7D7D7;
}

/***************************    SUB MENU MAPPA    *******************************/
.indexSpettacolo {
  margin: 0 1em;
}

.indexSpettacolo hr {
  clear: both;
  border: 0;
  border-top: 2px solid #d3d4d6;
  padding-bottom: 1.2em;
}

.indexSpettacolo .itemSpett {
  border: 0px solid green;
}

.indexSpettacolo .itemSpett .dataEvento {
  display: none;
  border: 0px solid green;
}

@media screen and (min-width: 640px) {
  .indexSpettacolo .itemSpett .dataEvento {
    float: right;
    text-align: left;
  }
}

.indexSpettacolo .itemSpett h2 {
  clear: both;
  margin: 0 0 1em 0;
  padding: 0;
  border: 0px solid green;
  /*display:none;*/
}

.indexSpettacolo .itemSpett .immagine {
  width: 100%;
  float: left;
  margin: 0;
}

.indexSpettacolo .itemSpett .immagine img {
  width: 100%;
  border: 0px solid #43474D;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 640px) {
  .indexSpettacolo .itemSpett .immagine {
    width: 25%;
    padding-right: 1.5em;
  }
}

.indexSpettacolo .itemSpett .spettacoli {
  width: 100%;
  display: inline-table;
  font-size: 100%;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 640px) {
  .indexSpettacolo .itemSpett .spettacoli {
    float: right;
  }
}

.indexSpettacolo .itemSpett .spettacoli p {
  margin-top: 0;
}

.indexSpettacolo .spettacoli table {
  margin: 0 auto;
  margin-top: 0px;
  font-size: 100%;
  padding: 0;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9;
  /*@media screen and (min-width: $medium){
            float:left;
            width:75%;

        }*/
}

.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: #2B2D2E;
  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: 980px) {
  .indexSpettacolo .spettacoli table th:last-child {
    white-space: nowrap;
  }
}

.indexSpettacolo .spettacoli table td {
  color: #000;
  background: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align: left;
}

.indexSpettacolo .spettacoli table td a {
  color: #ED8F0A;
  text-decoration: none;
  text-transform: uppercase;
}

.indexSpettacolo .spettacoli table .tabella {
  color: #000;
  background: #fff;
  padding: 0px;
  font-weight: normal;
}

.indexSpettacolo .spettacoli table table {
  font-size: 100%;
  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;
  text-align: center;
}

.indexSpettacolo .spettacoli table table tr td.evidenzia {
  color: #F40000 !important;
  background: #FFF !important;
  border: 1px solid #D191A0 !important;
}

.indexSpettacolo .tdTabelle {
  background: #fff;
  padding: 0px;
  margin: 0;
}

.indexSpettacolo div table tr td hr {
  /*border:1px solid #f2f5f9*/
}

.indexSpettacolo p {
  clear: both;
}

.indexSpettacolo .evidenzia {
  background: #FFD484;
  border-top: 1px solid #D191A0;
}

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

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

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

#vistaSpettacolo {
  /*
      border:10px solid ORANGE !important;
      caption {
          color:#F40000;
          text-align:left;
          padding: 5px 0 15px 0;
          font-weight: normal;
      }
      td.evidenziaRiga  {
          color:#F40000 !important;
          background: #FFF !important;
          border:1px solid #D191A0 !important;
      }
      .prezzo {
          div {
              //border-bottom:1px solid #D191A0;
              padding-bottom:1em;
          }
          div:last-child{
              padding-bottom:0;
          }
          @media screen and (min-width: $medium){
              text-align: right;
              white-space: nowrap;
              div {
                  border-bottom:0;
              }
          }
      }*/
}

#vistaSpettacolo .noMobile {
  display: none;
}

@media screen and (min-width: 640px) {
  #vistaSpettacolo .noMobile {
    display: table-cell;
  }
}

#voucher table:nth-child(2) caption {
  display: none;
}

#istruzioni {
  line-height: 1.5em;
}

#istruzioni a {
  display: none;
}

#istruzioni img {
  display: none;
}

@media screen and (min-width: 980px) {
  #istruzioni img {
    display: block;
    width: 100% !important;
  }
}

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

#divIstruzioniNoMap img {
  display: none;
}

#divIstruzioniNoMap b {
  color: #F40000;
}

#divIstruzioniNoMap a {
  color: #2B2D2E;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  #divIstruzioniNoMap {
    padding-left: 1.5em;
    font-size: 90%;
    float: right;
    width: 45%;
  }
}

#navigator {
  display: none;
}

#navigator .circle {
  fill: #FFFFFF;
  stroke: #000;
  stroke-width: 5;
}

#navigator .button {
  fill: #FFFFFF;
  stroke: #000;
  stroke-width: 5;
  cursor: pointer;
}

#navigator .plus-minus {
  fill: #FFA500;
  stroke: #000;
  stroke-width: 3;
  cursor: pointer;
}

#navigator .arrow {
  fill: #FFA500;
  stroke: #000;
  stroke-width: 3;
  cursor: pointer;
}

#navigator .arrowRect {
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  #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 {
  font-size: 140%;
  padding: 0 0.8em;
  cursor: pointer;
}

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

#divIstruzioni {
  padding-top: 1.5em;
}

#divIstruzioni img {
  display: none;
}

#divIstruzioni b {
  color: #F40000;
}

#divIstruzioni a {
  color: #2B2D2E;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  #divIstruzioni {
    clear: both;
    padding-left: 1.5em;
    font-size: 90%;
  }
}

#imgSettori {
  padding: 1.5em 0;
  text-align: center;
  border: 0px solid orange;
}

#containerRx table {
  margin-bottom: 20px;
  /*font-size:90%;*/
  border: 0px solid #d191a0;
  width: 100%;
}

#containerRx table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 100%;
  padding: 10px;
  background: #2B2D2E;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em;
}

#containerRx table th {
  color: #2B2D2E;
  background: #D7D7D7;
  padding: 10px 5px;
  font-weight: bold;
  width: 120%;
  text-transform: initial;
  text-align: left;
  background: #FFF;
  border: 1px solid #f6f6f6;
}

#containerRx table td,
#containerRx .vistaRiassuntoCarrello td {
  color: #2B2D2E;
  background: #f6f6f6;
  padding: 10px 5px;
  width: 120%;
  font-weight: bold;
  text-align: left;
  background: #FFF;
  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;
}

.validitaCarrello {
  margin-left: 10px;
}

#noMap table {
  font-size: 100%;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9;
}

#noMap table caption {
  color: #fff;
  background: #43474D;
  padding: 10px;
  font-weight: bold;
}

#noMap table th {
  color: #000;
  background: #D7D7D7;
  padding: 10px;
  font-weight: bold;
  /*border:1px solid #fff;*/
}

#noMap table td {
  color: #000;
  background: #fff;
  padding: 5px 10px;
  font-weight: normal;
  line-height: 150%;
}

#carrello table {
  margin-bottom: 20px;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9;
  /*select {
      width:100%;
  }*/
}

#carrello table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#carrello table th {
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: bold;
  /*border:1px solid #fff;*/
}

#carrello table td {
  color: #000;
  background: #fff;
  padding: 5px 0 5px 2px;
  font-weight: normal;
  line-height: 150%;
}

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

#cassa table {
  margin-bottom: 20px;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
  /*TODO*/
}

#cassa table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#cassa table th {
  color: #000;
  background: #D7D7D7;
  padding: 1px;
  font-weight: bold;
  /*border:1px solid #fff;*/
}

#cassa table td {
  color: #000;
  background: #fff;
  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;
}

#formRegistrazione table {
  margin-bottom: 20px;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
  background: #ededed;
}

#formRegistrazione table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#formRegistrazione table th {
  color: #000;
  background: #fff;
  padding: 3px;
  font-weight: normal;
  /*border:1px solid #fff;*/
  text-align: right;
}

#formRegistrazione table td {
  color: #000;
  background: #fff;
  padding: 3px;
  font-weight: normal;
}

#formRegistrazione table td span {
  color: #333;
  background: #FEE99E;
  padding: 3px;
  font-weight: normal;
  display: block;
}

#formRegistrazione table .trTitolo {
  color: #000;
  background: #D7D7D7;
  padding: 10px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

#listaOrdini table {
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
}

#listaOrdini table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#listaOrdini table th {
  color: #000;
  background: #D7D7D7;
  padding: 5px;
  font-weight: bold;
  /*border:1px solid #fff;*/
}

#listaOrdini table td {
  color: #000;
  padding: 5px;
  font-weight: normal;
}

#listaOrdini table td span {
  font-size: 80%;
}

#listaOrdini table .trTitolo {
  color: #000;
  background: #ededed;
  padding: 10px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

#listaOrdini table table {
  font-size: 100%;
  border: 0px solid #d191a0;
  width: 100%;
}

#listaOrdini table table td {
  color: #000;
  padding: 1px;
  font-weight: normal;
}

#voucher table {
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
  background: #ededed;
}

#voucher table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#voucher table th {
  color: #000;
  background: #D7D7D7;
  padding: 5px;
  font-weight: bold;
  /*border:1px solid #fff;*/
}

#voucher table td {
  color: #000;
  padding: 5px;
  font-weight: normal;
  background: #fff;
}

#voucher table .trTitolo {
  color: #000;
  background: #ededed;
  padding: 10px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

#voucher table table {
  font-size: 100%;
  border: 0px solid #d191a0;
  width: 100%;
}

#voucher table table td {
  color: #000;
  padding: 1px;
  font-weight: normal;
}

.color0>td {
  background: #ededed;
  /*border:1px solid #fff;*/
}

.color1>td {
  background: #ffffff;
  /*border:1px solid #fff;*/
}

.color3>td {
  background: #FFD484;
  /*border:1px solid #fff;*/
  cursor: pointer;
}

.colorPointer3>td {
  background: #FFD484;
  /*border:1px solid #fff;*/
  cursor: pointer;
}

#formSpedizione table {
  margin-bottom: 20px;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
}

#formSpedizione table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#formSpedizione table th {
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: bold;
  /*border:1px solid #fff;*/
  text-align: center;
}

#formSpedizione table td {
  color: #000;
  background: #fff;
  padding: 3px;
  font-weight: normal;
}

#formSpedizione table td span {
  color: #F00;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  display: block;
}

#formSpedizione table .trTitolo {
  color: #000;
  background: #ededed;
  padding: 20px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

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

#formRegalo table {
  margin-bottom: 20px;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
}

#formRegalo table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#formRegalo table th {
  width: 30%;
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  /*border:1px solid #fff;*/
  text-align: center;
}

#formRegalo table td {
  width: 70%;
  color: #000;
  background: #fff;
  padding: 3px;
  font-weight: normal;
}

#formRegalo table td span {
  color: #F00;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  display: block;
}

#formRegalo table .trTitolo {
  color: #000;
  background: #ededed;
  padding: 10px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

#formRegalo input {
  /*width: 80px;*/
}

#formIndirizzo table {
  margin-bottom: 20px;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
}

#formIndirizzo table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#formIndirizzo table th {
  width: 30%;
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  /*border:1px solid #fff;*/
  text-align: center;
}

#formIndirizzo table td {
  width: 70%;
  color: #000;
  background: #fff;
  padding: 3px;
  font-weight: normal;
}

#formIndirizzo table td span {
  color: #F00;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  display: block;
}

#formIndirizzo table .trTitolo {
  color: #000;
  background: #ededed;
  padding: 10px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

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

#pageLogin table {
  margin: auto;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
}

#pageLogin table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#pageLogin table th {
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  /*border:1px solid #fff;*/
}

/*#pageLogin table td {
    color:#000;
    background:#fff;
    padding:1px;
    font-weight:normal;
}*/
#pageLogin table select {
  width: 100%;
}

#formRecuperoPassword table {
  margin-bottom: 20px;
  font-size: 110%;
  border: 0px solid #d191a0;
  width: 100%;
}

#formRecuperoPassword table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#formRecuperoPassword table th {
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  /* border:1px solid #fff;*/
  text-align: right;
}

#formRecuperoPassword table td {
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
}

#formRecuperoPassword table .trTitolo {
  color: #000;
  background: #ededed;
  padding: 10px 20px 5px 20px;
  font-weight: normal;
  text-align: center;
}

#formRecuperoPassword table td span {
  color: #F00;
  background: #D7D7D7;
  padding: 3px;
  font-weight: normal;
  display: block;
}

.popUp {
  width: 550px;
}

.colorBlue {
  color: #FFD484;
}

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

#navigatoreOrdine {
  margin: 0 0px 20px 0px;
  border-bottom: 1px solid #43474D;
  overflow: auto;
}

#navigatoreOrdine {
  display: none;
}

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

  #navigatoreOrdine ol {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
  }

  #navigatoreOrdine ol li {
    color: #999;
    font-size: 120%;
    border: none;
    list-style: none;
    float: left;
    padding: 5px 50px 5px 30px;
    margin: 0 10px 0 0px;
    background: url("/img/frecciaDel.png") no-repeat center right;
  }

  #navigatoreOrdine ol li.sel {
    color: #fff;
    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;
  }
}

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

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

  #head {
    width: 100%;
  }

  #foot a {
    color: #000;
  }

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

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

  #foot {
    background-image: none;
    background-color: #fff;
    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;
  }
}

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

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

#loginPopUp div {
  padding: 10px;
}

#formCampagna table caption {
  background: #BA161D;
}

.indexGadget hr {
  clear: both;
  border: 0;
  border-top: 2px solid #d3d4d6;
  padding-bottom: 1.2em;
}

.indexGadget .items {
  border: 0px solid green;
}

.indexGadget .items .titolo {
  border: 0px solid green;
}

@media screen and (min-width: 640px) {
  .indexGadget .items .titolo {
    float: right;
    text-align: left;
  }
}

.indexGadget .items .titolo h2 {
  clear: both;
  margin: 0 0 0 0;
  padding: 0;
  border: 0px solid green;
}

.indexGadget .items .immagine {
  width: 100%;
  float: left;
  margin: 0;
}

.indexGadget .items .immagine img {
  width: 100%;
  border: 0px solid #43474D;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 640px) {
  .indexGadget .items .immagine {
    width: 25%;
    padding-right: 1.5em;
  }
}

.indexGadget .items .descrizione {
  width: 100%;
  display: inline-table;
  font-size: 100%;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 640px) {
  .indexGadget .items .descrizione {
    float: right;
  }
}

#abbOpen table {
  font-size: 100%;
  border: 0px solid #d191a0;
  width: 100%;
  background: #f2f5f9;
}

#abbOpen table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
}

#abbOpen table th {
  color: #000;
  background: #D7D7D7;
  padding: 3px;
  font-weight: bold;
  padding: 0.3em;
  line-height: 150%;
  /*border:1px solid #fff;*/
}

#abbOpen table td {
  color: #000;
  background: #fff;
  padding: 0.3em;
  font-weight: normal;
  line-height: 150%;
}

.boxInLine {
  position: absolute;
  padding: 10px;
  text-align: center;
  background: #FFF;
  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 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;
  /*text-align:left;*/
}

#carrello.mobileTable th,
#carrello.mobileTable td,
#carrello.mobileTable tr,
#listaOrdini.mobileTable th,
#listaOrdini.mobileTable td,
#listaOrdini.mobileTable tr,
#ordineSisal.mobileTable th,
#ordineSisal.mobileTable td,
#ordineSisal.mobileTable tr {
  width: 100%;
}

@media all and (min-width: 640px) {

  #carrello.mobileTable .noMobileTr,
  #listaOrdini.mobileTable .noMobileTr,
  #ordineSisal.mobileTable .noMobileTr {
    display: table-row;
  }

  #carrello.mobileTable .noMobileTd,
  #listaOrdini.mobileTable .noMobileTd,
  #ordineSisal.mobileTable .noMobileTd {
    display: table-cell;
  }

  #carrello.mobileTable table,
  #listaOrdini.mobileTable table,
  #ordineSisal.mobileTable table {
    display: table;
  }

  #carrello.mobileTable tbody,
  #listaOrdini.mobileTable tbody,
  #ordineSisal.mobileTable tbody {
    display: table-row-group;
  }

  #carrello.mobileTable thead,
  #listaOrdini.mobileTable thead,
  #ordineSisal.mobileTable thead {
    display: table-header-group;
  }

  #carrello.mobileTable caption,
  #listaOrdini.mobileTable caption,
  #ordineSisal.mobileTable caption {
    display: table-caption;
  }

  #carrello.mobileTable tr,
  #listaOrdini.mobileTable tr,
  #ordineSisal.mobileTable tr {
    display: table-row;
  }

  #carrello.mobileTable th,
  #carrello.mobileTable td,
  #listaOrdini.mobileTable th,
  #listaOrdini.mobileTable td,
  #ordineSisal.mobileTable th,
  #ordineSisal.mobileTable td {
    display: table-cell;
    width: 25%;
  }
}

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

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

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

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

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

#formNoMap,
#istruzioni {
  width: 100%;
  margin-bottom: 1em;
}

/*
#formNoMap {
    width:50%;
    float:left;
    margin-bottom:30px;
    clear:both;
}
@media screen and (max-width: 640px) {
    #formNoMap {
        width:100%;
        float: none;
    }
}
#istruzioni {
    width:45%;float:right;
}*/
.vistaRiassuntoCarrello tr th:first-child {
  padding-left: 5px !important;
}

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

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

.size80 {
  font-size: 80%;
}

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

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

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

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

#sceltaAssicurazione div {
  padding: 10px;
}

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

#regolamentoSisal div {
  padding: 10px;
}

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

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

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

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

#gadget-menu .image {
  text-align: center;
  width: 100%;
}

#gadget-menu .image img {
  width: 100%;
}

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

.indexSpettacolo a {
  color: blue;
}

#hpBoxes {
  width: 100%;
  color: white;
  line-height: 1.5em;
  font-size: 90%;
}

#hpBoxes a {
  color: white;
  text-decoration: underline;
}

#hpBoxes .bg_viola {
  background-color: #8e3467;
}

#hpBoxes .bg_blu {
  background-color: #51698B;
}

#hpBoxes .bg_arancio {
  background-color: #E08113;
}

#hpBoxes .bg_rosso {
  background-color: #CD541D;
}

#hpBoxes .overlay {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  overflow: hidden;
  height: 100%;
}

#hpBoxes h3 {
  margin-bottom: 0;
}

#hpBoxes .box {
  width: 100%;
  margin-bottom: 1em;
}

#hpBoxes .box img {
  width: 100%;
  display: none;
}

#hpBoxes .box .text_wrapper {
  /*margin-top:-11em;*/
  height: 10.7em;
  min-height: 5.7em;
  max-height: 5.7em;
  padding: 0.5em 1em;
  overflow: hidden;
}

#hpBoxes button {
  padding: 0.5em;
  border: 0;
  color: white;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin: 0.2em 0;
}

#hpBoxes button:hover {
  background: #999;
}

@media screen and (min-width: 980px) {
  #hpBoxes {
    /*.box:nth-child(odd) {
          width:49%;
          float:left;
          clear:both;
          //margin-right:0.5em;
      }
      .box:nth-child(even) {
          width:49%;
          float:right;
          //margin-left:0.5em;
      }*/
  }

  #hpBoxes .box img {
    width: 100%;
    display: block;
  }

  #hpBoxes .box .text_wrapper {
    margin-top: -5.6em;
  }
}

#carrelloGadget {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#carrelloGadget caption {
  text-align: center;
}

#carrelloGadget td {
  display: block;
  width: 100%;
  vertical-align: top;
}

#carrelloGadget td .titoloGadget {
  padding: 1em;
  text-align: center;
}

#carrelloGadget td .gadgetImg {
  margin-top: 1em;
  text-align: center;
}

#carrelloGadget td img {
  max-width: 160px;
  max-height: 160px;
}

@media screen and (min-width: 980px) {
  #carrelloGadget td {
    display: table-cell;
    width: 20%;
  }

  #carrelloGadget td .titoloGadget {
    padding: 1em 0;
    max-height: 100px;
    min-height: 100px;
  }

  #carrelloGadget td .gadgetImg {
    max-height: 100px;
    min-height: 100px;
  }

  #carrelloGadget td img {
    max-width: 100px;
    max-height: 100px;
  }
}

#altreInfo {
  display: none;
}

/* 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: 50%;
  float: right;
  overflow: hidden;
}

#metodiPagamentoNew img {
  max-width: 200px;
}

#metodiPagamentoNew form {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6ed;
  border-radius: .5rem;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: right;
}

#metodiPagamentoNew form:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

/* fine metodiPagamentoNew */
/****************************** CARRELLO NEW INIZIO ******************************************/
.tk_carrello_content {
  overflow: auto;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 2em;
}

.tk_carrello_content .data {
  margin-bottom: 1em;
}

.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: 960px) {
  .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: 960px) {
  .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-bottom: .2em;
  margin-bottom: .5em;
}

.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: 960px) {
  .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 ******************************************/
.fa-trash::before {
  content: "X";
}

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