﻿
:root {
  --arancioB2B: #f69f2b;
}
/*style wizard data eliminare*/
file-input {
  overflow-x: auto;
}

file-input-ajax-new {
  display: none;
}

html {
  height: 100%;
}

body {
  height: 100%;

 
}
/*
#login-button {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
*/
.grid-container {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.background-set1 {
  height: 38rem;
}

.icon {
  height: 18px;
}

.newboxesModuli {
  display: none;
  background-color: White;
  height: auto;
  width: auto;
  margin: 5px;
}

.modal {
  overflow: hidden;
}

.wizard {
  margin: 10px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #e0e0e0;
  border: 4px solid #ffffff;
  z-index: 2;
  position: absolute;
  right: 27%;
  top: -24px;
  text-align: center;
  font-size: 25px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #ff9800;
  border: 2px solid #ffffff;
}

.wizard li.active span.round-tab i {
  color: #ffffff;
}

span.round-tab:hover {
  color: #333;
  border: 1px solid #ffffff;
}

.wizard .nav-tabs > li {
  width: 20%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 47%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 47%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: transparent;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  margin-top: 6rem;
}

.wizard h3 {
  margin-top: 0;
}

.glyphicon {
  padding-top: 20px;
}

.modal-body {
  overflow: auto;
  padding-top: 30px;
}

.modal-header {
  padding: 25px;
  background-color: #f8f8f8;
}
.modal-title {
  color: #42413f;
}
.panel-info > .panel-heading {
  color: #42413f;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

h4 {
  margin-top: 15px;
}

hr {
  margin-top: 0px;
}

.margintop {
  margin-top: 10px;
}

.list-inline {
  margin-top: 10px;
}

#formutente > div:nth-child(1) {
  margin-top: 10px;
}

fieldset {
  border-top: 1px solid #eee;
}

legend {
  width: 19%;
  margin-bottom: 20px;
  font-size: 12px;
  color: #333;
  background-color: #e7f2f5;
}

h6 {
  padding-left: 5px;
  line-height: 12px;
}

.modal-body {
  max-height: 460px;
}

.modal {
  top: 5%;
}

#utentenome_associato {
  min-width: 200px;
}

fieldset {
  min-height: 100px;
}

#bottoneregistrazione {
  border: solid 1px var(--arancioB2B) !important;
  background-color: #f59920;
  color: white;
  padding: 6px 16px;
}


#bottoneregistrazione:hover {
  background-color: #cd8c37;
}

#linkmotivodati,
#labelaccettacondizioni {
  cursor: pointer;
}

.modal-header .close {
  margin-top: -10px;
}

#modaleGenerale .modal-header {
  display: none;
}

#divperchedati {
  text-align: right;
}

input[type="checkbox"] {
  -ms-transform: scale(0.7); /* IE */
  -moz-transform: scale(0.7); /* FF */
  -webkit-transform: scale(0.7); /* Safari and Chrome */
  -o-transform: scale(0.7); /* Opera */
}

.bottonialcentro {
  margin-top: 30px;
  text-align: center;
}

#spinner {
  margin-top: 50px;
}

.green {
  background-color: green;
}

.red {
  background-color: red;
}

.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: white;
}
.g-recaptcha {
  width: 59%;
  margin: 0;
}

.btn {
  font-size: 16px;
}

#terminicondizioni {
  margin-top: 20px;
  cursor: pointer;
}

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  width: 100% !important;
  height: 0.5em;
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"] {
  background-color: red;
}

meter[value="2"] {
  background-color: yellow;
}

meter[value="3"] {
  background-color: orange;
}

meter[value="4"] {
  background-color: green;
}

.feedback {
  color: #9ab;
  font-size: 90%;
  padding: 0 0.25em;
  font-family: Courgette, cursive;
  margin-top: 1em;
}

#step1 {
  text-align: center;
}

.nav-tabs > li > a {
  border: none;
  border-radius: 0;
}

