
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic,500,500italic,700,700italic,300italic);
@import url(https://fonts.googleapis.com/css2?family=Orbitron&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Orbitron&display=swap);

/* Hierarchical Navigation */

:root{
    --color-success:#4caf50;
    --color-danger: #d0181e;
    --color-warning: rgba(251, 149, 3, 1);
    --color-grey: rgba(41, 43, 44, 1);
    --color-grey-tras: rgba(41, 43, 44, 0.5);
    
    --color-shadow: rgba(41, 43, 44, 0.2);
    --font-text: 'Open Sans',  sans-serif;
    --font-title: 'Ubunto', sans-serif;
    --font-link: 'Orbitron', sans-serif;
    --font-btn: 'Montserrat', sans-serif;

    --color-base: rgba(17, 176, 225, 1);
        --color-base-tras: rgba(17, 176, 225, 0.85);
        --color-base-shadow: rgba(17, 176, 225, 0.45);
        --color-base-medium: rgba(17, 176, 225, 0.6);
        --color-sec: rgba(155, 204, 81, 1);
        --color-sec-tras: rgba(155, 204, 81, 0.85);
        --color-sec-shodow: rgba(155, 204, 81, 0.2);
}
#DataTables_Table_1_wrapper .mb3{
    display: none;
}
.icon-pos{
    position: relative;
    top: -20px;
    right: 10px;    
}

.w50{
    width: 50px;;
}

.stats-top-50 {
    padding-top: 50px;
}
.stats-top-25 {
    padding-top: 25px;
}

