﻿* {
    outline: none;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    background-color: white;
    color: #001727;
    z-index: 1;
    background-image: url("../Immagini/Directa/BackGround_Directa_light.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    background-position-x: 20px;
    background-position-y: -200px;
}

b {
    color:#0c380a;
    font-weight:400;
}

.body-container {
    max-width:1200px;
    margin:auto;
}


fieldset {
    border: none;
}

.prenotazioneBollettino-altreInformazioniRichieste legend {
    display: none;
}

h1 {
    letter-spacing: 2px;
    color: #FDFDFD;
    font-size: 80px;
    font-weight: 800;
}

h2 {
    color: #0DAAAF;
    font-size: 20px;
    line-height: 22px;
}

ul {
    list-style-type:none;
}

a:active, a:link, a:visited {
    color: #001727;
}

a:hover {
    color: white;
}

.header {
    height: 54px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 6px 20px 0 rgba(33,70,115,0.22);
    position: fixed;
    z-index: 10000;
}

    .header .container {
        max-width:1200px;
        margin:auto;
    }

    .header .logo {
        float: left;
        background-image: url(../Immagini/Directa/logo.png);
        background-size: contain;
        width: 160px;
        height: 30px;
        background-repeat: no-repeat;
        margin-top: -7px;
    }


.header-nav {
    margin: auto;
    text-align: right;
    margin-top:18px;
    padding-right:8px;
}

    .header-nav a {
        font-size:14px;
        font-weight:bold;
        text-decoration: none;
        margin-left: 20px;
        text-transform: uppercase;
    }

        .header-nav a,
        .header-nav a:active,
        .header-nav a:link,
        .header-nav a:visited {
            color: #949494 !important;
        }

        .header-nav a,
        .header-nav a:hover{
            color: #5cb85c !important;
        }

.main {
    margin: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.prenotazioneBollettino-prefooter {
    font-size: 13px;
    color: #0c380a;
    padding: 6px;
    margin-top: 10px;
    height: 117px;
    width: 500px;
    line-height: 15px;
    text-align: right;
    float: right;
}

    .prenotazioneBollettino-prefooter li {
        margin-top:8px;
    }

    .footer {
        bottom: 0px;
        color: #FDFDFD;
        background-image: url("Immagini/footer.png");
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        width: 100%;
    }

.footer .container {
    max-width:1200px;
    margin:auto;
}

.footer-nav {
    text-align: left !important;
    padding: 2px 2px;
    height: 30px;
    z-index: -1;
    background-color: #F6F9FC;
}

    .footer-nav ul {
        max-width: 1200px;
        margin: auto;
    }

    .footer-nav li {
        padding: 4px 14px;
        display:inline-block;
    }

    .footer-nav a,
    .footer-nav a:visited,
    .footer-nav a:link,
    .footer-nav a:active {
        font-size: 12px;
        color: #001727;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 800;
    }

.footer-info {
    padding: 6px 0px 0px 2px;
    font-size: 11px;
    height: 20px;
    text-align: left;
    background-color: #0c380a;
    color: white;
}
/*

.footer-banner {
    position: fixed;
    margin: auto;
    height: 60px;
    background-color: #073846;
    bottom: 0px;
    width: 100%;
}

    .footer-banner .banner {
        height: 60px;
        margin: auto;
        min-width: 500px;
        max-width: 1000px;
    }

    .footer-banner .logo-gedea {
        float: right;
        margin-right: 120px;
        width: 180px;
        height: 200px;
        background-image: url("../Common/Immagini/logo_gedea.png");
        background-repeat: no-repeat;
        background-size: contain;
    }*/
.esitoOperazione {
    color: #FFFFFF;
    z-index: 10;
}

.esitoOperazionePositiva {
    font-size: 20px;
    font-weight: 800;
    color: #1dca1b;
}

.esitoOperazioneNegativa {
    padding: 6px 20px 6px 20px;
    color: #000000;
    vertical-align: middle;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: Solid;
    border-bottom-width: 12px;
    border-color: #FFD300;
    background-color: #FFFFFF;
    font-size: 14px;
    min-height: 20px;
    max-height: 150px;
    overflow-y: auto;
}

.esitoOperazioneAlert {
    font-size: 20px;
    font-weight: 800;
    color: #FF6600;
}




#MessaggioNotifica {
    padding: 25px;
    border: 10px solid #333333;
    background-color: #FFFFFF;
    z-index: 3;
}

#oscuraSchermata {
    margin: 0px;
    background-image: url('/Common/Immagini/sfondoEsitoOperazione.png');
    background-repeat: repeat;
    width: 100%;
    z-index: 2;
    position: relative;
}




