
.alert-error { background-color: #ffffff;   border-color: #cc0000;  color: #333333;  z-index: -9999;}
#kc-locale:hover ul {  display: block;  margin: 0;}
#kc-locale ul li a {  display: block;  padding: 5px 14px;  color: #000 !important;  text-decoration: none;  line-height: 20px;}
#kc-locale ul li a:hover {  color: #4d5258;  background-color: #d4edfa;}
#kc-locale-dropdown a:hover {  text-decoration: none;}
a#kc-current-locale-link {
  /* display: block; */
  /* padding: 0 5px; */
  color: #ffffff;
  text-decoration: unset;
}
.login-pf a:hover {  color: #0099d3;}

#kc-logo {  width: 100%;}

div.kc-logo-text span {  display: none;}

#kc-header {  color: #ededed;  overflow: visible;  white-space: nowrap;}
#kc-header-wrapper {font-size: 29px; text-transform: uppercase; letter-spacing: 3px; line-height: 1.2em; padding: 62px 10px 20px; white-space: normal;}

#kc-content { width: 100%;}

@media (max-width: 442px) {
 /* #kc-form-login  { width: 90%; margin-left: 1rem;}*/
  #kc-form-login  { width: 100%;}

}

#kc-info {padding-bottom: 200px; margin-bottom: -200px;}
#kc-info-wrapper {font-size: 13px;}

#kc-form-options span {display: block;}
#kc-form-options .checkbox {margin-top: 0; color: #72767b;}

#kc-terms-text {margin-bottom: 20px;}

#kc-registration {margin-bottom: 15px;}

/* TOTP */
ol#kc-totp-settings {margin: 0; padding-left: 20px;}
ul#kc-totp-supported-apps {margin-bottom: 10px;}
#kc-totp-secret-qr-code { max-width:150px;max-height:150px;}
#kc-totp-secret-key {background-color: #fff; color: #333333; font-size: 16px; padding: 10px 0;}

/* OAuth */
#kc-oauth h3 {margin-top: 0;}
#kc-oauth ul {list-style: none; padding: 0; margin: 0;}
#kc-oauth ul li {border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 12px; padding: 10px 0;}
#kc-oauth ul li:first-of-type {border-top: 0;}
#kc-oauth .kc-role { display: inline-block;  width: 50%;}

/* Code */
#kc-code textarea {width: 100%; height: 8em;}

/* Social */
#kc-social-providers ul {padding: 0;}
#kc-social-providers li {display: block;}
#kc-social-providers li:first-of-type { margin-top: 0;}

@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }

  .login-pf .container {
    display: flex!important;
    justify-content:center!important;
  }
  #kc-locale {
  }
}

@media (max-width: 767px) {
  .login-pf body {background: white;}

  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }

  #kc-header-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 60px 0 0;
    color: #72767b;
    letter-spacing: 0;
  }

  div.kc-logo-text {
    margin: 0;
    width: 150px;
    height: 32px;
    background-size: 100%;
  }

  #kc-form {float: none;}

  #kc-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 15px;
  }

  #kc-social-providers li {
    display: block;
    margin-right: 5px;
  }

  #kc-locale {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 20px;
    text-align: left;
    z-index: 9999;
  }

  #kc-logo-wrapper {
    background-size: 100px 21px;
    height: 21px;
    width: 100px;
    margin: 20px 0 0 20px;
  }
}

@media (min-height: 646px) {
  #kc-container-wrapper {
    bottom: 12%;
  }
}

@media (max-height: 645px) {
  #kc-container-wrapper {
    padding-top: 50px;
    top: 20%;
  }
}

.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}

#kc-form-buttons {
  margin-top: 40px;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.card-pf {
  background: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
  border-top: 0;
  box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
  .login-pf-page .card-pf{
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .login-pf-page .card-pf{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .card-pf.login-pf-accounts{ max-width: none;}
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  /* margin-left: 0; */
  /* margin-right: 0; */
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}

.login-pf-page .login-pf-social-link {margin-bottom: 25px;}
.login-pf-page .login-pf-social-link a {padding: 2px 0;}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary { margin-top: 0;}

.login-pf body {
  background-color: #F2F2F2;
  background: none;
  background-image: none;
}

html {
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#kc-header {
  width: 100%;
  overflow: visible;
  white-space: nowrap;
  color: #000000;
}


#kc-verify-mail {
  border: 0px;
  background-color: #ffffff;
  color: #0088ce;
}

*#kc-logo {
  margin-top: 0.5rem;
  margin-left: 1rem;
  width: 7%;
}

