﻿/* FONT */
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamHTF-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamHTF-Medium.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamHTF-Book.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: openimpactadv;
    src: url('../fonts/openimpactadv.otf') format('opentype'), url('../fonts/openimpactadv.ttf') format('truetype');
}


/* HTML TAG*/
body {
    width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
}

main {
    min-height: 57vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: GothamMedium;
}

h1 {
    font-size: 2rem;
    color: #0094c5;
}

h2 {
    margin-top: 1.125em;
}

h3 {
    font-family: GothamMedium;
    color: #000000;
    font-size: 1.58em;
    margin-top: 0.9375em;
}

h3.titoloFunzionalita {
    font-size: 1.1em !important;
    padding-bottom: 15px;
    width:100%
}

div.titoloFunzionalita > p {
    font-size: 0.9em;
}

label, input {
    font-family: GothamBook;
}

select:focus, select:active {
    border-bottom-color: #3b3b3c;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-home {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], select {
    border-bottom-color: #3b3b3c;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
}

    input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #cccccc;
        opacity: 1; /* Firefox */
    }

    input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #cccccc;
    }

    input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
        color: #cccccc;
    }

    input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #cccccc;
        opacity: 1; /* Firefox */
    }

    input[type="number"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #cccccc;
    }

    input[type="number"]::-ms-input-placeholder { /* Microsoft Edge */
        color: #cccccc;
    }

    input[type="number"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #cccccc;
        opacity: 1; /* Firefox */
    }

    input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #cccccc;
    }

    input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
        color: #cccccc;
    }


/* DATA TYPE CUSTOM PER FORM HOME/CONTATTI*/

input[data-type="textHome"], input[data-type="emailHome"] {
    border-bottom-color: #3b3b3c;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
}

