@charset "utf-8";
/* CSS Document */


body {
    font-family: "Montserrat", sans-serif;
    color: rgb(69, 68, 66);
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px
}
h1 {
    font-size: 36px!important;
    font-weight: 600!important;
    line-height: 36px!important;
}

a {
    text-decoration: none;
  }

/*Header*/
.logoLeitz {
    max-width:150px;
    height:auto;
}
.leitzNavbar {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    border-bottom: 2px solid #f1f1f1;
}

/*Font Size */
.f14 {
    font-size:14px!important;
}

.f16 {
    font-size:16px;
    line-height: 20.5px;
}

.f18 {
    color: rgb(69, 68, 66);
    font-size: 18px;
    line-height: 22.5px
}

.navbar{
    -webkit-box-shadow: 0px -1px 15px 5px rgba(0,0,0,0.5); 
    box-shadow: 0px -1px 15px 5px rgba(0,0,0,0.5);
}


/*Body*/
.hHome {
    color:#00A139;
    font-weight:bold;   
}

.banner-home{
    background: url("../img/header-img-hs2CROv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    margin-bottom: 40px;
   /* margin-top: 40px;*/
}

.box-banner{
    background-color: #fff;
    padding: 15px;
    max-width: 220px;
    border-radius: 20px;
    }

.box-banner-title{
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #00A139;
    margin-bottom: 0;
    font-weight: bold;
    word-break: break-all;
   
}

.box-banner-title-small {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #00A139;
    margin-bottom: 0;
    font-weight: bold;}

.box-banner-txt{
    color:#454442;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.form-check-input.is-invalid:focus  {
    border-color: var(--bs-form-invalid-border-color)!important;
}

@media only screen and (max-width: 991px) {
    .banner-home{
        background: url("../img/header-img-mobile-L8Fd3ix.jpg");
        min-height: 308px;
        margin-bottom: 20px;
        padding-top: 80px;
        margin-top: 0;
        background-repeat: no-repeat;
    }

    .box-banner {
        background-color:rgba(255, 255, 255, 0.8);
        padding: 20px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .box-banner-title {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 10px;
    }

    .box-banner-title-small {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #00A139;
    margin-bottom: 0;
    font-weight: bold;}
}



.container {
    max-width:980px;
}
input[type="password"], input[type="text"], input[type="text"].form-control, input[type="email"].form-control {
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    height: 40px;
    width: 100%;
    padding-left: 5px;
    border-radius: 0px;
}

.login {
    color:#00A139; 
    background-color:#fff;
    text-decoration:none;
    border:1px solid #00A139;
    border-radius: 3px;
    padding: 12px 16px;
 }
 
 .login:hover {
    background-color:#00A139; 
    color:#fff;
    text-decoration:none;
    border:1px solid #00A139;
     transition: linear;
  }

.registrati {
   background-color:#00A139; 
   color:#fff;
   text-decoration:none;
   border:1px solid #00A139;
   padding: 12px 16px;
   border-radius: 3px;
}

.registrati:hover {
    color:#00A139; 
    background-color:#fff;
    text-decoration:none;
    border:1px solid #00A139;
    transition: linear;
 }

 input:checked {
	background-color: #00A139;
	border-color: #00A139;
}

 .tiColorodiGrigio {
    color:#828282!important;
 }

 a.logout{ color:#00A139;}

 .tiColorodiVerde {
    color:#00A139;
 }

 .tiColordiVerde:hover {
    color:inherit!important;
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #00A139 transparent transparent transparent!important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc!important;;
	border-radius: 0px!important;
}

.select2, .select2-selection, .select2-selection__arrow, .select2-selection__rendered , .select2-selection__clear {
	height:40px!important;
    font-size:16px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #00A139!important;
	color: white;
}
.select2-search__field:focus {
	border: 1px solid #00A139!important;
	outline: unset!important;
}
.select2-search__field {
	border: 1px solid #00A139!important;
	outline: unset!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(33, 37, 41);
    display: block;
    width: 100%;
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered { 
    text-align:left!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size:16px!important;
    color:rgb(33, 37, 41,0.75)!important;
}

.form-check-input:focus {
	border-color: #DDD!important;;
	outline: 0;
	box-shadow: unset!important;;
}
.form-control:focus {
	box-shadow: 0 0 0 .25rem rgba(44,98,69,.25)!important;
	border-color: #00A139!important;
  }

.form-check-input:checked {
	background-color: #00A139;
	border-color: #00A139;
}

.new-row0,.new-row1,.new-row2,.new-row3,.new-row4,.new-row5,.new-row6,.new-row7,.new-row8 {
    position:relative;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
[id^="remove"]  {
    position:absolute;
    top: 25px;
    right:-5px;
    color:#00A139;
    font-weight:bold;
    text-decoration:none!important;
}

.form-group {
    position:relative;
}

.form-group a{
    color: #333333;
    text-decoration: underline;
}

.invalid-feedback { 
    position:absolute;
    width: 95%;
    top: -22px;
    right: 11px;
    text-align: end;
    font-size: 11px;
}

#collettore .invalid-feedback{
    top: -8px;
}

.importo123 input {
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    height: 40px;
    width: 100%;
    padding-left: 5px;
    border-radius: 0px;
}

.form-control.is-invalid {
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
}


.btnSbt,.bootbox-accept {
	border-radius: 5px;
	background: #00A139;
	color:#fff;
	border:1px solid #00A139;
	color: #FFF;
	padding: 10px 20px;
}
.btnSbt:hover, .bootbox-accept:hover {
	background: #00A139!important;
	color:#fff;
	border:1px solid #00A139!important;
}
.btnSbt:active, .bootbox-accept:active {
	background: #00A139!important;
	background-color: #00A139!important;
	color:#fff;
	border:1px solid #00A139!important;
}

.bootbox-accept {
	margin:auto;
	margin-bottom:20px;
}

.modal-footer {
	border-radius:0!important;
	border-top:unset!important;
}

#fattura_0, #fattura_1 {
    accent-color:#00A139!important;
}

.modal-body {
    text-align:center!important;
}

.min-h{
    min-height: 230px;
}

/*Footer*/
.footer{
    background-color:#333333;
    color:#fff!important;
}

.footer p {
    font-size:14px!important;
    line-height:20px!important;
}


.footerLinkA {
    color:#fff;
}

.footerLinkB {
    color:#fff;
    text-decoration:none!important;
}

.footerLinkA:hover {
    color:#fff;
}

.footerLinkB:hover {
    color:#fff;
}


@media only screen and (max-width: 991px) {

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size:18px!important;
    }
    input[type="password"], input[type="text"], input[type="text"].form-control, input[type="email"].form-control {
    
        font-size:18px!important;
    }

h1 {
    font-size: 28px!important;
    line-height: 28px!important;
}   

.login, .registrati {
    font-size:14px;
}

}

.scelta-lingua ul{
    list-style-type: none;
    margin-bottom: 50px;    
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.scelta-lingua ul li{
    display: inline-block;
    margin: 3px 0;

}

.scelta-lingua ul li a{
    color: #333;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px;
    display: block;
}

.scelta-lingua ul li a:hover{
    background-color: #ccc;
    color: #333;
}

.scelta-lingua ul li a img{
    display: inline-block;
    margin-right: 5px;
     background-color: #fff;
}

.ot-sdk-show-settings{
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "Montserrat", sans-serif !important;
}