.stats-label {
    width: 170px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.stats-box-under {
    margin: 0px auto;
    width: 120px;
    color: #fff;
    font-size: 11px;
    line-height: 10px;
    padding: 6px 0px 1px 0px;
    border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.stats-box-upper {
    margin: 0px auto;
    width: 120px;
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    padding: 10px 0px 1px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.stats-box-overlay-blu, .stats-box-overlay-green {
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    top: 0px;
    height: 0px;
}
.stats-box, .stats-box-text, .stats-box-overlay-blu, .stats-box-overlay-green {
    width: 170px;
    height: 170px !important;
    display: block;
    text-align: center;
    font-size: 25px;
}

.stats-box,
.stats-box-text,
.stats-box-overlay-blu,
.stats-box-overlay-green {
    width: 170px;
    height: 170px !important;
    display: block;
    text-align: center;
    font-size: 25px;
}



.info-notifica {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

body{
    color: var(--color-grey);
    font-family:  var(--font-text);
}

.centered{
    text-align: center;
}

.right{
    text-align: right;
}
.obbligatori{
    line-height: 37px;
}

/** FONTS FAMILY **/

.breadcrumbs,.nav-link-text,th,.panel-hdr h2,.table th,.modal-title,.page-footer,.nav-menu a,.nav-title,.accordion .card .card-header,.custom-gradient,
.link-login a,.cf,#credito-residuo,.desc-btn-big , .tooltip .tooltip-inner {
    font-family: var(--font-title);
}



/*   Gestione Menù */

.nav-menu li a>[class*=fa-],.nav-menu li a>.ni , .nav-menu li a  ,.nav-menu li a:hover>[class*=fa-],
.nav-menu li a:hover>.ni , .nav-menu li.active>a:hover>[class*=fa-],
.nav-menu li.active>a:hover>.ni {
    color:#FFF
}

.nav-title{
    color: rgb(227 230 231 / 33%);
    font-weight: 500;
    margin-top: 0px;
}

.nav-menu li>ul li a {
    color: rgb(255 255 255 / 80%);
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul:before {
   border-left: 1px solid rgb(255 255 255 / 80%);
}

/* Breadcrumbs */

.breadcrumbs,.panel-hdr h2,.table th,.modal-title,.page-footer,.link-login a {
    text-transform: uppercase;
}

.breadcrumbs , th {
    font-size: 12px;
}

/*
    Gestione Footer
*/

.footer-icon-link{
    color: #FFF;
    font-weight: 600;
}

th {
    font-weight: 500;
}

.pt7r {
    text-align: right;
    padding-top: 7px;
}

.pt7 {
    padding-top: 7px;
}

.btn-radius{
border-radius: 20px;
}
/*    Gestione Tooltip */

.tooltip.top .tooltip-arrow{
background-color: var(--color-base) !important;
}

.tooltip.bottom .tooltip-arrow{
background-color: var(--color-base) !important;
}

.tooltip .arrow:before {
    border-top-color: var(--color-base) !important;
}

.tooltip .tooltip-inner {
    background-color: var(--color-base);
    font-weight: 400;
   
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"].arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"].arrow::before,
.bs-tooltip-auto[x-placement^="left"].arrow::before,
.bs-tooltip-auto[x-placement^="right"].arrow::before
{
    border-top-color: var(--color-base) !important;;
}

/*
    Gestione Header
*/

.header-icon:not(.btn)[data-toggle=dropdown][data-toggle=dropdown]:after {
background:none !important
}

/**
   INFO - DANGER - WARNING - SUCCESS
*/

.out-green {
    border: var(--color-success) 1.5px solid;
}

.out-red {
    border: var(--color-danger) 1.5px solid;
}

.out-orange {
    border: var(--color-warning) 1.5px solid;
}

.out-orange:hover , .out-green:hover , .out-red:hover , .btn-table-success .icona-custom  , .btn-table-warning .icona-custom , .btn-table-danger .icona-custom{
    color: #FFF !important
}

.status-green , .out-green{
    color: var(--color-success) !important
}

.status-red , .out-red {
    color: var(--color-danger) !important
}

.status-orange , .out-orange {
    color: var(--color-warning) !important
}

.badge-green , .out-green:hover , .btn-table-success .icona-custom , .info-notifica-success , .info-summer-success, .badge-success {
    background-color: var(--color-success) !important
}

.badge-red , .out-red:hover ,  .btn-table-danger .icona-custom  , .info-notifica-danger , .badge-danger {
    background-color: var(--color-danger) !important
}

.badge-orange , .out-orange:hover , .btn-table-warning .icona-custom , .info-notifica-warning , .info-summer-warning , .badge-warning {
   background-color:  var(--color-warning) !important
}

.info-summer {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.header-icon-box{
    border: 1px solid;
    font-size: 20px;
    line-height: 30px;
    border-radius: 50%;
    height: 30px;
    margin: 16px auto;
    width: 30px;
    padding: 0px;
    display: block;
    cursor: pointer;
    font-weight: bold;;
}

.out-default{
    border: var(--color-grey) 1.5px solid;
    color: var(--color-grey);
}

.out-default:hover {
    border: var(--color-base) 1.5px solid;
    background: var(--color-base);
    color: #FFF;
}



/**
   Gestione pulsanti e icone 
*/

.btn-table .icona-custom,.btn-header .icona-custom ,
.btn-table-colored .icona-custom  {
    color: #000;
    line-height: 16px;
    padding: 8px 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.10);
}

.btn-table-colored:hover .icona-custom {
    box-shadow: none;
 
}

.btn-primary , .btn-outline-secondary{
    text-transform: uppercase;
}

.btn-outline-secondary:hover{
    background: var(--color-grey-tras);
    border-color: var(--color-shadow)
}

.link-grey{
    color: var(--color-grey);
    text-decoration: underline !important;
    font-weight: 500;
}
.link-grey:hover{
    color: var(--color-base);
    text-decoration: underline !important;
}

.color-primary-500{
    color: var(--color-base-medium);
}

.color-primary-300{
    color: var(--color-base);
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-title);
}

.alert {
    padding: 1rem 1rem;
    margin-bottom: 1.2rem;
}

/*
    LOGIN PAGE 
*/

#logo-login{
    height: 40px;;
}

.link-login a {
    padding: 0px 5px;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--color-grey);
}

.link-login a:hover{
    text-decoration: underline;
    color: var(--color-base);
}

.page-header,
.modal-header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.modal-header{
    font-family: var(--font-title);
    background: var(--color-base-tras);
    color: #FFF;
}

#footer-login .link-login a{
    color: #FFF;
}
#footer-login{
    background: var(--color-grey-tras);
}

