*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 1em;
  font-family:  'Calibri', 'Helvetica Neue', 'Helvetica', 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #b9b9b9;
  background-color: #e3e3e3;
}
h4 {
  color: #7ed321;
  color: #8bb6ba;
  color: #333333;
  font-size: 16px;
  
}
h2 {
  color: #7ed321;
  color: #8bb6ba;
  color: #ffffff;
}
h3 {
  color: #7ed321;
  color: #ffff99;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #CCCCCC;
}
input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  //padding: 4.8em;
  line-height: 1.4;
  //line-height: 1;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #64ac15;
  border-color: #2f96d1;
}
input:focus + .input-icon i {
  color: #7ed321;
  color: #8bb6ba;
}
input:focus + .input-icon:after {
  border-right-color: #7ed321;
  border-right-color: #8bb6ba;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select
{
  display: inline-block;
  width: 50%;
  // width: 90%;
  text-align: center;
  float: left;
  border-radius: 0;
  height: 3.3em;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #7ed321;
  background-color: #8bb6ba;
  color: #fff;
  border-color: #64ac15;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  height: 3.3em;
  line-height: 2;
  width: 100%;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #7ed321;
  background-color: #8bb6ba;
  color: #fff;
}
input[type="submit"] {
  height: 3.4em;
  line-height: 2;
  width: 100%;

  margin-bottom: 1em;
  margin-top: 19em;
  zoom: 1;
  border: 2px solid transparent;
  background: #8bb6bf;
  color: #ffffff;
  color: #333333;
  font-size: 16px;
  // line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.1s;
  display: block;
  // width: 250px;
  margin: 0 auto;
  //background: -moz-linear-gradient(top, #a4b0cb 0%, #b9c5dd);
  background: -webkit-gradient(linear, left top, left bottom, from(#a4b0cb), to(#b9c5dd));
  // background-color: #8bb6ba;
	font-weight: bold;
  // background: #8bb6ba;
  // background: #8bb6ba;

}
input[type="submit"]:hover {    
  background: #4bb6ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bb6ba), to(#b9c5dd));
}
input[type="submit"]:focus {    
  background: #4bb6ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bb6ba), to(#b9c5dd));
}
input[type="submit"]:active {    
  background: #8bb6ba;
  // background: -webkit-gradient(linear, left top, left bottom, from(#8bb6ba), to(#b9c5dd));
}
// ------ 
.Stile2 {font-size: small}
.Stile3 {
	color: #CCCCCC;
	font-style: italic;
}
.Stile4 {
	color: #ffff99;
	font-style: italic;
}
.StileResponse1 {
	font-family: 'Calibri', 'Helvetica Neue', 'Helvetica', 'Open Sans', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.StileResponse2 {
	font-family: 'Calibri', 'Helvetica Neue', 'Helvetica', 'Open Sans', Arial, sans-serif;
	color: #ffff99;
	font-size: 14px;
}
.StileResponseBlack {
	font-family: 'Calibri', 'Helvetica Neue', 'Helvetica', 'Open Sans', Arial, sans-serif;
	color: #000000;
	font-size: 14px;
}
.obj-submit {
  margin-bottom: 1em;
  zoom: 1;
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
  // background: -moz-linear-gradient(top, #a4b0cb 0%, #b9c5dd);
  // background: -webkit-gradient(linear, left top, left bottom, from(#a4b0cb), to(#b9c5dd));
  // background-color: #8bb6ba;

  //  background: #8bb6ba;
}
.obj-submit:hover {    
  background: #8bb6ba;
}
.label-resp {   
  // vertical-align: bottom;
  vertical-align: text-bottom;
}
.input-group {
  margin-bottom: 1em;
  // margin-bottom: 0.8em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: rgba(0,0,0,.2);
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, .6);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-quarter {
  padding-right: 10px;
  float: left;
  width: 25%;
}
.col-three-quarter {
  padding-right: 10px;
  float: left;
  width: 75%;
}
.col-twothird {
  padding-right: 10px;
  float: left;
  width: 66.666666666%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #99cccc;
    color: #000066;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: -5px;
    left: 125%; 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
