.ajuda {
	background: url(../images/help.png) 0 10px no-repeat;
	height: 26px;
	width: 26px;
	right: 0;
	top: 0;
	position: absolute;
	border-bottom: none !important;
	cursor: help !important;
}

.popover.bottom {
	width: 100%;
}

h3.popover-title {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	font-size: 13px;
}

.popover-content {
	font-size: 12px;
}

.aplicativo .ajuda:hover {
	cursor: pointer;
	background: url(../images/help.png) 2px 8px no-repeat;
}

.aplicativo {
	position: relative;
	float: left;
	height: 100px;
}

/* Ativado */
.aplicativo img {
	display: block;
	position: absolute;
	left: 8px;
	top: 5px;
	width: 60px;
}

.aplicativo {
	margin-bottom: 15px;
	position: relative;
}

.aplicativo .titulo, .aplicativo .descricao {
	float: left;
	height: 15px;
	padding-left: 85px;
	padding-right: 10px;
	font-size: 12px;
	color: #a0a0a0;
}

.aplicativo .titulo {
	font-size: 13px;
	height: 30px;
	margin-right: -20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	font-weight: bold;
	color: #2d7e1f;
}

/*.descricaoativado */
.aplicativo.desativado img {
	opacity: 0.2;
}

.aplicativo.desativado:hover {
	cursor: auto;
	background-image: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.aplicativo.desativado img .descricao {
	display: block;
}

.aplicativo.desativado .titulo, .aplicativo.descricao .descricao {
	color: #aaa;
}

.aplicativo:hover {
	cursor: pointer;
	height: 100px;
	background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
	background-image: linear-gradient(top, #f0f0f0, #ffffff);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

p.des {
	float: left;
	width: 90%;
	margin-bottom: 10px;
	padding: 10px 0 18px;
	line-height: 23px;
	font-size: 17px;
	color: #2d7e1f;
	border-bottom: 1px solid #E9EBEE;
	background: #fff;
}

p.des .inf {
	float: left;
	width: 100%;
	margin-top: -5px;
	font-style: italic;
	font-size: 13px;
	color: #818181;
}

p.des .inf a {
	text-decoration: underline;
	color: #818181;
}

p.des .inf a:hover {
	text-decoration: none;
	color: #333;
}

p.sub-des {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	color: #2d7e1f;
	background: #fff;
}

/* MODIFICAÇÕES NAS NOTIFICAÇÕES DO BOOTSTRAP-NOTIFY */

.notifications > div.alert-info {
	background-image: url(../images/information.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-left: 30px;
}

.notifications > div.alert-warning {
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-left: 30px;
}

.notifications > div.alert-danger {
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-left: 30px;
}

.notifications > div.alert-success {
	background-image: url(../images/success.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-left: 30px;
}

.notifications.top-center {
	left: 35%;
	top: 80px;
	z-index: 9999;
	width: 350px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

#content {
	position: absolute;
	top: 78px;
	bottom: 0;
	width: 100%;
}

.analytics-dropdown {
	height: calc(100vh - 50px);
	background: #eee;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 1039;
	transition: top .4s ease-in-out;
	will-change: top;
}

.analytics-dropdown--hidden {
	top: -100%;
}

.analytics-dropdown__frame {
	width: 100%;
	height: 100%;
	border: none;
}

.analytics-dropdown__frame--hidden {
	display: none;
}

.pageletFrame {
	width: 100%;
	height: 100%;
	border: 0;
}

::selection {
	background: #a3bad9;
}

::-moz-selection {
	background: #a3bad9;
}

.truncado, #toolbar .title {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.truncado {
	max-width: 100%;
}

.descricao_ajuda {
	width: 100%;
	height: 100%;
}

.ajuda_container {
	width: 100%;
	height: 80px;
	overflow-y: hidden;
}