 
@media (max-width: 720px) {
  .hide-phone {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}
.clearfix {
  clear: both;
}

#erp *, #erp *:before, #erp *:after {
  /** initial setup **/
  box-sizing: content-box ;
  position: relative;
}
#erp .testo_domanda {
  text-align: center;
  height: 25px;
  font-size: 20px;
  color: #555;
  /* @mainColor; */
}
@media (max-width: 720px) {
  #erp .testo_domanda {
    height: 40px;
  }
}
@media print {
  #erp .logo {
    height: 52px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
  #erp .toolbar,
  #erp .navigator {
    display: none;
  }
}
#erp .immergas_title {
  display: none;
}
@media (min-width: 960px) {
  #erp .immergas_title {
    display: block;
  }
}
@media (max-width: 960px) {
  #erp .erpcontainer {
    min-height: 400px;
    overflow: scroll;
    padding-bottom: 10px;
    border-bottom: 10px solid #dddddd;
    /* rgb(204, 204, 204); */
  }
  #erp .erpcontainer::-webkit-scrollbar {
    width: 0 !important;
  }
}
#erp .description {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
  background-color: #fff;
}
@media (min-width: 960px) {
  #erp .description {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
#erp .toolbar + .description {
  margin-top: 20px;
}
@media (max-width: 960px) {
  #erp .logo + .immergas_title + .description {
    margin-top: 62px;
  }
}
#erp .triangle {
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #dddddd transparent;
  width: 0;
  height: 0;
  margin-left: calc(50% - 15px);
}
#erp .content {
  background-color: #dddddd;
  padding-top: 20px;
}
@media (min-width: 960px) {
  #erp .content {
    background-color: #F3F3F4;
  }
}
#erp .domande {
  padding-bottom: 100px;
  position: relative;
}
#erp .domande.a_potenza {
  display: none;
}
#erp .domande .domanda {
  display: none;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  min-height: 250px;
  margin-left: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  /* background-color: #ccc; */
  transform-origin: 0 0;
}
#erp .domande .domanda .notes {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  color: #888;
}
@media (min-width: 720px) and (max-width: 960px) {
  #erp .domande .domanda .notes {
    color: #5F5F5F;
  }
}
@media (max-width: 720px) {
  #erp .domande .domanda .notes {
    color: #5F5F5F;
  }
}
#erp .domande .domanda select {
  width: 100%;
}
#erp .domande .domanda:first-child {
  display: block;
  margin-left: 0;
}
#erp .domande .domanda .label {
  display: block;
  border-radius: 3px;
  height: 50px;
  position: relative;
  font-size: 18px;
  color: #9B9B9B;
  background: #eeeeee;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #ffffff 35%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #ffffff 35%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #ffffff 35%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ffffff 35%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 35%, #e8e8e8 100%);
  -moz-box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -3px 3px 0px rgba(0, 0, 0, 0.4), inset 2px 2px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -3px 3px 0px rgba(0, 0, 0, 0.4), inset 2px 2px 0px 0px rgba(255, 255, 255, 0.8);
  /* Lorem Ipsum: */
}
#erp .domande .domanda .label:first-of-type {
  margin-top: 10px;
}
#erp .domande .domanda .label label {
  display: table;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  position: absolute;
}
#erp .domande .domanda .label label:before {
  content: "";
  box-sizing: border-box;
  width: 60px;
  height: 30px;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: block;
  float: left;
  opacity: 0.3;
}
#erp .domande .domanda .label label p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  width: 100%;
  color: #9B9B9B;
  line-height: 25px;
}
#erp .domande .domanda .label input {
  display: none;
}
#erp .domande .domanda .label input:checked + label {
  color: #5C5B5B;
}
#erp .domande .domanda .label input:checked + label p {
  color: #5C5B5B;
}
#erp .domande .domanda .label input:checked + label:before {
  opacity: 1.0;
}
#erp .domande .domanda .label.label-with-input {
  /*
          label{
            height: 100px;
          }*/
}
#erp .domande .domanda .label.label-with-input input[type="text"] {
  display: inline;
  width: 50px;
}
#erp .domande .domanda[data-id='20'] .label label p {
  margin-top: -30px;
  font-size: 14px;
}
#erp .domande .domanda.info label {
  line-height: 280px;
}
#erp .domande .domanda.info label:before {
  display: none !important;
}
@media (max-width: 960px) {
  #erp .domande .domanda.info label {
    line-height: initial;
  }
}
#erp .domande .clearfix {
  clear: both;
}
#erp .results {
  display: none;
  margin-bottom: 10px;
  border-spacing: 0;
  width: 100%;
}
#erp .results .header {
  border: 0;
  background-color: #95c11f;
}
#erp .results .header div {
  border: 0;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
