/** sidebar  **/
#breadcrumb_sidebar_mobile {
	font-size: 3rem;
	line-height: 55px;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 55px;
	height: 55px;
	z-index: 998;
	color: white;
}
nav {
	position: relative;
}
#logo_diagterr_sidenav{
	position: absolute;
	bottom: 190px;
	margin: 0 50px;
}
.background{
	background: linear-gradient(#82aad5, #03458A);
}
.sidenav{
	padding-bottom: 0 !important;
}
.sidenav .user-view {
	padding: 20px 32px 0;
	margin-bottom: 0px;
}

.sidenav li{
	line-height: 24px;
}
.sidenav {
	width: 60px;
}
.sidenav-fixed.sidenav li{
	text-align: center;
	border-bottom: 1px solid #999999;
}
.sidenav li>a{
	padding: 0px;
	height: 42px;
}
.sidenav li>a>i{
	margin: 0px;
	float: none;
}
.sidenav li.app-icon {padding: 5px;}
.sidenav li.app-icon img{
	margin: auto;
	display: block;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width: 601px){
	li.app-icon{
		height: 64px;
	}
	nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
		height: 64px;
		line-height: 62px;
		z-index: 1000;
	}
}

.footer-fixed-sidebar {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
}

.footer-fixed-sidebar p>a {
	color: rgba(0,0,0,0.87);
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 0 32px;
}

.footer-fixed-sidebar p>a:hover {
	background-color: rgba(0,0,0,0.05);
}

.footer-fixed-sidebar p>a>i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin: 0 32px 0 0;
	width: 24px;
	color: rgba(0,0,0,0.54);
	font-size: large;
}
.sidenav li>a.active {
	background-color: var(--main-color-second) !important;
}
.sidenav li>a.active>i {
	color: white !important;
}
.sidenav li>a.active>img {
	filter: saturate(0%) brightness(1000%) contrast(100%) !important;
}
.sidenav li>a>i {
	font-size: large;
	height: auto;
	line-height: 0px;
}
.sidenav-overlay {
	z-index: 1 !important;
	display: none !important;
	opacity: 0 !important;
}

#sogefi_sidenav_container .sidenav_li_title {
	background-color: var(--main-color-second);
	height: 42px;
	color: white;
	font-size: 17px;
	line-height: 42px;
	padding-left: 8px;
	cursor: pointer;
}
.sidebar_action {
	cursor: pointer;
}

ul#sogefi_sidenav_container.small-side-width {
	width: 15%;
}
ul#sogefi_sidenav_container.medium-side-width {
	width: 25%;
}
ul#sogefi_sidenav_container.medium-large-side-width {
	width: 40%;
}
ul#sogefi_sidenav_container.large-side-width {
	width: 50%;
}
ul#sogefi_sidenav_container.full-side-width {
	width: 100%;
}
#sogefi_sidenav_container .sidenav_li_title i{
	line-height: 42px;
}

header, main, footer, #sogefi_sidenav_container {
	padding-left: 60px;
}


#sogefi_sidenav_container, #sogefi_sidenav_container li{
	height : 100%;
}
#sidenav_target_container{
	height : calc(100% - 42px);
}

@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0;
	  }
	#sidenav_container{
		width: 100%;
		position: fixed;
		bottom: 0;
		display: flex;
		height: 50px!important;
		top: auto!important;
		transform: none!important;
		justify-content: space-around;
	}

	.sidenav.sidenav-fixed {
		left: 0;
	}

	.sidenav li>a {
		width: 50px;
	}

	#sogefi_sidenav_container {
		padding-left:0px;
		height: 50%!important;
		top: auto!important;
		bottom: 49px;
	}

}
