/* Stylesheets for SANCO/Consumers */
/* All Pages, All Media */
/* 08.01.2014 - First Draft by Sascha René Leib (COMM) */
/* 20.11.2014 - First Draft by Alexis Gayraud (SANCO-EXT) */


.layout-content { padding-top: 0; }
.layout-right { padding-top: 0; }

/* BACKGROUND */
/* body {
	background:			#adc552 url('../images/banners/bgbar.gif') repeat-x top left;
} */

/* BANNERS */
#banner-image-title {
	background-image:		url('../images/banners/sanco_food_header_en.gif');
}

 .layout {
	box-shadow: 		0 0 18px #CCCCCC;
    border: 			0px solid #ffffff;
    font-size: 			120%;
    margin: 			0 auto;
    max-width: 			984px;
    min-width: 			200px;
    position: 			relative;
}

/* HORIZONTAL MENU */
.layout-body {
	border-top:			#FFF solid 1px;
}
#sanco-menu {
	background:			#EEE url('../images/menu/background.jpg') repeat-x;
	display:			block;
	width:				100%;
	height:				35px;
	border-bottom:		#EE7506 4px solid;
}
#sanco-menu ul {
	margin:				0;
	padding:			0;
	list-style:			none outside none;
}
#sanco-menu ul li {
	margin:				0;
	padding:			0;
	list-style:			none outside none;
	float:				left;
}
#sanco-menu ul li a {
    font-size:			120%;
    font-weight:		bold;
    text-transform:		uppercase;
    text-decoration:	none;
    color:				rgb(68, 68, 68);
    line-height:		35px;
    height:				35px;
    margin:				0 10px 0 0;
    display:			block;
    padding:			0 20px;
}
#sanco-menu ul li a :hover{
	color:				#0065a2;
}

/* EC widget share button */

#ec-widget-share-button {
	position: absolute;
	top: 6px;
	right: 100px;
}

/* Active Element */
#sanco-menu ul li.active {
	background:			#EE7506 url('../images/menu/bg-food-active.jpg') repeat-x;
}
#sanco-menu ul li.active a {
	margin:				0;
	display:			block;
	color:				#FFF;
}
#sanco-menu ul li a:hover{
	background-color:	#828282;
	background-image:	url('../images/menu/bg-hover.jpg');
}
/* Home Button (horizontal menu) */
#sanco-menu ul li.first-node {
    margin:				0 15px 0 10px;
    padding-left:		5px;
	background:			transparent url('../images/menu/home.png') center no-repeat;
	width:				29px;
}
#sanco-menu ul li.first-node a,
#sanco-menu ul li.first-node a:hover {
	background:			transparent none;
	color:				transparent;
	padding-right:		-2048px;
}
/* VERTICAL MENU */
#homeButton {
    display:			block;
    height:				25px;
    line-height:		25px;
    background-color:	rgb(206, 43, 123);
    text-align:			right;
    text-transform:		uppercase;
    color:				rgb(130, 130, 130);
    font-size:			120%;
    font-weight:		bold;
    padding-right:		20px;
    width:				180px;
	margin:				0px 0 10px 0;
	background:			#EE7506 url('../images/menu/back-arrows.gif') 8px center no-repeat;
}
#homeButton a {
	color:				#FFF;
	text-decoration:	none;
}

#menu {
	border:				transparent none 0;
}
#left-menu {
	border: 			0 none;
	margin:				0;
	padding:			0;
}
#left-menu li {
	margin:				1px 0;
	background:			#E7E7E7 none;
}

#left-menu li ul,
#left-menu li ul li {
	background-color:	#E7E7E7;
	border-left:		transparent 0 none;
}
#left-menu li a {
	padding:			10px 0 10px 10px;
	color:				#464646;
}
#left-menu li a:hover {
	color:				#ffffff;
	background-color:	#074A8B;
}

#left-menu .euSeqNr_1 {
    background-color:	#d1d1d1;
	font-size:			95%;
	color:				#444;
	text-transform:		uppercase;
	border-bottom:		4px solid #EE7506;
	font-weight:		bold;
	border-top:			0;
}

#left-menu .euSeqNr_2 {
	border-top:			0;
}

#left-menu .level_1 {
	font-size:			100%;
	font-weight:		bold;
}

#left-menu .level_2 {
	font-size:			95%;
	font-weight:		bold;
}

#left-menu .level_3 {
    font-size: 			95%;
    font-weight: 		lighter;
}

#left-menu .isCurrent {
    background:			#EE7506 185px 16px no-repeat;
}

#left-menu .isCurrent a {
	color:				#FFF;
	text-decoration:	none;
}

/* #left-menu li div {
	border-bottom: 2px solid #EE7506;
    height: 1%;
    left: 0;
    position: relative;
    top: 0;
} */

#left-menu div {
	border-top: 1px solid #EE7506;
    height: 1%;
    left: 0;
    position: relative;
    top: 0;
}