.prenotazioneBollettino {
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    width: 100%;
    margin-top:50px;
}

.prenotazioneBollettino-fasi {
    width: 854px;
    margin-top: 30px;
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.77);
    padding: 12px 4px 0px 14px;
    border-radius: 4px;
    float: right;
    background-color: white;
}

.prenotazioneBollettino-tipoBollettinoPrenotabile {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px #ededf5 !important;
}

    .prenotazioneBollettino-tipoBollettinoPrenotabile select {
        height: 36px;
        width: 534px;
        color: #0c380a;
        font-weight: bold !important;
        background-color: white !important;
        text-transform: uppercase;
        font-size: 20px;
    }

.tipoBollettinoPrenotabile-selezione {
    margin-left:46px;
}

.prenotazioneBollettino b {
    text-transform: none;
    font-size: 16px;
}

.prenotazioneBollettino-infoEssenziali,
.prenotazioneBollettino-altreInformazioniRichieste,
.prenotazioneBollettino-esito,
.prenotazioneBollettino-propostaInserimentoBiller {
    background-color: white !important;
    border-radius: 4px;
}

.pagina-titolo {
    position:absolute;
    width: 320px;
    height: 300px;
    margin-right: 40px;
    font-weight: 600;
    color: #0c380a;
    font-size: 44px;
    text-align: right !important;
    margin-top: 100px;
    margin-left:-20px;
    font-weight:600;
}

.pagina-descrizione {
    position: absolute;
    width: 320px;
    height: 400px;
    margin-right: 40px;
    font-size: 18px;
    text-align: right !important;
    margin-top: 300px;
    margin-left: -20px;
    color:#5b5b5b !important;
}

#prenotazione-gestoriConcessione-loghi {
    position: absolute;
    width: 320px;
    height: 400px;
    margin-right: 40px;
    font-size: 18px;
    text-align: right !important;
    margin-top: 510px;
    margin-left: -20px;
    color: #5b5b5b !important;
}

    #prenotazione-gestoriConcessione-loghi .gedea {
        background-image: url("../Immagini/Directa/gedea_logo_grigio.png");
        background-size: contain;
        width: 150px;
        height: 63px;
        background-repeat: no-repeat;
        float: left;
    }

    #prenotazione-gestoriConcessione-loghi .sepafin {
        background-image: url("../Immagini/Directa/buffetti_logo_grigio.png");
        background-size: contain;
        width: 120px;
        height: 63px;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        margin-right: 20px;
        margin-top: -24px;
        /* margin-left: 0px; */
        margin-left: 20px;
    }

.prenotazioneBollettino-altreInformazioniRichieste {
    padding-bottom:120px;
}

.prenotazioneBollettino input[type=text],
.prenotazioneBollettino select {
    border: solid 2px #D6DBDF !important;
    padding: 6px 9px;
    border-radius: 4px;
    margin: 3px;
    color: Black;
    font-size: 18px;
    font-weight: normal;
    background-color: #f5f5f5;
}

.prenotazioneBollettino-infoEssenziali input:focus,
.prenotazioneBollettino-infoEssenziali select:focus {
    border: solid 2px #5cb85c !important;
}

.contoCorrente {
    width:100%;
}

