﻿body {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif!important;
    font-weight:400;
    color: #333;
}

.has-error .form-control {
    /*border-color: #a94442;*/
    border: 3px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.has-error label {
    color: #a94442 !important;
}

.has-ok .form-control {
    /* border-color: #18d037;*/
    border: 3px solid #18d037;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-ok label {
    color: #18d037;
}

.has-ok .form-control:focus {
    border-color: #18d037;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #18d037;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #18d037;
}

.codice-ok {
    color: green;
    line-height: 30px;
}

.codice-ko {
    color: red;
    line-height: 30px;
}

a {
    color: #333!important;
}
.text-primary {
    color: #5aaf5c !important;
}
.topbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f9f9f9;
}
.topbar .logo-hoover, .topbar .logo-cpp {
        display: none;
    }

.inline {
    display: inline !important;
}

.ml50 {
    margin-left: 50px;
}

.fu {
    background-color: rgba(0,0,0,0) !important;
    border: 0px !important;
    box-shadow: 0 0 black !important;
    padding-left: 0px !important;
}

/*.topbar ul {
    display: table;
    width: 100%;
    margin-bottom:0px;
}
.topbar ul li{
    display:table-cell;
    vertical-align:middle;
}
    .topbar ul li:last-child, .topbar ul li:nth-child(2), .topbar ul li:nth-child(3) {
        text-align: right;
    }*/
.topbar .rightbar{
    text-align:right;
}
.topbar .rightbar ul{
    padding-top:15px;
    margin-bottom:0px;
}
    .topbar .row {
        display: table;
        width: 100%;
    }
        .topbar .row .col-lg-6 {
            display: table-cell;
        }
.boule-help {
    border-radius: 100%;
    padding: 3px 5px;
    margin-top: -2px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}
    .boule-help.text-primary {
        background-color: #5aaf5c;
        color: #fff !important;
    }

.monitor {
    background-size: 65%;
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 8px 1px #b1b1b1;
    background-image: url(/Content/img/monitor-candy.jpg);
}

.bg-monitor {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    background-image: url(/Content/img/bg-monitor-candy.png);
}
.bg-monitor .slogan{
    padding-top:80px;
    padding-bottom:80px;
}

p{
    font-size: 20px;

}

h1{}

.white{
    color:#fff;
}
.uppercase{
    text-transform:uppercase;
}

.spazio10 {
    height: 10px;
    clear: both;
}
.spazio15 {
    height: 15px;
    clear: both;
}
.spazio20 {
    height: 20px;
    clear: both;
}
.spazio30{
    height: 30px;
    clear: both;
}
.spazio50 {
    height: 50px;
    clear:both;
}
.no-margin{
    margin-right:0px!important;
    margin-left:0px!important;
}
.container-testo{
    padding-top:50px;
    padding-bottom:50px;
}
.bg-primary {
    background-color: #5aaf5c !important;
}
.bg-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005195+0,3a8684+50,57ac59+100 */
    background: rgb(0,81,149); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(0,81,149,1) 0%, rgba(58,134,132,1) 50%, rgba(87,172,89,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,81,149,1) 0%,rgba(58,134,132,1) 50%,rgba(87,172,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,81,149,1) 0%,rgba(58,134,132,1) 50%,rgba(87,172,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005195', endColorstr='#57ac59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn-primary, .btn-white {
    border-radius: 25px !important;
    padding: 10px 15px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: #5aaf5c !important;
    background-image: none;
    transition: .3s ease-in-out;
    border: 2px solid #5aaf5c !important;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
        background-color: transparent !important;
        color: #5aaf5c !important;
        transition: .3s ease-in-out;
    }

.bg-grey {
    background-color: #f9f9f9;
}

.btn-white{
    background-color:#fff!important;
    color:#0f3167!important;
    transition:.3s ease-in-out;
    border:2px solid #fff!important;
}

    .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:visited {
        background-color: transparent !important;
        color: #fff !important;
        transition: .3s ease-in-out;
    }

#formDati {
    padding: 30px;
    background-color: #fbfafa;
    box-shadow: 3px 4px 12px 0px #e2e2e2;
}

.lista-guasti{
    display:table;
    width:100%;
}
    .lista-guasti li {
        text-align: center;
        display: table-column;
        max-width: 25%;
        vertical-align: top;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .lista-guasti li p{
        font-size:17px;
        
    }
footer {
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 3px 5px 12px 2px #969696;
}

    footer ul {
        text-align: center;
    }

        footer ul li {
            vertical-align: middle;
        }

            footer ul li.text {
                padding-left: 15px;
                padding-right: 15px;
                text-align: left;
            }
.logo-footer-europ {
    max-width: 30%;
}

.lista-footer {
    display: table;
    width: 100%;
}
/*.lista-footer li {
        display: table-cell!important;
    }*/

.contatti-mobile{
    position:fixed;
    right:5%;
    bottom:5%;
}
    .contatti-mobile .boule {
        z-index: 10;
        background-color: #fff;
        margin-top: 15px;
        text-align: center;
        padding: 6px 10px;
        border-radius: 100%;
        box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 33%);
        font-size: 18px;
    }

