@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
#background-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

#background-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out; }

#background-slider img.active {
  opacity: 1; }

.login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d87a00;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  opacity: 0.8; }

.login-container img {
  max-width: 500px; }

.login-container h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold; }

.login-container input {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem; }

.login-container button {
  width: 40%;
  padding: 10px;
  background: #000;
  color: #d87a00;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold; }

.login-container button:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: background .5s; }

.password-dimenticata {
  margin-top: 15px; }

.password-dimenticata span {
  color: #000;
  font-size: 0.8rem;
  cursor: pointer; }

.password-dimenticata span:hover {
  text-decoration: underline; }

/************************* BANNER COOKIE *************************/
.cookieBanner {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  width: 90vw;
  max-width: 500px;
  border: 1px solid #eee;
  background-color: #ddd;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999; }

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.cookie-content {
  display: flex;
  gap: 15px;
  align-items: flex-start; }

.cookie-icon {
  color: #0056b3;
  background: #e7f1ff;
  padding: 10px;
  border-radius: 10px; }

.cookie-text h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #333; }

.cookie-text p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.4; }

/* .cookie-text a {
	color: #0056b3;
	text-decoration: none;
	font-weight: 600;
} */
.btn-accetta {
  background: black;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: background 0.3s; }

/*****************************************************************/
#loader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: wait; }

.logoSpinner {
  max-width: 200px;
  animation: spin 2s linear infinite; }

/* 
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
 */
@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.is-hide {
  display: none; }

::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */ }

/* Customize the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: #000;
  /* Color of the thumb */
  border-radius: 5px;
  /* Rounded corners for the thumb */ }

/* Customize the scrollbar track when hovering over it */
::-webkit-scrollbar-thumb:hover {
  background-color: #d87a00;
  /* Color change on hover */ }

/* Customize the scrollbar track when it's in the 'active' state (being clicked/dragged) */
::-webkit-scrollbar-thumb:active {
  background-color: #000;
  /* Color change when active */ }

.menu-container {
  border-bottom: 1px solid #939393 !important; }

.contenitoreMenu {
  padding: 0; }

.contenitoreMenuSmartphone {
  display: none; }

.menu-link {
  color: #dfdede !important;
  font-size: 1.0rem;
  margin-left: 10px;
  margin-right: 10px;
  /* border-bottom: 3px solid $colore-1 !important; */
  white-space: nowrap !important;
  display: inline-flex;
  align-items: center; }

.menu-link:hover {
  color: #000 !important;
  /* border-bottom: 3px solid $colore-6 !important; */
  /* transition: border-bottom 400ms ease-in-out; */
  cursor: pointer; }

.menuAdmin .menu-dropdown-item {
  background-color: white !important;
  color: black !important; }

.menuAdmin .menu-dropdown-item:hover {
  background-color: #000 !important;
  color: white !important; }

.menu-dropdown {
  font-size: 1.0rem !important;
  background-color: #000 !important;
  margin-left: 15px; }

.menu-dropdown-item {
  border-left: 5px solid transparent;
  color: #dfdede !important;
  font-size: 1.0rem !important;
  background-color: #000 !important; }

.menu-dropdown-item:hover {
  border-left: 5px solid #d87a00;
  transition: transform 2s ease-in-out;
  cursor: pointer; }

.menu-cerca {
  font-size: 1.5rem;
  color: #939393;
  margin-left: 10px;
  cursor: pointer; }

.navbar {
  background-color: #000; }

.nav-link {
  border-bottom: 3px solid #000 !important; }

.nav-link:hover {
  color: #d87a00 !important;
  border-bottom: 3px solid #d87a00 !important; }

.divContainerDestra {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 5px; }

.clienteAttivo {
  color: #dfdede !important;
  text-align: right;
  margin-left: auto;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.clienteAttivo i {
  font-size: 1.2rem;
  color: #dfdede !important;
  cursor: pointer; }

.clienteAttivo i:hover {
  color: #d87a00 !important; }

.divUsername {
  font-size: 1.2rem;
  cursor: pointer; }

/* .divUsername .dropdown-toggle::after {
    display: none !important;
} */
.divUsername i {
  color: white !important; }

.divUsername i:hover {
  color: white !important; }

.divUsername span {
  color: white; }

.navbar-toggler i {
  color: #d87a00 !important;
  font-size: 2.3rem; }

.navbar-toggler:focus i {
  color: #d87a00 !important; }

.ricercaProdottiMenu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 20px;
  width: 100%; }
  .ricercaProdottiMenu div {
    display: flex;
    align-items: stretch; }
  .ricercaProdottiMenu #articolo_rice,
  .ricercaProdottiMenu #articolo_rice_menu {
    background-color: #dfdede;
    color: black;
    border: none;
    font-size: 1.2rem;
    padding: 5px 15px;
    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    transition: all 0.3s ease; }
    .ricercaProdottiMenu #articolo_rice:focus,
    .ricercaProdottiMenu #articolo_rice_menu:focus {
      outline: none;
      filter: brightness(1.1); }
  .ricercaProdottiMenu i {
    background-color: #d87a00;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    margin-left: -13px;
    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%); }
  .ricercaProdottiMenu i:hover {
    color: #000 !important; }

.navbarProdotti {
  width: 100%;
  color: #dfdede;
  padding-top: 10px; }

.navbarProdotti .nav-link {
  font-size: 1.2rem; }

.navbarProdotti .dropdown-menu {
  position: relative; }
.navbarProdotti .dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 800px;
  max-width: 800px;
  background: #3d3d3d;
  color: #fff;
  border-radius: 6px;
  border-top-left-radius: 0;
  padding: 15px;
  display: none;
  z-index: 1000; }
.navbarProdotti .li-submenu:hover .dropdown-submenu {
  display: block; }
.navbarProdotti .submenu-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
.navbarProdotti .input-submenu {
  width: 250px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: auto; }
.navbarProdotti .submenu-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  max-height: 530px;
  overflow-y: auto; }
.navbarProdotti .submenu-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  transition: 0.2s;
  cursor: pointer; }
.navbarProdotti .submenu-item:hover {
  background-color: rgba(255, 255, 255, 0.164); }
.navbarProdotti .submenu-item img {
  max-width: 50px; }
.navbarProdotti .li-personalizzati {
  position: relative; }
.navbarProdotti .li-personalizzati .dropdown-menu {
  position: absolute !important;
  top: 100%;
  right: 100%;
  width: 800px !important;
  max-width: 800px !important;
  background: #3d3d3d !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 15px !important;
  z-index: 1000 !important; }

/************************************************************** CAMBIA LINGUA **************************************************************/
.containerLingua {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

.containerLingua .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0px solid white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  cursor: pointer; }

.containerLingua .select2-container--default .select2-selection--single:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  transform: scale(1.05); }

.containerLingua .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important; }