.prenotazioneBollettino-infoEssenziali .contoCorrente input[type=text] {
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing:1px;
}

.contoCorrente-valuta {
    padding: 2px 8px;
    background-color: #0c380a;
    color: white;
    font-size: 28px;
    margin-right: 20px;
    float: left;
    text-align: center;
}

.contoCorrente-numero {
    overflow: auto;
    float:left;
    margin-right:30px;
    margin-left:32px;
}

    .contoCorrente-numero input {
        text-align:center !important;
    }

    .importo {
        width: 300px;
        float: left;
    }

.importo input {
    width:100px;
    margin-left:14px;
    text-align:right;
}

.tipoEBeneficiario {
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    border-bottom: solid 2px #ededf5;
    padding-bottom: 8px;
    height: 68px;
}

.tipo {
    width:150px;
    font-size: 32px;
    font-weight: 800;
    color: #5cb85c;
    float: left;
    height: 50px;
    margin-right: 20px;
}

.tipo-descrizione {
    font-size:12px;
    font-weight:bold;
    color:black;
}

.beneficiario {
    margin-left: 5px;
    margin-top: 6px;
    height: 50px;
    float: left;
    max-width: 640px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .beneficiario span {
        font-weight: bold;
        font-size: 24px;
        color: #0c380a;
    }

.bollettino-codice {
    width: 500px;
    padding: 6px 0px 2px 160px;
}

    .bollettino-codice b {
        margin-left: -24px;
        margin-right: 20px;
    }

    .bollettino-codice input[type=text] {
        width: 278px;
        text-align:center;
    }

.causale {
    width: 517px;
    height: 50px;
    margin-left: 300px;
    margin-bottom: -22px;
    margin-top: 4px;
}

    .causale input {
        width: 100%;
        top: -300px;
    }

.causale-etichetta {
    margin-left: -88px;
    padding-top: 10px;
}

.causale-testo {
    margin-top: -30px;
}

    .causale-testo input:focus + .causale-suggerimento {
        display: block;
    }

.causale-suggerimento {
    position: relative;
    width: 506px;
    border-radius: 3px;
    background: #001727;
    color: white;
    display: none;
    margin-left: 3px;
    overflow: auto;
    padding: 10px 16px;
    top: 2px;
    z-index: 10;
    font-size: 14px;
    height: 104px;
}

    .causale-suggerimento h1 {
        font-size: 12px;
        color: #5cb85c;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .causale-suggerimento .fa-times {
        float: right;
        margin-top: -26px;
        margin-right: -8px;
        font-weight: 400 !important;
    }


.esecutore {
    margin-top: 20px;
    margin-left:300px;
}

.esecutore-etichetta {
    margin-left:-125px;
}

.esecutore-info {
    margin-top:-24px;
}


.esecutore-CognomeORagioneSociale {
    width: 279px;
    margin-right: 24px;
    display: inline-grid;
}

.esecutore-nome {
    width: 210px;
    display: inline-grid;
}

.esecutore-indirizzo {
    width:517px;
}

.esecutore-nazione {
    margin-right: 24px;
    width: 70px;
    display: inline-block;
}

    .esecutore-nazione select {
        width: 90px;
        height:36px;
    }

.esecutore-provincia {
    width: 38px;
    display: inline-block;
    text-align:center;
}

    .esecutore-provincia input {
        text-transform: uppercase !important;
        text-align:center;
    }

.esecutore-comune {
    margin-top:-4px;
    margin-right: 24px;
    width: 264px;
    display: inline-block;
}

.esecutore-cap {
    width: 60px;
    margin-right: 24px;
    display: inline-block;
}

    .esecutore-cap input[type=text] {
        text-align:center;
    }


    .esecutore input[type=text] {
        width: 100%;
    }

.altreInformazioniRichieste-esecutore {
    width:100%;
    overflow:auto;
    margin-top:30px;
}

.altreInformazioniRichieste-esecutore div {
    float: left;
    margin-bottom: 20px;
}

.altreInformazioniRichieste-esecutore .esecutore-email input {
    width:300px !important;
}

.vociCausali {
    min-height: 100px;
    overflow: auto;
    width: 100%;
}

.vociCausali input,
.campiRichiesti-vociCausaliAggiuntive input {
    text-align: center;
}

.vociCausali .voce {
    float:left;
}

.campiRichiesti-voceCausaleAggiuntiva {
    float:left;
}

.definizioneCausale-vociAggiuntiveCausale {
    margin-top: 20px;
    margin-bottom: 10px;
}

.definizioneCausale-vociAggiuntiveCausale-valore span {
    display:none;
}

.definizioneCausale-vociAggiuntiveCausale-etichetta {
    font-size: 20px;
    color: #0c380a;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 7px;
    width: 100%;
}

.etichettaVoce {
    font-size: 16px;
    font-weight: 800;
}


.prenotazioneBollettino-comandi {
    border-top: solid 2px #ededf5;
    padding: 10px;
    text-align: right;
}

.prenotazioneBollettino .icona > a {
    border-radius: 3px;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    background-color: #1ab394;
    text-transform: uppercase;
    font-weight:bold;
}

.prenotazioneBollettino .icona > a:hover {
    background-color:#0c380a;
 
}

    .prenotazioneBollettino .icona > a span {
        font-family: 'Montserrat', sans-serif;
    }
    .prenotazioneBollettino .btn {
        border: solid 1px #d7d7d7;
        height: 40px !important;
        padding: 2px 30px !important;
        font-size: 18px;
        font-weight: 800;
        color:#001727;
        background-color:white;
        letter-spacing:1px;
        text-transform:uppercase;
        border-radius:5px;
    }

        .prenotazioneBollettino .btn:hover {
            cursor: pointer;
            color: white;
            border: solid 1px #d7d7d7;
            background-color: #0c380a !important;
        }

        .prenotazioneBollettino .btn.btn-primary {
            color: white;
            border: solid 1px #d7d7d7;
            background-color: #75c044 !important;
        }

            .prenotazioneBollettino .btn.btn-primary:hover,
            .prenotazioneBollettino .btn.btn-primary:focus,
            .prenotazioneBollettino .btn.btn-primary:active {
                color: white;
                border: solid 1px #d7d7d7;
                background-color: #0c380a !important;
            }

        .prenotazioneBollettino .btn.btn-success {
            color: white;
            border: solid 1px #d7d7d7;
            background-color: #0c380a !important;
        }

            .prenotazioneBollettino .btn.btn-success:hover,
            .prenotazioneBollettino .btn.btn-success:active,
            .prenotazioneBollettino .btn.btn-success:focus {
                color: white;
                border: solid 1px #d7d7d7;
                background-color: #75c044 !important;
            }

.prenotazioneBollettino-esito {
    padding:20px;
    background-color:white;
    border-radius:6px;
    height:380px;
}

    .prenotazioneBollettino-esito h1 {
        width: 600px;
        color: #0c380a;
        font-size: 27px;
        font-weight: bold !important;
        margin-bottom: 20px;
        line-height: 38px;
        letter-spacing: 1px !important;
    }

    .prenotazioneBollettino-esito .fa-check {
        font-size: 50px;
        margin-right: 20px;
        margin-bottom: 100px;
        color: #5cb85c !important;
        height: 300px;
        float: left;
    }

    .prenotazioneBollettino-esito h2 {
        width: 540px;
        color: #0c380a;
        font-size: 22px;
        line-height: 26px;
        font-weight: normal;
        margin-bottom: 30px;
    }

    .prenotazioneBollettino-esito h3 {
        width: 500px;
        color: #0c380a;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
    }

.prenotazioneBollettino-ricevuta {
    width: 275px;
    height: 375px;
    position: relative;
    margin-top: -300px;
    float: right;
    border: solid 4px #0c380a;
    border-radius: 4px;
}

    .prenotazioneBollettino-ricevuta .icona {
        margin-top:-80px !important;
        margin-left:70px;
        position:absolute !important;
    }

.prenotazioneBollettino-esito-codicePrenotazione {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #5cb85c;
    letter-spacing: 3px;
}

    .prenotazioneBollettino-esito-codicePrenotazione b {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
        margin-top: -16px;
        color: #0c380a;
        letter-spacing: normal;
    }


/*********************************************************/
/*    PROCESSI PRENOTAZIONE                              */
/*********************************************************/


.prenotazioneBollettino .ajax__tab_header a {
    color: #BBBBBB;
    font-weight: 800;
    font-size: 16px !important;
    font-weight: 800;
    padding-bottom: 10px !important;
    padding-right: 30px;
    cursor: default;
}

.prenotazioneBollettino .ajax__tab_header a:hover {
    cursor:pointer;
}

.prenotazioneBollettino .ajax__tab_outer {
    padding: 6px 0px 6px 0px;
    margin-left: 0px;
}

.prenotazioneBollettino .ajax__tab_body {
    padding: 3px 0px 4px 0px;
    margin-top: -10px;
    height: 500px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #ededf5;
}

.prenotazioneBollettino .ajax__tab_tab {
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
}

.prenotazioneBollettino .ajax__tab_hover {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #37485A;
}

.prenotazioneBollettino .ajax__tab_active {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #5cb85c;
}

    .prenotazioneBollettino .ajax__tab_active a {
        color: #0c380a !important;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        border-bottom-color: #5cb85c;
        padding-bottom: 7px !important;
    }

.prenotazioneBollettino .cliente-definzione .ajax__tab_header a {
    font-weight: normal !important;
    font-size: 18px !important;
    color: #5cb85c !important;
    border: none;
    text-transform: none !important;
}

.prenotazioneBollettino span {
    border-bottom-style: none !important;
}

/*********************************************************/
/*    NOTIFICHE / ALERT / ERRORI                         */
/*********************************************************/

.prenotazioneBollettino .notifica {
    color:#001727 !important;
    padding: 10px 20px;
    background-color: white;
    margin-bottom: 20px;
    font-weight:bold;
}

    .prenotazioneBollettino .notifica.notifica-note {
        border-left: #1bc0ff solid 10px;
    }

.prenotazioneBollettino .notifica.notifica-alert {
    border-left: #1bc0ff solid 8px;
    border-bottom: #1bc0ff solid 1px;
}

.notifica.notifica-note .fa-info-circle {
    font-size: 30px;
    color: #1bc0ff;
    width: 30px;
    height: 50px;
    float:left;
    margin-right:20px;
}




.prenotazioneBollettino-erroriRiscontrati {
    color: #0c380a;
    min-height: 60px;
    border-left: solid 8px #ed5565;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 800;
    margin-top: 10px;
    float: right;
    background-color: white;
    width: 840px;
    border-radius: 4px;
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.77);
}

    .prenotazioneBollettino-erroriRiscontrati .fa-exclamation-triangle {
        margin-top:10px;
        color: #ed5565;
        font-size:40px;
        float:left;
        height:100%;
        padding-right:20px;
    }

