@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.form-control:focus,
.custom-select:focus {
    border-color: #5e5e5e;
    box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.25);
}

.app-main .app-main__inner {
    padding: 15px 15px 0;
}

th,
.font-weight-medium {
    font-weight: 600;
}


/* textarea {
    resize: none;
} */


/* stili */

.underline,
.breadcrumb-item a {
    text-decoration: underline;
}

a.underline:hover,
a.underline:focus,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    text-decoration: none;
}


/* altezze -larghezze */

.h-38 {
    height: 38px;
}

.h-45 {
    height: 45px;
}

.w-60 {
    width: 60px;
}

.w-min-100 {
    min-width: 100px;
}

.w-min-125 {
    min-width: 125px;
}

.w-150 {
    min-width: 150px;
}

.fw-150 {
    width: 150px;
    min-width: 150px;
}

.w-200 {
    min-width: 200px;
}

.fw-200 {
    width: 200px;
    min-width: 200px;
}

.w-350 {
    min-width: 350px;
}

.max-100 {
    max-width: 150px;
}


/* font - line */

.font-medium {
    font-weight: 500;
}

.font11 {
    font-size: 11px;
}

.font13 {
    font-size: 13px;
}

.font17 {
    font-size: 17px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font45 {
    font-size: 45px;
}

.line20 {
    line-height: 20px !important;
}

.line30 {
    line-height: 30px;
}


/* colori */

.nero {
    color: #000 !important;
}

.verdeOk {
    color: #00b01d;
}

.border3-success {
    border: 3px solid #badcc7;
}

.bg-light {
    background-color: #ececec !important;
}

.bianco {
    color: #fff;
}

.bg-grigioChiaro {
    background-color: #f7f7f7;
}

/* bottoni */

.btn {
    font-weight: 400;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #111;
}

.btn-outline-secondary {
    background-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}

.btn-outline-primary {
    color: #000 !important;
    border-color: #000 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff !important;
    background-color: #000 !important;
}

.btn-outline-primary[disabled] {
    background-color: gray !important;
    cursor: none;
}

.btn-info {
    color: #fff;
    background-color: #3f6ad7;
    border-color: #3f6ad7;
}


/* footer */

footer {
    background-color: black;
    color: white;
    font-size: 11px;
    border-color: black;
    padding: 2rem;
}


/* menu */

.app-header-left a.nav-link {
    color: #000 !important;
    text-transform: uppercase;
}

.app-header-left .current a.nav-link {
    text-decoration: underline;
}

.app-header-left .dropdown-menu .dropdown-item:hover,
.app-header-left .dropdown-menu .dropdown-item:focus,
.app-header-left .dropdown-menu .dropdown-item.current {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

#accordionMenuMobile .btn-link,
#accordionMenuMobile .btn-link:hover,
#accordionMenuMobile .btn-link:focus {
    font-size: 17px;
    color: #000;
}

#accordionMenuMobile ul,
ul#userSubmenu {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

#accordionMenuMobile li a,
ul#userSubmenu li a {
    display: block;
    width: 100%;
    padding: .4rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
    white-space: normal;
    background-color: transparent;
    border: 0;
    font-size: .88rem;
    display: flex;
    align-items: center;
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
    z-index: 6;
    position: relative;
}

#accordionMenuMobile li a:hover,
#accordionMenuMobile li a:focus {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .app-header__content .dropdown-menu {
        top: 60px !important;
        transform: none !important;
        width: 100% !important;
        left: 0px !important;
        margin: 0px;
    }

    .app-header .app-header__content {
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        position: absolute;
        left: auto;
        width: 90%;
        right: 0px;
        top: 0;
        transition: none;
        background: transparent;
        border-radius: 0px;
        padding: 0 10px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .app-header-left a.nav-link {
        font-size: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-megamenu.nav>li>.nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }

    .app-header .app-header__content {
        padding-left: 0px;
    }

    .header-btn-lg {
        padding: 0 0 0 15px;
        margin-left: 15px;
    }
}


/* header */

.app-logo {
    height: 64px;
    width: 150px;
    background: url(../images/logo150.svg);
    background-repeat: no-repeat;
}


/* .app-header__logo {
    width: 77px;
} */

.app-header__logo .logo-src {
    height: 23px;
    width: 77px;
    background-image: url(../images/logo-sop.svg);
    background-repeat: no-repeat;
}

.app-theme-white .app-page-title {
    background: transparent;
    padding-bottom: 15px;
}

.btn.btn-user {
    font-size: 17x !important;
    padding: 7px 8px !important;
}

@media (max-width: 991.98px) {
    .btn.btn-user {
        font-size: 17px !important;
        padding: 8px !important;
    }
}


/* contenuto pagina */

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 13px;
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb-item a {
    color: #000 !important;
}

.card-header,
.card-title {
    color: #000;
    font-weight: 600;
}