.richiesta-info label {
    color: #095a92;
    text-transform: uppercase;
}

.container-medium {
    padding-right: 15px;
    padding-left: 15px;
}




.lista-testo-icone img {
    max-width: 40px;
}

/*.lista-testo-icone .list-inline {
    display: table;
}*/
.lista-testo-icone > li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.lista-testo-icone .list-inline {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

    .lista-testo-icone .list-inline li {
        display: table-cell;
    }

.lista-testo-icone p {
    margin-bottom: 0px;
}

.richiesta-info .radiobox label {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}

.richiesta-info .radiobox input {
    margin: 0 auto !important;
}

.contenuto-hoover, .contenuto-cpp {
    display: none !important;
}

.container-padding{
    padding-top:50px;
    padding-bottom:50px;
}
.white, a.white{
    color:#fff;
}
    a.white{
        color:#fff!important;
    }

.gradient-text {
    background: #59AE5B;
    background: linear-gradient(to left, #59AE5B 0%, #005494 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.barra-top {
    text-align: center;
    padding: 15px;
    box-shadow: 0px 1px 7px 1px rgb(0 0 0 / 6%);
}

.box-lingue{
    position:absolute;
    right:0px;
    bottom:0px;
}

.alert-success {
    background: rgb(0,81,149);
    background: -moz-linear-gradient(45deg, rgba(0,81,149,1) 0%, rgba(58,134,132,1) 50%, rgba(87,172,89,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,81,149,1) 0%,rgba(58,134,132,1) 50%,rgba(87,172,89,1) 100%);
    background: linear-gradient(45deg, rgba(0,81,149,1) 0%,rgba(58,134,132,1) 50%,rgba(87,172,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005195', endColorstr='#57ac59',GradientType=1 );
    color: #fff;
}

/*footer .row {
    display: flex;
    align-items: center;
}*/

    /*media container medium*/
    @media (min-width: 768px) {
        .container-medium {
        width: 736px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .container, .container-medium {
        width: 970px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .container, .container-medium {
        width: 1170px;
        margin: 0 auto;
    }
}
@media (min-width: 1500px) {
    .container-medium {
        width: 1494px;
        margin: 0 auto;
    }
}


/*fine media container medium*/

/*media*/

@media (max-width: 399px) {
    .lista-guasti li {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .container-testo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bg-monitor {
        background-size: cover;
    }
    h1, .h1 {
        font-size: 29px!important;
    }
     .monitor .slogan h2, .monitor .slogan .h2 {
        font-size: 21px;
    }
    .bg-monitor .slogan {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lista-footer li {
        display: block !important;
        padding-top: 10px;
    }
    .ml50 {
        margin-left: 0px;
    }
    footer ul li.text {
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-lingue {
        position: static;
        margin-top: 30px;
    }
}

@media (min-width: 400px) and (max-width: 639px) {
    .lista-guasti li {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .container-testo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bg-monitor {
        background-size: cover;
    }
    h1, .h1 {
        font-size: 32px;
    }
    .monitor .slogan h2, .monitor .slogan .h2 {
        font-size: 21px;
    }
    .bg-monitor .slogan {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .lista-footer li {
        display: block !important;
        padding-top: 10px;
    }
    footer ul li.text {
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-lingue {
        position: static;
        margin-top: 30px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .lista-guasti li {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .container-testo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bg-monitor {
        background-size: cover;
    }
    h1, .h1 {
        font-size: 32px;
    }
    .monitor .slogan h2, .monitor .slogan .h2 {
        font-size: 21px;
    }
    .bg-monitor .slogan {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .lista-footer li {
        display: block !important;
        padding-top: 10px;
    }
    footer ul li.text {
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-lingue {
        position: static;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px ) {
    h1, .h1 {
        font-size: 31px!important;
    }
    h2, .h2 {
        font-size: 22px!important;
    }
    .bg-monitor {
        background-size: 80%;
    }
        .bg-monitor .slogan {
            padding-top: 50px;
            padding-bottom: 50px;
        }
    .container-testo {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lista-guasti li {
        max-width: 50%;
        margin-bottom: 25px;
    }
    .card-cp{
        max-width:70%!important;
    }
    .lista-footer li {
        display: block !important;
        padding-top: 10px;
    }
    footer ul li.policy {
        text-align: left;
        margin-top: 10px;
    }
    footer ul li.text {
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-lingue {
        position: static;
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .bg-monitor {
        background-size: 70%;
    }
        .bg-monitor .slogan {
            padding-top: 45px;
            padding-bottom: 45px;
        }
    h2, .h2 {
        font-size: 25px!important;
    }
    .lista-guasti li p {
        font-size: 14px;
    }
    footer ul li.policy {
        text-align: center;
        margin-top: 10px;
    }
    .box-lingue {
        position: static;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) and (max-width:1280px) {
    h2, .h2 {
        font-size: 27px!important;
    }
    .lista-guasti li p {
        font-size: 16px;
    }
    .bg-monitor .slogan {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (min-width: 1281px) and (max-width:1440px) {
}

@media (min-width: 1441px) and (max-width:1680px) {
}

@media (min-width: 2000px) {
}
