/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css2?family= Arial:wght@300;400;500;700;900&display=swap');*/

:root {
    --cLGreen: #3AAA35;
    --cDialog: #449B23;
    --CDGreen: #006A69;
    --cGreen: #007C7D;
    --cCiano: #048ad7;
    --cLGray: #d6dae1;
    --cGray: #797e82; 
    --cDGray: #333333; 
    --cBlack: #353535; 
    --cLBlack: #676767; 
    --cWhite: #FFFFFF;
    --cRed: #C61414;
    --cLWhite: #F9F9F9;
}


/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
/*    background-color: var(--cWhite);*/
}

.wide.odd { background-color: var(--cGreen); }

.wide.even { background-color: var(--cCiano); }

.paddingb-logo { padding-bottom: 0.5em; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-vertical3 { padding-bottom: 3em; padding-top: 3em; }
.padding-vertical4 { padding-bottom: 4em; padding-top: 4em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.padding-top3 { padding-top: 3em; }
.padding-bottom3 { padding-bottom: 3em; }
.padding-top4 { padding-top: 4em; }
.padding-bottom4 { padding-bottom: 4em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.margin-top2 { margin-top: 2em; }
.margin-bottom2 { margin-bottom: 2em; }
.nomargin { margin: 0;}
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.mx-auto { margin: auto 0; }
.my-auto { margin: 0 auto; }
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }

.grid-flex {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.row-flex  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row-flex  {
  -ms-box-orient: horizontal;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -moz-box;
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -moz-flex;
  display: -webkit-flex;  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  position: relative;
}

/*FIX SAFARI*/
.row-flex:before, .row-flex:after { display: none; }


/*.d-flex-column  {   */
/*  display: flex;*/
/*  flex-direction: column; */
/*}*/

/*.sm-d-flexr-row  { flex-direction: row-reverse; }*/
/*.sm-d-flexr-column { flex-direction: column-reverse; }*/

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#page { 
    overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 var(--cWhite);
    font: 16px/1.4 Helvetica,Arial,sans-serif;
    font-family: ' Arial', sans-serif;
    font-weight: 400;
    color: var(--cBlack);
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: ' Arial', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    color: var(--cBlack);
    line-height: 1.2;
}

h1, .h1 { font-weight: 400; font-size: 3.5em; line-height: 1.1; } /*70*/

h1.big, .h1.big { font-weight: 400; font-size: 2.2em; line-height: 1.1; } /*90*/

h2, .h2 { font-weight: 400; font-size: 2em; line-height: 1.4; } /*41*/

h3, .h3 { font-weight: 400; font-size: 1.6em; line-height: 1.4; } /*32*/

h4, .h4 { font-weight: 400;  font-size: 1.3em; line-height: 1.4; } /*26*/

h5, .h5 { font-weight: 400;  font-size: 1em; line-height: 1.4; } /*18*/

h6, .h6 { font-weight: 400;  font-size: 0.7em; line-height: 1.4; } /*16*/

p, ul ol { 
  font-family: ' Arial', sans-serif;
  font-size: 1em;
  color: var(--cBlack);
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0px;
}

ul, ol {}


ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1.1em;
    color: var(--cBlack);
}

ol.list-increment { counter-reset: item; padding-left: 0em; }
ol.list-increment li { display: block; }
ol.list-increment li:before { font-weight: 400; content: counters(item, ".") ". "; counter-increment: item;  }

p.big { font-size: 1.3em; }

.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }


/* STYLE */

a, img { border: 0 none; 
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}

.transition {
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}


.cover img,
.img-cover { width: 100%; height: 50vw; height: auto; object-fit: cover; object-position: 50% 50%;  object-position: center top; }


a:link, a:visited, li a:link, li a:visited { color: var(--cGreen); text-decoration: none; }

a:hover, a:focus, li a:hover { color: var(--cLGreen); outline: none; }

a:active, li a:active, a.active, li a.active { color: var(--cLGreen);  }

.marker, .form-required, .request { color: var(--cBlack); display: none;   }

.evidenza { color: var(--cGreen); }
.DGreen { color: var(--cDGreen); }
.LGreen { color: var(--cLGreen); }
.Green { color: var(--cGreen); }
.Ciano { color: var(--cCiano); }
.LGray { color: var(--cLGray); }
.Gray { color: var(--cGray); }
.DGray { color: var(--cDGray); }
.White { color: var(--cWhite); }
.LWhite { color: var(--cLWhite); }
.Black, .CText  { color: var(--cBlack); }
.LBlack  { color: var(--cLBlack); }
.Red  { color: var(--cRed); }

.fprimary { font-family: ' Arial', sans-serif; }

