table {
	font-size: 13px;
}

.nowrap {
	white-space: nowrap;
}

div.inline {
	float: left;
}

.header-nome {
	font-weight: bold;
}

.header-perfil {
	color: #B2B2B2;
}

div.header-logo {
	max-width: 228px;
	height: 48px;
	margin: 10px;
}

div.header-channel-jexperts {
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: contain;
	width: 100px;
	height: 68px;
	margin-left: 10px;
}

div.header-img-usuario {
	max-width: 228px;
	height: 48px;
	margin: 10px;
}

.tbl_controle_header {
	border: 1px solid white;
}

.tbl_controle_header {
	font: 11px arial;
	display: inline-block;
}

.td_header_dropdown a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../img/header/seta_status.gif') no-repeat;
	background-position: center center;
	background-color: white;
	line-height: 27px;
}

.td_header_dropdown a:hover {
	background: url('../img/header/seta_status.gif') no-repeat;
	background-position: center center;
}

.td_header_dropdown a img {
	border: 0;
}

.icon-header-dropdown {
	color: b3b3b3;
}

.header-opcao-dropdown {
	background-image: none !important;
	height: 25px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

.header-opcao-dropdown-selected {
	background-color: #EDEDED;
}

.header-opcao-dropdown-top {
	padding-top: 7px;
}

.header-opcao-dropdown-bottom {
	padding-bottom: 7px;
}

hr.header-usuario-line {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.li-header-usuario-line {
	height: 10px;
}

.td_header_dropdown_aprovacoes a {
	display: block;
	width: 45px;
	height: 30px;
	background: url('../img/header/seta_status.gif') no-repeat;
	background-position: center center;
	background-color: white;
	line-height: 27px;
}

.td_header_dropdown_aprovacoes a:hover {
	background: url('../img/header/seta_status.gif') no-repeat;
	background-position: center center;
}

.td_header_dropdown_aprovacoes a img {
	border: 0;
}

.icon-header-dropdown_aprovacoes {
	color: b3b3b3;
}

.badge-notificacoes {
	border-radius: 5px;
	background: red;
	background: -webkit-linear-gradient(#ff6262, #e4332e);
	background: -o-linear-gradient(#ff6262, #e4332e);
	background: -moz-linear-gradient(#ff6262, #e4332e);
	background: linear-gradient(#ff6262, #e4332e);
	color: white;
	margin-left: 4px;
	padding: 1.5 4 1 4;
	font-size: 10px;
	font-weight: 100;
	line-height: 11px;
	font-family: arial, helvetica, Lucida Sans, FreeSans;
}