﻿

.eu#pageContent {
    position: absolute;
    width: 1150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 35px #A7A9A6;
}

.eu #homeBtn {
	background-image: url('../../img/gui/ico_home2.png');
	background-position-y: 8px;
}


.eu .page 
{
	font-size: 12px;
	width:  100%;
	background-color: #fff;
}


.eu #menuPortal
{
}

.eu #menuPortal[disabled]:hover {
    font-weight: normal;
}

.eu #menuPortal[disabled]
{
	color:#e8e8e8;
	cursor: default;
}


.eu #activeCountries
{
	display: inline;
}
.eu #activeCountries:hover
{
	cursor: pointer;
}

.eu #activeCountries img
{
	margin: 0;
	padding: 0px 0px 0px 8px;
	position: absolute;
}

.eu #nav-mini {
    padding: 0;
    width: 1150px;
    height: 147px;
    background-color: #fff;
    box-shadow: 0px 4px 0px #0074be inset;
}

.eu #nav-menu 
{
	background: url(../img/smc_eu.svg) no-repeat left 0px top 0px;
	padding:0;
	width: 1150px;
	height:147px;
	background-color:#fff;
	box-shadow: 0px 4px 0px #0074be inset;
}


.eu #nav-container 
{
	height: 24px;
	color: #0074be;
}

.eu #nav-container  #activeCountries
{
	padding-right: 28px;
}




.eu #nav-container ul
{
	float: right;
	position: relative;
	height: 24px;
	overflow: hidden;
	padding: 0;
	margin: 4px 0px 0px 0px;
}

.eu #nav-container li
{
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 0px 0px 0px 20px;	 
	list-style: none;
	display: inline;
	font-size: 0.7em;
	padding: 2px;

}
.eu #nav-container li div
{
	display: inline;
}


.eu #nav-container li div:hover
{
	cursor: pointer;
	text-decoration:underline;
}



.eu #nav-container #menuLogIn
{
	font-size: 0.8em;
	font-weight: 600;
	margin: 0 0 0 20px;
	padding: 1px 8px 2px 8px;
	transition: all 0.24s ease-in-out;
}

.eu #nav-container #menuLogIn:hover
{
/*	color:#f39a00;	  */
	cursor: pointer;
	color: #ffffff;
	background-color: #0074be;
}


.eu #nav-header
{

}


.eu #nav-header #innerHeader
{
	height: 34px;
	padding-top: 6px;
	overflow:hidden;
	font-size: 12px;
	color: #444;
}


.eu #nav-header #logo
{
	bottom:0;

}


.eu #nav-header #headerInfo
{
	display: inline-block;
    font-family: "Open Sans Condensed";
	font-weight: 100;
	font-size: 1.4em;
	color: #0377c4;
	margin-left: 10px;
	vertical-align:top;
}



.eu .navBar
{
	margin-top:60px;
	display: block;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #a7a9a6;
}

.eu .nav-bottom
{
	display:none;
}



 /*** FOOTER ***/





.eu #footer 
{
	
    bottom: 0;
    text-align: center;
	color:#fff;
	background-color: #0074be;
	font-size: 0.7em;
	width:  100%;
	height:60px;
}

.eu #footer-links 
{
	height: 10px;
	background-color: #0074be;

}

.eu #footer ul
{	
}

.eu #footer ul li
{	
	margin: 0 6px;
	list-style: none;
	display: inline;	
}

.eu #footer a
{
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
.eu #footer a:hover
{
    text-decoration: underline;
}

.eu #footer-space
{
	width:  100%;
	height: 100px;
	background-color: #0074be;
}





 /*** MENU ***/

.eu .menu {
    display: flex;
    overflow: hidden;
    color: #0074be;
    font-size: 12px;
    height: 34px;
    vertical-align: middle;
    line-height: 31px;
    padding-top: 0px;
    width: 100%;
}


.eu .menuitem
{
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.eu .menuitem:hover
{
	color: #666;
}








.eu .menuchild
{
	position: absolute;
	top: 30px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 24px;
	z-index: 100;
	visibility: hidden;
}
.eu .menuchilditem
{
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.eu .menuchilditem:hover
{
	color: #222;
}






.eu #jMenu {
	float: left;
	display: table;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.eu #jMenu .mnuLine
{
	max-height: 1px;
	border-bottom: 1px solid #aaa;
	background-color: transparent;
	overflow: hidden;
}

.eu #jMenu .mnuLine:hover
{
	background-color: transparent;
}



.eu #jMenu ul 
{
	box-shadow: 0px 1px 2px rgba( 0,0,0,0.15 );

}

.eu #jMenu li {
	display:table-cell;
	background-color: transparent;
	margin: 0;
	white-space: nowrap;
	padding: 2px;
}




.eu #jMenu li img
{
	padding-left: 2px;
	vertical-align: middle;
}


.eu #jMenu li div:hover 
{
	font-weight:bold;		
}
.eu #jMenu li div[disabled]:hover 
{
	font-weight:normal;		
}

.eu #jMenu li div[disabled] 
{
	color: #e8e8e8;
	cursor:default;
}

.eu #jMenu li div {
	cursor:pointer;		
	line-height: 26px; 	  
	height: 26px;
	width:100px;
	text-align:center;
	text-decoration: none;
	padding:3px 20px;
	overflow: hidden;
	color:#007abf;	
}


.eu #jMenu ul li div {
	cursor:pointer;		
	line-height: 26px; 	  
	height: 26px;
	width:auto;
	text-align:left;
	text-decoration: none;
	padding:3px 20px;
	overflow: hidden;
	color:#007abf;	
}
.eu #jMenu ul li div:hover 
{
	font-weight:normal;	
}
.eu #jMenu ul li div[disabled] 
{
	color: #e8e8e8;
}






.eu #jMenu .dropdown
{
	background: url(../../img/gui/ico_arrow_down.png) no-repeat 95% 10px;
} 

.eu #jMenu .dropdown[disabled]
{
	background: url(../../img/gui/ico_arrow_down_dis.png) no-repeat 95% 10px;
} 

.eu #jMenu .dropdown:hover
{
	background: url(../../img/gui/ico_arrow_up.png) no-repeat 95% 10px;
}

.eu #jMenu .dropdown[disabled]:hover
{
	background: url(../../img/gui/ico_arrow_down_dis.png) no-repeat 95% 10px;
} 



.eu #jMenu li ul {
	display:none;
	position:absolute;
	padding:10px 0;
	margin:0;
	z-index: 1000;
	background-color: #fff;	
	border: 1px solid #a7a9a6;	 
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
	transition: width 200ms ease-in-out;
}

.eu #jMenu li ul li:first-child div
{
	border: 0;
}

.eu #jMenu li ul li {
	background: transparent;
	display:block;
	padding:0;
	overflow: hidden;
}


.eu #jMenu li ul li div {
	font-size:12px;
	text-transform:none;
	padding: 6px;
	display:block;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid transparent;
	color: #7c7c7c;
}

.eu #jMenu li ul li div.isParent {
	vertical-align: middle;
	padding-right: 24px;
	background: url(../../img/gui/menu_right_arrows.png) no-repeat right 0px;			
}

.eu #jMenu li ul li div.isParent:hover
{
	background: #0074be url(../../img/gui/menu_right_arrows.png) no-repeat right -40px;			
}

.eu #jMenu li ul li div:hover {
	background-color:#0074be;
	color:#fff;
}