.containerLingua .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important; }

.containerLingua .select2-selection__rendered .fi {
  font-size: 2rem !important;
  line-height: 1 !important;
  display: block !important;
  margin: 0 !important; }

.containerLingua .fi {
  width: 2.5rem !important;
  height: 2.0rem !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 255, 255, 0.05);
  background-size: cover !important;
  filter: grayscale(20%);
  transition: all 0.3s ease-in-out; }

.select2-container--default .select2-results__option .fi {
  width: 2.5rem !important;
  height: 2rem !important;
  background-size: cover !important;
  display: inline-block !important; }

.select2-container--default .select2-dropdown {
  max-width: 150px !important;
  width: auto !important;
  background-color: #000000 !important;
  border: 1px solid #333 !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  margin-top: 8px;
  backdrop-filter: blur(10px); }

.select2-container--default .select2-results__option {
  background-color: transparent !important;
  color: #ffffff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #464646 !important; }

/*******************************************************************************************************************************************/
/************ MENU LATERALE ****************************************************************************************************************/
.side-menu {
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  background-color: #000;
  transition: 0.5s; }

.menu-left {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px; }

.menu-right {
  width: 150px;
  position: fixed;
  top: 0;
  right: -150px; }
  .menu-right a {
    font-size: 1.6rem !important; }

.side-menu .menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  border-bottom: 1px solid #444; }

.side-menu a {
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  color: #dfdede;
  display: block;
  transition: 0.3s; }

#container-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.39); }

.side-menu .submenu-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 5px;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  border-bottom: 1px solid #444; }
  .side-menu .submenu-header .submenu-title {
    margin: 0;
    line-height: 1; }
  .side-menu .submenu-header a {
    display: flex;
    align-items: center; }

.side-menu .submenu-title {
  font-size: 2rem; }

.side-menu .submenu-panel {
  width: 100%; }

.side-menu .submenu-content #elenco-prodotti,
.side-menu .submenu-content #elenco-personalizzati {
  list-style: none;
  margin: 0;
  padding: 0; }
  .side-menu .submenu-content #elenco-prodotti li,
  .side-menu .submenu-content #elenco-personalizzati li {
    border-bottom: 1px solid #d87a00; }
    .side-menu .submenu-content #elenco-prodotti li a,
    .side-menu .submenu-content #elenco-personalizzati li a {
      font-size: 1.6rem !important; }

