/* Estilos usados en el componente password-strength-tester. */

.medidor {
	display: inline-block;
	width: 140px;
	padding: 2px;
}

.medidor>.leyendaBox {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	height: 1em;
}

.medidor>.ledBox {
	margin: 4px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 1px;
	width: 100%;
	height: 4px;
	overflow: hidden;
}

.medidor>.ledBox>.led {
	display: inline-block;
	height: 100%;
	width: 0;
}

.medidor .leyenda.pos0 {
	color: gray;
}

.medidor .leyenda.pos1 {
	color: red;
}

.medidor .leyenda.pos2 {
	color: #f50;
}

.medidor .leyenda.pos3 {
	color: #2b4;
}

.medidor .leyenda.pos4 {
	color: green;
}