.vcenter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .fullscreen-modal .modal-dialog {
    width: 760px;
  }
  .container-fluid .container {
    width: 100%;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .input-quantita{
    width: 150px;
  }
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog .container {
    width: 760px;
  }
  .input-quantita{
    width: 65px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
  .container-fluid .container {
    width: 100%;
  }
}
.loadingPad {
  padding-top: 2px; 
  padding-right: 2px; 
  padding-bottom: 2px;
}
/*Barra del titolo dell'app */
.menu {
  background-color: #FFFFFF !important;
  color: #343434;
  font-size: 10pt;
  /*font-weight: bold;*/
  font-family: verdana;
  border-bottom: 2px solid #e2ae99 !important;
  transition: ease all 0.5s;
}
.menu A {
  color: #343434 !important;
}
.menu A:hover {
  color: #ff5e00 !important;
}

/*****Classi per menu con bottoni********/
.menu-anagrafiche {
  width: 360px;
}

.menu-anagrafiche > li > a {
  display:inline-block !important;
}

.menu-anagrafiche > li > a:first-child{
  width: 300px;
}




@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
}
}






/************************************************************/
/******CODICE PER FARE I MENU DROPDOWN MULTILIVELLO**********/
/************************************************************/

@media (min-width: 768px) {
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-submenu-li {
  min-height: 32px !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.submenu-title {
  width: 100% !important;
}


/************************************************************/


/*****Classi per menu con bottoni********/


.navbar-default {
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ffdbbe 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #ffdbbe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ffdbbe));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #ffdbbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ffdbbe', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ffdbbe 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #ffdbbe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ffdbbe));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #ffdbbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ffdbbe', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar-nav > li > .dropdown-menu {
    color: #ff5e00;
    background-color: #FFFFFF;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ffdbbe 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #ffdbbe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ffdbbe));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #ffdbbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ffdbbe', GradientType=0);
  background-repeat: repeat-x;
}

.dropdown-menu-grid > li > a:hover,
.dropdown-menu-grid > li > a:focus {
  background-color: #a0c9f7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #a0c9f7 100%);
  background-image:      -o-linear-gradient(top, #ffffff 0%, #a0c9f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#a0c9f7));
  background-image:         linear-gradient(to bottom, #ffffff 0%, #a0c9f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a0c9f7', GradientType=0);
  background-repeat: repeat-x;
  color: #1b3c6e
}

hr.style-one {
    border: 0 !important;
    height: 1px !important;
    background: #333 !important;
    background-image: linear-gradient(to right, #ccc, #333, #ccc) !important;
}
.ng-invalid.ng-touched {
    border-color: red;
}

/*modifica il padding delle tabelle*/
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 3px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px;
}

/*modifica il padding dei controlli select, input ...*/
.form-control {
  padding: 2px 4px !important;
}


/*imposta la larghezza delle colonne per i bottoni sulle tabelle a una colonna*/
.table-one-column tr td:nth-child(2), .table-one-column tr td:nth-child(3){
    width:10%;
}

/*impostazioni tabella dei parametri nell'are admin*/
.table-impostazioni tr td:nth-child(1){
    background-color: #EEEEEE;
}
.table-impostazioni tr td:nth-child(3){
    width:20%;
}

/*classe per mettere un well semi-trasparente*/
.well-transparent {
  background-color: rgba(245, 245, 245, 0.6)!important;
  background-image: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.6) 0%,rgba(245, 245, 245, 0.6) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,rgba(245, 245, 245, 0.6) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(245, 245, 245, 0.6)));
  background-image:         linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(245, 245, 245, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}


/*Stile per checkbox*/
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Stile della modal per gli errori*/
.modal-header-error {
  background-color: #FF3333;
  color:white !important;
  text-align: center;
  font-size: 24px;
}
.modal-footer-error {
  background-color: #f9f9f9;
}

/*Stile della modal Edit*/
.modal-header-edit, .closeEdit {
    background-color: #5cb85c;
    color:white !important;
    text-align: center;
    font-size: 30px;
}
.modal-footer {
    background-color: #f9f9f9;
}
/*
.panel-gest > .panel-heading {
  padding: 5px 10px;
  background-image: -webkit-linear-gradient(top, #d3e5f0 0%, #aac6d8 100%);
  background-image:      -o-linear-gradient(top, #d3e5f0 0%, #aac6d8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3e5f0), to(#aac6d8));
  background-image:         linear-gradient(to bottom, #d3e5f0 0%, #aac6d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3e5f0', endColorstr='#aac6d8', GradientType=0);
  background-repeat: repeat-x;
}

.panel-gest {
  border-color: #aab9c7;
}
*/

.panel-gest > .panel-heading {
  padding: 5px 10px;
  background-image: -webkit-linear-gradient(top, #FFFFFE 0%, #ffebc7 100%);
  background-image:      -o-linear-gradient(top, #FFFFFE 0%, #ffebc7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFE), to(#ffebc7));
  background-image:         linear-gradient(to bottom, #FFFFFE 0%, #ffebc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFE', endColorstr='#ffebc7', GradientType=0);
  background-repeat: repeat-x;
}


.panel-gest {
  border-color: #ffebc7;
}

.panel-gest > .panel-body {
  padding: 15px;
}

.waitModal  {
  background-image: -webkit-linear-gradient(top, #FFFFFE 0%, #f7d5c7 100%);
  background-image:      -o-linear-gradient(top, #FFFFFE 0%, #f7d5c7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFE), to(#f7d5c7));
  background-image:         linear-gradient(to bottom, #FFFFFE 0%, #f7d5c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFE', endColorstr='#f7d5c7', GradientType=0);
  background-repeat: repeat-x;
}


.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #aab9c7;
}

body, p {
  font-size: 13px;
  font-family: "Arial";
}


.thGrid {
  background-image: -webkit-linear-gradient(top, #FFFFFF 70%, #ffebc7 100%) !important;
  background-image:      -o-linear-gradient(top, #FFFFFF 70%, #ffebc7 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ffebc7)) !important;
  background-image:         linear-gradient(to bottom, #FFFFFF 70%, #ffebc7 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#fffffebc7', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
  border-color: #ffebc7 !important;
  color: #501c04 !important;
}
.thGrid:hover,
.thGrid:focus {
    background-color: #ffebc7 !important;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.vertical-divider {
  position: relative;
  border-left: 1px solid gray;
  margin-right: 4px;
  margin-left: 4px;
  height: 36px;  
}





label {
  margin-bottom: 2px;
  /*font-weight: bold;*/
}

.tableWidth100 {
  width: 100%
}

.tdSpace {
  width: 5px;
}

.percento {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.input-sm {
  padding: 5px 5px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}

.input-smm {
  padding: 2px 2px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-prezzo {
  width: 80px;
}



.input-sconti{
  width: 60px;
}

.label-totali {
  font-size: 12pt;
  font-weight: bold;
}

.table tbody tr > .scadenze.entrate {
  background-color: #a5e08e !important;
}

.table tbody tr > .scadenze.uscite {
  background-color: #db9292 !important;
}

.selectAuto {
  width:auto;
}

.buttonCircle {
  border-radius: 50%;
}

.alert-filtri {
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 30px;
  margin-bottom: 5px;
}
.jumbotronEdit {
  padding: 5px;
  color: inherit;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  display: block;
}

.jumbotronBiglietti {
  color: inherit;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  display: block;
}



.ordiniFornitore{
  color: rgb(177, 100, 29);
  background-color: rgb(250, 235, 223);
  border: 1px solid rgb(177, 100, 29);
}
.ordiniFornitoreTitolo{
  color: rgb(177, 100, 29);
}

.ordiniCliente{
  color: rgb(158, 36, 27);
  background-color: rgb(250, 223, 223);
  border: 1px solid rgb(158, 36, 27);
}

.ordiniClienteTitolo{
  color: rgb(158, 36, 27);
}

.vendite{
  color: rgb(60, 150, 64);
  background-color:  rgb(223, 250, 223);
  border: 1px solid rgb(60, 150, 64);
}

.venditeTitolo{
  color: rgb(60, 150, 64);
}

.giacenzaPos{
  color: rgb(17, 112, 22);
  background-color:  rgb(223, 250, 223);
  border: 1px solid rgb(17, 112, 22);
}

.giacenzaPosTitolo{
  color: rgb(17, 112, 22);
}

.giacenzaNeg{
  color: rgb(134, 37, 31);
  background-color: rgb(250, 223, 223);
  border: 1px solid  rgb(134, 37, 31);
}

.giacenzaNegTitolo{
  color: rgb(134, 37, 31);
  
}

.totaleIncasso{
  color: rgb(18, 31, 143);
  background-color:  rgb(223, 232, 250);
  border: 1px solid rgb(18, 31, 143);;
}

.totaleIncassoTitolo{
  color: rgb(18, 31, 143);
}

.totaleSaldo{
  color: #473f1c;
  background-color:  #ffe657;
  border: 1px solid #473f1c;;
}

.totaleSaldoTitolo{
  color: #473f1c;
}


/*Totali documenti*/
.totaleDoc{
  color: rgb(0, 0, 0);
}

.totalePagare{
  color: rgb(22, 5, 179);
}


/*
.btn-excel {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #1F6D42;
  background-color: rgb(124, 168, 144);
  border-color: #ccc;
}
*/
.btn-excel {
  background-image: -webkit-linear-gradient(top, #a0d1bd 0%, #38C577 100%);
  background-image:      -o-linear-gradient(top, #a0d1bd 0%, #38C577 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a0d1bd), to(#38C577));
  background-image:         linear-gradient(to bottom, #a0d1bd 0%, #38C577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0d1bd', endColorstr='#ff38C577', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #38C577;
}
.btn-excel:hover,
.btn-excel:focus {
  background-color: #38C577;
  background-position: 0 -15px;
}

html.translated-ltr .navbar-inner, html.translated-ltr .navbar-inner { padding-top: 39px; }

.outer
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}

.tdTecniciSposta {
  max-width: 40px
}

.chkUsaDescrizione {
  max-width: 20px
}

.inputConteggioStipendi {
  min-width: 180px
}

.inputIndennita {
  min-width: 160px
}

.numeri{
  min-width: 100px
}
.inputDebiti{
  color: rgb(158, 36, 27);
  background-color: rgb(250, 223, 223);
  border: 1px solid rgb(158, 36, 27);
}

.debitiTitolo{
  color: rgb(158, 36, 27);
}

.inputCrediti{
  color: rgb(60, 150, 64);
  background-color:  rgb(223, 250, 223);
  border: 1px solid rgb(60, 150, 64);
}

.creditiTitolo{
  color: rgb(60, 150, 64);
}

/*.inputCB{
  color: rgb(58, 28, 26);
  background-color: rgb(250, 223, 223);
  color: 1px solid rgb(58, 28, 26);
}

.cbTitolo{
  color: rgb(58, 28, 26);
}*/

.inputCB{
  color: rgb(36, 42, 94);
  background-color:  rgb(174, 201, 236);
  border: 1px solid rgb(36, 42, 94);
}

.cbTitolo{
  color: rgb(36, 42, 94);
}

.tdMovBanca {
  width: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tableCampiConfig {
  
  overflow-x: auto;
  
}

.tableConfig {
  width: 2600px;
}

.importi{
  width: 20px
}

.alert-chiusa {
  padding: 7px;
  /*margin-bottom: 20px;*/
}

.rigaRossa{
  color: #d9534f;;
  
}

.articoli-campi-addon-edit {
  min-width: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.articoli-campi-btn {
  height: 18px;
}

.comboCommNotaSpese {
  min-width: 200px !important;
}

/* Container holding the image and the text */
.containerHome {
  position: relative;
  text-align: center;
  color: rgb(0, 0, 0);
}

/* Top left text */
.top-left-home {
  position: absolute;
  top: 40px;
  left: 16px;
}

.max-height-120{
  max-height: 120px;
  min-height: 120px;
}

/**Stile per i bottoni delle commesse nella home tecnici **/
.btn-nota-spese {
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, var(--color) 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, var(--color) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(var(--color)));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, var(--color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr=var(--colorFilter), GradientType=0);
  background-repeat: repeat-x;
  border-color: var(--color);
  border: 1px solid var(--color);
  display:block;
  overflow: hidden;
  padding: 2px;
  color: #000000;
  text-align: center;
}

.padding5{
  padding: 5px;
}

/*Evita che l'anteprima stampa del browser sia fatta in versione Mobile, invece che normale*/
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
  .no-print {
    visibility: hidden;
  }
}

.td-progettazioni {
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, var(--color) 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, var(--color) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(var(--color)));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, var(--color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr=var(--colorFilter), GradientType=0);
  background-repeat: repeat-x;
  border-color: var(--color);
  border-top: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  padding: 2px;
  color: #000000;
  vertical-align: middle;
  /**height: 35px !important;*/
}

.td-label{
  padding: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: middle;
}

.dropdown-menu-preventivi {
  position: relative;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 30px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.sfondo-cloud {
  background-image: url("../images/cloud.png");
  background-repeat: no-repeat;
  background-position: bottom !important;
}

.sfondo-cloud-30 {
  background-image: url("../images/cloud_30.png");
  background-repeat: no-repeat;
  background-position: bottom !important;
}

.ul-files {
  list-style-image: url('../images/progettazione.png');
  list-style-position: initial;
  
}

.alert-files{
  min-height: 140px !important;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.img-cloud{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.td-commessa-chiusa {
  background-color: #01630e;
  color: #FFFFFF;
  font-weight: bold;
}

.td-commessa-aperta {
  background-color: #ff6600;
  color: #FFFFFF;
  font-weight: bold;
}

.td-commessa-annullata {
  background-color: #d8d8d8;
  color: #9c9c9c;
  font-weight: bold;
}

.td-commessa-non-inviata {
  background-color: #ff0000;
  color: #FFFFFF;
  font-weight: bold;
}

.thead-fdl-ordinati {
  padding: 5px 10px;
  background-image: -webkit-linear-gradient(top, #FFFFFE 0%, #ffebc7 100%);
  background-image:      -o-linear-gradient(top, #FFFFFE 0%, #ffebc7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFE), to(#ffebc7));
  background-image:         linear-gradient(to bottom, #FFFFFE 0%, #ffebc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFE', endColorstr='#ffebc7', GradientType=0);
  background-repeat: repeat-x;
}

.table-fdl td,
.table-fdl th {
  padding: 2px;
}

.jumboInfoHome {
  padding: 5px;
  margin: 1px;
  border-radius: 3px;
  display: block;
}

.jumboInfoHome > h1 {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .jumboInfoHome {
    min-height: 100px;
  }
}

.jumboRosso {
  /*color: #fac4c4;*/
  color: #FFFFFF;
  background-color: #e00505;
  border: 1px solid #910000;
}

.jumboArancio {
  /*color: #ecb59c;*/
  color: #FFFFFF;
  background-color: #d64f00;
  border: 1px solid #a73204;
}

.jumboVerde {
  /*color: #adf7ad;*/
  color: #FFFFFF;
  background-color: #0d6301;
  border: 1px solid #073b00;
}

.jumboBlu {
  /*color: #add0f7;*/
  color: #FFFFFF;
  background-color: #0036e9;
  border: 1px solid #0916d1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.codicePreventivi{
  max-width: 50px;
}

.inclusionePreventivi{
  min-width: 105px;
}

.dataPreventivi{
  min-width: 100px;
}

.totaliPreventivi{
  min-width: 60px;
}

@media (min-width: 1500px) {
  .modal-lg {
    width: 1450px;
  }
}

.red-row{
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ff9d9d 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #ff9d9d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ff9d9d));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #ff9d9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ff9d9d', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  color: #af0000;
}

.yellow-row{
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #fcfaae 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #fcfaae 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fcfaae));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #fcfaae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#fffcfaae', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  color: #000000;
}

.padding-top-menu{
  padding-top: 95px
}
.padding-top-menu-hidden{
  padding-top: 10px
}
.menu-icone{
  margin-left: 0px !important;
}
.menu-icone >li {
  margin: 3px !important;
}
.menu-icone >li > a{
  padding: 2px !important;
}
.menu-icone >li > a:hover {
  border: gray 1px solid;
  background-color: rgba(100, 100, 100, 0.2);
  padding: 1px !important;
}

.panel-warning {
  padding: 5px 10px;
  background-image: -webkit-linear-gradient(top, #494949 0%, #000000 100%);
  background-image:      -o-linear-gradient(top, #494949 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#000000));
  background-image:         linear-gradient(to bottom, #494949 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#000000', GradientType=0);
  background-repeat: repeat-x;
  padding: 3px !important;
  font-size: 18px;
  font-weight: bold;
  color: red !important;
  display: inline-block;
}

.col-mov-bank-iban{
  width: 15%;
}

.col-perc-80{
  width: 80%;
}
.col-perc-20{
  width: 20%;
}

.col-perc-8{
  width: 8%;
}

.col-perc-6{
  width: 6%;
}
.col-perc-5{
  width: 5%;
}
.col-perc-4{
  width: 4%;
}
.col-5-px{
  width: 10px;
}
.multiline-text-btn{
  white-space:normal !important;
  word-wrap: break-word; 
}
.menu-xs{
  padding-left: 60px;
}

.modal-header {
  cursor: move;
}

.btn-mese-doc {
  padding: 2px;
  font-size: 8pt;
}

.totali-imponibile {
  padding: 3px;
  margin: 4px;
  color: #157708;
  background-color: #c8eccd;
  border-radius: 3px;
  border: 1px solid #59a14f;
  display: inline;
  font-size: 10pt;
}

.totali-iva {
  padding: 3px;
  margin: 4px;
  color: #850202;
  background-color: #eeadad;
  border-radius: 3px;
  border: 1px solid #850202;
  display: inline;
  font-size: 10pt;
}

.totali-importo {
  padding: 3px;
  margin: 4px;
  color: #0d0366;
  background-color: #bcccee;
  border-radius: 3px;
  border: 1px solid #7e9ee2;
  display: inline;
  font-size: 10pt;
}

.text-extra{
  color:rgb(177, 100, 29) !important;
}

/*Elimina i tasti freccia nelle input number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.usciteFont{
  color: #86251f !important;
  background-color: #ebb7b7 !important;
}

.menu-autosize {
  max-width: 400px;
  /*
  font-size: smaller;
  padding: 10px;
  */
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
}