/*
	tema unotify - ybar

*/

div.unotify.unotify_ybar {
	position: absolute;
	top: 10px;
	right: 10px;

	min-height: 38px;
	height: auto;
	line-height: 38px;

/*	background-color: #222; */

	color: white;
	min-width: 20px;
	max-width: 900px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	padding: 0px;

/* -- novo -- */
	background-image: url(/web/assets/ui/bg_darkblue.png);
	background-repeat: repeat;
	/*
	border: 1px solid #234B64;
	border-top-color: #4A8CB2;
	box-shadow: inset 0 0 10px rgba(0,161,250,0.1), 0 3px 5px rgba(0,0,0,0.5);
	border: 1px solid #032B44;
	border-top-color: #3A7CA2;

	*/

	box-shadow: inset 0 0 10px rgba(0,161,250,0.1), 7px 7px 8px rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;


}

/* icone de item */
div.unotify .unotify_item, div.unotify .unotify_item_off, div.unotify .unotify_item:hover, div.unotify .unotify_item:active {
	position: relative;
	min-width: 18px;
	min-height: 18px;
	width: 18px;
	height: 18px;
	margin: 4px;
	float: right;
	display: block;
	background-position: 7px 6px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 6px;
	cursor: pointer;
}
/* icone mouse ouver */
div.unotify .unotify_item:hover {
	background-color: #000;
}
div.unotify .unotify_item:active {
	background-color: #fff;
}

/* exibir/ocultar icone na barra */
div.unotify .unotify_item_hide {
	display: none;
}
div.unotify .unotify_item_off {
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}




/*
div.unotify_desk {

	min-width: 400px;
	width: auto;
	max-width: 600px;
	
	min-height: 80px;
	height: auto;
	max-height: 600px;

	display: block;
	overflow: auto;
	text-shadow: 0 0 5px rgba(0, 161, 250, 0.4);


	background-image: url(/web/ui/bg_darkblue.png);
	background-repeat: repeat;
	border: 1px solid #234B64;
	border-top-color: #4A8CB2;
	box-shadow: inset 0 0 10px rgba(0,161,250,0.1), 0 3px 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

*/


/* -------------------------------- contador de notificacoes --------------------------------- */
.unotify_counter {
	display: block;
	background: none;
	top: 0;

	color: white;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 1px;
	position: absolute;
	right: -1px;
	z-index: 101;
	cursor: pointer;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	line-height: 1.28;
	text-align: left;
	direction: ltr;
	margin: -4px 1px 0px 0px;

}

.unotify_counter span {
	border: solid 1px #D83722;
	border-bottom: solid 1px #C0311E;
	border-top: solid 1px #E23923;

	-webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);

	padding: 0 1px;
	background-color: #F03D25;

	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;

}
.unotify_counter, .unotify_counter span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}