#erp .results .header:after {
  content: "";
  display: block;
  clear: both;
}
#erp .results .data {
  min-height: 300px;
  border: none !important;
  border-right: none !important;
  font-size: 20px;
}
#erp .results .data #donwload-pdfs {
  width: 306px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#erp .results .data .lista_scelte {
  text-align: left;
  /*margin-right: 35%;*/
  line-height: 25px;
  /*float:left;*/
  width: 306px;
}
#erp .results .data .lista_scelte p {
  padding-left: 15px;
  text-indent: -15px;
}
#erp .results .data .lista_scelte .fakeul {
  font-size: 25px;
}
#erp .results .label-preview {
  width: 212px;
  height: 275px;
  border: none;
  position: absolute;
  right: 55%;
  display: block;
}
#erp .navigator {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
}
@media (min-width: 960px) {
  #erp .navigator {
    position: absolute;
    margin-top: 160px;
    height: 120px;
    background-color: #e4e4e5;
    width: 80%;
    left: 10%;
    display: block;
  }
}
#erp .navigator .pages {
  margin: 0 50px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #95c11f;
  font-size: 18px;
  visibility: hidden;
}
@media print {
  #erp .navigator .bttn {
    display: none;
  }
}
#erp .navigator .bttn.print {
  border-radius: 8px;
  padding: 0;
  display: block;
  background-size: contain;
  cursor: pointer;
  cursor: hand;
  float: right;
  border: 2px solid;
  box-shadow: none;
  width: 90px;
  height: 35px;
  line-height: 35px;
  top: -10px;
  color: #FFFFFF;
  border-color: #b0de35;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: #95c11f;
  text-decoration: none;
  margin-right: 5px;
  display: none;
}
#erp .results {
  display: none;
  margin-bottom: 10px;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 720px) {
  #erp .results {
    margin-bottom: 0;
  }
}
#erp .results .header {
  border: 0;
  background-color: #95c11f;
}
#erp .results .header div {
  border: 0;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
