/*--- PERSONALIZZAZIONE BOOTSTRAP ---*/

body * {
    /*font-family: 'PT Sans', sans-serif;*/
    /*font-family: Arial, sans-serif;*/
    font-family: 'Lato', sans-serif;
    border-radius: 0 !important;
}

body {
    padding-top: 50px;
    background-color: #e0e0e0;
}

/*--- LOGO ---*/

#logo {
    background: url("grf/logo.png") no-repeat;
    width: 200px;
    height: 50px;
    margin: 0;
}

.navbar {
    text-transform: uppercase;
}

#logo:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


/* BUTTON PERSONALIZZATO */

.btn-custom {
    color: #fff;
    background-color: #FF9C00;
    border-color: #E8950F;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
        color: #fff;
        background-color: #E8950F;
        border-color: #E8950F;
    }

    .btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active, .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active {
        color: #fff;
        background-color: #FF9C00;
        border-color: #E8950F;
    }

.btn {
    min-width: 90px;
}

/*--- custom background ---*/
.bg-custom {
    background-color: #eee;
}


/*--- SEZIONI *---*/
.section-footer {
    padding-top: 0;
    background-color: #222;
    color: #fff;
    min-height: 10px;
}

.section-content {
    min-height: 550px;
    padding: 30px 0 30px 0;
}

/*--- torna su ---*/
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 10000;
    display: none;
    margin: 0;
    width: 50px;
    height: 42px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #FF9C00;
    -webkit-transition: background 0.15s ease-in-out 0s;
    -moz-transition: background 0.15s ease-in-out 0s;
    -o-transition: background 0.15s ease-in-out 0s;
    transition: background 0.15s ease-in-out 0s;
}

    #back-to-top:hover {
        background-color: #E8950F;
    }

    #back-to-top i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px 0 0 -9px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 1em;
    }


/*--- loader della pagina*/
#loader {
    opacity: 0.7;
    z-index: 100000;
    padding-top: 50px !important;
}

    #loader > .modal-dialog > .modal-content > .modal-body {
        background: transparent url(grf/loader.gif) no-repeat scroll center center;
    }

    #loader, #loader > .modal-dialog > .modal-content > .modal-body, #loader > .modal-dialog > .modal-content, #loader > .modal-dialog {
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0;
    }

/*--- impostazione per lo scroll della form modale */
.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}