.nav-tabs {
  border-bottom: none;
}

#breadcrumb {
  list-style: none;
  display: inline-block;
  width: 91%;
  padding-left: 0;
  margin-left: 8%;
  margin-right: 8%;
}

#breadcrumb li {
  float: left;
  width: 20%;
}

#breadcrumb li a {
  color: #fff;
  display: block;
  background: #7b7b7b;
  text-decoration: none;
  position: relative;
  height: 26px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}

#breadcrumb li:nth-child(even) a {
  background-color: #7b7b7b;
}

#breadcrumb li:nth-child(even) a:before {
  border-color: #7b7b7b;
  border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
  border-left-color: #7b7b7b;
}

#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
  border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #7b7b7b;
  border-width: 13px 14px;
  width: 0;
  height: 0;
}

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #7b7b7b;
}

#breadcrumb li a:hover {
  background-color: #ff9800;
}

#breadcrumb li a:hover:before {
  border-color: #ff9800;
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: #ff9800;
}

#breadcrumb li.active a {
  background-color: #ff9800;
}

#breadcrumb li.active a:before {
  border-color: #ff9800;
  border-left-color: transparent;
}

#breadcrumb li.active a:after {
  border-left-color: #ff9800;
}

#breadcrumb li.oldstep a {
  background-color: #ff9800;
}

#breadcrumb li.oldstep a:before {
  border-color: #ff9800;
  border-left-color: transparent;
}

#breadcrumb li.oldstep a:after {
  border-left-color: #ff9800;
}

#breadcrumb li.firststep {
  width: 16%;
}
#breadcrumb li.firststep a .round-tab {
  right: 59%;
}

#breadcrumb li.laststep {
  width: 16%;
}

#breadcrumb li.laststep a .round-tab {
  right: -5%;
}

.b2beasyheader {
  border-bottom: 2px solid black;
  padding-top: 9px;
  height: 75px;
  background-color: #f7f7f7;
}

.logob2beasy {
  width: 125px;
  height: 48px;
  position: absolute;
  left: 17%;
}

#passwordstrength {
  display: none;
  position: absolute;
  width: 335px;
  background-color: #f9f9f9;
  z-index: 13030;
  padding: 9px;
  border-radius: 10px;
  border: 1px solid #8080802e;
  -webkit-box-shadow: -2px 7px 11px -2px #686868;
  box-shadow: -2px 6px 11px -5px #9e9e9e;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #8080802e;
  position: absolute;
  right: -14px;
  top: 15px;
}

.centra {
  text-align: center;
}

#tornaadatianagrafici i {
  transform: scale(2.5);
  color: #f69f2b87;
  cursor: pointer;
}

.panel-bordered {
  border: 2px solid #d1d2d4;
  border-radius: 5px;
  box-shadow: 1px 1px 7px 2px #7d7d7d73;
  background-color: #f7f7f76e;
  min-width: 300px;
}

.form-control {
  border: 1px solid #848484;
}

.messaggiopromo {
  left: 27px;
  color: #ffa54f;
  font-weight: bold;
  font-size: large;
  padding: 10px;
}

.messaggiopromodue {
  color: red;
  text-align: center;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 6px;
}

.inputNoBorder {
  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #dddd;
  border-radius: unset;
  background-color: white;
  box-shadow: none;
}

#sezioneDatiAnagrafici {
  margin-top: 2em;
}

.inputNoBorder:focus {
  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #dddd;
  border-radius: unset;
  background-color: white !important;
  box-shadow: none;
}

.inputNoBorder::after {
  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #dddd;
  margin-bottom: 20px;
  border-radius: unset;
  background-color: white !important;
  box-shadow: none;
}

.borded {
  border-radius: 12px;
  border: 2px solid #808080;
}

.smallSize {
  min-width: 336px;
}

#wrapper {
  height: 100%;
  display: flex;
  background-color: transparent !important;
}

label {
  font-size: 12px;
  display: unset;
}