input[data-type="textHome"] { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

    input[data-type="textHome"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #cccccc;
    }

input[data-type="textHome"] { /* Microsoft Edge */
    color: #cccccc;
}

input[data-type="emailHome"] { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

    input[data-type="emailHome"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #cccccc;
    }

input[data-type="emailHome"] { /* Microsoft Edge */
    color: #cccccc;
}

/* FINE DATA TYPE CUSTOM*/

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: .5rem;
    margin-right: .5rem;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    background-color: transparent;
    transition: left .25s, background-color .25s;
}

    input[type="checkbox"]:checked {
        border-color: #005A88;
        /*background-color: #005A88;*/
        z-index: 0;
    }

.table-striped tbody tr:nth-of-type(odd) {
    /*background-image: linear-gradient(to top right, #005A88, #B4C5D4);
     IE10 Consumer Preview 
    background-image: -ms-linear-gradient(top, #005A88, #B4C5D4);
    color: #ffffff;*/
    height: 50px;
    font-size: 22px;
}

.table td, .table th {
    height: 50px;
    font-size: 18px;
    padding: 13px;
    vertical-align: middle;
}

option {
    color: #000000;
    font-size: 1.075em;
    font-family: GothamBook;
}

div.repository {
    height: 32px;
    width: 32px;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

a.repository {
    background-color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    /*padding-top: 2px;*/ 
    /*padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px;*/
}

a.repository:hover {
    filter: invert(80%);
    -webkit-filter: invert(80%);
}

img.repository {
    max-height: 70%;
    max-width: 70%;
}

footer.footer {
    color: #ffffff;
    /*height: 100vh;*/
}

a:not([href]):not([tabindex]) {
    color: #ffffff !important;
}

/* MYCLASS*/
.break {
    width: 18em;
    word-wrap: break-word;
}

.container-full {
    width: 100%;
}

.container-par {
    width: 80%;
}

.head {
    background-image: url(../img/head.png);
    background-repeat: no-repeat;
    color: transparent;
    background-position: right;
    background-size: cover;
}

.headhome {
    background-color: #3c3c3b;
}

.logout {
    width: 32px;
    height: auto;
}

/*.navbar-nav {
    padding-right: 70px;
}*/

.slide {
    min-height: 274px;
    height: 100vh;
}

.logoHome {
    width: 110px;
    height: auto;
}

.logotv {
    width: auto;
    height: 90px;
}

.dropdown-toggle::after {
    color: #3b3b3c !important;
    margin-left: 0.055em;
}

.vertalign {
    vertical-align: middle;
}

.section-head {
    font-family: GothamBook;
}

.back-head {
    background-color: #3c3c3b;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(60,60,59,0.4);
    -moz-box-shadow: 0px 1px 4px 0px rgba(60,60,59,0.4);
    box-shadow: 0px 1px 4px 0px rgba(60,60,59,0.4);
    border-radius: .25rem;
}

.login {
    width: 32px;
}

.sottotitolo {
    color: #005A88;
    font-family: GothamBook;
    font-size: 0.8em;
}

.titoloHead {
    color: #ffffff;
    font-size: 28px;
}

.titoloRadio {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
}

.titoloContatti {
    color: #000000;
    font-size: 2.0625em;
    font-weight: 400;
    font-family: GothamBold;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.label-text {
    font-size: 0.85em;
}

.bar-bottom {
    height: 4px
}

.bar-top25 {
    width: 25%;
    height: 4px;
}

.sr-only {
    color: #ffffff;
}

.colorWhite {
    color: #ffffff;
}

.colorRed {
    color: #fe1c10;
    font-family: GothamBold;
}

.underlineRed {
    border-bottom: 2px solid #fe1c10;
}

.underlineGialloScuro {
    border-bottom: 2px solid #FFCC14;
}

.underlineBlu {
    border-bottom: 2px solid #188FAA;
}

.underlineGialloChiaro {
    border-bottom: 2px solid #F7F71D;
}

.underlineVerde {
    border-bottom: 2px solid #67C192;
}

.colorGialloScuro {
    color: #FFCC14;
    font-family: GothamBold;
}

.colorVerde {
    color: #67C192;
    font-family: GothamBold;
}

.ml-my7 {
    margin-left: 2.7em;
}

.floatRight {
    float: right;
}

.progress-bar {
    background-color: #005A88;
}

.select-home {
    border: 1px solid #000000 !important;
    border-radius: 28px;
    height: 40px;
    padding: 0px 10px;
    width: 260px;
}

.select-row1 {
    background-color: transparent;
    border-bottom-color: #3b3b3c !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    /*color: #ffffff;
    border-bottom-color: #ffffff !important;*/
}

select-row2 {
    background-color: transparent;
    border-bottom-color: #3b3b3c !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.select-row1:focus {
    border-bottom-color: #ffffff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    outline: 0;
    box-shadow: none;
}

select:focus, select:active {
    border-bottom-color: #3b3b3c;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    outline: 0;
    box-shadow: none;
}

.bg-white {
    background-color: #ffffff;
    height: 73px;
}

.bg-table-row {
    background-image: linear-gradient(to top right, #005A88, #B4C5D4);
    height: 50px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(60,60,59,1);
}

.btn-oi {
    background-color: #e63323;
    color: #ffffff !important;
    font-size: 18px;
    /*width: auto;*/
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-oi-risultati {
    background-color: #000;
    color: #ffffff !important;
    font-size: 1em;
    /*width: auto;*/
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-top {
    background-color: #e63323;
    color: #ffffff !important;
    font-size: 18px;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    z-index: 9999;
}

.fa-chevron-up:before {
    content: "\f077";
    font-family: FontAwesome !important;
    display: inline-block;
}

.btn-contact {
    border-radius: 28px;
    font-family: GothamMedium;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
}

.btn-login {
    border-radius: 20px;
    font-family: GothamMedium;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 0.7em;
    background-color: #000;
    letter-spacing: 0.1em;
}

.btn-login-mobile {
    border: none;
    font-family: GothamMedium;
    color: #000;
    background-color: transparent;
    letter-spacing: 0.19em;
    font-size: 1.2rem;
}

    .btn-login-mobile:focus {
        border: none;
    }

    .btn-login-mobile:hover {
        color: #188FAA;
        text-decoration: none !important;
    }

.btn-login:hover {
    text-decoration: none !important;
    color: #ffffff;
}

.btn-contact:hover {
    border-radius: 28px;
    text-decoration: none;
    color: #FFCC14 !important;
}

.active-co {
    background-color: #FFCC14;
    border-radius: 28px;
    color: #000000 !important;
    text-decoration: none;
}

.btn-neg {
    background-color: #000000;
    border-radius: 28px;
    color: #ffffff !important;
    padding: 2px 20px;
    font-family: GothamBold;
    margin-top: 1em;
}

    .btn-neg:hover {
        background-color: #FFCC14;
        border-radius: 28px;
        color: #ffffff !important;
        padding: 2px 20px;
        font-family: GothamBold;
    }

.radius-max {
    border-radius: 28px;
}

.radiostar {
    border: 1px solid #c0c0c0;
    background-image: url('../img/star-50.png');
}

.labelRadiostar {
    font-size: 22px;
    font-weight: 100;
}

.line {
    border: 1px solid;
}

.addRightForUserDropDown {
    right: 0 !important;
    left: auto;
}

.text-muted {
    color: #ffffff !important;
    font-size: 0.85em;
    background-color: #1A1A1A;
    /*min-height: 270px;*/
    font-family: GothamBook;
}

.logofoo {
    width: 6.3875em;
    height: auto;
}

.textfoo {
    font-size: 1em;
    line-height: 2.2em;
}

    .textfoo h2 {
        font-size: 27pt;
    }

.linkfoo {
    font-family: GothamBook;
    color: #ffffff;
}

    .linkfoo:hover {
        color: #ffffff;
        text-decoration: underline;
    }


.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.no-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.no-padding-main {
    padding-left: 10px;
    padding-right: 10px;
}

.no-margin-main {
    margin-left: -5px;
    margin-right: -5px;
}

.thirty {
    width: 30em;
}

.no-height {
    height: 0 !important;
}

.go {
    height: 30px;
}

.ul-cruscotto {
    font-family: GothamBook;
    list-style: none;
}

.tooltip-inner {
    max-width: 400px !important;
}

.loaderContainer {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    position: fixed;
    top: 0;
}

.loaderGif {
    position: relative;
    top: 50px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
}

.my-mr {
    margin-right: 3%;
}

.normal {
    color: #ffffff;
    font-family: GothamBook;
}

.normal-black {
    color: #000000;
    font-family: GothamBold;
}

.normal-black-dash-disp {
    color: #000000;
    font-family: GothamBook;
    font-size: 0.875em;
}

.normal-black-dash {
    color: #000000;
    font-family: GothamBold;
    font-size: 0.875em;
}

.large {
    color: #ffffff;
    font-family: GothamMedium;
}

.welarge {
    color: #000000;
    font-family: GothamMedium;
    font-size: 1.50em;
}

.wenormal {
    font-size: 1.50em;
}

.xlarge {
    color: #ffffff;
    font-family: GothamBold;
}

.form-check {
    padding-left: 0.25rem;
}

.form-group {
    margin-top: 1rem;
}

.form-control {
    background-color: #f7f7f7 !important;
    color: #000000;
}

    .form-control:focus {
        /*color: none;*/
        background-color: transparent !important;
        border-color: #005A88 !important;
        outline: 0;
        box-shadow: none;
    }



input.no-form {
    border-radius: 20px;
    height: 40px;
    border: 1px solid #ababab;
}

div.commessa {
    padding: 10px 0 10px 0;
}

label.commessa1, label.commessa2 {
    margin: 0 !important;
}

.icone {
    height: 20px;
}

.biSpace {
    height: 30px;
}

a.no-btn-black {
    border-radius: 20px;
    text-wrap: none;
    height: 40px;
    border: none;
    background-color: #000;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    font-size: 1em; 
    letter-spacing: 0.05em
}

button.no-btn-black {
    border-radius: 20px;
    text-wrap: none;
    height: 40px;
    border: none;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 1em;
    letter-spacing: 0.05em
}

button.no-btn-white {
    border-radius: 20px;
    text-wrap: none;
    height: 40px;
    border: none;
    background-color: #fff;
    color: #000;
    padding: 0 10px;
}



.form-control-home {
    background-color: transparent !important;
    color: #000000;
    border: 1.4pt solid #1a1a1a !important;
}

    .form-control-home:focus {
        background-color: transparent !important;
        border-color: #1a1a1a !important;
        outline: 0;
        box-shadow: none;
    }

.dropdown-item {
    cursor: pointer;
}

.display-none {
    display: none;
}

.text-third {
    font-family: GothamBook;
}

.text-third-vision {
    font-size: 2.76em;
}

.setext-third {
    /*color: #ffffff;*/
    font-family: GothamBook;
    font-size: 1.43em;
    line-height: 1.8em;
}

    .setext-third > span {
        padding-bottom: 2px;
    }

.setext-title {
    /*color: #ffffff;*/
    font-family: GothamBold;
    font-size: 1.49em;
    /*font-size: 2.87em;
    margin-top: 2em;*/
}

.setext-lable {
    color: #ffffff;
    font-family: GothamBook;
    font-size: 1.03em;
}

.section-container-se {
    width: 79.8%;
    margin-left: auto;
    margin-right: auto;
}

.lablenumber {
    margin-left: 1.3em;
}

.lablenumber-ind {
    margin-left: -3.6em;
}

.padding-nav {
    padding: 22px 20px;
}

.sefirst {
    /*background: url(../img/back-servizi.png) no-repeat;*/
    background-size: cover;
    height: 100vh;
}

.sesecond {
    background-color: #1a1a1a !important;
}

.sethird {
    margin-top: 8%;
}

.sefour {
    background: url(../img/back-servizi-contatti.png) no-repeat;
    background-size: cover;
}

.setext-pa {
    color: #fe1c10;
    font-family: GothamBold;
    font-size: 1.9em;
    margin-left: 3em;
    margin-top: -1.2em;
}

.sfondoRed {
    background: url(../img/tri_rosso_fondi.png) no-repeat;
    background-size: 9em;
    height: 185px;
    width: auto;
    left: 4.1em;
    top: 5.5em;
}

.setext-im {
    color: #FFCC14;
    font-family: GothamBold;
    font-size: 1.9em;
    margin-left: 3em;
    margin-top: -1.2em;
}

.sfondoGia {
    background: url("../img/tri_gia_enti.png") no-repeat;
    background-size: 9em;
    height: 185px;
    width: auto;
    left: 4.1em;
    top: 5.5em;
}

.setext-sh {
    color: #67C192;
    font-family: GothamBold;
    font-size: 1.9em;
    margin-left: 3em;
    margin-top: -1.2em;
}

.sfondoVe {
    background: url("../img/tri_verde_fondazioni.png") no-repeat;
    background-size: 9em;
    height: 185px;
    width: auto;
    left: 4.1em;
    top: 5.5em;
}

.setext-pa-descr {
    color: #000000;
    font-size: 1.50em;
    font-family: GothamBook;
}

ul.list-pa li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*ul.list-pa li::before {
        content: "\2022";
        color: #038DA9;
        font-weight: bold;
        display: inline-block;
        font-size: 30px;
        height: 10px;
        margin-left: -0.8em;
    }*/

ul.list-enti li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*ul.list-enti li::before {
        content: "\2022";
        color: #FFCC14;
        font-weight: bold;
        display: inline-block;
        font-size: 30px;
        height: 10px;
        margin-left: -0.8em;
    }*/

ul.list-fondi li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.list-fondi li::before {
        content: "\2022";
        color: #FE1C10;
        font-weight: bold;
        display: inline-block;
        font-size: 30px;
        height: 10px;
        margin-left: -0.8em;
    }

ul.list-fondazioni li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*ul.list-fondazioni li::before {
        content: "\2022";
        color: #67C192;
        font-weight: bold;
        display: inline-block;
        font-size: 30px;
        height: 10px;
        margin-left: -0.8em;
    }*/

#foo, #foo2, #foo3, #foo4 {
    position: relative;
    white-space: nowrap;
}

@media screen and (max-width:575px) {
    footer.footer {
        background-color: #3b3b3c;
        color: #ffffff;
        height: auto;
    }

    .center {
        text-align: center;
    }

    .mb3 {
        margin-bottom: 0.9rem;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        float: inherit;
    }

    .logotv {
        width: auto;
        height: 83px;
    }
}

/* ANIMATION */
.bounce-in-top {
    -webkit-animation: bounce-in-top 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation: bounce-in-top 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.bounce-in-left {
    -webkit-animation: bounce-in-left 1.1s both;
    animation: bounce-in-left 1.1s both;
}

.scale-in-center-rev {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}



/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}




@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /* IE9 + CSS */
    .logotv {
        margin-left: 70px;
    }
}

@media screen and (max-width:568px) {
}

@media screen and (max-width:767px) {
    .center {
        text-align: center;
    }
}

@media screen and (max-width:775px) {
    footer.footer {
        background-color: #1A1A1A;
        color: #ffffff;
        height: auto;
    }
}

@media screen and (min-width:1024px) {
    .sfondoRed {
        left: 3.2em;
    }

    .sfondoGia {
        left: 3.2em;
    }

    .sfondoVe {
        left: 3.2em;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
        margin-top: 2em;
    }
}

@media screen and (min-width:1440px) {
    .sfondoRed {
        left: 4.4em;
    }

    .sfondoGia {
        left: 4.4em;
    }

    .sfondoVe {
        left: 4.4em;
    }
}

@media screen and (min-width:1920px) {
    .sfondoRed {
        left: 4.6em;
    }

    .sfondoGia {
        left: 4.6em;
    }

    .sfondoVe {
        left: 4.6em;
    }

    .ml-my7 {
        margin-left: 20em;
    }
}

@media screen and (max-width:1920px) {
    footer.footer {
        background-color: #1A1A1A;
        color: #ffffff;
        /*min-height: 446px;*/
    }
}


.logocond {
    width: 3.625em;
}

.logoul {
    width: 11.7625em;
    margin-top: 0.8em;
}

.logotvHome {
    width: 14.4625em;
    margin-top: 0.8em;
}

.tooltip-inner {
    text-align: left !important;
}




/*Radio css*/

.radioAdvance > input {
    display: none;
}

.radioAdvance > label::before {
    content: "o" !important;
    margin: 2px !important;
    font-size: 2rem;
    font-family: openimpactadv !important;
    display: inline-block !important;
}

.radioAdvance > input:hover ~ label {
    content: "v" !important;
    font-family: openimpactadv !important;
}

.radioAdvance > input:checked + label::before {
    content: "v" !important;
    font-family: openimpactadv !important;
}


.radioAdvanceConLabel > input {
    display: none;
}

.radioAdvanceConLabel > label.desc::before {
    content: "o" !important; /* Star */
    margin: 2px !important;
    font-size: 2rem;
    font-family: openimpactadv !important;
    display: inline-block !important;
}

.radioAdvanceConLabel > input:hover ~ label.desc {
    content: "v" !important;
    font-family: openimpactadv !important;
}

.radioAdvanceConLabel > input:checked + label.desc::before {
    content: "v" !important;
    font-family: openimpactadv !important;
}

/*Fine radio css*/


/*Checkbox css*/

.checkboxAdvance > input {
    display: none;
}

.checkboxAdvance > label::before {
    content: "j" !important;
    margin: 2px !important;
    font-size: 2.5rem;
    font-family: openimpactadv !important;
    display: inline-block !important;
}

.checkboxAdvance > input:hover ~ label {
    content: "k" !important;
    font-family: openimpactadv !important;
}

.checkboxAdvance > input:checked + label::before {
    content: "k" !important;
    font-family: openimpactadv !important;
}


.checkboxAdvanceConLabel > input {
    display: none;
}

.checkboxAdvanceConLabel > label.desc::before {
    content: "j" !important; /* Star */
    margin: 2px !important;
    font-size: 2.5rem;
    font-family: openimpactadv !important;
    display: inline-block !important;
}

.checkboxAdvanceConLabel > input:hover ~ label.desc {
    content: "k" !important;
    font-family: openimpactadv !important;
}

.checkboxAdvanceConLabel > input:checked + label.desc::before {
    content: "k" !important;
    font-family: openimpactadv !important;
}

.mdc-dialog.full-width .mdc-dialog__container{
    width: 100%;
}

.mdc-dialog.full-width .mdc-dialog__container .mdc-dialog__surface{
    width: 100%;
} 