/* BODY */
html, body {
    height:100%;
    width:100%;
    margin: 0;
    margin-top:0px;
    margin-left:0px;
    font-family: "EG_font", "Helvetica Neue", Helvetica, Arial;
    font-size:13px;
    font-color:#686868;
    color:#686868;
	
    /*background-color:#fff;*/
	
	/*background: #ECECEC;*/
	background: #F8F9F8;
	
}



/* PAGE PRINCIPALE */
body:before,
#main-menu:before,
#content-wrapper:before,
#main-wrapper:before,
body:after,
#main-menu:after,
#content-wrapper:after,
#main-wrapper:after {
  content: " ";
  display: table;
}

body:after,
#main-menu:after,
#content-wrapper:after,
#main-wrapper:after {
  clear: both;
}

#main-wrapper {
	width: 100%;
	height:100%;
  /*overflow: hidden !important;*/
}



/* MENU GAUCHE - MAIN MENU*/
#main-menu {
	height:1000px;
    background: #1d212a;
	text-rendering: optimizeLegibility;
	display: block;
	overflow:hidden;
	top: 0px;
	left: 0px;
	position: fixed;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	z-index: 610;
}






/* NAVBAR MAIN */
#main-navbar {
	top: 0px; !important;
	right: 0px; !important;
	z-index:900;
	position:fixed; !important;
	display: block;
	left: 210px;
	height: 49px;
	min-height: 49px;
	line-height: 17px;
	font-size:13px;
	background-color:white;
	color:#B1B1B1;
	
	border: none;
	border-radius: 0;
	/*border-bottom: 1px solid rgba(230, 230, 230, 0.7);*/
	border-bottom: 1px solid #dfdfdf;
	
}








/* CONTENT-WRAPPER */
#content-wrapper {
    left: 0px;
    /*padding: 74px 30px 30px 20px;*/
	padding: 110px 30px 30px 20px;
    width: 100%;
    height:100%;
    position: relative;
}


/* PAGE HEADER */
.page-header-hidden {
	display:none;
	z-index:-999;
}
#page-header {
    /*border-color:#ddd;*/
    /*background: #ECECEC;*/
	/*position:absolute;*/
	background: #F8F9F8;
    border-bottom: 1px solid #dfdfdf;
    margin: 0px 0px 0px 0px;
    padding: 11px 18px;
    height:47px;
	min-height: 34px;
	top:49px;
	left: 0px;
    width:100%;
    position:fixed;
    z-index: 500;
}

/* LAYOUT CONTENT */
.layout-body {
    /*background: #ffffff;*/
    margin: 0;
    /*padding: 50px 20px 0px 20px;*/
    height:auto;
    /*min-height:100%;*/
}

/* LAYOUT MENU */
.layout-menu {
	position: fixed !important;
	width:160px;
	border-bottom:0;
	height:auto;
	min-height:100%;
	border: 0 solid;
	border-color: #d6d6d6;
	/*border-right-width:1px;*/
	background: #ffffff;	
	/*padding: 35px 0px 0px 0px;*/
	padding: 0px 20px 5px 0px;
	overflow-x:hidden;
	overflow-y:hidden;
	height:10px;
	z-index:200;
}

.layout-menu.large {
	width:250px;
}
.layout-menu.medium {
	width:205px;
}
.curpage_padding_large {
	padding-left:273px;
}


.layout-body > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.layout-body-with-menu {
	margin-left: 160px;
	/*background: #f4f4f5;*/
	/*background: #C9C9C9;*/
	background: #F7F7F7;
}

.layout-body-with-menu.large {
	margin-left: 250px;
}
.layout-body-with-menu.medium {
	margin-left: 205px;
}


/* SUBLAYOUT CONTENT */
.sublayout-menu {
	position: fixed !important;
	width:160px;
	border-bottom:0;
	height:auto;
	/*min-height:100%;*/
	border: 0 solid;
	border-color: #d6d6d6;
	/*border-right-width:1px;*/
	background: #ffffff;	
	/*padding: 35px 0px 0px 0px;*/
	padding: 50px 20px 85px 20px;
	overflow-x:hidden;
	overflow-y:hidden;
	height:100%;
	z-index:200;
}
.sublayout-body {
	
}
.sublayout-body-with-menu {
	margin-left: 160px;
	/*background: #f4f4f5;*/
	/*background: #C9C9C9;*/
	background: #F7F7F7;
}




/* SWITCH LARGE / REDUIT SUR MENU */
/* Large */
.mme #main-menu, .mme #main-menu-bg {
	width: 210px;
}
.mme #main-navbar, .mme #page-header {
	left: 210px;
}
.mme #main-navbar .navbar-inner {
	left: 240px;
	padding-left: 0;
}
.mme #main-navbar .navbar-header {
  padding-left: 0;
}

.mme #main-wrapper {
	padding-left: 210px;
}


/* Compact */
.mmc #main-menu, .mmc #main-menu-bg  {
	width: 56px;
}
.mmc #main-navbar, .mmc #page-header  {
	left: 56px;
}
.mmc #main-navbar .navbar-inner {
	left: 80px;
	padding-left: 0;
}
.mmc #main-navbar .navbar-header {
  padding-left: 0;
}
.mmc #main-wrapper {
	padding-left: 56px;
}


