/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html, body{
    font-family: 'Maven Pro', sans-serif;
    font-size:14px;
    height:100%;
    width:100%;
    line-height:120%;
    background-image:url('../img/sfondo.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    color: #222;
}

img{
    border:none;
}

p { margin: 0; text-indent: 1em; }

table{
    table-layout:fixed;
}

.minuscolo{
    text-transform: none;
}
.clear{
    clear:both;
}
.floatl{
    float:left;
}
.floatr{
    float:right;
}
.relative{
    position:relative;
}
.totale{
    display:none;
    position:absolute;
    left:460px;
    top:52px;
    color: #9f000f;
    font-size: 18px;
    font-weight: bold;
}
.verdebg{
    background-color: #95001E;
}

.verdetxt{
    color: #95001E;
}

input {
    padding: 5px;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
}

input[type="checkbox"]{
    vertical-align: middle;
}

.grigiobg{
    background-color: #444;
}
.maiuscolo{
    text-transform: uppercase;
}
.grassetto{
    font-weight: bold;
}
.font_24{
    font-size: 24px;
}
.bottom_10{
    margin-bottom: 10px;
}
.paddingbottom_10{
    padding-bottom: 10px;
}
.bottom_20{
    margin-bottom: 20px !important;
}
.width_310{
    width:310px;
}
.width_400{
    width:400px;
}
form#crea_questionario{
    padding:10px;
}
#crea_questionario .label{
    text-transform: uppercase;
    font-weight: bold;
}
#crea_questionario .sublabel{
    color: #444;
}
.label{
    text-transform: uppercase;
    font-weight: bold;
}

.label img{
    vertical-align: sub;
    margin-left:2%;
    cursor:pointer;
}

.sublabel{
    color: #444;
}

.sublabelGrigio{
    color: #ACBAA6;
    font-weight: bold;
}
.grigio{
    color: #ACBAA6;
}
#crea_questionario textarea{
    width:900px;
    height: 160px;
}
.output{
    width:450px;
    text-align:center;
    margin-left:7px;
}
.width_75{
    width:75px;
}
.width_80{
    width:80px;
}
#wrapper{
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -50px; /* margine negativo altezza footer */
}

.pushfooter{
    height:50px; /* altezza footer */
    clear:both; /* clear di eventuali float se presenti nel layout */
}

.riga_superiore{
    height:18px;
    width:100%;
    border-bottom:1px solid #070300;
    min-width:1060px;
}

.riga_inferiore{
    height:60px;
    color:white;
    border-top:1px solid white;
    border-bottom: 1px solid #070300;
    min-width:1060px;
}
.riga_inferiore h1{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px 20px 30px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

.menu{
    position:relative;
    height:108px;
    border-top:1px solid #dfdfdf;
    border-bottom: 1px solid #070300;
    background: url('../img/sfondo_head.png') no-repeat center center;
    padding: 0px 30px;
    min-width:1000px;
}
#menu_sx{
    width: 280px;
    float:left;
}
#menu_dx{
    width: 75%;
    float:right;
    text-align: right;
}

a.admin_links{
    display: block;
    width: 88px;
    height:75px;
    float:right;
    padding: 20px 1px 0;
    margin:8px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: url('../img/sfondo_puls_generico.png') no-repeat center center;
}

a:hover.admin_links{
    color: #DB002D;
}

img#logo{
    float:left;
    padding-right: 10px;
    padding-top: 10px;
}

div#login_welcome{

    margin-top:23px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#ffffff;
    text-shadow: 1px 1px #000000;

}
input.buttonScuro {
    background-color: #DB002D;
    border: none;
    margin-top:10px;
    height:25px;
    color:#ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #666666;
    cursor: pointer;
}

input.buttonScuro2 {
    background-color: #DB002D;
    border: none;
    margin-top:10px;
    height:25px;
    color:#cccccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #666666;
}
span.infomsg {

    border: none;
    margin-top:10px;
    height:25px;
    color:#95001E;
    font-size: 12px;
    text-shadow: 1px 1px #666666;
    padding:8px;
    text-align: right;
}

input.buttonScuro:hover {
    color:#ddd;
}
.ui-dialog button.buttonChiaro, input.buttonChiaro {
    background-color: #95001E;
    border: none;
    margin-top:10px;
    height:25px;
    color:white;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

a.buttonChiaro , .buttonChiaro{
    background-color: #95001E;
    border: none;
    margin-top:10px;
    height:25px;
    color:white;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    display:inline-block;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 10px;
}

.shadow {
    box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.6);
    }

