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

.banner-home {
    background: url("../img/header-img-1Oo9eLU.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    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: #ED6F06;
    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-utRowki.jpg");
        min-height: 300px;
        margin-bottom: 20px;
        padding-top: 80px;
        margin-top: 0;
    }

    .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: #ED6F06;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #ED6F06;
    border-radius: 3px;
    padding: 12px 16px;
}

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

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

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

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

.tiColorodiGrigio {
    color: #828282 !important;
}

a.logout {
    color: #ED6F06;
}

.tiColorodiVerde {
    color: #ED6F06;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ED6F06 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: #ED6F06 !important;
    color: white;
}

.select2-search__field:focus {
    border: 1px solid #ED6F06 !important;
    outline: unset !important;
}

.select2-search__field {
    border: 1px solid #ED6F06 !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: #ED6F06 !important;
}

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

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

.form-group {
    position: relative;
}

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

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

.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: #ED6F06;
    color: #fff;
    border: 1px solid #ED6F06;
    color: #FFF;
    padding: 10px 20px;
}

.btnSbt:hover,
.bootbox-accept:hover {
    background: #ED6F06 !important;
    color: #fff;
    border: 1px solid #ED6F06 !important;
}

.btnSbt:active,
.bootbox-accept:active {
    background: #ED6F06 !important;
    background-color: #ED6F06 !important;
    color: #fff;
    border: 1px solid #ED6F06 !important;
}

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

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

#fattura_0,
#fattura_1 {
    accent-color: #ED6F06 !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;
    }

}