input,
button,
select,
span {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #dddd;
}

input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -7px !important;
}

label,
input {
  display: inline-block;
  vertical-align: middle;
}

.form-check-input {
  position: absolute;
  margin-top: -0.7rem;
  margin-left: -2.25rem;
}

.linkStudioBoost {
  color: #b9b9b9;
}

.linkStudioBoost:hover {
  color: #f59920;
}

.missingField {
  border-bottom: 1px solid red;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#accettalecondizioni {
  width: 20px !important;
  height: 20px !important;
  margin-top: -0.1rem !important;
}

.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.loghino {
  height: 51px;
}

.imgB2B {
  width: 100px;
  margin-left: 32rem;
}

#lastDiv {
  margin-top: -100px;
}

.reservedAccess {
  padding-top: 1rem;
}

.bg-b2b {
  padding-top: 1px !important;
  background-image: url("../assets/img/bgHome.png"),
    url("../assets/img/bgHome2.png");
  background-size: cover, 14% 44%;
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  min-height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.col-centered {
  float: none;
  max-width: 350px;
}

.small {
  font-size: 1rem;
}

.messaggio {
  margin-top: 1rem;
}

#endingLogo {
  height: 40px;
  margin-top: 10rem;
  float: right;
  margin-right: 1rem;
}

.flexStart {
  justify-content: flex-start;
}

.flexEnd {
  justify-content: flex-end;
}

.pxbold {
  font-weight: bold;
  font-size: 12px;
}

.b2beasyLogo {
  width: 286px;
  height: 130px;
}

.morePadding {
  padding: 1.5rem;
  padding-top: 2em;
  padding-bottom: 0;
}

.topandbottommargin {
  margin-top: 12px;
  margin-bottom: 20px;
}

.modal-header {
  padding: 10px;
}

.inputError {
  border-bottom: 1px solid #ff0000;
  background-color: #fff6f6 !important;
}

.occhiettoPsw {
  position: relative;
  top: -32px;
  left: 90%;
  color: #a1a1a1;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}

.occhiettoMostraPsw {
  color: #f59920;
}


.cardRegistrazione{
  background-color: #ffffff85;
  backdrop-filter: blur(2px);

  box-shadow: 0px 1px 8px 1px rgb(173 173 173 / 93%);
  border-radius: 8px;
}

.accountDataCard {
  border-radius: 6px;
  word-wrap: break-word;
  background-color: #f9f9f9;
  box-shadow: 0px 1px 3px 1px rgb(173 173 173 / 52%);
}

.accountDataCard input {
  background-color: #f9f9f9 !important;
}

.tabellapiani {
  box-shadow: 0px 1px 3px 1px rgb(173 173 173 / 52%) !important ;
  width: 100%;
}

.registratitxt {
  color: #f59920;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.flexcenter {
  justify-content: center !important;
}

.grid-center-vertical {
  display: grid;
  grid-template-rows: 1fr 200px 1fr;
}

#modalepassword .modal-content {
  background-color: #ffffff5e;
}

#modalepassword .modal-body {
  padding-top: 20px;
  background-color: #e0e0e0;
}

#modalepassword .modal-body .form-group label {
  font-size: 18px;
  margin-bottom: 8px;
}

#modaleRichiestaCancellazioneDati .modal-body,
#modaleAjaxResponse .modal-body {
  background-color: #e0e0e0;
}

.informativa-privacy-link {
  position: absolute;
  bottom: 0rem;
  left: 1rem;
  text-decoration: underline;
  cursor: pointer;
}

.center {
  text-align: center;
}

.padding12 {
  padding: 12px;
}

.btn-richiesta-cancellazione-dati {
  cursor: pointer;
}

.par-smaller {
  font-weight: 500;
  font-size: 11px;
  font-style: oblique;
}

#container-divCookieBar-HideShow {
  display: none;
}