#erp .results .header:after {
  content: "";
  display: block;
  clear: both;
}
#erp .results form {
  display: inline-block;
  text-align: center;
}
#erp .results input[type='submit'] {
  margin: 0 auto;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  top: -10px;
  color: #FFFFFF;
  border-color: #e4e4e5;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: #C5C5C5;
  border-radius: 8px;
  padding: 0 5px;
}
#erp .bttn {
  width: 40px;
  height: 40px;
  background-size: contain;
  cursor: pointer;
  cursor: hand;
}
@media (min-width: 960px) {
  #erp .bttn {
    width: 80px;
    height: 80px;
    background-color: lightgray;
    border-radius: 80px;
    border: 20px solid;
    border-color: #e4e4e5;
    box-shadow: none;
  }
}
@media print {
  #erp .bttn {
    display: none;
  }
}
#erp .bttn.prev {
  float: left;
  background-image: url('/apps/erp_label/img/prev.png');
  margin-left: 10px;
  display: block;
}
@media (min-width: 960px) {
  #erp .bttn.prev {
    background-image: url('/apps/erp_label/img/prev.png');
    margin-left: -60px;
    float: none;
    position: absolute;
  }
}
#erp .bttn.next {
  float: right;
  background-image: url('/apps/erp_label/img/next.png');
  margin-right: 10px;
  display: block;
}
@media (min-width: 960px) {
  #erp .bttn.next {
    background-image: url('/apps/erp_label/img/next.png');
    margin-right: -60px;
    float: none;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 960px) {
  #erp .products {
    box-sizing: border-box;
    margin: 0 5px;
  }
  #erp .products .product-table {
    font-size: 10px;
    width: 100%;
    border: 1px solid #95c11f;
    background-color: #95c11f;
    border-collapse: collapse;
  }
  #erp .products .product-table .product:nth-child(even) {
    background-color: #E4E4E4 !important;
    -webkit-print-color-adjust: exact;
  }
  #erp .products .product-table .product:nth-child(odd) {
    background-color: #F3F3F4 !important;
    -webkit-print-color-adjust: exact;
  }
  #erp .products .product-table .product-headers,
  #erp .products .product-table .product-totals {
    background-color: #95c11f !important;
    color: #fff;
  }
  #erp .products .product-table .product-headers,
  #erp .products .product-table .product,
  #erp .products .product-table .product-totals {
    display: table-row !important;
  }
  #erp .products .product-table .product-headers div,
  #erp .products .product-table .product div,
  #erp .products .product-table .product-totals div,
  #erp .products .product-table .product-headers td,
  #erp .products .product-table .product td,
  #erp .products .product-table .product-totals td,
  #erp .products .product-table .product-headers th,
  #erp .products .product-table .product th,
  #erp .products .product-table .product-totals th {
    font-size: 10px;
    line-height: 11px;
    width: auto;
    height: auto;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
  }
  #erp .products .product-table .product-headers .description,
  #erp .products .product-table .product .description,
  #erp .products .product-table .product-totals .description {
    width: auto;
    text-align: left;
    background-color: transparent;
    padding-left: 5px;
  }
  #erp .products .product-table .product-headers .codice,
  #erp .products .product-table .product .codice,
  #erp .products .product-table .product-totals .codice {
    width: 90px;
    padding: 4px 0;
    text-align: center;
  }
  #erp .products .product-table .product-headers .qta,
  #erp .products .product-table .product .qta,
  #erp .products .product-table .product-totals .qta {
    width: 35px;
    text-align: center;
  }
  #erp .products .product-table .product-headers .total,
  #erp .products .product-table .product .total,
  #erp .products .product-table .product-totals .total {
    width: 80px !important;
    box-sizing: border-box;
    padding: 4px 5px;
    text-align: right;
  }
  #erp .products .product-table .product-headers .total:before,
  #erp .products .product-table .product .total:before,
  #erp .products .product-table .product-totals .total:before {
    content: "€";
    float: left;
    margin-left: 4px;
  }
  #erp .products .product-table .product-headers div:first-of-type,
  #erp .products .product-table .product-totals div:first-of-type {
    padding-left: 5px;
    text-align: left;
  }
  #erp .products .product-table .product-headers div:last-of-type,
  #erp .products .product-table .product-totals div:last-of-type {
    text-align: right;
    padding-right: 5px;
  }
  #erp .products .product-table .product-headers div:last-of-type:before,
  #erp .products .product-table .product-totals div:last-of-type:before {
    content: "€";
    float: left;
    margin-left: 2px;
    width: 78px;
  }
  #erp .products .product-table .product-headers > div:last-of-type:before {
    content: " ";
  }
  #erp .notes {
    font-size: 10px;
    padding: 5px;
  }
  #erp .notes a {
    color: #95c11f;
  }
}
#erp .bttn.reset {
  margin: 0 auto;
  width: 90px;
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  top: -10px;
  color: #FFFFFF;
  border-color: #e4e4e5;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: #C5C5C5;
  border-radius: 8px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  #erp .bttn.reset {
    background-color: #acacac;
  }
}
@media (min-width: 960px) {
  #erp * {
    padding: 0;
  }
  #erp .logo,
  #erp .toolbar {
    display: none;
  }
  #erp .erpcontainer {
    margin: 0;
    width: 100%;
  }
  #erp .content {
    padding-bottom: 80px;
    min-height: 450px;
  }
  #erp .background {
    width: 60%;
    height: 280px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 65px;
    border: 20px solid;
    border-color: #e4e4e5;
    background-color: #e4e4e5;
    border-radius: 60px;
  }
  #erp ul.pages {
    display: block;
    visibility: hidden;
    counter-reset: step;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: justify;
    margin-bottom: 40px;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    z-index: 0;
  }
  #erp ul.pages:after {
    content: '';
    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
  }
  #erp ul.pages li.bar {
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    z-index: -1;
    padding: 0 22px;
    box-sizing: border-box;
    background-image: url(data:image/gif;base64,R0lGODdhAQABAIAAAOTk5Xj/fywAAAAAAQABAAACAkQBADs=);
    background-size: calc(100% - 50px);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
  }
  #erp ul.pages li.bar .fill {
    height: 20px;
    background: #84c453;
    width: 0%;
  }
  #erp ul.pages li.page {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: -12px;
    z-index: 1;
    position: relative;
    vertical-align: top;
    top: 20px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #erp ul.pages li.page:before {
    font-size: 18px;
    color: #9B9B9B;
    border-radius: 40px;
    background-color: #e4e4e5;
    content: counter(step);
    counter-increment: step;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    position: absolute;
  }
  #erp ul.pages li.page.active {
    background-color: #84c453;
    height: 60px;
    border-radius: 40px;
    margin-top: -20px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  #erp ul.pages li.page.active:before {
    visibility: hidden;
  }
  #erp .domande {
    height: 280px;
    background-color: transparent;
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
  }
  #erp .domande .domanda {
    text-align: center;
    color: #84c453;
    font-size: 20px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  #erp .domande .domanda .product-list {
    width: 50%;
    height: 270px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  #erp .domande .domanda .product-list .label {
    display: block;
    border-radius: 3px;
    height: 50px;
    width: calc(100% - 15px);
    margin-top: 10px ;
  }
  #erp .domande .domanda .product-list .label:first-of-type {
    margin-top: 0;
  }
  #erp .domande .domanda .product-list .label label {
    height: 50px;
    width: 100%;
  }
  #erp .domande .domanda .product-list .label label:before {
    margin: 7px;
    margin-top: 10px;
    width: 50px;
    height: 30px;
    float: left;
  }
  #erp .domande .domanda .product-list .label label p {
    padding: 0;
    margin-left: 10px;
    display: table-cell;
    text-align: left;
  }
  #erp .domande .domanda .preview {
    float: right;
    width: 50%;
    height: 100%;
    margin-top: 20px;
    display: block;
  }
  #erp .domande .domanda .preview .image {
    max-height: 220px;
  }
  #erp .domande .domanda .preview .abstract {
    height: 50px;
    font-size: 14px;
    margin-top: 15px;
    padding: 0 10px;
    color: #5F5F5F;
  }
  #erp .domande .domanda .preview .abstract .product-note {
    font-size: 12px;
    margin-top: 5px;
    display: block;
  }
  #erp .domande .domanda > .label:first-of-type {
    margin-top: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  #erp .domande .domanda > .label:last-of-type {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  #erp .domande .domanda .label {
    float: left;
    text-align: left;
    margin-top: 20px ;
    width: 50%;
    height: 280px;
    border-radius: 0;
  }
  #erp .domande .domanda .label label {
    height: 100%;
    font-size: 15px;
  }
  #erp .domande .domanda .label label:before {
    float: none;
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 200px;
    height: 200px;
  }
  #erp .domande .domanda .label label p {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    display: inline-block;
    padding: 0 20px;
    white-space: normal;
  }
  #erp .domande .domanda .label.first {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: 0;
  }
  #erp .domande .domanda .label.last {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-left: 0;
  }
  @page {
    size: landscape;
  }
  #erp body > .results > .products {
    margin: 0 20px;
  }
  #erp body > .results > .notes {
    margin: 0 20px;
  }
  #erp .header {
    height: 100px;
    width: 100%;
    position: relative;
  }
  #erp .header img {
    max-height: 100px;
    max-width: 250px;
    vertical-align: middle;
    position: absolute;
  }
  #erp .header img.caius {
    right: 0;
    top: 0;
  }
  #erp .header img.immergas {
    left: 0;
    top: 25px;
  }
  #erp .results {
    position: relative;
  }
  #erp .results .bttn.prev {
    position: absolute;
    margin: 0;
    left: 80px;
    width: 50px;
    height: 50px;
    border-width: 10px;
    top: -10px;
  }
  #erp .results .bttn.print {
    position: absolute;
    margin: 0;
    right: 80px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-width: 1px;
    top: -10px;
    color: #FFFFFF;
    border-color: #9fd179;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #84c453;
    border-radius: 8px;
  }
  #erp .results .header {
    display: none;
  }
  #erp .results .notes {
    font-size: 12px;
    font-style: italic;
    width: auto;
    margin: 20px 80px;
  }
  #erp .results .data {
    width: 50%;
    margin-left: 50%;
    margin-top: 40px;
    text-align: left;
  }
  #erp .results .data:after {
    content: "";
    display: block;
    clear: both;
  }
  #erp .results .data .product-table {
    display: table;
    width: 45%;
    float: left;
    border: 1px solid #84c453;
    background-color: #84c453;
    margin-bottom: 20px;
  }
  #erp .results .data .product-table:nth-child(even) {
    float: right;
    clear: right;
  }
  #erp .results .data .product-table .product,
  #erp .results .data .product-table .product-totals,
  #erp .results .data .product-table .product-headers {
    display: table-row;
    box-sizing: border-box;
    padding: 0;
  }
  #erp .results .data .product-table .product div,
  #erp .results .data .product-table .product-totals div,
  #erp .results .data .product-table .product-headers div {
    display: table-cell;
    box-sizing: border-box;
    float: none;
    width: auto;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    padding: 4px 5px;
    height: auto;
  }
  #erp .results .data .product-table .product .qta,
  #erp .results .data .product-table .product-totals .qta,
  #erp .results .data .product-table .product-headers .qta {
    min-width: 20px;
    text-align: center;
    width: 5%;
  }
  #erp .results .data .product-table .product .description,
  #erp .results .data .product-table .product-totals .description,
  #erp .results .data .product-table .product-headers .description {
    background-color: inherit;
  }
  #erp .results .data .product-table .product .codice,
  #erp .results .data .product-table .product-totals .codice,
  #erp .results .data .product-table .product-headers .codice {
    min-width: 130px;
    text-align: center;
    width: 10%;
  }
  #erp .results .data .product-table .product .total,
  #erp .results .data .product-table .product-totals .total,
  #erp .results .data .product-table .product-headers .total {
    text-align: right;
    min-width: 120px;
    width: 10%;
  }
  #erp .results .data .product-table .product .total:before,
  #erp .results .data .product-table .product-totals .total:before,
  #erp .results .data .product-table .product-headers .total:before {
    content: "€ ";
    float: left;
  }
  #erp .results .data .product-table .product:nth-child(even) {
    background-color: #E4E4E4 !important;
    -webkit-print-color-adjust: exact;
  }
  #erp .results .data .product-table .product:nth-child(odd) {
    background-color: #F3F3F4 !important;
    -webkit-print-color-adjust: exact;
  }
  #erp .results .data .product-table .product-totals,
  #erp .results .data .product-table .product-headers {
    background-color: #84c453 !important;
    -webkit-print-color-adjust: exact;
    color: #FFFFFF;
  }
  #erp .results .data .product-table .product-totals div,
  #erp .results .data .product-table .product-headers div {
    font-size: 15px;
  }
  #erp .results .data .product-table .product-totals div:nth-child(2),
  #erp .results .data .product-table .product-headers div:nth-child(2) {
    text-align: center;
    min-width: 130px;
  }
  #erp .results .data .product-table .product-headers div:last-of-type {
    text-align: right;
  }
  #erp .results .box-red-small {
    margin-top: 50px;
  }
  #erp .results .box-red-small .box-title {
    margin-left: 30px;
  }
  #erp .results .box-red-small .box-button-white {
    width: 30%;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #erp .domande .domanda .product-list {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 960px) and  (max-width: 960px) {
  #erp .domande .domanda .product-list {
    position: initial;
    height: auto;
    overflow: auto;
  }
}
@media only screen and (min-width: 960px) and  (max-width: 720px) {
  #erp .results .notes {
    margin: 10px 5px;
  }
}
@media only screen and (min-width: 960px) and  (max-width: 720px) {
  #erp .results .data {
    margin: 0;
  }
}
@media only screen and  (min-width: 960px) and (max-width: 960px) {
  #erp .results .data .product-table {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and  (max-width: 720px) {
  #erp .results .data .product-table .product .codice,
  #erp .results .data .product-table .product-totals .codice,
  #erp .results .data .product-table .product-headers .codice {
    min-width: 100px;
  }
}
@media only screen and (min-width: 960px) and  (max-width: 720px) {
  #erp .results .data .product-table .product .total,
  #erp .results .data .product-table .product-totals .total,
  #erp .results .data .product-table .product-headers .total {
    width: 75px;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #erp .results .data .product-table .product .total,
  #erp .results .data .product-table .product-totals .total,
  #erp .results .data .product-table .product-headers .total {
    width: 75px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 960px) and  (max-width: 720px) {
  #erp .results .data .product-table .product-totals div:nth-child(2),
  #erp .results .data .product-table .product-headers div:nth-child(2) {
    min-width: 100px;
  }
}
#erp .product-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  #erp .product-list {
    margin-top: 10px;
    position: relative;
    height: auto;
    overflow: initial;
  }
}
#erp .product-list .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 960px) {
  #erp .product-list .nano-content {
    position: initial;
    overflow: initial;
  }
}
#erp .product-list .nano-content:focus {
  outline: thin dotted;
}
#erp .product-list .nano-content::-webkit-scrollbar {
  display: none;
}
#erp .product-list .has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
#erp .product-list .nano-pane {
  background: #d3d3d3;
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 720px) {
  #erp .product-list .nano-pane {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  #erp .product-list .nano-pane {
    display: none !important;
  }
}
#erp .product-list .nano-pane > .nano-slider {
  background: #95c11f;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#erp .product-list:hover > .nano-pane,
