/* Minification failed. Returning unminified contents.
(172,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ''''
(240,44): run-time error CSS1034: Expected closing parenthesis, found ','
(240,44): run-time error CSS1042: Expected function, found ','
(240,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(265,33): run-time error CSS1034: Expected closing parenthesis, found ','
(265,33): run-time error CSS1042: Expected function, found ','
(265,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(279,37): run-time error CSS1034: Expected closing parenthesis, found ','
(279,37): run-time error CSS1042: Expected function, found ','
(279,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
body {
    background-color: white;
}

.footer {
    background-color: ghostwhite;
}

.bg-ticinoconfronti {
    background-color: #1b498a;
}

.text-ticinoconfronti {
    color: #1b498a;
}

.sfondo-bianco {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}


.loading-container, .loading-panel {
    background: rgba(0,0,0,.2);
    width: 100%
}

.loading-panel {
    position: relative;
}

.loading-container {
    color: #fff;
    font-size: 90px;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 999999
}

.dl-horizontal dt {
    white-space: normal;
}

input[type=checkbox] {
    margin-right: 5px;
}

input[type="radio"] {
    margin-right: 5px;
}

.btn {
    white-space: normal;
}

.DivCB {
    display: table-row;
}

    .DivCB .testocb {
        display: table-cell;
        vertical-align: middle;
    }
    /* You can omit the entire span if you don't want the radiobutton vertically centered */
    .DivCB label, input[type=checkbox] {
        display: table-cell;
    }


.button {
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 125px;
    text-decoration: none;
}

    .button figure {
        margin: 0 0 15px;
    }



    .button .text {
        font-weight: bold;
        text-transform: uppercase;
        color: #1d368a;
        margin: 0 0 15px;
        font-size: 12px;
    }

@media screen and (max-width: 600px) {

    .button {
        background: #fff;
        border-radius: 6px;
        display: inline-block;
        padding: 6px;
        text-align: center;
        width: 90px;
        text-decoration: none;
    }

        .button figure {
            margin: 0 0 10px;
        }

        .button img {
            width: 70px;
            height: 70px;
        }

        .button .text {
            font-weight: bold;
            text-transform: uppercase;
            color: #1d368a;
            margin: 0 0 10px;
            font-size: 10px;
        }
}

@media screen and (max-width: 450px) {

    .button {
        background: #fff;
        border-radius: 6px;
        display: inline-block;
        padding: 6px;
        text-align: center;
        width: 70px;
        text-decoration: none;
    }

        .button figure {
            margin: 0 0 10px;
        }

        .button img {
            width: 50px;
            height: 50px;
        }

        .button .text {
            font-weight: bold;
            text-transform: uppercase;
            color: #1d368a;
            margin: 0 0 10px;
            font-size: 8px;
        }

    .SfondoIntestazione {
        background-size: 0 !important;
        background-image: none !important;
    }
}

.chkbx_inline_top label {
    vertical-align: text-top;
    display: inline !important;
}

.SfondoIntestazione {
    background-color: white;
    background-image: url('../img/Calcolatrice-e-penna.jpg');
    background-size: auto;
    ''background-repeat: no-repeat;
}

@media screen and (max-width: 479px) {

    .SfondoIntestazione {
        background-image: none !important;
        background-color: #fed74e;
    }
}



/*Body Styling */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Boostrap Buttons Styling */

.btn-default {
    color: rgba(108, 88, 179, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(108, 89, 179, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

    .btn-default:hover {
        color: #FFF;
        background: rgba(108, 88, 179, 0.75);
        border: 2px solid rgba(108, 89, 179, 0.75);
    }

.btn-primary {
    color: rgba(58, 133, 191, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(58, 133, 191, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

    .btn-primary:hover {
        color: #FFF;
        background: rgba(58, 133, 191, 0.75);
        border: 2px solid rgba(58, 133, 191, 0.75);
    }

.btn-success {
    color: #fff;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(103, 192, 103, 0.75);
    border-radius: 40px;
    background: rgba(103, 192, 103, 0.75);
    transition: all 0.3s ease 0s;
}

    .btn-success:hover {
        color: rgba(103, 192, 103, 0.75);
        background: #fff;
        border: 2px solid rgb(103, 192, 103, 0.75);
    }

.btn-info {
    color: rgba(91, 192, 222, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(91, 192, 222, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

    .btn-info:hover {
        color: #FFF;
        background: rgba(91, 192, 222, 0.75);
        border: 2px solid rgba(91, 192, 222, 0.75);
    }

.btn-warning {
    color: #FFF;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(240, 173, 78, 0.75);
    border-radius: 40px;
    background: rgb(240, 173, 78, 0.75);
    transition: all 0.3s ease 0s;
}

    .btn-warning:hover {
        color: rgba(240, 173, 78, 0.75);
        letter-spacing: 1px;
        line-height: 15px;
        border: 2px solid rgba(240, 173, 78, 0.75);
        border-radius: 40px;
        background: transparent;
        transition: all 0.3s ease 0s;

        color: #FFF;
        background: rgb(240, 173, 78, 0.75);
        border: 2px solid rgba(240, 173, 78, 0.75);
    }

.btn-danger {
    color: rgba(217, 83, 78, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(217, 83, 78, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.form-control {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .btn-danger:hover {
        color: #FFF;
        background: rgba(217, 83, 78, 0.75);
        border: 2px solid rgba(217, 83, 78, 0.75);
}


