
/*************************************************************************
* Project:      Biglietteria.ch
* Copyright:    (c)2015 TicinOnline SA - ALL RIGHTS RESERVED
* Created:      12.02.2015 [L.C]
* Note:			    Blu medio: #243E7A; Blu logo: #344869;
*************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

.tfx{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gfx{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
	/*background-color: #276fce;	*/
}
.new-mark {
  font-family:arial;
  text-transform:uppercase;
  font-size:8px;
  font-weight:bold;
  color:#fff;
  position:absolute;
  float:left;
  margin-top:12px;
  margin-left:-30px;
  background:#2498d2;
  border-radius:6px;
  padding-right:0;
  padding-right:4px;
  padding-left:4px;
   -webkit-transform: rotate(-15deg);
       -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
}

.info-mark {
    font-family: arial;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    float: left;
    margin-top: 12px;
/*    margin-left: -30px;*/
    margin-left: -5px;
    background: red;
    border-radius: 6px;
    padding-right: 0;
    padding-right: 4px;
    padding-left: 4px;
    #-webkit-transform: rotate(-15deg);
    #-moz-transform: rotate(-15deg);
    #-ms-transform: rotate(-15deg);
    #-o-transform: rotate(-15deg);
}

.sfx{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, .5);
}


.rfx{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.rsfx{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}

.tl{
  text-align:left !important;
}

.tr{
  text-align:right !important;
}

.tc{
  text-align:center !important;
}

.tb{
  font-weight:bold !important;
}

.bg{
  background-color:#f0f0f0;
}

.gift-btn{
  background-color:#fff;
  background-image:url(/img/gift-cart-btn-bg.png);
  background-repeat:no-repeat;
  margin-left: 10px;
}

.navbar-collapse {
    max-height: 390px !important;
}

.coupon-container {
  perspective: 1000px;
  display:inline-block;
  width:300px;
  height:210px;
}

  /* flip the pane when hovered */
  .coupon-container:hover .coupon-flipper, .coupon-container.hover .coupon-flipper {
    transform: rotateY(180deg);
  }

.coupon-container, .coupon-front, .coupon-back {
  width: 300px;
  height: 210px;
  margin-right:20px;
  margin-bottom:20px;
}

/* flip speed goes here */
.coupon-flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.coupon-front, .coupon-back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.coupon-front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  width:300px;
  height:210px;
  border-radius:10px;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,.3);
  cursor:default;
  background-position: right center;
  background-size: auto 100%;


}

/* back, initially hidden pane */
.coupon-back {
  transform: rotateY(180deg);
  width:300px;
  height:210px;
  border-radius:10px;
  cursor:default;
  background:#e0e0e0;
  color:#303030;
}

.coupon-name{
  text-align:center;
  margin:20px;
  font-weight:bold;
  font-size:18px;
}
.coupon-info{
  text-align:center;
  margin:10px;
  line-height:20px;
}

.coupon-code{
  text-align:center;
  margin:20px 20px 0px 20px;
  font-size:30px;
  background-color:#fff;
  color:#000;
  opacity:0.7;
  border-radius:3px;
}

.coupon-price{
  text-align:center;
  margin:15px;

  font-weight:bold;
  font-size:70px;
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 1);
  margin:10px 20px 10px 20px;

  border-radius:3px;
  color:#fff;
  opacity:1;
  font-style:italic;
}

.coupon-used{
    padding: 6px;
    color: #fff;
    background-color: #272d40;
    margin-top: 110px;
    width: 100%;
    -webkit-transform: translateY(-20px) translateX(5px) rotate(-30deg);
    position: absolute;
    top: 0;
    font-weight: bold;
    border-radius:3px;
    opacity:.95;
}

.nice-select{
  position:absolute;
  width:300px;
  overflow-x: none;
  overflow-y:auto;
  border:1px solid #c0c0c0;
  display:none;
  z-index:100;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,.2);
  background:#fff;
  border-radius:3px;
}

