/************************************************
FILE GENERATO AUTOMATICAMENTE, NON MODIFICARE
(il file da modificare e` 'styleless.less')
*************************************************/

.backgroundCover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.centrato-vert {
  display: table;
  height: 100%;
  width: 100%;
}
.centrato-vert>div,
.centrato-vert-interno {
  display: table-cell;
  vertical-align: middle;
}
a img {
  border: none;
  outline: none;
}
.hoverTrasparenza {
  opacity: 0.8;
  text-decoration: none;
}
.bottoneHoverTrasparenza {
  text-decoration: none;
}
.bottoneHoverTrasparenza:focus {
  text-decoration: none;
}
.bottoneHoverTrasparenza:hover {
  opacity: 0.8;
  text-decoration: none;
}
.disattivaBottoneHoverTrasparenza:hover {
  opacity: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.footer-bottom-flex_contenitore-principale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .footer-bottom-flex_contenitore-principale {
    display: block;
  }
}
.footer-bottom-flex_contenitore-principale-senza-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .footer-bottom-flex_contenitore-principale-senza-footer {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .footer-bottom-flex_contenitore-principale-senza-footer {
    min-height: 957px;
    min-height: calc(100vh - 123px);
  }
}
.scala-di-grigi {
  filter: url(lsbox/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.fixed-ratio-cropped-image-default {
  width: 100%;
}
.fixed-ratio-cropped-image-default>div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fixed-ratio-cropped-image-default>div>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fixed-ratio-cropped-image-default>div>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fixed-ratio-cropped-image-default>div>div .img-cropped-attr-alt-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.iframe-autoridimensionante {
  width: 100%;
  height: 800px;
  border: none;
  outline: none;
}
.soloMobile990 {
  display: none;
}
@media only screen and (max-width: 990px) {
  .soloMobile990 {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .soloDesktop990 {
    display: none;
  }
}
.soloMobile768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .soloMobile768 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .soloDesktop768 {
    display: none;
  }
}
a {
  color: #004C8A;
  text-decoration: underline;
}
div.shorter a,
h1.shorter a,
h2.shorter a,
h3.shorter a,
h4.shorter a,
h5.shorter a {
  color: #004C8A !important;
}
.persone-aziende .div-h1 {
  font-size: 50px;
  color: #4276A5;
  line-height: 70px;
  font-family: 'KievitPro';
  font-weight: bold;
  padding-bottom: 0;
}
div.titolino,
h5.titolino {
  margin-left: 30px;
  text-align: left;
  font-family: 'KievitPro';
  font-weight: bold;
  font-size: 25px;
  color: #4276A5;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: inherit;
}
div.titolino-dx,
h5.titolino-dx {
  margin-right: 30px;
  text-align: right;
  font-family: 'KievitPro';
  font-weight: bold;
  font-size: 25px;
  color: #4276A5;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: inherit;
}
h1.riga-nascosta+div {
  margin-top: 1em;
}
.font-grande-h4 {
  font-size: 28px;
  font-weight: normal;
}
h2,
h3 {
  font-family: 'KievitPro' !important;
  margin-bottom: 17px !important;
}
div.feature-box div.feature-box-icon {
  background-color: #003b5c;
  color: white;
}
.paginazione {
  padding: 20px 0;
  text-align: center;
}
.paginazione .page-numbers {
  background: #eeeeee;
  display: inline-block;
  text-align: center;
  width: 30px;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  padding-top: 5px;
  font-weight: 400;
  height: 30px;
}
.paginazione .page-numbers:hover:not(.dots),
.paginazione .page-numbers.current {
  background: #FF0000;
  color: white;
}
.lscbmod span {
  cursor: pointer;
  font-size: 18px;
  color: #4276A5;
  font-family: 'KievitPro';
  font-weight: bold;
  margin-left: 5px;
}
.lscbmod input {
  display: none;
}
.lscbmod input+div {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
.lscbmod input+div:after {
  width: 20px;
  height: 20px;
  background-image: url(img/cb-no.png);
  display: inline-block;
  content: ' ';
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.lscbmod input:checked+div:after {
  background-image: url(img/cb-si.png);
}
.lsrbmod span {
  cursor: pointer;
  font-size: 18px;
  color: #4276A5;
  font-family: 'KievitPro';
  font-weight: bold;
  margin-left: 5px;
}
.lsrbmod input {
  display: none;
}
.lsrbmod input+div {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
.lsrbmod input+div:after {
  width: 20px;
  height: 20px;
  background-image: url(img/cb-no.png);
  display: inline-block;
  content: ' ';
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.lsrbmod input:checked+div:after {
  background-image: url(img/cb-si.png);
}
.lsrbmod input+div:after {
  background-image: url(img/rbno.svg);
}
.lsrbmod input:checked+div:after {
  background-image: url(img/rbsi.svg);
}
.msg-errore-lsform {
  color: #aa0000;
  text-align: left;
}
label {
  margin-bottom: 0;
}
.widget {
  font-size: 16px;
}
.widget .accordion-inner {
  font-size: 16px;
}
.form-cerca-indirizzo #indirizzo {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 10px 6px;
  padding-left: 28px;
  background: url(img/search_contatti.png) no-repeat;
  margin-left: 0;
  max-width: 611px;
  width: 100%;
  background-position: 2px 2px;
}
.form-cerca-indirizzo .btn-default {
  border-radius: 99px;
  border: 2px solid #003b5c;
  background-color: #fff;
  color: #003b5c;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 15px;
  height: 31px;
  margin-top: -3px;
}
.form-cerca-indirizzo .alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  padding: 8px 0 10px 8px;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: -10px;
}
.form-cerca-indirizzo .alert.hidden {
  display: none;
}
footer a {
  color: #003B5C !important;
  font-family: "KievitPro";
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: #4276A5 !important;
}
footer a:focus {
  color: #4276A5 !important;
}
footer h4 {
  font-size: 1.8em;
  font-weight: 200;
  text-shadow: 1px 1px 1px #000;
}
div.footer-copyright {
  text-transform: uppercase;
  background: #eee;
  margin-top: 20px;
  padding: 30px 10px;
}
div.footer-copyright nav {
  float: none;
}
div.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  text-align: left !important;
}
div.footer-copyright nav ul li {
  border-left: 1px solid #003B5C;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
div.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
div.footer-copyright p {
  color: #003B5C;
  font-size: 12px;
  margin: 0;
  margin-bottom: 0px !important;
  padding: 0;
  text-align: left;
  margin-left: -20px;
}
footer div.alert a {
  color: #222 !important;
}
footer div.alert a:hover {
  color: #666 !important;
}
.ls-scrollato .navbar-expand-xl .navbar-collapse {
  margin-top: 14px;
}
.ls-scrollato .navbar-brand {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.ls-scrollato .navbar-brand a img {
  height: 50px;
  margin-top: -10px;
}
.ls-scrollato header#masthead {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
a.scroll-to-top {
  -moz-border-radius: 50px 50px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 50px 50px 0 0;
  -webkit-transition: all 0.3s;
  background: #404040;
  border-radius: 50px 50px 0 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 12px 0 36px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 49px;
  z-index: 9999;
}
.ls-scrollato a.scroll-to-top {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
section.toggle {
  margin: 0;
  position: relative;
}
section.toggle input[type=checkbox]:checked~label {
  background: #003b5c;
}
section.toggle input[type=checkbox]:checked~label .icon-minus {
  display: inline;
}
section.toggle input[type=checkbox]:checked~label .icon-plus {
  display: none;
}
section.toggle input[type=checkbox]:checked~label::before {
  border: 6px solid transparent;
  border-top-color: inherit;
  margin-top: -3px;
  right: 10px;
}
section.toggle input[type=checkbox]:checked~p {
  display: block;
  font-size: 17px;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  color: #999;
}
section.toggle.active p {
  display: block;
  font-size: 17px;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
section.toggle input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
section.toggle label {
  background: #003B5C;
  color: #fff !important;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 24px;
  position: relative;
  transition: all .15s ease-out;
}
section.toggle label::-moz-selection {
  background: none;
}
section.toggle label .icon-minus {
  display: none;
}
section.toggle label .icon-plus {
  display: inline;
}
section.toggle label::before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}
section.toggle label:hover {
  cursor: pointer;
}
section.toggle label + p {
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px !important;
  margin-bottom: 5px;
}
section.toggle label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
section.toggle p {
  display: none;
}
.accordion-fin-blu a {
  color: #003b5c;
}
.accordion-fin-blu h3 {
  color: #003b5c;
  font-size: 33px;
  font-family: 'KievitPro';
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px;
}
#map-canvas {
  width: 100%;
  height: 530px;
}
span.campi_obbligatori {
  color: #b94a48 !important;
  font-size: 85%;
}
.fin-table {
  display: block;
}
.fin-thead {
  display: block;
}
.fin-tbody {
  display: block;
}
.fin-tr {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
}
.fin-th {
  display: block;
}
.fin-td {
  display: block;
}
.fin-th,
.fin-td {
  width: 100%;
  padding: 0.75rem;
}
.fin-tr:not(.fin-rigafull) .fin-th {
  max-width: 256px;
}
.fin-rigafull {
  display: block;
}
.fin-rigafull .fin-th,
.fin-rigafull .fin-td {
  display: block;
}
.fin-td:first-child {
  border-right: 1px solid #ccc;
}
.fin-td:last-child {
  border-right: none;
}
@media only screen and (max-width: 568px) {
  .fin-tr {
    display: block;
  }
  .fin-tr:not(.fin-rigafull) .fin-th {
    max-width: none;
  }
  .fin-td:first-child {
    border-right: none;
  }
}
.form-richiedi-prestito {
  padding: 0 44px;
  max-width: 1139px;
  display: block;
  font-size: 16px;
}
.form-richiedi-prestito .asterisco {
  font-size: 85%;
  margin-left: 7px;
}
.form-richiedi-prestito .table .fin-tbody .fin-td {
  color: #003b5c;
}
.form-richiedi-prestito .btn-default.prodotti-cash {
  border: 2px solid #ddd;
  background-color: #003B5C;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  width: 284px;
  font-size: 14px;
  border-radius: 0;
}
.form-richiedi-prestito .btn-default.prodotti-cash:hover {
  background: white;
  color: #aa0000;
  border-color: #a00;
}
.form-richiedi-prestito .table th,
.form-richiedi-prestito .table .fin-th {
  font-weight: normal;
  background-color: #003b5c;
  color: #fff;
}
.form-richiedi-prestito .fin-td {
  padding: 5px;
  vertical-align: middle;
}
.form-richiedi-prestito .table-bordered>thead>tr>th,
.form-richiedi-prestito .table-bordered>thead>tr>td,
.form-richiedi-prestito .table-bordered>.fin-thead>.fin-tr>.fin-th,
.form-richiedi-prestito .table-bordered>.fin-thead>.fin-tr>.fin-td {
  background-color: #003b5c;
  color: #fff;
  font-size: 110%;
  padding-bottom: 10px !important;
}
.form-richiedi-prestito .table .fin-tbody .fin-td.privacy {
  color: #003B5C;
  font-size: 80%;
}
.form-richiedi-prestito .riga-cb-privacy {
  margin-top: 8px;
}
.form-richiedi-prestito select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 14px;
}
.form-richiedi-prestito input,
.form-richiedi-prestito textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 10px;
  width: 780px;
}
@media only screen and (max-width: 1140px) {
  .form-richiedi-prestito input,
  .form-richiedi-prestito textarea {
    width: 100%;
  }
}
.form-richiedi-prestito input[type="radio"],
.form-richiedi-prestito input[type="checkbox"] {
  width: auto;
}
@media only screen and (max-width: 1140px) {
  .form-richiedi-prestito {
    padding: 0;
  }
  .form-richiedi-prestito .table thead th,
  .form-richiedi-prestito .table .fin-thead .fin-th {
    font-size: 14px !important;
  }
}
.form-fin {
  margin-left: 0px;
  padding-bottom: 20px;
}
.form-fin input,
.form-fin textarea {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 180px;
}
.form-fin textarea {
  padding-top: 3px;
  width: 560px;
  height: 30px;
}
@media only screen and (max-width: 1100px) {
  .form-fin textarea {
    width: auto;
    height: 100px;
  }
}
.form-fin .btn {
  border-radius: 99px;
  border: 2px solid #003b5c;
  background-color: #fff;
  color: #003b5c;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 15px;
  height: 31px;
  width: auto;
}
.form-fin .sotto-form-accordion {
  margin-left: -15px;
}
.header-cerca-agenzie span.line {
  border-top: 1px solid #003B5C;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.header-cerca-agenzie .breadcrumb {
  float: right;
  clear: right;
  margin-top: 10px;
  list-style: none;
  background: none;
  margin-right: 30px;
}
.header-cerca-agenzie .breadcrumb > li a {
  color: #003B5C;
  border-right: 1px solid #003B5C;
  padding-right: 5px;
  text-decoration: none;
}
.lista-agenzie-mappa {
  height: 565px;
  overflow: auto;
}
.info-agenzia {
  color: #656565;
  margin-left: 0px;
  margin-right: 10px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-size: 12.8px;
}
.info-agenzia .icona-filiale {
  width: 1.5em;
  text-align: center;
  display: inline-block;
}
.info-agenzia .icona-filiale img {
  display: block;
  margin: 0 auto;
  height: 0.85em;
}
.info-agenzia li {
  text-indent: -22px;
  padding-left: 22px;
}
.messaggio-conferma-invio {
  margin: 20px 0;
  font-size: 18px;
  padding: 10px 20px;
}
.messaggio-conferma-invio.messaggio-conferma-invio-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.messaggio-conferma-invio.messaggio-conferma-invio-errore {
  background-color: #f0dfd8;
  border-color: #e9d6c6;
  color: #884647;
}
.contenitore-esterno-mappa #boxSX .controls {
  color: #4276A5;
  margin-bottom: 12px;
}
button#cerca:focus,
#linkConFocus:focus,
button.navbar-toggler:focus,
.btn.assistenza:focus {
  outline: 3px solid red;
}
#aria-alerts {
  color: #aa0000;
  font-size: 11px;
  line-height: 1.1em;
  padding: 5px;
}
a.cerchi-evidenza {
  color: #FFBBBB !important;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  body:not(.ls-scrollato) .navbar-brand img {
    width: 200px;
    height: 80px;
    object-fit: contain;
  }
}
.sow-accordion-panel-content a {
  text-decoration: underline;
}
ul.list.icons {
  list-style-image: none !important;
}
.riga-nascosta {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
div[role="button"]:focus {
  outline: 3px solid red;
}
.home .n2-ss-slider a.n2-ow:focus,
.home .n2-ss-slider .n2-ow-all a:focus {
  outline: 3px solid red !important;
}
a.bott-slide {
  outline: 3px solid red !important;
}
a.cerchi:hover {
  color: white !important;
  text-decoration: underline;
}
.navbar {
  flex-direction: row-reverse;
}
.navbar-brand {
  position: absolute;
  left: 20px;
  top: 8px;
}
#masthead {
  min-height: 108px;
}
.navbar-toggler {
  margin-top: 34px;
}
.ls-scrollato .navbar-toggler {
  margin-top: 14px;
  margin-bottom: 4px;
}
.ls-scrollato #masthead {
  min-height: 10px;
}
.ls-scrollato .navbar-brand {
  left: 20px;
  top: 8px;
}
.navbar-brand {
  z-index: 99;
}
#LSCookiePolicyPopup {
  padding-left: 80px !important;
}
