@charset "UTF-8";
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DIN/DINPro-Bold.eot");
  src: local("├âÔÇØ├â┬┐├óÔÇóÔÇÿ"), url("../fonts/DIN/DINPro-Bold.woff") format("woff"), url("../fonts/DIN/DINPro-Bold.ttf") format("truetype"), url("../fonts/DIN/DINPro-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DIN/DINPro-Light.eot");
  src: local("├âÔÇØ├â┬┐├óÔÇóÔÇÿ"), url("../fonts/DIN/DINPro-Light.woff") format("woff"), url("../fonts/DIN/DINPro-Light.ttf") format("truetype"), url("../fonts/DIN/DINPro-Light.svg") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DIN/DINPro-Medium.eot");
  src: local("├âÔÇØ├â┬┐├óÔÇóÔÇÿ"), url("../fonts/DIN/DINPro-Medium.woff") format("woff"), url("../fonts/DIN/DINPro-Medium.ttf") format("truetype"), url("../fonts/DIN/DINPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 14px; }

body {
  background: #fff;
  font-family: 'DINPro', Helvetica, Futura, sans-serif;
  margin: 0;
  overflow-x: hidden;
  padding: 0; }

p {
  color: #486267;
  font-weight: 300; }

a {
  color: #486267; }

i.fas,
i.far {
  vertical-align: middle;
  vertical-align: -6%; }

.container-fluid {
  padding: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  max-width: 991px;
  overflow-x: hidden; }

.qr-coded {
  margin: -40px auto; }

.page {
  display: flex;
  padding-top: 50px;
  position: relative;
  transition: transform .15s linear;
  width: 100%;
  z-index: 300; }
  .is-menu-open .page {
    transform: translateX(-275px); }

.main {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: calc(100vh - 50px);
  order: 1;
  width: 100vw; }

.header img {
  min-width: 100%; }

.content {
  position: relative; }
  .tabs-striped + .content {
    margin-top: 50px; }

.highlight {
  min-height: 130px; }

.map-embed {
  height: 100%;
  min-height: calc(50vh - 50px); }
  .map-embed iframe {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%; }

.nav {
  align-items: center;
  background: #333;
  background: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 991px;
  transition: all .15s linear;
  z-index: 500; }
  .nav .btn-link {
    color: #fff;
    font-size: 1.3em; }
    .nav .btn-link:hover, .nav .btn-link:focus {
      color: #fff; }
  .nav h1 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0; }
  .nav .fa-angle-left {
    transform: scale(1.5); }

.nav-left {
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%); }

.nav-right {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%); }

.menu {
  background: #a0a0a0;
  padding-top: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 275px;
  z-index: 100; }
  .menu ul {
    list-style: none;
    padding: 0; }
  .menu li {
    color: #fff;
    font-weight: 300; }
    .menu li a {
      color: inherit;
      display: block;
      padding: 7px 15px; }
  .menu::before {
    background: #000;
    content: '';
    opacity: .35;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 100%;
    transition: left .15s linear;
    z-index: 50; }
  .is-menu-open .menu::before {
    left: 0; }

.list {
  margin: 0;
  padding: 0;
  position: relative; }
  .list.list-partner .item:not(:first-child)::before {
	  border-top: 1px solid #a0a0a0;
    content: '';
    position: absolute;
    top: 0;
    right: 7.5px;
    left: 7.5px; }

.item, .item h1, .item h2, .item h3, .item h4, .item h5, .item h6, .item p, .item-content, .item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6, .item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .text-wrap .item,
  .text-wrap .item h1,
  .text-wrap .item h2,
  .text-wrap .item h3,
  .text-wrap .item h4,
  .text-wrap .item h5,
  .text-wrap .item h6,
  .text-wrap .item p,
  .text-wrap .item-content,
  .text-wrap .item-content h1,
  .text-wrap .item-content h2,
  .text-wrap .item-content h3,
  .text-wrap .item-content h4,
  .text-wrap .item-content h5,
  .text-wrap .item-content h6,
  .text-wrap .item-content p {
    overflow: visible;
    text-overflow: none;
    white-space: normal; }

