tr.odd.selected {
	background-color: #acbad4;
}

tr.even.selected {
	background-color: #acbad4;
}

.country-select {
	top: 8px;
}

.country-select input {
	border: none;
}

.bfh-states {
	top: 3px;
	position: absolute;
}

.states-text-danger {
	position: absolute;
	top: 50px;
}

.texto-oscuro {
	color: #2b2b2b;
}
.cirIcon{
	width: 25px;
	height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #555;
}