body {
    line-height: 22px;
    -webkit-font-feature-settings: 'lnum' 1;
    -moz-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    font-variant-numeric: lining-nums;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    float: left;
    width: 100%;
    overflow-x: hidden;
    color: #20419a;
    letter-spacing: .025em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #fff;
    padding-top: 110px;
}
@media (max-width: 768px) {
    body {
        padding-top: 105px;
    }
}
body.private {
    background-color: #f3f3f3;
}
h1, h2, h3, h4 {
    font-weight: bold;
}

p {
    color: #20419a;
}

a {
    color: #ffc929;
}

.q8-wrapper {
    width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    max-width: 100%;
    /*z-index: 100;*/
    position: relative;
    clear: both;
}

.q8-wrapper.q8-small {
    width: 900px;
}

.q8-wrapper.registration-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .col-md-9 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
@media (max-width: 640px) {
    .row {
        display: block;
        width: 100%;
        margin: 0;
    }
    .col-md-3,
    .col-md-9 {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body {
        padding-top: 0;

    }
}

/* --------------------------------------------------- */
/* header top ---------------------------------------- */
/* --------------------------------------------------- */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: #20419a;
    height: 40px;
}

.header-top .nav li a .nav-icon {
    width: 15px;
    height: 15px;
    margin: 0 -5px;
}

.header-top .nav li a {
    padding: 0 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 40px;
    font-weight: bold;
}

.header-top .nav li a:hover {
    color: #ffc929;
    background-color: #16368b;
}

/* --------------------------------------------------- */
/* header main --------------------------------------- */
/* --------------------------------------------------- */

.main-header {
    margin-bottom: -120px;
    background-color: #1A2352;
    height: 72px;
    clear: both;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
    z-index: 10;
    padding: 0 !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
}

.main-header .navbar-brand {
    margin: 0;
    padding: 0;
    position: absolute;
}

.main-header .navbar-brand .img {
    margin: 15px 40px;
    width: 199px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/Q8_Neg.svg");
}

.white-square {
    background-color: #fff;
    height: 90px;
    width: 90px;
}

.menu-utente {
    padding: 0 !important;
    background: none !important;
}

.icona-menu-utente {
    width: 80px;
    height: 90px;
    overflow: hidden;
    text-indent: -2000px;
    background: rgba(255, 255, 255, 0.2) url("../img/header/user_bianco_giallo.svg") center no-repeat !important;
    background-size: 30px;
}
.navbar-nav {
    margin: 0 auto;
    flex-direction: row;
}

@media (max-width: 768px) {
    .navbar-nav {
        display: none;
    }
}
.main-header .navbar-nav li.item-menu {
    display: inline-block;
    padding: 26px 0 27px;
    margin: 0 3px;
}

.main-header .navbar-nav li.item-menu a {
    color: #20419a;
    font-weight: bold;
    padding: 5px 12px;
    font-size: 16px;
    transition: all .5s ease;
}
.main-header .navbar-nav li.item-menu:hover a {
    background: #ffc929;
    text-decoration: none;
}
.menu-last {
    width: 200px;
    margin: 0;
    text-align: right;
    float: right;
}

@media (max-width: 990px) {
    .main-header {
        margin-bottom: -120px;
        height: 55px;
    }

    .main-header .navbar-brand .img {
        margin: 10px 20px;
        width: 147px;
        height: 35px;
        background-size: contain;
    }
    .main-header .navbar-nav li.item-menu {
        display: inline-block;
        padding: 14px 0 27px;
        margin: 0 3px;
    }


}

.breadcrumb {
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 0;
}

.breadcrumb span {
    display: inline-block;
    font-weight: bold;
    color: #20419a;
}
.breadcrumb span.active {
    color: #FFC61E;
}
.breadcrumb span:after {
    content: '/';
    display: inline-block;
    margin: 0 8px;
}
.breadcrumb span.active:after {
    display: none;
}


