.general_menu_link {
	/*color: white;*/
	/*color: black;*/
	
	font-weight: bold;
	text-decoration: none;
}

.topMenu {

	/*color: white;*/
	/*background-color: #fff;*/
	color:black;
	font-weight: bold;
	text-decoration: none;
}

.menu_main {
	width:200px;
}

.menu_main a{
	text-decoration: none;
}

.menu_sevice {
	height: 36px;
	padding-left: 4px;
	padding-top: 2px;
	background-image:url(../images/service_menu_bar.png); 
	background-repeat: no-repeat; 
	cursor: hand;
}

.menu_service_title {
	color: white;
	/*padding-left: 17px;*/
	text-align: right;
	width:160px;
	position: absolute;
	padding-top: 9px;
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

.menu_service_title a:hover {
	color: #FFF7EF;
}

.menu_section {
	color: #fff; 
	background: #842000; 
	text-decoration: none; 
	text-align: center;
	padding: 4px 8px;
}

.menu_header {
	font-weight: bold;
}

.menu_item a:hover {
	color: rgb(247,146,24);
}

.menu_item {
	text-decoration: none; 
	background: #FFF7EF; 
	color: #842000; 
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 25px;
	margin-top: 2px;
}

.menu_item_selected {
	text-decoration: underline;
	color: rgb(189, 81, 0);
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 25px;
	margin-top: 2px;
	background: #FFF7EF; 
}

.sub_menu_item a:hover {
	color: rgb(247,146,24);
}

.sub_menu_item {
	text-decoration: none; 
	background: #FFF7EF; 
	color: #842000; 
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 30px;
	margin-top: 2px;
}

.menu_hidden {
	display: none;*
}

.main_menu {
	width:200px;
	padding-top:1px;
}

.main_menu a{
	color: #842000;
	text-decoration: none;
}

.main_menu a:hover {
	color: rgb(247,146,24);
}

.main_menu div.no-access {
	font-style: italic;
	opacity: 0.4;
}

.menu_0 {
	color: #FFFFFF; 
	background: #842000; 
	text-align: center;
	padding: 4px 8px;
	margin-top: 2px;
}

.menu_1 {
	background: #EDE5DE;
	padding: 4px 25px;
	margin-top: 2px;
}

.menu_2 {
	background: #FFF7EF; 
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 25px;
	margin-top: 2px;
	padding-bottom:2px;
}

.menu_3 {
	background: #FFF7EF; 
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 25px;
	margin-top: 2px;
	padding-bottom:2px;
}

.menu_img {
	float:left;
 	width:12px;
 	height:12px;
	position: relative;
	top: 4px;
	left: 2px;
	z-index: 10;
}

.div_menu_selected a {
	text-decoration: underline;
	color: rgb(189, 81, 0);
}

.context_dropdown_menu {
	position: absolute;
	display: none;
	background: #fff;
	cursor: pointer;
	width: 175px;
	border: 1px solid #FE8B25;
	box-shadow: 3px 3px 3px #333;
	padding: 0;
	list-style: none;
	margin: 0;
	z-index: 100;
	color: ;
}

.context_dropdown_menu_container {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.context_dropdown_menu:after, .context_dropdown_menu:before {
	right: 100%;
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.context_dropdown_menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 6px;
	margin-top: -6px;
}
.context_dropdown_menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #FE8B25;
	border-width: 7px;
	margin-top: -7px;
}

.context_dropdown_menu_container:hover {
	background-color: #FFDDA8;
	/*border: 1px inset #CCCCCC; */
	font-weight: bold;
}

.context_dropdown_menu_container:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.menu_item_contextuel a {
	color: #444444;
	font-weight: normal;
	font-family: Arial, calibri;
	font-size: 10px;
	/*background-color: #FFDDA8;*/
}

.context_dropdown_menu_container:hover a {
	font-weight: bold;
}


/* Style The Dropdown Button */
.dropbtn {
    color: white;
	font-size: 8pt; 
	font-weight: bold; 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
    border: none;
    cursor: pointer;
    background-color: #BD5102;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	background-color: #f9f9f9;
	padding:0;
    min-width: 260px;
    /*border: 1px black solid;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    /*background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFB35A 100%);*/
   	z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #797979;
    font-size: 12px;
	/*padding: 5px 5px;*/
	padding: 15px 55px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #BD5102;
    border: none;
    color: white;
}

.cssmenu ul,
.cssmenu li,
.cssmenu span,
.cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}