.prenotazioneBollettino-erroriRiscontrati-errore {
    padding-top:6px;
    margin-left: 60px;
}

/*********************************************************/
/*    ESITI OPERAZIONE                                                 */
/*********************************************************/

.prenotazioneBollettino-esito-operazione {
    color: #001727;
    min-height: 60px;
    border-left: solid 8px #1ab394;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 800;
    margin-top: 10px;
    float: right;
    background-color: white;
    width: 840px;
    border-radius: 4px;
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.77);
}


.completionListCssClass {
    cursor: pointer;
    font-size: 16px;
    background-color: #faf9f8 !important;
    overflow: auto;
    overflow-y: scroll;
    list-style-type: none;
    max-height: 200px;
    width: 430px !important;
}

.autocomplete_listItem {
    padding: 12px 20px !important;
    background-color: white !important;
    z-index: 1000;
    padding-top: 0px;
    font-weight: 800;
    list-style-type: none;
    color:#5b6871;
    border-bottom:solid 1px #d7d7d7;
}

.autocomplete_highlightedListItem {
    padding: 12px 10px !important;
    background-color: #ebebeb !important;
    font-weight: 800;
    z-index: 1000;
    list-style-type: none;
    border-left: solid 10px #5cb85c;
    color: #0c380a;
    border-bottom: solid 1px #d7d7d7;
}