/* --------------------------------------------------- */
/* content ------------------------------------------- */
/* --------------------------------------------------- */

/* heading ------------------------------------------- */
.heading {
    background-color: #20419a;
    height: 640px;
    padding-top: 260px;
}

.heading .title {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 20px;
    font-weight: bold;
}

.heading .title span {
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
}

.heading .accesso p {
    color: #fff !important;
    font-size: 14px;
}

.heading .accesso span {
    color: #ffc929;
    font-size: 20px;
    font-weight: bold;
}

.heading ul {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
}

.heading ul li a {
    font-size: 14px;
    color: #ffc929 !important;
    font-weight: bold;
}

.heading ul li a::before {
    content: "∙ ";
}

img.img-heading {
    margin-left: 20px;
}

.title-aree {
    padding-top: 100px;
    padding-bottom: 30px;
}




/* errori/avvisi ------------------------------------------- */

.alert {
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    width: 80%;
    margin: 30px auto 50px;
}

.col-main .alert {
    width: 100%;
}
.alert .close {
    text-shadow: none;
    color: #000;
    font-size: 1rem;
}

.alert h2 {
    font-size: 20px;
}
.alert p {
    font-size: 16px;
}
.alert.alert-info,
.alert.alert-info h2,
.alert.alert-info p {
    color: #20419a;
}
.alert.alert-warning,
.alert.alert-warning h2,
.alert.alert-warning p {
    color: #fcb900;
    font-weight: bold;
}

.alert.alert-danger,
.alert.alert-danger h2,
.alert.alert-danger p {
    color: #c00;
}



/* generale ------------------------------------------- */