.nice-select a{
  display:block;padding:10px;
  text-decoration:none;
  border-bottom:1px solid #e0e0e0;
  white-space:nowrap;
}
.nice-select a:hover{
  display:block;padding:10px;
  background:#ccefcd;
  font-weight:bold;
}

.coupon-smallinfo{
  color:#fff;
  font-size:12px;
  font-weight:bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.gift-btn>a{
  color:#000 !important;
  opacity:.9;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,.8);

}

.gift-btn>a:hover{
  color:#660000 !important;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,1);
  opacity:1;

}
a{color:#8995a9;}

.editable-field{
  border-bottom:1px dotted #ccc;
}

.field-editing{
  border-bottom:1px solid #ff2200;
  cursor:text;
  outline:0;
}

.user-icon{
  border-radius:50%;
  float:left;margin-right:8px;margin-top:-4px;

}

.blue{
	color:#344869;
}

.red{
  color:#c00000;
}

.orange{
  color:#ff4000;
}

.white{
  color:#fff;
}

.widget_agenda{
  border-radius:2px;
  border:12px solid #fff;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.widget_agenda .section{
  border-right:1px solid #e6e6e6;
}

.widget_agenda img{
  border-radius:5px;
}

.widget_agenda .agenda-title{
  font-weight:bold !important;
  color: #88909a;
}

.widget-agenda-container{
  background-color:#fff !important;
}

.cl-agenda{
  background-color:#fff !important;
}

.btn
{
  background-color: #e0e0e0;
  border-color: #c0c0c0;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,.05) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,.05) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );
  border:1px solid #c0c0c0;
  border-radius:1px;
  cursor:default;
}

button:focus,button:active,.btn:focus,.btn:active { outline:none !important;}

.btn-default,.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #f1f1f1;
  border-color: #d8d8d8;

}

.btn-primary,.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #3a5480;
  border-color: #2c3a54;
  
}

.btn-success,.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #36ab6d;
  border-color: #33a267;
}

.btn-danger,.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #b54837;
  border-color: #904e45;
}

.btn-warning,.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: #e4ab08;
  border-color: #d8a207;
}



.btn-facebook{background-color:#3b599c;color:#fff;}.btn-facebook:hover,.btn-facebook:active,.btn-facebook:visited{color:#fff;}
.btn-twitter{background-color:#4aa9d1;color:#fff;}.btn-twitter:hover,.btn-twitter:active,.btn-twitter:visited{color:#fff;}
.btn-google{background-color:#d64135;color:#fff;}.btn-google:hover,.btn-google:active,.btn-google:visited{color:#fff;}
.btn-linkedin{background-color:#0097bc;color:#fff;}.btn-linkedin:hover,.btn-linkedin:active,.btn-linkedin:visited{color:#fff;}

.bg-red{
  background-color:#d00000;
  color:#fff;
}
.bg-blue{
  background-color:#344869;
  color:#fff;
}
.bg-lightblueblue{
  background-color:#5bc0de;
  color:#fff;
}

.bg-orange{
  background-color:#ccbb80;
  color:#fff;
}

.bg-white{
  background-color:#FFF;
  color:#000;
}

.bg-gray{
  background-color:#c0c0c0;
  color:#fff;
}

.green{
	color:#389621;
}

.bg-green{
	background-color:#389621;
	color:#fff;
}

body{
	margin-top:80px;
  background-color:#e8e8e8;
}
body.appmode{
  margin-top: 20px;
}

.well{background-color:#fff;

-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    border:none;
    }

.form-control,.input-group-addon {border-radius:2px;}

.select2_my_events + .select2-container--default .select2-selection--single{
  background:none;border:none;text-decoration:uppercase;
  padding:0;
  color:#fff;

}

.select2_my_events + .select2-container--default .select2-selection--single .select2-selection__arrow {
    background:none;
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 0;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.select2_my_events + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
    min-width:140px;

}

.select2_my_events + .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    color: #000;
}
.select2_my_events + .select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2_my_events + .select2-results__option {
    padding: 4px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:14px;
}

.select2_my_events + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent;
}

.select2_my_events + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff;
}

.form-control:focus {
    border-color: #7799bb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 0 8px rgba(50, 50, 50, 0.1);
}

.nav-tabs{}
.nav-tabs > li{font-family: 'Open Sans Condensed', sans-serif;font-weight:bold;text-transform:uppercase;font-size:13px;}
.nav-tabs > li > a{color:#666; border-radius:0;padding-left:10px;padding-right:10px;}
.nav-tabs > li.active > a{color:#000;}

#tabs-home .tab-content{
  display: inline-block;
  width: 100%;
}
#tabs-home .tab-pane{
  z-index: 100;
}
#tabs-home .nav-tabs{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#tabs-home .nav-tabs .nav-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
#tabs-home .nav-tabs .nav-item a{
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 6px 24px;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #1f83b5;
}
#tabs-home #nav-home{
  display: flex;
  justify-content: space-between;
}
#nav-home .banner-banman a:hover{
  opacity: 0.7;
}