/*******************************************************************************************************************************************/
@media screen and (min-width: 1301px) {
  .menu-navigator {
    margin-top: 20px; }

  #navbarsExample05 {
    display: flex;
    flex-direction: column; }

  .imgLogo {
    max-width: 250px;
    cursor: pointer; }

  .navbar-expand-lg .navbar-toggler {
    display: none !important; } }
@media screen and (max-width: 1300px) {
  .contenitoreMenu {
    display: none !important; }

  .navbar-expand-lg .navbar-toggler {
    display: flex !important; }

  .contenitoreMenuSmartphone {
    display: flex !important;
    flex-direction: column;
    color: #fff !important; }
    .contenitoreMenuSmartphone .menu-container {
      border-bottom: none !important;
      display: flex !important;
      flex-direction: row;
      width: 100%; }
    .contenitoreMenuSmartphone .imgLogo {
      max-width: 30px; }
    .contenitoreMenuSmartphone .ricercaProdottiMenu {
      padding-right: 0;
      width: 100%;
      max-width: 250px; }
      .contenitoreMenuSmartphone .ricercaProdottiMenu div {
        width: 100%; }
      .contenitoreMenuSmartphone .ricercaProdottiMenu #articolo_rice_smartphone {
        width: 100%;
        max-width: 100% !important;
        background-color: #dfdede;
        color: black;
        border: none;
        font-size: 1.2rem;
        padding: 5px 15px;
        clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
        transition: all 0.3s ease; }
        .contenitoreMenuSmartphone .ricercaProdottiMenu #articolo_rice_smartphone:focus {
          outline: none;
          filter: brightness(1.1); }
    .contenitoreMenuSmartphone .clienteAttivo {
      font-size: 1.1rem;
      margin-left: 0 !important;
      flex: 1;
      overflow: hidden; }
    .contenitoreMenuSmartphone .containerLingua {
      height: auto !important;
      justify-content: flex-end !important; }
    .contenitoreMenuSmartphone .select2-container {
      width: 50px !important;
      display: block !important; }
    .contenitoreMenuSmartphone .divUsername {
      margin: 0 !important; }

  .li-ricerca {
    padding: 5px; }

  .rice-menu {
    width: 100%;
    padding: 5px;
    font-size: 1.6rem;
    background-color: transparent;
    color: #dfdede;
    border: 0px solid #939393; }

  .rice-menu:focus {
    outline: none; } }
html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #fff;
  color: #000; }

select {
  border-radius: 10px;
  padding: 5px; }

.tooltip-inner {
  background-color: #000;
  color: white;
  border: 3px solid #d87a00;
  text-align: left; }

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

