/* FIX SUB-HEADER DA IONIC 1.3.3 */

.bar-subheader2 {
  top: 44px;
  display: block;
  height: 44px;
  /*background-color: #fafafa;*/
}

/* stile card personalizzato per i form */
.formCard{
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding-top: 1px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  padding-bottom: 0 !important;
}

/* popup cambi commerciali */
.popupCambiCommerciali {
  width: 50%;
}

/* classi per immagine su post (card) */
#wrapper{
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#wrapper_img_azienda{
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#image{
  z-index: -100;
  min-height: 100%;
  min-width: 100%;
}

/* style del testo cercato */
.highlightedText {
  color: #F22613;
  font-weight: bold !important;
}

/* button block con immagine piu grande */
.button-icon-larger,
.button-icon-larger .icon:before{
  font-size: 35px !important;
}

/* Componente firma */
.signature {
  max-width: 100% !important;
}

canvas {
  /*width: 100% !important;*/
}

.signature canvas {
  border: 1px solid #999;
  margin: 0 auto;
  cursor: pointer;
}

/* Test campo di ricerca a cascata */
.optionList{
  position:absolute;
  width:100%;
  z-index:1000;
  /* height:200px;*/
}


/*
  Style per celle griglia b2b
*/

.cellaNormale {
  background-color: white;
  color: #000000;
}

.cellConflitti{
  background-color: #FF0000;
  color: white;
}

.phoneConflitti {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
}

/* gestione upload */

.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }

/* Empty. Add your own CSS if you like */

.badge {
  width: 22px;
  height: 22px;
  position: relative;
  left: 15px !important;
  top: -20px !important;
  font-size: 9px;
}

/*
* wrapper style google data-table
*/
.google-visualization-table{
  width: 100% !important;
}

.google-visualization-table-table{
  width: 100% !important;
}

/*
* LOGIN
*/

.float-logo {
  opacity: 0.9;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  left: 0px;
  z-index: 1000;
}

/*
* Fix per tasto <Back con le traduzioni
*/
.bar .buttons-left span {
  margin-right: 5px;
  display: inline-block;
}

/*
* Gestione menù laterale sempre aperto
*/
@media (min-width: 1281px){
  .menu-content {
    -webkit-transform: translate3d(270px, 0px, 0px) !important;
    width: calc(100% - 270px) !important;
  }

  .bar-header button.ion-navicon {
    display: none;
  }
}

/*
* Animazione ng-show
*/
.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

/*
* Font per negozi
*/
@font-face {
  font-family: FontCassa;
  src: url(DS-DIGI.TTF);
}