.kc-header-logo {
  background-color: #F2F2F1;
  border-bottom: 1px solid #BFBFBF;
  float: left;
  height: 75px;
  background-color: #F2F2F1;
  width: 100%;
}

#kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 3rem 0.6rem 0.5rem;
  white-space: normal;
  background-color: #FFFFFF;
}
a#kc-current-locale-link::after {content: '';}

#kc-locale {
  float: left;
  top: 0px;
  right: 0px;
}

@media (max-width: 767px) {
  #kc-locale { position: relative; width: 85px; }
  #kc-logo { width: 40%;}
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #222;
  list-style: none;
  right: auto;
  top: 20px;
  min-width: 100px;
  padding: 2px 0;
  margin-left: -15px;
  text-align: left;
}
#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #fff !important;
  text-decoration: none;
  line-height: 20px;
}

#top-bar {
  height: 35px;
  width: 100%;
  float: left;
  position: relative;
  background: #333;
}

#top-bar-int {
  width: 82%;
  height: 100%;
  margin: auto;
  position: relative;
  background: #333;
}

#navcontainer {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-right: 45px;
  font-family: "Lato", sans-serif;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

#navcontainer ul li {
  float: left;
  line-height: 33px;
  color: #fff;
}

#navcontainer ul li a:hover {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}


.optBorder {
  border: 1px solid silver;
  padding: 2rem;
}

.optBorderError {
  border: 1px solid red;
  padding: 2rem;
}

.optButton {
  display: flex;
  justify-content: center;
}

.otpLabel {
  font-weight: bold;
  font-size: x-large;
  display: flex;
  justify-content: center;
}

#assistenzaGreen {
  color: #00a800 !important;
  padding-left: 23px;
  text-decoration: unset;

}
#areaClientiOrange {
  color: #F86313 !important;
  padding-left: 20px;
  text-decoration: unset;

}
.headerBox {
  background-color: #f2f2f1;
  border-bottom: 1px solid #ddd;
}