.col-main {
    background-image: url(../img/clubq8-starq8.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 0;
}
.millemiglia .col-main {
    background-image: url(../img/clubq8-alitalia.png);
    background-size: auto;
}

.testo-intro {
    text-align: center;
    max-width: 600px;
    padding: 100px 30px;
}

@media  (max-width: 640px) {
    .testo-intro {
        max-width: 100%;
    }
}

.form-content {
    flex: 1;
    max-width: 560px;
    margin: 0 auto auto;
}

.steps {
    margin: 30px 0 50px;
}
.steps img {
    max-width: 100%;
}

.input-group-addon,
.input-group-btn {
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    font-size: 1rem;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.input-group-addon {
    line-height: 50px;
    font-size: 1rem;
    font-style: italic;
    padding: 0 10px 0 20px;
}
.input-group-btn .btn-utility {
    line-height: 50px;
    height: 50px;
}
.btn-q8.btn-utility.btn-edit:after {
    background-image: url("../img/btn/matita.svg");
}
.btn-q8.btn-utility.btn-sync:after {
    background-image: url("../img/btn/sync.svg");
}

.form-group {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
    position: relative;
}
.form-group input,
.form-group option {
    background: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    z-index: 2;
    position: relative;
}
.form-group select.form-control {
    background: #fff;
    border: none;
}
.form-group.has-error input {
    border-bottom: 2px solid #c00;
}
span.error {
    color: #c00;
    font-size: 12px;
    background: #fff;
    display: block;
}

.form-group .form-control:focus {
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.form-group .form-control {
    border: none;
    outline: none;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    display: inline;
    -moz-appearance: menuarrow;
    appearance: menulist-button;
    line-height: 2;
}
.form-group .form-control[readonly] {
    background-color: transparent;
}

.form-group label {
    position: absolute;
    left: 20px;
    top: 0;
    font-weight: bold;
    line-height: 50px;
    transition: all .2s ease;
    z-index: 1;
    font-size: 15px;
}
.info-label {
    font-size: 15px;
}

.form-group.label-up label {
    top: -40px;
    font-size: 14px;
}
.form-group label span {
    font-weight: normal;
}
#modalAddressSpedizione .form-group label {
    top: -40px;
}
.obbligatorio {
    font-size: 14px;
    color: #c00;
}
.note-registrazione {
    font-size: 12px;
}
.btn.btn-carta {
    border-radius: 7px;
    background: #fff;
    color: #20419a;
    font-size: 20px;
    line-height: 20px;
    padding: 22px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    display: inline-block;
    margin: 5px 10px;
    font-style: italic;
    transition: all .3s ease;
}
.btn.btn-carta:hover {
    color: #fff;
    background: #20419a;
}

.info-privacy {
    background: #f3f3f3;
    margin: 10px 0;
    width: 100%;
}
.info-privacy th,
.info-privacy td {
    font-size: 12px;
    padding: 20px;
    border-bottom: 2px solid #fff;
}
.info-privacy th {
    text-align: center;
}
.info-privacy a {
    color: #20419a;
    font-weight: bold;
    text-decoration: underline;
}
.info-privacy td.separatore {
    background: #fff;
    font-size: 16px;
}


.backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(32,65,154,.8);
    z-index: 1000;
}
.backdrop .loader {
    width: 80px;
    height: 80px;
    font-size: 80px;
    color: #fff;
}


/* generale  ------------------------------------------- */
.table {
    margin-top: 50px;
    border-collapse: separate;
    font-size: 14px;
    display: block;
    overflow-x: scroll;
    max-width: 100%;
}
.table-full {
    display: table;
}
.table-interna {
    width: 100%;
}
.table caption {
    color: #20419a;
    font-weight: bold;
    text-align: left;
    caption-side: top;
    font-size: 16px;
    margin: 0 4px;
}
.table th {
    background: #20419a;
    color: #ffc929;
    padding: 10px;
    vertical-align: middle;
}
.table .table-interna th {
    background: #f3f3f3;
    color: #20419a;
}
.table td {
    padding: 10px;
    color: #20419a;
    background: #fff;
}
.table.table-stretta th,
.table.table-stretta td {
    padding: 5px 20px;
}
@media (max-width: 640px) {

    table {
        display: block;
        overflow-x: scroll;
    }

    table.table:before {
        content: 'Scorri per visualizzare le altre colonne';
        background: url("../img/swipe.svg") top left no-repeat;
        background-size: 18px;
        padding-left: 22px;
        display: block;
        font-size: 13px;
    }
}


.pagination {
    display: block;
    padding-left: 0;
    list-style: none;
}
.pagination li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    font-weight: bold;
}
.pagination li.active {
    background: #20419a;
    color: #ffc929;
}