.cssmenu {
  display: inline-block;
  /*padding-top: 5px;  REMOVED by FRED */
}

.cssmenu a {
  color: #ffffff;
  display: inline-block;
  padding-left:5px;
  padding-right: 5px;
  text-decoration: none;
}

.cssmenu ul {
	display: inline-block;
  list-style: none;
}

.cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}

.cssmenu.align-center {
  text-align: center;
}

.cssmenu.align-center > ul > li {
  float: none;
}

.cssmenu.align-center ul ul {
  text-align: left;
}

.cssmenu.align-right > ul {
  float: right;
}

.cssmenu.align-right ul ul {
  text-align: right;
}

.cssmenu > ul > li > a {
  color: #ffffff;
}

.cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3f3f3f;
  margin-left: -10px;
}

.cssmenu > ul > li:first-child > a {
}

.cssmenu.align-right > ul > li:first-child > a,
.cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.cssmenu.align-right > ul > li:last-child > a {
}

.cssmenu > ul > li.active > a,
.cssmenu > ul > li:hover > a {
  color: #ffffff;
  /*background-color: #f08c3f;*/
}

.cssmenu .has-sub {
  z-index: 1500;
}

.cssmenu .has-sub:hover > ul {
  display: block;
}

.cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  padding-top: 17px;
  top: 0;
  left: 0;
}

.cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}

.cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}

.cssmenu .has-sub ul li:not(.has-sub-disabled) a  {
  background: #3f3f3f;
  background-image: linear-gradient(to right, #3f3f3f,#6f6f6f);
  border-bottom: 1px dotted #f08c3f;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}

.cssmenu .has-sub-disabled a {
  background: #9f9f9f;
  background-image: linear-gradient(to right, #9f9f9f,#9f9f9f);
  border-bottom: 1px dotted #f08c3f;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
  cursor: not-allowed;
}

.cssmenu .has-sub ul li:hover:not(.has-sub-disabled) a {
  background: #6f6f6f;
}

.cssmenu ul ul li:hover:not(.has-sub-disabled) > a {
  color: #ffffff;
}

.cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}

.cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -17px;
}

.cssmenu.align-right .has-sub .has-sub ul,
.cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}

.cssmenu .has-sub .has-sub ul li a {
  background: #5f5f5f;
  background-image: linear-gradient(to right, #5f5f5f,#7f7f7f);
  border-bottom: 1px dotted #f08c3f;
}

.cssmenu .has-sub .has-sub ul li a:hover {
  background: #7c7c7c;
  background-image: linear-gradient(to right, #7c7c7c,#9c9c9c);
}

.cssmenu ul ul li.last > a,
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul ul li.last > a,
.cssmenu ul ul ul li:last-child > a,
.cssmenu .has-sub ul li:last-child > a,
.cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}

.cssmenu .submenu-option:after {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 6px);
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #eee;
}

.slide_menu {
	height: 100%;
	background: #7c7c7c;
  	background-image: linear-gradient(to left, #3f3f3f,#6f6f6f);
  	width: 100%;
}

.slide_menu_elt {
  font-size: 14px;
  border-bottom: 1px dotted #f08c3f;
  display: block;
  padding: 10px;
}

.slide_menu_elt:active {
  background: #7c7c7c;
  background-image: linear-gradient(to right, #7c7c7c,#9c9c9c);
}

.slide_menu_with_img {
    padding-left: 15px !important;
}

.slide_menu_img {
	float:left;
 	width:24px;
 	height:24px;
	position: absolute;
	left: -3px;
    top: -16px;
}

.slide_menu_lnk {
	position: relative;
}

.slide_menu_img_lnk {
	padding: 0px !important;
}

.username_circle {
	border-radius:50%;
	color:#fff;
	/*width:36px;*/
	font-weight:bold;
	padding: 8px 8px; 
	background-color: #FF671F;
	font-size:12px;
}

.flex-container {
	display: flex;
	flex-wrap: nowrap;
	background-color: DodgerBlue;
  }
  
.flex-container .flex-item {
	background-color: #f1f1f1;
	width: 100px;
	margin: 10px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}