.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%;
  }
}

/*********Aumenta la larghezz della modal lg********/
@media (min-width: 1500px) {
  .modal-lg {
    width: 1450px;
  }
}

.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 #6e9bb9 !important;
  transition: ease all 0.5s;
}
.menu A {
  color: #000000 !important;
}
.menu A:hover {
  color: #064a77 !important;
}

.navbar-brand{
  margin-top: -10px;
}

@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 {
  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%, #b1cbfc 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #b1cbfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#b1cbfc));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #b1cbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#ffb1cbfc', 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%, #b1cbfc 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #b1cbfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#b1cbfc));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #b1cbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#b1cbfc', 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: #343434;
    background-color: #FFFFFF;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #b1cbfc 100%);
  background-image:      -o-linear-gradient(top, #FFFFFF 0%, #b1cbfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#b1cbfc));
  background-image:         linear-gradient(to bottom, #FFFFFF 0%, #b1cbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#b1cbfc', 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;
}

/*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%, #b1cbfc 100%);
  background-image:      -o-linear-gradient(top, #d3e5f0 0%, #b1cbfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3e5f0), to(#b1cbfc));
  background-image:         linear-gradient(to bottom, #d3e5f0 0%, #b1cbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3e5f0', endColorstr='#ffb1cbfc', GradientType=0);
  background-repeat: repeat-x;
}

.panel-gest {
  border-color: #b1cbfc;
}

.panel-gest > .panel-body {
  padding: 15px;
}


.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #aab9c7;
}

body, p {
  font-size: 12px;
}

.thGrid {
  background-image: -webkit-linear-gradient(top, #FFFFFF 70%, #b1cbfc 100%) !important;
  background-image:      -o-linear-gradient(top, #FFFFFF 70%, #b1cbfc 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#b1cbfc)) !important;
  background-image:         linear-gradient(to bottom, #FFFFFF 70%, #b1cbfc 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#fb1cbfc', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
  border-color: #b1cbfc !important;
  color: #1b3c6e !important;
}
.thGrid:hover,
.thGrid:focus {
    background-color: #b1cbfc !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;
}

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;
}

.input-smm {
  padding: 2px 2px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-prezzo {
  width: 100px;
}



.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;
  margin: 3px;
  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);
}

.usciteFont{
  color: #86251f !important;
  background-color: #ebb7b7 !important;
}

.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);
}

/*Totali documenti*/
.totaleDoc{
  color: rgb(0, 0, 0);
}

.totalePagare{
  color: rgb(22, 5, 179);
}

.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; }

.jumbotronEntrate {
  padding: 5px;
  margin: 1px;
  color: #157708;
  background-color: #c8eccd;
  border-radius: 3px;
  border: 1px solid #59a14f;
  display: block;
  font-size: 12pt;
}

.jumbotronUscite {
  padding: 5px;
  margin: 1px;
  color: #8b1414;
  background-color: #f5c0c0;
  border-radius: 3px;
  border: 1px solid #e26a6a;
  display: block;
  font-size: 12pt;
}

.jumbotronSaldo {
  padding: 5px;
  margin: 1px;
  color: #0d0366;
  background-color: #bcccee;
  border-radius: 3px;
  border: 1px solid #7e9ee2;
  display: block;
  font-size: 12pt;
}

.classifica-schede {
  font-size: 16px;
}

.multiline-text{
  white-space:normal !important;
  word-wrap: break-word; 
}

.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;
  font-weight: bold;
}

.totali-iva {
  padding: 3px;
  margin: 4px;
  color: #850202;
  background-color: #eeadad;
  border-radius: 3px;
  border: 1px solid #850202;
  display: inline;
  font-size: 10pt;
  font-weight: bold;
}

.totali-importo {
  padding: 3px;
  margin: 4px;
  color: #0d0366;
  background-color: #bcccee;
  border-radius: 3px;
  border: 1px solid #7e9ee2;
  display: inline;
  font-size: 10pt;
  font-weight: bold;
}

.panel-slim > .panel-heading, .panel-slim > .panel-body{
  padding: 3px;
}

.padding-zero {
  padding: 0px !important;
}

.border-zero {
  border: 0px !important;
}


/****Panels per le slide delle POSIZIONI*******/



