select {
	-webkit-appearance: none;
	padding-right: 1em;
    background: url(../img/gea/unico/bt_collapse.png) no-repeat bottom right #fff;
	background-size : 1em 1em;
}
	
.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -moz-animation: blink 0.5s linear infinite;
}
@keyframes blink {
   to { visibility: hidden; }
}
@-webkit-keyframes blink {
   to { visibility: hidden; }
}