@CHARSET "UTF-8";

.cabecalho{
	
	background-position: right;
	background-repeat: no-repeat;
	background-color: white;
	margin-left: 3px;
	margin-right: 7px;
}

.cabecalho-left{
	float: left;
	width: 185px;
	height: 75px;
	margin-top: -70px;
}

.cabecalho-right{
	background-color: white;
	background-position: 50px 100%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 1px #abadaf;
	height: 75px;
}

.header-actions{
	float: right;
	margin-top: 25px;
	font-size: 14pt;
	color: #FFB0B5;
	text-decoration: none;
	font-weight: bold;
}

.header-separador{
	width: 20px;
	text-align: center;
}

.header-help{
	margin-right: 30px;
}

.header-messages{
	width: 40px;
	height: 40px;
	left: 75%;
	margin-top: 20px;
	position: absolute;
}

.header-messages-logomarca{
	width: auto;
    height: auto;
    max-height: 71px;
	left: 87%;
	margin-top: 3px;
	position: absolute;
}

.header-messages-bola-rosa{
	z-index: 1;
	left: 77%;
	margin-top: 15px;
	position: absolute;
}

.header-imagem-user{
	max-width: 62px;
	max-height: 62px;
	width: auto;
    height: auto;
    border-radius: 50px;
	margin-left: 25px;
	margin-top: 8px;
}

.header-imagem-empresa{
	/*max-height: 190%;*/
	margin-top: -12px;
	max-width: 90%;
	margin-left: -15px;
	width: auto;
    height: auto;
	float: left;
}

.header-nome-empresa{
	max-height: 100%;
	max-width: 100%;
	margin-left: 5px;
	margin-top: 2px;
	float: left;
	font-size: 12px;
	width: 350px;
	
}

.header-imagem-user-recado{
	max-width: 65px;
	max-height: 65px;
	width: auto;
    height: auto;
    border-radius: 50px;
}

.header-imagem-seletor{
	max-height: 100%;
	max-width: 100%;
	top: 40px;
	margin-left: 5px;
	float: left;
	position: absolute;
}

.header-seletor-empresa {
   	opacity: 0.9;
	z-index: 10000;
	background-color: #fff;
	font-size: 12px;
	display: none;
	top: 60px;
	float: left;
	position: absolute;
	margin-left: 5px;
}

.item-seletor-empresa {
	
	text-decoration: none; 
	color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
}

.ui-autocomplete-item{
	font-size: 12px;
}

#formCabecalho .ui-autocomplete-input {
	width: 220px;
	height: 16px;
	float: right;
	top: 8px;
	position: relative;
	font-size: 9pt;
	color: black;
	border: none;
}

#formCabecalho .ui-state-focus{
	border: none !important;
}

.header-buscar{
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	border: 2px solid white;
	cursor: pointer;
}

.header-usuario{
	font-size: 12pt;
	margin-left: 30px;
	color: black;
	margin-top: 12px;
	position: absolute;
}

.header-nome-instituicao{
	font-size: 13pt;
	margin-left: 30px;
	color: #FFB0B5;
	margin-top: 35px;
	position: absolute;
	font-weight: bold;
}
