#hd {
	height: 2.85em;
	line-height: 2em;
	text-align: center;
	font-size: 14px;
	background-color: #C0C0C0;
	/* background-image: url(../images/bar_gradient.png); */
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: repeat-x;
	display: table;
	border-top-left-radius: .25em;
	-webkit-border-top-left-radius: .25em;
	border-bottom-left-radius: .25em;
	-webkit-border-bottom-left-radius: .25em;
	border-top-right-radius: .25em;
	-webkit-border-top-right-radius: .25em;
	border-bottom-right-radius: .25em;
	-webkit-border-bottom-right-radius: .25em;
}

#hdLogo, .hdItem {
	float: left;
	height: 2.7em;
	line-height: 2.8em;
}

#hdLogo {
	width: 187px;
}

.hdItem {
	width: 128.2px;
	border-left: 1px dotted #FFF;
	/* Ajuste para evitar que os itens a direita andem quando o mouse est� por cima */
	padding-right: 1px;
}

#doc div.hdItem:hover a, #doc div.hdItem:hover a.corner {
	background-color: #CCC;
	/* Ajuste para evitar que os itens a direita andem quando o mouse est� por cima */
	padding-right: 0px;
	height: 2.6em;
	border-top-right-radius: .25em;
	-webkit-border-top-right-radius: .25em;
	border-bottom-right-radius: .25em;
	-webkit-border-bottom-right-radius: .25em;
}

#doc div.hdItem:hover a {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.hdItem a {
	color: #333333;
}

.hdItem a:hover {
	font-size: 108%;
	color: #FFFFFF;
}

.hdItem a img {
	vertical-align: middle;
}

.hdItem .far {
	line-height: 2.7rem;
}

#bd #message {
	text-align: center;
	position: absolute;
	left: 48%;
	top: 40%;
	margin-left: -150px;
	margin-top: -150px;
	width: 320px;
}

#bd {
	margin-top: .75em;
}

#message .icon {
	text-align: center;
	width: 320px;
}

#notification-container {
	z-index: 99999;
}

#close {
	color: #000;
	font-weight: bolder;
	padding: 1px;
	position: absolute;
	right: 5px;
	text-decoration: none;
	top: 2px;
}

#notifications ul {
	background-color: #FFBD7B;
	margin: 0;
	padding: 10px 0;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
}

#notifications ul li {
	list-style: none;
}

#ft {
	clear: both;
	text-align: right;
	font-size: 86%;
}

#menuFooter {
	text-align: center;
	font-size: 75%;
	margin-top: 10px;
}

#menuFooter div {
	margin: 5px;
}

/* menu print */
.contextMenu {
	background-color: #F6F7EE;
	border: 1px solid #C4C4BE;
	display: none;
	margin: 0;
	padding: 10px 1px;
	position: absolute;
	text-align: left;
	z-index: 5;
}

.optionMenu {
	width: 200px;
	padding-left: 1px !important;
	margin-left: 283px;
	margin-top: -7px;
	display: display !important;
}

.contextMenu li {
	list-style: none;
	margin: 0 0 2px 0;
}

.contextMenu li a {
	color: #333;
	display: block;
	font-size: 85%;
	padding: 2px 15px;
	text-decoration: none;
}

.contextMenu li a:hover {
	background-color: #8C8AD0;
	color: #fff;
}

.backgroundTasksQueue {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999;
}

.backgroundTasksQueue div {
	padding: 0px 10px;
	border-left: 1px solid #BBBBBB;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	line-height: 2em;
	text-align: right;
}

.backgroundTasksQueue div.header {
	background-attachment: scroll;
	background-color: #FFBD7B;
	/* background-image: url("../images/bar_gradient.png"); */
	background-position: center bottom;
	background-repeat: repeat-x;
	border-top-left-radius: .25em;
	text-align: center;
}

.backgroundTasksQueue i {
	font-size: 123%;
}

.backgroundTasksQueue div.header, .backgroundTasksQueue span {
	font-size: 10px;
}

.backgroundTasksQueue a.success {
	color: #000000;
	text-decoration: none;
}

.backgroundTasksQueue a.success:hover {
	color: #DD0000;
}

.backgroundTasksQueue .processing {
	color: gray;
}

.backgroundTasksQueue .success {
	color: green;
}

li.emailBoleto {
	width: 121px;
}

.color-gray {
	color: gray;
}

.color-light-gray {
	color: #C0C0C0;
}

.color-red {
	color: red;
}

.power-link {
	color: #A52A2A;
}

.list-component-dialog {
	font-size: 77%;
	background-color: #fff;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}

.body-background {
	background-color: #f6f9fa;
}
.publicCalendarMenu {
	right:0px;
}
