﻿/* caselle e pulsanti */
input, textarea, select {
    font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input {
    border: 1px solid #929292;
    background-color: #FFFFFF;
    /*font-size: 13px;*/
}

    input[type=radio], input[type=checkbox] {
        border: none;
    }

i.fa-percent ~ input[type=text] {
    min-width: 100px;
    max-width: 150px;
}

i.fa-eur ~ input[type=text] {
    min-width: 200px;
    max-width: 250px;
}

i.fa-decimali:after {
    content: ",00";
    display: inline-block;
}

/* TITOLI e PARAGRAFI */

@media (max-width:359px) {
    .pf_form fieldset, .pf_form .fieldset {
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-bottom: 0 !important;
    }
}

h1, h2, h3 {
    font-weight: normal;
    /*border-bottom: 2px solid #929292;*/
    color: #929292;
    text-align: left;
}

h1 {
    letter-spacing: -1px;
    line-height: 1em;
    /*	font-size: 2.2em;
    font-size: 1.8em;*/
}

h2 {
    /*font-size: 1.6em;*/
}

h3 {
    /*font-size: 1.4em;*/
}

@media (max-width:359px) {
    body {
        font-size: 18px !important;
    }

    fieldset {
        font-size: 95% !important;
    }
}

p, ul, ol {
    /*font-size: 1.2em;*/
}

p {
    margin: 0 0 10px 0;
}


a {
    color: #000000;
}

    a:hover {
        text-decoration: none;
        text-shadow: .5px 0 0 #3D3535;
    }

small {
}

hr {
    border: 1px dashed #9C9C9C;
    /*height: 1px;*/
}

img {
    border: none;
}

    img.left {
        float: left;
        margin: 0 15px 0 0;
        border: 1px dashed #9C9C9C;
    }

    img.right {
        float: right;
        margin: 0 0 0 15px;
        border: 1px dashed #9C9C9C;
    }

/* Header */

#header {
    margin: 0 auto;
    text-align: center;
}

#headbox {
    margin: 0 auto;
    height: 90px;
    letter-spacing: -1px;
    font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
    padding: 5px;
}

#headlogo {
    width: 70px;
    float: left;
    margin: 3px 0 0 10px;
}

#headtitolo {
    font-weight: normal;
    color: #3D3535;
    letter-spacing: -1px;
    /*font-size: 2.2em;*/
    float: left;
    margin: 35px 0 0 40px;
}

#headsponsor {
    font-weight: normal;
    color: #212121;
    letter-spacing: -1px;
    /*font-size: 2.2em;*/
    float: right;
    margin: 60px 10px 0 0;
}

/* Footer */

#footer {
    background: #DADADA repeat left top;
    margin: 0;
    padding: 0; /* 15px 20px 0 20px; */
    font-size: .8em;
    text-align: center;
    height: 25px;
    width: 100%;
}

#logoq {
    float: left;
    /*margin-top: -12px;*/
}

.boxevidenza {
    padding: 20px;
    background-color: #D2D2D2;
}

    .boxevidenza h4 {
        font-weight: normal;
        /*font-size: 1.4em;*/
        float: left;
        margin: 0 0 10px 0;
        padding: 0;
        /*border-bottom: 2px solid #929292;*/
    }

    .boxevidenza .tip {
        float: right;
    }

    .boxevidenza p {
        clear: both;
    }

    .boxevidenza .smallP {
        /*font-size: 0.8em;*/
        margin-top: 10px;
    }

.inmezzo {
    vertical-align: middle;
}

span.help {
    margin-left: 25px;
}

    span.help a {
        /*font-size: 70%;*/
        text-decoration: none;
        color: #000000;
        font-style: italic;
        letter-spacing: 2px;
    }

.nhelpDomanda {
    background: url("/Images/Info/info_grey.gif") no-repeat;
    background-position: center;
    color: #ccc;
    text-decoration: none;
    /*font-size: 1px;*/
    padding: 0 0 0 15px;
    margin-left: -25px;
    margin-right: -5px;
}

.tabellaDomandaMatriceOriz .tdEtichettaTabella .nhelpDomanda {
    margin-right: 5px !important;
}