.box{
    border-top:1px solid white;
    padding:30px;
    min-width:1000px;
}

.outer_content{
    background: url('../img/diagonale_larga.png') white;
    border:10px solid white;
    -moz-box-shadow: 0 0 3px 3px #868686;
    -webkit-box-shadow: 0 0 3px 3px #868686;
    box-shadow: 0 0 3px 3px #868686;
    position:relative;
}

.colonna_sx{
    float:left;
    width:68%;
    margin-right:1%;
}

.colonna_dx_outer{
    float:right;
    width:31%;
}

.colonna_dx_outer h1{
    display:block;
    background-color:#95001E;
    text-transform: uppercase;
    color:white;
    text-align: center;
    font-weight: bold;
    padding:5px 0px;
}

.colonna_dx{
    border:1px solid #ececec;
    padding:10px;
}

.colonna_dx_risposte, .colonna_dx_risposte2{
    border:1px solid #ececec;
    margin-top:0px;
    font-family: 'Maven Pro', sans-serif;
    font-size:14px;
    line-height:120%;

}


.colonna_dx_risposte h3, .colonna_dx_risposte2 h3{
    border-radius: 0px;
    border:none;
    background: none;
    margin-top:0px;
    font-weight: bold;
}

.ui-accordion .ui-accordion-header{
    margin-top:0px !important;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ececec;
}

.ui-accordion-header-active{
    background-color: white !important;
}

.ui-accordion .ui-accordion-content{
    padding: 3% 2%;
    border-radius: 0px;
    border:none;
    background: none;
}

.colonna_dx_outer input[type=text], .divOpzioni input[type=text], .colonna_dx_outer select, .colonna_dx textarea {
    width:95%;
    margin-bottom:5px
}

.colonna_dx textarea{
    padding:5px;
    min-height: 120px;
}

.minwidth_300{
    min-width: 300px;
}

.minheight_120{
    min-height: 120px;
}

div.ui-accordion-content textarea{
    width:97%;
    margin-bottom:5px
}

#left_label{
    background-color: #95001E;
    height: 31px;
    line-height: 30px;
    position:absolute;
    top:10px;
    padding:0px 20px;
    left:-15px;
    min-width:200px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.6);
    box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.6);
    font-size: 16px;
    font-weight: bold;
    color:#070300;
}
#left_label a, #left_label em{
    font-size: 16px;
    font-weight: bold;
    color:white;
    font-style: normal;
    text-decoration: none;
}
#linguetta_left_label{

    width: 14px;
    height: 40px;
    position:absolute;
    top:10px;
    left:-24px;
    background-image: url('../img/sx-verde.png');
    background-repeat: no-repeat;
}

#right_label{
    background-color: #DB002D;
    height: 31px;
    line-height: 30px;
    position:absolute;
    top:10px;
    padding:0px 20px;
    right:-15px;
    min-width:200px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.6);
    box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.6);
    font-size: 16px;
    font-weight: bold;

}
#right_label a{
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    color:#ffffff;
}
#right_label a:hover{
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    color:#ddd;
}
#linguetta_right_label{

    width: 14px;
    height: 40px;
    position:absolute;
    top:10px;
    right:-24px;
    background-image: url('../img/dx.png');
    z-index: 2;
    background-repeat: no-repeat;
}

.content{
    width:100%;
    height:100%;
}

.inner_content{
    background-color: white;
    margin:70px 20px 20px 20px;
    border:1px solid #ececec;
    padding:10px;
}

.checkbox_label{
    float:left;
    width:360px;
}

.resetta{
    margin-left: 322px;
    font-size: 18px;
    line-height: 24px;
    cursor:pointer;
    width:120px;
}

.resetta img{
    vertical-align: top;
    margin-right:10px;
}

.validateTips{
    color: #9f000f;
    font-weight: bold;
    display:none;
    text-align:center;
    width:100%;
}

.add_png{
    vertical-align: bottom;
    margin-left:10px;
}

.numeric{
    width:50px;
}

.select_style1{
    border: 0px;
    padding: 3px;
    margin-top:3px;
}

.footer{
    height: 49px;
    width:100%;
    min-width:1060px;
    border-top:1px solid #444;
}

/* classi checco */