.img-riepilogo {
    width: 350px;
}
@media (max-width: 640px) {
    .img-riepilogo {
        width: 120px;
    }
    #modalAddressSpedizione .form-label span {
        display: none;
    }
}
.punti-scheda-premio {
    width: 100%;
}
.punti-scheda-premio td {
    border: none;
}
.titolo-premio {
    font-size: 18px;
}
.istruzioni {
    font-size: 14px;
}
.indirizzo {
    margin: 0 0 40px;
    background: #fff;
    padding: 20px;
}
.prenotapremi .form-inline {
    margin-bottom: 40px;
}
.user-info {
    font-size: 28px;
    line-height: 1.2em;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.user-email {
    font-size: 14px;
}
.menu {
    margin-bottom: 50px;
}

.menu ul,
.menu li {
    display: block;
    margin: 0;
    padding: 0;
}
.menu a {
    display: block;
    line-height: 28px;
    color: #20419a;
    font-size: 14px;
    padding: 0 30px;
}
.menu .separator {
    display: block;
    line-height: 38px;
    background: #fff;
    font-weight: bold;
    padding: 0 30px;
    margin: 5px 0;
}
.menu a:hover {
    text-decoration: none;
    background-color: #fff;
}
.menu .m-aclienti,
.menu .m-areserv {
    background-color: #fcb900;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;
}

@media (max-width: 990px) {
    .menu .m-aclienti,
    .menu .m-areserv {
        font-size: 12px;
        line-height: 1.2em;
        padding: 12px;
    }


}

.menu .m-areserv.mb {
    display: none;
}
.menu .m-esci,
.menu .m-aclienti {
    background-size: 50px 24px;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}
.menu .m-aclienti {
    background-image: url("../img/icone/user_back.svg");
    background-color: transparent;
}
.menu .m-esci {
    background-image: url("../img/icone/quit.svg");
    box-shadow: 0 -9px 15px rgba(0,0,0,.2);
    line-height: 45px;
    margin-top: 15px;
}
@media (max-width: 640px) {
    .menu ul {
        max-height: 75px;
        overflow: hidden;
        transition: .5s ease;
    }
    .menu.open ul {
        max-height: 550px;
    }
    .m-aclienti {
        position: absolute;
        top: -47px;
    }
    .menu .m-areserv.dk {
        display: none;
    }
    .menu .m-areserv.mb {
        display: block;
        position: relative;
        height: 70px;
        line-height: 70px;
        padding: 0 10px;
    }
    .m-areserv:after {
        content: '';
        display: block;
        position: absolute;
        background: url("../img/icone/arrow_dropdown_blu.svg") center no-repeat;
        background-size: 13px;
        width: 55px;
        height: 70px;
        top: 0;
        right: 0;
        transition: .5s ease;
    }
    .menu.open .m-areserv:after {
        transform: rotate(180deg);
    }
    .menu .m-esci {
        box-shadow: 0 0 15px rgba(0,0,0,.2);
    }

}
.profilo .m-prof,
.movimenti .m-mov,
.movimenti-carta .m-carta,
.movimenti-q8pay .m-q8pay,
.movimenti-xpay .m-xpay,
.ricarica .m-ric,
.codici .m-cod,
.dispositivi .m-dev,
.storico .m-hist,
.premi .m-premi,
.transazioni .m-tx,
.prenotapremi  .m-premi,
.blocco .m-blocco,
.awin .m-awin,
.bonus .m-bonus,
.converti .m-conv,
.paypal .m-paypal,
.digitalpayment .m-digitalpayment,
.offerte .m-promo,
.residui .m-residui {
    /*
    background: url("../img/icone/arrow_right_blu.svg") right 8px no-repeat;
    background-size: 17px;
    */
    font-weight: bold;
}

.menu a i {
    font-size: 2em;
}

.titolo-area {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.dash-lastacces {
    float: right;
    font-size: 12px;
}

.area-privilege,
.dash-clubq8,
.dash-starq8 {
    background: #20419a;
    border-radius: 7px;
    color: #fff;
    padding: 20px 20px 8px;;
    margin-bottom: 20px;
}
.dash-clubq8 input {
    font-size: 14px;
    padding: 8px;
    background: rgba(255,255,255,.2);
    color: #fff;
    border: 0;
}
.dash-clubq8 input:focus {
    background: rgba(255,255,255,1);
    color: #20419a;
}
.dash-clubq8 input::placeholder {
    color: #fff;
}
.dash-clubq8 .btn-info {
    color: #20419a;
    background: #ffc929;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.dash-clubq8 .btn-danger {
    color: #fff;
    background: #c00;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.dash-starq8 {
    border-radius: 7px 7px 0 0;
    margin-bottom: 0;
}
.dash-starq8.privilege {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.area-privilege {
    padding: 0;
}
.area-privilege p,
.dash-clubq8 p,
.dash-starq8 p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.area-privilege p.avviso {
    color: #FCB900;
    font-size: 21px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 10px 5px;
    margin: 20px 0;
    text-align: center;
}
.area-privilege:after,
.dash-clubq8:after,
.dash-starq8:after {
    content: '';
    display: block;
    clear: both;
}
.dash-titolo {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 5px;
}

.dash-clubq8 .dash-titolo {
    border: none;
}
.dash-starq8 .dash-titolo {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.dash-titolo h2 {
    font-size: 14px;
    font-weight: bold;
    color: #ffc929;
    float: left;
    margin-right: 60px;
}
@media (max-width: 768px) {

    .dash-clubq8 .dash-titolo h2 {
        float: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        padding-bottom: 7px;
        margin-right: 0;
    }

}

.dash-starq8 h2 {
    float: none;
}

.dash-clubq8 h3,
.dash-starq8 h3 {
    clear: both;
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
}
.dash-clubq8 a,
.dash-starq8 a {
    color: #fff;
}
.dash-clubq8 strong,
.dash-starq8 strong {
    font-size: 24px;
}
.info-right {
    float: right;
}
.info-left {
    float: left;
}
/* programma millemiglia */

.dash-millemiglia {
    background: #fff url("../img/alitalia-millemiglia.jpg") 0 0 no-repeat;
    color: #196745;
    border: 1px solid #196745;
    border-radius: 5px;
    padding: 10px 10px 0 210px;
    min-height: 60px;
}
.dash-millemiglia:after {
    content: '';
    display: block;
    clear: both;
}
.dash-millemiglia h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    margin-right: 20px;
}
.dash-millemiglia p {
    color: #196745;
    font-size: 14px;
    line-height: 1.1rem;
    float: left;
    max-width: 410px;
}

a.btn-alitalia,
.btn-alitalia {
    /*color: #fff;*/
    /*background: #196745;*/
    /*float: right;*/
    background-color: #fff;
    color: #196745;
    float: left;
}
.btn-alitalia:hover {
    color: #ffc929;
}

/*a.btn-alitalia {*/
/*    background-color: #fff;*/
/*    color: #196745;*/
/*    float: left;*/
/*}*/

.btn-waiting i,
.btn-waiting svg {
    display: none;
}
.btn-primary.btn-waiting:not(:disabled):not(.disabled):active,
.btn-primary.btn-waiting:not(:disabled):not(.disabled):focus {
    color: #20419A;
    background: #FFC929;
}
.btn-waiting:active i,
.btn-waiting:focus i,
.btn-waiting:active svg,
.btn-waiting:focus svg {
    display: inline-block;
}
/*
riga 206                        $dialog.find('.modal-footer').prepend('<button type="button" class="btn btn-primary btn-waiting" data-dismiss="modal" onclick="$(this).prop(\'disabled\', true),transazioniLoytaltyPartnerController.updateStatusProcess()">Conferma <i class="fa fa-circle-notch fa-spin" </button>');

*/
@media (max-width: 640px) {
    .millemiglia .col-main {
        background: #fff;
    }

    .dash-titolo {
        line-height: normal;
    }
    .titolo-pagina {
        margin-bottom: 50px;
    }
    .info-left,
    .info-right {
        float: none;
    }
    .dash-millemiglia {
        background: #fff url("../img/alitalia-millemiglia.jpg") 15px top no-repeat;
        padding: 60px 20px 20px;
    }
    .btn-alitalia {
        float: none;
    }
    .millemiglia-center {
        text-align: center;
        margin: 10px 0 0 !important;
    }
}

.info-punti {
    clear: both;
    padding: 10px 0 30px;
}

.info-privilege,
.countdown-privilege {
    /*height: 240px;*/
    float: left;
    padding: 20px;
    color: #fff;
}
.info-privilege {
    width: 100%;
    background: #1E3786;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.countdown-privilege {
    width: 40%;
    background: linear-gradient(to bottom, #0F2F5F 0%, #20419A 100%);
    border-bottom-right-radius: 7px;
    text-align: center;
    padding: 40px 20px;
    color: #ffc929;
}
.countdown-privilege p {
    font-size: 17px;
    color: #ffc929;
}

@media(max-width:768px) {
    .info-privilege,
    .countdown-privilege {
        width: 100%;
    }
}
.confronto {
    clear: both;
    margin: 30px 0 0;
}
.confronto strong {
    font-size: 24px;
}
p.residuo {
    margin: 25px 0 15px;
    font-weight: bold;
    color: #ffc929;
}

.avanzamento {
    position: relative;
    height: 32px;
    margin-bottom: 24px;
}
.barra {
    height: 3px;
    background: #071A3C;
    margin-right: 32px;
    margin-top: 15px;
    position: relative;
    top: 15px;
}
.riempimento {
    height: 3px;
    background: linear-gradient(to right, #d8c077 0%, #f6eac5 100%);
}
.text-privilege {
    /*background: linear-gradient(to right, #f6eac5 0%, #d8c077 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8c077;*/
}
.stella {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 3px solid #071A3C;
    background: url("../img/icone/star-privilege.svg") center no-repeat;
    background-size: 80%;
}


/* swiper altre aree ------------------------------------------- */

.swiper-slide {
    background: #fff;
    border-radius: 7px;
    padding: 40px 50px;
}

.swiper-slide p {
    font-size: 14px;
}
.slide-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.img-promoz {
    width: 50%;
}
@media(max-width:768px) {
    .swiper-slide {
        border-radius: 7px;
        padding: 20px;
    }

    .img-promoz {
        width: 100%;
    }
}


/* altre aree ------------------------------------------- */

.converti-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(30, 55, 134, 0.8);
}
.converti-backdrop.aperto {
    display: block;
}
.converti-modal {
    background: #fff;
    border: 1px solid #1D22C3;
    border-radius: 5px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
}
.converti-modal-body {
    padding: 20px 50px;
}
.converti-modal-footer {
    text-align: center;
    padding: 0 20px 50px;
}
.converti-modal-close {
    color: #1D22C3;
}
.converti-modal .btn-q8.btn-utility {
    background: #656565;
    color: #fff;
}
.converti-modal .btn-q8.btn-utility:hover {
    background: #8e8e8e;
    color: #eee;
}
.ricarica-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(30, 55, 134, 0.8);
}
.ricarica-backdrop.aperto {
    display: block;
}
.ricarica-modal {
    background: #fff;
    border: 1px solid #1D22C3;
    border-radius: 5px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
}
.ricarica-modal-body {
    padding: 20px 50px;
}
.ricarica-modal-footer {
    text-align: center;
    padding: 0 20px 50px;
}
.ricarica-modal-close {
    color: #1D22C3;
}
.ricarica-modal .btn-q8.btn-utility {
    background: #656565;
    color: #fff;
}
.ricarica-modal .btn-q8.btn-utility:hover {
    background: #8e8e8e;
    color: #eee;
}
.satispay-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(30, 55, 134, 0.8);
}
.satispay-backdrop.aperto {
    display: block;
}
.satispay-modal {
    background: #fff;
    border: 1px solid #1D22C3;
    border-radius: 5px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
}
.satispay-modal-body {
    padding: 20px 50px;
}
.satispay-modal-footer {
    text-align: center;
    padding: 0 20px 50px;
}
.satispay-modal-close {
    color: #1D22C3;
}
.satispay-modal .btn-q8.btn-utility {
    background: #656565;
    color: #fff;
}
.satispay-modal .btn-q8.btn-utility:hover {
    background: #8e8e8e;
    color: #eee;
}
.attenzione {
    font-size: 12px;
    text-align: right;
}

.bg-gray {
    background-color: #f2f2f2;
    margin-top: 100px;
    padding: 100px 0;
}
.bg-gray .title-aree {
    padding-top: 0;
}

.box.box-dashboard.box-servizi {
    border: 2px solid #fff;
    background-color: #fff;
    min-height: 285px;
}

.box.box-dashboard.box-servizi:hover {
    border: 2px solid #ffc929;
}

.box-punti {
    font-size: 52px;
    font-weight: bold;
    height: 85px;
    display: block;
}

.titolo-pagina {
    font-size: 18px;
    margin-bottom: 35px;
}
.info {
    font-size: .9em;
}

.alert-info {
    color: #20419A;
    font-size: 1.2em;
    padding: 1em;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
}
.alert-blu {
    color: #fff;
    background: #20419A;
    text-align: center;
    padding: 1.5em 2.5em;
    font-size: 1.2em;
}
.alert-blu h3 {
    font-size: 1.2em !important;
}
.alert-blu a:hover {
    color: #fff;
    text-decoration: underline;
}
.alert-info a {
    color: #20419A;
    text-decoration: underline;
}
.alert-info .alert-icona {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}
.alert-info:after {
    content: '';
    clear: both;
}
.alert-opt {
    padding-left: 85px;
    background: #fff url("../img/icone/opt.svg") 12px center no-repeat;
    background-size: 56px;
}
.opt-group {
    max-width: 50%;
    margin: 35px auto
}
@media (max-width: 640px) {
    .opt-group {
        max-width: 100%;
        margin:20px;
    }
}
.sottotitolo-pagina {
    font-size: 15px;
    margin-bottom: 0;
}
.sottotitolo-pagina:last-child {
    margin-bottom: 25px;
}

.private h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.testoprivacy {
    padding: 20px;
    border-radius: 7px;
}

/* --------------------------------------------------- */
/* footer -------------------------------------------- */
/* --------------------------------------------------- */
#footer {
    background-image: url("../img/bg_footer.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

#footer .section .label {
    width: 100%;
    padding-left: 15px;
    color: #ffc929;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#footer .section .label:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 2px;
    margin-top: -1px;
    background: #ffc929;
}

#footer .section ul {
    width: 100%;
    float: left;
    display: block;
    padding-left: 15px;
    margin: 0;
}

#footer .section ul li {
    width: 100%;
    display: block;
    float: left;
}

