.row {
    margin:0;
}
.page-section {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
}
.bg-main {
    height: 550px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    background-size: 100% auto;
    background-position: 0% 10%;
    background-repeat: repeat;
    background-image: url(../img/bg2.jpg);
}
tr {
  border-radius: 15px;
}
tr:hover {
  background: #bdbdbd;
  transition-duration: 0.1s;
  border-radius: 15px;
}
.flex {
    text-align: center;
}
#altroT {
 display: none;
}
.master .master-ct {
    width: 33rem;
}
.space {
    margin-right: 200px;
}
.centered {
    text-align: center;
}
.check-hidden {
 display: none;
}
.bottcheck1 {
  border: 2px #b7b7b7 solid;
    border-radius: 5px;
}
.bott {
  padding: 10px 35px 10px 35px;
    border-radius: 25px;
    color: white;
    font-size: 22px;
    outline: none;
    transition-duration: 0.2s;
    cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn1 {
  background-color: orange;
  border: 2px #e29200 solid;
}
.btn2 {
    background: #4CAF50;
    border: 2px #009c00 solid;
}
.btn1:hover, .btn1:after, .btn1:before {
    background-color: #e69501;
    outline: none;
}
.btn2:hover, .btn2:after, .btn2:before {
    background: #3fa043;
}
input[type="button"] {
    outline: none;
}
button:focus {
  outline: none;
  outline: none;
}
.descText {
    font-size: 20px;
    color: #fff;
}
.spazio1 {
  margin-top: 60px;
}
@media (max-width: 500px){
  .descText {
    font-size: 14px;
  }
  .bg-main {
    height: 600px;
    background-size: cover;
  }
  .spazio1 {
    margin-top: 0px;
    padding: 5px;
  }
}
.boxCode {
    padding: 20px;
    z-index: 10;
}
.formboxcode {
}
.bxmodalresp {
  width: 80%;
}
@media (max-width:500px){
  .bxmodalresp {
    width: auto;
  }
  .formboxcode {
    width: auto;
  }
}
.footer {
    background: #60739b;
    position: relative;
    z-index: 1;
    padding: 7px 0px 138px 0px;
    color: #fff;;
}
.footer-section {
    border-left: 1.5px solid #7386af;
}
.blockfooter {
    text-align: center;
    font-weight: 500;
}
.footermain {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.copywrite {
    padding: 10px;
    background: #516184;
    margin-top: 10px;
    text-align: center;
    color: #3c4861;
}
.spacing {
    margin-top: 46px;
    border: none;
}
ul {
    list-style-type: none;
  }
  
  li {
    display: inline-block;
  }
  
  input[type="radio"][id^="cb"] {
    display: none;
  }
  
  label {
    border: 1px solid #fff;
    padding: 3px;
    display: block;
    position: relative;
    margin: 2px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  :checked+label {
      border: 2px #4CAF50 solid;
      border-radius: 5px;
  }
  
  :checked+label::before {
    content: "✓";
    background-color: green;
    border: 1px green solid;
    transform: scale(1);
  }
  
  :checked+label img {
    transform: scale(0.9);
    z-index: -1;
  }
  .conoscodescrizione {
    font-size: 25px;
      text-transform: uppercase;font-size: 25px;
      text-transform: uppercase;
  }
  th,td {
    text-align: left;
    border: 2px #ffffff solid;
    padding: 7px;
    font-weight: 500;
    font-size: 17px;
  }
  .tab-bordi {
    background: #ddd;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    overflow: hidden;
  }
  .form-punta {
    width: 35px;
    padding: 8px 0px 8px 7px;
    font-weight: bold;
    border: 2px #16a4de solid;
    font-size: 20px;

  }
  @media (max-width: 500px){
    .header {
      background: linear-gradient(-45deg, #213bf2, #1629b5, #000d6b, #000844);
      animation: none!important;
      -webkit-animation: none!important;
      -moz-animation: none!important;
  }
  }
  .header {
    position: relative;
    text-align: center;
    color: white;
    background: linear-gradient(-45deg, #213bf2, #1629b5, #000d6b, #000844);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
  }
  .separatore-fw {
    margin: 7px;
    border: none;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .checkF1 {
    width: 2%;
    text-align:center;
  }
  #formSteps div{
    display: none;
}
#formSteps div.attivo{
    z-index: 9999;
    display: block;
    width: 700%;
    animation: fadeIn;
    animation-duration: 2s;
}
#next, #prev{
    height 40px;
}
#next{
  display: inline-block;
} 
#prev{
  display:inline-block;
}
.check-hidden {
  display: none;
 }
 .bottcheck1 {
   border: 2px #b7b7b7 solid;
     border-radius: 5px;
 }
.boxArrowCalendar {
  background: #4152d0;
    padding: 3px 3px 3px 3px;
    color: white;
    font-size: 30px;
    border-radius: 3px;
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px
  }
  
  ::-webkit-scrollbar-button {
    postin width: 7px;
    height: 7px
  }
  
  ::-webkit-scrollbar-thumb {
    background: #60739b;
    border: 0 #fff;
    border-radius: 50px
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #60739b;
  }
  
  ::-webkit-scrollbar-thumb:active {
    background: #60739b;
  }
  
  ::-webkit-scrollbar-track {
    background: #fff;
    border: 0 #fff;
    border-radius: 50px
  }
  
  ::-webkit-scrollbar-track:hover {
    background: #fff
  }
  
  ::-webkit-scrollbar-track:active {
    background: #fff
  }
  
  ::-webkit-scrollbar-corner {
    background: 0 0
  }
  