td.tdForm1{
    width: 150px;
    vertical-align: top;
}
.width_70{
    width: 70px;
    vertical-align: top;
}
.paddingleft{
    padding-left:50px;
}
input.css3button {
    font-size: 14px;
    text-transform: uppercase;
    margin-left:150px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #95001E 0%,
        #788c36);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#95001E),
        to(#788c36));
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 0px solid #279134;
    -moz-box-shadow:
        0px 1px 3px rgba(094,138,044,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(094,138,044,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(094,138,044,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,0.3);
}

#crea_questionario .cke{
    width:900px !important;
}
.margin10{
    margin:10px;
    }

.tdpadding10{
    padding:10px;
}
.alignleft{
    text-align: left;
}
.alignright{
    text-align: right;
}
.width_50{
    min-width:60px;
}
.width_80{
    width:80px;
}
.width_70{
    width:70px;
}
.width_90{
    width:90px;
}
.width_100{
    width:100px;
}
.width_105{
    width:105px;
}
.width_150{
    width:150px;
}
.width_200{
    width:200px;
}
.width_300{
    width:300px;
}
.maxwidth_350{
    max-width:350px;
}
.width_100x100{
    width:100%;
}
.width_95x100{
    width:95%;
}
.width_30x100{
     width:30%;
 }
.width_10x100{
    width:10%;
}
.width_60x100{
    width:60%;
}
.width_885{
    width:885px;
}

.letSpaceMin{
    letter-spacing: -1px;
}
table.tabellaRisposte{
    width:100%;
    border:0px;
    margin-left: 30px;
}
td.tdRisp1{
    width:300px;

}
td.tdRisp2{
    font-style:italic;
    padding-left:10px!important;
}
tr.trbg1{
    background-color: #dddddd;
}
a.linknodec{
    text-decoration: none;
}

table.table1, table.table2, table.table3{
    background-color: white;
}

table.table1 tr, table.table2 tr,table.table3 tr{
    background-color: white;
}


table.table1 tr.grigia, table.table2 tr.grigia, table.table3 tr.grigia{
    background-color: #f4f4f4;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

table.table1 thead th{
    background-color: #DB002D;
}

table.table2 thead th{
    background-color: #95001E;
}

table.table3 thead th{
    background-color: #cccccc;
}

table.table1 thead{
    color: white;
    text-transform: uppercase;
    font-weight:bold;
    border:1px solid #ACBAA6;
}
table.table2 thead{
    color: white;
    text-transform: uppercase;
    font-weight:bold;
    border:1px solid #ECECEC;
}
table.table3 thead{
    color: #333333;
    text-transform: uppercase;
    font-weight:bold;
    border:1px solid #ECECEC;
}
table.tabOpzioni thead{
    font-weight:bold;
    color: #ACBAA6;
}

table.tabOpzioni td span.sublabel{
    font-weight:bold;
    color: #ACBAA6;
    padding-top:10px
}

table.tabOpzioni td span.sublabel{
    color: white;
    font-weight:bold;
    color: #ACBAA6;
}

table.table1 th, table.table2 th, table.table3 th{
    padding: 4px 0px;
    min-width:20px;
    text-align: left;
}

table.table1 .centrato, table.table2 .centrato, table.table3 .centrato, .centrato{
    text-align:center;
}

table.table1 td, table.table2 td, table.table3 td{
    padding: 5px 2px;
}

table.table1 tbody, table.table2 tbody, table.table3 tbody{
    border:1px solid #ececec;
    border-top: none;
}

table.table1 a, table.table2 a, table.table3 a{
    color: #DB002D;
    text-decoration: none;
}

table.table1 a:hover, table.table2 a:hover, table.table3 a:hover{
    color: #DB002D;
    text-decoration: underline;
}

table#cestinoQuestionari td{
    color:#666666;
}

.trasparente{
    opacity:0.0;
    filter:alpha(opacity=0);
}
.ui-effects-transfer {
    border: 1px solid #DB002D;
}
.left_label{
    float:left;
    width:75%;
}

.short_input{
    float:right;
    width:15% !important;
}

.padddingtop_10{
    padding-top: 10px;
}

table.tabellaRisposte tbody{
    border:0px;
    border-width: 0px;
    border-style: none;
}

table.tabellaRisposte tr{
    background: none;
}

table.tabellaRisposte ul{
    margin-left: 20px;
    margin-top: 5px;
}

form#addJump{
    min-height: 200px;
}

div#selectJump{
    height:150px
}

.strong{
    font-weight: bold;
}
ul.ulJump li{
    color:#666666;
    font-style: italic;
}
.mtop5{
    margin-top:5px;
}
.mtop10{
    margin-top:10px;
}
.mtop30{
    margin-top:30px;
}
.mbottom10{
    margin-bottom:10px;
}

.mbottom30{
    margin-bottom:30px;
}

table#listaMedia{
    font-size:12px;
}
table#listaMedia td{
    vertical-align: top;
}

