#pnl-ritorno {
    transition: opacity 0.5s linear;    
}

.pnl-hidden {
    opacity:0;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}

.color-animation {
    -webkit-transition-property:color; 
    -webkit-transition-duration: 0.2s, 0.2s; 
    -webkit-transition-timing-function: linear, ease-in;
}

.text-red {
    color: #dc3545;
}

.slide-from-right > .ng-enter {
  -webkit-transition: 1s;
  transition-property: all;
  transition: 1s;
  
  margin-left: 100%;
  opacity: 0;
  max-height: 0px;
}

.slide-from-right > .ng-enter-active {
  margin-left: 0;
  opacity: 1;
  max-height: 200px;
}

.slide-from-right > .ng-leave {
  -webkit-transition: 0.5s;
  transition-property: all;
  transition: 0.5s;
  
  margin-left: 0;
  opacity: 1;
  max-height: 200px;
}

.slide-from-right > .ng-leave-active {
  margin-left: 100%;
  opacity: 0;
  max-height: 0;
}

.slide-from-right {
    overflow: hidden;
}

.opacity-up-animation {
    overflow-y: hidden;
    max-height: 70px;
    
    opacity: 1;

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

.opacity-up-animation.ng-hide {
    max-height: 0;
    opacity: 0;
}

.form-iscrizione .ng-empty {
    border-color: #ced4da !important;
}

.form-iscrizione .ng-valid {
    border-color: #28a745;
}

.form-iscrizione .ng-invalid {
    border-color: #dc3545;
}

.opacity-transition > .ng-enter {
  -webkit-transition: 1s;
  transition: 1s;
  
  opacity: 0;
}

.opacity-transition > .ng-enter-active {
  opacity: 1;
}

.opacity-transition > .ng-leave {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.opacity-transition > .ng-leave-active {
  opacity: 0;
}

.seat-plan ul li.seat-libero {
    background-color: rgba(105, 176, 255, 0.2);
    border-color: #93c6ff;
    cursor: pointer;
}

.seat-plan ul li {
    margin-left: 1px;
    margin-right: 2px;
}

.seat-plan ul li {
    transition: all 0.3s ease-in-out;
}

.btn {
    white-space: normal;
}

.biglietto.ng-leave {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}

.biglietto.ng-leave-active {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-bottom: 0px;
}

.biglietto {
    transition: all 0.3s ease-in-out;
}

.biglietto.ng-enter {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-bottom: 0px;
}

.biglietto.ng-enter-active {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}

.riepilogo-carrello {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    max-height: 500px;
}

.riepilogo-carrello.ng-hide {
    opacity: 0;
    max-height: 0px;
}

.bottoni-carrello {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.bottoni-carrello.shown {
    opacity: 1;
    visibility: visible;
}

.label-recapito {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    max-height: 50px;
    display: block;
}

.label-recapito.ng-hide {
    opacity: 0;
    max-height: 0px;
}

.bottone-prenota {
    margin-top: -12px;
    text-align: right;
}

@media all and (max-width: 1024px)
{
   .bottone-prenota {
        margin-bottom: 20px;
        text-align: left;
        margin-top: -30px;
    }
}

.posto-riepilogo {
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    height: 36px;
    width: 38px;
    margin: 0 0 10px;
    border: 6px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 6px;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-bottom-width: 6px;
    border-left-color: #ccc;
    border-bottom-width: 9px;
    border-top: none;
    border-top-color: currentcolor;
    border-radius: 5px;
    margin-right: 10px;
}

.riepilogo-finale {
    margin-bottom: 10px;
}

@media all and (max-width: 1024px)
{
.contenitore-conferma-posti {
    background-color: white;
    position: sticky;
}
}

.maps-popup {
    max-width: 100%;
}


#link_privacy {
    color: #f80;
}

#js-cookie-consent-click {
    margin-top: 10px;
}



.cursor-pointer {
    cursor: pointer;
}

.contenitore-pulsante-acquisto {
    text-align: right;
}

.maps-iframe {
    height: 800px; 
    width: 100%;
}

.contenitore-bottoni {
    text-align: right;
}


@media all and (max-width: 768px)
{
.contenitore-pulsante-acquisto {
    text-align: center;
}

.maps-iframe {
    height: 500px;
}


}
@media all and (min-width: 768px)
{
.contenitore-bottoni {
    text-align: center;
}
}
@media all and (min-width: 1238px)
{
.contenitore-bottoni {
    margin-top: 20px;
}
}
.btn-modifica {
    padding-left: 15px;
    padding-right: 15px;
}

.data-scheda {
    margin-bottom: 2px;
}

.contenitore-avviso {
    position: absolute;
    width: 100%;
}

.contenitore-avviso-hp {
    margin-top: 64px;
    z-index: 100;
}

#avviso-top {
    position: relative;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 5px 5px;
    max-width: 100%;
    text-align: left;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    cursor: pointer;
}

