/* Navigation Bar ----------------------------------------------------------- */

#navbar > ul {
	display:      table;
	font-weight:  400;
	height:       100%;
	list-style:   none;
	margin:       0; /* NOTE: It is used for the compatibility with Member Home legacy */
	padding:      0; /* NOTE: It is used for the compatibility with Member Home legacy */
	position:     relative;
	table-layout: fixed;
	width:        100%;
}

#navbar > ul > li {
	border-right: 1px solid #333;
	display:      table-cell;
	position:     relative;
}

#navbar > ul > li:last-of-type {
	border-right: 0;
}

#navbar > ul > li.active > a {
	color: #84d400;
}

#navbar ul li a {
	color:           #c3c3c3;
	display:         block;
	font-family: inherit !important;
	height:          33px;
	line-height:     33px;
	text-align:      center;
	text-decoration: none; /* NOTE: It is used for the compatibility with Member Home legacy */
	text-shadow:     0 -2px #111111;
	text-transform:  uppercase;
	font-size: 14px;
	-webkit-font-smoothing: auto !important;
}


#navbar ul li a.vnd-icon::before {
	font-family: icon !important;
	-webkit-font-smoothing: antialiased !important;
	font-size: 1rem;
}

#navbar ul li a span {
	margin-left: 8px;
}

#navbar .selected {
	background: #222;
	color:      #fff;
}

#navbar ul ul { /* Dropdown menu */
	box-sizing:          border-box; /* Opera/IE 8+ */
	 -webkit-box-sizing: border-box; /* Safari/Chromebox-, other WebKit */
	 -moz-box-sizing:    border-box; /* Firefox, other Gecko */

	background-color: #222222;
	border-radius:    0 0 5px 5px;
	display:          none;
	list-style:       none; /* NOTE: It is used for the compatibility with Member Home legacy */
	margin:           32px 0 0 0;
	padding:          10px 6px;
	position:         absolute;
	top:              0;
	z-index:          300;
}

#navbar ul ul li {
	border:      0;
	padding:     0;
	white-space: nowrap;
	width:       100%;
}

#navbar ul ul li a {
	box-sizing:          border-box; /* Opera/IE 8+ */
	 -webkit-box-sizing: border-box; /* Safari/Chromebox-, other WebKit */
	 -moz-box-sizing:    border-box; /* Firefox, other Gecko */

	height:         auto;
	line-height:    19px;
	margin:         0;
	padding:        6px 15px;
	text-align:     left;
	text-transform: capitalize;
	width:          100%;
}

#navbar ul ul li a:hover {
	background-color: #000;
	border-radius:    5px;
	color:            #fff;
}


/* Third level menu ----------------------------------------------------------*/

#third-level-menu,
#third-level-menu *,
#wizard-steps,
#wizard-steps * {
	box-sizing:          border-box; /* Opera/IE 8+ */
	 -webkit-box-sizing: border-box; /* Safari/Chromebox-, other WebKit */
	 -moz-box-sizing:    border-box; /* Firefox, other Gecko */
}

#third-level-menu,
#wizard-steps {
	border-bottom: 1px solid #dfdfdf;
	margin:        20px 0;
}

#third-level-menu ul li,
#wizard-steps ul li {
	display: inline-block;
}

#third-level-menu ul li a, 
#wizard-steps ul li a, 
#wizard-steps ul li span.link {
	display:        block;
	font-size:      16px;
	margin-right:   45px;
	margin-bottom:  -1px;
	padding:        10px 0;
	text-transform: capitalize;
	text-decoration: none;
}

#third-level-menu ul li.active a,
#third-level-menu ul li a:hover,
#wizard-steps ul li.active a,
#wizard-steps ul li a:hover,
#wizard-steps ul li.active span.link {
	border-bottom: 2px solid #666;
}

#third-level-menu ul li.right a {
	border:       0;
	margin-right: 0;
}