/*------ Personalizzazione Scrollbar Selzione Voci Aree -------*/

::-webkit-scrollbar {
    height: 5px;
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #0c380a !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #5cb85c !important;
    }

/*------ Personalizzazione Placeholder -------*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0c380a !important;
    text-transform: none !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #0c380a;
    text-transform: none !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #0c380a;
    text-transform: none !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #0c380a;
    text-transform: none !important;
}


/* GESTIONE POP UP
----------------------------------------------------------*/

.popUpPanel {
    /*background-image: url('/Common/Immagini/sfondoEsitoOperazione.png');*/
    background-color:white;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    z-index: 1100 !important;
    overflow: auto;
}

.popUpDiv {
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 100%;
    margin: 100px auto 20px auto;
    overflow: auto;
    padding: 10px 20px 20px 20px;
    z-index: 1100 !important;
}


/*
    PROPOSTA BILLER
**********************************************************/

.prenotazioneBollettino-propostaInserimentoBiller {
    border:none;
}

    .prenotazioneBollettino-propostaInserimentoBiller legend {
        font-size: 26px;
        font-weight: 800;
        color: #0c380a;
        margin-bottom: 16px;
    }

    .prenotazioneBollettino-propostaInserimentoBiller .btn {
        border: solid 1px #eaebed;
        height: 34px !important;
        padding: -10px 30px !important;
        font-size: 16px;
        font-weight: 800;
        color: #0c380a;
        background-color: white;
        letter-spacing: 1px;
        text-transform: none;
    }