/*@media (max-width: 767px) {
    .nhelpDomanda {
        display: none;
    }
}*/

/* STILI SPECIFICI PER IL QUESTIONARIO */

/* PROGRESS BAR */

.progressbar {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #595959;
    /*Responsive Bar*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /*text-align: center;*/
}

.ProgressOpzioni {
    background-color: #929292;
}

.ProgressOpzioni-Text {
    font-weight: bold;
    font-size: medium;
}

.ProgressOpzioniZero {
    background-color: #929292;
}

.ProgressOpzioni-TextZero {
    font-weight: bold;
    font-size: medium;
}

.ProgressAvviso {
    color: #3D3535;
    font-weight: bold;
    /*font-size: 1.1em;*/
}

.UpdateProgress {
    width: 100%;
    text-align: center;
}

/*Responsive Bar*/

.pb-back {
    padding-left: 10px;
    flex: 1 auto;
}

.pb-forward {
    padding-right: 10px;
    flex: 1 auto;
}

.pb-progress {
    padding: 10px;
    padding-bottom: 0;
    flex: 1 100%;
}

@media (min-width: 740px) {
    .pb-back {
        order: 1;
    }

    .pb-progress {
        order: 2;
        flex: 100 0px;
    }

    .pb-forward {
        order: 3;
    }
}