.bgLGreen { background-color: var(--cLGreen); }
.bgGreen { background-color: var(--cGreen); }
.bgCiano { background-color: var(--cCiano); }
.bgLGray { background-color: var(--cLGray); }
.bgGray { background-color: var(--cGray); }
.bgDGray { background-color: var(--cDGray); }
.bgWhite { background-color: var(--cWhite); }
.bgBlack { background-color: var(--cBlack); }
.bgLBlack { background-color: var(--cLBlack); }

strong,b { font-weight: 700; }

span.sup { font-size: 70%; position: relative; top: -0.5em; }

sub { font-size: 70%; position: relative; top: 2px; }

.btn { border: none; padding: 0.6em 1em 0.8em; }

.box-button2 { margin-inline: auto; }

.btn,
.btn-primary, .btn-secondary { 
  border: 1px solid var(--cLGreen) !important;
  background-color: var(--cLGreen);
  font-family: ' Arial', sans-serif;
  font-size: 1em; 
  font-weight: 400;
  color: var(--cWhite) !important;
  padding: 0.8em 3em;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none; 
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
  outline: none;
  box-shadow: 0px 3px 6px #666666;
  box-shadow: none;
/*  border-radius: 27px;*/
  text-transform: none;
}

.btn:hover {
  background-color: var(--cGreen) !important;
  border-color: var(--cGreen) !important; 
  color: var(--cWhite) !important;
}

.btn-primary,
.webform-client-form .form-actions .form-submit {
  background-color: var(--cLGreen) !important;
  border-color: var(--cLGreen) !important; 
  color: var(--cWhite) !important;
}

.btn-primary:hover,
.webform-client-form .form-actions .form-submit:hover {
  background-color: var(--cGreen) !important;
  border-color: var(--cGreen) !important; 
  color: var(--cWhite) !important;
}


.btn-secondary {
  background-color: var(--cBlack) !important;
  border-color: var(--cBlack) !important; 
  color: var(--cWhite) !important;
}

.btn-secondary:hover {
  background-color: var(--cCiano) !important;
  border-color: var(--cCiano) !important; 
  color: var(--cWhite) !important;
}

.btn .icon-custom:before {  
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
/*  color: #96d915;*/
  font-size: 1em;
  font-weight: 400;
  position: relative;
/*  top: 2px;*/
}

.btn:hover .icon-custom:before { color: var(--cWhite) !important; }

.gradient-hor { 
    background: #FFF; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FFF, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #000); /* Standard syntax (must be last) */
}


/*----------SCROLL-TO-TOP
------------------------------------------*/

.scroll-to-top {
    position: fixed;
    display: none;
    text-align: center;
    color: var(--cGreen);
    background: none;
    line-height: 1;
    z-index: 98;
    background:var(--cWhite);
    padding: 0;
    right: 0.5em;
    bottom: 0.5em;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 50px; 
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out 0s; 
    -moz-transition: all 0.25s ease-in-out 0s; 
    -o-transition: all 0.25s ease-in-out 0s; 
    -ms-transition: all 0.25s ease-in-out 0s; 
    transition: all 0.25s ease-in-out 0s; 
}
.scroll-to-top a { color: var(--cGreen); }
.scroll-to-top a:focus, .scroll-to-top a:hover { color: var(--cDBlu); }
.scroll-to-top:hover {    -webkit-filter: invert(.2);  filter: invert(.2); }
.scroll-to-top i { color: var(--cGreen); font-size: 1.4em; line-height: 0; }


/*STRUCTURE*/
.structure { max-width: 2000px; }
/*.structure .container-fluid.grid { padding-left: 0; padding-right: 0; }*/

/*FOOTER*/
.footer.container { display: none; }

.footer-first { background-color: var(--cGreen); }
.footer-first .iubenda a { color: var(--cWhite); }

/*WEBFORM*/
/*.alert.alert-dismissible.messages { display: none; }*/

.webform-client-form p,
.webform-client-form label {   }

.webform-component .domanda { margin: 2em 0 0 0; }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description,
.webform-client-form .form-actions {
    font-family: ' Arial', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    margin: 0 0 1.5em;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.webform-component label,
.webform-component .description {
    font-family: ' Arial', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 0.9em;
    text-transform: none;
    position: relative;
    color: var(--cBlack); 
    font-weight: 700;
    width: 100%;
    line-height: 1.2;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid var(--cBlack); 
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    padding: 0.5em 0.5em;
    height: auto;
    color: var(--cBlack); 
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.webform-component input,
.webform-component select,
.webform-component textarea { border-bottom: 1px solid var(--cBlack); }

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: ' Arial', sans-serif;
    margin-bottom: 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
    text-transform: none;
    font-size: 0.8em;
    color: var(--cBlack); 
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
    padding-left: 2em;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
    margin: 0.2em 0;
    margin-left: -20px;
    margin: 0.1em 0 0.2em -25px;
    margin-left: -30px;
    width: auto; 

    border: 1px solid var(--cBlack);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;  


    margin: 0em 0 0.2em -2em;
    width: 1.5em;
    height: 1.5em;

}

.webform-component .form-type-radio input { 
    margin: 0em 0 0.2em -2em;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #d6dae1;
}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
}