.prenotazioneBollettino-propostaInserimentoBiller input {
    padding: 5px 9px !important;
}

.nuovoBiller {
    background-color: white;
}

.nuovoBiller div {
    margin-bottom: 16px;
}

.allegato {
    height: 80px;
    margin-bottom: 40px;
    width: 100%;
}

    .allegato .upload {
        padding-top: 10px;
    }

.nuovoBiller .contoCorrente {
    width: 100%;
    height: 40px;
    float:left;
    margin-bottom: 30px;
}

.nuovoBiller .codice {
    width: 180px;
    padding-right: 20px;
    margin-right: 20px;
}

.nuovoBiller .iban {
    width: 450px;
    float:left;
}

.nuovoBiller .noteBiller {
    height: 50px;
    width: 460px;
    text-align: left;
    float: left;
    margin-bottom: 30px;
}

.nuovoBiller .allegato {
    height: 200px;
    padding-top: 15px;
    width: 100%;
    display: inline-block;
}

.nuovoBiller .comandi {
    width: 100%;
}


@media (max-width: 1170px) {
    .prenotazioneBollettino-prefooter {
        /*color: #0c380a;
        text-align: left;
        padding: 10px;
        width: 840px;
        margin: auto;
        float: none;
        padding-top: 100px !important;
        margin-top: 100px !important;*/
        display: none;
    }

    .pagina-titolo {
       display:none;
    }

    .pagina-descrizione {
        display:none;
    }

    .prenotazioneBollettino {
        margin: auto;
        float: none;
        top: 800px !important;
    }

    .prenotazioneBollettino-fasi {
        margin: auto;
        float: none;
        margin-top: 80px !important;
    }

    #prenotazione-gestoriConcessione-loghi {
        margin-top: 610px;
        margin-left: 30px;
    }
}
    
