﻿@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Poppins;
}

#divBody {
    width: 90%;
    margin: auto;
    margin-top: 20px
}


.container_style {
    background-color: #1375B4;
}

.navbar-style {
    width: 90%;
    margin: auto;
}

.navbar-collapse {
    justify-content: flex-start;
    background-color: #1375B4;
}

ul {
    padding-left: 0px !important;
}

a {
    text-decoration: none;
    color: #454545;
}

.login-register {
    font-family: Poppins;
    color: #3c3c3c !important;
}

.login-psw {
    color: #CC0000 !important;
    font-family: Poppins;
}

.ast-text-table {
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-document {
    padding-right: 0px !important;
}

.ServiceRow {
    position: relative;
    display: inline-block;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.ServiceRow {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: relative !important;
    display: inline-block !important;
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
    background-color: #fff !important;
    border: 0px solid #ddd !important;
    width: 100% !important;
}

.ServiceRowAlt {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: relative !important;
    display: inline-block !important;
    padding: 10px 15px !important;
    margin-bottom: -1px !important;
    background-color: #eee !important;
    border: 0px solid #ddd !important;
    width: 100% !important;
}

.title-products {
    /*width: fit-content !important;
    padding-right: 0;*/
    padding-top: 3px;
}

.section-products {
    padding-left: 0;
}

.ButtonON {
    color: black;
    background-color: lightgreen;
    border-color: lightgreen;
    cursor: pointer;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}

.ButtonOff {
    color: #fff;
    background-color: #b7051b;
    border-color: #b7051b;
    cursor: pointer;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}

.pager > td {
    --bs-table-accent-bg: #ffffff !important;
    color: #1375B4 !important;
    background-color: white !important;
    border: #ffffff00 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.pager {
    border-top: none;
    border-bottom: none;
}

ul {
    margin-bottom: 1rem;
}

.hr-ast {
    margin: auto;
    width: 35%;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-fluid-head {
    padding-left: 2px;
    padding-right: 2px;
}

.header-container {
    width: 90%;
    margin: auto;
}


.container-fluid-body {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.ast-title-footer {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    color: #454545;
}

.ast-footer {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
}

.ast-link {
    color: #010101;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.ast-footer-logo {
    text-align: left;
}

.ast-footer-text {
    text-align: left;
}

.ast-logo-ali {
    text-align: end;
}

.ast-card {
    border: none;
    position: relative;
    /*display: flex;*/
}

.card {
    border: none !important;
}

.btn.btn-link {
    background-color: #ffffff !important;
}

.btn {
    background-color: #010101 !important;
    color: #ffffff !important;
    font-family: Poppins !important;
    font-weight: 300 !important;
    border: none !important;
    border-radius: 3px;
}

.btn-negative {
    background-color: #ffffff !important;
    color: #010101 !important;
    font-family: Poppins !important;
    font-weight: 300 !important;
    border: none !important;
    border-radius: 3px;
}

.ast-product-list {
    padding-right: 30px !important;
}

.ast-elencoSX {
    font-family: Poppins;
    color: #454545;
    text-decoration: none;
    font-size: 15px;
}

.p-title {
    font-family: Poppins;
    color: #454545;
    text-decoration: none;
}

.ast-card-text {
    font-family: Poppins;
    color: #454545;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 10px;
}

.ast-page-title {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 7px !important;
    font-family: Poppins;
    color: #454545;
}

.ast-product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 7px !important;
    padding-right: 10px;
    font-family: Poppins;
    color: #1375B4;
    text-transform: uppercase
}

.card3-new {
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0px;
    height: 100%;
}

.card4-table {
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0px;
}

.imgModel {
    width: 70%;
}

.ast-img-product {
    background-color: #ffffff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    box-shadow: 0px 3px 6px #00000029;
    align-content: center;
    text-align: center;
}

.ast-product-document {
    float: right;
}

.ast-list-group {
    border: none;
    margin-bottom: 13px;
}

.ast-page-title-upper {
    font-family: Poppins;
    font-size: 18px;
    color: #454545;
    font-weight: 500;
    margin-top: 10px;
}

h2 {
    color: #1375B4 !important;
    font-weight: bold !important;
    font-size: 28px !important;
    font-family: Poppins;
}

h3 {
    color: #1375B4 !important;
    font-weight: bold !important;
    font-size: 28px !important;
    font-family: Poppins;
}

h4 {
    color: #010101 !important;
    font-weight: 500 !important;
    font-size: 23px !important;
    font-family: Poppins;
}

h5 {
    color: #1375B4 !important;
    font-family: Poppins;
    font-weight: bold !important;
    font-size: 23px;
}

h6 {
    color: #1375B4 !important;
    font-family: Poppins;
    font-weight: bold !important;
    font-size: 20px;
}

.h6-text {
    font-size: 18px;
    color: #1375B4 !important;
    font-family: Poppins;
    font-weight: bold !important;
    font-size: 18px;
}

.control-text {
    font-size: 16px;
    font-weight: 400;
}

.h6 {
    color: #1375B4 !important;
    font-family: Poppins;
    font-weight: bold !important;
    font-size: 21px;
}

.ast-text {
    color: #454545;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.ast-text-menu {
    color: #454545;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.ServiceRowAlt :hover {
    color: #009ee0;
}

.ServiceRow :hover {
    color: #009ee0;
}

.col-form-label {
    color: #454545;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding-top:5px!important;
    padding-bottom:0!important;
}

.form-control-plaintext {
    padding:5px 0 0 0 !important ;
}
.TitleRed {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
    color: #1375B4;
}

.text-muted {
    font-size: 12px !important;
}

.img-login {
    width: fit-content !important;
    margin-bottom: 10px;
    margin-top: 10px !important;
}

.LinkButtonStandard {
    text-decoration: none;
    color: #1375B4;
}


.ast-btn-secondary {
    border: none;
    background-color: #45454500 !important;
    color: #ffffff !important;
}

.order-header {
    /*vertical-align: -webkit-baseline-middle;*/
    vertical-align: middle;
    font-family: Poppins;
    font-weight: 500;
    color: #454545
}

.divOrderSummary {
    padding-right: 0 !important;
    margin: auto;
}

@-moz-document url-prefix() {
    .divOrderSummary {
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    vertical-align: middle;
}

.dropdown > .show.dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-top: 0;
    border-left: 0.3em solid transparent;
}

.nav-link {
    display: block;
    padding-right: 30px !important;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: 300;
    font-family: Poppins;
    color: #ffffff !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-item {
    display: block;
    font-family: Poppins;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        background-color: #1375B4;
    }

.dropdown-menu {
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: none;
    border-radius: var(--bs-dropdown-border-radius);
    box-shadow: 0px 3px 6px #00000029;
}

.ast-search {
    /*padding-left: 0;*/
    padding-right: 0;
    margin-right: 10px;
}

.ast-row-search {
    justify-content: end;
    margin-top: 10px
}

.nav-menu {
    color: #ffffff;
}

.custom-control-label {
    font-family: Poppins;
}

.form-control {
    font-family: Poppins;
    font-weight: 300;
}

    .form-control:focus {
        border-color: #ced4da; /* default B5 color or set your own color*/
        border: var(--bs-border-width) solid var(--bs-border-color);
        outline: none !important;
        box-shadow: none !important;
    }

.form-group {
    margin-bottom: 12px;
}

.table-striped > tbody > th:nth-of-type(odd) > * {
    --bs-table-accent-bg: #1375B4;
    color: var(--bs-table-striped-color);
}

th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-weight: 500;
    font-family: Poppins;
    color: white !important;
}

td {
    font-family: Poppins;
    font-weight: 400;
    color: black;
}

.fa {
    color: #1375B4;
}

.table-name {
    font-family: Poppins;
    color: #1375B4;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb {
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    margin-right: 0px !important;
    width: 90%;
    margin: auto;
}

.breadcrumb-item {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #454545 !important;
}

.btn-download-list {
    text-align: end;
}

.btn-search {
    padding-left: 6px;
}


.list-group-item {
    padding-left: 0 !important;
}

.fa-bars {
    color: white;
}

.fa-lock {
    color: #010101;
}

.form-control-home {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-search-home {
    background-color: transparent !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.menu-mobile {
    background-color: #1375B4;
    justify-content: flex-end;
    /*padding-right: 20px; --ERRORE? */
    padding-top: 0;
    padding-bottom: 0;
}

.ast-breadcrump {
    margin-top: 10px;
    margin-bottom: 12px;
}

.LinkButtonUnder {
    font-family: 'Poppins';
    font-weight: 300;
}

.ast-btn-large {
    margin-top: 7px;
    margin-bottom: 20px;
    width: 100%;
}

.ast-document-button {
    text-align: end;
}

.ast-dropdown-product {
    display: none !important;
}

.btn-dropdown-large {
    position: absolute;
    width: 100%;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 38px, 0px);
}

.table-card {
    margin-bottom: 60px;
}

.card-img {
    padding: 25px;
    max-height: 225px;
    width: auto;
    max-width: 165px;
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: rgb(33 37 41 / 0%);
    border-top: var(--bs-card-border-width) solid rgb(0 0 0 / 0%);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    padding-left: 0px;
}


.accordion-item {
    color: #1375B4;
    font-weight: 600;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 10px;
    border-radius: 7px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0px 3px 6px #00000029;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    padding-bottom: 0px;
    border-bottom: none !important;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: none !important;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.row-search {
    justify-content: end;
}


.cart_public {
    margin: auto;
    padding-bottom: 15px;
    text-align: right;
}

.ast-navigation-title {
    padding: 0px;
}

.img-footer {
    max-width: 150px;
}

.userdropdown {
    color: #1375B4 !important;
}

@media (min-width: 992px) {
    .column-fixed-height {
        min-height: 500px;
    }
}

@media screen and (max-width:991px) {
    .ast-elencoSX {
        font-family: Poppins;
        color: #454545;
        text-decoration: none;
        font-size: 13px;
    }

    .ast-card-text {
        font-family: Poppins;
        color: #454545;
        text-decoration: none;
        font-size: 13px;
    }

    .ast-product-document {
        margin-top: 12px;
    }

    .ast-table-link {
        display: none;
    }

    .ast-document-button {
        text-align: left;
    }

    .ast-dropdown-product {
        display: block !important;
    }

    /*.divSparescroll:has(>.dropdown > .show.dropdown-toggle) {
        overflow-y: auto;
    }*/

    .hr-ast {
        width: 55%;
    }
}

@media screen and (max-width:977px) {
    .nav-link {
        font-size: 13px;
    }

    .cart-text {
        color: #454545;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 400;
    }

    .order-header {
        font-size: 13px;
    }

    .user-text {
        font-family: Poppins;
    }

    .userdropdown {
        font-size: 13px;
    }

    .ast-text-menu {
        color: #454545;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 400;
    }
}

@media screen and (min-width:576px) {
    .navbar-nav > .nav-item:first-child {
        margin-left: -1rem;
    }
}

@media screen and (min-width:766px) {
    .search-document {
        width: fit-content;
    }
    .navbar-nav > .nav-item:first-child {
        margin-left: -.5rem;
    }
    .modal-export{
        max-width: 700px;
    }
}

@media screen and (max-width:766px) {
    .ast-footer-logo {
        text-align: center;
    }

    .ast-footer-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .ast-logo-ali {
        text-align: center;
    }

    .ast-card-text {
        font-family: Poppins;
        color: #454545;
        text-decoration: none;
        font-size: 15px;
    }

    .container-fluid-body {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    /*    .ast-search {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }*/

    .btn-download-list {
        padding-right: 0;
    }



    .cart-text {
        display: none;
    }

    .user-text {
        display: none;
    }

    .nav-link {
        font-size: 12px;
        font-weight: 300;
        font-family: Poppins;
        color: #ffffff !important;
        text-decoration: none;
        padding-right: 0px !important;
    }

    .breadcrumb-item {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        color: #454545 !important;
    }

    .breadcrumb {
        margin-left: 0 !important;
    }

    .divFilters {
        padding-left: 0px;
    }

    .navbar-collapse {
        justify-content: flex-start;
        background-color: #1375B4;
    }

    .h6-text {
        font-size: 14px !important;
    }

    .search-document {
        padding-right: 0px;
    }

    .row-search {
        justify-content: start;
    }

    .breadcrumb-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .hr-ast {
        width: 55%;
    }

    .img-footer {
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .ast-navigation-title-list {
        padding: 0px;
    }

    .ast-navigation-node-list {
        padding: 0px;
    }

    .filterMargin {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .btnFilter {
        font-size: 14px;
    }

    .breadcrumb-product {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 576px) {

    .ast-text-menu.ast-model-info {
        color: #ffffff;
        font-size: 18px;
        padding-left: 8px;
    }

    .ast-text {
        color: #454545;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (max-width:575px) {
    .breadcrumb {
        margin-bottom: 10px !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
        margin-right: 0px !important;
        width: 100%;
        margin: auto;
    }

    /*    .ast-search {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 20px;
    }*/

    .ast-page-title-upper {
        font-family: Poppins;
        font-size: 15px;
        color: #454545;
        font-weight: 500;
        margin-top: 10px;
    }

    .card-img {
        width: 40%;
        padding: 0;
        max-height: 165px;
        width:auto;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .img-fluid {
        max-width: 80%;
        height: auto;
    }

    .btn-search {
        padding-left: 2px;
    }

    .hr-ast {
        width: 70%;
    }

    .cart_public {
        margin: auto;
        padding-bottom: 15px;
        text-align: left;
        padding-top: 15px;
    }
    .img-footer {
        max-width: 80px;
    }
    .card-navigation{
        height:200px;
    }
}


a {
    text-decoration: none;
}

/*
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-bordered > :not(caption) > * > * {
     border-width: 0 var(--bs-border-width); 
}

th {
    text-align: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
}
*/


/*.ast-dropdown-menu {
    left: -115px !important;
}*/



/*** MENU + SIDENAV ***/
.rowsidenav {
    padding: 2px 2px 2px 8px;
    font-family: Poppins;
    color: #ffffff !important;
}

.sidenav .rowsidenav.dropdown-item {
    padding-left: 12px;
}

.hrsidenav {
    border-top: 1px solid #818181 !important;
    width: 96% !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.sidenav {
    width: 100%;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background: #1375B4;
    overflow-x: hidden;
    transition: width 0.5s;
}

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 1.2rem;
        color: #f1f1f1;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #818181;
        }


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.Menuseparator {
    height: 2px !important;
    background-color: gray !important;
}

.dropdown-menu.ast-menu {
    background-color: #1375B4;
}

.accordion-body:nth-of-type(odd) {
    background-color: #fbfbfb;
}

/*Per required field validator sulla stessa riga*/
.requiredFieldValidator > .input-group-text {
    border-left: none !important;
    background-color: transparent;
}

.requiredFieldValidator > .input-group-text {
    border-left: none !important;
    background-color: transparent;
}

.requiredFieldValidator > .form-control {
    border-right: none !important;
}

    .requiredFieldValidator > .form-control:disabled + .input-group-text {
        background-color: rgba(59, 59, 59, 0.1);
        border: 0px;
    }

    .requiredFieldValidator > .form-control:autofill,
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

/* iframe aggiunta a carrello*/
.btnCloseIframe {
    margin-left: 15px;
}

.ast-iframe-bottom {
    bottom: 16px;
}

.ast-iframe-image {
    max-width: 240px;
    max-height: 240px;
    /*cursor: pointer;*/
}
/* ----- */

.a-ast-cart:focus {
    outline: none !important;
}

.ast-lbl-cart-disp {
    font-weight: bold;
    margin-right: 5px;
    float: left;
    width: auto;
    padding: 3px;
}

.ast-cart-row {
    /*margin-bottom: 5px;*/
}

.ast-cart-warranty {
    border: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 50px;
}
/*************************/

.qrPreviewContainer {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.qrPreviewVideo {
    max-width: 350px !important;
}

@media screen and (max-width:450px) {
    .qrPreviewVideo {
        max-width: 280px !important;
    }
}

/*WUCExport*/
.form-group .form-check {
    min-height: 0;
}

.form-check-input {
    width: 100%;
    border: none;
}

.form-check .form-check-input {
    float: none !important;
}
    .form-check .form-check-input:active {
        filter:none;
    }

.form-group.form-export {
    margin-bottom: 5px;
}
/*MENU - mobile*/
.mobileClose {
    cursor: pointer;
    text-align: end;
    margin-right: 10px;
}

/*Documenti - SVG*/
.img-typedoc {
    width: 24px;
    height: 24px;
}

.img-langdoc {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding-bottom: 3px;
}

.txt-langdoc {
    margin-right: 8px;
}

.img-statusorder {
    width: 24px;
    height: 24px;
}

.astmessage {
    padding-top: 45px;
}

input[type=radio] + label {
    padding-left: 5px;
}

/*History*/
.ast-history-results {
    margin-top: 20px;
}

.ast-history-searchresults {
    margin-top: 50px;
}

.imgServiceBulletin {
    max-width: 300px;
}

.divVideoTutorial {
    width: 200px;
    height: 200px;
}

.imgVideoTutorial {
    Width: 200px;
    Height: 130px;
}

.ServiceRow :hover {
    color: #009ee0;
}


@media (max-width:575px) {
    div#hubspot-messages-iframe-container {
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        display: none !important;
    }

    .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
        display: none !important;
    }
}


.iFrameModalSpareParts {
    width: 100%;
    height: 650px;
    display: block;
}

td.column_descr {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ast-model-link {
    text-decoration: revert;
}

.app-dismissed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.qrCodeEnergyLabelImage {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.thProduct {
    color: #1375B4 !important;
}

.tdProduct {
    color: #454545 !important;
}

.filterMargin {
    margin-right: 2px;
}

.divFilters {
    padding-right: 10px;
}

.lblInfoHeader {
    color: red;
    font-weight: bold;
}

.form-orderdata {
    padding-bottom: 5px;
}