#footer .section ul li a {
    line-height: 20px;
    float: left;
    width: auto;
    color: #fff !important;
    font-size: 12px;
}

.footer {
    background: #1A2352;
    padding: 12px 31px;
    margin: 0 -12px;
}

.logo-footer {
    width: 110px;
    height: 44px;
    background: url("../img/Q8_Neg.svg") no-repeat;
}
.logo-footer,
.copyright-footer,
.links-footer {
    display: inline-block;
}
.copyright {
    color: #fff;
    font-size: 12px;

}

.modal-backdrop {
    background-color: #20419A;
}
.modal-backdrop.fade {
    opacity: .8;
}
.modal-open .modal {
    opacity: 1;
}
.modal.fade .modal-dialog {
    transform: translate(0, 0);
}
.modal-body table  {
    max-width: 100%
}

/* --------------------------------------------------- */
/* gestione indirizzi spedizione / fatturazione ------ */
/* --------------------------------------------------- */

.modal.modal-address .modal-dialog{
    transform: none;
}

.modal.modal-address .modal-dialog .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.modal.modal-address .modal-dialog .row .form-group input{
    border:1px solid #ced4da;
}

.modal.modal-address .modal-dialog .row .form-group.has-error input{
    border-bottom: 2px solid #c00
}

.indirizzo-container {
    border: 1px solid #ced4da;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.indirizzo-container a {
    color: #20419A;
    font-weight: bold;
}
.indirizzo-container input{
    position: absolute;
    left: 10px;
    top: 13px;
}

