body {
    font-size: 19px;
}
hr {
    margin-top: 45px;
}
.header-image {
    height: 100px;
    max-height: 400px;
    margin-top: 90px;
    margin-bottom: 20px;

    background-repeat: no-repeat;
    background-position: center center;

    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#credito-residuo .well a::after{
    border-width:0px;
}
.btn-default {
    background-color: #e6e6e6;
}
.btn {
    font-size:19px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active:focus, .btn-primary:active:hover {
    padding: 10px;
}
.box-grigio{
    background-color:#eceded;
    width:100%;
    min-height:150px;
    display:block;
    overflow:hidden;
}
.titolocorso{
    font-size:18px;

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    color: #393939;
    opacity: 1;
}
.prezzo{
   font-size:35px;
    font-weight:bold;
    line-height:25px;
}
.form-horizontal .control-label {
    text-align: left;
    color: #7f7f7f;
    font-weight: normal;
}
.tab-totale-saldo{
    text-align:left;
}
.desc-cat{

}
.titolo-form {
    font-size: 21px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
}

.sottotitolo-form {
    font-size: 21px;
    font-weight: normal;
}

.titolo {
    font-size: 21px;
    font-weight: bold;
}

.sottotitolo {
    font-size: 21px;
    font-weight: normal;
}

.titolo-tabella {
    color: #7f7f7f;
    font-weight: normal;
}

.breadcrumb > .active {
    font-weight: bold;
}

#credito-residuo .well {
    /*height: 110px;*/
}
.categoria-buoni-pag-stampa {
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 50px;
}

.desc-buoni-pag-stampa {
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
}

.codice-buono-pag-stampa {
    font-size: 22px;
    display: block;
}

.benvenuto {
    padding-top: 10px;
    color: #fff;
    font-size:16px;
    padding-bottom:5px;
}
/* css APP */
.menuappCont{
    position: fixed;
    top:37px;
    z-index:1000;
    background-color:#fff;
    width:100%;
}
.menuapp{
    width: 250px;
    height: 100%;
    position: fixed;
    right: -250px;
    background: #1aa9e6;
    z-index:1300;
    top:37px;
    overflow: scroll;
padding-bottom:40px;
}

.vocemenuApp{
    border-bottom:1px solid #fff;
    padding:10px;
    overflow:hidden;

}
.vocemenuApp:active{
    background-color:#ccc;

}
.icomenuApp{
    float:left;

}
.linkmenuApp{
    float:left;
    color:#fff;
    padding: 15px 0px 0px 10px;
    font-size:15px;
}
.titolo-cella{
    display:none !important;
}
.user-head:hover{
    background-color:#000 !important;
}
.user-head:active{
    background-color:#000 !important;
}
.user-head:focus{
    background-color:#000 !important;
}
@media (min-width: 768px) {
    .header-image {
        margin-top: 70px;
        height: 200px;
    }

}


@media (min-width: 992px) {
    .header-image {
        margin-top: 70px;
        height: 400px;
    }
    .carousel{
        margin-top:140px;
    }
}

@media (min-width: 1200px) {
    .header-image {
        margin-top: 70px;
        height: 500px;
    }
}

.navbar-brand {
    height: 70px;
    padding: 0;
}

.navbar-fixed-top {
    top: 0;
    /*top: 20px;*/
    border-width: 0;
    right: 0;
    left: 0;
    position: fixed;
}



@media (max-width: 992px) {
    #credito-residuo .well {
        height: 135px;
    }


}

@media (min-width: 992px) {
    .navbar-fixed-top {
        top: 20px;
        position: absolute;
    }
}

.breadcrumb {
    padding: 0px 15px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}

.well, .well-sm {
    border-radius: 10px;
}

.well-bordered {
    background-color: #fff;
    border: 3px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    margin-bottom: 40px;
}

.well-bordered h2 {
    margin: 0;
    font-weight: bold;
}

.form-control {
    border: 1px solid #cacaca;
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn:hover {
    font-weight: normal;
}

/* tabelle */

.table > tbody > tr.white > td, .table > tbody > tr.white > th, .table > tbody > tr > td.white, .table > tbody > tr > th.white, .table > tfoot > tr.white > td, .table > tfoot > tr.white > th, .table > tfoot > tr > td.white, .table > tfoot > tr > th.white, .table > thead > tr.white > td, .table > thead > tr.white > th, .table > thead > tr > td.white, .table > thead > tr > th.white {
    background-color: #fff;
}

/* test */

#premi .premio {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: #f9f9f9;
    display: block;
    border-radius:10px;
}
.box-saldo-buoni{
    border-radius:10px;
}

