.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 { color: #222222;  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%;}

.form-width {
  width: 500px;
}

@media (max-width: 442px) {
  #kc-form-login  { width: 90%; margin-left: 1rem;}
  .form-width {
    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 {
    /* padding-right: 80px; */
  }

  #kc-locale {
    /* position: relative; */
    /* text-align: right; */
    /* z-index: 9999; */
  }
}

@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;
  }

  .login-pf .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #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 #F2F2F1;
  background-color: F2F2F1;
  background: #F2F2F1;
  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 #222222; 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: absolute;
  background-color: #ffffff;
}

#footer:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

#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;}

.form-fixed-width-title {
  max-width: 475px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .pl-1rem {
    padding-left: 1rem;
  }
  .form-fixed-width-title {
    margin-right: auto;
    margin-left: auto;
    max-width: 475px;
  }

}
.notification-img {
  max-width: 95px; max-height: 95px; width: 24px; height: 24px;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 97%;
  /* equal to footer height */
  margin-bottom: -50px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 50px;
}
.site-footer {
  background: #fff;
}
.msg {
  font-size: 15px;
  font-weight: 400;
}
.form-fixed-width-pat {
    max-width: 450px;
    margin: 0 auto;
}

.center-logo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 130px;
    display: block;
}

.label-12 {
 font-size: 12px;
    line-height: 1.5;
    font-family: Arial, Regular;
    opacity: 1;
}

#CybotCookiebotDialog #CybotCookiebotDialogHeader { display: none; }
#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBodyContentCookieContainerButton .CybotCookiebotDialogDetailBulkConsentCount, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsent .CybotCookiebotDialogDetailBulkConsentCount { display: none; }
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a { outline-offset: 10px; }
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter { display: none; }

.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;
}

.form-fixed-width-480 {
    max-width: 480px;
    margin: 0 auto;
}
.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;
}
#kc-form-recover {
    width: 100%;
}
@media (max-width: 767px) {
    .ml-15 {
        margin-left: 0px!important;
        width: 100%;
    }
    #kc-form-recover {
       width: 90%;
       margin-left: 1rem;
    }
}
.input-group {
  position:relative;
  display:inline-block;
}
.input-group-text {
  position: absolute;
  right:0;
  top: 0;
}

input {
  padding-right: 20px; /* = icon width if you don't want the password to go under the icon */
  }

.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;
}
.m-100 {
    width: 100%;
}
.h-40 {
    height: 40px;
}

.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;
 }

 .label-13 {
     font-size: 13px;
     line-height: 1.5;
     font-family: Arial, Regular;
     opacity: 1;
 }
   .form-login {
       padding-left: 3rem;
       padding-right: 3rem;
   }

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

  @media (max-width: 767px) {
    .form-login {
         padding-left: 0rem;
         padding-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;
  }
  .tooltip.show p {
    text-align:left;
    width: max-content;
    max-width: 200px;
 }

 .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;
      }

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

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