.panel-footer {
    margin-top: 30px;
    border-top: #E5E5E5 1px solid;
    padding: 15px 0px 5px 0px;
}
.modal-footer {
    border-top: #E5E5E5 1px solid;
}
#footer-site{
    text-transform: uppercase;
    font-size: 10px;
    border-top:var(--color-shadow) 1px solid;
}

.bg-trans-gradient {
    background: linear-gradient(250deg, var(--color-base-medium),var(--color-base) );
}



.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.has-length .input-group-text:not([class^=bg-]):not([class*=" bg-"]) {
    background: var(--color-base);
}

.custom-control-input:checked~.custom-control-label::before,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-base);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.form-control:focus,
.custom-control-input:checked~.custom-control-label::before,
.select2-container--open .select2-dropdown--below,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-color: var(--color-base);
}

.colored{
    color: var(--color-base);
}


.btn-primary {
    -webkit-box-shadow: 0 2px 6px 0px var(--color-base-shadow) !important;
    box-shadow: 0 2px 6px 0 var(--color-base-shadow) !important;
}

.btn-primary,
.swal2-styled.swal2-confirm {
    background-color: var(--color-base-tras);
    border-color: var(--color-base-tras);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-base);
    border-color: var(--color-base);
}

.gdpr-btn {
    color: var(--color-base-tras);
}

.gdpr-btn:hover {
    color: var(--color-base);
    text-decoration: underline
}

/*
    Form staff
*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--color-base-shadow)!important;
    border-color: var(--color-base);
    color: var(--color-base);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    color: var(--color-base);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {

    color: var(color-base-tras);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: var(--color-base-shadow) !;
    color: var(--color-base);
}

#help {
    background: var(--color-base);
}

.swal2-icon.swal2-error {
    border-color:var(--color-danger)
}

.error-consenso,
.custom-error {
    color: var(--color-danger);
    display: none;
    font-style: italic;
    font-weight: 300;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color:var(--color-danger)
}

.swal2-icon.swal2-success [class^='swal2-success-line'],.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: var(--color-success)
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid var(--color-success)
}

/* PULSANTI BIG */

.pulsante-new .pacchetto-desc,
.pulsante-new .icon-btn-big,
.pulsante-new {
    padding-top: 20px;
}

.pulsante-new-home {
    height: 100px;
    padding-top: 5px;
    margin-bottom: 10px
}

.pulsante-new-home .pacchetto-desc {
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    color:#000;
}

.pulsante-new-home .btn-big-home .icon-btn-big {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 15px;
}

.pulsante-new-home .desc-btn-big {
    font-size: 14px;
    padding-top: 10px;
        color: rgb(68, 68, 68);
}

.pulsante-new-home-hover {

    background: #dee2e6;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #c6c6c6;
    color: #333;
}

.pointer {
    cursor: pointer;
}


.desc-btn-big {
    font-size: 20px;
    padding-top: 5px;
    display: block;
}

.pacchetto-desc {
    text-align: center;
    line-height: 25px;
    font-family: var(--font-title);
    padding: 0px 0px 10px 0px;
}

.a-btn-big-pacchetto,
.a-btn-big-acquisto {
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-bottom: 20px;
}

.pulsante-big {
    padding: 20px; 
}

