#header-command-box { display: none; }	/* Disabilita box comandi */
.wep-cmd-box { display: none; }
#form-list-box-container { display: none; }
.web-main.row { background-color: #2b84c3 !important; }
.navbar { background-color: #0F96E0 !important; }	/* Colore Barra di Menu */
.navbar-brand { color: #FFFFFF !important; }
.dropdown-toggle { color: #FFFFFF !important; }		/* Colore Sfondo Opzioni Menu Principale */
/* Lampeggio */
.Blink {
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: red;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


/* Inizio Colori righe tabelle */
.table-striped > tbody > tr:nth-child(2n) > td { background-color: #FFFFFF !important; }
.table-striped  > tbody > tr:nth-child(2n+1) > td { background-color: #F5F5F5 !important; }
.table-striped > tbody > tr.selected > td {
	background-color: #D9D9D9 !important;
	font-weight: bold !important;
}
.table-striped > tbody > tr:hover > td { background-color: #CFEAFF !important; }

/* colore sfondo riga tabella */
.table-striped > tbody > tr:nth-child(2n) > td.RedRows {
	background-color: #f46977 !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.RedRows {
	background-color: #f46977 !important;
}
.table-striped > tbody > tr:nth-child(2n) > td.GreenRows {
	background-color: #8ACF91 !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.GreenRows {
	background-color: #8ACF91 !important;
}
.table-striped > tbody > tr:nth-child(2n) > td.YellowRows {
	background-color: #FCF783 !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.YellowRows {
	background-color: #FCF783 !important;
}
.table-striped > tbody > tr:nth-child(2n) > td.GreyRows {
	background-color: #D9D9D9 !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.GreyRows {
	background-color: #D9D9D9 !important;
}
.table-striped > tbody > tr:nth-child(2n) > td.BlueRows {
	background-color: #98CCFF !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.BlueRows {
	background-color: #98CCFF !important;
}
.table-striped > tbody > tr:nth-child(2n) > td.WhiteRows {
	background-color: #FFFFFF !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.WhiteRows {
	background-color: #FFFFFF !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(239, 245, 252);
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgb(239, 245, 252);
}
/* Fine Colori righe tabelle */

/* colore pulsante salva
btn btn-default panel-toolbar-button panel-insert-button
*/
.panel-insert-button {
		background-color: #00C0FF !important;
}
.panel-save-button {
		background-color: #FFC057 !important;
}

.panel-field-header-list { background-color: #0BC1FA !important; }	/* Colore sfondo campi intestazioni tabelle */
.list-row-selector-caption {	background-color: #0BC1FA !important; }	/* Colore sfondo intestazione colonna multi- selezione */

.dashboard-deal-graph { border: none; }
.ov-vis { overflow: visible; }

.dashboard-form .form-body .row.frame-row { height: auto !important; }

.dashboard-form .panel-list-container > .input-group.form-list-cell-group { background-color: transparent !important; } 

/* DASHBOARD: Nascondo il bordo degli input */
input.no-border-field {
    border: none;
    box-shadow: none;
    padding-left: 2px;
    background-color: #ffffff !important;
}

.badge {
    background-color: rgb(224, 102, 102) !important;
}

h3.panel-title {
    font-size: 1.5em	!important;
}
.table > tbody > tr > td {
font-size: 14px !important;
}
.nav-tabs li a {
	font-size:12px !important;
}

/* LOGIN */
.login-pan-cls { 
  background-color: transparent !important;
  border: none;
}
.pdfscroller {
	overflow: scroll	!important;
}

.button_info {
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 2px solid #1898e1;
  border-radius: 17px 17px 17px 17px;
  background-color: #1898e1;
}
.button_i {
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 2px solid #11af5e;
  border-radius: 17px 17px 17px 17px;
  background-color: #11af5e;
}
.button_l {
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 2px solid #ead517;
  border-radius: 17px 17px 17px 17px;
  background-color: #ead517;
}

.button5 {
	border-radius: 50%	!important;
}

input.sfondo-azzurro {
	background: #D0D2D3 !important;
	background-color: #D0D2D3 !important;
	color:#ffffff;
}

.fa-comment {color: dodgerblue}
.fa-asterisk {color: dodgerblue}