.indirizzo-container label{
    padding: 10px 10px 10px 0;
    margin:0;
    display: block;
    cursor: pointer;
}

.indirizzo-container label span{
    display: block;
}

.indirizzi-profilo-container{
    margin-bottom: 40px;
}

.indirizzi-profilo-container .row{
    min-height: 150px;
}

.indirizzi-profilo-container .row > div{
    margin-bottom: 20px;
}

.indirizzi-profilo-container .indirizzo-box{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    min-height: 150px;
    position: relative;
    padding-bottom: 42px;
}

.indirizzi-profilo-container .indirizzo-box p {
    margin: 0;
}

.indirizzi-profilo-container .indirizzo-box p.small {
    font-size: 14px;
}

.indirizzi-profilo-container .indirizzo-box .indirizzo-actions{
    position: absolute;
    bottom: 10px;
}

.indirizzi-profilo-container .indirizzo-box .indirizzo-actions a:first-child{
    border-right: 1px solid #bbb;
    padding-right: 8px;
    margin-right: 8px;
}

.indirizzi-profilo-container .indirizzo-box-add{
    font-size: 60px;
    color: #ced4da;
}

.indirizzi-profilo-container .indirizzo-box-add i, .indirizzi-profilo-container .indirizzo-box-add svg{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -26px;
}