/* DOMANDE: tabella standard */
.tabellaDomanda {
    margin: 0;
    padding: 0;
}

    .tabellaDomanda td, .tabellaDomanda .d_cell_block {
        vertical-align: middle;
        text-align: center;
        height: 0;
    }

    .tabellaDomanda .tdAnagrafiche {
        text-align: left !important;
        /*width: 200px;*/
        width: 16rem;
    }

    .tabellaDomanda .tdAnagrafiche2 {
        text-align: left !important;
        width: 300px;
    }

    .tabellaDomanda .tdTitoloDomandaBox {
        padding: 4px;
        font-weight: bold;
    }

    .tabellaDomanda .tdEtichettaDomandaBox {
        padding: 4px;
        font-weight: bold;
    }

    .tabellaDomanda .tdEtichettaTabella {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: normal;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tabellaDomanda .tdEtichettaTabellaDomanda {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: bold;
        padding-right: 10px;
    }

    .tabellaDomanda .tdEtichettaTabellaDomandaNotBold {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: normal;
        padding-right: 10px;
    }

.tabellaDomandaMatriceOriz .tdEtichettaTabella, .tabellaDomandaMatriceOriz .tdEtichettaTabellaDomanda,
.tabellaDomandaMatriceVertResponsive .tdEtichettaTabella, .tabellaDomandaMatriceVertResponsive .tdEtichettaTabellaDomanda {
    /*text-align: center !important;*/
    /*font-size: 1.4em;*/
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabellaDomandaMatriceOriz tbody, .tabellaDomandaMatriceVertResponsive tbody {
    display: table;
}

.tabellaDomandaMatriceOriz tr, .tabellaDomandaMatriceVertResponsive tr {
    display: table-row-group;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
}

.tabellaDomandaMatriceOriz td, .tabellaDomandaMatriceVertResponsive td {
    text-align: left;
    display: table-row;
}

    .tabellaDomandaMatriceOriz .tdAngoloTabella, .tabellaDomandaMatriceOriz .tdTitoloBox, .tabellaDomandaMatriceOriz td.tdTitoloDomandaBox, .tabellaDomandaMatriceOriz td.tdEtichettaDomandaBox,
    .tabellaDomandaMatriceVertResponsive .tdAngoloTabella, .tabellaDomandaMatriceVertResponsive .tdTitoloBox, .tabellaDomandaMatriceVertResponsive td.tdTitoloDomandaBox, .tabellaDomandaMatriceVertResponsive td.tdEtichettaDomandaBox, .tabellaDomandaMatriceVertResponsive td.tdEtichettaDomanda {
        display: none;
    }

.tabellaDomandaMatriceOriz [TitoloDomandaBox]:before {
    content: attr(TitoloDomandaBox);
    display: table-row;
}

.tabellaDomandaMatriceVertResponsive [EtichettaDomandaBox]:before {
    content: attr(EtichettaDomandaBox);
    display: table-row;
}

.tabellaDomandaMatriceOriz span[EtichettaDomandaBox][tipo="radio"]:after, .tabellaDomandaMatriceOriz span[EtichettaDomandaBox][tipo="checkbox"]:after {
    content: attr(EtichettaDomandaBox);
    display: inline-block;
}

.tabellaDomandaMatriceVertResponsive span[EtichettaDomanda][tipo="radio"]:after, .tabellaDomandaMatriceVertResponsive span[EtichettaDomanda][tipo="checkbox"]:after {
    content: attr(EtichettaDomanda);
    display: inline-block;
}

.tabellaDomandaMatriceOriz span[EtichettaDomandaBox][tipo="text"]:before {
    content: attr(EtichettaDomandaBox);
    display: inline-block;
}

.tabellaDomandaMatriceVertResponsive span[EtichettaDomanda][tipo="text"]:before {
    content: attr(EtichettaDomanda);
    display: inline-block;
}

.tabellaDomandaMatriceVertResponsive .checkbox, .tabellaDomandaMatriceVertResponsive .radio {
    display: block !important;
}

@media (max-width: 479px) {
    .tabellaDomandaMatriceOriz .d_row_block {
        display: table-row-group;
        border-top: solid 15px transparent;
        border-bottom: solid 15px transparent;
    }

    .tabellaDomandaMatriceOriz .d_cell_block {
        text-align: left;
        display: table-row;
    }
}

@media (min-width: 768px) {
    .tabellaDomandaMatriceOriz:not(.x-large) tbody, .tabellaDomandaMatriceVertResponsive:not(.x-large) tbody {
        display: table-row-group;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) tr, .tabellaDomandaMatriceVertResponsive:not(.x-large) tr {
        display: table-row;
        border: initial;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) td, .tabellaDomandaMatriceVertResponsive:not(.x-large) td {
        text-align: center;
        height: 0;
        display: table-cell;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) .tdAngoloTabella, .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdAngoloTabella {
        min-width: 150px;
        display: table-cell;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) .tdTitoloBox, .tabellaDomandaMatriceOriz:not(.x-large) .tdTitoloDomandaBox,
    .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdTitoloBox, .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdTitoloDomandaBox {
        display: table-cell !important;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) .tdEtichettaDomandaBox,
    .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaDomandaBox, .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaDomanda {
        display: table-cell !important;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) .tdEtichettaTabella, .tabellaDomandaMatriceOriz:not(.x-large) .tdEtichettaTabella2, .tabellaDomandaMatriceOriz:not(.x-large) .tdEtichettaTabellaDomanda,
    .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaTabella, .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaTabella2, .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaTabellaDomanda {
        text-align: left;
        max-width: 500px;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) .tdEtichettaTabella, .tabellaDomandaMatriceOriz:not(.x-large) .tdEtichettaTabella2,
    .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaTabella, .tabellaDomandaMatriceVertResponsive:not(.x-large) .tdEtichettaTabella2 {
        /*font-size: 0.9em;*/
        font-weight: initial;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) [TitoloDomandaBox]:before, .tabellaDomandaMatriceVertResponsive:not(.x-large) [EtichettaDomandaBox]:before {
        display: none;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) span[EtichettaDomandaBox][tipo="radio"]:after, .tabellaDomandaMatriceOriz:not(.x-large) span[EtichettaDomandaBox][tipo="checkbox"]:after,
    .tabellaDomandaMatriceVertResponsive:not(.x-large) span[EtichettaDomanda][tipo="radio"]:after, .tabellaDomandaMatriceVertResponsive:not(.x-large) span[EtichettaDomanda][tipo="checkbox"]:after {
        display: none;
    }

    .tabellaDomandaMatriceOriz:not(.x-large) span[EtichettaDomandaBox][tipo="text"]:before,
    .tabellaDomandaMatriceVertResponsive:not(.x-large) span[EtichettaDomanda][tipo="text"]:before {
        display: none;
    }

    .tabellaDomandaMatriceVertResponsive:not(.x-large) .checkbox, .tabellaDomandaMatriceVertResponsive:not(.x-large) .radio {
        margin-left: 45% !important;
    }

        .tabellaDomandaMatriceVertResponsive:not(.x-large) .checkbox:after, .tabellaDomandaMatriceVertResponsive:not(.x-large) .radio:after {
            content: '\a0';
            display: inline-block;
        }
}


@media (min-width: 980px) {
    .tabellaDomandaMatriceOriz.x-large tbody, .tabellaDomandaMatriceVertResponsive.x-large tbody {
        display: table-row-group;
    }

    .tabellaDomandaMatriceOriz.x-large tr, .tabellaDomandaMatriceVertResponsive.x-large tr {
        display: table-row;
        border: initial;
    }

    .tabellaDomandaMatriceOriz.x-large td, .tabellaDomandaMatriceVertResponsive.x-large td {
        text-align: center;
        height: 0;
        display: table-cell;
    }

    .tabellaDomandaMatriceOriz.x-large .tdAngoloTabella, .tabellaDomandaMatriceVertResponsive.x-large .tdAngoloTabella {
        min-width: 150px;
        display: table-cell;
    }

    .tabellaDomandaMatriceOriz.x-large .tdTitoloBox, .tabellaDomandaMatriceOriz.x-large .tdTitoloDomandaBox,
    .tabellaDomandaMatriceVertResponsive.x-large .tdTitoloBox, .tabellaDomandaMatriceVertResponsive.x-large .tdTitoloDomandaBox {
        display: table-cell !important;
    }

    .tabellaDomandaMatriceOriz.x-large .tdEtichettaDomandaBox,
    .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaDomandaBox, .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaDomanda {
        display: table-cell !important;
    }

    .tabellaDomandaMatriceOriz.x-large .tdEtichettaTabella, .tabellaDomandaMatriceOriz.x-large .tdEtichettaTabella2, .tabellaDomandaMatriceOriz.x-large .tdEtichettaTabellaDomanda,
    .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaTabella, .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaTabella2, .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaTabellaDomanda {
        text-align: left;
        max-width: 500px;
    }

    .tabellaDomandaMatriceOriz.x-large .tdEtichettaTabella, .tabellaDomandaMatriceOriz.x-large .tdEtichettaTabella2,
    .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaTabella, .tabellaDomandaMatriceVertResponsive.x-large .tdEtichettaTabella2 {
        /*font-size: 0.9em;*/
        font-weight: initial;
    }

    .tabellaDomandaMatriceOriz.x-large [TitoloDomandaBox]:before, .tabellaDomandaMatriceVertResponsive.x-large [EtichettaDomandaBox]:before {
        display: none;
    }

    .tabellaDomandaMatriceOriz.x-large span[EtichettaDomandaBox][tipo="radio"]:after, .tabellaDomandaMatriceOriz.x-large span[EtichettaDomandaBox][tipo="checkbox"]:after,
    .tabellaDomandaMatriceVertResponsive.x-large span[EtichettaDomanda][tipo="radio"]:after, .tabellaDomandaMatriceVertResponsive.x-large span[EtichettaDomanda][tipo="checkbox"]:after {
        display: none;
    }

    .tabellaDomandaMatriceOriz.x-large span[EtichettaDomandaBox][tipo="text"]:before,
    .tabellaDomandaMatriceVertResponsive.x-large span[EtichettaDomanda][tipo="text"]:before {
        display: none;
    }

    .tabellaDomandaMatriceVertResponsive.x-large .checkbox, .tabellaDomandaMatriceVertResponsive.x-large .radio {
        margin-left: 45% !important;
    }

        .tabellaDomandaMatriceVertResponsive.x-large .checkbox:after, .tabellaDomandaMatriceVertResponsive.x-large .radio:after {
            content: '\a0';
            display: inline-block;
        }
}


/* FIXED */

.tabellaDomandaFixed {
    margin: 0;
    padding: 0;
    width: 70%;
}

    .tabellaDomandaFixed td {
        text-align: center;
        height: 0;
    }

    .tabellaDomandaFixed .tdEtichettaDomandaBox {
        padding: 4px;
        font-weight: bold;
    }

    .tabellaDomandaFixed .tdEtichettaTabella {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: normal;
        padding-right: 50px;
    }

    .tabellaDomandaFixed .tdEtichettaTabellaDomanda {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: bold;
        padding-right: 50px;
    }

/* FIXEDLONG */

.tabellaDomandaFixedLong {
    margin: 0;
    padding: 0;
    width: 90%;
}

    .tabellaDomandaFixedLong td {
        text-align: center;
        height: 0;
    }

    .tabellaDomandaFixedLong .tdEtichettaDomandaBox {
        padding: 4px;
        font-weight: bold;
    }

    .tabellaDomandaFixedLong .tdEtichettaTabella {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: normal;
        padding-right: 2px;
        width: 72%;
    }

    .tabellaDomandaFixedLong .tdEtichettaTabellaDomanda {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: bold;
        padding-right: 2px;
        width: 72%;
    }

/* FIXEDMID */

.tabellaDomandaFixedMid {
    margin: 0;
    padding: 0;
    width: 80%;
}

    .tabellaDomandaFixedMid td {
        text-align: center;
        height: 0;
    }

    .tabellaDomandaFixedMid .tdEtichettaDomandaBox {
        padding: 4px;
        font-weight: bold;
    }

    .tabellaDomandaFixedMid .tdEtichettaTabella {
        text-align: left;
        /*font-size: 1.2em;*/
        font-weight: normal;
        padding-right: 5px;
        width: 75%;
    }

    .tabellaDomandaFixedMid .tdEtichettaTabellaDomanda {
        text-align: left;
        font-size: 1.2em;
        font-weight: bold;
        padding-right: 5px;
        width: 75%;
    }

/* altri elementi */

.TitoloDomanda {
    font-weight: bold;
    /*font-size: 1.4em;*/
    margin: 20px 0 0 0;
    padding: 0;
}

.NoteDomanda {
    font-weight: normal;
    /*font-size: 1.1em;*/
    font-style: italic;
}

.Nota {
    font-weight: normal;
    font-size: 1em;
    font-style: italic;
    text-align: left;
}

.divHeadersottostante {
    margin-top: 30px;
    clear: both;
    text-align: left;
}

.divBodysottostante {
    clear: both;
    text-align: left;
}

.divHeaderaffiancato {
    clear: both;
    margin-top: 30px;
    float: left;
    width: 22%;
    text-align: left;
}

.divBodyaffiancato {
    float: right;
    text-align: left;
    width: 76%;
    margin-top: 30px;
}

.clear {
    clear: both;
}

.aSinistra {
    text-align: left;
}


/*Compilazione in Riepilogo*/

@media (min-width: 740px) {
    .bor-dx {
        border-right: 1px solid #cfd8d9;
    }

    .bor-sx {
        border-left: 1px solid #cfd8d9;
    }
}

#CompilaBottone {
    border-radius: 15px;
    background-color: #929292;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.LabelCompila {
    font-size: 22px;
    cursor: pointer;
}

@media (min-width: 479px) {
    .LabelCompila {
        font-size: 32px;
    }
}

.LinkCompila {
    text-decoration: none;
}

.Titoletto {
    font-weight: bold;
    color: #929292;
}

.StatoQue {
    /*color: #929292;*/
    text-transform: uppercase;
}

/*Info Compilazione*/
.accordionTitle {
    text-decoration: underline;
    padding: initial !important;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    font-size: 1.15em !important;
    text-shadow: none;
}

    .accordionTitle:hover {
        text-decoration: none;
        text-shadow: .7px 0 0 #929292;
    }

.accordionPanel {
    padding: .8em .8em 0 2em !important;
    font-size: .8em !important;
}

    .accordionPanel p {
        display: list-item;
        list-style: disc;
    }

@media (min-width: 479px) {
    .accordionPanel p {
        text-align: justify;
    }
}

/*Generici*/
.radio_group .radio, .checkbox_group .checkbox {
    height: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    text-align: left;
    line-height: inherit;
    padding-top: 3px !important;
}

.tabellaDomanda .radio, .tabellaDomanda .checkbox {
    display: inline-block;
    margin-left: 8px;
}

label.input {
    display: inline-flex;
    vertical-align: text-bottom;
}

.select_box li {
    text-align: initial;
}

/*Ratings*/
.ratings input + label {
    color: rgb(192, 192, 192) !important;
}

body .ratings input + label:hover, body .ratings input + label:hover ~ label {
    text-shadow: 1px 1px 1px gray, 1px 1px 1px gray;
}

.rating .tdEtichettaTabella, .rating .tdEtichettaTabellaDomanda {
    max-width: 700px !important;
}

.tdRating-4-star, .tdRating-5-star, .tdRating-6-star {
    min-width: 250px;
}

.tdRating-7-star {
    min-width: 343px;
}

.tdRating-6-heart, .tdRating-5-cloud {
    min-width: 270px;
}

.rating-group {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 306px) {
    .ratings input + label {
        padding: 0 1px !important;
    }

    .tdRating-7-star .ratings label i.fa-2x {
        font-size: 1.3em !important;
    }

    .tdRating-6-heart .ratings label i.fa-2x {
        font-size: 1.7em !important;
    }
}

@media (min-width: 307px) and (max-width: 359px) {
    .ratings input + label {
        padding: 0 1px !important;
    }

    .tdRating-7-start .ratings label i.fa-2x {
        font-size: 1.3em !important;
    }

    .tdRating-6-heart .ratings label i.fa-2x {
        font-size: 1.9em !important;
    }
}


@media (min-width: 360px) and (max-width: 404px) {
    .tdRating-6-star .ratings input + label {
        margin-right: 1px;
    }

    .tdRating-7-start .ratings label i.fa-2x {
        font-size: 1.5em !important;
    }

    .tdRating-6-heart .ratings input + label, .tdRating-5-cloud .ratings input + label {
        margin-right: 5px;
    }

    .tdRating-6-star .ratings label i.fa-2x {
        font-size: 2.4em !important;
    }
}

@media (min-width: 405px) and (max-width: 429px) {
    .tdRating-6-star .ratings input + label, .tdRating-6-heart .ratings input + label, .tdRating-5-cloud .ratings input + label {
        margin-right: 8px;
    }
}

@media (min-width: 430px) and (max-width: 459px) {
    .tdRating-6-star .ratings input + label, .tdRating-6-heart .ratings input + label, .tdRating-5-cloud .ratings input + label {
        margin-right: 12px;
    }
}

@media (min-width: 460px) and (max-width: 739px) {
    .tdRating-6-star .ratings input + label, .tdRating-6-heart .ratings input + label, .tdRating-5-cloud .ratings input + label {
        margin-right: 18px;
    }
}

@media (min-width: 740px) and (max-width: 767px) {
    .tdRating-6-star .ratings input + label, .tdRating-6-heart .ratings input + label, .tdRating-5-cloud .ratings input + label {
        margin-right: 25px;
    }
}

/*@media (min-width: 768px) and (max-width: 979px) {
}*/

@media (min-width: 980px) {
    .tdRating-5-cloud .ratings input + label {
        margin-right: 5px;
    }
}

/*@media (min-width: 1280px) {
    .ratings input + label {
        margin-right: 18px;
    }
}*/


/*Stili Validazioni*/
.ErrorMessage {
    color: Red;
}

div.ConfirmMessage {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

    div.ConfirmMessage div {
        text-align: left;
        padding: 5px 20px 5px 20px;
        border: 1px solid #929292;
        background-color: #D2D2D2;
        overflow: visible;
        position: relative;
        z-index: 101;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
    }

@media (max-width:767px) {
    div.ConfirmMessage div, div.ConfirmMessage div .button {
        font-size: 0.8em;
    }
}


/*Stili tabelle zebra*/
@media (min-width:768px) {
    .stickyheader-sticky {
        background-color: rgba(231, 231, 231, 0.9);
    }

    .zebra2 .colvert1 {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .zebra2 .colvert2 {
        background-color: rgba(0, 0, 0, 0.08);
    }

    .zebra .colvert1 {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .zebra .colvert2 {
        background-color: rgba(0, 0, 0, 0.08);
    }
}

/*Loader*/
.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 80px;
    height: 80px;
    margin: -76px 0 0 -76px;
    border: 16px solid #006666;
    border-radius: 50%;
    border-top: 16px solid #00b3b3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