@media all and (max-width: 1238px)
{
#avviso-top {
    width: 100%;
    float: none;
}
}

@media all and (max-width: 767px)
{
.separatore-hp
    {
    height: 60px;
    }
}

.flag {
    max-height: 15px;
}

.flag-a {
    margin-right: 24px;
}

.nm-modal .modal-header {
    background: #08c;
    color: white;
}

.nm-modal .modal-content{
    border: 0px;
    background: #eee;
    border-radius: 0px;
}

.nm-modal .modal-header {
    background: #08c;
    border-radius: 0px;
}

.nm-modal .modal-title {
    color: #fff;
    font-weight: bold;
}

.nm-modal .modal-footer {
    background: #08c;
}

.nm-modal .modal-footer a {
    color: #e9e9e9; 
    text-decoration: underline;
}

.nm-modal .modal-footer a:hover {
    color: #fff; 
}

.nm-modal .btn {
    font-weight: bold;
    text-transform: uppercase;
}

.nm-modal .close {
    color: #e9e9e9;
}

.plus-focus a {
    color: white;
}

.plus-focus a:hover {

    color: #fc4;

}

#spacer-contenitore-avviso {
    max-height: 68px;
    background-color: #08c;
}

@media all and (max-width: 767px) {
#spacer-contenitore-avviso {
    max-height: none;
}    
}

.selettore-lingue {
    position: absolute;
    background: #08c;
    margin-top: 20px;
    right: -15px;
}

.navbar-brand {
    margin-right: auto;
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    justify-content: flex-end;
}

.navbar-toggler.lingua {
    margin-right: 10px;
    margin-bottom: 4px;
}

a.btn-info:focus {
    color: white;
}

@media all and (max-width: 1023px) and (min-width: 768px)
{
    .seat-modal {
        max-width: 100%;
    }
}

a.scrollup {
    right: 1px;
    left: auto;
}

.bg-yellow {
    background-color: #fffacb
}

.list-pagamento {
    padding-left: 30px;
}

.list-pagamento label {
    line-height: 30px;
}

.list-pagamento input {
    margin-top: 9px;
}

.list-pagamento img {
    max-height: 30px;
}

.help-block {
    background: yellow;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    display: inline-block;
    color: black;
    font-size: 12px;
}

.alert > p {
    margin-bottom: 0;
}

.prezzo-strike {
  text-decoration: line-through;
  display: inline !important;
}

#notifica-rivendita {
  background-color: red;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

#notifica-rivendita .btn {
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.p-padding-6 p {
  margin-bottom: 6px;
}

.results a.small.text-uppercase {
  margin-left: 10px;
}

.pdf-homepage > .container-fluid.m-0.bgcolor-2.py-5.px-4{
    padding-bottom: 3rem !important;
    padding-bottom: 1rem !important;
    padding-top: 3rem !important;
    padding-top: 2rem !important;
}

.info-aggiuntive-ricerca {
    list-style-type: none;
    padding-left: 0px;
}


/***** COOKIE BAR *****/
.cookie-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 10px;
    left: 20px;
    right: 20px;
    z-index: 999999;
    
    a {
        font-weight: bold;
        text-decoration: underline;
    }
    
    .custom-switch {
      font-size: 30px;
    }
    background: #006cb5;
    background: linear-gradient(180deg,#08c 0,#0077b3);
    color: white;
}

@media (max-width: 479px) {
    .cookie-bar {
      left: 5px;
      right: 5px;
    }
}

.remove-cookie-bar {
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    font-size: 16px;
}

.cookie-pref .modal-title{
    text-align:center;
}
.cookie-pref .btn-warning:hover{
    color:#fff;
}

element.style {
}
.cookie-pref .btn-warning:hover {
    color: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.cookie-pref a:active, a:focus, a:hover {
    color: #fff;
}

#cookie_type_:after{
    background-color: #f80;
}
.cookie-pref .border{
    border:none !important;
}


#cookie_type_optional:checked~.custom-control-label:before{
    background-color: #f80;
}