/*
 * 
 * File: navigation.css
 * Author: IQuality
 * Author URI: http://www.iquality.nl
 *
 * Description: This file includes the CSS for the menus on the website.
 *
 */

/*
*
* Coding conventions
*
*   - No space between attribute/properties
*   - Indent parents/children using tabs
*   - place selectors, opening and closing brackets and
*     property-value pairs on their own, separate lines
*   - order the properties alphabetically
*   - use shorthand for border, padding, margin and background where possible
*   - use rgb(a) colors where possible for easy rgba-implementations
*   - avoid use of !important
*
*/

.navigation { 
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 600;
}

.navigation .container { 
	height: 112px;
}

/*--------------------------------------------------------------------------------------------------
nav--service
--------------------------------------------------------------------------------------------------*/
.nav--menu-top { 
	padding: 0.625em 0 0 0;
	float: right;
}

.site-language { float: left;}

.site-language__menu,
.site-language__menu ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-language__menu { margin-right: 0.625em;}

.site-language__menu a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #7f7f7f;
}

.site-language__menu > li > a { 
	line-height: 25px;
	border:1px solid #FFF;
	padding: 0 0 0 0.75em;
	width: 11em;
	position: relative;
}

.site-language__menu:hover > li > a{ 
	color: #4c4c4c;
	border-top:1px solid #CCC ;
	border-left:1px solid #CCC ;
	border-right:1px solid #CCC ;
}

.site-language__menu ul { 
	position: absolute;
	left: -999em;
	width: auto;
	background-color: #FFF;
	border-bottom:1px solid #CCC ;
	border-left:1px solid #CCC ;
	border-right:1px solid #CCC ;
	z-index: 1000;
}

.site-language__menu:hover ul { left: auto;}

.site-language__menu ul li a {
	padding: 0.18em 0 0.183em 0.75em;
	width: 11em;
}

.site-language__menu li li a:hover {
	color: #4c4c4c;	
}

.site-search { float: left; position: relative;}

.site-search .site-search__text { 
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    border:1px solid #CCC;
    padding: 0 5px;
    line-height: 14px;
    border-radius: 3px;
}

.search { 
    border: none;
    margin: 0 2px;
    padding: 0;
}

.site-search .site-search__text:focus { 
    /*outline: 0;*/
    -moz-box-shadow:    inset 1px 1px 4px 1px #e3e3e3;
    -webkit-box-shadow: inset 1px 1px 4px 1px #e3e3e3;
    box-shadow:         inset 1px 1px 4px 1px #e3e3e3;
}

.site-search .site-search__btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	/*font-size: 0.81em;*/
	background-color: transparent;
	border: 0;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	background: url("../../Images/HendrixGenetics/vert-sprite.png");
    background-position: 0px -54px;
    background-repeat: no-repeat;
    cursor: pointer
}

#header-toolbox {
    float: left;
    padding: 0;

}

.toolbox-entry-wrapper {
    /*display: none;*/
    overflow: hidden;
}

.toolbox-entry {
    /*display: none;*/
    margin-right: 10px;
}

.toolbox-entry > a {
    display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #7f7f7f;
	line-height: 25px;
	border:1px solid #FFF;
	position: relative;
	vertical-align: middle;
}

.toolbox-entry > a:hover {
	color: #4c4c4c;
}


/*--------------------------------------------------------------------------------------------------
navigation
--------------------------------------------------------------------------------------------------*/

.nav--site__menu,
.nav--site__menu ul { 
	list-style-type: none;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

.nav--site__menu {
 	position: absolute;
 	bottom: 0;
 	right: 20px;
}

.nav--site__menu li {
	float: left;
}

.nav--site__menu a {
	display: block;
	text-decoration: none;
	color: #00427a;
}

.nav--site__menu > li > a {
	padding: 0 10px 21px 10px;
	border-bottom: 5px solid #FFF;
	font-weight: bold;
	font-size: 16px;
}

.nav--site__menu > li:hover > a {
	border-bottom: 5px solid #bed600;
	
}

.nav--site__menu > li.active > a {
	border-bottom: 5px solid #77b800;
}

.nav--site__menu li ul {
	position: absolute;
	left: -999em;
	width: 180px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

.nav--site__menu li li a {
	width: 160px;
	padding: 5px 10px;
	/*font-size: 0.75em;*/
	font-size: 12px;
	color: #4c4c4c;
	border-bottom: 1px solid #e3e3e3;
}

.nav--site__menu li li a:hover {
	color: #77b800;
}

.nav--site__menu li ul ul {
	margin: -34px 0 0 180px;
}

.nav--site__menu li:hover ul ul, 
.nav--site__menu li:hover ul ul ul {
	left: -999em;
}

.nav--site__menu li:hover ul, 
.nav--site__menu li li:hover ul, 
.nav--site__menu li li li:hover ul {
	left: auto;
}

/*breadcrumps
-------------------------------------------*/
.breadcrumb {
  padding: 15px 0;
  margin: 0 30px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.breadcrumb > li > a {
    color: #999999;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #666666;
}

.breadcrumb > .active {
  color: #666666;
}

/* side block menu
----------------------------------------------*/
.nav--stacked .hd {
    display: block;
    margin: 0;
    padding: 0;
}

.nav--stacked .hd a {
    display: block;
    padding: 19px 0;
    margin: 0;
    color: #1c3c64;
    font-size: 18px;
    font-weight: bold;
    background: none;
}

.nav--stacked,
.nav--stacked ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav--stacked {
    Margin-right: 60px;
    margin-bottom: 20px;
    /*border-top: 1px solid #e0e0e0;*/
}

.nav--stacked .hd {
    display: block;
    padding: 19px 0;
    margin: 0;
    padding: 0;
}

.nav--stacked li {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.nav--stacked li a {
    display: block;
    /*color: #999;*/
    color: #4c4c4c;
    padding: 8px 20px 8px 0;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
    background: url('../../Images/HendrixGenetics/vert-sprite.png') no-repeat 100% -427px;
}

.nav--stacked li a:hover {
    color: #77b800;
}



.nav--stacked .active > a {
    color: #77b800;
    font-weight: bold;
    background: url('../../Images/HendrixGenetics/vert-sprite.png') no-repeat 100% -469px;
}

.nav--stacked .empty > a {
    background: url('../../Images/HendrixGenetics/vert-sprite.png') no-repeat 100% -427px;
}
.nav--stacked .active > a:hover {
    color: #4c4c4c;
}

.sub li a {
    padding-left: 15px;
    color: #4c4c4c;
    font-weight: normal;
}

.sub li a:hover {
    color: #77b800;
}

.level-2 .active a {

}

.nav--stacked .level-3 li a {
    padding-left: 30px;
}

.nav--stacked .level-3 .active a {
    background: url('../../Images/HendrixGenetics/vert-sprite.png') no-repeat 100% -323px;
}