.page-title-head {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.btn-outline-secondary {
    color: #000;
}

.selection {
    display: inline;
    width: 180px;
    margin-left: 10px;
}

.pagination li a,
.pagination li a:hover {
    color: #000;
}

.page-item.active .page-link,
.pagination .active.page-number .page-link {
    background-color: #000;
    border-color: #000;
}

.header-scura {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    padding: 0px 1.25rem;
    height: 2.5rem;
    background-color: #666;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header-scura .btn {
    padding: 1px 5px;
    font-size: 29px;
    line-height: 29px;
}

th.w-20 {
    max-width: 25px;
}

.datepicker-panel>ul>li:hover {
    background-color: #666;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    background: #000;
}

@media (max-width: 991.98px) {
    body {
        font-size: 13px;
    }

    .table td,
    .table th {
        padding: 3px;
    }

    .btn-sm.btn-wide {
        padding: .25rem;
    }
}

table.dataTable tr.active {
    background-color: #cae8ef !important;
}

table.dataTable>tbody>tr {
    background-color: #fff !important;
}

table.dataTable tr.bg-accepted {
    background-color: #dff8e2 !important;
}

.m-top46 {
    margin-top: 46px;
}

.dot-before {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.text-success .dot-before {
    background-color: #3ac47d;
}

.text-danger .dot-before {
    background-color: #d92550;
}

.text-warning .dot-before {
    background-color: #f7b924;
}


/* countdown */


/* jQuery Countdown styles 2.0.0. */

.countdown-holding span {
    color: #888;
}

.countdown-row {
    display: flex;
    justify-content: center;
}

.countdown-show4 .countdown-section {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 20px 2%;
    background-color: #dbdbdb;
    padding: 15px 0px;
}

.countdown-section {
    text-transform: uppercase;
    text-align: center;
}

.countdown-amount {
    font-weight: 300;
    font-size: 300%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.card-body .offers span {
    display: inline-block;
    font-size: 40px;
    padding: 5px 30px;
    background-color: #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sidebar-filter label,
.grigio-scuro {
    color: #666;
}

.app-main__outer.with-sidebar {
    padding-left: 280px !important;
}

#sidebar-filter {
    background: #fff;
}

#sidebar-filter {
    position: fixed;
    height: 100vh;
}

#sidebar-filter {
    box-shadow: 7px 0 60px rgb(0 0 0 / 5%);
}

#sidebar-filter {
    width: 280px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 280px;
    position: fixed;
    flex: 0 0 280px;
    margin-top: -60px;
    padding: 75px 15px 10px;
    transition: all .2s;
}

a.img-product:hover img,
a.img-product:focus img {
    border: 3px solid #3f6ad7;
}

.app-sidebar__inner {
    width: 100%;
    height: 100%;
}

input.form-control {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem .375rem .75rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .app-main__outer.with-sidebar {
        padding-left: 180px !important;
    }

    #sidebar-filter {
        width: 180px;
        min-width: 180px;
        flex: 0 0 180px;
    }
}

.b-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .page-title-wrapper.dettaglio {
        display: flex;
        justify-content: space-between;
    }

    .app-page-title .dettaglio .page-title-heading,
    .app-page-title .dettaglio .page-title-wrapper {
        margin: 0px;
        display: flex;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .app-page-title .dettaglio .page-title-actions {
        margin: 20px 0px 0px;
    }
}

.form-control.boder-0.bg-withe {
    border: none !important;
    background-color: #fff !important;
    padding-left: 0px;
}

@media (min-width: 992px) {
    .forms-wizard-vertical .forms-wizard {
        width: 20%;
    }

    .forms-wizard-vertical .form-wizard-content {
        width: 80%;
    }
}

.forms-wizard-vertical .btn-link {
    padding: 0px;
    font-size: 25px !important;
    color: #000;
    display: block;
    text-align: center;
}

.forms-wizard-vertical .riga {
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}

.forms-wizard-vertical .btn {
    font-size: 1rem;
}

.forms-wizard .disable-click {
    cursor: default;
}

.forms-wizard a {
    text-decoration: none;
}

.forms-wizard .disable-click a {
    pointer-events: none;
}

.hidden {
    display: none;
}

.btn-tooltip-notes {
    margin: 0 3px;
    font-size: 0.7rem;
}

.field-deleted {
    text-decoration: line-through;
    color: #d92550;
    font-size: 1rem;
}

.sel-selected {
    border-color: #0000ff;
    border-width: 1px;
}

.sel-deleted {
    border-color: #d92550;
    border-width: 1px;
}

/* ============ chat ===================== */

.clear-both {
    clear: both;
}

#chat-list .chat-box {
    box-shadow: 0 0 0 transparent;
    position: relative;
    opacity: 1;
    background: #e0f3ff;
    border: 0;
    padding: .75rem 1.5rem;
    border-radius: 30px;
    border-top-left-radius: .25rem;
    flex: 1;
    display: flex;
    max-width: 50%;
    min-width: 100%;
    text-align: left;
    clear: both;
}

#chat-list .float-right .chat-box {
    border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: .25rem;
    margin-left: auto;
}

.utente-online,
.utente-offline {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
    margin-right: 5px;
}

.utente-offline {
    background: red;
}

.bg-azzurro1 {
    background-color: #8edae8;
}