.panel-itinerari-new {
  background-image: -webkit-linear-gradient(top, #bdffb6 0%, #ffffff 100%);
  background-image:      -o-linear-gradient(top, #bdffb6 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdffb6), to(#ffffff));
  background-image:         linear-gradient(to bottom, #bdffb6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdffb6', endColorstr='#ffffffff', GradientType=0);
  background-repeat: repeat-x;
  border-color: #68ac5f;
  display:inline-block;
  padding: 4px;
}

.panel-itinerari-edit {
  background-image: -webkit-linear-gradient(top, #faf8a2 0%, #ffffff 100%);
  background-image:      -o-linear-gradient(top, #faf8a2 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf8a2), to(#ffffff));
  background-image:         linear-gradient(to bottom, #faf8a2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaf8a2', endColorstr='#ffffffff', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dac657;
  display:inline-block;
  padding: 4px;
}

.panel-itinerari-titolo {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
}

.panel-itinerari-titolo-scarico {
  background-color: rgb(182, 1, 1);
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
  color: white
}

.panel-itinerari-titolo-carico {
  background-color: rgb(30, 107, 0);
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
  color: white
}

.panel-itinerari-titolo-bar {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  font-size: larger;
  padding: 3px;
}

.panel-itinerari-campi {
  padding: 5px;
}

/***********************************************************/
/********Jumbotron delle dimensioni delle input ************/
/***********************************************************/
.jumbotronEditGrigio {
  padding: 5px;
  margin: 0px;
  color: inherit;
  background-color: #eee;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  display: block;
}

.jumbotronEditBlu {
  padding: 5px;
  margin: 0px;
  color: inherit;
  background-color: #cadbff;
  border-radius: 2px;
  border: 1px solid #83a8f8;
  display: block;
}

.jumbotronEditRosso {
  padding: 5px;
  margin: 0px;
  color: inherit;
  background-color: rgb(252, 188, 188);
  border-radius: 2px;
  border: 1px solid #fd7f7f;
  display: block;
}

.jumbotronEditVerde {
  padding: 5px;
  margin: 0px;
  color: inherit;
  background-color: #d1ffc6;
  border-radius: 2px;
  border: 1px solid #83c276;
  display: block;
}

.jumbotronEditGiallo {
  padding: 5px;
  margin: 0px;
  color: inherit;
  background-color: #e4dbb4;
  border-radius: 2px;
  border: 1px solid #e4d079;
  display: block;
}

@media (min-width: 1200px) {
  .col-lg-0-5{
    width: 4.166666%;
  }

  .col-lg-0-7{
    width: 6%;
  }

  .col-lg-1-5{
    width: 12.4999%;
  }

  .col-lg-4-5 {
    width: 37.4999%;
  }

  .col-lg-0-5, .col-lg-1-5, .col-lg-4-5 {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.totali-pos {
  font-size: x-large;
}

.titolo-cliente {
  font-size: large;
}
.col-data {
  width: 110px !important;
}
.col-ora {
  width: 70px !important;
}


input[type=date]::-webkit-calendar-picker-indicator {
  margin-left: -15px;
}

.input-group-addon-btn {
  padding: 2px 4px;
}

/*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;
}

/**** Clienti Check ****/
.clienti-check-list{
  max-height: 200px;
  height: 200px;
  overflow-y: scroll;
}

.clienti-check-slide{
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #c7def1 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #c7def1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c7def1));
    background-image: linear-gradient(to bottom, #ffffff 0%, #c7def1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffc7def1', GradientType=0);
    background-repeat: repeat-x;
    padding: 10px;
    color: #000000;
    border-radius: 6px;
    /*box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);*/
    display: block;
    border: 1px solid #c7def1;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.jumboInfoHome {
    padding-left: 4px;
    margin: 1px;
    border-radius: 5px;
    display: block;
}

.jumboInfoHome>h1 {
    margin-top: -1px;
}

.jumboInfoHomeBtn {
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .3);
}

@media (max-width: 900px) {
    .jumboInfoHome {
        min-height: 120px;
    }
}

@media (min-width: 901px) {
    .jumboInfoHome {
        min-height: 100px;
    }
}

.jumboRosso {
    /*color: #fac4c4;*/
    color: #FFFFFF;
    background-color: #e45454;
    border: 1px solid #ac2222;
}

/*
.jumboVerde {
    color: #FFFFFF;
    background-color: #0d6301;
    border: 1px solid #073b00;
}
*/
.jumboVerde {
  color: #FFFFFF;
  background-color: #5aa850;
  border: 1px solid #286e1f;
}

.jumboBlu {
    /*color: #add0f7;*/
    color: #FFFFFF;
    background-color: #6384f1;
    border: 1px solid #4c56dd;
}

.pratica-rossa{
  background-color: #fadada;
  color: #8b1414;
}

.pratica-verde{
  background-color: #e8ffe3 !important;
  color: #148b1a;
}