.a-btn-big {
    width: 150px;
    height: 150px;
    line-height: 50px;
    padding-top: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.icon-btn-big {
    color: #fff;
    padding: 10px;
    border: #ddd 1px solid;
    border-radius: 50%;
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.progresso .icona-custom {
    color: #000;
    line-height: 16px;
    padding: 8px 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.10);
    cursor: pointer !important;
}

/* nonSaprei343# */

.progresso {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
}

.barOverflow {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden;
    /* Comment this line to understand the trick */
    width: 200px;
    height: 100px;
    /* Half circle (overflow) */
    margin-bottom: -10px;
    /* bring the numbers up */
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 10px solid #b5d711;
    /* half gray, */
    border-bottom-color: #19b4ed;
    /* half azure */
    border-right-color: #19b4ed;
}

.pr-detail {
    margin-top: -95px
}

.pr-totale {
    color: #FFF;
    line-height: 30px;
    font-size: 20px;
    padding-top: 9px;
    background-image: url("../images/bg-circle.png");
    background-repeat: no-repeat;

    background-position: center;
}

.background-tint {
    background-color: rgba(200, 100, 0, .5);
    background-blend-mode: multiply;
}



.pr-titolo {
    color: #989898;
    line-height: 35px
}

.pr-subtitolo-no-promo {
    color: #989898;
    line-height: 35px
}

.pr-titolo-no-promo {
    color: #989898;
    line-height: 35px
}

.pr-percent {
    width: 15%;
    display: inline-block;
    color: #0d476d;
    text-align: right;
    font-size: 18px;
    font-weight: 700
}

.pr-percent-no-promo {
    font-size: 18px;
    font-weight: 700;
    line-height: 2px
}

.pr-icon {
    width: 24%;
    display: inline-block;
    text-align: center
}

.pr-promo {
    width: 40%;
    color: #FFF;
    font-size: 11px;
    background-color: #b5d414;
    border-radius: 2px;
    display: inline-block;
    text-align: center
}


.pr-tipo-red {
    color: #ee2922
}

.pr-tipo-green {
    color: #b5d711
}

.alert-small{
    padding: 5px; 
    margin-top: 0px;
    margin-bottom: 0px;
} 
.alert-small  .flex-fill{
   

}


.btn-pill{
    border-radius: 20px;
}

#DataTables_Table_0_wrapper .mb-3 , #DataTables_Table_1_wrapper .mb-3{
    display: none;
}
.btn-header{
    padding-right: 0px; 
    padding-left: 7px;
}

.btn-outline-secondary , .btn-primary{
    margin-left: 10px;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 2.5625rem;
    top: 44px;
    bottom: 0;
    border-left: 1px solid #614b82;
}


.input-group>.select2-container--default {
    width: auto !important;
    flex: 1 1 auto !important;
}

.input-group>.select2-container--default .select2-selection--single {
    height: 100% !important;
    line-height: inherit !important;
}

.info-sms {
    padding-left: 10px;
    border-bottom: 1px #E5E5E5 solid;
    border-right: 1px #E5E5E5 solid;
    border-left: 1px #E5E5E5 solid;
    border-color: #d6d3da;
    min-height: 30px;
    line-height: 30px;
    background-color: #f3f3f3;
    border-bottom-left-radius:4px !important;
    border-bottom-right-radius:4px !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #495057;
    background-color:#f3f3f3;
    border-color: #E5E5E5;
    box-shadow: none !important;
}
.btn-inline{
    margin-left: 0px;
    box-shadow: none !important;
}
.m38{
    min-height: 38.5px !important;
}
.m40{
    min-height: 40px;;
}

.nb-bottom{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

   .desc-btn-big {
       font-size: 19px;

   }

   #qr-canvas {
       margin: auto;
       width: calc(100% - 20px);
       max-width: 400px;
   }


.ribbon-classifica {
    position: absolute;
    left: -2px;
    top: -3px;
    height: 35px;
    width: 35px;
}


.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #2ecc71;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--osvaldoFont);
    font-size: 12px;
    padding-left: 10px;
}



.header-tutorial {
    text-transform: uppercase;
    font-family: var(--osvaldoFont);
    font-size: 15px;
    color: #FFF;
    padding: 0.75rem 1.5rem;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

#box-posizioni {
    margin: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
}
#intestazione {
    margin: 10px 5px 0px 5px;
    padding: 5px;
}
.row-posizione {
    color: #FFF;
    margin: 10px 10px 10px 10px;
    min-height: 35px;
    margin-right: 20px;
    margin-left: 20px;
}

.ribbon-classifica {
    position: absolute;
    left: -2px;
    top: -3px;
    height: 35px;
    width: 35px;
}
.numero {
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
    -moz-box-shadow: 2px 2px 2px #333333, 5px 6px 3px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 2px 2px 2px #333333, 5px 6px 3px rgb(0 0 0 / 50%);
    box-shadow: 2px 2px 2px #333333, 5px 6px 3px rgb(0 0 0 / 50%);
    height: 35px;
}

