@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
}
html body * {
  font-family: "Inter", serif;
}
html body .float-right {
  float: right;
}
html body a {
  color: #0035ff;
}
html body a:hover {
  color: #0035ff;
}
html body a.btn.extra-color-2 {
  background-color: #017EF3;
  color: #ffffff;
}
html body .nectar-button,
html body .nectar-button.medium,
html body .nectar-button.small {
  font-family: "Inter", serif;
}
html body[data-button-style*=slightly_rounded] .nectar-button.regular-button.extra-color-2, html body[data-button-style*=rounded_shadow] .nectar-button.regular-button.extra-color-2, html body[data-button-style*=rounded_shadow].material .nectar-button.regular-button.extra-color-2 {
  background-color: #017EF3 !important;
  color: #ffffff !important;
}
html body[data-button-style*=slightly_rounded] .nectar-button.see-through:hover, html body[data-button-style*=rounded_shadow] .nectar-button.see-through:hover, html body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover {
  color: #000000 !important;
}
html body[data-button-style*=slightly_rounded] #to-top, html body[data-button-style*=rounded_shadow] #to-top, html body[data-button-style*=rounded_shadow].material #to-top {
  background-color: #0035ff !important;
}
html body[data-button-style*=slightly_rounded] #to-top:after, html body[data-button-style*=rounded_shadow] #to-top:after, html body[data-button-style*=rounded_shadow].material #to-top:after {
  background-color: #ffffff !important;
}
html body .nectar-button.medium {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
html body .nectar-button.regular-button.login-button {
  background-color: #000000 !important;
}
html body .nectar-button.regular-button.login-button.regular-button.extra-color-2 {
  background-color: #000000 !important;
}
html body .nectar-button.regular-button.login-button span {
  margin-left: 10px;
}
html body .nectar-button.regular-button.login-button img {
  margin: 0;
}
html body .nectar-button.icon-button {
  padding-top: 13px !important;
  padding-bottom: 20px !important;
  line-height: 0;
}
html body input:focus,
html body select:focus {
  border-color: #0035ff !important;
}
html body .preloader .status .spinner-chase .chase-dot:before {
  background-color: #0035ff;
}
html body #header-outer {
  background-color: #000000;
  width: 280px;
  height: 100%;
  z-index: 2000;
}
html body #header-outer.small-nav {
  background-color: #000000;
}
html body #header-outer.small-nav #logo {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
html body #header-outer .container {
  padding: 0 20px;
}
html body #header-outer header#top .container {
  padding: 0 20px;
}
html body #header-outer header#top #logo {
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
}
html body #header-outer header#top #logo img {
  height: 39px !important;
}
html body #header-outer #copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding-bottom: 10px;
}
html body #header-outer #copyright p {
  font-size: 0.6875rem;
  line-height: 1.3;
  font-weight: 400;
}
html body .main-dashboard {
  background-color: transparent;
  box-shadow: none;
  padding: 0 20px;
}
html body .main-dashboard .nectar-button.see-through {
  color: #ffffff !important;
  display: block;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  /*margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  border: solid 1px rgba(map-get($colors, bianco), 0.25) !important;
  border-radius: 10px;
  padding: 15px 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  vertical-align: middle;*/
}
html body .main-dashboard ul.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
html body .main-dashboard ul.main-menu li {
  margin-bottom: 10px;
}
html body .main-dashboard ul.main-menu li a {
  /*&:before {
      vertical-align: middle;
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
  }*/
}
html body .main-dashboard ul.main-menu li a.nectar-button {
  color: #ffffff;
  display: block;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: none;
  background-color: #017EF3;
  border-radius: 10px;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  vertical-align: middle;
}
html body .main-dashboard ul.main-menu li a:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
html body .main-dashboard ul.main-menu li a:not([href]) {
  cursor: default;
}
html body .main-dashboard ul.main-menu li a:not([href]):hover {
  border-color: transparent;
}
html body .main-dashboard ul.main-menu li a.active {
  border-color: #0035ff;
  background-color: #0035ff;
}
html body .main-dashboard ul.main-menu li.simple-label a {
  padding-top: 24px;
  padding-bottom: 24px;
}
html body .main-dashboard ul.main-menu li.has-child {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  vertical-align: middle;
  cursor: default;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
html body .main-dashboard ul.main-menu li.has-child.active {
  border-color: #0035ff;
}
html body .main-dashboard ul.main-menu li.has-child a {
  flex-direction: row;
  border-color: transparent;
}
html body .main-dashboard ul.main-menu li.has-child a:before {
  height: 14px;
  width: 14px;
  margin-right: 10px;
}
html body .main-dashboard ul.main-menu li.has-child a:after {
  vertical-align: middle;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./../img/arrow-down-w.svg);
}
html body .main-dashboard ul.main-menu li.has-child p {
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
html body .main-dashboard ul.main-menu li.has-child p:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./../img/arrow-down-w.svg);
}
html body .main-dashboard ul.main-menu li.has-child ul {
  overflow: hidden;
  height: auto;
  width: 100%;
  display: none;
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 8px;
  padding-top: 4px;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
html body .main-dashboard ul.main-menu li.has-child ul li {
  margin-bottom: 0;
  width: 100%;
}
html body .main-dashboard ul.main-menu li.has-child ul li a {
  border: solid 1px rgba(255, 255, 255, 0.25);
  font-size: 0.8125rem;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-weight: 700;
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  color: #ffffff;
}
html body .main-dashboard ul.main-menu li.has-child ul li a span {
  color: #ffffff;
}
html body .main-dashboard ul.main-menu li.has-child ul li a:before {
  display: none;
}
html body .main-dashboard ul.main-menu li.has-child ul li a:after {
  display: none;
}
html body .main-dashboard ul.main-menu li.has-child ul li a:hover {
  color: #ffffff;
}
html body .main-dashboard ul.main-menu li.has-child ul li a:hover span {
  color: #ffffff;
}
html body .main-dashboard ul.main-menu li.has-child ul li a.active {
  border-color: #0035ff;
  background-color: #0035ff;
}
html body .main-dashboard ul.main-menu li.has-child ul li:last-child a {
  margin-bottom: 0;
}
html body .main-dashboard ul.main-menu li.has-child.show p:after {
  transform: rotate(180deg);
  transform-origin: 50% 63%;
}
html body .main-dashboard ul.main-menu li.has-child.show ul {
  display: block;
}
html body #header-top {
  margin-bottom: 20px;
  background-color: transparent;
  color: #000000;
  padding: 20px;
}
html body #header-top .header-top-area {
  justify-content: space-between;
  align-items: center;
}
html body #header-top .login-user-area .header-toggler {
  align-items: center;
}
html body #header-top .login-user-area .navbar-toggler {
  display: block;
  padding: 0;
  border: none;
  outline: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/user-svgrepo-com-2.svg);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
