/* CSS Document */

.mic {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}

.DspN, DspV{
}

.important {
    font-weight: bold;
    font-size: xx-large;
}

.blue {
	color: blue;
`	
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 9px;
}
.back-to-top {
	border-radius: 10px 0px 0px 10px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 0, 0);
}

.form-control#Cauta {
	margin:8px;
	text-transform: none;
}

.form-control#Consum {
	margin:8px;
	text-transform: none;
}

#L_Consum {
	margin-top: 16px;
	color: #666666;
}

.form-control[target=mare] {
	text-transform: uppercase;
}

.form-control[target=prima] {
	text-transform: capitalize;
}

