/**
 * @author Isabel Gabard 
 */

.navbar a, .navbar-nav a {
	color: white !important;
}

.top-bar {	
	background-color: white;
	max-height: 50px;
	margin: 15px 10px 15px 10px;
}
.top-bar div img {
	width: auto;
  height: 50px;
}

.navbar-custom {
	max-height: 66px;	
	background-color: #FCB758;
	border-color: #FCB758;
}
.vertical-menu {
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	top: 80px;
	height: 100%;
	background-image: url("/datacenter/menu/imgs/imgs/ultimo-menu.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: 'Roboto Thin';
	font-size: 14px;
}
.vertical-menu nav .caption {	
	color: white;
	background-image: url("/datacenter/menu/imgs/imgs/NOME.jpg");
	width: 100%;
}

.menu-header {
	display: inline-flex;
  width: 100%;
}
.menu-header .text-center {
	margin-top: 4px;
}
.menu-container {
	width: 100%; 
	padding: 0px; 
	border-radius: 4px;
}
.link-menu {
	display: inline-block;
  vertical-align: middle;
  float: none;
}
img.link-menu {
	position: absolute;
	right: 10px;
	top: 21px;
}
.link-menu>span>img {
	max-height: 60px;
}
.glyphicon.link-menu {
	top: 0;
}

#menu {
	padding-left: 0px;
	padding-right: 0px;
}
#menu ul li {
	background-image: url("/datacenter/menu/imgs/imgs/menu-back.png");
	background-size: 100% 100%;
	max-height: 60px;
	margin-top: 0px;
}
#menu li a{
	display: inline-block; 
	width: 100%;
}

#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover ul, #menu2 ul li:hover ul {
	display: block;
	position: absolute;
	top: -1px !important;
	left: 100% !important;
}

.segundo {
	display: none !important;
	left: 0;  
  padding: 0;
  margin: 0;
  border: 0;
  width: 346px;
}
.segundo li {
	background-image: url("/datacenter/menu/imgs/imgs/ultimo-menu.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu-navbar ul li a:hover ul, #menu-navbar ul li:hover ul {
	display: block !important;
}
.icon-menu {
	max-height: 82px;
  float: left;
}

.menu-ppal {
	background-image: url("/datacenter/menu/imgs/imgs/menu-back.png");
	background-size: 100%;
	max-height: 82px;
	margin-top: 0px !important;
	color: white;
}
.menu-ppal:hover {
	position: relative;
}
.menu-hover {
	display: none;
	background-image: url("/datacenter/menu/imgs/imgs/menu-back-hover.png") !important;
	background-size: 100% 100%;
	margin-top: 0px;
	color: black;
}
.menu-hover a:hover ul, .menu-hover:hover ul {
	display: block;
	position: absolute;
	top:-1px;
	left: 100%;
}
.menu-hover ul li {
	background-image: url("/datacenter/menu/imgs/imgs/menu-second.png") !important;
	background-size: 100% 100% !important;
	margin-top: 0px;
}
.menu-hover ul li ul {
	display: block !important;
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	width: 100%;
}
.menu-hover ul li ul li{
	background-image: url("/datacenter/menu/imgs/imgs/menu-second-menu.jpg") !important;
	background-size: 100% 100% !important;
	margin-top: 0px;
  vertical-align: middle;
}

.menu-second {
	margin-top: 0px;
	padding: 0px;
	xwidth: 348px;
}
.menu-second li a {
	vertical-align: middle;
	height: 100%;
  display: flex !important;
  align-items: center;
}

#menu .nav > li > a {
	padding: 0;
}
#menu .nav > li > a:focus, #menu .nav > li > a:hover,
#menu .dropdown-menu > li > a:hover {
	background: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #404A51 !important;
}
#menu .nav-stacked > li + li {
	margin-top: 0px;
	padding-bottom: 1px;
}
#menu-navbar {
	font-family: 'Roboto';
	font-size: 13px;
	color: white;
}
#menu-navbar .dropdown li { height: 47px; }
#menu-navbar .dropdown li a { height: 100%; }
#menu-navbar .dropdown li:nth-child(1) { background-color: #FBA627; }
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover,
#menu-navbar .dropdown li:nth-child(1) a:hover { background-color: #383637; }
#menu-navbar .dropdown li:nth-child(2) { background-color: #FCB040; }
#menu-navbar .dropdown li:nth-child(2) a:hover { background-color: #41403E; }
#menu-navbar .dropdown li:nth-child(3) { background-color: #FCB758; }
#menu-navbar .dropdown li:nth-child(3) a:hover { background-color: #525252; }
#menu-navbar ul li ul { padding: 0; }

