.navbar .section-color {
	width: 3px;
	height: 1em;
	margin-right: 10px;
	background-color: #d3d3d3;
	display: inline-block;
}

.navbar li>a {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	color: #000;
	font-size: 1.4rem;
}

nav {
	height: 60px;
	background-color: #fff;
}

.navbar-scroll .fa-bars,
.navbar-scroll .nav-link {
	color: #000;
}

.header-menu {
	margin-left: 1rem;
}

.header-menu .nav-link {
	height: 60px;
	margin-top: -1px;
}

@media (max-width: 991px) {
	.navbar {
		padding-top: 0.1em;
	}
}

.navbar .nav-link {
	font-weight: 700;
}

.navbar[class*="background_section_"] .nav-link {
	color: #E0E0E0;
}

.navbar[class*="background_section_"] i {
	color: #FFF;
}


.navbar .nav-link.active {
	text-decoration: underline;
	text-decoration-thickness: 0.3em;
	color: #FFFFFF;
}

header .navbar {
	box-shadow: none;
}

/* MENU NOTIFICATIONS */
.navbar .menu-notifications .dropdown-menu {
	width: 500px;
}

.navbar .menu-notifications .dropdown-item {
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.navbar .menu-notifications .breakingnews-toptitle {}

.navbar .menu-notifications .breakingnews-time {
	font-size: 1.1rem;
}

.navbar .menu-notifications .breakingnews-title {
	font-size: 1.1rem;
}

.navbar .menu-notifications .breakingnews-image {
	width: 80px;
	height: 80px;
}

.navbar .menu-notifications .breakingnews-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border-bottom-left-radius: 5px;
}

.navbar .menu-notifications .breakingnews-close:hover {
	background-color: #f5f5f5;
}

@media (max-width: 560px) {
	.navbar .menu-notifications .dropdown-menu {
		width: 380px;
	}
}

@media (max-width: 450px) {
	.navbar .menu-notifications .dropdown-menu {
		position: fixed !important;
		left: 10px !important;
		margin-top: 12px !important;
		top: unset !important;
		width: calc(100% - 20px);
		transform: none !important;
	}
}

/* MENU USER */
.menu-user {
	min-width: 40px;
}

.menu-user .profile {
	display: none;
}

.menu-user .login {
	display: none;
}

.menu-user .profile li>a {
	font-size: 1.1rem;
}

.menu-user .mytioLoginButton {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
}

/* MENU COCKPIT */
.menu-cockpit .dropdown-menu {
	width: 500px;
}

.menu-cockpit .dropdown-menu .row {
	padding: 10px;
}

.menu-cockpit .cockpit-item {
	height: 120px;
	padding: 10px;
}

.menu-cockpit .cockpit-item a {
	width: 100%;
	height: 100%;
	line-height: 20px;
	border-radius: 4px;
	color: #333;
	border: 1px solid #eee;
}

.menu-cockpit .cockpit-item a:hover {
	background-color: #DEDEDE;
}

.menu-cockpit a.active {
	text-decoration: none !important;
}

.menu-cockpit .cockpit-item a i {
	margin-bottom: 10px;
	color: #5a5a5a;
	vertical-align: 0px;
	line-height: 20px;
}

.menu-cockpit .cockpit-item a img {
	max-height: 24px;
	margin-bottom: 10px;
	filter: grayscale(100%);
}

.menu-cockpit .cockpit-item-logo {
	width: 24px;
	height: 24px;
	margin-bottom: 6px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.menu-cockpit .rft-logo {
	height: 30px;
	padding: 5px;
	margin-top: -7px;
	margin-right: 5px;
	background-color: #000;
}

.menu-cockpit .service-logo {
	height: 50px;
	padding: 5px;
}

.menu-cockpit .service-logo .service-logo-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media (max-width: 767px) {
	.menu-cockpit {
		position: unset;
	}

	.menu-cockpit .dropdown-menu {
		left: 10px !important;
		width: calc(100% - 20px);
	}
}

@media (max-width: 520px) {
	.menu-cockpit .cockpit-item {}
}


.navbar .segnalaci-text {
	display: none;
}

@media (min-width: 1835px) {
	.navbar .segnalaci-text {
		display: inline-block;
	}
}

.nav-link:focus,
.nav-link:hover {
	color: inherit;
}


.logo {
	height: 60px;
	width: 101px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-top: -1px;
	padding: 0;
}


.sidenav .treeview-primary .treeview-category:hover {
	background-color: #f57c00;
	opacity: 0.7;
}


.sidenav .treeview-primary .active {
	background-color: #f57c00;
	color: #FFF !important;
}

.sidenav {
	width: 30vw !important;
}


.sidenav .menuLinks .text-white,
.sidenav .cockpit .text-white {
	color: #000 !important;
}


.navbar li>.nav-link:hover {
	color: #FFF;
}

.treeview a:hover {
	color: #FFF;
}

.treeview li.active a {
	color: #FFF;
}

@media (max-width: 1028px) {
	.sidenav {
		width: 40vw !important;
	}
}

@media (max-width: 768px) {
	.sidenav {
		width: 50vw !important;
	}
}

@media (max-width: 608px) {
	.sidenav {
		width: 60vw !important;
	}
}

@media (max-width: 425px) {
	.sidenav {
		width: 80vw !important;
	}
}

.sidenav-backdrop {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
}


/*Darkmode*/

nav {
	background-color: #373737;
}

.navbar {
	background-color: #373737;
}

.sidenav {
	background-color: #373737;
	color: #FFF;
}

.sidenav .treeview a {
	color: #FFF;
}

.navbar li>a {
	color: #FFF;
}

.navbar button {
	color: #fff;
}

.sidenav .menuLinks .text-white,
.sidenav .cockpit .text-white {
	color: #FFF !important;
}

.navbar {
	background-color: #373737;
	color: #FFF;
}

.navbar button {
	color: #fff;
}