#left-menu .euSeqNr_1 li div {
    border-bottom: 8px solid #EE7506;
    height: 1%;
    left: 0;
    position: relative;
    top: 0;
}

/* Toolsbox Overrides */
#additional-tools {
    margin-top:			4px;
}

/* MAIN HEADLINE */
.layout-content h1 {
   /* background-color:	rgb(130, 130, 130);*/
    color:				#EE7506;
    font-size:			220%;
    font-weight:		normal;
    margin:				10px 0 20px 0;
    text-align:			center;
}

/* ABSTRACT & CONTENT SECTIONS */
.euAbstract .euImg {
    height:				auto !important;
    width:				auto !important;
    max-width:			250px !important;
    border:				1px solid rgb(204, 204, 204);
    padding:			5px;
    background-color:	#FFF;
}

.layout-content .euAbstract p {
    color:				#464646;
    text-align: 		justify;
}

.layout-content .euAbstract a {
    text-decoration:	none;
}

.layout-content .contentblock p {
    color:				#464646;
    text-align: 		justify;
}

.layout-content .contentblock ul {
    color:				#464646;
    text-align: 		justify;
}

.layout-content .contentblock ol {
    color:				#464646;
    text-align: 		justify;
}

.layout-content .contentblock a {
    text-decoration:	none;
}

html body a.link-ico  span{
    text-decoration:	none;
}

/* ---------- 6.2.4.3 TABLE ---------- */

.layout-content table {
    border-left:0;
    margin-top:0px;
    text-align:left !important;
}

.layout-content .tableDefault {
    border:0;
}

.layout-content .nothing {
    border:0
}

.layout-content th {
    padding: 5px 10px 7px 10px;
    border-top:0;
    border-right:0;
    color:#5887A2;
	background:#e3ecf3;
	font-weight:bold;
	border-bottom: 1px solid #cadce9;
}

.layout-content td {
    padding: 6px 10px 6px 10px;
	border-top: 1px solid #EE7506;
}

.layout-content table > tbody > tr:nth-child(odd) > td {
	background-color: #ebebeb;
}

/* Reports and publications */

.rasff_container {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.rasff_wrapper_left {
	width: 220px;
	float: left;
}

.rasff_wrapper_right {
	width: 290px;
	float: right;
	padding-right: 20px;
}

.rasff_wrapper_rep_left{
	width: 185px;
	float: left;	
}

.rasff_wrapper_rep_right{
	width: 184px;
	float: right;	
}

.rasff_container h3 {
	padding-bottom: 15px;
}

.rasff_reports {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.rasff_reports img {
	padding-bottom: 10px;
}

.rasff_publications {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}

.rasff_publications img {
	padding-bottom: 10px;
}

.rasff_publications a.link-ico img {
	padding-bottom: 10px;
}



/* RIGHT BLOCK ELEMENTS */
.layout-right .rightblock {
    clear:				right;
}
.layout-right .rightblock ul {
	margin:				0;

	list-style-type:	none;
}
.layout-right .rightblock li {
    display:			block;
    height:				37px;
    line-height:		37px;
    color:				#FFF;
    text-decoration:	none;
    font-weight:		bold;
    text-align:			center;
}

.layout-right .rightblock h2 {
    color:				#888;
    font-size:			10px;
    letter-spacing:		2px;
    font-weight:		bold;
    text-align:			right;
    text-transform:		uppercase;
    margin-right:		5px;
}
.layout-right .rightblock a {
    background-color: #046EAE;
    color: #FFFFFF;
    display: list-item;
    font-size: 90%;
    font-weight: lighter;
    text-decoration: none;
}
.layout-right .rightblock a:hover {
	color:				#444;
    background-color:	#AAA;
}

.layout-right #mimica {
	margin-top:			6px;
}
.layout-right #mimica .first-node {
	height:				auto;
    line-height:		auto;
	background-color:	transparent;
    border:				1px solid rgb(204, 221, 238);
    padding:			3px;
	overflow:			hidden;
}
.layout-right #mimica .first-node a,
.layout-right #mimica .first-node a:hover {
    background-color:	transparent;
}

.layout-right .commissioner {
	margin-top:			10px;
}
.layout-right .commissioner .first-node {
	height:				auto;
    line-height:		auto;
	background-color:	transparent;
    border:				1px solid rgb(204, 221, 238);
    padding:			3px;
	overflow:			hidden;
}
.layout-right .commissioner .first-node a,
.layout-right .commissioner .first-node a:hover {
    background-color:	transparent;
}

/* RELATED LINKS */
.euRelatedLinks {
	padding:			0;
	margin:				0;
}
.euRelatedLinks .euItem {
	margin-top:			10px;
	background-color:	#e2e2e2;
	border:				#CCC solid 1px;
}
.euRelatedLinks .euItem h3 {
	background:			#fdfdfd url(../images/right/relatedbg.jpg) repeat-x top center;
	font-size:			95%;
	color:				#444;
	text-align:			center;
	text-transform:		uppercase;
	border-bottom:		4px solid #EE7506;
	padding:			10px;
}
.euRelatedLinks .euItem ul li {
	font-size:			90%;
	list-style-image:	url('../images/right/food-item-bullet.png');
	padding:			0 0 5px 0;
}
.euRelatedLinks .euItem a {
	color:				#444;
	text-decoration:	underline;
}
.euRelatedLinks .euItem a:hover {
	color:				#EE7506;
}

