@import url(../css/font.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: arial,helvetica,clean,sans-serif; }

.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: 950px) {
    .monitoring::before {
      content: "< 1000"; } }

body {
  margin: 0;
  padding: 1em;
  color: #000;
  background-color: #FFF;
  background-repeat: repeat-x;
  background-position: top center;
  opacity: 1;
  min-width: 320px;
  font-size: 0.7em; }
  @media screen and (min-width: 640px) {
    body {
      font-size: 0.80em; } }
  @media screen and (min-width: 950px) {
    body {
      font-size: 0.90em; } }

#lang {
  position: absolute;
  padding: 3px 10px 0px 10px;
  background: #ED8F0A;
  right: 0px;
  border-radius: 0 0 5px 5px; }
  #lang img {
    height: 30px; }
  @media screen and (min-width: 950px) {
    #lang {
      top: 0px;
      right: auto;
      left: 50%;
      margin-left: 400px; } }

#container {
  border: 0px solid green;
  background: #FFF;
  margin: 0 auto;
  height: 1%;
  overflow: hidden;
  padding: 0em;
  clear: both; }
  @media screen and (min-width: 950px) {
    #container {
      padding: 2em 0em;
      width: 950px; } }
  #container #containerCx {
    width: 100%;
    margin: 0;
    padding: 0;
    float: right; }
    @media screen and (min-width: 950px) {
      #container #containerCx {
        width: 75%;
        padding: 0 0 0 0; } }
  #container #containerRx {
    margin: 0 0 0 0;
    width: 25%;
    float: left;
    display: none;
    padding-right: 2em; }
    @media screen and (min-width: 950px) {
      #container #containerRx {
        display: block; } }
  #container #containerCxRx {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    float: left; }
    @media screen and (min-width: 950px) {
      #container #containerCxRx {
        width: 100%; } }

#lang {
  position: absolute;
  padding: 2px 10px 0px 10px;
  background: #FFF;
  right: 10px; }
  #lang img {
    height: 30px; }

#head {
  padding: 0;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  width: 100%; }
  #head #head_img img {
    width: 100%; }
  @media screen and (min-width: 950px) {
    #head {
      width: 950px; } }
  #head #menuMain {
    border: 0px solid #B8B1AB;
    width: 200px;
    position: absolute;
    right: 50%;
    margin-right: 275px;
    top: 120px; }
  #head #menuMain ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #head #menuMain ul li {
    margin: 0px;
    padding: 0; }
  #head #menuMain ul li a {
    color: #000;
    font-size: 110%;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    padding-top: 10px; }
  #head #menuMain ul li a:hover {
    color: #81001e;
    background: url("/personalizzazione/logo-menu.png") no-repeat left;
    text-decoration: underline; }
  @media screen and (max-width: 950px) {
    #head #menuMain {
      display: none; } }

#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;
          font-size: 160%;
          text-decoration: none;
      }
      a:first-child {
          margin:0 0 8px 0;
      }
  }
  */ }
  @media screen and (min-width: 950px) {
    #head2 {
      display: none; } }

#foot {
  width: 100%;
  border: 0px solid red;
  clear: both;
  overflow: hidden;
  padding: 10px;
  color: #aaa;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #aaa;
  padding: 30px 0;
  letter-spacing: 0.04em; }
  #foot .css {
    display: none; }
  #foot h4 {
    color: #FFF;
    font-size: 120%; }
  #foot p {
    font-size: 90%; }
  #foot .copyright {
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden; }
  #foot .row {
    clear: both;
    text-align: center; }
  #foot .row div {
    border: 0px solid red;
    min-width: 300px; }
    @media screen and (min-width: 950px) {
      #foot .row div {
        float: left;
        width: 33%; } }
  #foot .ft-social {
    font-family: 'FontAwesome'; }
  #foot .ft-list {
    padding: 0;
    margin: 0 0 0.5em 0; }
  #foot .ft-list li {
    list-style: none;
    margin-bottom: 0.7em; }
  #foot a {
    color: #aaa;
    text-decoration: none; }
  #foot a:hover {
    color: #000; }
  #foot .list-inline li {
    position: relative; }
  #foot .list-inline li + li:before {
    content: "|";
    color: #2a2a2a;
    padding: 0 15px 0 0; }
  #foot .contact-btn {
    background-color: #333;
    border-color: #333;
    margin-bottom: 30px; }
  #foot .alt-list li i {
    color: #fff; }
  #foot .cst-btn-ten span {
    visibility: hidden; }
  #foot .cst-btn-ten {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    min-width: 0;
    padding: 0;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: #333333; }
  #foot .cst-btn-ten i {
    font-size: 18px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: relative; }

#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;
    font-size: 120%; }
  #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;
    font-size: 110%; }
    #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;
  font-size: 100%;
  padding: 0.7em;
  background: #7D1837;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em; }

#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 hr {
  clear: both;
  border: 0;
  border-top: 2px solid #d3d4d6;
  padding-bottom: 1.2em; }
.indexSpettacolo .itemSpett {
  border: 0px solid green; }
  .indexSpettacolo .itemSpett .dataEvento {
    border: 0px solid green; }
    @media screen and (min-width: 640px) {
      .indexSpettacolo .itemSpett .dataEvento {
        float: right;
        width: 75%;
        text-align: left; } }
  .indexSpettacolo .itemSpett h2 {
    clear: both;
    margin: 0 0 0 0;
    padding: 0;
    border: 0px solid green; }
  .indexSpettacolo .itemSpett .immagine {
    width: 100%;
    float: left;
    margin: 0; }
    .indexSpettacolo .itemSpett .immagine img {
      width: 100%;
      border: 0px solid #43474D;
      padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexSpettacolo .itemSpett .immagine {
        width: 25%;
        padding-right: 1.5em; } }
  .indexSpettacolo .itemSpett .spettacoli {
    width: 100%;
    display: inline-table;
    font-size: 100%;
    padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexSpettacolo .itemSpett .spettacoli {
        float: right;
        width: 75%; } }
