@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 img {
  max-width: 500px; }

@media screen and (max-width: 800px) {
  .login-container img {
    max-width: 300px; } }
/* .login-container h1 {
	margin-bottom: 20px;
	color: $colore-3;
	font-size: 2.5rem;
	font-weight: bold;
} */
.login-container h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #4facfe;
  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: $colore-4;
	color: $colore-1;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1.2rem;
} */
.login-container button {
  width: 40%;
  padding: 10px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold; }

/* .login-container button:hover {
	background: $colore-3;
	transition: background .5s;
} */
.login-container button:hover {
  background-color: transparent;
  color: #4facfe;
  border: 1px solid #4facfe;
  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: #63b7df;
  /* Color change on hover */ }

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

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

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

.menu-link {
  color: #63b7df !important;
  font-size: 1.2rem;
  margin-left: 10px;
  border-bottom: 3px solid #fff !important;
  text-align: center; }

.menu-link:hover {
  color: #000 !important;
  border-bottom: 3px solid #4facfe !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: #63b7df !important;
  border-left: 5px solid #4facfe !important;
  transition: transform 2s ease-in-out;
  cursor: pointer; }

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

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

.clientesel-wrapper {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  gap: 10px; }
  .clientesel-wrapper .divClienteSel {
    display: flex;
    gap: 5px; }
    .clientesel-wrapper .divClienteSel .dettaglioCliente {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }

@media screen and (min-width: 801px) {
  .menu-link {
    width: 200px; } }
@media screen and (max-width: 800px) {
  .menu-container {
    flex-direction: column !important;
    align-items: center !important; }

  .navbar-brand {
    margin-right: 0 !important;
    margin-bottom: 10px; }

  #navbarsExample05 {
    width: 100%;
    flex-direction: column !important;
    justify-content: center !important;
    margin-top: 0px; }

  .div-navbar {
    width: 100%; }

  .div-navbar ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding-left: 0; }

  .menu-link {
    font-size: 1.1rem;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 0; }

  .navbarCliente {
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    font-size: 0.9rem; }

  .menu-dropdown {
    visibility: hidden;
    position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    float: none;
    z-index: 1000; }

  .menu-dropdown.show {
    visibility: visible; } }
html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #fff;
  color: #000; }

/* 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: #4facfe; }

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

.documentibox:hover .bi {
  color: #63b7df !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: #4facfe !important; }

.divRicercaProdotti {
  width: 100%;
  text-align: center; }
  .divRicercaProdotti .bi-search {
    cursor: pointer;
    margin-left: 30px;
    font-size: 1.5rem;
    color: green !important; }

.listatabella {
  width: 100%; }
  .listatabella th {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    background-color: #dfdede; }
  .listatabella td {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    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: #63b7df !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: #63b7df !important;
    color: #000 !important;
    transition: 0.5s; }
  .listatabellamanutenzione .rigaattiva:hover .bi {
    color: #000 !important; }

.divRicercaArticoli {
  width: 100%;
  text-align: left;
  padding-left: 20px; }
  .divRicercaArticoli .divRicerca {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 15px; }
    .divRicercaArticoli .divRicerca .ricercaArticolo {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 5px; }
  .divRicercaArticoli .iconaRicerca {
    cursor: pointer;
    margin-left: 15px;
    font-size: 1.6rem; }

.iconaRicerca {
  cursor: pointer;
  color: #4facfe !important; }

/* 
#btnArtGenerico {
	margin-left: 30px;
	cursor: pointer;
	
	background-color: $colore-1;
	color: $colore-6;
	
	border: 1px solid $colore-5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

	font-size: 1.1rem;
	font-weight: 650;
	border-radius: 15px;
	padding: 5px 100px;
}
#btnArtGenerico:active {
	background-color: $colore-6;
	border: 1px solid $colore-6;
	color: $colore-1;
	transition: background-color 0.20ms ease-in-out;
} 
*/
.articoloGenericoSmartphone {
  margin-left: 30px; }

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

.boxdati_container {
  display: flex;
  flex-direction: row; }

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

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

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

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

.boxarticoloimmagine_det {
  border: 2px solid #63b7df;
  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 {
  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: #4facfe; }

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

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

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

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

.btnInc {
  background-color: #63b7df;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: black;
  text-align: center;
  font-size: 1.2rem;
  line-height: normal;
  border: 1px solid #464646;
  display: flex;
  justify-content: center;
  align-items: center; }

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

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

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

.rigaDiv {
  display: grid;
  grid-template-columns: 50% 50%;
  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; }

#btnEmail {
  background-color: #4facfe;
  color: black; }

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

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

.dettaglioCarrello {
  padding-left: 5px;
  margin-bottom: 5px; }

.imgArticoloCarrello {
  width: 7rem;
  height: 5rem;
  text-align: center;
  border-radius: 5px;
  border: 1px solid black; }
  .imgArticoloCarrello img {
    max-width: 7rem;
    max-height: 5rem; }

.decoArticoloCarrello {
  padding-left: 5px;
  display: flex;
  flex-direction: column; }

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

  .listatabellafiltri {
    width: 70%; }
    .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; }

  .divRicercaArticoli {
    padding-left: 5px !important; }
    .divRicercaArticoli .divRicerca {
      gap: 5px !important;
      font-size: 1.2rem !important; }
      .divRicercaArticoli .divRicerca .ricercaArticolo {
        display: flex;
        flex-direction: column !important;
        gap: 0px !important; }
    .divRicercaArticoli .iconaRicerca {
      font-size: 2rem !important; }

  .boxdati_container {
    display: flex;
    flex-direction: column !important;
    height: 100vh !important; }

  .boxdati {
    border: 0px solid lime;
    width: 95vw !important;
    height: 90vh !important; }

  .boxcarrello {
    border-left: 0px solid black !important;
    border-top: 1px solid black;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden; }

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

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

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

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

  .divRicercaProdotti span, .divRicercaProdotti input {
    font-size: 1.4rem !important; }
  .divRicercaProdotti .bi-search {
    margin-left: 15px !important;
    font-size: 2.5rem !important; }

  .boxarticolo .boxarticolodettaglio_deco {
    font-size: 1.2rem !important; }
  .boxarticolo .boxarticolodettaglio_cod {
    font-size: 1.6rem !important; }

  .qta-input {
    width: 40px !important;
    font-size: 1.5rem !important;
    margin-top: 0px !important; }

  .dettaglioCarrello_wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between; }

  .dettaglioCarrello {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box; }

  .decoArticoloCarrello span {
    font-size: 1.2rem !important; }
  .decoArticoloCarrello i {
    font-size: 2rem !important; }

  .dettaglioCarrello_concludi i {
    font-size: 2rem !important; }

  .dettaglioCarrello_qta {
    font-size: 2rem !important; }

  .infoTestata {
    font-size: 1.2rem !important; }

  .containerTestata {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .containerTestata .sezioneCampi .form-group {
      font-size: 1.2rem !important; }

  /* #btnArtGenerico {
  	display: none !important;
  } */
  .boxarticoloimmagine_det {
    display: none !important; }

  .boxarticolodettaglio_det {
    width: 100% !important;
    border: 0px solid lime;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden; } }

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