#fine-fidelity {
    background: rgba(255, 255, 255, 0.5);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #808285 !important;
    font-size: 14px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#box-premi {
    background: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
        padding-top: 10px;
}

.logo-fidelity {
    width: 250px;
}
.testo-classifica {
    margin-top: 30px;
}

.only-phone {
    display: none
}

.titolo-classifica {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Orbitron', sans-serif;
}

.modal-no-padding{
    padding: 0px;
}
.modal-no-padding table {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer .container .col-md-6 {
        text-align: center !important
    }

    .table-phone {
        display: table-cell
    }

    .no-phone {
        display: none
    }

    .only-phone {
        display: none
    }

    #container-classifica {
        height: 1120px !important;
        margin-top: 80px !important;
    }

    #container-classifica .intro-content-inner {

        vertical-align: top !important;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .footer .container .col-md-6 {
        text-align: center !important
    }

    .table-phone {
        display: table-cell
    }

    .no-phone {
        display: none
    }

    .only-phone {
        display: block
    }

    #container-classifica {
        height: 1120px !important;
        margin-top: 80px !important;
    }

    #container-classifica .intro-content-inner {
        margin-top: 80px !important;
        vertical-align: top !important;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer .container .col-md-6 {
        text-align: center !important
    }

    .table-phone {
        display: table-cell
    }

    .no-phone {
        display: none
    }

    .only-phone {
        display: block
    }

    #container-classifica {
        height: 1120px !important;
        margin-top: 80px !important;
    }

    #container-classifica .intro-content-inner {
        margin-top: 80px !important;
        vertical-align: top !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (max-device-width: 736px) {
    .footer .container .col-md-6 {
        text-align: center !important
    }

    .table-phone {
        display: table-cell
    }

    .no-phone {
        display: none
    }

    .only-phone {
        display: block
    }

    #container-classifica {
        height: 1120px !important;
        margin-top: 80px !important;
    }

    #container-classifica .intro-content-inner {
        margin-top: 80px !important;
        vertical-align: top !important;
    }
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
}


/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    .footer .container .col-md-6 {
        text-align: center !important
    }

    .table-phone {
        display: table-cell
    }

    .no-phone {
        display: none
    }

    .only-phone {
        display: block
    }

    #container-classifica {
        height: 1120px !important;
        margin-top: 80px !important;
    }

    #container-classifica .intro-content-inner {
        margin-top: 80px !important;
        vertical-align: top !important;
    }
}


@media only screen and (max-device-width: 768px) {

    #box-bg {
        max-height: 570px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #box-posizioni {
        margin: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .logo-fidelity {
        width: 200px
    }

    .titolo-classifica {
        font-size: 17px;
    }

    .footer {
        padding: 40px 0px 40px 0px;
    }

    .footer .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer .container .col-md-6 {
        margin: 0px !important;
        padding: 0px !important;
    }
}


.btn-primary,
.btn-outline-secondary {
    border-radius: 20px;
    text-transform: uppercase;
}

.scadenza-card {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}

.fidelity-card-scadenza {
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 2px;
}

.scadenza-card-giorni {
    color: var(--color-1);
    font-weight: 700;
    font-size: 16px;
}

#fidelity-acquisto-title {
    color: var(--color-1);
    font-weight: 700;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bold{
    font-weight: 700;
}
.sconto-title{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.pager {
    width: 100%;
    text-align: center !important;
    margin: 0px auto !important;
}

.pager-top {
    padding-right: 10px;
    margin-top: 10px;
    text-align: center;
}

.pager-admin-grid,
.pager-panel-content {
    padding-top: 0px !important;

}

.pagination-new {
    display: block;
}

.pagination-new .first,
.pagination-new .last,
.hidden-custom {
    display: none;
}
.pagination-new li {
    display: inline-block;
}

.pagination-new li a,
.pagination-new li span {
    border: 0;
    transition: all .3s;
    padding: 5px 8px;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
}
.pagination-new .selected a {
    color: #FFF;
}
.small-image{
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.btn-warning-update{
    cursor: pointer;
}