input[type=number]:read-only,
input[type=text]:read-only {
  cursor: not-allowed;
  color: #939393; }

.hidden {
  visibility: hidden; }

.rigaTitolo {
  position: relative;
  width: 100%;
  text-align: center; }

.frecciaIndietro {
  position: absolute;
  left: 50px;
  top: 5px;
  font-size: 1.8rem;
  cursor: pointer; }

.frecciaIndietro i {
  color: #000 !important; }

.frecciaIndietro i:hover {
  color: #d87a00 !important; }

.titoloPagina {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #000; }

#scheda_articolo_dialog {
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.modal-xl {
  max-width: 1050px; }

.modal-l {
  max-width: 70vw; }

.pagina-container {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 0px solid red; }

.documentibox {
  font-size: 1.0rem;
  border: 2px solid #dfdede;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 35rem;
  min-width: 200px;
  min-height: 250px;
  padding: 15px;
  border-radius: 15px; }

.documentibox:hover {
  border: 2px solid #d87a00;
  transition: border 250ms ease-in-out;
  cursor: pointer; }

.documentibox:hover .bi {
  color: #d87a00 !important; }

.documentibox i {
  font-size: 3rem; }

.campo-testo {
  border: 1px solid #939393;
  border-radius: 5px;
  font-size: 1.2rem; }

.campo-testo-dx {
  border: 1px solid #939393;
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: right; }

.campo-filtro {
  border: 1px solid #939393;
  border-radius: 5px;
  font-size: 1.0rem; }

#cerca_cliente {
  width: 20rem; }

.bi {
  color: #939393 !important; }

.bi:hover {
  color: #000 !important; }

.iconaColorata {
  color: #d87a00 !important; }

.iconaColorata:hover {
  color: #d87a00 !important; }

.lenteRicerca {
  cursor: pointer;
  margin-left: 30px;
  font-size: 1.5rem; }

.lenteCollection {
  cursor: pointer;
  margin-left: 30px;
  font-size: 1.5rem; }

.listatabella {
  width: 100%; }
  .listatabella th {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: left;
    background-color: #dfdede; }
  .listatabella td {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #dfdede; }
  .listatabella .bi {
    font-size: 1.4rem;
    cursor: pointer;
    color: #000 !important; }
  .listatabella .rigaattiva:hover {
    background-color: #d87a00 !important;
    color: #000 !important;
    transition: 0.5s; }
  .listatabella .rigaattiva:hover .bi {
    color: #000 !important; }

/* Sovrascrive sia l'header che il body delle colonne bloccate */
.DTFC_LeftHeadWrapper table thead tr th,
table.dataTable th.dtfc-fixed-left {
  background-color: #dfdede !important; }

.cella-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap; }

.divExcelAllestimento span {
  font-size: 1.4rem;
  color: #000; }
.divExcelAllestimento i {
  margin-left: 10px;
  font-size: 1.6rem;
  color: #000 !important; }
.divExcelAllestimento i:active {
  color: #d87a00 !important; }

#tabella_ordini .col-settimana {
  width: 20px;
  text-align: center; }
#tabella_ordini .col-data {
  text-align: center; }
#tabella_ordini .col-numero {
  text-align: center; }
#tabella_ordini .col-agente {
  text-align: center; }
#tabella_ordini .col-rifcliente {
  max-width: 180px; }
#tabella_ordini .col-destinazione {
  text-align: center; }
#tabella_ordini .col-valore {
  text-align: right; }
#tabella_ordini .col-stato {
  text-align: center; }
#tabella_ordini .col-evasione {
  text-align: center; }

#tabella_allestimento {
  border-collapse: collapse; }
  #tabella_allestimento thead {
    position: sticky;
    top: 0;
    z-index: 10; }
  #tabella_allestimento tfoot {
    position: sticky;
    bottom: 0;
    z-index: 10; }
  #tabella_allestimento tfoot tr th {
    background-color: #000;
    color: #d87a00;
    font-size: 1.1rem;
    font-weight: 500; }

.listatabellafiltri th {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  background-color: #dfdede;
  text-align: center; }
.listatabellafiltri td {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #dfdede;
  padding: 10px;
  text-align: center; }

.listatabellamanutenzione {
  width: 90%; }
  .listatabellamanutenzione th {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #dfdede;
    padding: 5px; }
  .listatabellamanutenzione td {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #dfdede;
    padding: 5px; }
  .listatabellamanutenzione .bi {
    font-size: 1.4rem;
    cursor: pointer;
    color: #000 !important; }
  .listatabellamanutenzione .rigaattiva:hover {
    background-color: #d87a00 !important;
    color: #000 !important;
    transition: 0.5s; }
  .listatabellamanutenzione .rigaattiva:hover .bi {
    color: #000 !important; }

.cliente_selezionato {
  padding-left: 10px;
  margin-top: 10px; }

.classebox {
  font-size: 2.0rem;
  border: 3px solid #dfdede;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 26rem;
  height: 12rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left; }

.classebox:hover {
  border: 3px solid #000;
  color: #d87a00;
  opacity: 0.6;
  transition: opacity 500ms fade;
  cursor: pointer; }

.classebox:hover .titolodiv {
  width: 100%;
  background-color: black;
  color: #d87a00;
  transition: background 750ms fade; }

.boxdati {
  float: left;
  width: 75vw;
  height: 80vh;
  justify-content: left;
  align-items: left; }

.boxelenco {
  float: left;
  width: 75vw;
  height: 60vh;
  justify-content: left;
  align-items: left;
  overflow-y: auto; }

.boxelencomax {
  float: left;
  width: 75vw;
  height: 73vh;
  justify-content: left;
  align-items: left;
  overflow-y: auto; }

.boxcarrello {
  border-left: 1px solid black;
  float: right;
  width: 25vw;
  height: 80vh;
  overflow-y: auto; }

.boxcarrello_smartphone {
  display: none; }

.divbarcode_smartphone {
  display: none; }

.boxdisponibilita {
  display: block; }

.boxdisponibilita_smartphone {
  display: none; }

.spedizioneprevista {
  display: block; }

.spedizioneprevista_smartphone {
  display: none; }

.boxarticolo {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 95%;
  display: flex; }

.boxarticolo:hover {
  border: 1px solid #d87a00;
  cursor: pointer;
  transition: border 250ms ease-in-out; }

.boxarticolo_det {
  border: 0px solid red;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  display: flex;
  justify-content: center; }

.boxarticoloimmagine {
  border: 0px solid #dfdede;
  border-radius: 5px;
  float: left;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center; }

.boxarticoloimmagine img {
  max-width: calc(100% - 40px); }

.boxarticoloimmagine_det {
  border: 2px solid #d87a00;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  width: 250px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.boxarticoloimmagine_det img {
  max-width: 245px;
  max-height: 345px; }

.boxarticolodettaglio {
  float: left;
  flex-grow: 1;
  text-align: left;
  padding-left: 5px; }

.boxarticolodettaglio_tag {
  float: left;
  text-align: left;
  margin-right: 30px; }

.boxarticolodettaglio_det {
  float: left;
  text-align: left; }

.boxarticolodettaglio_cod {
  font-size: 1rem;
  font-weight: bold;
  color: #000; }

.boxarticolodettaglio_deco {
  font-size: 0.8rem;
  font-weight: normal;
  color: #939393; }

.boxarticolo .boxarticolodettaglio_deco {
  color: #000 !important; }

.quantita_pz {
  border: 1px solid #000;
  font-size: 1.1rem;
  border-radius: 5px;
  width: 80px;
  text-align: right; }

.divisoresezione {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.0rem; }

.tit {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold; }

.prezzo {
  font-size: 1.1rem;
  font-weight: bold; }

.selezione:hover {
  background-color: #d87a00 !important;
  color: #000 !important;
  transition: 0.5s;
  cursor: pointer; }

#span_ref_ordine {
  font-size: 0.8rem;
  color: #777777;
  width: 300px; }

.divTestata {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.btnPosizione {
  background-color: transparent;
  font-size: 2rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.btnInc {
  background-color: transparent;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center; }

.boxConfezioni {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }

.iconaCarrello {
  font-size: 2.5rem;
  cursor: pointer;
  margin-left: 40px;
  color: green !important; }

.rigaBarcode {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px; }

.rigaBarcode .boxarticolodettaglio_deco {
  display: flex;
  align-items: center;
  gap: 5px; }

.rigaDiv {
  display: grid;
  grid-template-columns: 34% 21% 23% 22%;
  gap: 6px;
  margin-bottom: 5px;
  border: 0px solid orange; }

/* .rigaDiv{
	display:grid;
	grid-template-columns: 41% 29% 30%;
	gap: 6px;
	margin-bottom: 5px;
	border:0px solid orange;
} */
.qta-input {
  width: 80px;
  text-align: right;
  font-size: 1.4rem;
  margin-right: 5px;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  color: green !important;
  border: 1px solid black; }

.conf-input {
  height: 18px;
  width: 50px;
  text-align: center;
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  font-weight: normal;
  background-color: transparent;
  border: 0px solid black; }

.rigaDiv > div:nth-child(3) {
  text-align: right; }

.divAlert {
  width: 100%;
  height: 100%;
  background-color: #ff1d1dff;
  color: white;
  display: none;
  grid-column: 3;
  justify-self: end;
  margin-right: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  padding: 2px; }

.divAlert_det {
  width: 100%;
  height: 100%;
  background-color: #ff1d1dff;
  color: white;
  display: none;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  padding: 2px; }

.divAlert.show {
  display: flex;
  align-items: center;
  justify-content: center; }

.divAlert_det.show {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: wrap; }

.cont_divAlert_det {
  height: 50px;
  padding: 20px;
  padding: 5px 25px 5px 25px; }

.cont_divAlert_det.nascosto {
  display: none; }

.contenitoreMagazzini {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px; }

#spese_trasporto, #sconto_libero {
  width: 50px;
  text-align: right; }

#escludi_scontoinc {
  transform: scale(1.2);
  margin-right: 2px; }

.input-full {
  width: 100%;
  max-width: 100%;
  min-width: 10%;
  box-sizing: border-box; }

.evidenziato {
  background-color: rgba(255, 174, 0, 0.15);
  border: 1px solid #000; }

* {
  touch-action: manipulation; }

#btnEmail {
  background-color: #000;
  color: white; }

#btnTrasformaPreventivo {
  background-color: #d87a00;
  color: black; }

#btnTrasformaPreventivo:hover {
  background-color: #dad9d9;
  transition: 250ms ease-in-out; }

#btnTrasformaPreventivo:active {
  background-color: #000; }

#btnRiapriPreventivo {
  background-color: #d87a00;
  color: black; }

#btnRiapriPreventivo:hover {
  background-color: #dad9d9;
  transition: 250ms ease-in-out; }

#btnRiapriPreventivo:active {
  background-color: #000; }

.divFiltriCollezione {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  margin-top: 15px; }

.labelFiltriCollezione {
  display: block;
  font-size: 0.9rem;
  font-weight: bold; }

.divFiltriFirst {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  gap: 40px; }

.divFiltriSwitch {
  display: inline-flex;
  flex-direction: column;
  align-items: center; }

.iconaRicerca {
  cursor: pointer;
  font-size: 1.7rem;
  color: green !important; }

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

.indispensabileCheckbox {
  display: none; }

.indispensabileLabel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none; }
  .indispensabileLabel i {
    color: #000 !important; }
  .indispensabileLabel span {
    color: #000; }

.indispensabileCheckbox:checked + .indispensabileLabel .iconaIndispensabile,
.indispensabileCheckbox:checked + .indispensabileLabel span {
  color: #a70f1e !important; }

.classeIndispensabile {
  background-color: rgba(255, 174, 0, 0.15) !important; }

/************************** HOME **********************************/
.homecontainer {
  width: 100%;
  height: calc(100vh - 135px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  border: 0px solid chocolate; }
  .homecontainer .banner {
    width: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
    border: 0px solid purple; }
  .homecontainer .prodotti {
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 40px;
    flex-shrink: 0;
    border: 0px solid orange; }

.carousel-container {
  height: 100%;
  width: 1415px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.banner .carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out; }
  .banner .carousel-track img {
    width: 100%;
    flex-shrink: 0;
    object-fit: contain;
    height: 100%; }

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 2.5rem;
  cursor: pointer; }

.next {
  right: 0; }

.prev {
  left: 0; }

.img-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 100%; }

.protection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.card-prodotti {
  flex: 0 0 auto;
  height: 300px;
  width: 350px;
  box-sizing: border-box;
  border: 0px solid lime;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.card-prodotti:hover .card-image {
  filter: brightness(80%);
  transition: filter 250ms ease-in-out; }
  .card-prodotti:hover .card-image .card-button {
    background-color: transparent;
    color: black;
    transition: background-color 150ms ease-in-out, color 250ms ease-in-out; }
    .card-prodotti:hover .card-image .card-button i {
      color: black !important; }
  .card-prodotti:hover .card-image .card-button:active {
    background-color: transparent;
    color: white; }

.card-image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* 	img {
   		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		object-fit: contain;
  	} */ }

.card-content {
  position: relative;
  z-index: 2;
  text-align: left; }
  .card-content span {
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .card-content h5 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-transform: uppercase; }

.card-button {
  position: absolute;
  bottom: 5px;
  left: 20px;
  z-index: 200;
  font-size: 0.9rem;
  background-color: transparent;
  padding: 4px 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 4px; }
  .card-button i {
    font-size: 1.2rem;
    font-weight: bold; }

/******************************************************************/
/***************************** ADMIN **********************************/
.menuAdmin {
  float: left;
  width: 25%;
  height: 98vh;
  border-right: 2px solid black;
  margin-right: 10px;
  overflow: hidden; }

.menuAdmin .titoloPagina {
  margin-left: 10px;
  text-align: left; }

.menuAdmin .menu-dropdown-item {
  font-size: 1.2rem !important;
  border-bottom: 1px solid black;
  padding: 20px;
  margin-left: 10px; }

#manutenzioneadmin {
  float: left;
  width: 74%;
  height: 98vh;
  border: 0px solid red;
  overflow-y: auto; }

#principale .titoloUtenti {
  text-align: center;
  margin-top: 10px; }

#principale .contenitorePaginaUtenti {
  padding: 10px; }

