/* NOTIFICACAO FIXA */
.notificacao-hypnobox{
	bottom:26px;
	left:50%;
	margin-left:198px;
	position:fixed;
	width:272px;
	z-index:10;
}
	.notificacao-hypnobox .box-notificao-geral{
		float:left;
	}
		.notificacao-hypnobox .box-notificao-geral .notificacao-geral{
			display:table;
			height:46px;
			margin-top:6px;
			position:relative;
		}
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral .detalhes-notificao{
				background:#545454 no-repeat -13px center;
				border-radius:4px;
				box-shadow:3px 3px 4px -2px #5d5d5d;
				box-sizing:border-box;
				color:#ffffff;
				display:table-cell;
				font-family:'open_sans_condensedbold', Arial, sans-serif;
				font-size:12px;
				opacity:0.95;
				padding:10px 16px 10px 24px;
				position:relative;
				text-decoration:none;
				vertical-align:middle;
				width:272px;
			}
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral .detalhes-notificao > i.ico-hypnobox{
				background-position:-15px -151px;
				height:30px;
				left:0;
				margin-top:-15px;
				position:absolute;
				top:50%;
				width:15px;
			}
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral.tarefa .detalhes-notificao > i.ico-hypnobox{
				background-position:-13px -91px;
			}
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral.visita .detalhes-notificao > i.ico-hypnobox{
				background-position:-15px -121px;
			}
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral.alerta .detalhes-notificao > i.ico-hypnobox,
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral.proposta .detalhes-notificao > i.ico-hypnobox{
				background-position:-15px -61px;
			}			
				.notificacao-hypnobox .box-notificao-geral .notificacao-geral .detalhes-notificao:hover{
					text-shadow:1px 0px 5px #ffffff;
					opacity:0.98;
				}
			.notificacao-hypnobox .box-notificao-geral .notificacao-geral .fechar-notificacao{
				background:url('../img/fechar-notificacao.png') no-repeat center center #adce5b;
				border:2px solid #ffffff;
				border-radius:12px;
				height:20px;
				margin-top:-12px;
				position:absolute;
				right:-12px;
				top:50%;
				width:20px;
			}
/* NOTIFICACAO FIXA */


/* QUANTIDADE DE NOTIFICACOES */
.box-qtd-notificacao{
	background:#adce5b;
	border-radius:4px;
	font-family:'open_sansbold', Arial, sans-serif;
	font-size:10px;
	left:96px;
	line-height:1;
	padding:4px 6px;
	position:absolute;
	top:-14px;
}
	.box-qtd-notificacao .seta{
		border-color:#adce5b transparent transparent;
	    border-style:solid;
	    border-width:6px 6px 0 0;
	    bottom:-6px;
	    height:0;
	    left:4px;
		position:absolute;
	    width: 0;
	}
.box-qtd-notificacao-retratil{
	background:#adce5b;
	border-radius:4px;
	color:#ffffff;
	font-family:'open_sansbold', Arial, sans-serif;
	font-size:10px;
	right:30px;
	line-height:1;
	padding:4px 6px;
	position:absolute;
	top:4px;
}
	.box-qtd-notificacao-retratil .seta{
		border-color:transparent transparent transparent #adce5b;
	    border-style:solid;
	    border-width:3px 0 3px 5px;
	    top:6px;
	    height:0;
	    right:-5px;
		position:absolute;
	    width: 0;
	}
/* QUANTIDADE DE NOTIFICACOES */