/*
Theme Name: Revista CódigoPro 2017 v5 - DentalPro Child
Template: revista-codigopro-2017-v5
Version: 1.4
Description: Adds an Entrar/Sair icon to the header alongside search and language. Honors ?redirect_to= for post-login navigation.
Author: Outsmartis
*/

/* Auth icon column shares the same row as search + language */
.barra-menu-outros .menu-auth { padding: 0; text-align: center; }

.barra-menu-outros .menu-auth a {
	display: block;
	width: 100%;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

.barra-menu-outros .menu-auth a:hover,
.barra-menu-outros .menu-auth a:focus {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

/* Match the parent theme's icon styling: glyphicon fills the 64px header
 * row so it lines up vertically with .caixa-pesquisa and .menu-linguagens. */
.barra-menu-outros .menu-auth .glyphicon {
	display: block;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	text-align: center;
	top: 0;
}