/*
* Stile progress bar
*/
progress:not([value]) {
  /* Styling here */
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

/*
* Animazione SVG
*/

.DaLeggere {
  -webkit-animation: ring 8s 1s ease-in-out infinite alternate;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s 1s ease-in-out infinite alternate;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s 1s ease-in-out infinite alternate;
  transform-origin: 50% 4px;
}

.NoListItems {
  margin: 0px;
  color: #C3C3C3;
}

/*
input con style bottone
*/
.ImputLikeButton {
  border-color: #b2b2b2;
  border-width: 1px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  1% {
    -webkit-transform: rotateZ(3deg);
  }
  3% {
    -webkit-transform: rotateZ(-3deg);
  }
  5% {
    -webkit-transform: rotateZ(3deg);
  }
  7% {
    -webkit-transform: rotateZ(-3deg);
  }
  9% {
    -webkit-transform: rotateZ(3deg);
  }
  11% {
    -webkit-transform: rotateZ(-3deg);
  }
  13% {
    -webkit-transform: rotateZ(3deg);
  }
  15% {
    -webkit-transform: rotateZ(-3deg);
  }
  17% {
    -webkit-transform: rotateZ(3deg);
  }
  19% {
    -webkit-transform: rotateZ(-3deg);
  }
  21% {
    -webkit-transform: rotateZ(3deg);
  }
  23% {
    -webkit-transform: rotateZ(-3deg);
  }
  25% {
    -webkit-transform: rotateZ(3deg);
  }
  27% {
    -webkit-transform: rotateZ(-3deg);
  }
  29% {
    -webkit-transform: rotateZ(3deg);
  }
  31% {
    -webkit-transform: rotateZ(-3deg);
  }
  33% {
    -webkit-transform: rotateZ(3deg);
  }
  35% {
    -webkit-transform: rotateZ(-3deg);
  }
  37% {
    -webkit-transform: rotateZ(3deg);
  }
  39% {
    -webkit-transform: rotateZ(-3deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0deg);
  }
  1% {
    -moz-transform: rotate(3deg);
  }
  3% {
    -moz-transform: rotate(-3deg);
  }
  5% {
    -moz-transform: rotate(3deg);
  }
  7% {
    -moz-transform: rotate(-3deg);
  }
  9% {
    -moz-transform: rotate(3deg);
  }
  11% {
    -moz-transform: rotate(-3deg);
  }
  13% {
    -moz-transform: rotate(3deg);
  }
  15% {
    -moz-transform: rotate(-3deg);
  }
  17% {
    -moz-transform: rotate(3deg);
  }
  19% {
    -moz-transform: rotate(-3deg);
  }
  21% {
    -moz-transform: rotate(3deg);
  }
  23% {
    -moz-transform: rotate(-3deg);
  }
  25% {
    -moz-transform: rotate(3deg);
  }
  27% {
    -moz-transform: rotate(-3deg);
  }
  29% {
    -moz-transform: rotate(3deg);
  }
  31% {
    -moz-transform: rotate(-3deg);
  }
  33% {
    -moz-transform: rotate(3deg);
  }
  35% {
    -moz-transform: rotate(-3deg);
  }
  37% {
    -moz-transform: rotate(3deg);
  }
  39% {
    -moz-transform: rotate(-3deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(3deg);
  }
  3% {
    transform: rotate(-3deg);
  }
  5% {
    transform: rotate(3deg);
  }
  7% {
    transform: rotate(-3deg);
  }
  9% {
    transform: rotate(3deg);
  }
  11% {
    transform: rotate(-3deg);
  }
  13% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-3deg);
  }
  17% {
    transform: rotate(3deg);
  }
  19% {
    transform: rotate(-3deg);
  }
  21% {
    transform: rotate(3deg);
  }
  23% {
    transform: rotate(-3deg);
  }
  25% {
    transform: rotate(3deg);
  }
  27% {
    transform: rotate(-3deg);
  }
  29% {
    transform: rotate(3deg);
  }
  31% {
    transform: rotate(-3deg);
  }
  33% {
    transform: rotate(3deg);
  }
  35% {
    transform: rotate(-3deg);
  }
  37% {
    transform: rotate(3deg);
  }
  39% {
    transform: rotate(-3deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/***********************************************************/

/* TEST CATALOGO B2B*/

.col-100 {
  width: 100%;
  min-width: 100%;
}

.row-tile {
  flex-wrap: wrap;
}

.col-tile {
  /*box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);*/
}

.col-tile.clock.ng-enter-stagger {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.colorButton {
  /*border: 2px solid #FFFFFF;
  width: 30px;
  height: 30px;*/

  border-width: 2px;
  border-style: solid;
  border-color: #e9e9e9;
}

.colorButton:hover {
  border: 2px solid #c0c0c0;
}

.selectedButton {
  border: 2px solid #808080;
  /*width: 30px;
  height: 30px;*/
}

.liColorButton {
  height: 30px;
  width: 30px;
}

.tag {
  line-height: 30px;
}

.tag_li {
  border: 1px solid #FFFFFF;
  /*background-color: #FDF1F7;*/
  margin: 3px;
  height: 30px;
  /*width: 30px;*/
  min-width: 30px;
  text-align: center;

  border-width: 2px;
  border-style: solid;
  border-color: #e9e9e9;
}

.tag_liSel {
  border: 1px solid #808080;
  /*background-color: #FDF1F7;*/
  margin: 3px;
  height: 30px;
  /*width: 30px;*/
  min-width: 30px;
  text-align: center;
}

.tag li:hover {
  cursor: pointer;
  border: 1px solid #c0c0c0;
}

/*
.col.clock.ng-enter {
  transition: 0.25s linear all;
  transform: rotate(50deg);
  opacity: 0;
}
.col.clock.ng-enter.ng-enter-active {
  transform: rotate(0deg);
  opacity: 1;
}
*/
/* ************************ */

/* CLASSI PER SVG */

.my-svg-container {
  display: inline-block;
  position: relative;
  width: 50%;
  padding-bottom: 60%; /* depends on svg ratio, for my zebra height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */
  vertical-align: middle; /* top | middle | bottom ... do what you want */
}

.my-svg {
  /* svg into : object, img or inline */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* only required for <img /> */
}

/*******************************/
/*
.title-image {
  background-color: #000000;
  margin-top: 8px;
  height: 100px;
}
*/

.ion-email {
  float: right;
  font-size: 32px;
  vertical-align: middle;
}

.bar.item-input-inset .item-input-wrapper input {
  width: 100% !important;
}

/* Stile per bottone flottante per aggiunta nuovi record material design style */
.float-button {

  background-color: #0c60ee;
  opacity: 0.9;
  color: white;
  border-radius: 50%;
  /*border-radius:15% 0 0 0;*/
  width: 30px;
  padding: 25px;
  font-size: 40px;
  position: fixed;
  bottom: 40px; /* Adjust height */
  right: 40px; /* Adjust position */
  z-index: 1000;
}

.float-button .height_fix {
  margin-top: 100%;
  border: 1px solid #0c60ee;
}

.float-button .content {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  color: white;
}

/* Stile per bottone flottante per aggiunta nuovi record material design style */
.float-button-dark {

  background-color: #000000;
  opacity: 0.9;
  color: white;
  border-radius: 50%;
  /*border-radius:15% 0 0 0;*/
  width: 30px;
  padding: 25px;
  font-size: 40px;
  position: fixed;
  bottom: 40px; /* Adjust height */
  right: 40px; /* Adjust position */
  z-index: 1000;
}

.float-button-dark .height_fix {
  margin-top: 100%;
  border: 1px solid #000000;
}

.float-button-dark .content {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  color: white;
}

/* Stile per bottone flottante per aggiunta nuovi record material design style */
.float-button-footer {

  background-color: #0c60ee;
  opacity: 0.9;
  color: white;
  border-radius: 50%;
  /*border-radius:15% 0 0 0;*/
  width: 30px;
  padding: 25px;
  font-size: 40px;
  position: fixed;
  bottom: 80px; /* Adjust height */
  right: 40px; /* Adjust position */
  z-index: 1000;
}

.float-button-footer .height_fix {
  margin-top: 100%;
  border: 1px solid #0c60ee;
}

.float-button-footer .content {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  color: white;
}

.btnOrdine {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.btnOrdine:hover {
  text-decoration: none;
}

.selected {
  background-color: #b2b2b2;
  border: 1px solid #888888;
}

.item-complex .item-content,
.item-radio .item-content {
  position: relative;
  z-index: 2;
  padding: 16px 49px 16px 16px;
  border: none;
  background-color: transparent;
}

/* Tilelist */
.tilelist {
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}

.tilelistMag {
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

/* Tilelist Item*/
.tileb2btile {
  border-left: solid;
  border-right: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 60px;
  height: 80px;
}

.tileweb {
  border-left: solid;
  border-right: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  width: 40px;
  height: 40px;
}

.tilewebscrollgrid {
  border-left: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  width: 40px;
  height: 40px;
}

.tilewebinserimento {
  border-left: solid;
  border-right: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  width: 60px;
  height: 50px;
}

.tileb2b {
  border-left: solid;
  border-right: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 50px;
  height: 50px;
}

.tileMag {
  border-left: solid;
  border-right: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 60px;
}

.tileFood {
  border-left: none;
  border-right: none;
  border-color: #FFFFFF;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
  width: 50px;
  height: 40px;
}

/* Tilelist Item*/
.tileRistorante {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
  height: 50%;
}

.tile {
  border-left: solid;
  border-right: solid;
  border-color: #999999;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 60px;
  height: 80px;
}

/* classe per il content */
.paddingContent {
  padding-left: 2px;
  padding-right: 2px;
}

/* Stile del div dello spinner di loading */
.spinnerFixed {
  position: fixed !important;
  margin: 100px auto;
}

.spinner svg {
  width: 20%;
  max-width: 100px;
  height: 20%;
  max-height: 100px;
  /*stroke: #444;
  fill: #444;*/
}

/* Stili per togliere il padding */
.noPadding {
  padding: 5px 0px 5px 0px !important;
}

.noPaddingCell {
  padding: 0px 5px 0px 5px !important;
}

.noPaddingAll {
  padding: 0px 0px 0px 0px !important;
}

.noPaddingFlex {
  padding: 0px 0px 16px 0px !important;
}

.input-label {
  /* width: 250px;  !important; */
  font-size: 14px;
}

.input-value {
  font-size: 18px;
}

.item-input.item-floating-label {
  padding-left: 0;
}

.col {
  margin-bottom: 0;
}

/* Stile per centrare i componenti nei container */
.center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
 * MAPS
 */
map {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll {
  height: 100%;
}

.tab-content {
  margin-top: 85px !important;
}

.bar {
  border: 0px !important;
  border-bottom-color: transparent !important;
  background-image: none !important;
  border-bottom: none !important;
}

.radio-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
}

.radio-input {
  display: inline-block;
  vertical-align: middle;
}

.item-radio input:checked + .radio-content .item-content {
  background: none;
  vertical-align: middle;
}

/* CSS per rimuovere le frecce da campo data */
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* CSS per rimuovere le frecce da campo numerico */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/**

luca: mettere nome tecnico e descrizione di cosa serve questo
media query

*/
@media (min-width: 768px) {
  .modal {
    top: 5% !important;
    right: 5% !important;
    bottom: 5% !important;
    left: 5% !important;
    min-height: 240px !important;
    width: 90% !important;
  }

  .labelDinamica {
    font-size: 60px !important;
  }

  .labelDinamicaCliente {
    font-size: larger !important;
  }

  .labelDinamicaMese {
    font-size: 30px !important;
  }

  .labelDinamicaLavori {
    font-size: 18px !important;
  }

  .GraficoDinamico {
    width: 688px;
    height: 343px;
  }

}

/**

luca: mettere nome tecnico e descrizione di cosa serve questo
media query

*/
@media (max-width: 767px) {
  .modal {
    top: 0% !important;
    right: 0% !important;
    bottom: 0% !important;
    left: 0% !important;
    min-height: 240px !important;
    width: 100% !important;
  }

  .labelDinamica {
    font-size: 40px !important;
  }

  .labelDinamicaCliente {
    font-size: medium !important;
  }

  .labelDinamicaMese {
    font-size: 20px !important;
  }

  .labelDinamicaLavori {
    font-size: 13px !important;
  }

  .GraficoDinamico {
    width: 300px;
    height: 200px;
  }

}

/**

Test Alert


.alert-info {
  color: #fff !important;
  background-color: #4a87ee !important;
}

.alert-success {
  color: #fff !important;
  background-color: #66cc33 !important;
}

.alert-warning {
  color: #fff !important;
  background-color: #ef4e3a !important;
}

.alert-check {
  color: #fff !important;
  background-color: #ffc900 !important;
}

*/

/**

simone: stile per campi obbligatori dei form

*/
/** Styling for the username field **/
label.item.has-error {
  border-bottom: 2px solid red;
}

/** Styling for the password field when an error exists**/
label.item.has-error-lr {
  border-left: 2px solid red;
  border-right: 2px solid red;
}

/** Styling for the password field when an error has been resolved**/
label.item.valid-lr {
  border-left: 2px solid green;
  border-right: 2px solid green;
}

/** Styling for the error text and container **/
.form-errors {
  margin: 5px 0
}

.form-error {
  padding: 2px 0 2px 16px;
  color: red;
}

/**

luca: mettere nome tecnico e descrizione di cosa serve questo
media query

*/
.lblConfermato {
  background-color: #33cd5f !important;
  color: #ffffff !important;
  border: 1px solid #33cd5f !important;
  border-radius: 3px !important;
  width: 200px !important;
  /*font-weight: bold !important;
  display: inline-block !important;
  padding: 0 5px !important;*/
}

/*attivo*/
.lblSit_codi1 {
  background-color: #33cd5f !important;
  color: #ffffff !important;
  border: 1px solid #33cd5f !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*attivo*/
.lblVlp_codi1 {
  background-color: #33cd5f !important;
  color: #ffffff !important;
  border: 1px solid #33cd5f !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*Moroso*/
.lblSit_codi2-3 {
  background-color: #fec900 !important;
  color: #ffffff !important;
  border: 1px solid #fec900 !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*Bloccato*/
.lblSit_codi4 {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*Obsoleto - Non attivo*/
.lblVlp_codi2 {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/* cliente platinum */
.lblPlatinum {
  background-color: #e5e4e2 !important;
  color: #000000 !important;
  border: 1px solid #e5e4e2 !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
}

/* cliente gold */
.lblGold {
  background-color: #ceaa3c !important;
  color: #fcfcfc !important;
  border: 1px solid #ceaa3c !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
}

/* cliente silver */
.lblSilver {
  background-color: #c0c0c0 !important;
  color: #000000 !important;
  border: 1px solid #c0c0c0 !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
}

/* cliente bronze */
.lblBronze {
  background-color: #cb7f3b !important;
  color: #fcfcfc !important;
  border: 1px solid #cb7f3b !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
}

/* cliente others */
.lblOthers{
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
}

/*arrivato*/
.lblPrenArrivato {
  background-color: #33cd5f !important;
  color: #ffffff !important;
  border: 1px solid #33cd5f !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*Moroso*/
.lblPrenRitardo {
  background-color: #fec900 !important;
  color: #ffffff !important;
  border: 1px solid #fec900 !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*Bloccato*/
.lblPrenAnnullato {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblPrenotato {
  background-color: #11c1f3 !important;
  color: #ffffff !important;
  border: 1px solid #11c1f3 !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblAnnullato {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/

}

.lblMoroso {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/

}

.lblAperto {
  background-color: #11c1f3 !important;
  color: #ffffff !important;
  border: 1px solid #11c1f3 !important;
  border-radius: 3px !important;
  width: 200px !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/*  STD_CODI  */
.lblStd_codi_10_20 {
  background-color: #11c1f3 !important;
  color: #ffffff !important;
  border: 1px solid #11c1f3 !important;
  border-radius: 3px !important;
  width: 200px !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblStd_codi_30 {
  background-color: #fec900 !important;
  color: #ffffff !important;
  border: 1px solid #fec900 !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblStd_codi_40 {
  background-color: #ef473a !important;
  color: #ffffff !important;
  border: 1px solid #ef473a !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/

}

.lblStd_codi_130 {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblStd_codi_150_160 {
  background-color: #33cd5f !important;
  color: #ffffff !important;
  border: 1px solid #33cd5f !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblStd_codi_45 {
  background-color: #33cd5f !important;
  color: #ffffff !important;
  border: 1px solid #33cd5f !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

.lblStd_codi_46 {
  background-color: #886aea !important;
  color: #ffffff !important;
  border: 1px solid #886aea !important;
  border-radius: 3px !important;
  width: 200px !important;
  font-weight: bold !important;
  /*display: inline-block !important;
  padding: 0 5px !important;*/
}

/***************/

/* Aggiunta icona su floating label per campo obbligatorio*/
.item-stacked-label .placeholder-icon {
  padding-right: 14px;
  position: absolute;
  bottom: 42px;
  left: 0px;
  color: #ef473a;
}

/* Aggiunta icona su floating label per campo obbligatorio*/
.item-stacked-label .placeholder-icon-combo {
  padding-right: 18px;
  position: absolute;
  bottom: 35px;
  left: 0px;
  color: #ef473a;
}

.item-input .placeholder-icon-date {
  color: darkgray;
  position: static;
  padding-bottom: 7px;
  padding-right: 0px;
}

.item-stacked-label-required {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* Aggiunta icona su floating label per campo obbligatorio*/
.input-label .placeholder-icon {
  padding-right: 18px;
  position: absolute;
  bottom: 11px;
  left: 0px;
  color: #ef473a;
}

/* Aggiunta icona su floating label per campo necessario*/
.item-stacked-label .placeholder-icon-needed {
  padding-right: 14px;
  position: absolute;
  bottom: 42px;
  left: 0px;
  color: #0c60ee;
}

.item-label-required {
  padding-left: 20px !important;
}

.textarea-minheight {
  height: 70px !important;
}

/* codice tilelist */
.gallery {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Filippo codice per togliere padding nella lista storico */
.collection-repeat-container > ion-item {
  width: 100% !important;
  /* border: 1px solid red; */
  padding-right: 3px;
}

/* Simone classe uppercase per i codii dei form */
.uppercase {
  text-transform: uppercase !important;
}

/* regola per togliere il padding nelle liste */
.item-content {
  padding: 10px 10px 10px 10px !important;
}

.item-complex {
  padding: 0px 0px 0px 0px !important;
}

.cellaMinWidthSmaller {
  min-width: 0px !important;
}

.cellaMinWidthSmall {
  min-width: 0px !important;
}

.cellaMinWidthMedium {
  min-width: 0px !important;
}

.cellaMinWidthLarge {
  min-width: 0px !important;
}


.topContentHeaderPhoneMenuDelGiorno {
  top: 90px !important;
}




.topContentHeaderIndirizziPhone {
  top: 120px !important;
}

.topContentHeaderCategoriePhone {
  top: 140px !important;
}


.topContentHeaderPhonePreparazioni {
  top: 90px !important;
}

.topContentHeaderPhonePreparazioniDtl {
  top: 120px !important;
}

.topContentHeaderPhoneTimbrature {
  top: 420px !important;
}

.topContentHeaderPhoneTimbrature2 {
  top: 265px !important;
}

.topContentHeaderPhoneMenuRistorante {
  top: 90px !important;
}

.topContentHeaderPhoneTurni {
  top: 180px !important;
}

.topContentHeaderPhoneSale {
  top: 90px !important;
}

.height_logo_niemit {
  height: 75px;
}

/* configurazione a 2 colonne */
@media (max-width: 320px) {

  .height_logo_niemit {
    height: 75px;
  }

  .topContentHeader {
    top: 430px !important;
  }

  .topContentHeaderCRM {
    top: 430px !important;
  }

  .topContentHeaderAttivita {
    top: 430px !important;
  }

  .topContentHeaderPreparazioni {
    top: 90px !important;
  }

  .topContentHeaderPreparazioniDtl {
    top: 90px !important;
  }

  .topContentHeaderMenuRistorante {
    top: 120px !important;
  }

  .topContentHeaderSale {
    top: 150px !important;
  }

  .cellaMinWidthSmaller {
    min-width: 300px !important;
  }

  .cellaMinWidthSmall {
    min-width: 300px !important;
  }

  .cellaMinWidthMedium {
    min-width: 300px !important;
  }

  .cellaMinWidthLarge {
    min-width: 300px !important;
  }
}

/* 3 colonne */
@media (min-width: 321px) {

  .height_logo_niemit {
    height: 75px;
  }

  .topContentHeader {
    top: 380px !important;
  }

  .topContentHeaderCRM {
    top: 380px !important;
  }

  .topContentHeaderAttivita {
    top: 380px !important;
  }

  .topContentHeaderPreparazioni {
    top: 140px !important;
  }

  .topContentHeaderPreparazioniDtl {
    top: 180px !important;
  }

  .topContentHeaderMenuRistorante {
    top: 120px !important;
  }

  .topContentHeaderStampanti {
    top: 150px !important;
  }

  .topContentHeaderSale {
    top: 150px !important;
  }

  .cellaMinWidthSmaller {
    min-width: 80px !important;
  }

  .cellaMinWidthSmall {
    min-width: 120px !important;
  }

  .cellaMinWidthMedium {
    min-width: 300px !important;
  }

  .cellaMinWidthLarge {
    min-width: 400px !important;
  }

  .topContentHeaderTurni {
    top: 230px !important;
  }

}

/* 4 colonne */
@media (min-width: 480px) {

  .height_logo_niemit {
    height: 100px;
  }

  .topContentHeader {
    top: 430px !important;
  }

  .topContentHeaderCRM {
    top: 165px !important;
  }

  .topContentHeaderAttivita {
    top: 430px !important;
  }

  .topContentHeaderMenuDelGiorno {
    top: 130px !important;
  }

  .cellaMinWidthSmaller {
    min-width: 0px !important;
  }

  .cellaMinWidthSmall {
    min-width: 100px !important;
  }

  .cellaMinWidthMedium {
    min-width: 100px !important;
  }

  .cellaMinWidthLarge {
    min-width: 100px !important;
  }

  .topContentHeaderPreparazioni {
    top: 140px !important;
  }

  .topContentHeaderPreparazioniDtl {
    top: 180px !important;
  }

  .topContentHeaderMenuRistorante {
    top: 120px !important;
  }

  .topContentHeaderStampanti {
    top: 150px !important;
  }

  .topContentHeaderTurni {
    top: 230px !important;
  }

  .topContentHeaderSale {
    top: 150px !important;
  }

}

/* 5 colonne */
@media (min-width: 640px) {

  .height_logo_niemit {
    height: 100px;
  }

  .topContentHeader {
    top: 190px !important;
  }

  .topContentHeaderCRM {
    top: 165px !important;
  }

  .topContentHeaderAttivita {
    top: 185px !important;
  }

  .topContentHeaderProdotti {
    top: 170px !important;
  }

  .topContentHeaderProdottiGel {
    top: 120px !important;
  }

  .topContentHeaderMenuDelGiorno {
    top: 140px !important;
  }

  .topContentHeaderProdottiRist {
    top: 170px !important;
  }

  .topContentHeaderProdottiGel {
    top: 120px !important;
  }

  .topContentHeaderClienti {
    top: 190px !important;
  }

  .topContentHeaderDipendenti {
    top: 170px !important;
  }

  .topContentHeaderPFatture {
    top: 230px !important;
  }

  .topContentHeaderStorico {
    top: 190px !important;
  }

  .topContentHeaderIndirizzi {
    top: 225px !important;
  }

  .topContentHeaderCategorie {
    top: 145px !important;
  }

  .topContentHeaderTimbrature {
    top: 330px !important;
  }

  .topContentHeaderPreparazioni {
    top: 140px !important;
  }

  .topContentHeaderPreparazioniDtl {
    top: 180px !important;
  }

  .topContentHeaderMenuRistorante {
    top: 120px !important;
  }

  .topContentHeaderStampanti {
    top: 150px !important;
  }

  .topContentHeaderTurni {
    top: 230px !important;
  }

  .topContentHeaderSale {
    top: 150px !important;
  }

  .cellaMinWidthSmaller {
    min-width: 80px !important;
    max-width: 80px !important;
  }

  .cellaMinWidthSmall {
    min-width: 150px !important;
  }

  .cellaMinWidthMedium {
    min-width: 300px !important;
    max-width: 300px !important;
  }

  .cellaMinWidthLarge {
    min-width: 450px !important;
  }
}

/*6 colonne*/
@media (min-width: 960px) {

  .height_logo_niemit {
    height: 100px;
  }

  .topContentHeader {
    top: 165px !important;
  }

  .topContentHeaderCRM {
    top: 165px !important;
  }

  .topContentHeaderAttivita {
    top: 160px !important;
  }

  .topContentHeaderProdotti {
    top: 145px !important;
  }

  .topContentHeaderProdottiRist {
    top: 170px !important;
  }

  .topContentHeaderProdottiGel {
    top: 120px !important;
  }

  .topContentHeaderClienti {
    top: 165px !important;
  }

  .topContentHeaderMenuDelGiorno {
    top: 120px !important;
  }

  .topContentHeaderDipendenti {
    top: 185px !important;
  }

  .topContentHeaderPFatture {
    top: 230px !important;
  }

  .topContentHeaderStorico {
    top: 170px !important;
  }

  .topContentHeaderIndirizzi {
    top: 200px !important;
  }

  .topContentHeaderClientiNA {
    top: 140px !important;
  }

  .topContentHeaderCategorie {
    top: 130px !important;
  }

  .topContentHeaderAFatture {
    top: 240px !important;
  }

  .topContentHeaderAFattureRighe {
    top: 180px !important;
  }

  .topContentHeaderAFattureRigheNC {
    top: 300px !important;
  }

  .topContentHeaderDDTentrataRigheNC {
    top: 250px !important;
  }

  .topContentHeaderDDTuscitaRigheNC {
    top: 250px !important;
  }

  .topContentHeaderAOrdiniRigheC {
    top: 250px !important;
  }

  .topContentHeaderPOrdiniRigheC {
    top: 250px !important;
  }

  .topContentHeaderPOrdiniRigheNC {
    top: 250px !important;
  }

  .topContentHeaderTimbrature {
    top: 310px !important;
  }

  .topContentHeaderPreparazioni {
    top: 140px !important;
  }

  .topContentHeaderPreparazioniDtl {
    top: 180px !important;
  }

  .topContentHeaderMenuRistorante {
    top: 120px !important;
  }

  .topContentHeaderStampanti {
    top: 150px !important;
  }

  .topContentHeaderTurni {
    top: 210px !important;
  }

  .topContentHeaderSale {
    top: 150px !important;
  }

  .cellaMinWidthSmaller {
    min-width: 0px !important;
  }

  .cellaMinWidthSmall {
    min-width: 120px !important;
  }

  .cellaMinWidthMedium {
    min-width: 300px !important;
  }

  .cellaMinWidthLarge {
    min-width: 500px !important;
  }
}

/*6 colonne*/
@media (min-width: 1280px) {

  .height_logo_niemit {
    height: 100px;
  }

  .topContentHeader {
    top: 120px !important;
  }

  .topContentHeaderCRM {
    top: 140px !important;
  }

  .topContentHeaderAttivita {
    top: 145px !important;
  }

  .topContentHeaderProdotti {
    top: 120px !important;
  }

  .topContentHeaderProdottiRist {
    top: 130px !important;
  }

  .topContentHeaderProdottiGel {
    top: 120px !important;
  }

  .topContentHeaderClienti {
    top: 140px !important;
  }

  .topContentHeaderDipendenti {
    top: 140px !important;
  }

  .topContentHeaderPFatture {
    top: 180px !important;
  }

  .topContentHeaderStorico {
    top: 120px !important;
  }

  .topContentHeaderIndirizzi {
    top: 170px !important;
  }

  .topContentHeaderClientiNA {
    top: 140px !important;
  }

  .topContentHeaderMenuDelGiorno {
    top: 120px !important;
  }

  .topContentHeaderCategorie {
    top: 120px !important;
  }

  .topContentHeaderAFatture {
    top: 200px !important;
  }

  .topContentHeaderAFattureRighe {
    top: 180px !important;
  }

  .topContentHeaderAFattureRigheNC {
    top: 300px !important;
  }

  .topContentHeaderDDTentrataRigheNC {
    top: 250px !important;
  }

  .topContentHeaderDDTuscitaRigheNC {
    top: 250px !important;
  }

  .topContentHeaderAOrdiniRigheC {
    top: 250px !important;
  }

  .topContentHeaderPOrdiniRigheC {
    top: 250px !important;
  }

  .topContentHeaderPOrdiniRigheNC {
    top: 250px !important;
  }

  .topContentHeaderTimbrature {
    top: 290px !important;
  }

  .topContentHeaderPreparazioni {
    top: 140px !important;
  }

  .topContentHeaderPreparazioniDtl {
    top: 180px !important;
  }

  .topContentHeaderMenuRistorante {
    top: 120px !important;
  }

  .topContentHeaderStampanti {
    top: 150px !important;
  }

  .topContentHeaderTurni {
    top: 210px !important;
  }

  .topContentHeaderSale {
    top: 150px !important;
  }

  .cellaMinWidthSmaller {
    min-width: 0px !important;
  }

  .cellaMinWidthSmall {
    /*min-width: 0px !important;*/
  }

  .cellaMinWidthMedium {
    /*min-width: 0px !important;*/
  }

  .cellaMinWidthLarge {
    min-width: 0px !important;
  }
}

/*6 colonne*/
@media (min-width: 1600px) {

  .height_logo_niemit {
    height: 100px;
  }

  .topContentHeaderCRM {
    top: 120px !important;
  }
}

.low-pad-item {
  /*padding: 0;*/
  margin: 0;
}

.col-header {
  font-weight: bold;
}

.column {
  text-overflow: '';
  white-space: nowrap;
  overflow: hidden;
  max-width: 87%;
  float: left;
  padding: 2px 5px;
}

.col-header > .column {
  padding: 5px 5px;
}

.underlined {
  text-decoration: underline;
}

.column-sort {
  min-width: 13%;
  float: right;
  text-align: right;
  padding-right: 2px;
}

/* fine stili griglia dinamica */

/* stile por forzare il popover a mostrarsi sopra a tutti gli altri componenti */

.popover-backdrop {
  z-index: 30;
}

.popover {
  z-index: 30;
}

.radio-content > .item-content {
  padding: 5px 5px 5px 15px !important;
}

.item-divider-obbl {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 30px;
  background-color: #ff6666;
  color: #ffffff !important;
  font-weight: 500;
}

.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-offset-40 {
  margin-left: 40%;
}

.item-divider {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 30px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: 500;
  text-align: center;
}

.field-info-icon {
  position: absolute;
  color: #87C6FD;
  font-size: 16px;
  z-index: 4;
  padding-right: 0 !important;
  padding-top: 13px !important;
  padding-left: 10px !important;
  right: 9px !important;
}

.field-alert-icon {
  position: absolute;
  color: #ff3b30;
  font-size: 16px;
  z-index: 4;
  padding-right: 0 !important;
  padding-top: 10px !important;
  padding-left: 10px !important;
  right: 9px !important;
}

.button-label-address-search {
  color: #444444;
  -webkit-animation-name: example !important; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1s !important; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
  0% {
    color: #444444;
  }
  50% {
    color: #ff3b30;
  }
  100% {
    color: #444444;
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    color: #444444;
  }
  25% {
    color: #ff3b30;
  }
  50% {
    color: #444444;
  }
  100% {
    color: #ff3b30;
  }
}

.RedAlert .popup .popup-head {
  background-color: #ff3333;
}

.RedAlert .popup .popup-title {
  color: #FFFFFF;
  font-weight: bold;
}

.RedAlert .popup-buttons .button:last-child {
  background-color: #ff3333;
  border-color: #ff3333;
  color: #FFFFFF;
  font-weight: bold;
}

.largerpopup .popup{
width: 300px !important;
}

/* Gestione ALERT */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

html,body{
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

*[contenteditable] {
  -webkit-user-select: auto !important;
}

ul {
  list-style-type: disc !important;
  padding: 10px 5px 10px 25px;
}

/*
    Codice per mettere la mano sul campo caricamento file nel modale upload

    Chrome/Safari and web-kit-based browsers
   (if it doesn't work, try maybe also on the parent/wrapper)
*/
::-webkit-file-upload-button {
  cursor:pointer;
}

/* IE11 (if it doesn't work, try maybe also on the parent/wrapper) */
input[type=file] {
  cursor:pointer;
}

.item-text-center
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
}

/* risoluzione blocco click modale e popover alla chiusura */
.modal-open {
  pointer-events: auto !important;
}

.popover-open {
  pointer-events: auto !important;
}

.popover-help {
  height: auto !important;
}
.popover-help ion-header-bar {
  position: relative;
}
.popover-help ion-content {
  top: 0;
  position: relative;
}

.icon-help {
  cursor: pointer;
  color: #BDBDBD;
  font-size: larger;
  float: left;
  padding-right: 10px !important;
  padding-top: 2px !important;
}

.icon-help-toggle {
  cursor: pointer;
  color: #BDBDBD;
  font-size: larger;
  left: 10px !important;
  top: 15px !important;
  position: absolute;
}

.toggle-label-help {
  padding-left: 35px !important;
  padding-bottom: 23px !important;
}

.toggle-help {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* stili app sfondo grigio, campi bianchi e margine content */
/*  DA RIVEDERE */


.rich-text-area {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  padding-right: 0px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  background-color: #FFFFFF;
}

/* STILI GRIGLIA NUOVA */

.min-75 { min-width: 75px; }
.min-50 { min-width: 50px; }
.min-100 { min-width: 100px;}
.min-120 { min-width: 120px;}
.min-150 { min-width: 150px;}
.min-180 { min-width: 180px;}
.min-200 { min-width: 200px;}
.min-300 { min-width: 300px;}
.min-360 { min-width: 360px;}
.min-400 { min-width: 400px;}
.min-420 { min-width: 420px;}
.min-430 { min-width: 430px;}
.min-500 { min-width: 500px;}
.min-580 { min-width: 580px;}
.min-600 { min-width: 600px;}
.min-680 { min-width: 680px;}
.min-700 { min-width: 700px;}
.min-705 { min-width: 705px;}
.min-750 { min-width: 750px;}
.min-790 { min-width: 790px;}
.min-840 { min-width: 840px;}
.min-1000 { min-width: 1000px;}
.min-1140 { min-width: 1140px;}
.min-1260 { min-width: 1260px;}
.min-1400 { min-width: 1400px;}
.min-1920 { min-width: 1920px;}
.min-2320 { min-width: 2320px;}
.min-2340 { min-width: 2340px;}

.max-200 { max-width: 200px;}
.max-300 { max-width: 300px;}
.max-400 { max-width: 400px;}
.max-420 { max-width: 420px;}

.item-header {
  font-size: 12px !important;
  font-weight: bold;
  border-top: solid;
  border-bottom: solid;
  border-top-width: 2px;
  border-color: lightgray !important;
}

.item-footer {
  font-size: 12px !important;
  font-weight: bold;

  /* the workaround below "fixes" the scrolling */
  margin-bottom: 28px !important;
}

.col-right {
  text-align: right;
  padding: 3px 5px 3px 5px !important;
}

.col-sep {
  border-left: 1px solid lightgray;
}

.col-left {
  padding: 3px 5px 3px 5px !important;
}

.row-item {
  padding: 0px !important;
  margin-left: 0 !important;
  font-size: 12px !important;
}




.scroll-horiz {
  width: 100%;
  height: 95%;
  /*height: 200px;*/
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}



/*

.item-stacked-label {
  display: block;
  background-color: #FFFFFF;
  box-shadow: none; }
.item-stacked-label .input-label, .item-stacked-label .icon {
  display: inline-block;
  padding: 4px 0 0 0px;
  vertical-align: middle; }

.pane,
.view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  overflow: hidden; }

.bar-subheader {
  top: 44px;
  height: 44px;
  background-color: #fafafa;
}

*/

/* Luca
Classe di stile per ion-scroll griglia 'grande'
*/
.niemit_ionscrollfixed {
  height:100%;
  overflow:hidden !important;
}

/* Luca
Classe di stile per ion-scroll griglia 'grande' header
*/
.niemit_ionscrollheader {
  overflow:hidden !important;
}
