.testata_pagina_resp { color: white; background-color: #274c93;  }

.txtinput_noicon { background-color: #f1f1f1; }

.aside_c { min-height: 1px;  }

.testata_saldi_crediti {
    font-weight: bold;
    background-color: #274c93;
    color: #ffffff;
    margin: 0px auto;
    top: 10px;
    left: 0px;
    width: 96%;
    height: auto;
    border-left: .25rem solid #274c93;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 20px;
    text-align: right;
  }
  
 .riga_saldi_crediti {
    background-color: #fff9d7;
    color: #3e3e3e;
    border-left: 0.25rem solid #274c93;
	}
	
.testata_saldi_buoni {
    font-weight: bold;
    background-color: #ff8c00;
    color: #ffffff;
    border-left: 0.25rem solid #ff8c00;
}
  
 .riga_saldi_buoni {
    background-color: #ffecd8;
    color: #3e3e3e;
    border-left: 0.25rem solid #ff8c00;
}

/* pagina QR - tasto Pagonline */
.importo_crediti {
    background-color: #274c93;
	padding-top: 10px;
	min-width: 260px;
}

.importo_buoni {
    background-color: #ff8c00;
	padding-top: 10px;
	color: #ffffff;
	min-width: 280px;
}

/* pagina Trasferimento */
#VALORE_UNITA_CREDITO {
    background-color: #274c93;
    color: white;
    font-weight: bold;
}

#VALORE_SCONTO {
    background-color: #ff8c00;
    color: white;
    font-weight: bold;
}