#erp .product-list .nano-pane.active,
#erp .product-list .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.lang-en_GB {
  display: none;
}
html[lang='en-GB'] .lang-it_IT {
  display: none;
}
html[lang='en-GB'] .lang-en_GB {
  display: block;
}
 
 @page {
  size: landscape;
}
body > .results > .products {
  margin: 0 20px;
}
body > .results > .notes {
  margin: 0 20px;
}
html[lang='it-IT'] .results:before {
  content: "Riepilogo";
  text-transform: uppercase;
  color: #84c453;
  font-size: 25px;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
html[lang='en-GB'] .results:before {
  content: "Summary";
  text-transform: uppercase;
  color: #84c453;
  font-size: 25px;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.header {
  height: 100px;
  width: 100%;
  position: relative;
}
.header img {
  max-height: 100px;
  max-width: 250px;
  vertical-align: middle;
  position: absolute;
}
.header img.caius {
  right: 0;
  top: 0;
}
.header img.immergas {
  left: 0;
  top: 25px;
}
.results {
  position: relative;
}
.results .bttn.prev {
  position: absolute;
  margin: 0;
  left: 80px;
  width: 50px;
  height: 50px;
  border-width: 10px;
  top: -10px;
}
.results .bttn.print {
  position: absolute;
  margin: 0;
  right: 80px;
  width: 80px;
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  top: -10px;
  color: #FFFFFF;
  border-color: #9fd179;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: #84c453;
  border-radius: 8px;
}
.results .header {
  display: none;
}
.results .notes {
  font-size: 12px;
  font-style: italic;
  width: auto;
  margin: 20px 80px;
}
@media only screen and (max-width: 720px) {
  .results .notes {
    margin: 10px 5px;
  }
}
.results .data {
  width: 50%;
  margin-left: 50%;
  margin-top: 40px;
  text-align: left;
}
@media only screen and (max-width: 720px) {
  .results .data {
    margin: 0;
  }
}
.results .data:after {
  content: "";
  display: block;
  clear: both;
}
.results .data .product-table {
  display: table;
  width: 45%;
  float: left;
  border: 1px solid #84c453;
  background-color: #84c453;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .results .data .product-table {
    width: 100%;
  }
}
.results .data .product-table:nth-child(even) {
  float: right;
  clear: right;
}
.results .data .product-table .product,
.results .data .product-table .product-totals,
.results .data .product-table .product-headers {
  display: table-row;
  box-sizing: border-box;
  padding: 0;
}
.results .data .product-table .product div,
.results .data .product-table .product-totals div,
.results .data .product-table .product-headers div {
  display: table-cell;
  box-sizing: border-box;
  float: none;
  width: auto;
  line-height: 18px;
  text-align: left;
  font-size: 14px;
  padding: 4px 5px;
  height: auto;
}
.results .data .product-table .product .qta,
.results .data .product-table .product-totals .qta,
.results .data .product-table .product-headers .qta {
  min-width: 20px;
  text-align: center;
  width: 5%;
}
.results .data .product-table .product .description,
.results .data .product-table .product-totals .description,
.results .data .product-table .product-headers .description {
  background-color: inherit;
}
.results .data .product-table .product .codice,
.results .data .product-table .product-totals .codice,
.results .data .product-table .product-headers .codice {
  min-width: 130px;
  text-align: center;
  width: 10%;
}
@media only screen and (max-width: 720px) {
  .results .data .product-table .product .codice,
  .results .data .product-table .product-totals .codice,
  .results .data .product-table .product-headers .codice {
    min-width: 100px;
  }
}
.results .data .product-table .product .total,
.results .data .product-table .product-totals .total,
.results .data .product-table .product-headers .total {
  text-align: right;
  min-width: 120px;
  width: 10%;
}
@media only screen and (max-width: 720px) {
  .results .data .product-table .product .total,
  .results .data .product-table .product-totals .total,
  .results .data .product-table .product-headers .total {
    width: 75px;
    box-sizing: border-box;
  }
}
@media (min-width: 720px) {
  .results .data .product-table .product .total,
  .results .data .product-table .product-totals .total,
  .results .data .product-table .product-headers .total {
    width: 75px;
    box-sizing: border-box;
  }
}
.results .data .product-table .product .total:before,
.results .data .product-table .product-totals .total:before,
.results .data .product-table .product-headers .total:before {
  content: "€ ";
  float: left;
}
.results .data .product-table .product:nth-child(even) {
  background-color: #E4E4E4 !important;
  -webkit-print-color-adjust: exact;
}
.results .data .product-table .product:nth-child(odd) {
  background-color: #F3F3F4 !important;
  -webkit-print-color-adjust: exact;
}
.results .data .product-table .product-totals,
.results .data .product-table .product-headers {
  background-color: #84c453 !important;
  -webkit-print-color-adjust: exact;
  color: #FFFFFF;
}
.results .data .product-table .product-totals div,
.results .data .product-table .product-headers div {
  font-size: 15px;
}
.results .data .product-table .product-totals div:nth-child(2),
.results .data .product-table .product-headers div:nth-child(2) {
  text-align: center;
  min-width: 130px;
}
@media only screen and (max-width: 720px) {
  .results .data .product-table .product-totals div:nth-child(2),
  .results .data .product-table .product-headers div:nth-child(2) {
    min-width: 100px;
  }
}
.results .data .product-table .product-headers div:last-of-type {
  text-align: right;
}
.results .box-red-small {
  margin-top: 50px;
}
.results .box-red-small .box-title {
  margin-left: 30px;
}
.results .box-red-small .box-button-white {
  width: 30%;
}
 #preventivo .domande .domanda .label label:before {
  background-image: url('/apps/erp_label/img/app_mobile/checkbox.png');
}
#preventivo .domande .domanda .label input:checked + label:before {
  background-image: url('/apps/erp_label/img/app_mobile/checkbox_check.png');
}
 
 
/* QUIX */
#erp .results .data {
	width: 100%;
    margin: 0;
    text-align: center;
}
#erp .results .data .lista_scelte {
	min-width: fit-content;
    max-width: 100%;
    margin: auto;
	padding: 10px;
	box-sizing: border-box;
}
#erp .results .label-preview {
	position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 960px) {
	#erp .content {
		padding: 0;
		box-sizing: border-box;
	}
	#erp .content .erpcontainer .domande .domanda {
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		box-sizing: border-box;
	}
	#erp .content .erpcontainer .domande .domanda .label,
	#erp .content .erpcontainer .domande .domanda:first-child .label {
		width: 100%!important;
	}
	#erp .content .erpcontainer .domande .domanda .has-scrollbar .label {
		margin-top: 0;
	}
	#erp .results {
		padding: 0;
	}
	#erp .results .products {
		margin: 0;
	}
	#erp .content .erpcontainer .domande .domanda .label {
		margin: 0!important;
		min-height: 50px;
		height: fit-content;
	}
	#erp .content .erpcontainer .domande .domanda .label label {
		position: relative;
	}
	#erp .content .erpcontainer .domande .domanda .label label p {
		white-space: normal!important;
		line-height: 18px;
	}
	#erp .content .navigator {
		padding-top: 15px;
	}
	#erp .bttn.next {
		right: 10px;
	}
	#erp .bttn.prev,
	#erp .bttn.next {
		border-radius: 60px;
	}
}