#premi .premio:hover {
    text-decoration: none;
}

#premi .premio img.logo {
    height: 70px;
    padding: 10px;
}

#premi .premio .fa {
    font-size: 70px;
    /*display: none;*/
}
#premi a {
    color:#a2a2a2;
    border: 2px solid transparent;
    /*display: none;*/
}
.dett-premio{
    font-size:25px;
    /*color: #6d6d6d;*/
    font-weight:bold;
    border-bottom:1px solid #6d6d6d;
}
#premi .premio:hover img.logo {
    /*display: none;*/
}

#premi .premio:hover .fa {
    display: inline-block;
}

#categorie .categoria {

    min-height: 20px;
    margin-bottom: 20px;
    padding: 20px;
border-radius:10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;

}
.cat{
    font-size:22px !important;
}

#categorie .fa {
    max-width: 150px;
    max-height: 150px;
    font-size: 70px;
    line-height: 140px;
}

#categorie .categoria:hover .extra-top, #categorie .categoria:hover .extra-bottom {
    /*-webkit-transform: translateX(0%);*/
    /*-moz-transform: translateX(0%);*/
    /*-ms-transform: translateX(0%);*/
    /*-o-transform: translateX(0%);*/
    /*transform: translateX(0%);*/
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.extra {
    width: 101%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    font-size: 16px;
}

.extra:hover {
    text-decoration: none;

    font-size: 18px;
}

.extra-top {
    height: 60%;
    top: 0;
    /*-webkit-transform: translateX(-100%);*/
    /*-moz-transform: translateX(-100%);*/
    /*-o-transform: translateX(-100%);*/
    /*-ms-transform: translateX(-100%);*/
    /*transform: translateX(-100%);*/
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    padding: 20px 0;
}

.extra-bottom {
    height: 40%;
    bottom: 0;
    /*-webkit-transform: translateX(+100%);*/
    /*-moz-transform: translateX(+100%);*/
    /*-o-transform: translateX(+100%);*/
    /*-ms-transform: translateX(+100%);*/
    /*transform: translateX(+100%);*/
    -webkit-transform: translateY(+100%);
    -moz-transform: translateY(+100%);
    -o-transform: translateY(+100%);
    -ms-transform: translateY(+100%);
    transform: translateY(+100%);

    padding: 30px 0;

    vertical-align: middle;
}

.scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
}

.bot-classifiche-distrigo{
    border:2px solid #ccc;
    padding:15px;
}
.bot-classifiche-distrigo:hover{
    border:2px solid #e24411;
    padding:15px;
    background-color:#f0f0f0;
}
.bot-classifiche-distrigo-active{
    border:2px solid #e24411;
    padding:15px;
    background-color:#f0f0f0;
}
.bgercs22{
    width:100%;
    background:#f2f2f2;
    background-image:url('images/sfondoercs22.jpg');
    background-size:cover;
    background-position:center;
}
.icona-home{
    max-width:130px;
    display:block;
    margin:0 auto;
}
.richiedi{
    font-size:20px;
}
@media(max-width: 768px){
    .bgercs22{
        width:100%;
        background:#f2f2f2;
        background-image:url('images/sfondomobileercs22.jpg');
        background-size:cover;
        background-position:center;
    }
    .richiedi{
        font-size:16px;
    }
    .icona-home{
        max-width:110px;
    }
    .carousel{
        margin-top:110px !important;
    }
    .benvenuto {
        padding-top: 10px;
        position:fixed;
        top:0px;z-index:10000;
    }
    #credito-residuo .well {
        height: 115px;
    }
    .desc-cat{
font-size:15px;
    }
    h2{
        font-size:22px;
    }
    .well{
        font-size:18px;
    }
    #categorie .categoria {

        height: 160px;
        margin-bottom: 20px;
        padding: 20px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-size: 20px;
        font-weight: bold;

    }
    .tab-totale-saldo{
        text-align:right;
    }
    .breadcrumb{
        font-size:15px;
    }
    .titolo-premio{
        font-size:13px;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
    }
    .titolocorso{
        font-size:15px;
        /*color:#ccc;*/
    }
    #categorie .fa {
        /* height: 150px; */
        font-size: 50px;
        line-height: 80px;
    }

    /* css APP */
    .titolo-cella{
        display:inline-block !important;
    }
    .extra-top{
        padding:5px;
    }
}