@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 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 {
  margin-right: 5px;
}
html body #ajax-content-wrap {
  padding-top: 0;
  padding-left: 280px;
}
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 .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 .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 .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 .jquery-modal .modal#modal-risorse-brief .team-elenco-scroll {
  max-height: 58vh;
  min-height: 58vh;
}
html body .jquery-modal .modal#modal-risorse-brief .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 label span {
  font-weight: 400;
  display: inline-block;
}
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 #header-outer header#top #logo:after {
  font-size: 16px;
  height: 18px;
  width: 38%;
  transform-origin: 280% 100%;
}

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