/* START QUICK LINKS */

.layout-right .rightblock{
	background-image:url("../images/right/food-quick-links-bg.png");
	background-repeat:repeat-x;
	background-color:#e2e2e2;
	border:	#cccccc solid 1px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.layout-right .rightblock img {
	float:left;
	padding-right:15px;
}

.layout-right .rightblock a {
	background-color: transparent;
	color:#444444;
	text-align:left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left:0;
	padding-right:0;
	float:right;
	line-height:1.5;
	vertical-align:middle;
	text-decoration:none;
	width: 100%;
	font-size: 10px;
}

.layout-right .rightblock a:hover {
	background-color:transparent;
	color:#EE7506;
	text-decoration:none;
}

.layout-right .rightblock h2 {
	background-color: #444444;
	text-align:center;
	color:#ffffff;
	width:193px;
	height:30px;
	line-height:2.5;
	padding:0;
	margin:0;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
}

.layout-right .rightblock li{
	list-style:none;
	float: left;
	margin-left:-20px;
	height:35px;
	padding-bottom: 0;
	padding-top: 0px;
	border-top: 1px solid #CCC;
	width: 106%;
}

.layout-right .rightblock li.first-node{
	border-top: 0;
}

/* END QUICK LINKS */

/* START EXT QUICK LINKS */

.layout-right .rightblock2{
	background-image: none;
	background-repeat:repeat-x;
	background-color:#fff;
	border:	0;
	float: left;
	padding-bottom: 10px;
}

.layout-right .rightblock2 img {
	float:left;
	padding-right:15px;
}

.layout-right .rightblock2 a {
	background-color: transparent;
	color:#444444;
	text-align:left;
	padding-top: 0;
	float:right;
	vertical-align:middle;
	text-decoration:none;
	width: 100%;
}

.layout-right .rightblock2 a:hover {
	background-color:transparent;
	color:#418B40;
	text-decoration:none;
}

.layout-right .rightblock2 li{
	list-style:none;
	float: left;
	margin-left:-20px;
	height:38px;
	padding-bottom: 0;
	padding-top: 0px;
	width: 100%;
}

.layout-right .rightblock2 li.first-node{
	padding-top: 10px;
}

/* END EXT QUICK LINKS */

/* LAYOUT TOP FOOTER */
.layout-top-footer {
	padding-bottom:		100px 0px;
	color:				#FFF;
	background-color:	#074A8B;
	display:			block;
	height:				20px;
	width:				100%;
	position:			relative;
	clear:				both;
    margin:				0 0 0;
	text-align:			center;
}

.layout-top-footer a {
    color:				#FFF;
	text-decoration:	none;
	font-size:			100%;
}

.layout-top-footer ul {
    color:				#FFF;
	text-decoration:	none;
	font-size:			85%;
}

.layout-top-footer a:hover {
	color:				#396ea2;
}

.layout-top-footer li {
    background:			url("../images/footer/services-separator.gif") no-repeat scroll left center transparent;
    display:			inline;
	padding:			5px;
}

/* LAYOUT FOOTER */
.layout-footer {
	padding:			10px 0px;
	color:				#FFF;
	background-color:	#0065a2;
	display:			block;
	height:				20px;
	width:				100%;
}
.layout-footer a {
    color:				#FFF;
	text-decoration:	none;
}
.layout-footer a:hover {
	color:				#396ea2;
}

/*** MOBILE VIEW ***/
@media all and (max-width:768px)
{
	#sanco-menu,
	#homeButton {
		display:	none;
	}
	
	.footer-items li {
		display:	none;
	}
	.footer-items li.modification-date,
	.footer-items li.top-link {
		top:		0;
		right:		0;
		left:		0;
		display:	inline;
		position:	relative;
	}
	.footer-items li.top-link a {
		color:				#FFF;
		text-decoration:	none;
	}
	
	/* TODO: Shrink horizontal menu  */
}
@media print {
	#sanco-menu {
		display:		none;
	}
	.footer-items li.top-link {
		display:		none;
	}
}

/*** SPECIFIC BUTTONS ***/

.btn_novel_food_catalogue_search {
  background: #EE7506;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #EE7506 0px;
  text-decoration: none;
}

.btn_novel_food_catalogue_search:hover {
  background: #074A8B;
  text-decoration: none;
  color: #ffffff;
}
a.btn_novel_food_catalogue_search {
  color: #ffffff;
}
a.btn_novel_food_catalogue_search:active, a.btn_novel_food_catalogue_search:focus {
  color: #ffffff;
}