.black {
	color: black;
}

.spacer {
	margin-top: 10px;
}
 
 
 
/* NEW Menu styles */

.menu {
	position: fixed;
	xtop: 120px;
	left: 0;
	height: calc(100vh - 120px);
	padding-left: 0;
}

.menu__wrap {
	position: absolute;
	top: 3.5em;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

.menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu__level--current {
	visibility: visible;
}

.menu__item {
	display: block;
	width: calc(100%); 
}

a.menu__link:link, a.menu__link:visited, a.menu__link:active, a.menu__link:active {
	color: white !important;;
}

.menu__link {
	font-weight: 400;
	position: relative;
	display: block;
	padding: 0.5em 1.0em 0.5em 0.5em;
	color: #bdbdbd;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
	background-image: url("/datacenter/menu/imgs/imgs/menu-back.png");
	background-size: 100% 100%;	
}

.menu__link[data-submenu]:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 10px;	
	background-image: url('/datacenter/menu/imgs/imgs/arrow2.png');
	background-size: 100% 100%;
	height: 15px;
	width: 15px;
	display: block;
}

.menu__link[data-submenu]:hover:after {
	content: url('/datacenter/menu/imgs/imgs/arrow-right.png');
}
.menu__link:hover {	
	background-image: url("/datacenter/menu/imgs/imgs/menu-back-hover.png") !important;	
	background-size: 100% 100%;
}

.menu__link--current:before {
	content: '\00B7';
	font-size: 1.5em;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0.5em;
	height: 4px;
	color: #5c5edc;
}

[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}

.animate-outToRight .menu__item {
	-webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate-outToLeft .menu__item {
	-webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate-inFromLeft .menu__item {
	-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate-inFromRight .menu__item {
	-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.menu__breadcrumbs {
	font-size: 0.65em;
	line-height: 1;
	position: relative;
	padding: 2.5em 2.5em 1.5em 1.5em;
}

.menu__breadcrumbs a {
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5c5edc;
}

.menu__breadcrumbs a:last-child {
	pointer-events: none;
}

.menu__breadcrumbs a:hover {
	color: #8182e0;
}

.menu__breadcrumbs a:not(:last-child)::after {
	content: "»";
	font-family: 'feather';
	display: inline-block;
	padding: 0 0.5em;
	xcolor: #33353e;
}

.menu__breadcrumbs a:not(:last-child):hover::after {
	xcolor: #33353e;
}

.menu__back {
	font-size: 1.05em;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 2.25em;
	margin: 0;
	padding: 1.365em 0.65em 0 0;
	cursor: pointer;
	color: #2a2b30;
	border: none;
	background: none;
}

.menu__back--hidden {
	pointer-events: none;
	opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
	color: #fff;
	outline: none;
}


/* Open and close buttons */

.action {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

.action:focus {
	outline: none;
}

.action--open {
	font-size: 1.5em;
	top: 1em;
	left: 1em;
	display: none;
	color: #fff;
	position: fixed;
	z-index: 1000;
}

.action--close {
	font-size: 1.1em;
	top: 1.25em;
	right: 1em;
	display: none;
	color: #45464e;
}

@media screen and (max-width: 40em) {
	.action--open,
	.action--close {
		display: block;
	}
	.menu {
		z-index: 1000;
		top: 0;
		width: 100%;
		height: 100vh;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}
	.menu--open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
 
/* Resets */

*,
*:after,
*:before {
	box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}


/* Main styles */

.container {
	overflow-y: auto;
	height: 100vh;
}

.content--loading {
	background: url(/datacenter/menu/imgs/imgs/loading.svg) no-repeat 50% 50%;
}


.submenu {
	font-weight: 400;
	position: relative;
	display: block;
	color: #bdbdbd;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
	background-image: url("/datacenter/menu/imgs/imgs/menu-back.png");
	background-size: 100% 100%;	
}
.horizontal-menu {
	padding-right: 0px;
	padding-left: 0px;
	background-image: url("/datacenter/menu/imgs/imgs/ultimo-menu.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: 'Roboto Thin';
	font-size: 14px;
	width: 100%;
	margin-bottom: 0px;
}
ul.navbar-right {
	margin-top: -18px;
}
#main-menu {
	padding-top: 10px;
}
#main-menu .active > a {
	background-color: #CCC !important;
}
.open .dropdown-menu {
	background-color: #262626;
}

#ml-menu {
	padding-left: 0px;
}
#ml-menu .nav > li > a {
	padding: 10px 12px;
}