/**
 * MENU
 */
#toolbar-administration {
	background: black;
}
.fixed-bar {
	background: black;
	height: 40px;
	width: 100%;
	display: none;
}
.fixed-bar ul {
	display: inline-flex;
}
.fixed-bar ul > li {
	line-height: 16px;
	list-style-type: none;
	height: 16px;
	padding: 12px 20px;
}
.fixed-bar ul > li:last-child {
	padding-right: 0;
}
.fixed-bar ul > li > a {
	color: #3BCE60;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-header {
	width: 100% !important;
}
.navbar-default {
	background: #2A2F3C;
	border: 0px;
	border-radius: 0;
	height: 80px;
}
.navbar-default .navbar-logo {
	height: 30px;
	margin-top: 20px;
}
.menu--main {
	display: inline-flex;
}
.menu--main > li {
	border-bottom: 2px solid transparent;
	height: 50px;
	margin-top: 15px;
}
.menu--main > li:hover {
	background-color: transparent !important;
}
.menu--main > li > a {
	color: white;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
.menu--main > li > a:active, .menu--main > li > a:focus, .menu--main > li > a:hover, .menu--main > li.active > a {
	background-color: transparent !important;
	color: #3BCE60;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent !important;
}

.menu--main > li.active {
	border-bottom: 2px solid #3BCE60;
	height: 50px;
}
.menu--main .btn-secondary-outline {
	background: transparent;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 7px;
	width: 80px;
}
.user-logged-in .menu--main .login-button {
	display: none;
}
.menu--main .logout-button {
	display: none;
}
.menu--main .logout-button > a {
	float: left;
}
.menu--main .logout-button > a:last-child {
  padding-right: 5px;
}
.user-logged-in .menu--main .logout-button {
	display: block !important;
}
#menu-formazione {
	display: none;
	overflow: hidden;
	transition: .5s all;
	top: -500px;
}
#menu-formazione.visible {
	background: white;
	box-shadow: 0px 24px 64px rgba(0, 0, 0, .16);
	display: block;
	height: 348px;
	left: -15px;
	top: 80px;
	position: absolute;
	transition: .5s all;
	width: calc(100% + 30px);
	z-index: 999999;
}
.user-logged-in #menu-formazione.visible {
	top: 75px;
}
.menu-area-list {
	list-style-type: none;
	margin: 0;
	margin-top: 16px;
	padding: 0;
}
.menu-area-list > li {
	margin-bottom: 20px;
}
.menu-area-list > li > div {
	border: 1px solid;
	height: 32px;
	float: left;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	width: 32px;
}
.menu-area-list > li > a {
	text-decoration: none;
	line-height: 17px;
	display: block;
}
.menu-area-list > li > p {
	background: #F4F4F4;
	border-radius: 3px;
	clear: both;
	color: rgba(42, 47, 60, .8);
	display: block;
	font-size: 11px;
	margin-left: 49px;
	margin-top: 8px;
	padding: 3px 5px;
	width: fit-content;
}
.menu-page-list {
	list-style-type: none;
	margin: 0;
	margin-top: 16px;
	padding: 0;
	width: 100%;
}
.menu-page-list > li {
	border: 1px solid #E8EAEC;
	border-radius: 3px;
	float: left;	
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	width: calc(25% - 8px);
}
.menu-page-list > li:last-child {
	margin-right: 0;
}
.menu-page-list > li > .menu-page-list-item > p {
	color: #191C24;
	font-weight: 500;
	height: 24px;
	line-height: 14px;
	margin: auto;
	margin-top: 10px;
	opacity: .6;
	width: 90%;
}
.menu-page-list > li > .menu-page-list-item > div {
	background: #F4F4F4;
	border-radius: 3px;
	color: rgba(42, 47, 60, .8);
	font-size: 10px;
	margin: auto;
	margin-top: 15px;
	padding: 3px 5px;
	width: fit-content;
}
.menu-page-sublist {
	list-style-type: none;
	margin: 0;
	margin-top: 32px;
	padding: 0;
	width: 100%;
}
.menu-page-sublist > li {
	background: rgba(244, 244, 244, .5);
	border-radius: 3px;
	float: left;	
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	width: calc(20% - 16.5px);
}
.menu-page-sublist > li:last-child {
	margin-right: 0;
}
.menu-page-sublist > li > a {
  display: block;
}
.menu-page-lastlist {
	list-style-type: none;
	margin: 0;
	margin-top: 32px;
	padding: 0;
	width: 100%;
}
.menu-page-lastlist > li {
	float: left;	
	margin-right: 32px;
}
.menu-page-lastlist > li:last-child {
	margin-right: 0;
}
.menu-page-lastlist > li > a {
	margin-left: 3px;
}
.menu-formazione-aziende {
	background-image: url('/themes/afcfmt/images/background-menu-progetti.png');
	background-size: contain;
	background-color: #8A77B1;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
.menu-formazione-aziende > p {
	width: 50%;
}
#searchbar {
	background: white;
	display: none;
	position: absolute;	
	width: 100%;
	z-index: 9999;
}
.path-search #searchbar {
	display: block !important;
	position: initial;
}
#searchbar.visible {	
	display: block;
	margin-top: 0;
}
#searchbar .container-tags-wrapper {
	background: #7E8997;
	padding: 10px 15px 15px !important;
}
#searchbar .container-tags-wrapper p {
	color: white;
	font-weight: 700;
}
.search-icon {
	background: transparent;
	cursor: pointer;
	float: left;
	padding: 24px;
	margin-top: -4px;
}
.search-icon.active {
	background: #3BCE60;
}

.path-search .search-icon {
	background: #3BCE60 !important;
}
.search-reset {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 15px;
	top: 27px;
}

@media screen and (min-width: 768px) {
	.fixed-bar {
		display: block;
	}
}

@media screen and (max-width: 1000px) {
	#menu-formazione {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	#menu-formazione.visible {
		left: -18px;
		top: 94px;
		width: calc(100% + 36px);
		zoom: .85;
	}
	.user-logged-in #menu-formazione.visible {
		top: 89px;
	}
}