html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: Montserrat, sans-serif;
  /*padding-left: 20px;
  padding-right: 20px;*/
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 0%,#ffffff 0%,#333333 0%,#333333 0%); /* W3C */
  /*background: linear-gradient(to bottom, #ffffff 0%,#ffffff 0%,#ffffff 0%,#e4e6f0 0%,#e4e6f0 0%); /* W3C */
  
}

.pr0 {
	padding-right:0;
}

.pl0 {
	padding-left:0;
}

.mb-10{
	margin-bottom:20px;
}

.pad-head {
  padding:50px 40px 80px 40px;
}

.customized-h1{
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
  color:#002C34;
  font-weight:bold;

}
.customized-h2{
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
  color:#002C34;
  font-weight:bold;
}

.customized-h3{
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
  color:#002C34;
}
.customized-h4{
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
  color:#002C34;
  font-weight:bold;
}

@media (max-width: 991px) {
  .pbIframe{
    position: relative;
    bottom: 38% !important;
  }
}

.pbIframe{
  position: relative;
  bottom: 61%;
}

.bold {
	font-weight:bold;
}

.row {
	margin-left:unset;
	margin-right:unset;
}

.white {
	color:#ffffff;
}

.green {
  color:#00A79F;
}

.violet{
  color:#9C495D
}

.btn-Ada {
    color: #fff;
    border: 1px solid #9C495D;
    background: #9C495D;
    border-radius: 20px;
    height: 40px;
    /*width: 100px;*/
    font-size: 18px;
    margin: 0 auto;
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
}

.btn-Ada:hover, .btn-Ada:focus, .btn-Ada:active{
    border: 1px solid #9C495D;
    color: #9C495D;
    background: #fff;
}

.btn-Ada-negative {
  color: #333333;
  border: 1px solid #333333;
  background: #e4e6f0;
  border-radius: 20px;
  height: 40px;
  /*width: 100px;*/
  font-size: 18px;
  margin: 0 auto;
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
}

.btn-Ada-negative:hover, .btn-Ada-negative:focus, .btn-Ada-negative:active{
  border: 1px solid #9C495D;
  color: #9C495D;
  background: #fff;
}

.loader {
  border: 15px solid #f3f3f3; /* Light grey */
  border-top: 15px solid #9C495D; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }#circle {
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%
  }
  100% { transform: rotate(360deg); }
}

.bg-color-white{
  height:70%;
  min-height: 450px;
  width:100%;
  background-color:#ffffff;
}

.circle-element {
  display:flex;
  justify-content:center;
  vertical-align: middle;
  width: 220px;
  height: 220px;
  background: #e4e6f0;
  border-radius: 50%;
  margin: 0 auto;
}

.rect-element {
  display:flex;
  justify-content:center;
  vertical-align: middle;
  height: 280px;
}

.wrapper-choose-tool{
  width: 80%;
  border-radius: 10%;
  margin: 0 auto;
  padding: 35px 0px;
  cursor: pointer;
}

.wrapper-choose-tool:hover{
  background-color: rgba(51, 51, 51,0.2);
}

/* ----------------------------------------------------------- */
/* RADIO STYLE */
/* ----------------------------------------------------------- */
/* Personalizzo il label e quindi il contenitore dell'input */
.radio-wrapper {
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
}

/* Nascondo il checkbox di base del browser */
.radio-wrapper input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* creo il mio checkbox */
.radio-wrapper .checkmark {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    border:1px solid #333333;
}

/* Creo la spunta all'interno dell'input (inizialmente nascosta) */
.radio-wrapper .checkmark:after {
    content: "";
    position: relative;
    display:none;
    top: 9px;
    left: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00A79F;
}


/* Quando l'input è selezionato, coloro il bordo dell'input */
.radio-wrapper input:checked ~ .checkmark {
    /*border-color: #00A79F;*/
}

/* Quando l'input è selezionato mostro la spunta */
.radio-wrapper input:checked ~ .checkmark::after {
    display: block;
}

/* Quando l'input è selezionato mostro la spunta */
.radio-wrapper input:checked ~ .checkmark::hover {
  display: block;
}



.wrapper-smartphone{
  background: url("/img/smartphone.png") no-repeat center top;; /* The image used */
  height: 750px;
  background-size: 377px auto;
}

.js_sectorToolType{
  text-transform: capitalize;
}

.floatingAlert.success{
  background-color: #dff0d8; 
  border-color: #d6e9c6;
  color: #3c763d;
}

.floatingAlert.danger{
  background-color: #f2dede; 
  border-color: #ebccd1;
  color: #a94442;
}

.floatingAlert.warning{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.floatingAlert .close{
  position: relative;
  right: 8px;
  top: 0;
  /* display: none; */
}

.floatingAlert {
  border-radius: 10px; 
  min-height: 45px; 
  padding: 10px;
  min-width: 300px;
  /*min-width: 500px;*/
  /* display:none;  */
  float:right;
  font-size: 13px;
  margin: 0px auto; 
  position: fixed; 
  transition: all 0.5s ease-in-out 0s;
  right: 20px;
  z-index: 8; 
}

.floatingAlert{
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  top: 64px;
  padding-top: 18px;
  /*width: 431px;*/
}

.padding-toolName{
  padding-bottom:10%;
  padding-top:15%;
}

@media (max-width: 500px) {
  .padding-toolName{
    padding-bottom:10%!important;
    padding-top:25%!important;
  }

  .bg-color-white{
    min-height: 575px!important;
  }

  .customized-h1{
    font-size: 30px!important;
  }

}