.indexSpettacolo .spettacoli table {
  margin: 0 auto;
  margin-top: 0px;
  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: #7D1837;
    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: 950px) {
        .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; }
      .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;
      width: 75%; } }

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

#divIstruzioniNoMap img {
  display: none; }
#divIstruzioniNoMap b {
  color: #F40000; }
#divIstruzioniNoMap a {
  color: #7D1837;
  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: 950px) {
    #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: 950px) {
    #navigatorNew {
      display: none; } }

#divIstruzioni {
  padding-top: 1.5em; }
  #divIstruzioni img {
    display: none; }
  #divIstruzioni b {
    color: #F40000; }
  #divIstruzioni a {
    color: #7D1837;
    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; }

#formCampagna table {
  max-width: 300px;
  margin: 0 auto; }

#containerRx table, #formCampagna table {
  margin-bottom: 20px;
  /*font-size:90%;*/
  border: 0px solid #d191a0;
  width: 100%; }
#containerRx table caption, #formCampagna table caption {
  color: #fff;
  background: #43474D;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 100%;
  padding: 10px;
  background: #7D1837;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  word-spacing: 0.3em; }
#containerRx table th, #formCampagna table th {
  color: #7D1837;
  background: #D7D7D7;
  padding: 10px 5px;
  font-weight: bold;
  width: 120%;
  text-transform: initial;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }
#containerRx table td, #containerRx .vistaRiassuntoCarrello td, #formCampagna table td, #formCampagna .vistaRiassuntoCarrello td {
  color: #7D1837;
  background: #f6f6f6;
  padding: 10px 5px;
  width: 120%;
  font-weight: bold;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }
#containerRx table a, #formCampagna table a {
  color: #444;
  text-decoration: none;
  /*text-transform: uppercase;*/ }
#containerRx table a:hover, #formCampagna table a:hover {
  color: #81001E; }
#containerRx table select, #containerRx table input, #containerRx table button, #formCampagna table select, #formCampagna table input, #formCampagna table button {
  width: 100%;
  border: 1px solid #d3d4d6;
  border-radius: 5px;
  padding: 4px;
  text-transform: initial; }
#containerRx table .submitCerca, #formCampagna 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 .immagine img {
  width: 60px;
  /*max-height: 80px;*/ }

#carrello table tr:nth-child(odd) td {
  background: #ededed !important; }

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

#vistaSpettacolo tr {
  /*display:none;*/ }

#vistaSpettacolo caption {
  text-align: left;
  padding: 20px 0 0 0; }

#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%; }
#carrello .immagine img {
  width: 80px;
  /*max-height: 80px;*/ }

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

#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: 950px) {
    #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 {
    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: #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;
        width: 75%;
        text-align: left; } }
    .indexGadget .items .titolo h2 {
      clear: both;
      margin: 0 0 0 0;
      padding: 0;
      border: 0px solid green; }
  .indexGadget .items .immagine {
    width: 100%;
    float: left;
    margin: 0; }
    .indexGadget .items .immagine img {
      width: 100%;
      border: 0px solid #43474D;
      padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexGadget .items .immagine {
        width: 25%;
        padding-right: 1.5em; } }
  .indexGadget .items .descrizione {
    width: 100%;
    display: inline-table;
    font-size: 100%;
    padding-bottom: 1.5em; }
    @media screen and (min-width: 640px) {
      .indexGadget .items .descrizione {
        float: right;
        width: 75%; } }

#gadget-menu .image {
  text-align: center;
  min-width: 155px;
  max-width: 100%;
  min-height: 155px; }
#gadget-menu .prezzo {
  text-align: 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;
  /*border:1px solid #fff;*/ }

#abbOpen table td {
  color: #000;
  background: #fff;
  padding: 5px 0 5px 2px;
  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 .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;
    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%; } }

/***************FINE css standard sovrascritto**********************/
#navMobile {
  border: 0px solid red;
  position: absolute;
  top: 0.5em;
  right: 1em;
  width: 30px;
  height: 30px; }
  #navMobile img {
    width: 100%; }
  @media screen and (min-width: 640px) {
    #navMobile {
      width: 40px;
      height: 40px; } }
  @media screen and (min-width: 950px) {
    #navMobile {
      display: none; } }

.indexSpettacolo .spettacoli table td a,
.spettacoli .anchorLink,
.spettacoli table tr > td > a,
#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_quantita input[type=button],
#tabellaBottoneStampa button {
  background: #7D1837;
  border-radius: 5px;
  font-size: 90%;
  border: 1px solid #7D1837;
  display: inline-block;
  font-weight: normal;
  padding: 7px;
  text-decoration: none;
  text-shadow: none;
  color: #FFF;
  /*text-transform: uppercase;*/
  font-weight: bold; }

#formRecuperoPassword input[type=text],
#formRegistrazione input[type=text],
#formRegistrazione input[type=password],
#formRecuperoPassword input[type=text],
#formRecuperoPassword input[type=password],
#formRegistrazione select {
  background: #FFF;
  color: #000; }

#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: 1000px) {
  #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: 1000px) {
  #navigatorNew {
    display: none; } }

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