.ui-combobox {
    position: relative;
    display: inline-block;
    width:96% !important;
    margin-top:3px;
}
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
    background: none !important;
    width:85%;
}

.ui-dialog-titlebar{
    background: none !important;
    background-color: #DB002D !important;
    color:white;
    text-transform: uppercase;
}

.top_10{
    margin-top:10px;
}

table.fasce{
    min-width:600px;
}

table.fasce thead{
    border:1px solid #DB002D;
    z-index:999;
}

table.fasce th{
    background-color: #DB002D;
    color:white;
    padding:5px 8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
}

table.fasce td{
    border:1px solid #ccc;
    border-top:none;
    padding:5px 8px;
    text-align: center;
}

table.fasce input{
    text-align:center;
}

table.fasce tr.totaleFasce{
    background-color: #dedede;
}

.sum{
    background-color: transparent;
    border:none;
}

.dialogTable td{
    padding: 5px 10px;
}

.colonna_dx_quote{
    border-left:1px solid #ECECEC;
    border-right:1px solid #ECECEC;
    border-bottom:1px solid #ECECEC;
    padding:2%;
}

.colonna_dx_quote textarea{
    width:98%;
}

.select{
    background-color: transparent;
    border: 1px solid #ececec;
    padding: 5px;
}

.top_20{
    margin-top:20px;
}

.width_50{
    width:50%;
}

.ui-dialog{
    font-family: 'Maven Pro', sans-serif;
    font-size:13px;
    height:100%;
    width:100%;
    line-height:120%;
    color: #222;
}

.noTitle .ui-dialog-titlebar{
    display:none;
}

#totaleContainerSingola{
    padding:3px 2px;
}

div#mediaLista p{
    font-family: 'Maven Pro', sans-serif;
    font-size:12px!important;
    color: #222;
}

img.fotoDomanda{
    margin-right:10px;
    padding:8px;
    border:1px solid #95001E;
}

.height80{
    height:80px;
    clear:both;
}

div#cke_testo, div#cke_editNote, div#cke_testoDomandaFormdx, div#cke_noteFormdx{
    width:99%!important;
}

div.colonna_dx_outer div.cke_contents, div.ui-dialog div.cke_contents{
    height:100px!important;
}
div#cke_testo_sing, div#cke_testo_doppia, div#cke_testo_grado, div#cke_testo_mulch, div#cke_testo_mulra{
    width:99%!important;
}

div#cke_testoRispostaFormdx{
    width:261px!important;
}

#cke_bottom_detail,.cke_bottom{
    display:none!important
}

table#listaDomande td p{
    display:inline;
}

div.bloccoTesto, div.bloccoTesto p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

div.qtip {
    font-size:12px;
}

div.ui-dialog-content{
    padding: 10px!important;
}
img.imghover{
    cursor: pointer;
}

.quotaRossa{
    font-weight: bold;
    color:#9f000f;
}
.quotaVerde{
    font-weight: bold;
    color:#478500;
}
.margin0{
    margin:0px;
}

.cerca{
    float:right;
    margin-right: 30px;
    margin-top: 12px;
    color: #a3a3a3;
    background: url("../img/search-white.png") no-repeat scroll 130px 8px #FCFCFC;
    border: 1px solid #D1D1D1;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    color: #BEBEBE;
    font-size: 14px;
    padding: 6px 25px 6px 6px;
    width: 120px;
}

.ui-widget-header{
    background: none !important;
    background-color: #DB002D !important;
}

.mtz-monthpicker{
    margin-bottom:3px;
}

.mtz-monthpicker-clear{
    background-color: #DB002D;
    border: none;
    height:25px;
    color:#ffffff !important;
    font-size: 14px;
    line-height: 25px;
    width:100px;
    margin:0px auto;
    margin-bottom:5px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #666666;
    display:block;
    border-radius: 4px;
}

a.pulsante{
    width:58px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    border-radius: 4px;
    float:left;
    background-color: #DB002D;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

.container_pulsanti a:first-child{
    margin-left: 0px;
}

#formDaInserire{
    width:100%;
}

#tablePunti{
    min-width:100%;
}


#tablePunti th{
    padding: 5px 0;
    background-color: #95001E;
    text-transform: uppercase;
    font-weight: bold;
    color:white;
}

#tablePunti td{
    text-align: center;
    padding: 3px 0;
}

#tablePunti tr:nth-child(even) {
    background-color: #efefef;
}


/*RISULTATI*/

.risultati_risposta {
    cursor: pointer;
}

#loaderBig {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url("../img/loadingBig.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}