.item {
  border-color: #ddd;
  background-color: #fff;
  color: #444;
  position: relative;
  z-index: 2;
  display: block;
  margin: -1px;
  padding: 16px;
  padding-left: 16px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px; }
  .item h1:last-child,
  .item h2:last-child,
  .item h3:last-child,
  .item h4:last-child,
  .item h5:last-child,
  .item h6:last-child,
  .item p:last-child {
    margin-bottom: 0; }
  .item h2 {
    color: #486267;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 2px 0; }
  .item p {
    color: #E13273;
    font-size: 12px;
    font-weight: 300; }
  .item:hover, .item:focus {
    text-decoration: none; }
    .item:hover h1,
    .item:hover h2,
    .item:hover h3,
    .item:hover h4,
    .item:hover h5,
    .item:hover h6,
    .item:hover p, .item:focus h1,
    .item:focus h2,
    .item:focus h3,
    .item:focus h4,
    .item:focus h5,
    .item:focus h6,
    .item:focus p {
      text-decoration: none; }

.item-avatar,
.item-avatar .item-content,
.item-avatar-left,
.item-avatar-left .item-content {
  padding-left: 72px;
  min-height: 72px; }

a.item,
.item {
  border: none; }

.list .item.item-avatar .thumb {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-color: #FFFFFF;
  color: black;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }

.list .item.item-avatar .thumb {
  background-color: #E13273;
  color: #FFFFFF; }

.list .item.item-avatar .thumb-square {
  border-radius: 0; }

.time-divider.headline {
  margin-top: 10px; }

.clock {
  color: #333;
  /*color: #fff;*/
  padding: 5px 15px;
  background: #f9f9f9;
  /*background: #B3EA40;*/
  font-weight: normal; }
  .headline .clock {
    color: #fff; }

.event .item p {
  color: #486267; }

.tabs-top.tabs-striped {
  padding-bottom: 0; }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: horizontal;
  flex-direction: horizontal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  color: #444;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 49px;
  border-style: solid;
  border-top-width: 1px;
  background-size: 0;
  line-height: 49px; }

.tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tabs-top > .tabs {
  top: 39px; }

.bar, .tabs-striped .tabs {
  background: #E13273;
  border-color: #E13273;
  color: #FFFFFF; }

.tabs-top > .tabs, .tabs.tabs-top {
  top: 50px;
  padding-top: 0;
  background-position: bottom;
  border-top-width: 0;
  border-bottom-width: 1px; }

.tabs-striped .tabs {
  background-color: white;
  background-image: none;
  border: none;
  border-top-color: currentcolor;
  border-top-width: medium;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-left-color: currentcolor;
  border-bottom: 1px solid #ddd;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  padding-top: 2px; }

.tabs-top.tabs-striped .tab-item.tab-item-active, .tabs-top.tabs-striped .tab-item.active, .tabs-top.tabs-striped .tab-item.activated {
  margin-top: 1px;
  border-width: 0px 0px 2px 0px !important;
  border-style: solid; }

.bar .tab-item, .tabs-striped .tabs .tab-item {
  border-color: #FFFFFF; }

.tabs-top.tabs-striped .tab-item {
  background: transparent;
  -webkit-transition: color .1s ease;
  -moz-transition: color .1s ease;
  -ms-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease; }

.tabs-striped .tab-item.tab-item-active, .tabs-striped .tab-item.active, .tabs-striped .tab-item.activated {
  margin-top: -2px;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff; }

.tab-item.tab-item-active, .tab-item.active, .tab-item.activated {
  opacity: 1; }

.tab-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 150px; }

.tab-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  max-width: 150px;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
  opacity: 0.7; }

.tab-item:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none; }

.ticket {
  background: #f6f6f6;
  padding-bottom: 20px; }

.ticket__header {
  position: relative;
  text-align: center;
  transform: translateY(-50%); }

.ticket__action {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 6rem;
  line-height: 210px;
  padding: 0;
  width: 210px; }
  .ticket__action:hover, .ticket__action:focus {
    background: #fff;
    color: #333; }

.ticket__button {
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: calc(50% + 150px);
  transform: translate(-50%, -50%);
  width: 40px; }
  .ticket__button:hover, .ticket__button:focus {
    background: #fff;
    color: #333; }
  .ticket__button.ticket__button--edit {
    font-size: .8rem;
    line-height: 30px;
    right: calc(50% + 113px);
    left: auto;
    width: 30px; }

.ticket__heading {
  margin-top: -80px;
  margin-bottom: 10px;
  padding: 0 25px; }
  .ticket__heading h2 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0; }
  .ticket__heading .reg-code {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .content-no-code .ticket__heading h2 {
    font-size: 1.4rem; }

.event-detail {
  margin-top: 25px;
  padding: 0 25px; }
  .event-detail .btn {
    margin-top: 20px; }

.content-no-code {
  display: none; }

.btn {
  background-image: none !important; 
 }
 
.status-button {
  align-items: center;
  border: 1px solid #333;
  color: #333;
  display: flex;
  height: 5rem;
  justify-content: center;
  margin-top: 20px;
  text-align: center; }
  .status-button .status-button__button {
    font-size: 1.2rem; }
    .status-button .status-button__button ion-icon {
      display: block;
      font-size: 1.7em; }
  .status-button .timestamp {
    display: none; }
  .status-button.has-checked {
    flex-direction: column;
    justify-content: flex-start; }
    .status-button.has-checked .status-button__button {
      align-items: center;
      display: flex;
      font-size: 1.1rem;
      font-weight: 300;
      justify-content: center;
      padding: 6px;
      width: 100%; }
      .status-button.has-checked .status-button__button ion-icon {
        display: inline-block;
        font-size: 1.7em;
        margin-right: 10px; }
    .status-button.has-checked .timestamp {
      display: block;
      font-size: 1.1em;
      margin-top: auto;
      margin-bottom: auto; }
    .status-button.has-checked.status-button--checkin .status-button__button {
      background-color: #43b741;
      color: #fff; }
    .status-button.has-checked.status-button--checkout .status-button__button {
      background-color: #f53d3d;
      color: #fff; }
  .status-button.has-border {
    height: 6rem;
    padding-right: 6px;
    padding-left: 16px;
    position: relative; }
    .status-button.has-border::before {
      background: #333;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 10px; }
    .status-button.has-border .status-button__button {
      background: transparent !important;
      color: #333 !important;
      font-size: 1.4rem; }
    .status-button.has-border.has-checked {
      align-items: flex-start; }
      .status-button.has-border.has-checked .status-button__button {
        justify-content: flex-start;
        padding-bottom: 0; }
        .status-button.has-border.has-checked .status-button__button ion-icon {
          font-size: 1.5em; }
      .status-button.has-border.has-checked .timestamp {
        font-size: .7em;
        padding-left: 6px; }
      .status-button.has-border.has-checked.status-button--checkin::before {
        background-color: #43b741;
        color: #333; }
      .status-button.has-border.has-checked.status-button--checkout::before {
        background-color: #f53d3d;
        color: #333; }

.footer {
  box-shadow: inset 0 10px 12px -10px rgba(0, 0, 0, 0.25);
  margin-top: auto; }

.footer--partners {
  display: flex;
  justify-content: center; }
  .footer--partners > div {
    align-items: center;
    display: flex;
    margin: 15px;
    max-width: 50%; }

.modal-body {
  overflow: hidden; }

/*modifiche su server*/
.event-detail .form-control{
  margin: auto;
  max-width: 400px;
}
.btn-gray{
  background: #f0f0f0;
}
  .btn-gray:hover,
  .btn-gray:focus{
    background: #f0f0f0;
  }
.qr-coded{
  /*margin: 0px auto;
  min-width: 100%;*/
  /*calcolato sull'aria attuale intorno al QR*/
  margin: -10%;
  min-width: 120%;
}
.nav-center{
  text-align: center;
  width: 100%;
}
  .nav-center h1{
    margin: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 210px);
  }
.container-fluid{
  position: relative;
}
.nav{
  position: absolute;
    right: 0;
    left: 0;
  transform: none;
  max-width: 100%;
}
.thumb > i.fas,
.thumb > i.far{
  position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
}
.content{
  margin-bottom: 25px;
}
.footer--inst{
  background-color: #757575;
  box-shadow: none;
  color: #fff;
  font-size: .9em;
  padding: 10px;
  text-align: center;
}
  .footer--inst p,
  .footer--inst a{
    color: #fff;
    margin: 0;
  }
/*alt version*/
.footer--inst{
  background-color: #f6f6f6;
  color: #333;
}
  .footer--inst p,
  .footer--inst a{
    color: #333;
  }

/*lang-bar*/
.language-selector{
	position: relative;
}
.language-selector ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	#navbar .language-selector li{
		border-top-width: 0;
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.language-selector{
		margin: 0 0 15px;
		padding-top: 15px;
	}
	.language-selector button{
		display: none;
	}
	.language-selector ul{
		text-align: center;
	}
	.language-selector li{
		display: inline-block;
		margin: 0 7.5px;
	}
}
@media (min-width: 768px) {
	.language-selector{
		/*padding-top: 15px !important;*/
	}
	.language-selector:hover ul, .language-selector:focus ul{
		padding: 7.5px 0;
	}
	.language-selector:hover li, .language-selector:focus li{
		max-height: 300px;
	}
	.language-selector button{
		background: transparent;
		border-width: 0;
		color: #fff;
		height: 50px;/*height, non line-height per bug chrome di calcolo altezze*/
		/*line-height: 60px;*/
		/*line-height: 50px;*/
		padding-left: 40px;
	}
	.language-selector button i{
		/*vertical-align: -2px;*/
	}
	.language-selector ul{
		background: #fff;
		background: rgba(35,58,99, 0.8);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		position: absolute;
			top: calc(100% + 10px);
		transition: padding 0.4s ease;
	}
	.language-selector ul li{
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}
	.language-selector ul a{
		display: block;
		padding: 7.5px 15px;
	}
	.language-selector ul .active{
		max-height: 30px;
		position: absolute;
			/*top: -57px;*/
			top: -52px;
	}
	.language-selector ul .active a{
		height: 33px;
		vertical-align: middle;
	}
	.language-selector ul .active span{
		vertical-align: baseline;
	}
	.language-selector ul li:not(.active) a{
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.language-selector{
		top: -4px;
	}
}
@media screen and (min-width: 992px) {
	.language-selector ul{
			top: calc(100%);
	}
	.language-selector ul .active{
			/*top: -61px;*/
			top: -42px;
	}
}