.webform-component.domanda label,
.webform-component.domanda .description { font-size: 1.2em; }

.webform-component.campo-list .form-type-checkbox,
.webform-component.campo-list .form-type-radio {
    width: 100%;
    /* left: 0.5em; */
    margin-top: 0.5em;
}

/* .webform-component.campoform { margin: 1em 0 0;  } */
.webform-component.campoform label { width: 100%; margin: 0.5em 0; color: var(--cBlack);  }
.webform-component.campoform input,
.webform-component.campoform select,
.webform-component.campoform textarea {
  border: 2px solid var(--cLGray);
  font-size: 0.9em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 2.5em;
}

.webform-component .highlight label {
    color: var(--cGreen);
}

.webform-component.campoform select .prov_placeholder{ color: red; font-style: italic; }
.webform-component .form-control { color: var(--cBlack); }
.webform-component .form-control::-webkit-input-placeholder { color: var(--cGray); font-style: italic;  } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: var(--cGray); font-style: italic;   } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: var(--cGray); font-style: italic;   } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: var(--cBlcGrayack); font-style: italic;   } /* Firefox 18- */

.webform-componen.campoform { margin-bottom: 1em; }


.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; }
.webform-client-form .panel-body { padding: 0; }


.fieldset-wrapper-modulo .webform-component.form-group { margin-top: 0.5em!important; padding-left: 0.5em; }

.webform-component.webform-component-markup { width: 100%; margin-top: 0; padding: 0 15px; }

.webform-component-markup.webform-component--campi { float: left; width: 100%; margin: 1.5em 0 1em; padding: 0 15px; }

.webform-component-markup .campi { font-weight: 400; font-size: 0.8em; margin: 0.2em; }

.webform-component.privacy .form-type-checkbox, 
.webform-component.privacy .form-type-radio { width: 100%; }

.webform-component.privacy { margin: 0; }
.webform-component.privacy a { color: var(--cCiano); font-weight: 400; text-decoration: underline; }

.webform-component.privacy .control-label { text-transform: none; font-size: 0.8em; line-height: 1.4; font-weight: 400; color: var(--cBlack); padding-left: 2em;  width: 100%;  }


.webform-client-form .form-actions { 
  position: relative;
  text-align: center;
  float: right;
  width: 40%;
  margin: -4em 0 2em;
}

.webform-client-form .form-actions .form-submit { 
  font-family: ' Arial', sans-serif;
/*  border: none;*/
/*  color: var(--cDBlu) !important;*/
  font-size: 1em;
  padding: 0.7em 0.5em;
  width: 100%;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  z-index: 1;
  transition: all 0.25s ease-in-out 0s;
  text-transform: uppercase;
  border-radius: 0.5em;
/*  background: var(--cDBlu) none no-repeat scroll 0 0;*/
  position: relative;
  outline: none;

}

.webform-client-form .form-actions .form-submit:hover {   }


/*--------------- CUSTOM CSS
-----------------------------------------------------------*/

/***** AVVISO *****/

.logo img { width: 304px; height: auto; }

.inviato .title { color: var(--CDGreen); }
.inviato .text-under { font-size: 1.6em; }
.inviato .button-close { font-size: 1.5em; }

#avviso-dialog { max-width: 860px;margin-inline: auto;  }

.inviato .wrapper-avviso {
  position: fixed;
  left: auto;
  bottom: 1em;
  z-index: 99;
  max-width: 1200px;
  margin: auto;
  
} 