.indirizzi-profilo-container .indirizzo-box-add a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------- */
/* pagina ordini ------------------------------------- */
/* --------------------------------------------------- */

.alert-order{
    padding: 0;
    overflow:hidden;
    margin:30px auto;
}
.alert-order .alert-header{
    background: #e9ecef;
    padding:0.8em 1em;
}
.alert-order .alert-header label, .alert-order .alert-header p{
    margin-bottom: 0;
    color: #495057;
    line-height: 14px;
}

.alert-order .alert-header label{
    font-size:.8em;
}
.alert-order .alert-header p{
    font-size:15px;
}
.alert-order .alert-body{
    padding:1em;
}

.alert-order .alert-body h6{
    font-size:1.1rem;
    width: calc(100% - 200px);
}
.alert-order .alert-body .rewards{
    font-size:15px;
    width: 200px;
}

.alert-order .alert-body .rewards span:last-child{
    margin-left: 15px;
}

.alert-order .alert-body .address-container{
    width: calc(100% - 130px);
}
.alert-order .alert-body .voucher-container{
    width: 130px;
}

.alert-order .alert-body .address-container .btn-link{
    padding:0;
}
.alert-order .alert-body .voucher-container .btn-q8{
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.alert-order .alert-body .voucher-container .btn-q8:after{
    display:none;
}
.popover.fade.in{
    opacity: 1;
}

.popover-address
{
    padding:10px;
}
.popover-address p
{
    line-height: 20px;
    margin:0;
}

.ui-datepicker-next span {
    border: 1px solid #000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
}
.ui-datepicker-prev span {
    border: 1px solid #000;
    border-width: 2px 2px 0 0;
    transform: rotate(225deg);
    width: 12px;
    height: 12px;
}
.dashboard-printable {
    display: none;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background: #20419a;
}
/*.btn-q8.btn-utility {*/
/*    padding: 0 70px 0 60px;*/
/*}*/

.form-group .power-container {
    background-color: #2E424D;
    width: 100%;
    height: 15px;
    border-radius: 5px;
}

.form-group .power-container #power-point {
    background-color: #D73F40;
    width: 1%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s;
}

/* registrazione */

.section-separator {
    margin-top: 2rem;
    text-align: center
}

.section-separator-text {
    position: relative;
    padding: 0 .5rem
}

.section-separator-text:before,
.section-separator-text:after {
    content: "";
    display: block;
    width: 7.9rem;
    position: absolute;
    top: .5rem;
    border-top: 1px solid rgba(0,0,0,.12)
}

.section-separator-text:before {
    right: 100%
}

.section-separator-text:after {
    left: 100%
}

.btn-social {

    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-text {
    line-height: 1.2rem;
}

.btn-light {
    color: #000;

}

.btn-light:hover {
    background-color: #e8e8e8;
    border-color: #fbfbfb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn-black {
    color: white;
    background-color: black;
}

.btn-black:hover {
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn-facebook {
    color: white;
    background-color: #1977f3
}

.btn-facebook:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn-google .logo,.btn-appleid .logo,.btn-facebook .logo {
    width: 1.5rem
}

#privacy-container {
    max-width: 700px;
}

#paragraph-content {
    text-align: left;
}