html body #header-top .login-user-area .navbar-toggler.logout:hover {
  background-image: url(../img/x-white.svg) !important;
  background-color: #000000;
}
html body #header-top .login-user-area p {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
}
html body #header-top .login-user-area p.small {
  color: #5c5c5c;
  font-size: 0.6875rem;
  font-weight: 400;
}
html body #header-top .recap {
  color: #000000;
}
html body #header-top .recap .single {
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 0;
}
html body #header-top .recap .single span.count {
  font-size: 30px;
  margin-right: 5px;
}
html body #ajax-content-wrap {
  padding-top: 0;
  padding-left: 280px;
  padding-bottom: 50px;
}
html body #ajax-content-wrap .container-wrap {
  padding-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  html body #ajax-content-wrap .container-wrap .container {
    max-width: 1680px;
    padding: 0 40px;
  }
}
html body #ajax-content-wrap .wall-area.no-login .login-area {
  width: 320px;
}
html body #ajax-content-wrap .wall-area.no-login .login-area a:hover {
  color: #0035ff;
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card {
  padding-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border: none;
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card p strong.titolo-commessa {
  position: relative;
  z-index: 1;
  cursor: default;
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card .operationals-error,
html body #ajax-content-wrap .wall-area .kanban .row .col .card .operationals-ok {
  right: 15px;
  bottom: 40px;
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card .aziende {
  z-index: 2;
  position: relative;
  width: calc(100% - 20px);
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card .aziende .azienda {
  margin-top: 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #ECECEC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  cursor: default;
  /*&.a1 {
      background-color: #ccc;
  }
  &.a3 {
      background-color: #ccc;
  }
  &.a4 {
      background-color: #ccc;
  }
  &.a5 {
      background-color: #ccc;
  }
  &.a7 {
      background-color: #ccc;
  }*/
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card .aziende .azienda:not(:first-child) {
  margin-left: -10px;
  z-index: 1;
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card .aziende .azienda.first {
  height: 26px;
  width: 26px;
  line-height: 22px;
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
html body #ajax-content-wrap .wall-area .kanban .row .col .card.approvato {
  padding-bottom: 30px;
}
html body #ajax-content-wrap .wall-area .kanban.performance-area .row .col h3 {
  margin-bottom: 6px !important;
}
html body #ajax-content-wrap .wall-area .kanban.performance-area .row .col .card {
  margin-bottom: 6px !important;
}
html body #ajax-content-wrap .brief-form .page-title h1, html body #ajax-content-wrap .programs-form .page-title h1, html body #ajax-content-wrap .approvazioni-budget-form .page-title h1, html body #ajax-content-wrap .fornitori-form .page-title h1, html body #ajax-content-wrap .customer-form .page-title h1 {
  color: #0035ff;
  font-weight: 700;
  line-height: 1.4;
}
html body #ajax-content-wrap .brief-form .inner .panels .panel.fornitori a, html body #ajax-content-wrap .programs-form .inner .panels .panel.fornitori a, html body #ajax-content-wrap .approvazioni-budget-form .inner .panels .panel.fornitori a, html body #ajax-content-wrap .fornitori-form .inner .panels .panel.fornitori a, html body #ajax-content-wrap .customer-form .inner .panels .panel.fornitori a {
  font-size: 0.75rem;
}
html body #ajax-content-wrap .brief-form .inner .panels .panel.fornitori table thead tr th:first-child, html body #ajax-content-wrap .programs-form .inner .panels .panel.fornitori table thead tr th:first-child, html body #ajax-content-wrap .approvazioni-budget-form .inner .panels .panel.fornitori table thead tr th:first-child, html body #ajax-content-wrap .fornitori-form .inner .panels .panel.fornitori table thead tr th:first-child, html body #ajax-content-wrap .customer-form .inner .panels .panel.fornitori table thead tr th:first-child {
  font-size: 0.875rem;
}
html body #ajax-content-wrap .brief-form #crea-nuovo-brief .area-filtri input, html body #ajax-content-wrap .programs-form #crea-nuovo-brief .area-filtri input, html body #ajax-content-wrap .approvazioni-budget-form #crea-nuovo-brief .area-filtri input, html body #ajax-content-wrap .fornitori-form #crea-nuovo-brief .area-filtri input, html body #ajax-content-wrap .customer-form #crea-nuovo-brief .area-filtri input, html body #ajax-content-wrap .brief-form #crea-nuovo-brief .area-filtri select, html body #ajax-content-wrap .programs-form #crea-nuovo-brief .area-filtri select, html body #ajax-content-wrap .approvazioni-budget-form #crea-nuovo-brief .area-filtri select, html body #ajax-content-wrap .fornitori-form #crea-nuovo-brief .area-filtri select, html body #ajax-content-wrap .customer-form #crea-nuovo-brief .area-filtri select {
  font-size: 14px;
  line-height: 1.4;
}
html body #ajax-content-wrap .customer-form .customers-list {
  column-count: 1;
  column-gap: 0;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card {
  position: relative;
  display: flex;
  webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ECECEC;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-bottom: 15px;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card p {
  font-size: 0.9375rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin: 0;
  border: none;
  display: block;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card p span {
  line-height: 1;
  display: block;
  font-size: 0.75rem;
  padding: 0;
  font-weight: 400;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card p:last-child {
  padding-bottom: 0;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card a.nectar-button {
  color: #017EF3 !important;
  background-color: #ffffff !important;
  border: solid 2px #017EF3;
  padding: 4px 20px;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .area-info {
  width: 70%;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .area-info p.paese {
  font-size: 0.75rem;
  line-height: 1.4;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .area-info p.paese i {
  text-transform: uppercase;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .area-info p strong {
  display: block;
  font-size: 1.25rem;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .area-servizi {
  width: 30%;
  text-align: right;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .aziende {
  position: relative;
  margin: 10px 0 5px;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .aziende .azienda {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 12px;
  border: solid 1px #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  cursor: default;
  margin-right: 5px;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .edit, html body #ajax-content-wrap .customer-form .customers-list .customer-card .edit-brand {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  cursor: pointer;
  background-image: url(./../img/pencil-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-color: transparent;
  opacity: 0.5;
}
html body #ajax-content-wrap .customer-form .customers-list .customer-card .edit:hover, html body #ajax-content-wrap .customer-form .customers-list .customer-card .edit-brand:hover {
  opacity: 0.75;
}
html body #ajax-content-wrap .customer-form .customers-list.brands {
  column-count: unset;
  column-gap: unset;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
}
html body #ajax-content-wrap .customer-form .customers-list.brands .customer-card .area-info {
  width: 90%;
}
html body #ajax-content-wrap .customer-form .customers-list.brands .customer-card .area-info p strong {
  font-size: 0.875rem;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore {
  display: flex;
  webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ECECEC;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-bottom: 15px;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore p {
  font-size: 0.9375rem;
  line-height: 1.4;
  padding-bottom: 1rem;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore p span {
  line-height: 1;
  display: block;
  font-size: 0.75rem;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore p:last-child {
  padding-bottom: 0;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-info {
  width: 40%;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-info p.paese {
  font-size: 0.75rem;
  line-height: 1.4;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-info p.paese i {
  text-transform: uppercase;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-info p strong {
  display: block;
  font-size: 1.25rem;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-servizi {
  width: 30%;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-feedback {
  width: 30%;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-feedback i.fa-star {
  font-size: 1.25rem;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-feedback i.fa-star.placeholder {
  color: #b7b7b7;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-feedback i.fa-star.black {
  color: #0035ff;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore .area-feedback span.big {
  color: #0035ff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore.archiviato {
  background-color: rgba(236, 236, 236, 0.25);
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore.archiviato .area-info p a {
  color: #5c5c5c;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore.archiviato .area-info p a:hover {
  color: #5c5c5c !important;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore.archiviato .area-feedback i.fa-star.black {
  color: #5c5c5c;
}
html body #ajax-content-wrap .fornitori-form .fornitori-lista .fornitore.archiviato .area-feedback span.big {
  color: #5c5c5c;
}
html body #ajax-content-wrap .fornitori-form #update-elenco-fornitori {
  font-size: 0.75rem;
}
html body #ajax-content-wrap .fornitore-form .brief-recap i.fa-star {
  font-size: 1.25rem;
}
html body #ajax-content-wrap .fornitore-form .brief-recap i.fa-star.placeholder {
  color: #b7b7b7;
}
html body #ajax-content-wrap .fornitore-form .brief-recap i.fa-star.black {
  color: #0035ff;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-top p.job_order_badge {
  background-color: #0035ff;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-body #recap-aree .area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  column-gap: 1%;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-body #recap-aree .area .campo {
  grid-column: span 1;
  width: auto;
  margin-right: 0;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-body #recap-aree .area .campo.w2 {
  grid-column: span 2;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-body #recap-aree .area .campo ul {
  margin-bottom: 0;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-body #recap-aree .area#area-commesse {
  grid-template-columns: 1fr;
}
html body #ajax-content-wrap .fornitore-form .brief-recap .brief-body #recap-aree .area#area-commesse p {
  line-height: 1.6;
}
html body #ajax-content-wrap .area-ricerca .dashboard-ricerca {
  /*max-width: 1245px;*/
  margin-left: auto;
  margin-right: auto;
}
html body #ajax-content-wrap .area-ricerca .dashboard-ricerca label.swipe input:checked ~ .on-off {
  background-image: url(./../img/switch-on-2-svgrepo-com.svg);
}
html body #ajax-content-wrap .area-ricerca .risultati-ricerca .row .col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1450px) {
  html body #ajax-content-wrap .area-ricerca .risultati-ricerca .row .col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
html body #ajax-content-wrap .area-ricerca .ricerche a:hover {
  background-color: #0035ff;
}
html body #ajax-content-wrap form label span i, html body #ajax-content-wrap .form label span i {
  color: #0035ff;
}
html body #ajax-content-wrap form .radio-list .radio-ico, html body #ajax-content-wrap .form .radio-list .radio-ico {
  width: 14.2857142857%;
}
html body #ajax-content-wrap form .radio-list .radio-ico .ico-type p, html body #ajax-content-wrap .form .radio-list .radio-ico .ico-type p {
  font-weight: 500;
}
html body #ajax-content-wrap form .radio-list .radio-ico:hover .ico-type:before, html body #ajax-content-wrap .form .radio-list .radio-ico:hover .ico-type:before {
  border-color: #0035ff;
}
html body #ajax-content-wrap form .radio-list input[type=radio]:checked + .ico-type:before, html body #ajax-content-wrap .form .radio-list input[type=radio]:checked + .ico-type:before {
  border-color: #0035ff;
}
html body #ajax-content-wrap form .radio-list input[type=radio].error + .ico-type:before, html body #ajax-content-wrap .form .radio-list input[type=radio].error + .ico-type:before {
  border-color: #0035ff;
}
html body #ajax-content-wrap form .radio-list.aziende-list .radio-ico, html body #ajax-content-wrap .form .radio-list.aziende-list .radio-ico {
  padding: 6px;
  width: 14.2857142857%;
}
html body #ajax-content-wrap form .radio-list.aziende-list .radio-ico .ico-type:before, html body #ajax-content-wrap .form .radio-list.aziende-list .radio-ico .ico-type:before {
  padding-bottom: calc(60% - 4px);
}
html body #ajax-content-wrap form .radio-list.aziende-list .radio-ico .ico-type .icon, html body #ajax-content-wrap .form .radio-list.aziende-list .radio-ico .ico-type .icon {
  display: none;
}
html body #ajax-content-wrap form .radio-list.aziende-list .radio-ico .ico-type p, html body #ajax-content-wrap .form .radio-list.aziende-list .radio-ico .ico-type p {
  font-weight: 700;
  text-transform: uppercase;
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.4;
}
html body #ajax-content-wrap form .radio-list.aziende-list input[type=checkbox], html body #ajax-content-wrap .form .radio-list.aziende-list input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
html body #ajax-content-wrap form .radio-list.aziende-list input[type=checkbox]:checked + .ico-type:before, html body #ajax-content-wrap .form .radio-list.aziende-list input[type=checkbox]:checked + .ico-type:before {
  border-color: #0035ff;
}
html body #ajax-content-wrap form .radio-list.aziende-list input[type=checkbox]:checked + .ico-type .icon, html body #ajax-content-wrap .form .radio-list.aziende-list input[type=checkbox]:checked + .ico-type .icon {
  opacity: 1;
}
html body #ajax-content-wrap form .radio-list.aziende-list input[type=checkbox]:checked + .ico-type p, html body #ajax-content-wrap .form .radio-list.aziende-list input[type=checkbox]:checked + .ico-type p {
  opacity: 1;
}
html body #ajax-content-wrap form .radio-list.aziende-list input[type=checkbox].error + .ico-type:before, html body #ajax-content-wrap .form .radio-list.aziende-list input[type=checkbox].error + .ico-type:before {
  border-color: #0035ff;
}
html body .area-filtri .riga-selezione {
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
html body .area-filtri .riga-selezione .nectar-button {
  padding: 8px 25px;
}
html body .area-filtri .riga-selezione .nectar-button.deseleziona-tutti {
  color: #000000;
  border: none;
  background-color: #5c5c5c !important;
}
html body .area-filtri .riga-selezione label span {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
}
html body .area-filtri input[type=text] {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 5px;
}
html body .area-filtri select {
  font-size: 0.75rem;
  padding: 5px;
  width: 100%;
}
html body .brief-recap .brief-top .aziende {
  position: relative;
  margin: 10px 0 5px;
}
html body .brief-recap .brief-top .aziende .azienda {
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 12px;
  border: solid 2px #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  cursor: default;
  margin-right: 5px;
}
html body .brief-recap .brief-top .aziende .azienda.first {
  background-color: #ffffff;
  color: #000000;
}
html body .brief-recap .brief-body .aree-titles {
  text-align: left;
  font-size: 0;
}
html body .brief-recap .brief-body .aree-titles p {
  margin-left: 0;
}
html body .brief-recap .brief-body .aree-titles a:hover {
  color: #0035ff;
}
html body .brief-recap .brief-body #recap-aree {
  border-top-left-radius: 0;
}
html body .brief-recap .brief-body .panel-skin .area a.link {
  color: #0035ff;
  text-decoration: none;
}
html body .brief-recap .brief-body .panel-skin .area a.link:hover {
  text-decoration: underline;
}
html body .brief-recap .brief-body.report .panels .panel p.with-percentage span {
  color: #0035ff;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll {
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table {
  border-collapse: collapse;
  table-layout: unset;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table .sticky-col {
  position: sticky;
  left: -1px;
  z-index: 2;
  white-space: nowrap;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table thead th {
  white-space: nowrap;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table thead th.sticky-col {
  z-index: 3;
  background-color: #E2E2E2;
  padding-right: 10px;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table tbody tr td p {
  white-space: nowrap;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table tbody tr td.sticky-col {
  background-color: #ECECEC;
  padding-right: 10px;
}
html body .brief-recap .brief-body.report .panels .panel .table-area.horizontal-scroll table tbody tr:last-child td {
  padding-bottom: 10px;
}
html body .brief-recap .brief-body.program table.suppliers tbody tr.level-2 td:first-child {
  padding-left: 24px !important;
}
html body .brief-recap .brief-body.program table.suppliers tbody tr.level-2 td p {
  font-size: 0.8125rem;
}
html body .brief-recap .brief-body.program table.suppliers tbody tr.level-3 {
  background-color: rgba(248, 248, 248, 0.25) !important;
}
html body .brief-recap .brief-body.program table.suppliers tbody tr.level-3 td:first-child {
  padding-left: 48px !important;
}
html body .brief-recap .brief-body.program table.suppliers tbody tr.level-3 td p {
  font-size: 0.8125rem;
}
html body .brief-recap .brief-body.program table.suppliers tbody tr p.no-data {
  text-align: left !important;
}
html body .budget-zone .table .tr .td .btn-inner {
  display: block;
  border-radius: 4px;
  background-color: #017EF3;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-image: url(../img/plus.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
html body .budget-zone .table .tr .td .btn-inner.modify {
  background-image: url(../img/pencil-svgrepo-com-w.svg);
}
html body .budget-zone .table .tr .td .btn-inner.remove {
  background-image: url(../img/x-white.svg);
}
html body .budget-zone .table .tr .td .d-flex {
  justify-content: space-between;
  align-items: center;
}
html body .budget-zone .table .tr .td .d-flex p {
  padding: 0 5px;
}
html body .budget-zone .table .tr .td .d-flex p.empty {
  font-weight: 400;
}
html body .budget-zone .table .tr .td p.nome-fornitore {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 26px);
  max-width: 120px;
  text-align: left;
}
html body .jquery-modal .modal#modal-risorse-brief, html body .jquery-modal .modal#modal-fornitori {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
html body .jquery-modal .modal#modal-risorse-brief .area-risultati .aziende, html body .jquery-modal .modal#modal-fornitori .area-risultati .aziende {
  position: relative;
  display: inline-block;
  width: 10%;
}
html body .jquery-modal .modal#modal-risorse-brief .area-risultati .aziende .azienda, html body .jquery-modal .modal#modal-fornitori .area-risultati .aziende .azienda {
  margin: 0;
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  cursor: default;
}
html body .jquery-modal .modal#modal-risorse-brief .area-risultati .aziende .azienda:not(:first-child), html body .jquery-modal .modal#modal-fornitori .area-risultati .aziende .azienda:not(:first-child) {
  margin-left: -8px;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-scroll, html body .jquery-modal .modal#modal-fornitori .team-elenco-scroll {
  max-height: 58vh;
  min-height: 58vh;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-scroll .team-elenco, html body .jquery-modal .modal#modal-fornitori .team-elenco-scroll .team-elenco {
  margin-bottom: 4px;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-scroll .team-elenco label input, html body .jquery-modal .modal#modal-fornitori .team-elenco-scroll .team-elenco label input {
  margin-right: 10px;
  vertical-align: middle;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-scroll .team-elenco:last-child, html body .jquery-modal .modal#modal-fornitori .team-elenco-scroll .team-elenco:last-child {
  margin-bottom: 0;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-suppliers-scroll, html body .jquery-modal .modal#modal-fornitori .team-elenco-suppliers-scroll {
  overflow-y: auto;
  display: block;
  max-height: 58vh;
  min-height: 58vh;
  border-radius: 4px;
  background-color: #ECECEC;
  padding: 5px;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-suppliers-scroll .team-elenco, html body .jquery-modal .modal#modal-fornitori .team-elenco-suppliers-scroll .team-elenco {
  margin-bottom: 4px;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-suppliers-scroll .team-elenco label input, html body .jquery-modal .modal#modal-fornitori .team-elenco-suppliers-scroll .team-elenco label input {
  margin-right: 10px;
  vertical-align: middle;
}
html body .jquery-modal .modal#modal-risorse-brief .team-elenco-suppliers-scroll .team-elenco label span, html body .jquery-modal .modal#modal-fornitori .team-elenco-suppliers-scroll .team-elenco label span {
  font-weight: 400;
  display: inline-block;
}
html body .jquery-modal .modal#modal-nuovo-cliente, html body .jquery-modal .modal#modal-modifica-cliente {
  max-width: 600px;
}
html body .jquery-modal .modal#modal-nuovo-cliente .elenco-aziende, html body .jquery-modal .modal#modal-modifica-cliente .elenco-aziende {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: left;
}
html body .jquery-modal .modal#modal-nuovo-cliente .elenco-aziende label input.error, html body .jquery-modal .modal#modal-modifica-cliente .elenco-aziende label input.error {
  box-shadow: 0 0 4px #FF5100;
}
html body .jquery-modal .modal#modal-nuovo-cliente .elenco-aziende label span, html body .jquery-modal .modal#modal-modifica-cliente .elenco-aziende label span {
  color: #000000;
}
html body .jquery-modal .modal#modal-fornitori {
  max-width: 820px;
  height: auto;
  width: 100%;
}
html body .jquery-modal .modal#modal-fornitori label {
  display: block;
}
html body .jquery-modal .modal#modal-fornitori label span {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 10px;
  margin: 0;
  display: block;
  font-weight: 700;
}
html body .jquery-modal .modal#modal-fornitori label select {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 100%;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .aziende {
  width: 16%;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .d-flex {
  justify-content: space-between;
  align-items: center;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .d-flex .flex-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .d-flex .flex-inner span:first-of-type {
  margin-right: auto;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .nectar-button {
  margin: 8px 0;
  padding: 4px 8px;
  color: #ffffff;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .nectar-button span {
  margin: 0;
  color: #ffffff;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .singolo-risultato:hover {
  background-color: #E2E2E2;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .singolo-risultato.attivo {
  background-color: #017EF3;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .singolo-risultato.attivo label span {
  color: #ffffff;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .singolo-risultato.attivo .nectar-button {
  color: #000000;
  background-color: #ECECEC !important;
}
html body .jquery-modal .modal#modal-fornitori .area-risultati .singolo-risultato.attivo .nectar-button span {
  color: #000000;
}
html body.developing:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #FF5100;
}
html body.developing:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #FF5100;
}
html body.developing #header-outer header#top #logo:after {
  font-size: 16px;
  height: 18px;
  width: 38%;
  transform-origin: 280% 100%;
}

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