@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:#B01630;
    font-weight:bold;   
}

.banner-home{
    background: url("../img/header-img-59ca9054c0bbdafb29f60e10b8636b78.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    margin-bottom: 40px;
}

.box-banner{
    background-color: #fff;
    padding: 30px;
    max-width: 250px;
    margin-left: 50px;
    }

.box-banner-title{
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #B01630;
    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-950d6a845eb76f698b0d9095385dd375.jpg");
        min-height: 300px;
        margin-bottom: 20px;
        padding-top: 80px;
    }

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



.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:#B01630; 
    background-color:#fff;
    text-decoration:none;
    border:1px solid #B01630;

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

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

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

 input:checked {
	background-color: #B01630;
	border-color: #B01630;
}

 .tiColorodiGrigio {
    color:#828282!important;
 }

 a.logout{ color:#B01630;}

 .tiColorodiVerde {
    color:#B01630;
 }

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

 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #B01630 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: #B01630!important;
	color: white;
}
.select2-search__field:focus {
	border: 1px solid #B01630!important;
	outline: unset!important;
}
.select2-search__field {
	border: 1px solid #B01630!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: #B01630!important;
  }

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

.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:#B01630;
    font-weight:bold;
    text-decoration:none!important;
}

.form-group {
    position:relative;
}
.invalid-feedback { 
    position:absolute;
    width: 95%;
    top: -10px;
    right: 11px;
    text-align: end;
}
.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: #B01630;
	color:#fff;
	border:1px solid #B01630;
	color: #FFF;
	padding: 10px 20px;
}
.btnSbt:hover, .bootbox-accept:hover {
	background: #B01630!important;
	color:#fff;
	border:1px solid #B01630!important;
}
.btnSbt:active, .bootbox-accept:active {
	background: #B01630!important;
	background-color: #B01630!important;
	color:#fff;
	border:1px solid #B01630!important;
}

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

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

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

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

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

/*Footer*/
.footer{
    background-color:#B01630;
    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;
}

}