@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: #dfdede;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  opacity: 0.8; }

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

.login-container h1 {
  margin-bottom: 20px;
  color: #939393;
  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: 30%;
  padding: 10px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem; }

.login-container button:hover {
  background: #939393;
  transition: background .5s; }

#loader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6); }

.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); } }
.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: #FAEB00;
  /* Color change on hover */ }

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

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

.menu-navigator {
  margin-top: 20px; }

.menu-link {
  color: #939393 !important;
  font-size: 1.0rem;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 3px solid #fff !important; }

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

.menu-dropdown {
  border: 1px solid #dfdede !important;
  font-size: 1.0rem !important; }

.menu-dropdown-item {
  color: #939393 !important;
  font-size: 1.0rem !important; }

.menu-dropdown-item:hover {
  color: #000 !important;
  background-color: #FAEB00 !important;
  border-left: 5px solid #F2CB05 !important;
  transition: transform 2s ease-in-out;
  cursor: pointer; }

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

html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #fff;
  color: #000; }

@media screen and (max-width: 800px) {
  html, body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #000;
    font-size: 60%; } }
/* 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; }

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

.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;
  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 #FAEB00;
  transition: border 250ms ease-in-out;
  cursor: pointer; }

.documentibox:hover .bi {
  color: #FAEB00 !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; }

.bi {
  color: #939393 !important; }

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

.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: #FAEB00 !important;
    color: #000 !important;
    transition: 0.5s; }
  .listatabella .rigaattiva:hover .bi {
    color: #000 !important; }

.listatabellafiltri {
  width: 70%; }
  .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: #FAEB00 !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;
  /* Centers vertically */
  justify-content: center;
  /* Centers horizontally */
  float: left; }

.classebox:hover {
  border: 3px solid #F2CB05;
  color: #F2CB05;
  transition: border 250ms ease-in-out;
  cursor: pointer; }

.boxdati {
  border: 0px solid lime;
  float: left;
  width: 85vw;
  height: 85vh;
  justify-content: left;
  align-items: left;
  overflow-y: auto; }

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

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

.boxarticolo:hover {
  border: 1px solid #FAEB00;
  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: space-between; }

.boxarticoloimmagine {
  border: 0px solid #dfdede;
  border-radius: 5px;
  float: left;
  width: 80px;
  display: flex;
  align-items: center;
  /* Centers vertically */
  justify-content: center;
  /* Centers horizontally */ }

.boxarticoloimmagine img {
  max-width: 70px; }

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

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

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

.boxarticolodettaglio_tag {
  border: 0px solid lime;
  float: left;
  text-align: left;
  margin-right: 30px; }

.boxarticolodettaglio_det {
  border: 0px solid lime;
  float: left;
  text-align: left; }

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

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

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

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

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

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

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

.btnInc {
  background-color: #FAEB00;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  color: black;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #464646; }

.btnInc:hover {
  background-color: #F2CB05;
  transition: 250ms ease-in-out; }

.btnInc:active {
  background-color: #DBB704; }

.iconaCarrello {
  font-size: 1.3rem;
  margin-left: 4px; }

.rigaDiv {
  display: grid;
  grid-template-columns: 38% 29% 33%;
  gap: 6px;
  margin-bottom: 10px;
  border: 0px solid orange; }

.qta-input {
  width: 50px;
  text-align: right;
  font-size: 1.1rem;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 5px; }

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

.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, 255, 0, 0.151); }

* {
  touch-action: manipulation; }

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