.inviato .avviso {
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px;
  -o-b-border-radius: 50px; 
  -ms-border-radius: 50px; 
  border-radius: 16px; 
  background-color: var(--cWhite);
  color: var(--cWhite)!important;
  padding: 2em 2em;
  padding: 1.5em 1.5em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inviato .avviso .btn-close { 
  cursor: pointer;
}


/*UI SLIDER PALLINI*/

span.ui-slider-tic.ui-widget-content { display: unset!important; }

.webform-component--anagraf-container--container-preferenza--azienda-produttrice { padding-left: 0.25em; }

/*ANAGRAFICA*/

/* .webform-component.webform-component-markup.webform-component--anagraf-container--anagrafica{ position: absolute; top: 0.75em; right: 13.5em; color: var(--cLGreen); font-size: 0.75em; } */

/*SONDAGGIO*/
/* .webform-component.webform-component-markup.webform-component--sondaggio-container--sondaggio { position: absolute; top: 0.5em; right: 13.5em; color: var(--cLGreen); font-size: 0.75em; } */

/*ALERT*/
 .webform-component.webform-component-markup.webform-component--alert p { color: #46515a; font-size: 0.8em; font-weight: 400;} 
 .webform-component.webform-component--privacy .form-checkboxes label  { font-style: italic; font-size: 0.8em; }


.webform-component.webform-component--sondaggio-container--ability .form-type-radio { width: 18%; } /*1*/
.webform-component.webform-component--sondaggio-container--frequenza .form-type-radio { width: 18%; } /*2*/
.webform-component.webform-component--sondaggio-container--ausilio .form-type-radio { width: 18%; } /*3*/
.webform-component.webform-component--sondaggio-container--ore_media .form-type-radio { width: 18%; } /*4*/
.webform-component.form-item-submitted-sondaggio-container-web .form-type-radio { width: 18%; position: relative; top: -2em; left: 6em; } /*5 - web*/
.webform-component.form-item-submitted-sondaggio-container-social- .form-type-radio { width: 18%; position: relative; top: -2em; left: 6em; } /*5 - social*/
.webform-component.form-item-submitted-sondaggio-container-app .form-type-radio { width: 18%; position: relative; top: -2em; left: 6em; } /*5 - app*/

.webform-component.form-item-submitted-sondaggio-container-pc .form-type-radio { width: 18%; position: relative; top: -2em; left: 6em; } /*6 - pc*/
.webform-component.form-item-submitted-sondaggio-container-smartphone .form-type-radio { width: 18%; position: relative; top: -2em; left: 6em; } /*6 - smartphone*/
.webform-component.form-item-submitted-sondaggio-container-tablet .form-type-radio { width: 18%; position: relative; top: -2em; left: 6em; } /*6 - tablet*/

/*DATI SPEDIZIONE*/
/* .webform-component.webform-component-markup.webform-component--spedizione-container--dati-spedizione { position: absolute; top: 2.55em; right: 13.5em; color: var(--cLGreen); font-size: 0.75em; } */

/*GREEN LABEL*/
.webform-component.webform-component-markup p{ color: var(--cGreen); font-weight: 700; font-size: 1.3em; }
#bootstrap-panel-3-body .webform-component--spedizione-container--dati-spedizione p{ font-weight: 400; font-size: 1em; }
#bootstrap-panel-3-body .webform-component--spedizione-container--dati-dello-studio p{ font-weight: 400; font-size: 1em; }
#bootstrap-panel-3-body .webform-component--spedizione-container--dati-dello-studio hr{ border-top: 1px solid var(--cGreen); }
#bootstrap-panel-3-body .webform-component--spedizione-container--dati-spedizione hr{ border-top: 1px solid var(--cGreen); }

.webform-component.webform-component-markup.webform-component--sondaggio-container--social p{ display: inline; font-size: 0.9em; text-transform: none; position: relative; color: var(--cBlack); font-weight: 700; width: 100%; line-height: 1.2;}
.webform-component.webform-component-markup.webform-component--sondaggio-container--dispositivi p{ display: inline; font-size: 0.9em; text-transform: none; position: relative; color: var(--cBlack); font-weight: 700; width: 100%; line-height: 1.2;}


/*CONTAINER BORDER BOTTOM*/
.webform-client-form .anagraf_container {  padding-bottom: 1em; margin-bottom: 1em;}
.webform-client-form .sondaggio_container {  padding-bottom: 3em; margin-bottom: 1em;}
.webform-client-form .webform-component--spedizione-container { padding-bottom: 1em;}

/*5 DOMANDA INDENTAZIONE*/
.webform-component.webform-component-radios.webform-component--sondaggio-container--web { margin-bottom: -0.5em; text-indent: 1em; }
.webform-component.webform-component-radios.webform-component--sondaggio-container--social- { margin-bottom: -0.5em; text-indent: 1em; }
.webform-component.webform-component-radios.webform-component--sondaggio-container--app { text-indent: 1em; }

/*6 DOMANDA INDENTAZIONE*/
.webform-component.webform-component-radios.webform-component--sondaggio-container--pc { margin-bottom: -0.5em; text-indent: 1em; }
.webform-component.webform-component-radios.webform-component--sondaggio-container--smartphone { margin-bottom: -0.5em; text-indent: 1em; }
.webform-component.webform-component-radios.webform-component--sondaggio-container--tablet { text-indent: 1em; }



/*em*/
.webform-component.webform-component-markup.webform-component--sondaggio-container--social em,
.webform-component.webform-component-markup.webform-component--sondaggio-container--dispositivi em,
.webform-component.sondaggio .control-label em{

  clear: both;
  display: block;
  font-weight: 400;
  font-size: 0.7em;
  margin-block: 0.7em;
  color: var(--cDGray);
  clear: unset;
  float: left;
  width: 100%;

}

 /*VISUAL*/

 .visual .wrapper-visual-text { padding-inline: 0 }


 /*CUSTOM CSS WEBFORM*/

 .webform-component .wrapper-text-box { padding-left: 0; }

 .inviato { height: 50vh; }


/* Rimuovere il segno di spunta */
.questionario_container .form-checkboxes input[type="checkbox"] {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance:unset;
  border: 2px solid #d6dae1; /* Colore del bordo originale */
  width: 1.5em;
  height: 1.5em;
  border-radius: 0px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease; /* Animazione di transizione del colore */
}

/* Cambiare il colore di riempimento quando il checkbox è selezionato */
.form-checkboxes input[type="checkbox"]:checked {
  background-color: var(--cGreen); /* Colore di riempimento verde quando selezionato */
  border-color: #d6dae1; /* Mantenere il colore del bordo originale */
  z-index: -1;
  
}


/* Nascondi le opzioni predefinite dei radiobutton */
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Personalizza lo stile dei radiobutton */
  width: 20px; /* Dimensioni del radiobutton */
  height: 20px;
  border: 2px solid #d6dae1; /* Bordo del radiobutton */
  border-radius: 50%; /* Rendi il bordo rotondo per simulare un radiobutton */
  outline: none; /* Rimuovi il contorno al clic */
  cursor: pointer;
}

/* Stile del radiobutton quando è selezionato */
.form-radio:checked {
  background-color: var(--cGreen); /* Cambia il colore di sfondo quando il radiobutton è selezionato */
}

/* Stile del testo accanto ai radiobutton */
.form-radio + label {
  margin-left: 8px; /* Spazio tra il radiobutton e il testo */
}


/*TESTO*/

.header .wrapper-header { padding-inline: 0; }



.questionario_container.webform-component--anagraf-container { padding-inline: 0; }

.webform-component .form-radios label { font-size: 1em; }

.webform-component .form-checkboxes label { font-size: 1em; }

.webform-component.aso label:nth-child(1) { margin-bottom: 1.2em; }
.webform-component.poltrone label:nth-child(1) { margin-block: 1em; }


.webform-component .wrapper-omaggio { position: relative; top: 8em; }

.webform-component.aso .form-checkboxes input[type="checkbox"] { width: 4em; height: 4em; position: absolute; top: -1.4em; left: 2.2em; }
.webform-component.aso .form-type-checkbox { width: 14%; position: relative; top: 1.3em; left: -0.3em; }
.webform-component.voucher { padding-top: 1.5em; }


/******* SEZIONE POLTRONE *******/

.webform-component.poltrone .form-checkboxes input[type="checkbox"] { width: 4em; height: 4em; position: absolute; top: -1.4em; left: 2.2em; }
.webform-component.poltrone .form-type-checkbox { width: 14%; position: relative; top: 1.3em; left: -0.3em; }
.webform-component.webform-component--spedizione-container--info { padding-top: 0.5em; }

/*RICQUADRI*/
.webform-component.genere .form-type-checkbox { border: 2px solid #d6dae1; padding: 1em 0.5em;margin: 0;}
.form-item.form-item-submitted-anagraf-container-priodo-aggiornamento-da-luglio-a-dicembre.form-type-checkbox.checkbox { border-block: 0; } /*Rimozione del bordo superione e inferiore della domanda in mezzo per non avere bordo doppio*/
.webform-component.spese .form-type-checkbox { border: 2px solid #d6dae1; padding: 1em 0.5em;margin: 0; }
.form-item.form-item-submitted-anagraf-container-sostenimento-spese-personale.form-type-checkbox.checkbox { border-block: none; }

.webform-component.voucher .form-type-radio { border: 2px solid #d6dae1; padding: 1em 0.5em;margin: 0; }
.webform-component.voucher .form-item-submitted-container-vhoucher:nth-child(1) { border-bottom: 0; }

/*RIMOZIONE BORDI DOPPI*/
.webform-component.aso #edit-submitted-container-aso-presenti-2 { border-inline: 0; }
.webform-component.aso #edit-submitted-container-aso-presenti-4 { border-inline: 0; }
.webform-component.aso #edit-submitted-container-aso-presenti-5 { border-right: 0; }
.webform-component.aso .form-checkboxes label.control-label { margin-inline: 0; padding-left: 34px; }
.webform-component.poltrone .form-checkboxes label.control-label { margin-inline: 0; padding-left: 34px; }
.webform-component.poltrone #edit-submitted-anagraf-container-poltrone-2 { border-inline: 0; }
.webform-component.poltrone #edit-submitted-anagraf-container-poltrone-4 { border-inline: 0; }
.webform-component.poltrone #edit-submitted-anagraf-container-poltrone-5 { border-right: 0; }


/*AGGIUNTA PADDING INFERIORE AL TITOLO*/

.form-item.form-item-submitted-anagraf-container-sostenimento-spese-studio.form-type-checkbox.checkbox,
.webform-component.voucher .form-item-submitted-container-vhoucher:nth-child(1),
.form-item.form-item-submitted-anagraf-container-priodo-aggiornamento-da-gennaio-a-giugno.form-type-checkbox.checkbox { margin-top: 1.2em; }


/* GRADIENT LINE*/

hr.gradient-line { 
height: 3px;
background: #007c7d;
background: -moz-linear-gradient(130deg, #007c7d 41%, #3aaa35 100%);
background: -webkit-linear-gradient(130deg, #007c7d 41%, #3aaa35 100%);
background: linear-gradient(130deg, #007c7d 41%, #3aaa35 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007c7d",endColorstr="#3aaa35",GradientType=1);

}

.visual .layout-gradient.container-fluid{ padding-inline: 0; }


 
/*============== SLIDER ==============*/

.slider select,
.slider select:focus  { 
  border: none 0  !important;
  color: var(--cBlack) !important;
  background: var(--cBlack) !important;
  height: auto !important;
  z-index: -1;
  display: inline-block !important;
  font: inherit;
  font-size: 0  !important;

  margin: 0; 
  outline: 0;
  box-shadow: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background: none;
}


.slider select:after {
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--cGreen);
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
}

.webform-component .ui-slider { clear: both; top: 1em; }

  .webform-component .ui-widget-content {
      background: var(--cBlack) none repeat scroll 0 0;
      border: 0px solid var(--cBlack);
      border: none;
      border-bottom: 2px solid var(--cBlack);
      color: var(--cBlack);
      height: 7px;
      top: -1em;

      font-family: 'Montserrat', sans-serif;
      font-size: 1em;
      font-weight: 400; 
      background: var(--cLGray) none repeat scroll 0 0;
      border: 0px solid var(--cBlack);
      border: none;
      border: 0px solid var(--cBlack);
      color: var(--cLGray); 
      height: 6px;
      top: 1em;
      border-radius: 8px;
  }

.webform-component .ui-slider { 
  padding: 0 15px; left: 15px; margin-bottom: 3em; width: 80%; padding: 0 0.1em; left: 0.7em; 
}
.webform-component .ui-slider-horizontal .ui-slider-handle {  }
.webform-component .ui-slider .ui-slider-handle { 
  width: 1em; height: 1em; top: -.4em;  border: 1px solid var(--cGreen); background: var(--cGreen);  
}


.webform-component .ui-slider li span.ui-widget-content, .webform-component .ui-slider dd span.ui-widget-content {
    border-left-width: 0px;
}

.webform-component .ui-slider li span.ui-slider-label-show, .webform-component .ui-slider dd span.ui-slider-label-show {
    cursor: pointer; left: -0.5em;  left: 0em; left: -3px; 
}


.webform-component .ui-slider li span.ui-slider-tic { 
  border: 2px solid var(--cGreen); border-radius: 0; left: -0.5em; height: 6px; top: -1.1em; left: 0em; 
} 

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
  background: var(--cGreen); border-radius: 50px; 
} 

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus { background: var(--cCiano); }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: var(--cGreen); } 

.webform-component .ui-slider li, 
.webform-component .ui-slider dd { color: var(--cBlack); font-size: 0.8em;  font-weight: 300; top: -0.5em; }

.webform-component .ui-slider li:first-child span.ui-slider-label-show { display: none }
.webform-component .ui-slider li:first-child:before { content: "Seleziona";  content: ""; left: -2em; position: relative; }

.webform-component.slider { margin-bottom: 0; }

.ui-slider-handle.ui-state-default.ui-corner-all.error { background-color: var(--cRed); }

.ui-slider { clear: both; }

.ui-slider-horizontal { height: 0.35em;  }


.webform-component.domanda.slider.error label { color: var(--cRed); font-weight: 500; }


/*--------------- END CUSTOM CSS
-----------------------------------------------------------*/

.webform-component--anagraf-container--microscopio { margin-bottom: 1em; }

.webform-component.webform-component--anagraf-container--perche .form-type-radio { width: 100%!important; }
.webform-component.webform-component--anagraf-container--perche { padding-top: 0.5em; margin-bottom: 0em; }

.webform-component.webform-component--anagraf-container--perche2 .form-type-radio { width: 100%!important; }
.webform-component.webform-component--anagraf-container--perche2 { padding-top: 1em; margin-bottom: 0em; }

.webform-component--anagraf-container--visione { padding-top: 1em; }

.webform-component--anagraf-container--soddisfazione { padding-top: 0.7em; }

.webform-component-textfield.webform-component--anagraf-container--altro { margin-bottom: 0; }


.webform-component .form-control.form-textarea { 
  border: 1px solid #6d777e;
  border-radius: 15px;
}

.webform-container-inline {
  display: inline-flex;
}

.webform-container-inline .form-item { padding-right: 0.7em; }




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 300px) {

        body { font-size: 18px; }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        body { font-size: 18px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body { font-size: 18px; }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        body { font-size: 18px; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        body { font-size: 20px; }

    }



    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

      .inviato .wrapper-avviso { max-width: 87vw; }

    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 
      .br-title { display: none; }

      .webform-component.aso .form-type-checkbox { width: 16%; }
      .webform-component.poltrone .form-type-checkbox { width: 16%; }

    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 992px) {

      .br-title { display: none; }
      .h1 { font-size: 2.3em; }
      .h2 { font-size: 1.4em; }

      .contatti .wrapper-contatti { padding: 0; }

      .webform-component.aso .form-type-checkbox { width: 16%; }
      .webform-component.poltrone .form-type-checkbox { width: 16%; }

      
    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

      /*DOMANDA POLTRONE*/
      .webform-component.poltrone .form-type-checkbox { top: -0.5em; left: -0.8em;}
      .webform-component.poltrone .form-checkboxes input[type="checkbox"] { width: 3em; height: 3em; top: -1em; left: 3em; }
      .webform-component.poltrone .form-checkboxes label.control-label { padding-left: 38px; }

      /*DOMANDA ASO*/
      .webform-component.aso .form-type-checkbox { top: 0.5em; left: -0.8em;}
      .webform-component.aso .form-checkboxes input[type="checkbox"] { width: 3em; height: 3em; top: -1em; left: 3em; }
      .webform-component.aso .form-checkboxes label.control-label { padding-left: 38px; }

      .webform-component.voucher { padding-top: 0; }

      .webform-client-form .form-actions .form-submit { padding: 0.7em 0.5em; }

      /*
      .webform-component.webform-component-markup.webform-component--anagraf-container--anagrafica { right: 7.5em; }
      .webform-component.webform-component-markup.webform-component--sondaggio-container--sondaggio { right: 7.5em; }
      .webform-component.webform-component-markup.webform-component--spedizione-container--dati-spedizione { right: 7.5em; }
      .webform-component.webform-component-markup.webform-component--alert { right: 5.7em;  } */
      .webform-component.webform-component-markup.webform-component--anagraf-container--anagrafica { position: unset; }
      .webform-component.webform-component-markup.webform-component--sondaggio-container--sondaggio { position: unset; }
      .webform-component.webform-component-markup.webform-component--spedizione-container--dati-spedizione { position: unset; }
      .webform-component.webform-component-markup.webform-component--alert { position: unset; }

    }

    /* Portrait tablets and small desktops */
    @media  (max-width: 991px) {

      .webform-component.webform-component-markup.webform-component--anagraf-container--anagrafica { position: unset; }
      .webform-component.webform-component-markup.webform-component--sondaggio-container--sondaggio { position: unset; }
      .webform-component.webform-component-markup.webform-component--spedizione-container--dati-spedizione { position: unset; }
      .webform-component.webform-component-markup.webform-component--alert { position: unset; }

    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

      fieldset#bootstrap-panel--2 { padding-inline: 0 }
      fieldset#bootstrap-panel--3 { padding-inline: 0; }

      .logo .wrapper-logo .text-right { text-align: center; }
      .logo .wrapper-etichetta img{ width: 40%;  }
      .logo .wrapper-etichetta .text-left { text-align: center;  }
    

      .webform-component--spedizione-container--info .wrapper-text-box { padding-inline: 0; }

      .webform-component.poltrone .form-type-checkbox { width: 10%; }
      .webform-component.aso .form-type-checkbox { width: 10%; }

      /*DOMANDA POLTRONE*/
      .webform-component.poltrone .form-type-checkbox { top: -0.5em; left: 0em;}
      .webform-component.poltrone .form-checkboxes input[type="checkbox"] { width: 4em; height: 3.5em; top: -1em; left: 2.5em; }
      .webform-component.poltrone .form-checkboxes label.control-label { padding-left: 38px; }

      /*DOMANDA ASO*/
      .webform-component.aso .form-type-checkbox { top: 0em; left: 0em;}
      .webform-component.aso .form-checkboxes input[type="checkbox"] { width: 4em; height: 3.5em; top: -1em; left: 2.5em; }
      .webform-component.aso .form-checkboxes label.control-label { padding-left: 38px; }

      .webform-component.voucher { padding-top: 0; }


      .webform-component .wrapper-omaggio { top: 0; }
      .inviato .wrapper-avviso { left: 0; }

      .inviato .wrapper-avviso { max-width: 100vw; }


      br.visible-br { display: inline; }
      br { display: none; }


      .webform-component--anagraf-container--container-preferenza--azienda-produttrice { padding-inline: 0.4em; }

      .visual,
      .visual .wrapper-visual { padding-bottom: 1em; }

      .contatti { padding-top: 0; margin-top: -3em; }

      .webform-client-form .form-actions { float: left; width: 100%; margin: 2em 0; }

      /*FORM RADIO*/
      .webform-component .form-type-radio { width: 100%; }

      /*CONTATTI*/
      .contatti .container-fluid { padding-right: 0; padding-left: 0; }

      /*DOMANDE*/
      .webform-component.webform-component-markup.webform-component--anagraf-container--anagrafica { position: unset; }
      .webform-component.webform-component-markup.webform-component--sondaggio-container--sondaggio { position: unset; }
      .webform-component.webform-component-markup.webform-component--spedizione-container--dati-spedizione { position: unset; }
      .visual .wrapper-visual .visual { position: unset; }
      .webform-component.webform-component--sondaggio-container--ability .form-type-radio { width: 100%; } /*1*/
      .webform-component.webform-component--sondaggio-container--frequenza .form-type-radio { width: 100%; } /*2*/
      .webform-component.webform-component--sondaggio-container--ausilio .form-type-radio { width: 100%; } /*3*/
      .webform-component.webform-component--sondaggio-container--ore_media .form-type-radio { width: 100%; } /*4*/
      .webform-component.form-item-submitted-sondaggio-container-web .form-type-radio { width: 100%; position: unset; } /*5 - web*/
      .webform-component.form-item-submitted-sondaggio-container-social- .form-type-radio { width: 100%; position: unset; } /*5 - social*/
      .webform-component.form-item-submitted-sondaggio-container-app .form-type-radio { width: 100%; position: unset; } /*5 - app*/

      .webform-component.form-item-submitted-sondaggio-container-pc .form-type-radio { width: 100%; position: unset; } /*6 - pc*/
      .webform-component.form-item-submitted-sondaggio-container-smartphone .form-type-radio { width: 100%; position: unset; } /*6 - smartphone*/
      .webform-component.form-item-submitted-sondaggio-container-tablet .form-type-radio { width: 100%; position: unset; } /*6 - tablet*/

      /*5 DOMANDA INDENTAZIONE*/
      .webform-component.webform-component-radios.webform-component--sondaggio-container--web { margin-bottom: 1.5em; text-indent: 0.5em; }
      .webform-component.webform-component-radios.webform-component--sondaggio-container--social- { margin-bottom: 1.5em; text-indent: 0.5em; }
      .webform-component.webform-component-radios.webform-component--sondaggio-container--app { text-indent: 0.5em; }

      /*6 DOMANDA INDENTAZIONE*/
      .webform-component.webform-component-radios.webform-component--sondaggio-container--pc { margin-bottom: 1.5em; text-indent: 0.5em; }
      .webform-component.webform-component-radios.webform-component--sondaggio-container--smartphone { margin-bottom: 1.5em; text-indent: 0.5em; }
      .webform-component.webform-component-radios.webform-component--sondaggio-container--tablet { text-indent: 0.5em; }

      .webform-client-form .anagraf_container { padding-block: 0; padding-bottom: 1em; }

      .webform-component.campoform input { font-size: 0.9em; }

      .footer-first .wrapper-iubenda { text-align: center; }
      .footer-first .wrapper-caption-link { text-align: center; }



      /**TEXT**/

      .h1 { font-size: 2em; }
      .h3 { font-size: 1.2em; }
    }

    @media only screen and (max-width : 580px) {

      .webform-component.poltrone .form-type-checkbox { width: 13%; }
      .webform-component.aso .form-type-checkbox { width: 13%; }


    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {

      .logo .wrapper-etichetta img{ width: 55%;  }

      .webform-client-form .form-actions .form-submit { padding: 0.7em 0.5em; }

      .wrapper-contatti { padding-inline: 0; padding-top: 2em; }

      .webform-component.poltrone .form-type-checkbox { width: 16%; }
      .webform-component.aso .form-type-checkbox { width: 16%; }
       
    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 400px) {

      .webform-component.poltrone .form-type-checkbox { width: 15%; }
      .webform-component.aso .form-type-checkbox { width: 15%; }

      /*DOMANDA POLTRONE*/
      .webform-component.poltrone .form-type-checkbox { top: -0.5em; left: -1em;}
      .webform-component.poltrone .form-checkboxes input[type="checkbox"] { width: 3em; height: 3em; top: -1em; left: 3em; }
      .webform-component.poltrone .form-checkboxes label.control-label { padding-left: 38px; }

      /*DOMANDA ASO*/
      .webform-component.aso .form-type-checkbox { top: 0em; left: -1em;}
      .webform-component.aso .form-checkboxes input[type="checkbox"] { width: 3em; height: 3em; top: -1em; left: 3em; }
      .webform-component.aso .form-checkboxes label.control-label { padding-left: 38px; }


    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 385px) {

      .webform-component.poltrone .form-type-checkbox { width: 16%; }
      .webform-component.aso .form-type-checkbox { width: 16%; }

      .logo .wrapper-etichetta img{ width: 72%;  }

    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

    /*==========  CROSS BROWSER  ==========*/

/*HOOK EXPLORER11*/
@media all and (-ms-high-contrast:none) { 

}