#coockieBar-container {
  position: absolute;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  border: solid 1px #aaa;
  column-gap: 4rem;
  font-size: 1.4rem;
  flex-wrap: nowrap;
  min-width: 90%;
  left: 5%;
  right: 5%;
  justify-content: space-between;
  z-index: 1;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#cookieBar-btn-container {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}

#cookieBar-text {
  margin: 0;
}

.vertical-center {
  height: 100%;
  width: 100%;
}

.vertical-center:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
  height: 100%;
}

.vertical-center > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
}

.jumbotron {
  background-color: unset;
}

#container-title-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  min-height: 5rem;
}

#main-container-login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  gap: 3rem;
}

#container-logo-login {
  width: 40rem;
}

#container-form-login {
  width: 30rem;
}

#logoXIndex {
  height: 34rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 990px) {
  #container-logo-login {
    display: none;
  }

  .ticketcss {
    margin-top: 25px;
  }

  .documentocss {
    margin-top: 18px;
  }

  .col-centered {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #coockieBar-container {
    flex-wrap: wrap;
    row-gap: 3rem;
  }

  .ticketcss {
    margin-top: 10px;
  }

  .documentocss {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .arrow-right {
    display: none;
  }
}

@media (max-width: 585px) {
  #formRechapta {
    margin-top: -4em;
  }

  .smallSize {
    min-width: 100%;
  }

  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .g-recaptcha {
    margin-top: 70px !important;
  }

  #passwordstrength {
    top: 0 !important;
    left: 0 !important;
    margin-top: -3em;
  }

  .glyphicon {
    padding-top: 0 !important;
  }

  #breadcrumb li a {
    background: transparent !important;
  }

  #breadcrumb li:nth-child(even) a {
    background-color: transparent !important;
  }

  #breadcrumb li:nth-child(even) a:before {
    border-color: transparent !important;
    border-left-color: transparent;
  }

  #breadcrumb li:nth-child(even) a:after {
    border-left-color: transparent !important;
  }

  #breadcrumb li a:before,
  #breadcrumb li a:after {
    border: 0 solid transparent !important;
  }

  #breadcrumb li a:hover {
    background-color: transparent !important;
  }

  #breadcrumb li a:hover:before {
    border-color: transparent !important;
    border-left-color: transparent;
  }

  #breadcrumb li a:hover:after {
    border-left-color: transparent !important;
  }

  #breadcrumb li.active a {
    background-color: transparent !important;
  }

  #breadcrumb li.active a:before {
    border-color: transparent !important;
    border-left-color: transparent;
  }

  #breadcrumb li.active a:after {
    border-left-color: transparent !important;
  }

  #breadcrumb li.oldstep a {
    background-color: transparent !important;
  }

  #breadcrumb li.oldstep a:before {
    border-color: transparent !important;
    border-left-color: transparent;
  }

  #breadcrumb li.oldstep a:after {
    border-left-color: transparent !important;
  }

  #breadcrumb li.laststep a .round-tab {
    right: 27%;
  }

  #breadcrumb li.firststep a .round-tab {
    right: 51%;
  }
}

@media (min-width: 768px) {
  .bigmargin {
    margin-left: 100px;
  }
}

@media (max-height: 600px) {
  #impostautenti {
    overflow: auto;
    bottom: 0;
  }
}

@media (max-height: 400px) {
  #modaleAggiungiUtente {
    overflow: auto;
    bottom: 0;
  }
}

@media (min-width: 980px) {
  .inforow {
    margin-left: 24px;
  }

  .inforowopzioni {
    margin-left: 20px;
  }

  .ticketcss {
    margin-top: 10px;
  }

  .documentocss {
    margin-top: 0px;
  }

  .col-centered {
    margin: 0 0 0 65px;
  }
}

#container-messaggio-manutenzione {
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
}

#div-messaggio-manutenzione {
  text-align: center;
  padding: 2rem;
  border: solid 3px #f59920;
  background-color: white;
  width: fit-content;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5); 
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
}