.text-transform-normal {
    text-transform: none;
}

.bg-azzurro2 {
    background-color: #a6e4ef;
}

.bg-azzurro3 {
    background-color: #cdf2f8;
}

.btn-danger {
    color: #fff !important;
}

.toggle-on.btn,
.toggle-off.btn {
    min-width: 60px;
}

.bg-bianco {
    background-color: #fff;
}

.position-absolute.seleziona {
    right: 0px;
    bottom: -15px;
}

.vertical-nav-menu li a {
    line-height: normal;
    height: auto;
    padding: 8px 1.5rem 0px 45px;
    color: #000;
    white-space: normal;
}

.vertical-nav-menu ul>li>a {
    color: #000;
    height: auto;
    line-height: normal;
    padding: 8px 1.5rem;
}

.imglist-products img {
    width: 250px;
}

.product-list-name {
    min-height: 40px;
    overflow: hidden;
}

.font18 {
    font-size: 18px;
}

.custom-control-label.goods::before,
.custom-control-label.goods::after {
    top: 6px;
}

.bg-giallo {
    padding: 10px;
    background-color: #FCF8E3;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vertical-nav-menu li a {
        padding: 5px;
    }

    .vertical-nav-menu li a i.pe-7s-folder {
        display: none;
    }

    .vertical-nav-menu ul>li>a {
        padding: 5px;
    }

    .removeRow {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .removeRow {
        margin-top: 20px;
    }
}

td.valign-top {
    vertical-align: top;
}

.rfqActive {
    background-color: #c7e6b3 !important;
}

.max100 {
    max-width: 100px;
}

.width-100 {
    width: 100px;
}

td.rfq-quote {
    min-width: 180px;
}

.rfqBestValue {
    color: rgb(223, 104, 25);
    font-weight: bold;
}

.bg-dashboard-colored {
    background-color: #def1db;
}

.dashboard-table,
.dashboard-table-body {
    display: block;
}

.dashboard-table-body {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dashboard-min-col {
    min-width: 140px;
    max-width: 140px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {

    /* background-color: #e4e4e4;

    border: 1px solid #aaa; */

    border-radius: 4px;

    box-sizing: border-box;

    display: inline-block;

    margin-left: 5px;

    margin-top: 5px;

    padding: 0;

    padding-left: 20px;

    position: relative;

    max-width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    vertical-align: bottom;

    white-space: nowrap
}



.select2-container .select2-selection--multiple .select2-selection__choice__display {

    cursor: default;

    padding-left: 2px;

    padding-right: 5px
}



.select2-container .select2-selection--multiple .select2-selection__choice__remove {

    background-color: transparent;

    border: none;

    border-right: 1px solid #aaa;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

    color: #999;

    cursor: pointer;

    font-size: 1em;

    font-weight: bold;

    padding: 0 4px;

    position: absolute;

    left: 0;

    top: 0
}



.select2-container .select2-selection--single .select2-selection__clear {

    background-color: transparent;

    border: 1px solid #aaa;

    border-radius: 4px;

    color: #999;

    cursor: pointer;

    font-size: 1em;

    font-weight: bold;

}



.select2-container .select2-selection--multiple .select2-selection__rendered {

    display: inline;

    list-style: none;

    padding: 0
}



.select2-container .select2-search--inline .select2-search__field {

    box-sizing: border-box;

    border: none;

    font-size: 100%;

    margin-top: 5px;

    margin-left: 5px;

    padding: 0;

    max-width: 100%;

    resize: none;

    height: 18px;

    vertical-align: bottom;

    overflow: hidden;

    word-break: keep-all
}

.w-max1500 {
    max-width: 1500px;
}

.menu_item_disabled {
    color: gray !important;
    cursor: pointer;
    pointer-events: none;
}

/* readonly */
.readonly {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.scrolling-wrapper {
    overflow-x: auto;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    display: grid;
}

.scrolling-wrapper .col {
    padding: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.modal-body iframe {
    background-color: white;
}

.modal-xxl {
    max-width: 1850px;
}

#grid-gallery.grid {
    width: 100%;
    margin: 30px auto;
    padding: 0;
    float: left;
    min-height: 700px;
}

#grid-gallery .grid-item {
    display: block;
    float: left;
    padding: 15px;
    cursor: pointer;
    width: 33.2%;
}

#grid-gallery .grid-item img {
    width: 100%;
    max-width: 100%;
    display: block;
}

#grid-gallery .grid-box {
    position: relative;
}

#grid-gallery .button-product {
    padding: 5px;
    display: block;
    border-radius: 3px;
    background-color: #3f6ad7;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-decoration: none !important;
}

#grid-gallery .button-product:hover,
#grid-gallery .button-product:focus {
    background-color: rgba(63, 106, 215, .8);
}

@media screen and (max-width: 991px) {
    #grid-gallery .grid-item {
        padding: 7px;
    }
}

@media screen and (max-width: 767px) {
    #grid-gallery .grid-item {
        width: 49.8%;
    }
}

.gallery-filter {
    overflow-y: auto;
    overflow-wrap: anywhere;
    max-height: 10em;
}