.navbar-top {
  height: 30px;
  min-width: 620px;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  background-color: #000;
  background: -moz-linear-gradient(top, #1a1a1a 0%, #232323 60%, #232323 80%, #161616 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(60%,#232323), color-stop(80%,#232323), color-stop(100%,#161616));
  background: -webkit-linear-gradient(top, #1a1a1a 0%,#232323 60%,#232323 80%,#161616 100%);
  background: -o-linear-gradient(top, #1a1a1a 0%,#232323 60%,#232323 80%,#161616 100%);
  background: -ms-linear-gradient(top, #1a1a1a 0%,#232323 60%,#232323 80%,#161616 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%,#232323 60%,#232323 80%,#161616 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#161616',GradientType=0 );
}

@media (max-width: 767px) {
  .navbar-top {height: 50px; min-width: 370px;}
}
/*div.terms{ display:block; position:relative;}*/

.navbar-wrapper { padding-top: 4px;}
.navbar-wrapper .menu-top {color: #ffffff; text-decoration: none; padding: 4px 16px 4px; line-height: 1; border-right: 1px solid #666;}
.navbar-wrapper .menu-top:hover,
.navbar-wrapper .menu-top:active {color: #fff; text-decoration: underline;}
.navbar-wrapper .menu-top:last-child {border-right: none;}
.navbar-wrapper .menu-top.language-switch {border-right: none; padding-left: 0;}
.navbar-wrapper .menu-top.language-switch::after {border-top: 4px solid #FFF; float: right; margin: 5px 0 0 0; display: inline-block; width: 0; height: 0; vertical-align: middle; border-right: 4px solid transparent; border-bottom: 0 dotted; border-left: 4px solid transparent; content: '';}

label {
  display: inline-block;
  margin-top: 1rem;
  font-weight: bold;
}

.quick-access { margin-bottom: -3rem; padding-bottom: 5rem !important; }

#footer {
  width: 100%;
  height: 20px;
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
}

#copyright {
  background-color: #ffffff; /* Same as the parents Background */
  width: auto;
  display: inline-block;
  z-index: 3;
  padding: 0 20px 0 20px;
  position: relative;
  margin: 0;

}
.pl-1rem { padding-left: 0;}

@media (max-width: 767px) {
  .pl-1rem {
    padding-left: 1rem;
  }
}

.notification-img {
  max-width: 95px; max-height: 95px; width: 24px; height: 24px;
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
    margin-bottom: -70px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 50px;
}
.site-footer {
  background: #fff;
}
.msg {
  font-size: 16px;
  font-weight: 400;
}
.w-100 {
  width : 100%
}
.reg-btn {
  text-transform: none;
  font-size: 14px;

}
.img-eyeWeb {
    height: 25px;
    background-repeat: no-repeat;
    width: 25px;
    float: right;
    margin-right: 10px;
    position:relative;
    margin-top: -30px;
}

.img-eye-noWeb {
    height: 25px;
    background-repeat: no-repeat;
    width: 25px;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    display: none;
    position:relative;
}

.alertBox {
    background-color:#E2EEF8;
    font-size:13px;
}

.titleLink {
    color: #222222;
    font-size: 18px;
}
.font-14 {
 font-size: 14px;
}

@media (max-width: 1199px) {
  #banner{
    width: 99%;
  }
}
.errorCookie {
  background: #FAE1E4 0% 0% no-repeat padding-box;
  border-radius: unset;
  opacity: 1;
  padding: .75rem .75rem;
}

.alertCookie {
background: #FDF5E8 0% 0% no-repeat padding-box;
 border-radius: unset;
  opacity: 1;
  padding: .75rem .75rem;
  border-bottom: 1px solid silver;
}
.boxAction {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000033;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    opacity: 1;
    height: 96px;
    padding: 25px;
}
.font-18 {
    color: #222222;
    font-weight: bold;
    font-size: 18px;
 }
.font-12 {
    color: #222222;
    font-size: 12px;
 }
 .circle {
     width: 18px;
     height: 18px;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     border-radius: 25px;
     background: #1474BD;
     color: #fff;
     font-size: 12px;
     }

 .circleText {
   padding-left: 6px;
   font-weight: bold;
   padding-right: 5px;
 }
 .border-no-device {
     border: 1px solid #DDDDDD;
 }
 .font-30 {
     font-size: 30px;
 }
 .top015 {
     margin-top: 0.15rem!important;
 }
.ml-15 {
    margin-left: 1.5rem!important;
}

@media (max-width: 767px) {
    .ml-15 {
        margin-left: 0px!important;
        width: 100%;
    }

}

.number {
    font-size: 24px;
    width: 14px;
    height: 29px;
    text-align: left;
    position:relative;
    margin-left: 0px;
    margin-right: 10px;
 }

.numberText {
    letter-spacing: 0px;
    color: #fff;
    font-family: Lato, Bold;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    position: absolute;
    font-size: 13px;
    opacity: 1;
    border-radius: 100%;
    background-color: #1474BD;
    font-weight: bold;
}
 .border-bottom-no-device {
     border-bottom: 1px solid #DDDDDD;
 }
 
  .font-24 {
      color: #222222;
      font-weight: bold;
      font-size: 24px;
  }

  .div-login {
      padding-left: 0rem;
      padding-right: 0rem;
  }

  .div-error {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  #fallBackImg {
      border-radius: 15px;
  }
  .img-eye-sms {
      float: right;
      margin-right: 10px;
      position: relative;
      cursor: pointer;
      margin-top: -25px !important;
  }

  .img-eye-no-sms {
      float: right;
      margin-right: 10px;
      display: none;
      position: relative;
      cursor: pointer;
      margin-top: -25px !important;
  }

    @media only screen and (max-width: 1199px) {
    .div-login {
         padding-left: 2rem;
         padding-right: 0px;
      }
      }

   @media only screen and (max-width: 768px) {
    .div-login {
         padding-left: 5px;
         padding-right: 5px;
      }
  }
  }

.form-fixed-width-480 {
    max-width: 480px;
    margin: 0 auto;
}
.border-bm {
    border-bottom: 1px solid silver;
}
.dropdown-content {
  border: 1px solid #DDDDDD;
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  font-family: Arial;
  font-size: 14px;
}

.dropdown-content a:hover { background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}

.imgLogo {
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.border-bm {
    border-bottom: 1px solid silver;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1350px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1350px;
  }
}