body {
	width: 100%;
	height: 100%;
	background: #eef0f3;
	overflow-x: hidden;
}
	
#div-header-generalRow {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}

.transition-all-300ms {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.aside_gov{
	border-right: 2px solid #000000;
	width:20%;
	position:fixed;
	height:100%;
	overflow: auto;
	padding-left: 15px;
}

.aside_gov_content{
  position: relative;
  min-height: 100%;
  padding-bottom: 20px;
}

#div_gov_menuIcon{
	padding: 25px 0px;
	margin-bottom: 25px;
	border-bottom: 2px solid #000000;
	text-align: center;
  height: 160px;
}
	#img_gov_menuIcon{
		height: 100%;
		max-height: 100%;
	}

.adder, .embed a:first-of-type{
	margin-top:10px;
}
.a_aside_gov_menuItemContent{
	display: block;
	padding: 10px 0px;
	padding-left: 20px;
	color: #000000;
	font-size: 17px;
	background-color: #eef0f3;
	margin-right: 2px;
}

.a_aside_gov_menuItemContent:hover{
	background-color: #e98b19;
	box-shadow: 0px 4px 10px 0px #999999;
	color:#FFFFFF;
	text-decoration: none;
}

.div_aside_gov_menuItemContent{
	padding: 10px 0px;
	padding-left: 20px;
	color: #000000;
	font-size: 17px;
}

#ul_gov_menu{
	margin-left: 30px;
	margin-top: 0px;
}
	.li_aside_gov_menuItem{
		display:block;
		width:100%;
	}
		.a_aside_gov_menuInfos{
			display: block;
			padding: 10px 0px;
			padding-left: 20px;
			border-left: 1px solid #000000;
			background-color: #eef0f3;
			color: #000000;
			text-decoration: none;
		}
		.a_aside_gov_menuInfos:hover{
			background-color: #0C76BC;
			box-shadow: 0px 4px 10px 0px #999999;
			color:#FFFFFF;
			border-left: 1px solid #FAFAFA;
		}
		
		
.menu{
		overflow: auto;
		height:100%;
	}
	.full{
		height:100%;
	}
	.first-section{
	    position: fixed;
	    width: 78%;
	    left: 22%;
	    padding-top: 25px;
	    padding-right: 15px;
	}


#div_menu_version {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
