@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
html, body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #000; }

@media screen and (max-width: 800px) {
  html, body {
    font-family: "Poppins", sans-serif;
    background: #fff;
    color: #000;
    font-size: 60%; } }
.titoloPagina {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #7a9814; }

.modal-xl {
  max-width: 90vw; }

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

.documentibox:hover .bi {
  color: #7a9814 !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: #556C0d !important; }

.listatabella {
  width: 100%; }
  .listatabella th {
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: left;
    background-color: #dfdede; }
  .listatabella td {
    font-family: "Poppins", 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: #7a9814 !important;
    color: #fff !important;
    transition: 0.5s; }
  .listatabella .rigaattiva:hover .bi {
    color: #fff !important; }

.listatabellafiltri {
  width: 70%; }
  .listatabellafiltri th {
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: left;
    background-color: #dfdede;
    text-align: center; }
  .listatabellafiltri td {
    font-family: "Poppins", 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: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #dfdede;
    padding: 5px; }
  .listatabellamanutenzione td {
    font-family: "Poppins", 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: #7a9814 !important;
    color: #fff !important;
    transition: 0.5s; }
  .listatabellamanutenzione .rigaattiva:hover .bi {
    color: #fff !important; }

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

.classebox {
  font-size: 2.0rem;
  font-weight: bold;
  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 #7a9814;
  color: #7a9814;
  transition: border 250ms ease-in-out;
  cursor: pointer; }

.boxdati {
  border: 0px solid lime;
  float: left;
  width: 80%;
  flex-flow: row wrap;
  justify-content: left;
  align-items: left; }

.boxcarrello {
  border: 0px solid red;
  border-left: 2px solid #dfdede;
  float: right;
  width: 20%;
  height: 100vh; }

.boxarticolo {
  border: 0px solid red;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px; }

.boxarticolo_det {
  border: 0px solid red;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%; }

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

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

.boxarticoloimmagine img {
  max-width: 185px;
  max-height: 245px; }

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

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

.boxarticolodettaglio {
  border: 0px solid lime;
  float: left;
  width: 200px;
  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: #556C0d; }

.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: #556C0d;
  color: #fff;
  text-align: center;
  font-size: 1.0rem; }

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

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

.selezione:hover {
  background-color: #7a9814 !important;
  color: #fff !important;
  transition: 0.5s;
  cursor: pointer; }

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

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

#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; }

.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: #939393 !important;
  border-bottom: 3px solid #556C0d !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: #fff !important;
  background-color: #7a9814 !important;
  border-left: 5px solid #556C0d !important;
  transition: transform 2s ease-in-out;
  cursor: pointer; }

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

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