﻿
* { 
  /*font-family: verdana;
  font-size: 9pt;*/
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 9pt;
}
body {
  padding: 0; 
  margin: 0;
}
iframe, .fill {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0px solid #ffff00;
  background-image: none;
  background-color: transparent;
}
/*#header {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  height: 33px;
}*/
#sp {
  position: absolute;
  left: 318px;
  width: 6px;
  top: 39px;
  bottom: 26px;
  border: 0px;
  background-color: black;
  filter:alpha(opacity=1);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
}
#sp.active {
  background-color: black;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
#sp-ov {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  cursor: e-resize;
  background-color: black;
  filter:alpha(opacity=1);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
}
#toc {
  position: absolute;
  left: 2px;
  width: 316px;
  /*top: 39px;*/
  top: 170px;
  bottom: 26px;
}
#toc .toc-body {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 32px;
  /*top: 145px;*/
  bottom: 0px;
  padding: 10px;
  overflow: auto;
}
.search-toc-body {
  padding: 10px 10px 10px 10px;
}
#toc .ui-tabs {
  border: 0;
}
#toc .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#body {
  position: absolute;
  left: 322px;
  right: 2px;
  /*top: 39px;*/
  top: 170px;
  bottom: 26px;
}
#crumbs {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  height: 22px;
/*  background-color: transparent;
  background-image: none;*/
}
#crumbs .fill {
  overflow: hidden;  
  padding: 3px 10px;
}
#footer {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 20px;
}
#footer .fill {
  overflow: hidden;  
  padding: 3px 10px;
  text-align: center;
}
/*#icons-left {
  position: absolute;
  left: 5px;
  width: 562px;
  bottom: 3px;
  height: 23px;
  overflow: hidden;
}*/
/*#icons-right {
  position: absolute;
  right: 5px;
  width: 150px;
  bottom: 3px;
  height: 22px;
  overflow: hidden;
}*/
#icons-right .icon, #search-keyword {
  float: right;
}
#search-keyword {
  width: 120px;
  height: 18px;
  padding: 0;
  margin-right: 3px;
}

/*#title {
  position: absolute;
  font-size: 11pt;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: bottom;
  margin: 5px;
  text-align: center;
}*/
a.text:link, a.text:visited {
  position: relative;
  display: inline-block;
  padding: 1px 3px;
}
a.text:link span.hover, a.text:visited span.hover {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0px 2px;
}
a.text:hover span.hover {
  position: absolute;
  display: block;
}
a.icon, div.icon {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 20px;
}
.icon div.icon1, 
.icon div.icon2 {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
}
.icon .ui-icon {
  position: absolute;
  left: 2px;
  top: 2px;
  padding: 0;
  margin: 0;
}
.icon div.icon2 {
  display: none;
}
a.icon:hover div.icon2 {
  display: inline-block;
}
a:link image {
  border: 0;
}
div.preview {
  padding-left: 20px;
  padding-bottom: 10px;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 5px 8px 2px 8px;
}
.ui-tabs .ui-tabs-nav {
  padding: 2px 2px 0 2px;
}
.ui-tabs {
  padding: 2px;
}
.search-tab b {
  display: block;
  padding: 1px 1px 3px 1px;
  text-align: center;
  width: 80px;
  z-index:- 1;
}
.search-tab input {
  position: absolute; 
  #position: absolute; 
  left: 1px; 
  right: 1px; 
  top: 1px; 
  bottom: 1px; 
  border: 0;
  margin: 0px;
  float: left;
  font-weight: bold;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
  opacity: .8;
}

.center-outer {
  position: absolute; 
  #position: absolute; 
  display: table; 
  left: 0; 
  right: 0; 
  top: 0; 
  bottom:0; 
  width: 100%; 
  height: 100%; 
  overflow: hidden;
}
.center-middle {
  #position: absolute; 
  #top: 50%;
  display: table-cell; 
  vertical-align: middle;
}
.center-inner {
  #position: relative; 
  #top: -50%; 
  text-align: center;
}
.no-script {
  color: red; 
  background-color: yellow; 
  font-size: 16pt; 
  border: 3px solid red; 
  padding: 10px;
}
img {
  border: 0;
}
.tree-tool {
  position: absolute;
  right: 5px;
  width: 48px;
  top: 5px;
  height: 22px;
  overflow: hidden;
}
.tree-tool .icon {
  float: right;
}

   .layout{background-color:#fff;border-top:0;}

   .europa-layout{
     min-width: 770px;
     max-width: 984px;
     background-color:#fff;
     margin: 0 auto !important;
     border: 1px solid #369;
     border-top:0;
   }
   
   .layout-footer{clear:both;padding:0px 0;text-align:center;color:$opsisBlue;}
   
   .header{min-height:145px;background-color:#fff;line-height:1.4;min-width:725px;display:block;}
   .banner-flag{width:172px;height:119px;margin-top:15px;margin-left:40px;}
   .footer{clear:both;padding:0px 0;text-align:center;color:#396ea2;}
	
   .applicationTitle {vertical-align:top;margin-top:107px;margin-left:35px;min-width:150px;font-size:21px;font-family: "Serif";color: #fff;}
   .environmentTitle {vertical-align:top;margin-top:15px;}
    
   
     .title-fr {
     background-image: url("https://webgate.training.ec.europa.eu/agriportal/help/en/css/images/agri_fr.png"); background-repeat: no-repeat;
   }
   .title-en {
     background-image: url("https://webgate.training.ec.europa.eu/agriportal/help/en/css/images/agri_en.png"); background-repeat: no-repeat;
   }
   
	.path{background-color:#074A8B;min-height:18px;color:#fff;padding:0 0 1px;overflow:hidden;line-height:1.6;padding-left:10px;vertical-align: bottom;}
	.path .v-link a:link span { color: #fff;vertical-align: middle; }
	.path .v-link a:visited span { color: #fff;vertical-align: middle; }
	.path .v-link a:hover { text-decoration: underline; }

	#breadcrumbs {
	  font-size: 12px;background-color:#074A8B;min-height:18px;color:#fff;padding:0 0 1px;overflow:hidden;line-height:1.6;padding-left:10px;vertical-align: bottom;
	}