.panel {
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 0px;

}

.panel-default > .panel-heading {
	border:0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	/*border-bottom:0px;*/
	border-bottom: 1px solid #f1f1f1;
	background-color: #FFFFFF;
	font-weight:medium;
	font-size:18px;
	font-family:'EG_font','MXontserrat', sans-serif;
	
}
.panel_titre {
	font-weight:medium;
	font-size:18px;
	font-family:'EG_font','MXontserrat', sans-serif;
	padding:50px 5px 5px 5px;
	/*line-height:50px;*/
}
.panel_noborder {
	border:0px;
}
.panel-body {
	padding: 10px;
}

.no-bg {
background: none!important;
}
.padding-xs-hr {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.no-border-hr {
	border-left-width: 0!important;
	border-right-width: 0!important;
}
.list-group-item {
	padding-bottom: 10px;
	padding-top: 10px;
	border-color: #e4e4e4;
}
.h4 {
	font-weight: 500;
}

/*
 * SUB MENU
 */
.sub-menu {
	
}
.sub-menu .sections {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.sub-menu .sections a {
	display: block;
	padding: 0 0 0 16px;
}
.sub-menu li {
	white-space: nowrap;	
	color: #444;
	font-size: 13px;
	line-height: 36px;
}
.sub-menu .tli {
	white-space: nowrap;	
	color: #444;
	font-size: 13px;
	line-height: 36px;
}
.sub-menu .active:after {
	color: #aaa;
}


.sub-menu .m-nav-icon {
	width: 16px;
	margin-right: 10px;
	text-align: center;
	display: inline-block
}  
.sub-menu .label {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	padding: 0 6px;
	display: inline-block;
	font-weight: 600;
			
	background-color: rgb(176, 176, 176);
	border-radius: .25em;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;	
	font-size: 13px;
	line-height: 16px;
	padding: 0 4px;
	margin-top: 3px !important;
	margin-right: 16px !important;
	position: relative;
	vertical-align: middle;
	top: -1px;	
}
.sub-menu .active .label {
		background-color: rgb(29, 137, 207);
	
}
.sub-menu .label.pull-right {
    margin: 0;
}
.sub-menu .divider {
	background: #e2e2e2;
	padding: 0;
	height: 1px;
	margin: 9px 0 3px;
}

.sub-menu .treeview a {
	display: inline;
	padding: 0 0 0 0px;
	/*line-height: 5px;*/
}