#principale .div_gestisci_utente {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.rigaTabellaGestisciUtente {
  display: table-row; }

.divFlagUtente {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding: 5px 0;
  min-width: 250px; }

.divFlagUtente span {
  margin-right: 10px;
  flex-grow: 1;
  text-align: left; }

.div_gestisci_utente table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px 0; }

/************************ CALENDARIO ****************************/
.anno-calendario {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px; }

.calendario-container {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px; }

.mese-box {
  width: 280px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.mese-titolo {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px; }

.giorni-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px; }

.giorno {
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 3px;
  border: 1px solid #b3b3b3; }

.giorno:hover {
  background-color: #e7fae0; }

.giorno.festivo {
  background-color: #ff5252;
  color: white;
  font-weight: bold;
  border-color: #d32f2f; }

.giorno.vuoto {
  border: none;
  cursor: default; }

.giorno.vuoto:hover {
  background-color: transparent; }

.label-settimana {
  font-weight: bold;
  font-size: 0.7em;
  color: #888;
  text-align: center; }

/*************************  CARD  ******************************/
.legenda {
  width: 100%;
  padding: 0px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px; }
  .legenda .quadrato {
    width: 15px;
    height: 15px;
    border: 1px solid black; }
  .legenda .riga {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; }

.boxManutenzioneCard {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .boxManutenzioneCard .riga {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px; }
  .boxManutenzioneCard button {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    width: 50%;
    cursor: pointer; }
  .boxManutenzioneCard button:hover {
    background-color: #d87a00 !important;
    color: #000 !important;
    transition: 0.5s; }

.terminata {
  background-color: rgba(247, 62, 62, 0.61); }

.futura {
  background-color: #fff34a; }

.btnAddCard {
  width: 50%;
  font-size: 1.1rem;
  padding: 5px 10px;
  background-color: transparent;
  border: 3px solid black;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto; }

.btnAddCard:hover {
  background-color: #d87a00 !important;
  color: #000 !important;
  transition: 0.5s; }

#aggiungiArticoloBody {
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  #aggiungiArticoloBody #articolo {
    width: 300px;
    color: #000;
    box-sizing: border-box; }
  #aggiungiArticoloBody #autocomplete-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative; }
  #aggiungiArticoloBody ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #aggiungiArticoloBody #elenco-articoli-ricerca {
    width: auto;
    max-width: 600px;
    height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #939393;
    border-radius: 5px;
    margin-top: 5px;
    position: absolute;
    top: 40px;
    z-index: 999; }
    #aggiungiArticoloBody #elenco-articoli-ricerca li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 450px;
      margin-bottom: 10px;
      padding: 5px;
      border-bottom: 1px solid #ddd; }
    #aggiungiArticoloBody #elenco-articoli-ricerca li:hover {
      background-color: #d87a00; }
  #aggiungiArticoloBody #elenco-articoli-scelti {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: 380px;
    overflow-y: auto; }
  #aggiungiArticoloBody button {
    background-color: #d87a00;
    color: #000;
    border: 1px solid #d87a00;
    border-radius: 25px;
    padding: 5px 10px;
    margin-top: auto;
    cursor: pointer; }
    #aggiungiArticoloBody button i {
      color: #000 !important; }

.divCheckTestata input {
  transform: scale(1.5);
  accent-color: #d87a00; }
.divCheckTestata span {
  margin-left: 5px; }

#totali_riepilogo_ordine {
  margin-top: 10px;
  border-top: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center; }

/**********************************************************************/
/************************** FILTRI TABELLE ****************************/
.icona-filtro-trigger {
  color: #888;
  padding: 2px 5px;
  border-radius: 3px;
  transition: all 0.2s; }

.icona-filtro-trigger.bi.filtro-attivo {
  color: #d87a00 !important; }

.titolo-colonna {
  cursor: pointer; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none !important; }

.dataTables_scrollHead,
.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
  overflow: visible !important; }

table.dataTable thead th {
  overflow: visible !important; }

.dataTables_filter {
  display: none !important; }

.headerFiltri .dropdown-menu {
  position: absolute !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #ced4da; }
.headerFiltri .filtro-input:focus {
  box-shadow: none;
  border-color: #d87a00; }

.contenitoreAggiungiArticolo {
  display: flex;
  flex-direction: column;
  gap: 5px; }

/**********************************************************************/
@media screen and (max-width: 1200px) and (min-width: 801px) {
  .menu-admin {
    display: none; }

  .listatabellafiltri {
    width: 100%; }

  .qta-input {
    width: 60px !important;
    font-size: 1.0rem !important; }

  .homecontainer {
    height: 100vh !important; }

  .homecontainer .banner {
    height: 50vh !important; }

  .homecontainer .prodotti {
    height: 50vh !important; }

  .carousel-container {
    width: 1000px !important; }

  .card-prodotti {
    /* height: 270px;
    width: 350px; */ } }
@media screen and (max-width: 800px) {
  html, body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #000;
    font-size: 60%; }

  #cerca_cliente {
    width: 15rem; }

  .menu-admin {
    display: none; }

  .boxcarrello {
    display: none; }

  .boxcarrello_smartphone {
    background-color: #d87a00;
    border: 1px solid #d87a00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    font-size: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

  .cerchioArticoliCarrello {
    background-color: #000;
    color: #d87a00;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 2;
    font-size: 10px; }

  .boxcarrello_smartphone i {
    color: #000 !important; }

  .boxdati {
    width: 100vw; }

  .boxarticolo {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 0px !important;
    box-sizing: border-box; }

  .boxdisponibilita_smartphone {
    display: block !important; }

  .boxdisponibilita {
    display: none !important; }

  .boxarticoloimmagine_det {
    display: none !important; }

  .spedizioneprevista_smartphone {
    display: flex !important;
    gap: 5px;
    padding-right: 0px !important;
    text-align: right;
    margin-left: auto !important;
    align-self: flex-end;
    padding-right: 0px !important;
    font-size: 1rem; }

  .spedizioneprevista {
    display: none !important; }

  .boxarticoloimmagine {
    flex-direction: column !important;
    height: auto !important;
    width: 100px !important;
    flex-shrink: 0;
    overflow: hidden; }

  .boxarticoloimmagine img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; }

  .divbarcode_smartphone {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.7rem !important;
    color: #666; }

  .divbarcode {
    display: none !important; }

  .divbarcode_smartphone i {
    font-size: 0.8rem !important; }

  .btnInc {
    width: 30px !important;
    height: 30px !important;
    font-size: 2rem !important;
    flex-shrink: 0;
    padding: 0; }

  .rigaDiv div:empty {
    display: none !important; }

  .rigaDiv {
    grid-template-columns: 1fr 1fr !important;
    width: 100%;
    overflow: hidden; }

  .rigaDiv > div:nth-child(2) {
    margin-right: 10px;
    text-align: right; }

  .boxConfezioni {
    font-size: 0.9rem !important;
    gap: 0px !important; }

  .conf-input {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  #altri_articoli {
    max-width: 100px;
    font-size: 1.1rem; }

  .boxelenco {
    width: 100% !important;
    height: 65vh !important; }

  .boxelencomax {
    width: 100% !important;
    height: 80vh !important; }

  .classebox {
    width: calc(100% - 50px);
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

  .frecciaIndietro {
    left: 20px;
    top: -2px;
    font-size: 2.5rem; }

  .lenteRicerca {
    margin-left: 20px;
    font-size: 2rem; }

  .lenteCollection {
    margin-left: 20px;
    font-size: 2rem; }

  #articolo_rice {
    font-size: 1.5rem;
    max-width: 200px; }

  #spanRicercaArticolo {
    font-size: 1rem; }

  .boxarticolo_det {
    margin-left: 0px !important;
    margin-right: 0px !important;
    gap: 0px !important; }

  .qta-input {
    font-size: 1.6rem !important;
    font-weight: bold; }

  .listatabellafiltri thead {
    display: none; }
  .listatabellafiltri tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #dfdede;
    border-radius: 8px; }
  .listatabellafiltri td {
    display: block;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #eee; }
    .listatabellafiltri td:before {
      content: attr(data-label);
      float: center;
      width: auto;
      font-weight: bold;
      text-align: center; }
    .listatabellafiltri td:last-child {
      border-bottom: none;
      text-align: center;
      padding: 0;
      margin: 0; }
    .listatabellafiltri td i {
      font-size: 2rem !important; }
  .listatabellafiltri .cella-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px; }
    .listatabellafiltri .cella-date .contenitore {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .listatabellafiltri .cella-date input {
    width: 100px !important; }
  .listatabellafiltri .campo-filtro {
    width: 100% !important;
    box-sizing: border-box; }

  #tabella_lista_ordini tbody .colImg img {
    max-width: 50px !important; }

  .homecontainer {
    height: 100vh !important; }

  .homecontainer .prodotti {
    height: 80vh !important; }

  .carousel-container {
    width: auto !important;
    height: auto !important;
    margin-top: 10px !important; }

  .card-prodotti {
    /* height: 270px;
    width: 350px; */ }

  #span_ref_ordine {
    max-width: 150px; }

  .contenitoreAggiungiArticolo {
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    grid-column: span 2; } }

/*# sourceMappingURL=b2b.css.map */
