#divNavbar #navbar-collapse{
	display: inline-block !important;
	/*150px Tamanho da logo, see #divNavbar #logo_topo*/
	width: calc(100% - 150px);
}

#divNavbar .menu-grupo {
	float: left;
	display: block;
}

#divNavbar .menu-grupo > li {
	float: left;
}

#divNavbar #logo_ajuda {
	max-height: 78%;
	max-width: 78%;
	vertical-align: middle;
}

#divNavbar .menu-ajuda {
	float: left;
	padding: 10px;
	display: none;
	height: 100%;
	text-align: center;
}

#divNavbar .menu-ajuda:hover,
#divNavbar .menu-grupo-open:hover{
	background-color: #96B871;
	text-decoration: none;
}

#divNavbar .menu-grupo-open:focus{
	text-decoration: none;
}

#divNavbar .menu-grupo-open {
	font-size: 20px;
	float: left;
	padding: 12px;
	color: white;
	display: none;
	height: 100%;
}

#divNavbar .menu-grupo > li > a {
	position: relative;
	display: block;
	padding: 15px;
}

#divNavbar .dropdown-menu {
	margin-top: 0;
}

#divNavbar {
	background: none #649D36;
	color: white !important;
	border: none;
	height: 40px;
}

#divNavbar #logo_topo {
	float: left;
	/*Se alterar o width, mudar também no #divNavbar #navbar-collapse*/
	width: 150px;
	padding: 10px 0;
}

#divNavbar li > a.grupo-link {
	height: 100%;
}

#divNavbar .divider {
	height: 100%;
	width: 2px;
	margin: 0 9px;
	background-color: #e5e5e5;
}

#divNavbar .divider-notificacoes {
	height: 100%;
	background-color: #e5e5e5;
}

#divNavbar .dropdown {
	height: 100%;
}

#divNavbar .navbar-nav li.active, #divNavbar .navbar-nav li.open {
	background-color: #96B871;
}

#divNavbar .navbar-nav li:hover {
	background-color: #96B871;
}

#divNavbar .navbar-nav li.active a,
#divNavbar .navbar-nav li.active a:focus,
#divNavbar .navbar-nav li.active a:hover,
#divNavbar .navbar-nav li.active a:visited,
#divNavbar .navbar-nav li a,
#divNavbar .navbar-nav li a:focus,
#divNavbar .navbar-nav li a:hover,
#divNavbar .navbar-nav li a:visited {
	color: white;
	text-decoration: none;
}

#divNavbar #menu_usuario_config:last-child:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-left: 1px solid #89AD83;
}

#divNavbar #menu_usuario_config.grupo:last-child {
	border-left: 1px solid #5F7C5D;
}

#divNavbar .active {
	background-color: #95cd89;
	color: white;
}

#divNavbar div.collapse > ul.nav > li > a {
	color: white;
}

#divNavbar div.collapse > ul.nav > li > a:hover {
	color: white;
}

#divNavbar li.grupo ul li:hover {
	background-color: #96B871;
}

#divNavbar .navbar-nav > .grupo.active > a, #divNavbar .navbar-nav > .grupo.open > a {
	background: transparent;
}

#divNavbar .navbar-nav .grupo li a {
	color: #333;
}

#divNavbar .navbar-nav .grupo.active li a {
	color: #333;
}

#divNavbar .navbar-nav .grupo ul.scrollable-menu {
	height: auto;
	overflow-x: hidden;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
	background: #D7E4CA;
}

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

.black-text-color {
	color: black;
	background-color: rgba(0, 0, 0, 0.5)
}

.mini-icon-pagelet {
	height: 16px;
	padding-right: 5px
}

.mini-tag-pagelet {
    height: 16px;
    padding-left: 8px
}

#divNavbar {
	z-index: 1040;
}

#menu_grupo_notify {
	padding: 0;
}

.notification-heading, .notification-footer {
	padding: 2px 10px;
	background-color: transparent !important;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.notification-heading:hover {
	background-color: transparent !important;
}

.notification-heading h4.menu-title {
	color: #67804E;
}

.menu-title {
	color: #D7E4CA;
	font-size: 1.5rem;
	display: inline-block;
}

.glyphicon-bell {
	font-size: 1.5rem;
}

.dropdown-menu.divider {
	margin: 5px 0;
}

.notification-item {
	padding: 0;
	margin: 0;
}

.notification-item .content {
	padding: 10px;
	margin: 0;
}

.notification-item h4 {
	margin: 0 0 10px 0;
}

.notifications-wrapper {
	overflow: auto;
	max-height: 320px;
	width: 400px;
	color: #67804E;
}

.notifications-wrapper:hover {
	background-color: transparent !important;
}

.notification-item > .content.info {
	border-left: 4px solid #31708f;
}

.notification-item > .content.success {
	border-left: 4px solid #3c763d;
}

.notification-item > .content.warning {
	border-left: 4px solid #8a6d3b;
}

.notification-item > .content.danger {
	border-left: 4px solid #a94442;
}

.notification-item .time {
	margin: 0;
	padding: 0;
}

.badge-notify {
	background: red;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 10px;
}

#grupo_notify .glyphicon-bell {
	top: 5px;
}

.swinging-bell {
	transform-origin: 50% 0;
	-webkit-animation: vibrate 0.35s linear 0s 8 both;
	animation: vibrate 0.35s linear 0s 8 both;
}

.menu-navegacao__btn-analytics {
	border-left: 1px solid #5F7C5D;
	margin-left: 10px;
}

.menu-navegacao__btn-analytics::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	border-left: solid 1px #89AD83;
}

.btn-analytics__analytics-icon {
	height: 2.3em;
	float: left;
	position: relative;
	top: -7px;
	left: 0;
	margin-right: 4px;
}

@keyframes vibrate {
	0% {
		transform: rotate(10deg)
	}
	25% {
		transform: rotate(-10deg)
	}
	50% {
		transform: rotate(0deg)
	}
	75% {
		transform: rotate(10deg)
	}
	100% {
		transform: rotate(0deg)
	}
}

@-webkit-keyframes vibrate {
	0% {
		transform: rotate(10deg)
	}
	25% {
		transform: rotate(-10deg)
	}
	50% {
		transform: rotate(0deg)
	}
	75% {
		transform: rotate(10deg)
	}
	100% {
		transform: rotate(0deg)
	}
}