﻿.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  border-width: 0;
  margin: 0;
  padding: 0;
  /*text-shadow: 1px 1px 1px black;*/
  text-shadow: none;
}
body.login {
  background: transparent;
}
.externalAuth {
  position: relative;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
  color: #ffffff;
  /*&.externalRegistrazione {
        label {
            background: white !important;
            color: @reg_Color1 !important;
            border: 1px solid @reg_Color1_b !important;
            border-right: none !important;
            font-weight: 600 !important;
            font-size: 1rem !important;
        }

        input[type="text"],
        input[type="password"] {
            background: white !important;
            color: @reg_Color2 !important;
            border: 1px solid @reg_Color1_b !important;
            padding: 0 20px !important;
        }

        select {
            color: @reg_Color2 !important;
            background-color: transparent !important;
            background-image: none !important;
            border: 1px solid @reg_Color1_b !important;
            padding: 0 20px !important;
        }

        .btn {
            background: @reg_Color1 !important;
            border-color: @reg_Color2_b;
            color: #fff;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 4px;
        }

        .panel-heading + h5 {
            color: transparent !important;
        }
    }*/
}
.externalAuth label {
  display: inline-block;
  width: 30%;
  border-width: 0;
  padding: 6px 12px 6px 0;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 11.2px;
  white-space: nowrap;
}
.externalAuth input {
  display: inline-block;
  width: 68%;
  border-width: 0;
  padding: 2px 4px;
  margin: 0;
  background-color: #ffffff;
  color: #555555;
  font-weight: 600;
  box-shadow: none;
}
.externalAuth select {
  display: inline-block;
  width: 68%;
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: #ffffff;
  color: #555555;
  font-weight: 600;
  box-shadow: none;
}
.externalAuth input[type="submit"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  border-width: 0;
  margin: 10px auto 5px auto;
  padding: 5px;
  min-width: 80%;
  /*align-items: flex-start;*/
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+30&0.5+0,0+30 */
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  cursor: pointer;
  font-size: 11.2px;
  text-align: center;
  white-space: nowrap;
}
.externalAuth .alert.alert-danger {
  display: block;
  width: 100%;
  color: #a94442;
  font-size: 15px;
  text-align: center;
}
.externalAuth .alert.alert-text {
  padding-right: 15px;
  color: #009eeb;
  text-align: right;
  cursor: pointer;
}
.externalAuth form {
  margin-bottom: 0.5em !important;
}
.externalAuth {
  background-color: #ffffff;
  color: #444;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  max-height: 195px;
  width: 208px;
  margin: 0px auto;
  border: #CCC thin solid;
}
.externalAuth .header {
  height: 40px;
  margin: 5px 0px 5px 0px;
  background-color: #0047bb;
  /* width: 194px;
        margin: 5px;
        background-image: url("@{pathimage}Accedi.jpg");
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        */
}
.externalAuth .header .headerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin: 5px;
  height: 100%;
}
.externalAuth .login-btn-container {
  margin-top: 10px;
  max-height: 134px;
  overflow-y: auto;
  margin-bottom: 5px;
}
.externalAuth .login-btn-container .login-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
}
.externalAuth .login-btn-container .login-btn:hover {
  box-shadow: 0 0 1px 1px #d3d3d3;
  background-color: white;
}
.externalAuth .login-btn-container .login-btn .login-btn-description {
  display: flex;
  align-items: center;
  gap: 2px;
}
.externalAuth .login-btn-container .login-btn h5 {
  margin: 0;
}
.externalAuth .login-btn-container .login-btn img {
  width: 20px;
  height: 20px;
}
.externalAuth .result-message {
  padding: 10px;
  color: #444;
}
.externalAuth form {
  padding: 0 10px;
  margin-bottom: 0 !important;
}
.externalAuth form label {
  color: gray !important;
  padding: 0;
}
.externalAuth form select,
.externalAuth form input {
  width: 66%;
  border-color: #198f94;
  border-width: 1px;
}
.externalAuth form #resetPassword > *,
.externalAuth form #doLogin > * {
  text-decoration: underline;
}
.externalAuth form input[type="submit"] {
  color: black;
  width: auto;
  min-width: 70px;
  background: lightgray;
  border: 1px solid gray;
}
.externalRegistrazione {
  background-color: transparent !important;
  background-image: none;
  border-width: 0 !important;
}
#authOk_redirect {
  color: black !important;
}
.layout-esterna-login-container {
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding-bottom: 65px;
}
.layout-esterna-login-container .layout-esterna-login-footer {
  background-color: #eedc00;
  padding: 25px 0 20px 0;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
.layout-esterna-login-container .layout-esterna-login-footer .content {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 20px;
}
.layout-esterna-login-container .layout-esterna-login-header {
  display: flex;
  align-content: center;
  background-color: #015cab;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  gap: 20px;
  height: 100px;
}
.layout-esterna-login-container .layout-esterna-login-header .logo {
  /*content: url('image/logo_large.png');*/
  width: 150px;
  cursor: pointer;
}
.layout-esterna-login-container .layout-esterna-login-header .logo:before {
  content: "";
  display: block;
  background: url('image/logo_large.png');
  background-size: cover;
  height: 100px;
}
.layout-esterna-login-container .layout-esterna-login-header .title {
  color: #fff;
  font-size: 20px;
  align-self: center;
}
.layout-esterna-login-container .tab {
  cursor: pointer;
  padding: 0px 20px 0px 20px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #4472c4;
  width: 100%;
  text-transform: uppercase;
  font-size: larger;
}
.layout-esterna-login-container .active-tab {
  border-bottom: 4px solid #4472c4 !important;
  box-shadow: 0 2px 0 #4472c4;
  cursor: default;
}
.layout-esterna-login-container .spid-disclaimer {
  border-left-color: #4472c4;
}
@media screen and (max-width: 425px) {
  .layout-esterna-login-header .title {
    display: none;
  }
}
.login-container {
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
  max-height: none;
  width: 100%;
  border: none;
  background: none;
}
.login-container .title {
  font-size: x-large;
  text-align: center;
  margin: 35px 0px 30px 0px;
}
.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.externalAuth form input {
  border: 2px solid #ccc;
}
.type-field {
  display: none;
}
.externalAuth form input[type=submit] {
  color: #0047bb;
  width: auto;
  float: left;
  min-width: 90px;
  background: #eedc00;
  position: relative;
  border: 1px solid #eedc00;
  top: -20px;
  padding: 15px;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}
.externalAuth form input[type=submit]:hover {
  background: #0047bb;
  color: #eedc00;
  border-color: #0047bb;
}
#polizze-container > div.btn-footer > input.btn.btn-warning {
  color: #0047bb;
  width: auto;
  float: left;
  min-width: 90px;
  background: #eedc00;
  position: relative;
  border: 1px solid #eedc00;
  top: -20px;
  padding: 15px;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
  font-weight: 700;
  cursor: pointer;
}
#polizze-container > div.btn-footer > input.btn.btn-warning:hover {
  background: #0047bb;
  color: #eedc00;
  border-color: #0047bb;
}
.externalAuth form input,
.externalAuth form select {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
}
.externalAuth form input {
  border: 2px solid #ccc;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
}
.hr-text:before {
  content: "";
  background: #4472c4;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 2em;
  line-height: 1.5em;
  color: #000;
  background-color: #fcfcfa;
  font-weight: bold;
  font-style: italic;
}
#containerBtnLoginSSO .hr-text {
  margin-bottom: 28px;
}
#containerBtnLoginSSO .hr-text:before {
  width: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
#containerBtnLoginSSO .btn.btn-primary {
  border: none;
  background-color: #015cab;
  color: #FFF;
  text-transform: none;
  font-style: italic;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #containerBtnLoginSSO .hr-text:before {
    width: calc(50% - 10px);
  }
  #containerBtnLoginSSO .btn.btn-primary {
    width: 50%;
  }
}