.carousel{margin-bottom:20px;border-radius:2px;}
.carousel-inner{border-radius:2px;}
.carousel-caption{ font-family: 'Open Sans Condensed', sans-serif;padding:4px;padding-bottom:34px;line-height:36px;text-transform:uppercase;text-align:center;font-size:40px;font-weight:bold;bottom:0;background:#112244;opacity:.85;left:0;right:0;}
.carousel-caption-top{color:#bbb;font-size:20px;padding:2px;}

/* Fade transition for carousel items */
.carousel .item {
  cursor:pointer;
    left: 0 !important;
      -webkit-transition: opacity 1s; /*adjust timing here */
         -moz-transition: opacity 1s;
           -o-transition: opacity 1s;
              transition: opacity 1s;
}
.carousel .item > img{max-height:508px;border-radius:2px;}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
    z-index:999;
}

.carousel-indicators{
  /*text-align:right;
  left:auto;
  right: 30px;*/
  bottom: -5px;

}

pre.well{border-radius:0;margin:0;background-color:#222;color:#b0b0b0;font-weight:normal;font-size:14x;padding:16px;border-bottom:1px solid #000;border-top:1px solid #444;}

.modal-content{border-radius:3px;}

/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.img-thumbnail, .thumbnail, .well{border-radius:2px;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  }
.img-thumbnail{border:0;padding:0;}
.abo{
  background:#dddddd;
}

.navbar{
	background-color:#fff;
  background-color:#344869;

	border:none;
	/*border-bottom:1px solid #e8e8e8;*/
}

.navbar-default .navbar-nav > li > a {
    color: #222;
    color: #d0d0d0;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    border:none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #000;
}

.navbar > .active{

  background-color: #fff;
    color: #555;

}

.navbar-toggle{border:none;background:none;color:#fff;}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus{
  background:none;
}

.navbar-search{}
.navbar-search input{background:#34435e;border-color:#4f566c;color:#fff;}
.navbar-search a{background:#4f566c;border-color:#4f566c;color:#b0b0b0;}

.panel{border:none;border-radius:2px;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    }


.panel-primary {
    border-color: #e0e0e0;
}


.panel-primary > .panel-heading {
    background: #e0e0e0;
    border-color: #e0e0e0;
    color: #000;

}

.panel-title, .condensed {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:bold;
    color:#333;
}

.panel-heading{
  border-radius:1px;
}

.dropdown-menu{
    border: 0 none;
    border-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.dropopdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    color: #222;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead > tr:first-child > th{
	font-size:11px;
	color:#444;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding:12px;
	padding-top:10px;
	padding-bottom:9px;
	vertical-align:middle;
}

.table.table-adaptive{
  max-width: 100%;
  overflow: auto;
  display: table;
}

.table thead tr th {
  border-top: 1px solid #ddd !important;
}

.table .table-spacing, .table .table-spacing th, .table .table-spacing td{
  border-top-width: 0px !important;
  height: 26px;
}

.a_vendite{
  cursor: pointer;
}

.bottom-space{
	margin-bottom:20px;	
}

.thumbnail{
	cursor:pointer;
  border:none;

}

h1, h2{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}
.lead{font-family: 'Open Sans Condensed', sans-serif;}
.thumbnail h3{
  height:56px;
  overflow:hidden;
  font-weight:bold;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
}

.thumbnail.abo h3{
  height:96px;
  overflow:hidden;
  font-weight:bold;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
}

.thumbnail img {
	/*min-height:140px;*/
	/*width:100%;*/
  /*max-height:160px;*/
  padding:8px;
   
}

.thumbnail.hover, .thumbnail.abo.hover{
	background-color: #f0f0f0;
	/*border-color:#aaa;*/
/*-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, .5);
  box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, .5);*/

    

}

.thumbnail .caption {
    text-align:center;
    padding-top: 2px;
}

.thumbnail .caption a{
    margin-top:4px;
}

.content-text{
	line-height:22px;
}

.footer{
	padding-top:20px;
	padding-bottom:20px;
	background-color: #e0e0e0;
	min-height:140px;
  border-top:5px solid #d8d8d8;
}

.footer a{
  color:#344869;
}

.disabled{opacity:.5;}

.form-signin {
  /*max-width: 330px;*/
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-radius:0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius:0;
}

.form-register {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

.form-register .form-group {float:left;width:100%;}
.form-register label {margin-top:14px;}

.form-signin .form-signin-heading {
  margin-bottom: 10px;
}

.form-register .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.pass{
  display:block;
  height:240px;width:160px;float:left;margin-right:10px;margin-bottom:10px;
   border-radius: 8px;
   text-align:center;
   text-decoration:none;
   font-weight:bold;
   font-family: 'Open Sans Condensed', sans-serif;
   color:#ddd;
   
   /*text-transform:uppercase;*/
   cursor:pointer;
   overflow:hidden;
   -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    position:relative;
}
.pass.hover{
   text-decoration:none;
   
}

.social-friend{}

.pass.active{
   text-decoration:none;
   opacity:1;
   color:#fff;
   
}

.pass .cut{
  border-radius: 4px;
  height:8px;
  width:20%;
  background-color:#fff;
  float:left;position:absolute;
  margin-left:40%;
  margin-top:10px;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset    0px 1px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset         0px 1px 5px 0px rgba(50, 50, 50, 0.25);
}

.pass .passmiddle{
  color:#000;
  height:30px;
  font-size:20px;
  line-height:23px;
  margin-top:20px;
  position:absolute;
  top:40px;width:100%;
}

.pass .passbottom{
  background-color:#222;
  padding-top:4px;
  height:50px;
  font-size:30px;
  position:absolute;bottom:30px;width:100%;
}

.tbicon{
  opacity:0.3;
  float:left;
  margin-right:2px;
}


.tbicon-active{
  opacity:1;
}

.i{
    float:left;
    position:absolute;overflow:hidden;
    border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;
    font-family:arial, tahoma, sans-serif;
    font-size:11px;
    color:#ddd;
    text-align:center;
    cursor:pointer;
    background-color:#e8e8e8;
}
.i.hvr{
    -webkit-box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, .2);
    opacity:.8;

}

.i.dwn{
     /*opacity:.7;*/
}

.i.highlight{
    opacity:.5 !important;
}

.x{
    background-color:#e8e8e8;
    opacity:0.25;
    cursor:default;
}
.social_distancing{
    background-color:#ec0101 !important;
    opacity:0.7 !important;
    cursor:default;
}

.oncart{
    cursor:pointer;
    opacity:.6;

}

.radio{font-weight:normal;cursor:pointer;}

#cmain{background-color:#e8e8e8;position:relative;width:100%;overflow:auto;text-align:center;height:600px;}
#cSector{background-color:#fff;display:none;position:absolute;overflow:hidden;float:left;right:0px;width:100%;top:60px;height:540px;}
#cMap{background-color:#e0e0e0;position:absolute;overflow:hidden;float:left;left:0px;width:100%;top:50px;height:540px;}
#sector{background-color:#fff;}

.infoItem{min-width:160px;}
.infoItem b{font-size:20px;}

.onTop{
	z-index: 999999999 !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #344869;
    border-color: #0C2F84;
    color: #fff;
    z-index: 2;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 20px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmaplabels {
     color: #fff;
     text-transform:uppercase;
     
     background-color: #344869;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 50px;     
     padding:1px;
     white-space: nowrap;
     border-radius:5px;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
}

.info{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:bold;
  font-size:18px;
  color:#000;
  background: #e8e8e8;
  padding: 6px;
  padding-left: 12px;
  font-weight:bold;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.lang{background-image:url(/img/lang_it.png);background-repeat:no-repeat;background-position:15px center;padding-left:38px;}
.lang_it{background-image:url(/img/lang_it.png);}
.lang_de{background-image:url(/img/lang_de.png);}
.lang_en{background-image:url(/img/lang_en.png);}
.lang_fr{background-image:url(/img/lang_fr.png);}

thead{background:#f0f0f0;}

.admin-navbar{
  margin-top:-30px;
  margin-bottom:20px;
  padding-top:0px;
  padding-bottom:0px;
  /*border-bottom:1px solid #e0e0e0;*/
  background-color:#e0e0e0;
  
}
.admin-navbar-title{
  font-weight:bold;
  font-size:22px;
  padding:8px;
  text-transform:uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  color:#344869;
}

.admin-navbar .btn{
  border:none;
  text-transform:uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:14px;
  font-weight:bold;
  border-right:1px solid #ddd;
  border-width:0px;
  padding:14px;
  margin:0;
  background: #e0e0e0;
  color:#666;
  border-radius:0;
}

.admin-navbar .active{
  background: #e8e8e8;
  box-shadow:none;
  /*border-top:1px solid #ddd;*/
  color:#344869;
}

.admin-navbar .user-btn{
}

.sector_reference{
  padding:4px;
  color:#000;
  font-weight:bold;
  margin:15px;
  background-color:#FFF;
  border:2px solid #000;
  z-index:9999;
}

.sector_reference.left{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  left: 0;
}


.sector_reference.right{
  float: right;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  right: 0;
}

.home-item{max-height:360px;height:360px;}
.home-item>.thumbnail{cursor:pointer;text-align:center;height:330px;}
.home-item>.thumbnail>.img{width:100%;max-height:230px;max-width:536px}
.home-item-group>h3{height:100px;overflow:hidden;font-size:28px;margin-top:10px;}


.sublist{}
.sublist h4{margin:0;font-family: 'Open Sans Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:15px;
}
.sublist h5{margin:0;font-size:12px;}
.active-tr{cursor:pointer;}
.active-tr.hover{background:#f0f0f0;}

.entryheader{
  color:#344869;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:28px;
  font-weight:bold;
  text-transform:uppercase;
  overflow:hidden;
  margin-top:5px;
  float:left;
}

.entryinfobox{
  position:absolute;
  top:36px;
  left:0;
  right:0;

  text-align:center;
  border-bottom:2px solid #111820;
  overflow:hidden;
  text-transform:uppercase;
}

.event-listed{}
.event-listed .title{
  font-size:20px;
  font-weight:bold;
  font-family: 'Open Sans Condensed', sans-serif;}
.event-listed .location{}



.carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: 180px;
    width: 30px;

}

.carousel-control .glyphicon{
    margin-top:180px;
}

.list-group-image{
  width: 100px;
  float: left;

}

.tablebox{
  text-align:left;
  padding:10px;
  font-size:16px;
  float:left;
  width:100%;
  height:40px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom:1px dotted #e0e0e0;
  text-overflow: ellipsis;
  border-radius:2px;

}

label, .checkbox label {color:#80858d;font-weight:bold;
font-family: 'Open Sans Condensed', sans-serif;
font-size:14px;
font-weight:bold;
}

.tprice{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:24px;
}

.cropit-image-input.custom {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

.cropit-preview-background {
  opacity: .15;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

input.cropit-image-zoom-input {
  position: relative;
  width:379px;
  margin-top:24px;
  margin-bottom:10px;
}

.image-editor{
  margin-top:7px;
}

#image-cropper {
  overflow: hidden;
}

.cropit-preview.cropit-image-loaded {
    cursor: move;
}

.cropit-preview{
  width:379px;
  height:169px;
  border:2px dashed #c0c0c0;
  text-align:center;
  background:#e8e8e8;

}

.cropit-preview img.upico{
  opacity:0.2;
}

.cropit-drag-hovered{
  border-color:#22cc22;
  background-color:#e8ffe8;
  box-shadow: 0 0 20px 20px #e8ffe8;
}

.tablebox.tablebox-header{
  padding:6px;
  background-color:#e8e8e8;
  font-weight:bold;
  color:#344869;
  font-size:20px;
  width:100%;
  border:none;
  font-family: 'Open Sans Condensed', sans-serif;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.tablebox.tablebox-inverted{
  background-color:#8f959e;
  color:#fff;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}


.tablebox .glyphicon-ok{
  color:#00cc00;
  text-shadow: 0px 0px 2px rgba(0, 150, 0, 0.5);
}



@media (min-width: 992px) and (max-width: 1199px){
    .carousel-control .glyphicon{
        margin-top:150px;
    }

    .carousel-caption{padding:2px;padding-bottom:32px;line-height:24px;font-size:26px;}
    .carousel-caption-top{color:#bbb;font-size:14px;padding:4px;}
}

@media (min-width: 768px) and (max-width: 992px){
    .carousel-caption{padding:2px;padding-bottom:32px;line-height:22px;font-size:20px;}
    .carousel-caption-top{color:#bbb;font-size:14px;padding:4px;}

    .sublist h4{font-size:26px;}
    .sublist h5{font-size:20px;}

    .carousel-control .glyphicon{
        margin-top:104px;
    }
}

@media (max-width: 768px) {

    .list-group-image{
      width: 100%;
      float: left;
      margin-bottom: 10px;

    }
    .carousel-caption{padding:0px;padding-bottom:30px;line-height:18px;font-size:20px;}
    .carousel-caption-top{color:#bbb;font-size:12px;padding:2px;}

    .home-item{max-height:none;height:auto;}
    .home-item>.thumbnail{height:auto;}
    .home-item-group>h3{height:auto;font-size:30px;}

    .sublist h4{font-size:26px;}
    .sublist h5{font-size:20px;}
    .carousel-control .glyphicon{
        margin-top:inherit;
    }

    .table.table-adaptive{
      display: inline-block;
    }
    .table-info-adaptive{
      display: inline-block;
    }
}



/* AGENDA WIDGET */
@media only screen and (min-width: 767px)  and (min-height: 600px) { #agenda_eventi_jx .boxContent .agenda_box { width: 25% ;   height: 150px; } }
@media only screen and (max-width: 600px)  and (min-height: 450px) { #agenda_eventi_jx .boxContent .agenda_box { width: 33.3% ; height: 150px; } }
@media only screen and (max-width: 450px)  and (min-height: 300px) { #agenda_eventi_jx .boxContent .agenda_box { width: 50% ;   height: 150px; } }
@media only screen and (max-width: 300px)  and (min-height: 150px) { #agenda_eventi_jx .boxContent .agenda_box { width: 100% ;  height: 150px; } }

#agenda_eventi_jx .boxContent .sub-agenda-header { width: 100%; }
#agenda_eventi_jx .agendaSearchFormInput #inputSearch { color: black; }
#agenda_day_jx .boxContent .sub-agenda-header { width: 100%; }
#agenda_day_jx .agendaSearchFormInput #inputSearch { color: black; }
#b .boxContent .sub-agenda-header { width: 100%; }
#b .agendaSearchFormInput #inputSearch { color: black; }

#newsletter{
  overflow: auto;
}

.event_tab_search{
  border-top-left-radius: 5px;
  margin-right: 2px;
  padding: 0;
  padding-left: 10px;
  width: 280px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  background-color: #8f959e;
}
@media only screen and (max-width: 576px) {
  .event_tab_search{
    border-top-right-radius: 5px;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px !important;
  }
  .event_tab_search .select2{
    width: calc(100% - 20px) !important;
  }
  .select2-container{
    left: 10px !important;
    right: 10px !important;
  }
}

/* START - PUSH NOTIFICATIONS */
.push_notifications_alert{
  z-index: 99999999;
  position: fixed;
  left: 50%;
  margin-left: -190px;
  width: 100%;
  max-width: 380px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow:         0 0 8px rgba(0, 0, 0, 0.4);
  padding: 25px 20px 20px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: open sans,sans-serif;
}
.push_notifications_alert .push_alert_logo{
  float: left;
  margin-right: 12px;
  width: 60px;
  height: 60px;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.push_notifications_alert .push_alert_logo{
  background-image: url('https://biglietteria.ch/img/appicons/icon-192.png');
}
.push_notifications_alert .push_alert_content{
  float: right;
  width: calc(100% - 72px);
  font-size: 1.55rem;
  line-height: 2.2rem;
  margin-top: 2px;
  margin-bottom: 18px;
}
.push_notifications_alert .push_alert_buttons{
  display: inline-block;
  float: right;
}
.push_notifications_alert .button{
  border-radius: 5px;
  padding: 8px 18px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #ffffff;
  border-width: 0px;
}
.push_notifications_alert .button_cancel{
  float: right;
  background-color: #FFFFFF;
  color: #000000;
}
.push_notifications_alert .button_cancel:hover{
  background-color: #EFEFEF;
}
.push_notifications_alert .button_accept{
  float: right;
  background-color: #42b179;
}
.push_notifications_alert .button_accept:hover{
  background-color: #379C69;
}
@media only screen and (max-width: 500px){
  .push_notifications_alert{
    max-width: 100%;
    margin-left: 0px;
    left: 0px;
    border-radius: 0px;
    padding-bottom: 25px;
  }
  .push_notifications_alert .button{
    padding: 10px 20px;
  }
}
.push_notifications_background{
  z-index: 99999999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.push_notifications_indicator{
  z-index: 99999999;
  position: fixed;
  top: 30px;
  left: 470px;
  color: #FFFFFF;
  font-size: 16px;
  max-width: 250px;
  line-height: 23px;
}

/* PUSH NOTIFICATION MENU */
.push_notification_menu .badge{
  display: none;
  background-color: #bc1f1f;
  font-size: 9px;
  position: absolute;
  top: 7px;
  right: 6px;
  padding: 2.45px 1.5px 0px 0px;
  width: 14px;
  height: 14px;
  text-align: center;
}
.push_notification_content{
  width: 320px;
  padding: 5px 15px;
}
.push_notification_content .push_notification_image{
  width: 83px;
  height: 62px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.push_notification_content .push_notification_link{
  color: #000000;
}

#push_disabled_alert{
  display: none;
  border: 3px solid #d13d00;
  color: #000000;
  padding: 15px;
  font-weight: normal;
  margin: 0px auto 20px auto;
  width: 750px;
  max-width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#push_disabled_alert button{
  margin-top: 10px;
}

/* SPINNING (LOADING) */
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}
@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

.cart_form_mylugano{
  border: 1px solid #ddd;
  padding: 5px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cart_form_mylugano .label{
  white-space: unset;
}
.cart_form_mylugano .form_mylugano_input button{
  width: 100%;
  background-color: #cc2f55;
  border-color: #980327;
  color: #FFFFFF !important;
  cursor: pointer;
}
@media(min-width: 440px){
  .cart_form_mylugano .form_mylugano_input{
    display: flex;
  }
  .cart_form_mylugano .form_mylugano_input button{
    width: auto;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media(min-width: 768px){
  .cart_form_mylugano{
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
  }
}

.conteggio_label{
  width: 20px;
  text-align: center;
  color: #FFFFFF;
}
.conteggio_label span{
  display: block;
  transform: rotate(-90deg);
  margin: 50px -30px;
}
.conteggio_label.conteggio_label_biglietteria{
  background-color:rgba(31,131,181,0.7);
}
.conteggio_label.conteggio_label_lvga{
  background-color: rgba(204,47,85,0.7);
}
.conteggio_label.conteggio_label_extra{
  background-color:rgba(96,96,96,0.7);
}