
/* - reset.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/reset.css?original=1 */
/* */
* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; }
iframe { border-width: 0; border-style:none; }
/* */

}


/* - base.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/base.css?original=1 */
/* */
/* */
#content ul,
.portletStaticText ul {
list-style-type: disc;
margin-left: 2em;
}
#content ol,
dl.portlet ol,
.portletStaticText ol {
list-style-type: decimal;
margin-left: 2em;
}
#content li,
dl.portlet li,
.portletStaticText li {
margin-bottom: 0.25em;
line-height: 1.5em;
display: list-item;
}
/* */
#content .discreet,
#sidebar .discreet,
.portletStaticText .discreet {
color: #666;
font-size: 85%;
font-weight: normal;
}
#content .visualHighlight,
.portletStaticText .visualHighlight {
background-color: #ffb;
}
#content .pullquote,
.portletStaticText .pullquote {
margin: 0 1em 0.5em 0.5em;
font-weight: bold;
line-height: 1.25em;
float: right;
width: 35%;
clear: right;
color: #444;
font-size: 1.6em;
letter-spacing: -0.08em !important;
}
#content .callout,
.portletStaticText .callout {
background: #eee;
padding: 1em;
border-left: 1em solid #ccc;
clear: both;
}
/* */
#content div.documentByLine {
font-size: 85%;
display: block;
color: #666;
}
#content img.tileImage,
#content div.newsImageContainer {
float: right;
margin: 0 1em 0.5em 1em;
}
.eventDetails {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
}
#content .eventDetails .eventDetail {
clear: both;
}
/* */
/* */
table.listing,
table.plain {
border-spacing: 0;
border-collapse: collapse;
}
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
padding: 0.5em 1em;
vertical-align: top;
}
table.plain th,
table.plain td {
border: 1px solid #ddd;
}
table.plain th {
text-align: left;
}
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
text-align: center;
}
table.listing {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
table.listing .top {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.listing th {
text-align: left;
color: #666;
border: 0.1em solid #e7e7e7;
border-style: solid solid none;
background: #ddd;
}
table.listing tr.odd th {
border: 0.1em solid #fff;
border-style: solid solid none none;
}
table.listing tbody th {
font-weight: bold;
}
table.listing tbody tr {
text-align:left;
}
table.listing tbody tr.odd {
background: #eee;
}
table.listing tbody tr td {
background: transparent;
}
table.listing tbody tr.odd td {
background: #eee;
}
table.listing td {
border-right: 1px solid #ddd;
}
.icons-on #listing-table td {
line-height: 2em;
}
table.listing a {
border: none;
display: inline-block;
border-bottom: none !important;
}
table.listing td.draggable {
text-shadow: White 1px 1px 1px;
background: #ddd !important;
border-bottom: 1px solid white;
padding: 0.4em 0.4em 0 0.5em;
}
/* */
table.vertical {
}
table.vertical th {
text-align: right;
}
table.vertical td {
border-top: 0.1em solid #e7e7e7;
padding: 0.5em;
}
/* */
table.grid td,
table.grid th {
border: 1px solid #e7e7e7;
padding: 0.5em;
}
.dragindicator {
outline: 2px solid #FFD700;
}
#foldercontents-order-column {
padding: 0;
}
div.listingBar {
font-size: 80%;
margin: 1em 0;
}
div.listingBar .next {
display: inline-block;
float: right;
}
div.listingBar .previous {
display: inline-block;
}
div.listingBar a {
display: inline-block;
padding: 0.25em 0.5em;
border: 0.1em solid #ccc;
}
div.listingBar a:hover {
color: White;
background-color: #329fd7;
border-color: #329fd7;
}
/* */
/* */
dl.portalMessage,
div.attention,
div.caution,
div.danger,
div.error,
div.hint,
div.important,
div.note,
div.tip,
div.warning {
margin: 1em 0;
font-size: 80%;
border: 1px solid #996;
background-color: #ffffe3;
clear:both;
}
dl.portalMessage a,
#content dl.portalMessage a,
div.attention a,
div.caution a,
div.danger a,
div.error a,
div.hint a,
div.important a,
div.note a,
div.tip a,
div.warning a,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
color: black;
border-bottom: 1px solid #888;
}
dl.portalMessage dt,
div > .admonition-title {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd,
div.attention > .last,
div.caution > .last,
div.danger > .last,
div.error > .last,
div.hint > .last,
div.important > .last,
div.note > .last,
div.tip > .last,
div.warning > .last {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning > dt,
.warning > .admonition-title {
background-color: #d80;
}
dl.error {
border-color: red;
}
dl.error > dt,
.error > .admonition-title {
background-color: #d00;
}
.warning > dd,
.warning > .last {
background-color: #fd7;
}
.error > dd,
.error > .last {
background-color: #fdc;
}
/* */
#content dl.portalMessage,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
font-size: 100%;
}
#content dl.portalMessage dt,
#content div > .admonition-title {
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
}
#content dl.portalMessage dd,
#content div.attention > .last,
#content div.caution > .last,
#content div.danger > .last,
#content div.error > .last,
#content div.hint > .last,
#content div.important > .last,
#content div.note > .last,
#content div.tip > .last,
#content div.warning > .last {
margin: 0;
}
/* */
/* */
dl.collapsible {
border: 0.1em solid #8cacbb;
margin: 1em 0;
padding: 0;
}
dl.collapsible dt.collapsibleHeader {
display: block;
float: left;
background: White;
line-height: 1.2em;
vertical-align: middle;
font-size: 90%;
position: relative;
top: -0.6em;
width: auto;
margin: 0 0 -0.6em 1em;
padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
margin: 0;
padding: 0 1em 0.4em;
clear: left;
}
/* */
dl.collapsible dd.collapsibleContent > dl {
margin: 0;
padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
padding: 0 0.5em 0 2em;
background: White url(treeExpanded.png) no-repeat 0.5em 50%;
cursor: pointer;
}
dl.collapsedBlockCollapsible {
border: none;
height: 1em;
width: auto;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
float: none;
position: relative;
margin: 0 0 0 1em;
padding: 0 0.5em 0 2em;
line-height: 1.2em;
cursor: pointer;
background: White url(treeCollapsed.png) no-repeat 0.5em 50%;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
display: none;
}
dl.collapsedInlineCollapsible {
border: none;
height: 1em;
width: auto;
display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
position: static;
float: none;
margin: 0;
padding: 0 0 0 2em;
line-height: 1em;
cursor: pointer;
display: inline;
}
/* */
/* */
.comment {
margin-top: 1.5em;
font-size: 80%;
}
.comment .documentByLine {
margin-left: 1em;
}
.comment .formControls {
margin-left: 0;
}
.commentTime {
color: #666;
}
.commentBody {
padding: 1em;
margin: 0.5em 0;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
box-shadow: 0 0 1em 0 #888;
-moz-box-shadow: 0 0 0.5em 0 #888;
-webkit-box-shadow: 0 0 0.5em #888;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
font-weight: normal;
}
/* */
.reviewHistory,
.contentHistory {
display: inline;
color: Black;
}
.spacer {
margin: 1em;
}
.label {
font-weight: bold;
display: inline;
}
.label .fieldErrorBox {
font-weight: normal;
}
.optionsToggle {
border: 0.1em solid #8cacbb;
color: Black;
background-color: #dee7ec;
font-weight: normal;
font-size: 90%;
}
/* */
.highlightedSearchTerm {
background-color: #ffa;
}
dl.searchResults .highlightedSearchTerm {
background-color: transparent;
font-weight: bold;
}
/* */
.noInheritedRoles {
color: #a0a0a0;
}
/* */
.currentItem {
border-collapse: collapse;
border: 0.2em solid #ffa500;
padding: 0.1em;
}
/* */
/* */
fieldset#search-field {
border: none !important;
text-align: center;
}
input.searchPage {
font-size:200% !important;
}
#rss-subscription {
float: left;
line-height: 3em;
}
#search-results-bar .actionMenuContent {
margin-top: 1em;
padding: 0;
}
#search-filter {
background: #ddd;
margin: 0;
padding: 0;
}
#content #search-filter fieldset {
border: none !important;
position: relative;
padding: 0;
margin: 0;
}
#content #search-filter legend {
background: transparent;
font-size: 1.1em;
padding: 0.5em 0.9em;
font-weight: bold;
}
#search-filter .field {
background: #eee;
padding: 1em 1.5em;
margin: 0;
}
#search-filter .field label {
font-weight: normal;
}
#search-filter .formControls {
text-align:center
}
#search-results-wrapper {
margin-top: 1em;
}
form.searchPage h1.documentFirstHeading {
font-weight:normal;
letter-spacing:0;
float: left;
margin-right: 0.8em;
}
form.searchPage h1.documentFirstHeading .highlightedSearchTerm {
background: transparent !important;
}
#search-results-bar > * {
float: left;
}
#searchResultsSort{
float:right;
}
#search-results-bar {
position: relative;
z-index: 1;
float: left;
width: 100%;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding: 1em 0;
}
#search-results-bar dl.actionMenu {
margin-bottom: 0;
}
#search-results-bar dd.actionMenuContent {
margin-left: 0;
padding-left: 0;
}
#search-results-bar dt.actionMenuHeader a {
border-bottom: none;
}
#search-results-bar dt.actionMenuHeader a::after {
content: " ▼";
}
#search-results {
padding: 1em;
}
.searchResults {
margin-top: 0;
}
#ajax-search-res {
display: none;
}
/* */
/* */
.image-left {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.image-right {
float: right;
margin: 0.5em;
}
.image-inline {
float: none;
}
/* */
/* */
dl.toc {
float: right;
width: 35%;
font-size: 100%;
margin: 1em 0 0.5em 1.5em;
}
dl.toc dt {
margin-left: 1em;
font-weight: normal;
text-transform: uppercase;
}
dl.toc dd {
margin-bottom: 0;
padding-left: 2em;
}
dl.toc dd ol {
margin-left: 1.5em;
}
/* */
/* */
#portal-sitemap {
list-style: none;
margin-left: 0;
font-size: 130%;
font-weight: bold;
}
#portal-sitemap li {
list-style: none;
margin-left: 0;
}
#portal-sitemap a {
border-bottom: none;
display: block;
}
#portal-sitemap > li {
border-bottom:0.1em dotted #ddd;
line-height:1.8em;
padding:0.25em 1em;
margin-bottom: 0;
}
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul {
font-size: 85%;
font-weight: normal;
margin-bottom: 0;
padding: 0.25em 0;
}
/* */
/* */
.photoAlbumEntry {
float: left;
position:relative;
overflow: hidden;
height: 185px;
width: 143px;
margin: 0em;
padding: 0px 6px 0px 9px;
text-align: center;
background-image: url('polaroid-single.png');
background-repeat: no-repeat;
}
.photoAlbumEntry img {
border: 1px solid #ccc;
display: block;
margin: 0 auto;
}
.photoAlbumEntryWrapper {
height: 130px;
width: 128px;
margin-bottom: 7px;
}
.photoAlbumEntry a {
display: block;
text-decoration: none;
font-size: 90%;
height: 169px;
width: 130px;
margin: 16px auto 0px;
}
.photoAlbumFolder {
background-image: url('polaroid-multi.png');
background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
color: #76797c;
display: block;
width: 128px;
height: 3.6em;
}
/* */
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 0.1em;
overflow: hidden;
padding: 0;
margin: -0.1em 0 0 -0.1em;
width: 1px;
}
/* */
/* */
.ie6 .hiddenStructure,
.ie7 .hiddenStructure {
position: absolute;
}
#content .visualNoMarker {
list-style:none;
margin-left: 0;
}
.visualClear {
clear: both;
}
/* */
/* */
body.largeText { font-size: 125%; }
body.smallText { font-size: 85%; }
/* */
/* */
/* */
div.overlay {
width: auto;
height: auto;
/* */
display: none;
/* */
margin: 1em;
font-size: 80%;
}
div.overlay-iframe,
div.overlay-ajax {
width: 60%;
min-height: 100px;
z-index: 99; /* */
}
div.overlay-iframe {
height: 60%;
}
/* */
div.overlaybg div.close,
div.overlay div.close {
background-image: url(pb_close.png);
position: absolute;
left: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}
.pb-ajax {
overflow-y: auto;
}
.pb-ajax, .pb-image, .overlay iframe {
background-color: #fff;
border: 1px solid #999;
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
.pb-ajax > div {
width: 92%;
padding: 1em;
}
.pb-ajax .documentActions {display:none}
div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}
div.overlay textarea { width: 100%; }
/* */
div.overlay .link-parent { display: none; }
div.overlay #createGroup legend { display: none; }
div.overlay #createGroup fieldset { border: none; }
/* */
div.overlay p {
margin-bottom: 1em;
}
div.overlay label {
margin-bottom: 0.25em;
}
div.overlay a:hover {
color: #75ad0a;
}
div.overlay a:hover label{
cursor: pointer;
}
div.overlay a.selected {
color: #000000;
}
div.overlay .formTab {
margin-right:1em;
font-weight: bold;
}
div.overlay .formTab.lastFormTab {
margin-right:0em;
}
div.overlay .formControls a {
display: block;
margin: 0.75em;
}
/* */
/* */
#history dd {
}
div.historyRecord {
margin-bottom: 1em;
}
div.historyTools ul {
float: right;
margin: 2px 1em;
}
div.historyTools ul li {
display: inline;
padding: 0 0.015em;
}
div.historyTools ul li a{
border-bottom: none;
}
div.historyTools form {
display: inline;
}
.historyAction {
}
.historyByLine {
background: #ddd;
padding: 0.5em;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
div.historyLinks {
float: right;
clear: right;
margin: 0.5em 1em 0 0;
}
div.historyComment {
padding: 0.5em 1em;
border: 1px solid #ddd;
}
div.historyComment p {
margin: 0;
padding-top: 1px;
}
a.historyComparePrevious {
border-top: 1px dotted #ccc;
display: block;
margin-top: 1.5em;
margin-bottom: -0.5em;
text-align: center;
}
a.historyComparePrevious span {
background-color: white;
position: relative;
top: -0.75em;
padding: 0 0.5em;
}
/* */
/* */
.icons-on .contenttype-document {
background: no-repeat transparent 0px 4px url(contenttypes-sprite.png);
}
.icons-on .contenttype-event {
background: no-repeat transparent 0px -212px url(contenttypes-sprite.png);
}
.icons-on .contenttype-folder {
background: no-repeat transparent 0px -644px url(contenttypes-sprite.png);
}
.icons-on .contenttype-link {
background: no-repeat transparent 0px -1076px url(contenttypes-sprite.png);
}
.icons-on .contenttype-news-item {
background: no-repeat transparent 0px -1292px url(contenttypes-sprite.png);
}
.icons-on .contenttype-plone-site {
background: no-repeat transparent 0px -1508px url(contenttypes-sprite.png);
}
.icons-on .contenttype-collection {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
.icons-on .contenttype-topic {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
/* */
.icons-on #plone-contentmenu-factories .contenttype-file {
background: no-repeat transparent 0px -428px url(contenttypes-sprite.png);
}
.icons-on #plone-contentmenu-factories .contenttype-image {
background: no-repeat transparent 0px -860px url(contenttypes-sprite.png);
}
.icons-on .contenttype-document,
.icons-on .contenttype-event,
.icons-on .contenttype-folder,
.icons-on .contenttype-link,
.icons-on .contenttype-news-item,
.icons-on .contenttype-plone-site,
.icons-on .contenttype-collection,
.icons-on .contenttype-topic,
.icons-on #plone-contentmenu-factories .contenttype-file,
.icons-on #plone-contentmenu-factories .contenttype-image {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}
/* */
/* */
.optionsBox {
overflow-y: auto;
border: solid 1px #999999;
background: #FFFFFF;
height: 14em;
width: 100%;
}
/* */
/* */
.ie7 div.optionsBox {
width: 50%;
}
.optionsBox LABEL {
padding: 2px 0 0 0;
display: block;
line-height: 1em;
font-weight: normal;
}
.optionsBox input{
vertical-align: middle;
margin: 1px 4px 4px 6px;
}
/* */
/* */
.ie7 .optionsBox input {
margin: 0px;
}
.optionsBox LABEL.checked {
background-color: #EEEEEE;
}
.optionsBox LABEL.hover {
background-color: #777777;
color: #FFFFFF;
}
#archetypes-fieldname-subject .formHelp {
font-weight: normal;
}
#existingTagsSection {
position: relative;
margin-left: 3em;
}
#existingTags {
float: left;
width: 50%;
}
#content #existingTags dd {
margin-bottom: 1px;
margin-left: 0;
}
#content #selectedTags, #content #newTags {
margin-bottom: 0;
margin-left: 0;
}
#content #selectedTagsSection {
margin-left: 3em;
float: left;
width: 43%;
margin-bottom: 0;
}
#newTagsSection {
width: 48%;
margin-left: 3em;
}
#content p.selectedTag {
margin-bottom: .4em;
}
#existingTagsTitle, #newTagsTitle {
float: left;
}
#existingTagsHelp, #newTagsHelp {
float: right;
}
#noTagsSelected, #oneOrMoreTagsSelected {
display: none;
}
#ajax-spinner {
display:none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
/* */

}


/* - public.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/public.css?original=1 */
/* */
.state-published {
color: #436976 !important;
}
/* */
body {
font: 100% Arial, FreeSans, sans-serif;
background: White;
color: Black;
/* */
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
font-weight: bold;
color: Black;
line-height: 1.5em;
}
h1, h2 {
letter-spacing: -0.05em;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.8em;
}
h2, h3, h4, h5, h6 {
color: #444;
}
h2 a, h3 a, h4 a {
border-bottom: none !important;
}
p {
}
a:link, a:visited {
color: #205c90;
}
a:focus img {
outline: thin dotted;
}
dt {
font-weight: bold;
}
input {
font-family: "Lucida Grande", Arial, FreeSans;
}
q {
quotes: "“" "”" "‘" "’";
}
sup,
sub {
height: 0;
line-height: 1;
vertical-align: baseline;
_vertical-align: bottom;
position: relative;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
/* */
/* */
#portal-header {
position: relative;
z-index: 2;
}
#portal-logo {
display: inline-block;
margin: 1.375em 0;
}
/* */
/* */
.ie6 #portal-logo,
.ie7 #portal-logo {
margin-top: 0;
}
#portal-globalnav {
clear: both;
font-size: 80%;
background: #ddd;
/* */
margin: 0 0 1em 0;
}
#portal-globalnav li {
}
#portal-globalnav li a {
display: inline-block;
padding: 0.5em 1em 1.8em 1em;
background: #ddd;
min-width: 6em;
white-space: normal;
border-right: 0.1em solid white;
}
#portal-globalnav .selected a,
#portal-globalnav a:hover {
background: #205c90;
color: White;
}
#portal-globalnav .selected a:hover {
background: #ddd;
color: #205c90;
}
#portal-personaltools {
float: right;
background: #e3e3e3;
position: relative;
z-index: 3; /* */
top: 0;
right: 0;
padding: 0.25em 0.5em;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
#portal-personaltools #anon-personalbar a {
float: left;
margin: 0 0.5em;
}
#portal-languageselector {
float: right;
background: #e3e3e3;
position: relative;
top: 0;
right: 1px;
z-index: 3; /* */
padding: 0.25em 0.5em;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
max-width: 50%;
}
#portal-searchbox {
float: right;
text-align: left;
clear: right;
margin: 1.2em 0;
font-size: 80%;
}
#portal-searchbox form {
white-space: nowrap;
}
#portal-searchbox label {
font-weight: normal;
}
#searchGadget {
width: 13em;
}
#searchGadget,
.LSBox input.searchButton {
}
.LSBox .searchSection {
}
#content input.searchField {
margin-bottom: 1em;
}
input.searchField {
-moz-appearance: searchfield;
}
/* */
.collapsible .collapser.collapsed {
padding-right: 14px;
background: url('arrowRight.png') center right no-repeat;
}
.collapsible .collapser.expanded {
padding-right: 14px;
background: url('arrowDown.png') center right no-repeat;
}
/* */
/* */
#LSResult {
position: absolute;
right: 0;
background: White;
margin: -1.5em 0 0 -7em;
}
#LSResult fieldset {
padding: 1em 0 0;
border: 0.1em solid #ccc;
}
#livesearchLegend {
background-color:#ccc;
padding:0.3em;
}
#LSResult .LSDescr {
font-size: 85%;
color: #666;
}
.LSRow,
#LSNothingFound {
display: block;
padding: 0.5em 1em;
white-space: normal;
width:28em;
}
.LSHighlight {
background: #ddd;
}
/* */
/* */
#portal-breadcrumbs {
font-size: 80%;
margin-bottom: 1em;
margin-left: 0.25em;
}
#portal-breadcrumbs a {
border-bottom: none;
display: inline-block;
}
.breadcrumbSeparator {
color: #666666;
}
/* */
/* */
#portal-siteactions {
font-size: 85%;
padding-bottom: 2em;
text-align: center;
clear: left;
}
#portal-siteactions li {
margin-right: 0.5em;
}
#portal-siteactions li a:hover {
color: #75ad0a
}
/* */
/* */
a.link-parent {
}
a.link-anchor {
border: none !important;
color: Black !important;
cursor: default !important;
}
#content a.link-overlay {
border-bottom: 1px dotted #205c90 !important;
}
dl dt .documentByLine {
font-weight: normal;
}
dl dt span.summary a {
border: none !important;
}
/* */
/* */
#content {
line-height: 1.5em;
clear: both;
font-size: 80%;
margin: 1em 0.25em 2em 0.25em;
}
/* */
body#content {
margin: 1em;
}
#content h1 {
margin-top: 0.5em;
}
#content h1.documentFirstHeading {
margin-top: 0;
}
#content p,
#content table,
#content dl,
dl.portlet p,
dl.portlet {
margin-bottom: 1em;
}
#content ul,
#content ol {
}
#content a:link,
dl.portlet a:link {
color: #205c90;
border-bottom: 0.1em solid #ccc;
}
#content a:visited,
dl.portlet a:visited {
color: #427597;
border-bottom: 0.1em solid #ccc;
}
#content a:hover,
dl.portlet a:hover {
color: #75ad0a !important; /* */
}
#content a:target {
background-color: #ffb;
}
#content span.link-external a {
background: transparent url(link_icon.png) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#category {
font-size: 75%;
margin-bottom: 1em;
color: #666;
text-align: right;
}
#category a.link-category, span.selectedTag {
color: black;
padding: 0.25em 0.5em;
background: #ddd;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
#category a.link-category:hover {
background: #205c90;
color: White;
border-color: #205c90;
}
#category .separator {
display: none;
}
#content dt {
font-weight: bold;
margin-bottom: 0;
margin-right: 0;
}
#content-core dd {
margin: 0 0 1em 2em;
}
#content pre,
.portletStaticText pre {
background-color: #222;
color: White;
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
padding: 1em;
overflow-x: auto;
font-size: 90%;
margin-bottom: 1em;
line-height: 1.25em;
}
#content pre.python,
.portletStaticText pre.python {
background-color: White;
}
#content code,
.portletStaticText code {
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
#content table {
text-align: left;
border-collapse: collapse;
border-spacing: 0px;
}
#content .documentDescription,
#content #description {
color: #666;
margin-left: 0;
font: bold 1.25em "Helvetica Neue", Arial, FreeSans, sans-serif;
}
#content div.newsImageContainer a {
border-bottom: none;
}
#content div.newsImageContainer p.discreet {
margin: 0;
padding: 0.5em;
background-color: #666;
background-color: rgba(40,40,40,0.7);
color: White;
font-weight: bold;
position: relative;
width: 190px;
top: -3em;
}
/* */
#content .eventDetails {
border-color: #CCCCCC;
border-style: solid;
border-width: 0.08em;
width: 22em;
margin-top: 1em;
}
#content .eventDetails h2 {
background-color: #DDDDDD;
font-size: 100%;
letter-spacing: 0;
padding: 0.5em;
padding-left: 1em;
}
#content .eventDetails .eventDetail h3,
#content .eventDetails .eventDetail div {
padding: 2%;
}
#content .eventDetails .eventDetail h3 {
float: left;
font-size: 100%;
text-align: right;
width: 37%;
}
#content .eventDetails .eventDetail div {
float: left;
width: 55%;
}
/* */
/* */
img.image-left,
img.image-right,
.captioned img {
border: 1px solid #ddd;
}
dd.image-caption {
text-align: left;
padding: 0 0 0 3px; /**/
margin: 0;
color: #666;
font-size: 85%;
}
/* */
/* */
#portal-footer {
font-size: 75%;
background: #ddd;
padding: 1em;
margin: 1em 0;
line-height: 2em;
}
#portal-colophon {
font-size: 70%;
text-align: center;
margin-bottom: 1em;
}
#portal-colophon li {
padding:0 0.75em;
}
#portal-colophon a {
color: #444;
}
/* */

}


/* - columns.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/columns.css?original=1 */
div.row {
float: left;
width: 100%;
display: block;
position: relative;
}
div.cell {
position: relative;
float: left;
left: 100%;
}
/* */
.ie6 div.cell {
float: none;
}
/* */
div.width-1  { width:  4%    }
div.width-2  { width: 10.25% }
div.width-3  { width: 16.5%  }
div.width-4  { width: 22.75% }
div.width-5  { width: 29%    }
div.width-6  { width: 35.25% }
div.width-7  { width: 41.5%  }
div.width-8  { width: 47.75% }
div.width-9  { width: 54%    }
div.width-10 { width: 60.25% }
div.width-11 { width: 66.5%  }
div.width-12 { width: 72.75% }
div.width-13 { width: 79%    }
div.width-14 { width: 85.25% }
div.width-15 { width: 91.5%  }
div.width-16 { width: 97.75% }
/* */
/* */
div.position-0  { margin-left: -98.875% }
div.position-1  { margin-left: -92.625% }
div.position-2  { margin-left: -86.375% }
div.position-3  { margin-left: -80.125% }
div.position-4  { margin-left: -73.875% }
div.position-5  { margin-left: -67.625% }
div.position-6  { margin-left: -61.375% }
div.position-7  { margin-left: -55.125% }
div.position-8  { margin-left: -48.875% }
div.position-9  { margin-left: -42.625% }
div.position-10 { margin-left: -36.375% }
div.position-11 { margin-left: -30.125% }
div.position-12 { margin-left: -23.875% }
div.position-13 { margin-left: -17.625% }
div.position-14 { margin-left: -11.375% }
div.position-15 { margin-left:  -5.125% }
/* */
/* */
div.width-1\3a 2 { width:    47.75%; } /* */
div.width-1\3a 4 { width:    22.75%; } /* */
div.width-3\3a 4 { width:    72.75%; } /* */
div.width-full   { width:    97.75%  }
div.position-1\3a 4 {margin-left:    -73.875%;} /* */
div.position-1\3a 2 {margin-left:    -48.875%;} /* */
div.position-3\3a 4 {margin-left:    -23.875%;} /* */
/* */
div.width-1\3a 3 { width: 31.08%; } /* */
div.width-2\3a 3 { width: 64.42%; } /* */
div.position-1\3a 3 {margin-left: -65.545%;} /* */
div.position-2\3a 3 {margin-left: -32.205%;} /* */

}


/* - footer.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/footer.css?original=1 */
/* */
/* */
#footer-wrapper {
background-color: #006699;
margin: 2em 0 2em 0;
padding: 2em 1em;
clear: both;
border-top: 8px solid #FFF;
}
#bg-wrapper {
padding: 0;
margin: 0;
}
#portal-footer {
position: relative;
margin: 0 auto;
padding: 0;
line-height: 2em;
text-align: left;
font-size: 12px;
color: white;
}
#portal-footer a {
text-transform: none;
color: white;
border: none;
text-decoration: underline;
}
#portal-footer a:visited {
color: white;
}
#portal-footer a:hover {
color: #8e004d;
background-color: transparent;
text-decoration: underline;
}
#portal-colophon {
float: none;
margin: 0 0 2em 0;
padding: 0.5em 1em 1em 1em;
text-align: center;
clear:both;
}
#portal-colophon .colophonWrapper {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
margin: 0 auto;
}
.colophon-left {
float: left;
width: 215px;
}
.colophon-middle {
margin-top:-17px;
text-align: center;
}
.colophon-right {
float: right;
width: 215px;
}
.colophon-right span {
float: left;
width: 155px;
}
.colophon-right img {
float: right;
width: 50px;
}
.colophon-links a, .colophon-links a:visited {
display: inline;
font-size: 11px !important;
color: #346f83 !important;
text-decoration: underline !important;
}
.colophon-links a:hover {
cursor: pointer;
text-decoration: none !important;
}
/* */

}


/* - portlets.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/portlets.css?original=1 */
/* */
dl.portlet {
margin: 0 0 1em;
font-size: 80%;
}
dl.portletError {
background-color: #FFA500;
}
dl.portlet dt {
padding: 0.42em 1em;
background: #ddd;
line-height: normal;
}
dl.portlet dt.hiddenStructure {
padding: 0;
}
dl.portlet dt a:link,
dl.portlet dt a:visited,
dl.portlet dt a:hover {
color: black;
display: block;
border: none;
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
padding: 1em;
}
.blockedPortlet .portletHeader {
border: 1px dashed #ddd;
margin: -1px;
background: none !important;
}
.blockedPortlet .portletHeader a {
color: #666;
}
.blockedPortlet .portletBlockedMessage {
color: white;
display: inline;
}
.portletItemDetails {
font-size: 85%;
padding-top: .5em;
line-height: 1.5em;
margin-left: 1em;
display: block;
}
#portlet-prefs a {
border: none;
line-height: 2em;
}
/* */
/* */
dl.portlet ul.navTree li a {
border: none;
display: block;
zoom: 1;
}
dl.portlet ul.navTree li a:hover {
}
dl.portletNavigationTree dd.portletItem {
padding: 0;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
padding: 0.25em 1em;
border-bottom: 0.1em dotted #ddd;
line-height: 2em;
}
dl.portlet ul.navTreeLevel1 .navTreeItem {
padding-left: 0.5em;
line-height: 2em;
}
dl.portlet ul.navTree .navTreeCurrentItem {
background-color: #ddd;
border-left: 1em solid #ddd;
margin-left: -1em;
margin-right: -1em;
}
/* */
/* */
.portletCalendar {
margin: 1px 0 1em 0;
}
.portletCalendar dt {
background-color: #eee;
font-weight: bold;
text-align: center;
line-height: 1.6em;
border-bottom: none;
}
#visual-portal-wrapper dl.portletCalendar dd {
padding: 0;
}
.portletCalendar dd {
margin: 0;
padding: 0;
}
.portletCalendar dt a#calendar-previous {
float: left;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar dt a#calendar-next {
float: right;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar a, .portletCalendar a:focus,
.portletCalendar a, .portletCalendar a:hover,
.ploneCalendar a {
text-decoration: none;
border-bottom: none !important;
}
.ploneCalendar {
border-spacing: 0;
width:100%;
}
.ploneCalendar td {
background-color: transparent;
width: 14%;
text-align: center;
padding: 2px;
}
.ploneCalendar .weekdays th {
background-color: #eee;
text-align: center;
padding: 2px;
}
.ploneCalendar .event {
background-color: #eee;
}
.ploneCalendar .todayevent {
background-color: #eee;
border: 2px solid #205C90;
}
.ploneCalendar .todaynoevent {
border: 2px solid #205C90;
}
/* */

}


/* - eea-portlets.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/eea-portlets.css?original=1 */
/* */
/* */
/* */
/* */
/* */
dl.portlet {
margin: 0 0 1em;
font-size: 100%;
}
dl.portlet dt,
div.portletAssignments div.portletHeader {
background: #f3f3f3;
}
/* */
.portletAssignments .portletHeader,
.portletAssignments .portlet_visible .portletHeader,
.portletAssignments .portlet_hidden .portletHeader {
font-size: 140%;
}
dl.portlet dt a:link,
dl.portlet dt a:visited,
dl.portlet dt a:hover {
display: inline; /* */
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
padding: 0em;
}
div.managePortletsLink,
a.managePortletsFallback {
font-size: 90%;
}
/* */
/* */
dl.portlet ul.navTree li a {
margin: 0;
padding: 10px;
border-top: 1px dotted #BABBB8;
font-weight: normal;
font-size: 14px;
line-height: 1.5;
}
dl.portlet ul.navTreeLevel0 > li:first-child > a {
border-top: 0; /* */
}
dl.portlet ul.navTree li a:hover, #content dl.portlet ul.navTree li a:hover {
background-color:#f6a800;
-webkit-transition: background-color .3s, color .3s, background .3s;
-moz-transition: background-color .3s, color .3s, background .3s;
-o-transition: background-color .3s, color .3s, background .3s;
transition: background-color .3s, color .3s, background .3s;
color: #FFFFFF !important;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
padding: 0;
border-bottom: 0;
}
dl.portlet ul.navTree .navTreeCurrentItem {
color: #FFFFFF !important;
background-color: #f6a800;
margin: 0;
border-left: 0;
}
.navTreeItemInPath > ul.navTreeLevel0 li > a {
padding-left: 10px !important;
}
.navTreeItemInPath > ul.navTreeLevel1 li > a {
padding-left: 25px !important;
}
.navTreeItemInPath > ul.navTreeLevel2 li > a {
padding-left: 35px !important;
}
.navTreeItemInPath > ul.navTreeLevel3 li > a {
padding-left: 45px !important;
}
.navTreeItemInPath > ul.navTreeLevel4 li > a {
padding-left: 55px !important;
}
/* */
/* */
#document-toc {
width: 95%;
margin-top: 0.5em;
clear: both;
color: #333;
padding: 0.5em 1em 1em 1em;
}
.collapsable-portlet .portletHeader {
cursor: pointer;
padding: 0 20px 0 0;
}
.collapsable-portlet.collapsed .portletItem {
display: none;
}
.portlet {
margin: 1px 0 1em 0;
padding: 0.3em;
}
.portletItem {
margin: 0;
padding: 0 0 0 0;
}
.portletHeader, dl.portlet dt.portletHeader {
font-weight:normal !important;
font: normal 160% 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
color: black;
line-height: 1.4;
margin: 0;
padding: 0 0 0.5em 0;
}
#firstHeader {
margin-top: 0;
line-height: 1.2;
font-size: 1.6em;
}
.portletFooter {
clear: both;
font-size:11px;
line-height:1em;
border: 1px none #cccccc;
border-top-style: dotted;
margin:0;
padding:1em 1em;
text-align:right;
}
.portletItemDetails {
text-align: right;
display: block;
}
/* */
.portletItem a {
display: block;
}
dd.portletItem a,
dd.portletFooter a {
border-bottom: none;
}
.portlet a, dl.portlet a {
text-decoration: none;
}
.portlet a:visited, #content .portlet a{
color:#346f83;
}
dd.portletItem a:visited,
dd.portletFooter a:visited {
color: #346f83;
}
#portal-column-two .portletHeader a,
#portal-column-two .portletHeader a:link,
#portal-column-two .portletHeader a:visited,
#portal-column-two .portletHeader a:active,
#portal-column-two .portletHeader a:hover,
#portal-column-one .portletHeader a,
#portal-column-one .portletHeader a:link,
#portal-column-one .portletHeader a:visited,
#portal-column-one .portletHeader a:active,
#portal-column-one .portletHeader a:hover  {
color: #346f83;
text-decoration: none;
}
#content img {
vertical-align: middle;
max-width: 100%;
}
/* */
.portletNavigationTree {
margin: 0;
padding: 1em;
list-style: none none;
line-height: 1em;
background: #FFFFFF;
}
.navTree {
list-style: none none;
}
.navTree li {
margin-bottom: 0 !important;
}
.navTreeItem {
display: block;
padding: 0;
margin: 0;
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
display: block;
text-decoration: none;
padding: 0;
margin: 0;
font-weight: bold;
}
.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
}
li.navTreeCurrentItem {
display: block;
padding: 0;
margin: 0;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
display: block;
min-height: 1.6em;
line-height: 1.6em;
height: auto;
font-weight: bold;
}
.navTreeLevel3 a.navItemLevel2,
.navTreeLevel3 a.navItemLevel2:hover {
margin-left: 1.5em;
}
.navTreeLevel4 a.navItemLevel3,
.navTreeLevel5 a.navItemLevel4,
.navTreeLevel4 a.navItemLevel3:hover,
.navTreeLevel5 a.navItemLevel4:hover {
margin-left: 3em;
font-size: 0.8em;
}
#portlet-navigation-tree .promo-nav-portlet a.portletHeader {
padding-left: 0;
}
#portlet-navigation-tree .portletHeader,
#portlet-navigation-tree .portletSubMenuHeader,
.portlet-navigation-tree .portletHeader {
font-size: 1.2em;
padding:0.5em 0.2em 0.5em 0.5em;
margin-top:0;
margin-bottom:0;
}
#portlet-navigation-tree .portletSubMenuHeader {
background: #ececec;
}
dl#portlet-navigation-tree,
dl.portlet-navigation-tree {
border: none;
}
#portlet-navigation-tree li {
background: transparent;
display: block;
}
#portlet-navigation-tree .portletItem {
background: transparent;
margin: 0;
padding: 0;
}
#portlet-navigation-tree li a,
.portlet-navigation-tree li a {
color: #495b6b;
border: none;
padding-left: 2em;
background: transparent url(http://www.eea.europa.eu/mal.png) 1em no-repeat;
}
#portlet-navigation-tree a:hover {
color: #8e004d;
background-color: #e9efcd;
}
#portlet-navigation-tree .portletHeader a:hover {
background-color: transparent;
}
#portlet-navigation-tree .navTreeCurrentItem {
color: #8e004d;
background-color: #f6a800;
}
.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { }
.navTreeLevel2 { }
.navTreeLevel0,
.navTreeLevel3 { background: transparent; }
.navTreeLevel4 { background: transparent; }
.navTreeLevel5 { background: transparent; }
/* */
/* */
.portlet .link,
.portlet .thumbnail-right {
float: right;
margin: 6px 0 0 8px;
font-size: x-small;
clear: right;
}
.portlet .thumbnail-right a {
border: none;
}
.portlet .date, #content .portlet .date {
font-weight: bold;
font-size: x-small;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
box-shadow: none;
border: none;
text-align: left;
}
.portlet dt.portletItem {
clear: both;
padding: 0px;
background: none repeat scroll 0 0 transparent;
}
.portlet dt.portletItem a:link{
color: #346f83;
}
.portlet dd.portletSeparator {
clear: both;
border-bottom: 1px dotted #cccccc;
margin:0;
padding:0;
}
.portlet a.portletHeader {
font-size: 1em;
padding-bottom: 0.4em;
}
dt.portletItem a, #content dt.portletItem a {
font-weight: normal;
}
#portlet-chooselang {
background: transparent;
color:black;
margin: 0 13px 0 0;
padding: 0.5em 0;
float: right;
clear: right;
border: 0;
font-size: 100%;
}
#portlet-chooselang dt {
display: none;
}
.portlet-subscribtion dt {
margin-bottom: 5px;
}
#portlet-chooselang select {
font-size: 110%;
}
#chooselang {
margin: 0;
padding: 0;
}
#portal-column-two .portletTabHead,
#portal-column-two .portletTabHead_current {
float: left;
border: 1px solid #bebebe;
width: 9.7em;
*width: 10.7em; /* */
height: 23px;
*height: 17px; /* */
display: block;
padding: 2px 2px 1px 2px;
margin-top: -27px;
margin-left: 0.2em;
text-align: center;
font: bold 0.8em 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
color: #333333;
line-height: 20px;
white-space: nowrap;
}
#portal-column-two .portletTabHead {
background: #e9efcd;
cursor: pointer;
}
#portal-column-two .portletTabHead_current {
background: #fff;
border-bottom: 1px solid #fff;
}
#portal-column-two .portlet {
margin: 0 0 1em 0;
padding: 2em;
}
#portal-column-two dl dd dl.portlet {
margin: 0;
padding: 0.4em;
border: 1px solid #bebebe;
border-top:none;
}
#portal-column-two #portlet-chooselang dl dd,
#portal-column-two .portlet-rss dd {
margin: 0 0 0 0;
}
#portal-column-two dl.portlet-rss {
margin: 0 0 0.6em 0;
padding: 0;
background: url(http://www.eea.europa.eu/tabhead-bg.gif) repeat-x left top;
border: none;
}
#portal-column-two dl.portlet-rss-dbl {
margin: 0 0 0.6em 0;
padding: 28px 0 0;
background: url(http://www.eea.europa.eu/tabhead-bg.gif) repeat-x left top;
border: none;
}
.portletFooter .feedButton {
margin: -12px 0 0 0;
background: none;
float: left;
}
.portlet-subscribtion dd {
margin-bottom: 0.5em;
}
.portlet-subscribtion input.subscriptionButton {
background: url(http://www.eea.europa.eu/search_btn_small.png) no-repeat top left;
border: none;
width: 30px;
height: 19px;
margin: 0 2px 0 2px;
padding: 0;
cursor:pointer;
}
dl.portletNavigationTree dt.portletHeader {
padding: 0;
font-size: 16px;
margin: 5px 10px;
background-color: transparent;
font-weight: bold !important;
}
dl.portletNavigationTree dt.portletSubMenuHeader {
background-color: #f3f3f3;
font-size: 12px;
padding: 10px;
margin: 0;
cursor: pointer;
border-bottom: 1px solid #ececec;
}
dl.portletNavigationTree dt.portletSubMenuHeader:hover {
background-color: #ececec;
}
dl.portletNavigationTree dt.portletSubMenuHeader:last-child {
border-bottom: none;
}
dl.portletNavigationTree dt.portletSubMenuHeader span.title {
cursor: pointer;
margin: 0;
display: block;
}
.portletNavigationTree .eea-icon-right:after,
.portletHeader .eea-icon-right:after
{
font-size: 1.2em;
color: #9cb43c;
}
.portletHeader .eea-icon-right:after {
font-size: 75%;
}
.portletNavigationTree .eea-icon-right:after,
.collapsed .portletHeader .eea-icon-right:after
{
content: "\f053";
}
.portletNavigationTree .current .eea-icon-right:after,
.portletHeader .eea-icon-right:after
{
content: "\f078";
}
dl.portletNavigationTree li.navTreeItem .navTreeCurrentItem {
color: #FFFFFF !important;
background-color: #f6a800;
}
#portal-column-one .portlet {
padding: 0;
margin: 0;
}
.navTreeItem .contenttype-document,
.navTreeItem .contenttype-event,
.navTreeItem .contenttype-folder,
.navTreeItem .contenttype-link,
.navTreeItem .contenttype-news-item,
.navTreeItem .contenttype-plone-site,
.navTreeItem .contenttype-topic,
.navTreeItem .contenttype-file,
.navTreeItem .contenttype-image {
background: none;
}
/* */
.managedPortlet {
margin: 0.8em 0;
}
.blockedPortlet .portletHeader {
border: 1px dashed #ddd;
margin: -1px;
background: none !important;
}
.blockedPortlet .portletHeader a {
color: #666;
}
.blockedPortlet .portletBlockedMessage {
color: white;
display: inline;
}
.portletItemDetails {
font-size: 85%;
padding-top: .5em;
line-height: 1.5em;
margin-left: 1em;
display: block;
}

}


/* - forms.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/forms.css?original=1 */
/* */
fieldset,
.editionComment {
line-height:1.5em;
margin:1em 0;
padding:0 1em 1em;
width:auto;
}
/* */
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
line-height: 125%;
color: Black;
letter-spacing: -0.05em;
margin: inherit -0.05em;
font-size: 2em; /* */
font-weight: bold;
}
/* */
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
font-family: Arial,FreeSans,sans-serif;
color:#666666;
font-size:1.25em;
font-weight: bold;
}
div.formControls {
margin: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #ffffe0;
}
#content textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
#content select {
vertical-align: top;
}
#content fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
#content legend {
padding: 0.5em;
font-size: 85%;
}
label {
font-weight:bold;
}
label .fieldErrorBox {
font-weight: normal;
}
#content label {
}
#content optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
#content option {
color: black;
}
#content optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: Black;
}
.field {
clear: both;
margin-bottom: 1em;
}
.field input[type="text"] {
width: 20em;
}
.field input[type="text"][size] {
width: auto;
}
.field input[type="text"][name$=".title"],
input#title {
width: 100%;
}
.field.error input[type="text"][name$=".title"],
.error input#title {
width: 99%;
}
.fieldRequired {
background: url(required.png) center left no-repeat;
padding: 0 0 0 1em;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
color: #555;
margin: 0 0 0.2em 0;
display: block;
font-weight: normal;
}
div.field.error {
background-color: #fdc;
border:  1px solid red;
padding: 0.5em;
margin:  1em 0;
}
.error .fieldRequired {
color: #d00;
}
div.error.warning {
background-color: transparent;
border: none;
margin-top: 0;
padding: 0;
}
div.error.warning input {
border: 2px solid red;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
table.listing tbody tr.odd.selected td,
table.listing tbody tr.odd.dragging td,
tr.dragging,
tr.selected {
background-color: #ffa;
}
table.listing tbody tr.odd.error td,
tr.error {
background-color: #fdc;
}
.multi-widget-field {
padding-left: 0.5em;
border-left: 1.5em solid #DDD;
}
.multi-widget-checkbox {
margin-left: -2em;
margin-right: 0.5em;
width: 1.5em;
display: inline-block;
}
/* */
body.template-logged_out #content,
body.template-login_form #content,
.pb-ajax #login-form {
text-align: center;
}
#fieldset-openid-login input, #login-form input {
font-size: 150%;
}
body.template-register #content input,
body.template-new-user #content input {
font-size: 150%;
width: inherit;
}
#fieldset-openid-login label, #login-form label {
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
width: 10em;
display: inline-block;
}
#fieldset-openid-login .formControls input, #login-form .formControls input {
margin-left: 0.25em;
}
/* */
/* */
}


/* - bootstrap.css - */
/* http://www.eea.europa.eu/portal_css/bootstrap.css?original=1 */
/* ************/
/* */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 17px;
margin-bottom: 17px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 12.75px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 17px;
font-size: 18px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 12px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 31px;
padding: 6px 12px;
font-size: 12px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 31px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 28px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 42px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 17px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 29px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 28px;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 28px;
line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 28px;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 28px;
line-height: 28px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 28px;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
min-height: 28px;
}
.input-lg {
height: 42px;
padding: 10px 16px;
font-size: 15px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 42px;
line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 42px;
padding: 10px 16px;
font-size: 15px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 42px;
line-height: 42px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 42px;
padding: 10px 16px;
font-size: 15px;
line-height: 1.3333333;
min-height: 32px;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 38.75px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 31px;
height: 31px;
line-height: 31px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 42px;
height: 42px;
line-height: 42px;
}
.input-sm + .form-control-feedback {
width: 28px;
height: 28px;
line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 24px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 7.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 17px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 400px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 300px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 16.5px 15px;
font-size: 15px;
line-height: 17px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 8.25px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 17px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 17px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 16.5px;
padding-bottom: 16.5px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 9.5px;
margin-bottom: 9.5px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 9.5px;
margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
margin-top: 11px;
margin-bottom: 11px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 16.5px;
margin-bottom: 16.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #006699;
border-color: #005078;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #e6e6e6;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #005078;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #005078;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #005078;
color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #005078;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #ffffff;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-default .btn-link {
color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 17px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}


/* - collective.js.jqueryui.custom.min.css - */
@media screen {

/* collective.js.jqueryui: jqueryui.css */

/*! jQuery UI - v1.10.2 - 2013-04-29
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%20Arial%2CFreeSans%2Csans-serif&fwDefault=normal&fsDefault=0.9em&cornerRadius=5px&bgColorHeader=dddddd&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=cccccc&fcHeader=444444&iconColorHeader=205c90&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=444444&iconColorContent=205c90&bgColorDefault=205c90&bgTextureDefault=flat&bgImgOpacityDefault=45&borderColorDefault=cccccc&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=dddddd&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=444444&iconColorHover=444444&bgColorActive=75ad0a&bgTextureActive=flat&bgImgOpacityActive=50&borderColorActive=cccccc&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffdd77&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=dd8800&fcHighlight=000000&iconColorHighlight=dd8800&bgColorError=ffddcc&bgTextureError=flat&bgImgOpacityError=45&borderColorError=dd0000&fcError=000000&iconColorError=dd0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px&ctl=themeroller
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(/++resource++jquery-ui-themes/sunburst/images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,FreeSans,sans-serif;font-size:0.9em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,FreeSans,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ccc;background:#fff url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;color:#444}.ui-widget-content a{color:#444}.ui-widget-header{border:1px solid #ccc;background:#ddd url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_dddddd_40x100.png) 50% 50% repeat-x;color:#444;font-weight:bold}.ui-widget-header a{color:#444}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#205c90 url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_45_205c90_40x100.png) 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#fff;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #448dae;background:#ddd url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_dddddd_40x100.png) 50% 50% repeat-x;font-weight:normal;color:#444}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#444;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ccc;background:#75ad0a url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_50_75ad0a_40x100.png) 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #d80;background:#fd7 url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_55_ffdd77_40x100.png) 50% 50% repeat-x;color:#000}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#000}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #d00;background:#fdc url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_45_ffddcc_40x100.png) 50% 50% repeat-x;color:#000}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#000}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#000}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png)}.ui-state-default .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_ffffff_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_444444_256x240.png)}.ui-state-active .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_dd8800_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_dd0000_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:5px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:5px}.ui-widget-overlay{background:#aaa url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:5px 0 0 5px;padding:0;background:#999 url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;opacity:.45;filter:Alpha(Opacity=45);border-radius:5px}

/* collective.js.jqueryui: sunburst-patch.css */

/* Due to usage of #content, dl.portlet and !important in public.css rules 
we must re-gain priority here for all jQueryUI link styles 
*/

#content .ui-state-default a, #content .ui-state-default a:link, #content .ui-state-default a:visited, 
dl.portlet .ui-state-default a, dl.portlet .ui-state-default a:link, dl.portlet .ui-state-default a:visited,
a.ui-state-default,
#content a.ui-state-default, #content .ui-state-default a, #content .ui-state-default a:link, #content .ui-state-default a:visited,
dl.portlet a.ui-state-default, dl.portlet .ui-state-default a, dl.portlet .ui-state-default a:link, dl.portlet .ui-state-default a:visited,
#content .ui-state-active a, #content .ui-state-active a:link, #content .ui-state-active a:visited,
dl.portlet .ui-state-active a, dl.portlet .ui-state-active a:link, dl.portlet .ui-state-active a:visited  { color: #ffffff !important; }

#content .ui-widget-header a,
dl.portlet .ui-widget-header a,
a.ui-state-hover,
#content a.ui-state-hover, #content .ui-state-hover a, #content .ui-state-hover a:hover,
dl.portlet a.ui-state-hover, dl.portlet .ui-state-hover a, dl.portlet .ui-state-hover a:hover { color: #444444 !important;}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a,
#content .ui-state-highlight a, #content .ui-widget-content .ui-state-highlight a, #content .ui-widget-header .ui-state-highlight a,
dl.portlet .ui-state-highlight a, dl.portlet .ui-widget-content .ui-state-highlight a, dl.portlet .ui-widget-header .ui-state-highlight a { color: #000000 !important; }


}


/* - eea-base.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/eea-base.css?original=1 */
/* */
/* */
/* */
/* */
.formTabs {
background-color: #ddd;
border: 0.3em solid #ddd;
}
/* */
.formTabs {
display: block;
border-style: solid solid none solid;
margin-left: 0;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
#content .formTab {
display: inline;
margin-right:0.25em;
}
#content .formTab a {
display: inline-block;
line-height: 26px;
padding: 0 0.75em;
text-decoration: none;
border: none;
margin: 0;
}
.formTab a.selected,
.formTab a.selected {
font-weight: bold;
}
#content .formTab a.selected,
#content .formTab a:hover {
background: White;
color: Black;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
.formTabs {
border-style: none;
padding-top:0.2em;
}
/* */
#content-core p,
#content-core li {
font-size: 115%;
}
/* */
#content-core li li {
font-size: 100%;
}
img {
border: none;
vertical-align: middle;
}
/* */
hr {
border: none 0;
border-top: 1px solid white;/**/
height: 0px;
margin: 0.5em 0 1em 0;
}
#content-core h3 {
padding-bottom: 5px;
}
#region-content ul, ul {
margin: 0 0 0 1.5em;
list-style-image: url(http://www.eea.europa.eu/bullet.gif);
list-style-type: square;
list-style-position: inside;
}
#region-content ol, ol {
line-height: 1.5em;
margin: 0.5em 0 0 2.5em;
list-style-image: none;
}
#content-core ul {
margin-bottom: 1.5em;
}
li {
margin-bottom: 0.5em;
}
dd {
line-height: 1.5;
margin-bottom: 1em;
margin-left: 0;
}
abbr, acronym, .explain {
text-decoration:none;
border-bottom: 1px dotted Black;
color: Black;
background-color: transparent;
cursor: help;
}
strong {font-weight: bold;}
q {
font-family: Baskerville, Georgia, serif;
font-style: italic;
font-size: 120%;
}
code {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 120%;
color: Black;
background-color: #f3f3f3;
padding: 0 0.1em;
}
pre {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 100%;
padding: 1em;
color: Black;
background-color: #f3f3f3;
overflow: auto;
}
ins {
color: green;
text-decoration: none;
}
del {
color: red;
text-decoration: line-through;
}
/* */
label {
font-weight: bold;
}
input {
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
visibility: visible;
border: 1px solid #cccccc;
color: #333333;
vertical-align: middle;
}
input, textarea {
-webkit-border-radius: 0;
}
input[type="submit"] {
-webkit-appearance: none;
}
select {
border: 1px solid #cccccc;
color: #333333;
vertical-align: top;
background: white;
}
/* */
#content {
font-size: inherit;
margin: 1em 0em 2em 0em;
}
.userrole-anonymous .documentFirstHeading {
padding-right: 7em; /* */
}
#content p a:link {
border-bottom: 1px solid #CCCCCC;
}
#content a:link,
dl.portlet a:link {
color: #346f83;
border-bottom: 0;
}
#content a:visited,
dl.portlet a:visited {
color: #8e004d;
border-bottom: 0;
}
#content a:hover, dl.portlet a:hover {
color: #8E004D !important;
}
#content span.link-external a {
background: transparent url(http://www.eea.europa.eu/link_icon.gif) 0px 1px no-repeat;
padding: 2px 0px 1px 16px;
}
#content pre {
color: Black;
background-color: #f3f3f3;
}
/* */
#content .eventDetails {
width: 100%;
}
#category, #themes-tags {
font-size: 100%;
margin-bottom: 1em;
color: #666;
text-align: left;
line-height: 2em;
}
#category a.link-category,
#themes-tags a.link-category,
#languageCodes a.translated, #languageCodes li.selected, span.selectedTag {
color: black;
padding: 2px 5px;
margin: 2px 0;
word-break: keep-all;
display: inline-block;
line-height: inherit;
background: #ececec;
font-size: 10px;
}
#category a.link-category:hover,
#themes-tags a.link-category:hover,
#languageCodes a.translated:hover, #languageCodes li.selected {
background: #f6a800;
color: White;
border-color: #205c90;
}
#category .separator, #themes-tags .separator {
display: none;
}
#content table {
max-width: 100%;
display: block;
overflow: auto;
}
#content .documentDescription,
#content #description {
font-weight: bold;
display: block;
margin: 0em 0em 0.5em 0em;
line-height: 1.5em;
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
color: #333;
}
/* */
/* */
table.listing {
display: block;
max-width: 100%;
overflow: auto;
border-width: 0px 0px 0px 1px;
border-style: dotted;
}
table.listing th {
color: #fff;
background: #006699;
}
div.listingBar a:hover {
background: transparent;
color: #8E004D;
}
div.listingBar a {
border: 0px;
}
/* */
/* */
dl.portalMessage {
background-color: #f3f3f3;
}
dl.portalMessage dt {
background-color: transparent;
}
dl.warning {
border-color: #cccccc;
}
dl.warning dt {
background-color: #f3f3f3;
}
dl.error dt {
color: white;
}
dl.warning dd, dl.error dd {
background-color: transparent;
}
/* */
/* */
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
background: White url(http://www.eea.europa.eu/treeExpanded.png) no-repeat 0.5em 50%;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
background: White url(http://www.eea.europa.eu/treeCollapsed.png) no-repeat 0.5em 50%;
}
/* */
/* */
.comment .documentByLine {
font-size: 100%;
}
.commentBody {
-webkit-box-shadow: 0 0 0.5em 0 #888;
-moz-box-shadow: 0 0 0.5em 0 #888;
-ms-box-shadow: 0 0 0.5em 0 #888;
-o-box-shadow: 0 0 0.5em 0 #888;
box-shadow: 0 0 0.5em 0 #888;
}
/* */
/* */
fieldset#search-field {
text-align: left;
margin-left: 1em;
}
#rss-subscription {
float: left;
line-height: 2.2em;
}
form.searchPage h1.documentFirstHeading {
border: 0;
padding-right: 0;
}
/* */
#search-results-bar dd.actionMenuContent {
background: #EEE;
-webkit-column-count: 3;
column-count: 3;
min-width: 700px;
padding: 1em 1em 1em 0;
position: relative;
}
/* */
/* */
.image-inline {
float: none;
max-width: 100%;
}
/* */
/* */
dl.toc {
float: none;
}
dl.toc dd {
padding-left: 0;
}
/* */
/* */
.photoAlbumEntry {
border: 0px;
background-color: transparent;
background-image: none;
float: left;
height: 125px;
width: 128px;
margin: 0 3px 7px 3px;
padding: 0px;
box-shadow: 0px 1px 2px #CCCCCC;
z-index: 3;
}
.photoAlbumEntry img {
max-height: 71px;
border: 0;
}
.photoAlbumEntryWrapper {
display: block;
background: white;
max-height: 71px;
height: 100%;
width: 128px;
margin-bottom: 0px;
overflow: hidden;
border: 0;
}
a.video-fancybox .photoAlbumEntryWrapper {
position: relative;
background: url(http://www.eea.europa.eu/play-button-cloud.png) no-repeat 2px center;
}
.photoAlbumEntry a {
font-size: 85%;
height: 128px;
width: 128px;
margin: 10px 0px;
overflow: hidden;
}
.photoAlbumFolder {
background: transparent;
}
.photoAlbumEntryTitle {
overflow: hidden;
height: 3.2em;
margin-top: 0.4em;
font-weight: bold;
}
/* */
.photoAlbumEntry:hover {
background: transparent;
box-shadow: 0px 2px 3px #ACACAC;
}
#whatsnew-gallery .photoAlbumEntry,
#whatsnew-gallery .photoAlbumEntry:hover{
background: transparent;
box-shadow: none;
padding: 0px;
z-index: 3;
}
.photoAlbumEntry a.video-fancybox img {
position: relative;
z-index: -1;
margin-top: 0;
}
.photoAlbumEntry a.video-fancybox img, .photoAlbumEntry a.animation-fancybox img {
max-height: 128px;
}
.photoAlbumEntryPreview,
.photoAlbumEntryPreview a,
.photoAlbumEntryPreview .photoAlbumEntryTitle {
height: auto;
width: auto;
background-image: none;
margin: 0.5em  0 2em 0;
}
.photoAlbumEntryDescription {
display:none;
}
/* */
.section-products .photoAlbumEntryTitle {
font-size:160%;
}
/* */
/* */
/* */
div.overlaybg div.close,
div.overlay div.close {
background-image: url(http://www.eea.europa.eu/pb_close.png);
}
.pb-ajax, .pb-image, .overlay iframe {
-webkit-box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-ms-box-shadow: 0 0 3em 0.5em #666;
-o-box-shadow: 0 0 3em 0.5em #666;
box-shadow: 0 0 3em 0.5em #666;
}
div.overlay a:hover {
color: #009966;
}
/* */
/* */
.icons-on .contenttype-document {
background: no-repeat transparent 0px 0px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
.icons-on .contenttype-event {
background: no-repeat transparent 0px -216px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
.icons-on .contenttype-folder {
/* */
background: none;
}
.icons-on .contenttype-link {
background: no-repeat transparent 0px -1080px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
.icons-on .contenttype-news-item {
background: no-repeat transparent 0px -1296px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
.icons-on .contenttype-plone-site {
background: no-repeat transparent 0px -1512px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
.icons-on .contenttype-topic, .icons-on .contenttype-collection {
background: no-repeat transparent 0px -1728px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
/* */
#plone-contentmenu-factories .contenttype-file {
background: no-repeat transparent 0px -431px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
#plone-contentmenu-factories .contenttype-image {
background: no-repeat transparent 0px -862px url(http://www.eea.europa.eu/contenttypes-sprite.png);
}
.contenttype-document,
.contenttype-event,
.contenttype-link,
.contenttype-news-item,
.contenttype-plone-site,
.contenttype-topic,
.contenttype-collection,
#plone-contentmenu-factories .contenttype-file,
#plone-contentmenu-factories .contenttype-image {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}
/* */
#portal-column-content .contenttype-folder {
padding-left: 0px !important;
}
/* */
#portal-column-content .portletNavigationTree .contenttype-folder {
padding-left: 10px !important;
}
.documentEditable .mceLayout {
/* */
width:100% !important;
/* */
margin-bottom: 1em;
}
/* */
/* */

}


/* - eea-public.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/eea-public.css?original=1 */
/* */
/* */
/* */
/* */
body {
font: 75% 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
color: #333333;
margin:0;
padding:0px;
background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
color: #006699;
font-weight: bold;
background-color: transparent;
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
}
h1, h2 {
letter-spacing: 0;
}
h1 {
color: #00446a;
font-size: 180%;
line-height: 1.4;
margin: 0.67em 0;
border-bottom: 1px solid #ececec;
padding-bottom: 0.25em;
}
h2 {
font-size: 150%;
margin: 0.83em 0;
border-bottom: 1px solid #ececec;
color: #006699;
padding-bottom: 0.25em;
}
h3 {
font-size: 125%;
line-height: 1.5;
border-bottom: 1px solid #ececec;
margin: 1em 0;
}
h4 {
font-size: 110%;
margin: 1.33em 0;
color: #000;
}
h5 {
font-size: 100%;
margin: 1.67em 0;
color: #000;
}
h6 {
font-size: 85%;
margin: 2.33em 0;
color: #000;
}
h2 a, h3 a, h4 a {
border-bottom: none !important;
}
p {
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
margin: 0 0 0.75em 0;
line-height: 1.5em;
}
a { color: #346f83; }
a:link { color: #346f83; }
a:visited { color: #8e004d; }
a:hover { color: #8e004d; }
a:active { color: #f5821f; }
/* */
/* */
/* */
/* */
#portal-siteactions li a:hover {
color: #FFFFFF;
}
/* */
/* */
img.image-left,
img.image-right,
.captioned img {
border: 0;
}
/* */
/* */
#portal-footer {
position: relative;
margin: 0 auto;
padding: 0;
text-align: left;
font-size: 12px;
color: white;
background: transparent;
}
#portal-colophon {
font-size: 12px;
}
/* */
/* */
/* */
#related-pages, #related-multimedia, #auto-related,
#related-pages dl, #related-multimedia dl, #auto-related dl {
clear: both;
}
/* */
/* */
fieldset,
.editionComment {
padding:0;
}
#content label {
cursor: pointer;
}
.fieldRequired {
background: url(http://www.eea.europa.eu/required.png) center left no-repeat;
}
/* */
/* */
#content-core .languageCodes {
display: inline-block;
}
span.languageCodes a.translated,
#content span.link-external a.translated {
background: none repeat scroll 0 0 #ECECEC;
color: black;
display: inline-block;
font-size: 10px;
margin: 2px 0;
padding: 0 5px;
}
#featured-datasets dd {
margin: 0 0 0.5em 2em;
}
#featured-datasets {
margin-bottom: 2.5em;
}
/* */
form[name="users_search"] input.context {
display: block !important;
}
#contentActionMenus .actionMenuContent ul {
margin:0px !important;
}
#contentActionMenus .actionSeparator a {
padding-top: 0.2em;
border-top: 2px solid #74ae0b;
}
div.managePortletsLink, a.managePortletsFallback {
background: transparent;
}
/* */
/* */

}


/* - visual.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/visual.css?original=1 */
/* */
/* */
/* */
sub {
top: 0.5ex;
}
sup {
bottom: 1ex;
}
sup, sub {
height: 0;
line-height: 1;
vertical-align: baseline;
position: relative;
}
.visualHidden {
display: none;
}
.visualHighlight {
background-color: #ececec;
}
.discreet {
color: #808285;
font-size: 85%;
font-weight: normal;
}
.wf-state-visible,
.wf-state-published_eionet,
.wf-state-new,
.wf-state-closed,    /* */
.wf-state-content_pending,
.wf-state-draft,
.wf-state-in-progress,
.wf-state-private,
.wf-state-rejected,
.wf-state-retracted,
.wf-state-submitted,
.wf-state-marked_for_deletion,
.wf-state-published_internally,
.wf-state-webqa_pending,
.wf-state-redraft_and_web_integration,
.wf-state-final_revision,
.wf-state-proofreading,
.wf-state-ready_for_eionet_review,
.wf-state-web_editing,
.wf-state-web_integration,
.wf-state-in-progress,
.wf-state-obsolete,
.wf-state-pending {
background: url(http://www.eea.europa.eu/draft.png);
}
.collapsibleHeader {
cursor: pointer;
background: transparent url(http://www.eea.europa.eu/p_/pl) 0% 50% no-repeat;
padding: 1px 0 1px 20px;
}
.expandedBlockCollapsible .collapsibleContent {
display: block;
}
.collapsedBlockCollapsible .collapsibleContent {
display: none;
}
/* */
table {
empty-cells: show;
font-size: 0.9em;
}
th {
font-weight: bold;
line-height: normal;
padding: 0.1em 0.5em;
}
th a, th a:link, th a:visited {
color: #000;
}
.listing th > a:after {
display: block;
content: " ";
height: 16px;
}
.listing th a, .listing th a:visited {
color: #FFF !important;
}
/* */
.datatable {
border: 1px solid #b6b6b6;
border-collapse: collapse;
color: #666666;
margin: 1em 0.5em;
}
.datatable th {
text-align: center;
background-color: #f6f6f6;
font-weight: bold;
}
.number,
.scope-row { /* */
text-align: right;
}
.datatable td, .datatable th  {
padding: 0.3em;
vertical-align: top;
}
.datatable tr.zebraeven {
background-color: #f6f6f6;
}
.even {
margin: 0;
padding: 15px 15px 10px 15px;
font-weight: normal;
border-bottom: 1px solid #DDD;
}
.sum {
font-weight: bold;
}
/* */
.sortable, .listing {
border: 1px solid #b6b6b6;
color: #666666;
line-height:normal;
}
.sortable td, .listing td {
padding: 0.2em;
border-bottom: 1px dotted #b6b6b6;
}
.sortable th, .listing th {
color: #fff;
background: #006699;
border: 0.1em solid #e7e7e7;
border-style: solid solid none;
margin: 0;
padding: 0.5em 1em;
white-space: nowrap;
vertical-align: top;
text-transform: none;
}
.sortable th a:link,
.listing th a:link,
.sortable th a:visited,
.listing th a:visited,
.sortable th span,
.listing th a:visited {
display:block;
text-decoration: none;
font-weight: bold;
padding:1px 0.5em;
}
.sortable thead th a:hover,
.listing thead th a:hover,
.listing thead th:hover,
.listing tfoot th:hover {
background: #f6a800;
color: #fff;
}
/* */
.listing tr:nth-child(odd) td,
.sortable tr:nth-child(odd) td,
.datatable tr:nth-child(odd) td {
background-color: #ececec;
}
/* */
#content blockquote p {
font-weight:bold;
background: url(http://www.eea.europa.eu/close_quote.gif) no-repeat bottom right;
padding: 0 2.25em 1em 0;
}
#content blockquote p.source {
text-align:right;
background: none;
font-style: normal;
font-weight:normal;
font-size: x-small;
padding: 0 1em 0 0;
}
/* */
.multicolumn {
-webkit-column-width: 150px;
-webkit-column-gap: 20px;
-moz-column-width: 150px;
-moz-column-gap: 20px;
column-width: 150px;
column-gap: 20px;
}
/* */
.figure p,
.figure-plus p,
.figure-container p {
margin-bottom: 0;
}
.figure img {
border: 1px solid darkGray;
margin-bottom: 1em;
}
.figure-title, .figure-nr {
font-weight: bold;
}
.figure-image {
text-align: left;
clear: both;
}
.figure-note {
font-weight: normal;
}
.figure-source-copyright {
text-align: right;
}
.figure-plus-container {
margin:0.8em 0 0.5em 0.5em;
}
.figure-plus {
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 0 0 -6px;
padding: 4px;
zoom: 1;
}
.figure-right .figure,
.figure-right .figure-plus-container {
float: right;
margin-left: 1em;
}
.figure-left .figure,
.figure-left .figure-plus-container {
float: left;
margin-right: 0.5em;
}
span.figure-left {
display: block;
}
/* */
#keyfacts-slider {
position: relative;
margin-bottom: 2em;
}
#keyfacts-slider img.keyfacts-bgimg {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
margin: 0;
}
#keyfacts-slider dl {
width: 100%;
min-height: 140px;
position: relative;
opacity: 0.8;
}
#keyfacts-slider .slidePortlet {
position: absolute;
overflow: hidden;
padding: 0;
background: #006699;
color: #FFFFFF;
bottom: 0;
margin: 0;
}
#keyfacts-slider .slidePortlet .portletItem {
position: absolute;
margin: 0;
padding: 0;
width: 100%;
font-size: 115%;
left: -100%;
}
#keyfacts-slider .slidePortlet .portletItem span {
display: block;
padding: 10px 25px;
}
#keyfacts-slider .slidePortlet .slideButton {
position: absolute;
top: 40%;
margin: 4px;
padding: 10px 2px;
width: 17px;
height: 17px;
background: transparent url(http://www.eea.europa.eu/accordion_left.png) no-repeat scroll center center;
cursor: pointer;
}
#keyfacts-slider .slidePortlet .slideButton.next {
right: 0;
background: transparent url(http://www.eea.europa.eu/accordion_right.png) no-repeat scroll center center;
}
#keyfacts-slider .slidePortlet .slideButton.play {
position: absolute;
right: 0;
top: 8px;
margin-right: 10px;
padding: 5px;
border: 0;
background: transparent url('http://www.eea.europa.eu/sprite-eeaimages.png') no-repeat scroll -446px -216px;
}
#keyfacts-slider .slidePortlet .slideButton.play.pause {
background: transparent url('http://www.eea.europa.eu/sprite-eeaimages.png') no-repeat scroll -454px -191px;
}
#keyfacts-slider .slidePortlet a.moreLink {
background: none;
padding-left: 0;
text-decoration: underline;
color: white !important;
font-size: 100%;
}
#keyfacts-slider .slidePortlet a.moreLink:hover {
text-decoration: none;
}
#keyfacts-slider .slidePortlet .portletHeader {
margin: 8px 0 0 25px;
background-color: transparent;
color: #FFF;
padding: 0;
}
#keyfacts-slider a,
#keyfacts-slider a:hover,
#keyfacts-slider a:visited {
color: #FFF !important; /* */
}
#keyfacts-slider .keyfactsImgContainer {
overflow: hidden;
text-align: center;
position: relative;
height: 280px;
}
/* */
.thumbnail-right {
display: block;
margin: 10px 0 2px 6px;
}
.thumbnail-right img {
display: block;
margin: -6px 0 0 -6px;
padding: 5px;
border: 1px solid #a9a9a9;
}
/* */
.thumbnail-right a:hover {
background-color: #ececec;
}
/* */
.figure-container {
float: left;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: 0 10px 3px 0;
padding: 5px;
}
/* */
.roundedBox {
padding: 1em;
border-radius: 5px;
}
/* */
.lightBGC {
background-color:#f3f3f3;
}
.mediumBGC {
background-color:#ececec;
}
.darkBGC {
background-color:#D6D6D6;
}
/* */
#languageCodes {
border: 0;
padding: 0;
margin: 0;
}
#languageCodes li {
display: inline-block;
}
/* */
#relatedItems {
margin: 1em 0 0 1px;
color: #333333;
}
.awardNotice {
padding: 20px;
font-size: 160%;
margin-bottom: 1em;
}
/* */
.eea-location-listing {
text-align: left;
color: #666;
line-height: 2em;
}
/* */
.link-without-style {
/* */
text-decoration: none;
}
.eea-template {
display: none;
}
.eea-rounded-corners {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
}
.eea-horizontal-list li {
float: left;
margin: 0 0.5em 0 0;
}
.eea-no-list-style {
list-style: none none;
margin: 1em 0;
}
/* */

}


/* - eea-globaltabs.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/eea-globaltabs.css?original=1 */
/* */
/* */
#globalnav-holder {
background-color: #006699;
width: 100%;
display: block;
clear: both;
height: 50px;
}
/* */
#portal-globalnav {
background: none;
clear: both;
display: block;
font-size: 120%;
height: 49px;
list-style: none;
margin: 0 auto;
max-width: 1024px;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
}
#portal-globalnav li {
margin-bottom: 0;
float: left;
text-align: center;
height: 100%;
display: inline-block;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#portal-globalnav li a  {
background: transparent;
color: white;
display: inline-block;
padding: 1em 0.8em;
border: 0;
min-width: 0;
font-weight:bold;
}
#portal-globalnav a:hover, #portal-globalnav li a:hover,
#portal-globalnav .selected a {
color: #f6a800;
background: transparent;
}
#portal-globalnav .selected a
{
background-color: white;
position: relative;
height: 15px;
}
#secondary-portaltabs {
float: right;
margin: 0;
height: 100%;
}
#portaltab-europe {
width: 120px;
font-size: 75%;
vertical-align: top;
line-height: 1.1;
padding-right: 92px;
background: url("http://www.eea.europa.eu/eu-flag.png") no-repeat 123px -5px;
}
#secondary-portaltabs #portaltab-europe a {
font-weight: normal;
text-align: right;
padding: 1em 0;
}
#portal-globalnav .en_icon {
background: url(http://www.eea.europa.eu/en_icon.png) no-repeat scroll right -2px transparent;
}
/* */

}


/* - frontpage.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/frontpage.css?original=1 */
/* */
html {
}
#region-content {
padding: 0;
}
.documentContent {
padding: 0;
}
#main-content {
margin-top: 5px;
}
#highlights-block h1 a,
#highlights-block h2 a,
#highlights-block h3 a {
background: none;
}
#highlights-block h1 a:hover,
#highlights-block h2 a:hover,
#highlights-block h3 a:hover {
border: none;
text-decoration: underline;
}
#highlights-block h3 {
margin: 0 0 0.5em 0;
font-weight: normal;
}
#highlights-block h2, .featured h2, .featured dt.portletHeader {
font-size: 160%;
font-weight: normal;
line-height: 1.4em;
padding: 0 0 0.5em 0;
border: none;
clear: left;
color: #000;
margin: 0;
background: none;
}
#highlights-block .date, #content .date {
color: #808285;
border: 0;
font-size: 100%;
padding: 0;
box-shadow: none;
}
.frontpage .tileHeadline {
padding-left: 0 !important;
padding-top: 0.4em !important;
}
.figure-left {
/* */
float: left;
}
.archives {
float: right;
margin: 22px 25px 15px 15px;
position: relative;
top: 8px;
line-height: 1em;
}
a.archives {
color: #869936;
border-bottom: 1px solid #869936;
}
.column-area, .right-column-area {
width: 58.5%;
margin: 0 0;
padding: 0;
float: left;
}
.right-column-area {
width: 39%;
padding: 0 0 0 1em;
float: right;
}
#articles-area h2 {
padding-top: 0;
line-height: 1em;
}
body.frontpage #highlights-block {
padding: 0;
}
body.frontpage #portal-columns {
padding: 0 !important;
}
#content ul.gallery-layout-selection  {
float: right;
position: relative;
top: 5px;
list-style: none;
margin-bottom: 10px;
width: 65px;
display: inline;
}
#content .gallery-layout-selection li {
display: inline;
}
#content .gallery-layout-selection a {
border-bottom: 0;
display: inline-block;
}
.featured-highlight-title {
display: table-cell;
}
.featured-highlight-description  {
clear: both;
}
#highlights-block .portletFooter {
padding-right: 1em;
}
#news-header h2 {
float: left;
padding: 0px;
margin: 5px 0px;
border:none;
line-height:1.2;
}
#news-header {
height: 35px;
clear: both;
display: block;
margin:2em 0 5px 0;
}
/* */
.featured, .portlet {
background: #f3f3f3;
margin-bottom: 1em;
padding:1.9em;
}
.featured-highlights {
min-height: 120px;
}
/* */
.featured img {
padding: 0 5px 5px 0;
width: 100%;
max-width: 150px !important;
}
/* */
.featured h2, .featured h3 {
clear: none !important;
margin: 0 0 1em 0;
}
/* */
#facebook,
#youtube,
#twitter,
#twitter-link,
#facebook-link,
#youtube-link,
#rss-link,
#email-link,
a.active-list,
a.list-layout,
a.album-layout,
a.active-album,
a.list-layout:hover,
a.album-layout:hover {
background: transparent url('http://www.eea.europa.eu/sprite-eeaimages.png') no-repeat scroll top right;
}
#semantic-ds-links a:hover,
#forum a:hover,
#prev-promo:hover,
#play-pause:hover,
#next-promo:hover {
text-decoration: none !important;
}
/* */
#portlet-followus dd a:hover {
box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
/* */
#portlet-followus {
padding: 2em;
margin: 0;
}
#portlet-followus dd {
display: inline-block;
padding-right: 1em;
margin: 0 0 2px 0;
}
#twitter-link,
#facebook-link,
#youtube-link,
#rss-link,
#email-link{
width: 33px;
height: 32px;
display: block;
}
#content #twitter-link, #content #facebook-link, #content #youtube-link {
background: transparent url('http://www.eea.europa.eu/sprite-eeaimages.png') no-repeat;
padding: 0px;
}
#twitter-link {
background-position: 0 -180px !important;
}
#facebook-link {
background-position: 0 -147px !important;
}
#youtube-link {
background-position: 0 -213px !important;
}
#rss-link {
background-position: 0 -246px !important;
}
#email-link {
background: url("http://www.eea.europa.eu/email_32.png") no-repeat center center transparent; /* */
}
.shortcut-default {
text-align: left;
padding: 2em;
background: #f3f3f3;
margin-bottom: 1em;
}
#eea-mobile-shortcut.shortcut-default,
#enquiry-service-shortcut.shortcut-default {
padding:25px 21px;
}
#eea-mobile-shortcut a,
#enquiry-service-shortcut a {
display: table-row;
clear: both;
}
#mobile-content, #enquiry-content {
display: table-cell;
vertical-align: middle;
}
#enquiry-content {
background: url("http://www.eea.europa.eu/forum.png") no-repeat -7px -16px transparent;
padding: 0 0 0 70px;
height: 40px;
}
#mobile-content {
background: url("http://www.eea.europa.eu/mobile-large.png") no-repeat 0px 0px transparent;
padding: 0 0 0 45px;
height: 60px;
}
a.list-layout,
a.album-layout {
display: inline-block;
height: 17px;
margin-right: 10px;
width: 20px;
}
a.album-layout {
background-position: -427px -162px;
}
a.active-album, a.album-layout:hover {
background-position: -427px -145px;
}
a.list-layout {
background-position: -448px -162px;
}
a.active-list, a.list-layout:hover {
background-position: -448px -145px;
}
.filter-topic {
float: left;
text-align: left;
width: 83%;
padding-top: 6px;
}
/* */

}


/* - ++resource++jquery.galleryview.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/++resource++jquery.galleryview.css?original=1 */
/* */
/* */
#photos { visibility: hidden; }
/* */
.gallery { background: white; border: 1px solid #aaa; padding: 5px;}
/* */
.loader { background: url(../../++resource++galleryview/loader.gif) center center no-repeat white; }
/* */
.gallery .panel {
background: black;
}
/* */
/* */
.gallery .panel-overlay,
.gallery .panel .overlay-background {
min-height: 60px;
padding: 1em;
display: block;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
zoom: 1;
}
/* */
.gallery .panel .overlay-background { background: #222; }
/* */
.gallery .panel .panel-overlay { color: white; font-size: 13px; }
.gallery .panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
/* */
/* */
.filmstrip { margin: 5px; }
/* */
.frame {}
/* */
.frame .img_wrap { border: 1px solid #aaa; }
/* */
.frame.current .img_wrap { border-color: #000; }
/* */
.frame img { border: none; }
/* */
.frame .caption { font-size: 11px; text-align: center; color: #888; }
/* */
.frame.current .caption { color: #000; }
/* */
.pointer {
border-color: #000;
}
/* */
/* */
*html .pointer {
filter: chroma(color=pink);
}
body.gallery_fancybox_view .gallery {
border: none;
}
.gallery .nav-next,
.gallery .nav-prev,
.gallery .nav-next-overlay,
.gallery .nav-prev-overlay
{
position: absolute;
z-index: 1100;
cursor: pointer;
}
.gallery .nav-next {
right: 10px;
}
.gallery .nav-prev {
left: 10px;
}
.gallery .nav-prev-overlay,
.gallery .nav-next-overlay {
z-index: 1099;
opacity: 0.75;
}
.gallery .nav-next-overlay {
right: 0;
}
.gallery .nav-prev-overlay {
left: 0;
}

}


/* - ++resource++jquery.fancybox.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/++resource++jquery.fancybox.css?original=1 */
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url('../../++resource++fancybox/fancybox.png');
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url('../../++resource++fancybox/fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url('../../++resource++fancybox/blank.gif');
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url('../../++resource++fancybox/fancybox.png');
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url('../../++resource++fancybox/fancybox.png');
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* */
}
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url('../../++resource++fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url('../../++resource++fancybox/fancybox.png');
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url('../../++resource++fancybox/fancybox-y.png');
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url('../../++resource++fancybox/fancybox.png');
background-position: -40px -182px;
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url('../../++resource++fancybox/fancybox-x.png');
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url('../../++resource++fancybox/fancybox.png');
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url('../../++resource++fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url('../../++resource++fancybox/fancybox.png');
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url('../../++resource++fancybox/fancy_title_over.png');
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url('../../++resource++fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url('../../++resource++fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url('../../++resource++fancybox/fancybox.png') -55px -90px no-repeat;
}
#fancybox-title-wrap {
color: #FFFFFF;
line-height: 20px;
font-family: Arial;
font-weight: bold;
text-align: center;
}
/* */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_loading.png', sizingMethod='scale'); }
/* */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../++resource++fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
}


/* - ++resource++tinymce.stylesheets/tinymce.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/++resource++tinymce.stylesheets/tinymce.css?original=1 */
#content ul.listTypeDisc {
list-style-type: disc;
list-style-image: none;
}
#content ul.listTypeSquare {
list-style-type: square;
list-style-image: none;
}
#content ul.listTypeCircle {
list-style-type: circle;
list-style-image: none;
}
#content ol.listTypeDecimal {
list-style-type: decimal;
list-style-image: none;
}
#content ol.listTypeLowerAlpha {
list-style-type: lower-alpha;
list-style-image: none;
}
#content ol.listTypeUpperAlpha {
list-style-type: upper-alpha;
list-style-image: none;
}
#content ol.listTypeLowerRoman {
list-style-type: lower-roman;
list-style-image: none;
}
#content ol.listTypeUpperRoman {
list-style-type: upper-roman;
list-style-image: none;
}

}


/* - ++resource++tcp_stylesheets/cookiepolicy.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/++resource++tcp_stylesheets/cookiepolicy.css?original=1 */
#viewlet-cookiepolicy {
position: fixed;
bottom: 0;
width: 88%;
left: 4%;
margin-right: auto;
margin-left: auto;
padding: 5px 15px 0 15px;
z-index: 100;
}
#tlspu_cookiepolicy_title {
font-size: 18px;
font-weight: bold;
color: #404040;
text-align: center;
padding: 0;
margin: 0;
}
#tlspu_cookiepolicy_message, #tlspu_cookiepolicy_form {
font-size: 11px;
font-weight: normal;
color: #606060;
text-align: justify;
padding: 0;
margin: 0;
}
#tlspu_cookiepolicy_form {
padding: 8px 0 8px 0;
text-align: right;
}
#tlspu_cookiepolicy_button {
padding: 2px 8px 2px 8px;
margin-left: 16px;
}

}


/* - eeadesign2006.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/eeadesign2006.css?original=1 */
/* */
.visualClear {
display: block;
clear: both;
}
.image-right {
float: right;
clear: both;
margin: 1.5em 0 0 0;
padding-right: 0.5em;
border: none;
vertical-align: middle;
}
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
/* */
/* */
/* */

}


/* - eea-icons.css - */
/* http://www.eea.europa.eu/portal_css/eea-icons.css?original=1 */
/* */
/* */
/* */
@font-face {
font-family: 'FontAwesome';
src: url("http://www.eea.europa.eu/fontawesome-webfont.eot?v=4.3.0");
src: url("http://www.eea.europa.eu/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
url("http://www.eea.europa.eu/fontawesome-webfont.woff?v=4.3.0") format("woff"),
url("http://www.eea.europa.eu/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
url("http://www.eea.europa.eu/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
url("http://www.eea.europa.eu/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
/* */
/* */
.eea-icon {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* */
.eea-icon-lg {
font-size: 1.333em;
line-height: 0.75em;
vertical-align: -15%;
}
.eea-icon-2x {
font-size: 2em;
}
.eea-icon-3x {
font-size: 3em;
}
.eea-icon-4x {
font-size: 4em;
}
.eea-icon-5x {
font-size: 5em;
}
.eea-icon-fw {
width: 1.28571429em;
text-align: center;
}
.eea-icon-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.eea-icon-ul > li {
position: relative;
}
.eea-icon-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.eea-icon-li.eea-icon-lg {
left: -1.85714286em;
}
.eea-icon-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.eea-icon.pull-left {
margin-right: .3em;
}
.eea-icon.pull-right {
margin-left: .3em;
}
.eea-icon-spin {
-webkit-animation: eea-icon-spin 2s infinite linear;
animation: eea-icon-spin 2s infinite linear;
}
.eea-icon-pulse {
-webkit-animation: eea-icon-spin 1s infinite steps(8);
animation: eea-icon-spin 1s infinite steps(8);
}
@-webkit-keyframes eea-icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes eea-icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.eea-icon-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.eea-icon-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.eea-icon-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.eea-icon-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.eea-icon-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .eea-icon-rotate-90,
:root .eea-icon-rotate-180,
:root .eea-icon-rotate-270,
:root .eea-icon-flip-horizontal,
:root .eea-icon-flip-vertical {
filter: none;
}
.eea-icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.eea-icon-stack-1x,
.eea-icon-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.eea-icon-stack-1x {
line-height: inherit;
}
.eea-icon-stack-2x {
font-size: 2em;
}
.eea-icon-inverse {
color: #ffffff;
}
/* */
.eea-icon-glass:before {
content: "\f000";
}
.eea-icon-music:before {
content: "\f001";
}
.eea-icon-search:before {
content: "\f002";
}
.eea-icon-envelope-o:before {
content: "\f003";
}
.eea-icon-heart:before {
content: "\f004";
}
.eea-icon-star:before {
content: "\f005";
}
.eea-icon-star-o:before {
content: "\f006";
}
.eea-icon-user:before {
content: "\f007";
}
.eea-icon-film:before {
content: "\f008";
}
.eea-icon-th-large:before {
content: "\f009";
}
.eea-icon-th:before {
content: "\f00a";
}
.eea-icon-th-list:before {
content: "\f00b";
}
.eea-icon-check:before {
content: "\f00c";
}
.eea-icon-remove:before,
.eea-icon-close:before,
.eea-icon-times:before {
content: "\f00d";
}
.eea-icon-search-plus:before {
content: "\f00e";
}
.eea-icon-search-minus:before {
content: "\f010";
}
.eea-icon-power-off:before {
content: "\f011";
}
.eea-icon-signal:before {
content: "\f012";
}
.eea-icon-gear:before,
.eea-icon-cog:before {
content: "\f013";
}
.eea-icon-trash-o:before {
content: "\f014";
}
.eea-icon-home:before {
content: "\f015";
}
.eea-icon-file-o:before {
content: "\f016";
}
.eea-icon-clock-o:before {
content: "\f017";
}
.eea-icon-road:before {
content: "\f018";
}
.eea-icon-download:before {
content: "\f019";
}
.eea-icon-arrow-circle-o-down:before {
content: "\f01a";
}
.eea-icon-arrow-circle-o-up:before {
content: "\f01b";
}
.eea-icon-inbox:before {
content: "\f01c";
}
.eea-icon-play-circle-o:before {
content: "\f01d";
}
.eea-icon-rotate-right:before,
.eea-icon-repeat:before {
content: "\f01e";
}
.eea-icon-refresh:before {
content: "\f021";
}
.eea-icon-list-alt:before {
content: "\f022";
}
.eea-icon-lock:before {
content: "\f023";
}
.eea-icon-flag:before {
content: "\f024";
}
.eea-icon-headphones:before {
content: "\f025";
}
.eea-icon-volume-off:before {
content: "\f026";
}
.eea-icon-volume-down:before {
content: "\f027";
}
.eea-icon-volume-up:before {
content: "\f028";
}
.eea-icon-qrcode:before {
content: "\f029";
}
.eea-icon-barcode:before {
content: "\f02a";
}
.eea-icon-tag:before {
content: "\f02b";
}
.eea-icon-tags:before {
content: "\f02c";
}
.eea-icon-book:before {
content: "\f02d";
}
.eea-icon-bookmark:before {
content: "\f02e";
}
.eea-icon-print:before {
content: "\f02f";
}
.eea-icon-camera:before {
content: "\f030";
}
.eea-icon-font:before {
content: "\f031";
}
.eea-icon-bold:before {
content: "\f032";
}
.eea-icon-italic:before {
content: "\f033";
}
.eea-icon-text-height:before {
content: "\f034";
}
.eea-icon-text-width:before {
content: "\f035";
}
.eea-icon-align-left:before {
content: "\f036";
}
.eea-icon-align-center:before {
content: "\f037";
}
.eea-icon-align-right:before {
content: "\f038";
}
.eea-icon-align-justify:before {
content: "\f039";
}
.eea-icon-list:before {
content: "\f03a";
}
.eea-icon-dedent:before,
.eea-icon-outdent:before {
content: "\f03b";
}
.eea-icon-indent:before {
content: "\f03c";
}
.eea-icon-video-camera:before {
content: "\f03d";
}
.eea-icon-photo:before,
.eea-icon-image:before,
.eea-icon-picture-o:before {
content: "\f03e";
}
.eea-icon-pencil:before {
content: "\f040";
}
.eea-icon-map-marker:before {
content: "\f041";
}
.eea-icon-adjust:before {
content: "\f042";
}
.eea-icon-tint:before {
content: "\f043";
}
.eea-icon-edit:before,
.eea-icon-pencil-square-o:before {
content: "\f044";
}
.eea-icon-share-square-o:before {
content: "\f045";
}
.eea-icon-check-square-o:before {
content: "\f046";
}
.eea-icon-arrows:before {
content: "\f047";
}
.eea-icon-step-backward:before {
content: "\f048";
}
.eea-icon-fast-backward:before {
content: "\f049";
}
.eea-icon-backward:before {
content: "\f04a";
}
.eea-icon-play:before {
content: "\f04b";
}
.eea-icon-pause:before {
content: "\f04c";
}
.eea-icon-stop:before {
content: "\f04d";
}
.eea-icon-forward:before {
content: "\f04e";
}
.eea-icon-fast-forward:before {
content: "\f050";
}
.eea-icon-step-forward:before {
content: "\f051";
}
.eea-icon-eject:before {
content: "\f052";
}
.eea-icon-chevron-left:before {
content: "\f053";
}
.eea-icon-chevron-right:before {
content: "\f054";
}
.eea-icon-plus-circle:before {
content: "\f055";
}
.eea-icon-minus-circle:before {
content: "\f056";
}
.eea-icon-times-circle:before {
content: "\f057";
}
.eea-icon-check-circle:before {
content: "\f058";
}
.eea-icon-question-circle:before {
content: "\f059";
}
.eea-icon-info-circle:before {
content: "\f05a";
}
.eea-icon-crosshairs:before {
content: "\f05b";
}
.eea-icon-times-circle-o:before {
content: "\f05c";
}
.eea-icon-check-circle-o:before {
content: "\f05d";
}
.eea-icon-ban:before {
content: "\f05e";
}
.eea-icon-arrow-left:before {
content: "\f060";
}
.eea-icon-arrow-right:before {
content: "\f061";
}
.eea-icon-arrow-up:before {
content: "\f062";
}
.eea-icon-arrow-down:before {
content: "\f063";
}
.eea-icon-mail-forward:before,
.eea-icon-share:before {
content: "\f064";
}
.eea-icon-expand:before {
content: "\f065";
}
.eea-icon-compress:before {
content: "\f066";
}
.eea-icon-plus:before {
content: "\f067";
}
.eea-icon-minus:before {
content: "\f068";
}
.eea-icon-asterisk:before {
content: "\f069";
}
.eea-icon-exclamation-circle:before {
content: "\f06a";
}
.eea-icon-gift:before {
content: "\f06b";
}
.eea-icon-leaf:before {
content: "\f06c";
}
.eea-icon-fire:before {
content: "\f06d";
}
.eea-icon-eye:before {
content: "\f06e";
}
.eea-icon-eye-slash:before {
content: "\f070";
}
.eea-icon-warning:before,
.eea-icon-exclamation-triangle:before {
content: "\f071";
}
.eea-icon-plane:before {
content: "\f072";
}
.eea-icon-calendar:before {
content: "\f073";
}
.eea-icon-random:before {
content: "\f074";
}
.eea-icon-comment:before {
content: "\f075";
}
.eea-icon-magnet:before {
content: "\f076";
}
.eea-icon-chevron-up:before {
content: "\f077";
}
.eea-icon-chevron-down:before {
content: "\f078";
}
.eea-icon-retweet:before {
content: "\f079";
}
.eea-icon-shopping-cart:before {
content: "\f07a";
}
.eea-icon-folder:before {
content: "\f07b";
}
.eea-icon-folder-open:before {
content: "\f07c";
}
.eea-icon-arrows-v:before {
content: "\f07d";
}
.eea-icon-arrows-h:before {
content: "\f07e";
}
.eea-icon-bar-chart-o:before,
.eea-icon-bar-chart:before {
content: "\f080";
}
.eea-icon-twitter-square:before {
content: "\f081";
}
.eea-icon-facebook-square:before {
content: "\f082";
}
.eea-icon-camera-retro:before {
content: "\f083";
}
.eea-icon-key:before {
content: "\f084";
}
.eea-icon-gears:before,
.eea-icon-cogs:before {
content: "\f085";
}
.eea-icon-comments:before {
content: "\f086";
}
.eea-icon-thumbs-o-up:before {
content: "\f087";
}
.eea-icon-thumbs-o-down:before {
content: "\f088";
}
.eea-icon-star-half:before {
content: "\f089";
}
.eea-icon-heart-o:before {
content: "\f08a";
}
.eea-icon-sign-out:before {
content: "\f08b";
}
.eea-icon-linkedin-square:before {
content: "\f08c";
}
.eea-icon-thumb-tack:before {
content: "\f08d";
}
.eea-icon-external-link:before {
content: "\f08e";
}
.eea-icon-sign-in:before {
content: "\f090";
}
.eea-icon-trophy:before {
content: "\f091";
}
.eea-icon-github-square:before {
content: "\f092";
}
.eea-icon-upload:before {
content: "\f093";
}
.eea-icon-lemon-o:before {
content: "\f094";
}
.eea-icon-phone:before {
content: "\f095";
}
.eea-icon-square-o:before {
content: "\f096";
}
.eea-icon-bookmark-o:before {
content: "\f097";
}
.eea-icon-phone-square:before {
content: "\f098";
}
.eea-icon-twitter:before {
content: "\f099";
}
.eea-icon-facebook-f:before,
.eea-icon-facebook:before {
content: "\f09a";
}
.eea-icon-github:before {
content: "\f09b";
}
.eea-icon-unlock:before {
content: "\f09c";
}
.eea-icon-credit-card:before {
content: "\f09d";
}
.eea-icon-rss:before {
content: "\f09e";
}
.eea-icon-hdd-o:before {
content: "\f0a0";
}
.eea-icon-bullhorn:before {
content: "\f0a1";
}
.eea-icon-bell:before {
content: "\f0f3";
}
.eea-icon-certificate:before {
content: "\f0a3";
}
.eea-icon-hand-o-right:before {
content: "\f0a4";
}
.eea-icon-hand-o-left:before {
content: "\f0a5";
}
.eea-icon-hand-o-up:before {
content: "\f0a6";
}
.eea-icon-hand-o-down:before {
content: "\f0a7";
}
.eea-icon-arrow-circle-left:before {
content: "\f0a8";
}
.eea-icon-arrow-circle-right:before {
content: "\f0a9";
}
.eea-icon-arrow-circle-up:before {
content: "\f0aa";
}
.eea-icon-arrow-circle-down:before {
content: "\f0ab";
}
.eea-icon-globe:before {
content: "\f0ac";
}
.eea-icon-wrench:before {
content: "\f0ad";
}
.eea-icon-tasks:before {
content: "\f0ae";
}
.eea-icon-filter:before {
content: "\f0b0";
}
.eea-icon-briefcase:before {
content: "\f0b1";
}
.eea-icon-arrows-alt:before {
content: "\f0b2";
}
.eea-icon-group:before,
.eea-icon-users:before {
content: "\f0c0";
}
.eea-icon-chain:before,
.eea-icon-link:before {
content: "\f0c1";
}
.eea-icon-cloud:before {
content: "\f0c2";
}
.eea-icon-flask:before {
content: "\f0c3";
}
.eea-icon-cut:before,
.eea-icon-scissors:before {
content: "\f0c4";
}
.eea-icon-copy:before,
.eea-icon-files-o:before {
content: "\f0c5";
}
.eea-icon-paperclip:before {
content: "\f0c6";
}
.eea-icon-save:before,
.eea-icon-floppy-o:before {
content: "\f0c7";
}
.eea-icon-square:before {
content: "\f0c8";
}
.eea-icon-navicon:before,
.eea-icon-reorder:before,
.eea-icon-bars:before {
content: "\f0c9";
}
.eea-icon-list-ul:before {
content: "\f0ca";
}
.eea-icon-list-ol:before {
content: "\f0cb";
}
.eea-icon-strikethrough:before {
content: "\f0cc";
}
.eea-icon-underline:before {
content: "\f0cd";
}
.eea-icon-table:before {
content: "\f0ce";
}
.eea-icon-magic:before {
content: "\f0d0";
}
.eea-icon-truck:before {
content: "\f0d1";
}
.eea-icon-pinterest:before {
content: "\f0d2";
}
.eea-icon-pinterest-square:before {
content: "\f0d3";
}
.eea-icon-google-plus-square:before {
content: "\f0d4";
}
.eea-icon-google-plus:before {
content: "\f0d5";
}
.eea-icon-money:before {
content: "\f0d6";
}
.eea-icon-caret-down:before {
content: "\f0d7";
}
.eea-icon-caret-up:before {
content: "\f0d8";
}
.eea-icon-caret-left:before {
content: "\f0d9";
}
.eea-icon-caret-right:before {
content: "\f0da";
}
.eea-icon-columns:before {
content: "\f0db";
}
.eea-icon-unsorted:before,
.eea-icon-sort:before {
content: "\f0dc";
}
.eea-icon-sort-down:before,
.eea-icon-sort-desc:before {
content: "\f0dd";
}
.eea-icon-sort-up:before,
.eea-icon-sort-asc:before {
content: "\f0de";
}
.eea-icon-envelope:before {
content: "\f0e0";
}
.eea-icon-linkedin:before {
content: "\f0e1";
}
.eea-icon-rotate-left:before,
.eea-icon-undo:before {
content: "\f0e2";
}
.eea-icon-legal:before,
.eea-icon-gavel:before {
content: "\f0e3";
}
.eea-icon-dashboard:before,
.eea-icon-tachometer:before {
content: "\f0e4";
}
.eea-icon-comment-o:before {
content: "\f0e5";
}
.eea-icon-comments-o:before {
content: "\f0e6";
}
.eea-icon-flash:before,
.eea-icon-bolt:before {
content: "\f0e7";
}
.eea-icon-sitemap:before {
content: "\f0e8";
}
.eea-icon-umbrella:before {
content: "\f0e9";
}
.eea-icon-paste:before,
.eea-icon-clipboard:before {
content: "\f0ea";
}
.eea-icon-lightbulb-o:before {
content: "\f0eb";
}
.eea-icon-exchange:before {
content: "\f0ec";
}
.eea-icon-cloud-download:before {
content: "\f0ed";
}
.eea-icon-cloud-upload:before {
content: "\f0ee";
}
.eea-icon-user-md:before {
content: "\f0f0";
}
.eea-icon-stethoscope:before {
content: "\f0f1";
}
.eea-icon-suitcase:before {
content: "\f0f2";
}
.eea-icon-bell-o:before {
content: "\f0a2";
}
.eea-icon-coffee:before {
content: "\f0f4";
}
.eea-icon-cutlery:before {
content: "\f0f5";
}
.eea-icon-file-text-o:before {
content: "\f0f6";
}
.eea-icon-building-o:before {
content: "\f0f7";
}
.eea-icon-hospital-o:before {
content: "\f0f8";
}
.eea-icon-ambulance:before {
content: "\f0f9";
}
.eea-icon-medkit:before {
content: "\f0fa";
}
.eea-icon-fighter-jet:before {
content: "\f0fb";
}
.eea-icon-beer:before {
content: "\f0fc";
}
.eea-icon-h-square:before {
content: "\f0fd";
}
.eea-icon-plus-square:before {
content: "\f0fe";
}
.eea-icon-angle-double-left:before {
content: "\f100";
}
.eea-icon-angle-double-right:before {
content: "\f101";
}
.eea-icon-angle-double-up:before {
content: "\f102";
}
.eea-icon-angle-double-down:before {
content: "\f103";
}
.eea-icon-angle-left:before {
content: "\f104";
}
.eea-icon-angle-right:before {
content: "\f105";
}
.eea-icon-angle-up:before {
content: "\f106";
}
.eea-icon-angle-down:before {
content: "\f107";
}
.eea-icon-desktop:before {
content: "\f108";
}
.eea-icon-laptop:before {
content: "\f109";
}
.eea-icon-tablet:before {
content: "\f10a";
}
.eea-icon-mobile-phone:before,
.eea-icon-mobile:before {
content: "\f10b";
}
.eea-icon-circle-o:before {
content: "\f10c";
}
.eea-icon-quote-left:before {
content: "\f10d";
}
.eea-icon-quote-right:before {
content: "\f10e";
}
.eea-icon-spinner:before {
content: "\f110";
}
.eea-icon-circle:before {
content: "\f111";
}
.eea-icon-mail-reply:before,
.eea-icon-reply:before {
content: "\f112";
}
.eea-icon-github-alt:before {
content: "\f113";
}
.eea-icon-folder-o:before {
content: "\f114";
}
.eea-icon-folder-open-o:before {
content: "\f115";
}
.eea-icon-smile-o:before {
content: "\f118";
}
.eea-icon-frown-o:before {
content: "\f119";
}
.eea-icon-meh-o:before {
content: "\f11a";
}
.eea-icon-gamepad:before {
content: "\f11b";
}
.eea-icon-keyboard-o:before {
content: "\f11c";
}
.eea-icon-flag-o:before {
content: "\f11d";
}
.eea-icon-flag-checkered:before {
content: "\f11e";
}
.eea-icon-terminal:before {
content: "\f120";
}
.eea-icon-code:before {
content: "\f121";
}
.eea-icon-mail-reply-all:before,
.eea-icon-reply-all:before {
content: "\f122";
}
.eea-icon-star-half-empty:before,
.eea-icon-star-half-full:before,
.eea-icon-star-half-o:before {
content: "\f123";
}
.eea-icon-location-arrow:before {
content: "\f124";
}
.eea-icon-crop:before {
content: "\f125";
}
.eea-icon-code-fork:before {
content: "\f126";
}
.eea-icon-unlink:before,
.eea-icon-chain-broken:before {
content: "\f127";
}
.eea-icon-question:before {
content: "\f128";
}
.eea-icon-info:before {
content: "\f129";
}
.eea-icon-exclamation:before {
content: "\f12a";
}
.eea-icon-superscript:before {
content: "\f12b";
}
.eea-icon-subscript:before {
content: "\f12c";
}
.eea-icon-eraser:before {
content: "\f12d";
}
.eea-icon-puzzle-piece:before {
content: "\f12e";
}
.eea-icon-microphone:before {
content: "\f130";
}
.eea-icon-microphone-slash:before {
content: "\f131";
}
.eea-icon-shield:before {
content: "\f132";
}
.eea-icon-calendar-o:before {
content: "\f133";
}
.eea-icon-fire-extinguisher:before {
content: "\f134";
}
.eea-icon-rocket:before {
content: "\f135";
}
.eea-icon-maxcdn:before {
content: "\f136";
}
.eea-icon-chevron-circle-left:before {
content: "\f137";
}
.eea-icon-chevron-circle-right:before {
content: "\f138";
}
.eea-icon-chevron-circle-up:before {
content: "\f139";
}
.eea-icon-chevron-circle-down:before {
content: "\f13a";
}
.eea-icon-html5:before {
content: "\f13b";
}
.eea-icon-css3:before {
content: "\f13c";
}
.eea-icon-anchor:before {
content: "\f13d";
}
.eea-icon-unlock-alt:before {
content: "\f13e";
}
.eea-icon-bullseye:before {
content: "\f140";
}
.eea-icon-ellipsis-h:before {
content: "\f141";
}
.eea-icon-ellipsis-v:before {
content: "\f142";
}
.eea-icon-rss-square:before {
content: "\f143";
}
.eea-icon-play-circle:before {
content: "\f144";
}
.eea-icon-ticket:before {
content: "\f145";
}
.eea-icon-minus-square:before {
content: "\f146";
}
.eea-icon-minus-square-o:before {
content: "\f147";
}
.eea-icon-level-up:before {
content: "\f148";
}
.eea-icon-level-down:before {
content: "\f149";
}
.eea-icon-check-square:before {
content: "\f14a";
}
.eea-icon-pencil-square:before {
content: "\f14b";
}
.eea-icon-external-link-square:before {
content: "\f14c";
}
.eea-icon-share-square:before {
content: "\f14d";
}
.eea-icon-compass:before {
content: "\f14e";
}
.eea-icon-toggle-down:before,
.eea-icon-caret-square-o-down:before {
content: "\f150";
}
.eea-icon-toggle-up:before,
.eea-icon-caret-square-o-up:before {
content: "\f151";
}
.eea-icon-toggle-right:before,
.eea-icon-caret-square-o-right:before {
content: "\f152";
}
.eea-icon-euro:before,
.eea-icon-eur:before {
content: "\f153";
}
.eea-icon-gbp:before {
content: "\f154";
}
.eea-icon-dollar:before,
.eea-icon-usd:before {
content: "\f155";
}
.eea-icon-rupee:before,
.eea-icon-inr:before {
content: "\f156";
}
.eea-icon-cny:before,
.eea-icon-rmb:before,
.eea-icon-yen:before,
.eea-icon-jpy:before {
content: "\f157";
}
.eea-icon-ruble:before,
.eea-icon-rouble:before,
.eea-icon-rub:before {
content: "\f158";
}
.eea-icon-won:before,
.eea-icon-krw:before {
content: "\f159";
}
.eea-icon-bitcoin:before,
.eea-icon-btc:before {
content: "\f15a";
}
.eea-icon-file:before {
content: "\f15b";
}
.eea-icon-file-text:before {
content: "\f15c";
}
.eea-icon-sort-alpha-asc:before {
content: "\f15d";
}
.eea-icon-sort-alpha-desc:before {
content: "\f15e";
}
.eea-icon-sort-amount-asc:before {
content: "\f160";
}
.eea-icon-sort-amount-desc:before {
content: "\f161";
}
.eea-icon-sort-numeric-asc:before {
content: "\f162";
}
.eea-icon-sort-numeric-desc:before {
content: "\f163";
}
.eea-icon-thumbs-up:before {
content: "\f164";
}
.eea-icon-thumbs-down:before {
content: "\f165";
}
.eea-icon-youtube-square:before {
content: "\f166";
}
.eea-icon-youtube:before {
content: "\f167";
}
.eea-icon-xing:before {
content: "\f168";
}
.eea-icon-xing-square:before {
content: "\f169";
}
.eea-icon-youtube-play:before {
content: "\f16a";
}
.eea-icon-dropbox:before {
content: "\f16b";
}
.eea-icon-stack-overflow:before {
content: "\f16c";
}
.eea-icon-instagram:before {
content: "\f16d";
}
.eea-icon-flickr:before {
content: "\f16e";
}
.eea-icon-adn:before {
content: "\f170";
}
.eea-icon-bitbucket:before {
content: "\f171";
}
.eea-icon-bitbucket-square:before {
content: "\f172";
}
.eea-icon-tumblr:before {
content: "\f173";
}
.eea-icon-tumblr-square:before {
content: "\f174";
}
.eea-icon-long-arrow-down:before {
content: "\f175";
}
.eea-icon-long-arrow-up:before {
content: "\f176";
}
.eea-icon-long-arrow-left:before {
content: "\f177";
}
.eea-icon-long-arrow-right:before {
content: "\f178";
}
.eea-icon-apple:before {
content: "\f179";
}
.eea-icon-windows:before {
content: "\f17a";
}
.eea-icon-android:before {
content: "\f17b";
}
.eea-icon-linux:before {
content: "\f17c";
}
.eea-icon-dribbble:before {
content: "\f17d";
}
.eea-icon-skype:before {
content: "\f17e";
}
.eea-icon-foursquare:before {
content: "\f180";
}
.eea-icon-trello:before {
content: "\f181";
}
.eea-icon-female:before {
content: "\f182";
}
.eea-icon-male:before {
content: "\f183";
}
.eea-icon-gittip:before,
.eea-icon-gratipay:before {
content: "\f184";
}
.eea-icon-sun-o:before {
content: "\f185";
}
.eea-icon-moon-o:before {
content: "\f186";
}
.eea-icon-archive:before {
content: "\f187";
}
.eea-icon-bug:before {
content: "\f188";
}
.eea-icon-vk:before {
content: "\f189";
}
.eea-icon-weibo:before {
content: "\f18a";
}
.eea-icon-renren:before {
content: "\f18b";
}
.eea-icon-pagelines:before {
content: "\f18c";
}
.eea-icon-stack-exchange:before {
content: "\f18d";
}
.eea-icon-arrow-circle-o-right:before {
content: "\f18e";
}
.eea-icon-arrow-circle-o-left:before {
content: "\f190";
}
.eea-icon-toggle-left:before,
.eea-icon-caret-square-o-left:before {
content: "\f191";
}
.eea-icon-dot-circle-o:before {
content: "\f192";
}
.eea-icon-wheelchair:before {
content: "\f193";
}
.eea-icon-vimeo-square:before {
content: "\f194";
}
.eea-icon-turkish-lira:before,
.eea-icon-try:before {
content: "\f195";
}
.eea-icon-plus-square-o:before {
content: "\f196";
}
.eea-icon-space-shuttle:before {
content: "\f197";
}
.eea-icon-slack:before {
content: "\f198";
}
.eea-icon-envelope-square:before {
content: "\f199";
}
.eea-icon-wordpress:before {
content: "\f19a";
}
.eea-icon-openid:before {
content: "\f19b";
}
.eea-icon-institution:before,
.eea-icon-bank:before,
.eea-icon-university:before {
content: "\f19c";
}
.eea-icon-mortar-board:before,
.eea-icon-graduation-cap:before {
content: "\f19d";
}
.eea-icon-yahoo:before {
content: "\f19e";
}
.eea-icon-google:before {
content: "\f1a0";
}
.eea-icon-reddit:before {
content: "\f1a1";
}
.eea-icon-reddit-square:before {
content: "\f1a2";
}
.eea-icon-stumbleupon-circle:before {
content: "\f1a3";
}
.eea-icon-stumbleupon:before {
content: "\f1a4";
}
.eea-icon-delicious:before {
content: "\f1a5";
}
.eea-icon-digg:before {
content: "\f1a6";
}
.eea-icon-pied-piper:before {
content: "\f1a7";
}
.eea-icon-pied-piper-alt:before {
content: "\f1a8";
}
.eea-icon-drupal:before {
content: "\f1a9";
}
.eea-icon-joomla:before {
content: "\f1aa";
}
.eea-icon-language:before {
content: "\f1ab";
}
.eea-icon-fax:before {
content: "\f1ac";
}
.eea-icon-building:before {
content: "\f1ad";
}
.eea-icon-child:before {
content: "\f1ae";
}
.eea-icon-paw:before {
content: "\f1b0";
}
.eea-icon-spoon:before {
content: "\f1b1";
}
.eea-icon-cube:before {
content: "\f1b2";
}
.eea-icon-cubes:before {
content: "\f1b3";
}
.eea-icon-behance:before {
content: "\f1b4";
}
.eea-icon-behance-square:before {
content: "\f1b5";
}
.eea-icon-steam:before {
content: "\f1b6";
}
.eea-icon-steam-square:before {
content: "\f1b7";
}
.eea-icon-recycle:before {
content: "\f1b8";
}
.eea-icon-automobile:before,
.eea-icon-car:before {
content: "\f1b9";
}
.eea-icon-cab:before,
.eea-icon-taxi:before {
content: "\f1ba";
}
.eea-icon-tree:before {
content: "\f1bb";
}
.eea-icon-spotify:before {
content: "\f1bc";
}
.eea-icon-deviantart:before {
content: "\f1bd";
}
.eea-icon-soundcloud:before {
content: "\f1be";
}
.eea-icon-database:before {
content: "\f1c0";
}
.eea-icon-file-pdf-o:before {
content: "\f1c1";
}
.eea-icon-file-word-o:before {
content: "\f1c2";
}
.eea-icon-file-excel-o:before {
content: "\f1c3";
}
.eea-icon-file-powerpoint-o:before {
content: "\f1c4";
}
.eea-icon-file-photo-o:before,
.eea-icon-file-picture-o:before,
.eea-icon-file-image-o:before {
content: "\f1c5";
}
.eea-icon-file-zip-o:before,
.eea-icon-file-archive-o:before {
content: "\f1c6";
}
.eea-icon-file-sound-o:before,
.eea-icon-file-audio-o:before {
content: "\f1c7";
}
.eea-icon-file-movie-o:before,
.eea-icon-file-video-o:before {
content: "\f1c8";
}
.eea-icon-file-code-o:before {
content: "\f1c9";
}
.eea-icon-vine:before {
content: "\f1ca";
}
.eea-icon-codepen:before {
content: "\f1cb";
}
.eea-icon-jsfiddle:before {
content: "\f1cc";
}
.eea-icon-life-bouy:before,
.eea-icon-life-buoy:before,
.eea-icon-life-saver:before,
.eea-icon-support:before,
.eea-icon-life-ring:before {
content: "\f1cd";
}
.eea-icon-circle-o-notch:before {
content: "\f1ce";
}
.eea-icon-ra:before,
.eea-icon-rebel:before {
content: "\f1d0";
}
.eea-icon-ge:before,
.eea-icon-empire:before {
content: "\f1d1";
}
.eea-icon-git-square:before {
content: "\f1d2";
}
.eea-icon-git:before {
content: "\f1d3";
}
.eea-icon-hacker-news:before {
content: "\f1d4";
}
.eea-icon-tencent-weibo:before {
content: "\f1d5";
}
.eea-icon-qq:before {
content: "\f1d6";
}
.eea-icon-wechat:before,
.eea-icon-weixin:before {
content: "\f1d7";
}
.eea-icon-send:before,
.eea-icon-paper-plane:before {
content: "\f1d8";
}
.eea-icon-send-o:before,
.eea-icon-paper-plane-o:before {
content: "\f1d9";
}
.eea-icon-history:before {
content: "\f1da";
}
.eea-icon-genderless:before,
.eea-icon-circle-thin:before {
content: "\f1db";
}
.eea-icon-header:before {
content: "\f1dc";
}
.eea-icon-paragraph:before {
content: "\f1dd";
}
.eea-icon-sliders:before {
content: "\f1de";
}
.eea-icon-share-alt:before {
content: "\f1e0";
}
.eea-icon-share-alt-square:before {
content: "\f1e1";
}
.eea-icon-bomb:before {
content: "\f1e2";
}
.eea-icon-soccer-ball-o:before,
.eea-icon-futbol-o:before {
content: "\f1e3";
}
.eea-icon-tty:before {
content: "\f1e4";
}
.eea-icon-binoculars:before {
content: "\f1e5";
}
.eea-icon-plug:before {
content: "\f1e6";
}
.eea-icon-slideshare:before {
content: "\f1e7";
}
.eea-icon-twitch:before {
content: "\f1e8";
}
.eea-icon-yelp:before {
content: "\f1e9";
}
.eea-icon-newspaper-o:before {
content: "\f1ea";
}
.eea-icon-wifi:before {
content: "\f1eb";
}
.eea-icon-calculator:before {
content: "\f1ec";
}
.eea-icon-paypal:before {
content: "\f1ed";
}
.eea-icon-google-wallet:before {
content: "\f1ee";
}
.eea-icon-cc-visa:before {
content: "\f1f0";
}
.eea-icon-cc-mastercard:before {
content: "\f1f1";
}
.eea-icon-cc-discover:before {
content: "\f1f2";
}
.eea-icon-cc-amex:before {
content: "\f1f3";
}
.eea-icon-cc-paypal:before {
content: "\f1f4";
}
.eea-icon-cc-stripe:before {
content: "\f1f5";
}
.eea-icon-bell-slash:before {
content: "\f1f6";
}
.eea-icon-bell-slash-o:before {
content: "\f1f7";
}
.eea-icon-trash:before {
content: "\f1f8";
}
.eea-icon-copyright:before {
content: "\f1f9";
}
.eea-icon-at:before {
content: "\f1fa";
}
.eea-icon-eyedropper:before {
content: "\f1fb";
}
.eea-icon-paint-brush:before {
content: "\f1fc";
}
.eea-icon-birthday-cake:before {
content: "\f1fd";
}
.eea-icon-area-chart:before {
content: "\f1fe";
}
.eea-icon-pie-chart:before {
content: "\f200";
}
.eea-icon-line-chart:before {
content: "\f201";
}
.eea-icon-lastfm:before {
content: "\f202";
}
.eea-icon-lastfm-square:before {
content: "\f203";
}
.eea-icon-toggle-off:before {
content: "\f204";
}
.eea-icon-toggle-on:before {
content: "\f205";
}
.eea-icon-bicycle:before {
content: "\f206";
}
.eea-icon-bus:before {
content: "\f207";
}
.eea-icon-ioxhost:before {
content: "\f208";
}
.eea-icon-angellist:before {
content: "\f209";
}
.eea-icon-cc:before {
content: "\f20a";
}
.eea-icon-shekel:before,
.eea-icon-sheqel:before,
.eea-icon-ils:before {
content: "\f20b";
}
.eea-icon-meanpath:before {
content: "\f20c";
}
.eea-icon-buysellads:before {
content: "\f20d";
}
.eea-icon-connectdevelop:before {
content: "\f20e";
}
.eea-icon-dashcube:before {
content: "\f210";
}
.eea-icon-forumbee:before {
content: "\f211";
}
.eea-icon-leanpub:before {
content: "\f212";
}
.eea-icon-sellsy:before {
content: "\f213";
}
.eea-icon-shirtsinbulk:before {
content: "\f214";
}
.eea-icon-simplybuilt:before {
content: "\f215";
}
.eea-icon-skyatlas:before {
content: "\f216";
}
.eea-icon-cart-plus:before {
content: "\f217";
}
.eea-icon-cart-arrow-down:before {
content: "\f218";
}
.eea-icon-diamond:before {
content: "\f219";
}
.eea-icon-ship:before {
content: "\f21a";
}
.eea-icon-user-secret:before {
content: "\f21b";
}
.eea-icon-motorcycle:before {
content: "\f21c";
}
.eea-icon-street-view:before {
content: "\f21d";
}
.eea-icon-heartbeat:before {
content: "\f21e";
}
.eea-icon-venus:before {
content: "\f221";
}
.eea-icon-mars:before {
content: "\f222";
}
.eea-icon-mercury:before {
content: "\f223";
}
.eea-icon-transgender:before {
content: "\f224";
}
.eea-icon-transgender-alt:before {
content: "\f225";
}
.eea-icon-venus-double:before {
content: "\f226";
}
.eea-icon-mars-double:before {
content: "\f227";
}
.eea-icon-venus-mars:before {
content: "\f228";
}
.eea-icon-mars-stroke:before {
content: "\f229";
}
.eea-icon-mars-stroke-v:before {
content: "\f22a";
}
.eea-icon-mars-stroke-h:before {
content: "\f22b";
}
.eea-icon-neuter:before {
content: "\f22c";
}
.eea-icon-facebook-official:before {
content: "\f230";
}
.eea-icon-pinterest-p:before {
content: "\f231";
}
.eea-icon-whatsapp:before {
content: "\f232";
}
.eea-icon-server:before {
content: "\f233";
}
.eea-icon-user-plus:before {
content: "\f234";
}
.eea-icon-user-times:before {
content: "\f235";
}
.eea-icon-hotel:before,
.eea-icon-bed:before {
content: "\f236";
}
.eea-icon-viacoin:before {
content: "\f237";
}
.eea-icon-train:before {
content: "\f238";
}
.eea-icon-subway:before {
content: "\f239";
}
.eea-icon-medium:before {
content: "\f23a";
}
/* */
/* */
/* */
.eea-icon {
line-height: inherit;
}
.eea-icon-block {
display: block;
line-height: initial;
}
.eea-icon-right {
float: right;
}
.eea-icon-left {
float: left;
}
.eea-icon:before {
margin:0 .3em;
}
.eea-icon.eea-icon-left {
margin-right: .3em;
}
.eea-icon.eea-icon-right {
margin-left: .3em;
}
.eea-icon-xlsx:before,
.eea-icon-xls:before {
content: "\f1c3";
}
.eea-icon-pdf:before {
content: "\f1c1";
}
.eea-icon-application:before,
.eea-icon-txt:before,
.eea-icon-eeafigurefile-icon:before,
.eea-icon-doc:before {
content: "\f0f6";
}
.eea-icon-zip:before {
content: "\f1c6";
}
.eea-icon-text:before {
content: "\f1c9";
}
.eea-icon-ppt:before {
content: "\f1c4";
}
/* */


/* - eea-icons-animation.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/eea-icons-animation.css?original=1 */
@-webkit-keyframes wrench {
0% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
18% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
28% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
38% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
48% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
58% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes wrench {
0% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg);
}
8% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg);
}
10% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
18% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg);
}
20% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg);
}
28% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
30% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
38% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg);
}
40% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg);
}
48% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
50% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
58% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg);
}
60% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg);
}
68% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
75% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.eea-icon-anim-wrench.animated,
.eea-icon-anim-wrench.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-wrench {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
transform-origin-x: 90%;
transform-origin-y: 35%;
transform-origin-z: initial;
}
.eea-icon-anim-wrench.animated.eea-icon-anim-fast,
.eea-icon-anim-wrench.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-wrench.eea-icon-anim-fast {
-webkit-animation: wrench 1.2s ease infinite;
animation: wrench 1.2s ease infinite;
}
.eea-icon-anim-wrench.animated.eea-icon-anim-slow,
.eea-icon-anim-wrench.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-wrench.eea-icon-anim-slow {
-webkit-animation: wrench 3.7s ease infinite;
animation: wrench 3.7s ease infinite;
}
/* */
@-webkit-keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
20% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
-ms-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
-ms-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg);
}
20% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.eea-icon-anim-ring.animated,
.eea-icon-anim-ring.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-ring {
-webkit-animation: ring 2s ease infinite;
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial;
}
.eea-icon-anim-ring.animated.eea-icon-anim-fast,
.eea-icon-anim-ring.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-ring.eea-icon-anim-fast {
-webkit-animation: ring 1s ease infinite;
animation: ring 1s ease infinite;
}
.eea-icon-anim-ring.animated.eea-icon-anim-slow,
.eea-icon-anim-ring.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-ring.eea-icon-anim-slow {
-webkit-animation: ring 3s ease infinite;
animation: ring 3s ease infinite;
}
/* */
@-webkit-keyframes vertical {
0% {
-webkit-transform: translate(0,-3px);
transform: translate(0,-3px);
}
4% {
-webkit-transform: translate(0,3px);
transform: translate(0,3px);
}
8% {
-webkit-transform: translate(0,-3px);
transform: translate(0,-3px);
}
12% {
-webkit-transform: translate(0,3px);
transform: translate(0,3px);
}
16% {
-webkit-transform: translate(0,-3px);
transform: translate(0,-3px);
}
20% {
-webkit-transform: translate(0,3px);
transform: translate(0,3px);
}
22% {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
}
@keyframes vertical {
0% {
-webkit-transform: translate(0,-3px);
-ms-transform: translate(0,-3px);
transform: translate(0,-3px);
}
4% {
-webkit-transform: translate(0,3px);
-ms-transform: translate(0,3px);
transform: translate(0,3px);
}
8% {
-webkit-transform: translate(0,-3px);
-ms-transform: translate(0,-3px);
transform: translate(0,-3px);
}
12% {
-webkit-transform: translate(0,3px);
-ms-transform: translate(0,3px);
transform: translate(0,3px);
}
16% {
-webkit-transform: translate(0,-3px);
-ms-transform: translate(0,-3px);
transform: translate(0,-3px);
}
20% {
-webkit-transform: translate(0,3px);
-ms-transform: translate(0,3px);
transform: translate(0,3px);
}
22% {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
}
.eea-icon-anim-vertical.animated,
.eea-icon-anim-vertical.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-vertical {
-webkit-animation: vertical 2s ease infinite;
animation: vertical 2s ease infinite;
}
.eea-icon-anim-vertical.animated.eea-icon-anim-fast,
.eea-icon-anim-vertical.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-vertical.eea-icon-anim-fast {
-webkit-animation: vertical 1s ease infinite;
animation: vertical 1s ease infinite;
}
.eea-icon-anim-vertical.animated.eea-icon-anim-slow,
.eea-icon-anim-vertical.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-vertical.eea-icon-anim-slow {
-webkit-animation: vertical 4s ease infinite;
animation: vertical 4s ease infinite;
}
/* */
@-webkit-keyframes horizontal {
0% {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
6% {
-webkit-transform: translate(5px,0);
transform: translate(5px,0);
}
12% {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
18% {
-webkit-transform: translate(5px,0);
transform: translate(5px,0);
}
24% {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
30% {
-webkit-transform: translate(5px,0);
transform: translate(5px,0);
}
36% {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
}
@keyframes horizontal {
0% {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
6% {
-webkit-transform: translate(5px,0);
-ms-transform: translate(5px,0);
transform: translate(5px,0);
}
12% {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
18% {
-webkit-transform: translate(5px,0);
-ms-transform: translate(5px,0);
transform: translate(5px,0);
}
24% {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
30% {
-webkit-transform: translate(5px,0);
-ms-transform: translate(5px,0);
transform: translate(5px,0);
}
36% {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
}
.eea-icon-anim-horizontal.animated,
.eea-icon-anim-horizontal.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-horizontal {
-webkit-animation: horizontal 2s ease infinite;
animation: horizontal 2s ease infinite;
}
.eea-icon-anim-horizontal.animated.eea-icon-anim-fast,
.eea-icon-anim-horizontal.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-horizontal.eea-icon-anim-fast {
-webkit-animation: horizontal 1s ease infinite;
animation: horizontal 1s ease infinite;
}
.eea-icon-anim-horizontal.animated.eea-icon-anim-slow,
.eea-icon-anim-horizontal.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-horizontal.eea-icon-anim-slow {
-webkit-animation: horizontal 3s ease infinite;
animation: horizontal 3s ease infinite;
}
/* */
@-webkit-keyframes flash {
0%, 100%, 50% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 100%, 50% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.eea-icon-anim-flash.animated,
.eea-icon-anim-flash.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-flash {
-webkit-animation: flash 2s ease infinite;
animation: flash 2s ease infinite;
}
.eea-icon-anim-flash.animated.eea-icon-anim-fast,
.eea-icon-anim-flash.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-flash.eea-icon-anim-fast {
-webkit-animation: flash 1s ease infinite;
animation: flash 1s ease infinite;
}
.eea-icon-anim-flash.animated.eea-icon-anim-slow,
.eea-icon-anim-flash.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-flash.eea-icon-anim-slow {
-webkit-animation: flash 3s ease infinite;
animation: flash 3s ease infinite;
}
/* */
@-webkit-keyframes bounce {
0%, 10%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 10%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.eea-icon-anim-bounce.animated,
.eea-icon-anim-bounce.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-bounce {
-webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite;
}
.eea-icon-anim-bounce.animated.eea-icon-anim-fast,
.eea-icon-anim-bounce.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-bounce.eea-icon-anim-fast {
-webkit-animation: bounce 1s ease infinite;
animation: bounce 1s ease infinite;
}
.eea-icon-anim-bounce.animated.eea-icon-anim-slow,
.eea-icon-anim-bounce.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-bounce.eea-icon-anim-slow {
-webkit-animation: bounce 3s ease infinite;
animation: bounce 3s ease infinite;
}
/* */
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.eea-icon-anim-spin.animated,
.eea-icon-anim-spin.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-spin {
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
.eea-icon-anim-spin.animated.eea-icon-anim-fast,
.eea-icon-anim-spin.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-spin.eea-icon-anim-fast {
-webkit-animation: spin 0.7s linear infinite;
animation: spin 0.7s linear infinite;
}
.eea-icon-anim-spin.animated.eea-icon-anim-slow,
.eea-icon-anim-spin.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-spin.eea-icon-anim-slow {
-webkit-animation: spin 2.2s linear infinite;
animation: spin 2.2s linear infinite;
}
/* */
@-webkit-keyframes float {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes float {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.eea-icon-anim-float.animated,
.eea-icon-anim-float.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-float {
-webkit-animation: float 2s linear infinite;
animation: float 2s linear infinite;
}
.eea-icon-anim-float.animated.eea-icon-anim-fast,
.eea-icon-anim-float.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-float.eea-icon-anim-fast {
-webkit-animation: float 1s linear infinite;
animation: float 1s linear infinite;
}
.eea-icon-anim-float.animated.eea-icon-anim-slow,
.eea-icon-anim-float.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-float.eea-icon-anim-slow {
-webkit-animation: float 3s linear infinite;
animation: float 3s linear infinite;
}
/* */
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
}
.eea-icon-anim-pulse.animated,
.eea-icon-anim-pulse.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-pulse {
-webkit-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}
.eea-icon-anim-pulse.animated.eea-icon-anim-fast,
.eea-icon-anim-pulse.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-pulse.eea-icon-anim-fast {
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite;
}
.eea-icon-anim-pulse.animated.eea-icon-anim-slow,
.eea-icon-anim-pulse.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-pulse.eea-icon-anim-slow {
-webkit-animation: pulse 3s linear infinite;
animation: pulse 3s linear infinite;
}
/* */
.eea-icon-anim-shake.animated,
.eea-icon-anim-shake.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-shake {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
}
.eea-icon-anim-shake.animated.eea-icon-anim-fast,
.eea-icon-anim-shake.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-shake.eea-icon-anim-fast {
-webkit-animation: wrench 1.2s ease infinite;
animation: wrench 1.2s ease infinite;
}
.eea-icon-anim-shake.animated.eea-icon-anim-slow,
.eea-icon-anim-shake.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-shake.eea-icon-anim-slow {
-webkit-animation: wrench 3.7s ease infinite;
animation: wrench 3.7s ease infinite;
}
/* */
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-8deg);
transform: scale(.9) rotate(-8deg);
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
80% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-8deg);
-ms-transform: scale(.9) rotate(-8deg);
transform: scale(.9) rotate(-8deg);
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
-ms-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
-ms-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
80% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.eea-icon-anim-tada.animated,
.eea-icon-anim-tada.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-tada {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite;
}
.eea-icon-anim-tada.animated.eea-icon-anim-fast,
.eea-icon-anim-tada.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-tada.eea-icon-anim-fast {
-webkit-animation: tada 1s linear infinite;
animation: tada 1s linear infinite;
}
.eea-icon-anim-tada.animated.eea-icon-anim-slow,
.eea-icon-anim-tada.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-tada.eea-icon-anim-slow {
-webkit-animation: tada 3s linear infinite;
animation: tada 3s linear infinite;
}
/* */
@-webkit-keyframes passing {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
}
50% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
}
@keyframes passing {
0% {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
}
50% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
}
.eea-icon-anim-passing.animated,
.eea-icon-anim-passing.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-passing {
-webkit-animation: passing 2s linear infinite;
animation: passing 2s linear infinite;
}
.eea-icon-anim-passing.animated.eea-icon-anim-fast,
.eea-icon-anim-passing.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-passing.eea-icon-anim-fast {
-webkit-animation: passing 1s linear infinite;
animation: passing 1s linear infinite;
}
.eea-icon-anim-passing.animated.eea-icon-anim-slow,
.eea-icon-anim-passing.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-passing.eea-icon-anim-slow {
-webkit-animation: passing 3s linear infinite;
animation: passing 3s linear infinite;
}
/* */
@-webkit-keyframes burst {
0% {
opacity: .6;
}
50% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes burst {
0% {
opacity: .6;
}
50% {
-webkit-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
opacity: 0;
}
100% {
opacity: 0;
}
}
.eea-icon-anim-burst.animated,
.eea-icon-anim-burst.animated-hover:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-burst {
-webkit-animation: burst 2s infinite linear;
animation: burst 2s infinite linear;
}
.eea-icon-anim-burst.animated.eea-icon-anim-fast,
.eea-icon-anim-burst.animated-hover.eea-icon-anim-fast:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-burst.eea-icon-anim-fast {
-webkit-animation: burst 1s infinite linear;
animation: burst 1s infinite linear;
}
.eea-icon-anim-burst.animated.eea-icon-anim-slow,
.eea-icon-anim-burst.animated-hover.eea-icon-anim-slow:hover,
.eea-icon-anim-parent.animated-hover:hover > .eea-icon-anim-burst.eea-icon-anim-slow {
-webkit-animation: burst 3s infinite linear;
animation: burst 3s infinite linear;
}
/* */

}


/* - ++resource++eea.epub.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/++resource++eea.epub.css?original=1 */
/* */
.eea-epub-overlay {
min-width: 700px;
max-width: 720px;
}
.eea-epub-overlay .pb-ajax > div {
width: auto;
}
.field.eea-epub-email {
margin-bottom: 0;
}
.eea-epub-email input[type=email] {
min-width: 300px;
max-width: 85%;
height: 30px;
}
.eea-epub-email ::-webkit-input-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-epub-email  :-moz-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-epub-email ::-moz-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-epub-email :-ms-input-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-epub-email .formHelp {
font-size: 90%;
color: #808285;
margin-top: 1em;
}
.eea-epub-email textarea[name=body] {
visibility: hidden;
position: absolute;
}
.eea-epub-email .context {
min-height: 30px;
padding: 7px 11px;
}

}


/* - ++resource++eea.pdf.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/++resource++eea.pdf.css?original=1 */
/* */
.portaltype-pdftheme .eea-pdf-thumb,
.portaltype-pdftool .eea-pdf-thumb {
float: left;
padding: 0.5em 1em 0.5em 0;
}
.portaltype-pdftool .tileItem {
clear: both;
}
.portaltype-pdftheme div.documentByLine,
.portaltype-pdftool div.documentByLine {
display: none ! important;
}
.portaltype-pdftheme .documentActions,
.portaltype-pdftool .documentActions {
display: none;
}
.eea-pdf-overlay {
min-width: 700px;
max-width: 720px;
}
.eea-pdf-overlay .pb-ajax > div {
width: auto;
}
.field.eea-pdf-email {
margin-bottom: 0;
}
.eea-pdf-email input[type=email] {
min-width: 300px;
max-width: 85%;
height: 30px;
}
.eea-pdf-email ::-webkit-input-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-pdf-email  :-moz-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-pdf-email ::-moz-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-pdf-email :-ms-input-placeholder {
padding-right: 3px;
text-align: right;
}
.eea-pdf-email .formHelp {
font-size: 90%;
color: #808285;
margin-top: 1em;
}
.eea-pdf-email textarea[name=body] {
visibility: hidden;
position: absolute;
}
.eea-pdf-email .context {
min-height: 30px;
padding: 7px 11px;
}
#content-core .eea-pdf-body dt,
.eea-pdf-body dt {
display: inline;
}
.eea-pdf-body dt:before {
content: '';
display: block;
}
#content-core .eea-pdf-body dd,
.eea-pdf-body dd {
display: inline;
margin: 0;
}
#content-core .eea-pdf-actions {
margin:0 0 1em 0;
clear:left;
}

}


/* - ++resource++eea.translations-logo.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/++resource++eea.translations-logo.css?original=1 */
#logo-bg {
background-image: url(++resource++eea.translations.images/logo-bg.png);
}
#logo-da {
background-image: url(++resource++eea.translations.images/logo-da.png);
}
#logo-el {
background-image: url(++resource++eea.translations.images/logo-el.png);
}
#logo-es {
background-image: url(++resource++eea.translations.images/logo-es.png);
}
#logo-fi {
background-image: url(++resource++eea.translations.images/logo-fi.png);
}
#logo-hu {
background-image: url(++resource++eea.translations.images/logo-hu.png);
}
#logo-it {
background-image: url(++resource++eea.translations.images/logo-it.png);
}
#logo-lt {
background-image: url(++resource++eea.translations.images/logo-lt.png);
}
#logo-mt {
background-image: url(++resource++eea.translations.images/logo-mt.png);
}
#logo-nl {
background-image: url(++resource++eea.translations.images/logo-nl.png);
}
#logo-pl {
background-image: url(++resource++eea.translations.images/logo-pl.png);
}
#logo-ro {
background-image: url(++resource++eea.translations.images/logo-ro.png);
}
#logo-sl {
background-image: url(++resource++eea.translations.images/logo-sl.png);
}
#logo-tr {
background-image: url(++resource++eea.translations.images/logo-tr.png);
}
#logo-cs {
background-image: url(++resource++eea.translations.images/logo-cs.png);
}
#logo-de {
background-image: url(++resource++eea.translations.images/logo-de.png);
}
#logo-et {
background-image: url(++resource++eea.translations.images/logo-et.png);
}
#logo-fr {
background-image: url(++resource++eea.translations.images/logo-fr.png);
}
#logo-is {
background-image: url(++resource++eea.translations.images/logo-is.png);
}
#logo-kl {
background-image: url(++resource++eea.translations.images/logo-kl.gif);
}
#logo-lv {
background-image: url(++resource++eea.translations.images/logo-lv.png);
}
#logo-no {
background-image: url(++resource++eea.translations.images/logo-no.png);
}
#logo-pt {
background-image: url(++resource++eea.translations.images/logo-pt.png);
}
#logo-sk {
background-image: url(++resource++eea.translations.images/logo-sk.png);
}
#logo-sv {
background-image: url(++resource++eea.translations.images/logo-sv.png);
}
#logo-ru {
background-image: url(++resource++eea.translations.images/logo-ru.png);
}

}


/* - promo_gallery.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/promo_gallery.css?original=1 */
.promo-item-desc, .promo-item-desc-sm {
z-index: 100;
position: absolute;
bottom: 0;
left: 0px;
width: 100%;
color: white;
margin: 0 0px;
background: #009966;
opacity: 0.9;
height: 75px;
padding: 0px 20px 0px 20px;
}
.promo-item-desc-sm {
height: 60px;
}
#promo-gallery-content h3, #promo-gallery-content-sm h3 {
margin: 0.4em 0 0.4em 0;
font-size: 1.6em;
line-height: 1.3em;
font-weight: normal;
border: none;
clear: none !important;
}
#promo-gallery-content-sm h3 {
font-size: 1.3em;
margin-top: 0.6em;
clear: none !important;
}
#promo-gallery-content h3 a, #promo-gallery-content h3 a:visited,
#promo-gallery-content-sm h3 a, #promo-gallery-content-sm h3 a:visited {
color: #FFF !important;
background: none;
}
#promo-gallery-content h3 a:hover,
#promo-gallery-content-sm h3 a:hover {
color: #FFFFFF !important;
background: none;
}
.promo-item-desc span, .promo-item-desc-sm span {
font-size: 1em;
}
/* */
#promo-gallery-wrapper {
width: 100%;
position: relative;
overflow: hidden;
background: #F7F7F7;
border: 0px solid #F7F7F7;
margin-bottom: 1em;
}
#gallery-content-outer, #gallery-content-outer-sm {
position: relative;
height: 100%;
width: 100%;
z-index: 3;
overflow: hidden;
float: right;
}
#promo-gallery-content, #promo-gallery-content-sm {
overflow:hidden;
background:transparent  scroll 50% 50%;
padding:0px;
margin:0;
height:320px;
width:100%;
position:relative;
overflow:hidden;
}
#promo-gallery-content a {
display: block;
}
#promo-gallery-content li, #promo-gallery-content-sm li {
overflow:hidden;
padding:0px;
margin:0px;
height:100%;
width:100%;
float:left;
}
#promo-gallery-content li img{
padding:0px;
width: 100%;
}
#promo-gallery-content-sm li img  {
min-width: 65%;
max-width: 101%;
}
#promo-gallery-content li a.video-fancybox.cloudvideo {
display: block;
background: url(http://www.eea.europa.eu/play-button.png) no-repeat center center;
}
#promo-gallery-content li a.video-fancybox.cloudvideo img {
margin-top: 0;
position: relative;
z-index: -1;
}
/* */
#promo-navigator, #promo-navigator-sm{
top:0;
padding:0;
margin:0;
position: absolute;
width:190px;
}
#promo-navigator-sm{
height: 50px;
}
#promo-gallery-wrapper ul, #promo-gallery-content ul, #promo-gallery-content-sm ul {
margin-left: 0;
margin-bottom: 0;
list-style: none;
}
#promo-gallery-content-sm {
height: 250px;
overflow: hidden;
}
#promo-navigator li, #promo-navigator-sm li {
cursor:pointer;
list-style:none;
width:100%;
padding:0;
margin:0;
overflow:hidden;
float: left;
}
#navigator-outer {
right:0;
top:0px;
z-index:100;
height:330px;
overflow:hidden;
color:#FFF;
}
#navigator-outer-sm {
position: relative;
margin: 0 auto;
overflow: hidden;
}
#promo-navigator li.active, #promo-navigator-sm li.active{
color:#FFF;
background: transparent url("promotions-gallery-arrow.png") no-repeat right center;
position: relative;
z-index: 300;
width: 182px !important;
float: left;
}
/* */
/* */
/* */
#promo-navigator-sm li, #promo-navigator-sm li.active {
width: 65px !important;
}
#promo-navigator li h3, #promo-navigator-sm li h3 {
color: #4E8192;
font-size: 85%;
padding: 10px 6px 0 3px;
margin:0;
font-weight: normal;
height: 72px;
overflow: hidden;
clear: none !important;
}
#promo-navigator h3, #promo-navigator-sm h3 {
border:none !important;
clear: none !important;
}
#promo-navigator li div, #promo-navigator-sm li div {
color:#FFF;
position:relative;
width: 170px;
}
#promo-navigator li div {
border-top: 1px solid #ececec;
}
#promo-navigator li div:hover,
#promo-navigator-sm li div:hover {
background: #ececec;
}
#promo-navigator-sm li div {
width: 100%; /* */
height: 50px;
}
#promo-navigator li.active div, #promo-navigator-sm li.active div {
background: #009966;
}
#promo-navigator li img, #promo-navigator-sm li img {
height:53px;
width:70px;
margin: 0px;
float: left;
padding: 14px 5px 18px 10px;
}
#promo-navigator-sm li img {
padding: 6px 6px 0px 8px;
height: 38px;
width: 75%;
}
#promo-navigator li.active h3, #promo-navigator-sm li.active h3 {
color:#FFF;
}
.lof-opacity  li{
position:absolute;
top:0;
left:0;
float:inherit;
}
#play-pause {
float: right;
margin-right: 1.5em;
height: 25px;
}
.promo-gallery-play,
.promo-gallery-pause,
#prev-promo,
#next-promo {
background: transparent url("http://www.eea.europa.eu/sprite-eeaimages.png") no-repeat scroll top right;
}
.promo-gallery-play {
background-position: -446px -215px;
padding-left: 25px;
}
.promo-gallery-pause {
background-position: -454px -190px;
padding-left: 16px;
}
#prev-promo, #next-promo {
display: inline-block;
height: 16px;
margin-left: 0;
width: 16px;
}
#prev-promo {
background-position: left -370px;
}
#next-promo {
background-position: left -345px;
}
.controls, .controls-sm {
background: #ececec;
clear: both;
height: 25px;
padding: 15px 0px 0px 20px;
position: relative;
}
/* */

}


/* - ++resource++eea.socialmedia.stylesheets/EEASocialMedia.css - */
@media screen {
/* http://www.eea.europa.eu/portal_css/++resource++eea.socialmedia.stylesheets/EEASocialMedia.css?original=1 */
.action-items {
text-align: right;
vertical-align: top;
padding-top: 10px;
}
/* */
#content .table-document-actions {
margin: 0px;
width: 100%;
display: table;
}
/* */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }
.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.social-buttons { display: block; list-style: none; padding: 0; margin: 0px; }
ul.social-buttons { margin-left: 0px !important;}
ul.social-buttons > li { display: block; margin: 0; padding: 0px 10px; float: left; }
.social-buttons .socialite { display: block; position: relative; background: url('++resource++eea.socialmedia.images/social-sprite.png') 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }
.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }

}


/* - astana.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/astana.css?original=1 */
/* */
/* */
.section-themes #map_events_yahoo {
display:none;
}
/* */

}


/* - presentational_styles.css - */
@media all {
/* http://www.eea.europa.eu/portal_css/presentational_styles.css?original=1 */
/* */
/* */
/* */
/* */
/* */
dl.portalMessage dt,
dl.system-message dt {
color: #333333;
}
div.attention, div.caution,
div.danger, div.error, div.hint,
div.important, div.note, div.tip,
div.warning,
#error-handling,
.portalMessage,
.system-message {
background-color: #C7E0E9;
color: #333333;
font-size: 120%;
margin: 1em 0;
padding: 1em 1.5em 1em 5.5em;
vertical-align: middle;
border: none;
}
/* */
.portalMessage {
background-color: #f3f3f3;
}
.extra .attention,
.extra .caution,
.extra .danger,
.extra .error,
.extra .hint,
.extra .important,
.extra .note,
.extra .tip,
.extra .warning {
padding-left: 1.5em;
}
.system-message:before, .portalMessage:before, .portalMessage .eea-icon:before {
float: left;
display: block;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
line-height: inherit;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
margin-left: -2.3em;
font-size: 150%;
}
/* */
#portal-admin-msg .eea-icon {
display: block;
}
#portal-admin-msg .eea-icon::before {
margin-left: 0;
}
/* */
#portal-column-two .portalMessage .eea-icon:before {
margin-left: -1.3em;
}
div.attention:before, div.caution:before,
div.danger:before, div.error:before, div.hint:before,
div.important:before, div.note:before, div.tip:before,
div.warning:before {
float: left;
display: block;
margin-right: .3em;
font-family: 'FontAwesome';
}
div.hint, div.tip, div.note,
.ideaMessage,
.informationMessage,
.noteMessage,
.smileyMessage,
.thumbsUpMessage,
.yesMessage {
background-color: #C7E0E9;
}
div.attention, div.caution,
div.danger, div.error, div.important,
div.warning,
#error-handling,
.errorMessage,
.warningMessage {
background-color: #FFFABE;
}
div.attention:before, div.caution:before,
div.danger:before, div.important:before,
div.warning:before,
.attentionMessage:before {
content: "\f0e7";
vertical-align: baseline;
line-height: 2;
}
.attentionMessage:before {
line-height: 1;
}
.attentionMessage,
.noMessage {
background-color: #FFFABE;
}
div.error,
.errorMessage {
color: red;
}
.archiveMessage:before {
content: "\f1da";
}
.ideaMessage:before {
content: "\f0eb";
}
.informationMessage:before {
content: "\f05a";
}
.info:before {
content: "\f05a";
}
.noMessage:before {
content: "\f00d";
}
.noteMessage:before {
content: "\f15c";
}
.rosetteMessage:before {
content: "\f0ac";
}
.rosetteMessage {
color: #666666;
}
.smileyMessage:before {
content: "\f118";
}
.thumbsUpMessage:before {
content: "\f164";
}
div.error:before,
.errorMessage:before,
.error:before,
.warningMessage:before
{
content: "\f071";
}
.yesMessage:before {
content: "\f00c";
}
/* */
blockquote {
width: 70%;
margin: 1.0em auto;
padding: 1.5em 1em 1em 3em;
background: #f3f3f3 url(http://www.eea.europa.eu/open_quote.gif) 0.5em 0.75em no-repeat;
color: #000000;
clear:both;
}
/* */
.pullquote {
margin: 0 1em 0.5em 0.5em;
font-weight: bold;
line-height: 1.25em;
float: right;
width: 35%;
clear: right;
color: #444;
font-size: 1.6em;
letter-spacing: -0.08em !important;
}
.callout {
background: #eee;
padding: 1em;
border-left: 1em solid #ccc;
clear: both;
}
.keyFact {
background: #C7E0E9;
padding: 1.5em;
border-left: 1em solid #346F83;
clear: both;
}
/* */
pre {
background-color: #222;
color: White;
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
padding: 1em;
overflow-x: auto;
font-size: 90%;
margin-bottom: 1em;
line-height: 1.25em;
}
/* */
.figureContainer, .figureContainer50Left, .figureContainer50Right {
page-break-inside: avoid;
}
.figureContainer {
width: 100%;
}
.figureContainer50Left {
float: left;
width: 50%;
}
.figureContainer50Right {
float: right;
width: 50%;
}
/* */

}


/* - print.css - */
@media print {
/* http://www.eea.europa.eu/portal_css/print.css?original=1 */
/* */
/* */
body {
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;
min-width: 10cm;
width: auto;
}
#portal-visual-wrapper {
width: 100%;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
border: none;
font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
width: auto;
page-break-inside: avoid;
page-break-after: avoid;
}
/* */
#portal-column-content {
width: 100%;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
#content table {
width: 100% !important; /* */
}
table.listing,
table.listing td {
border-collapse: collapse;
}
td a img {
display: none;
}
a {
color: Black !important;
text-decoration: none !important;
}
/* */
#visual-portal-wrapper .eea-tabs > li > a {
color: #fff !important;
}
#visual-portal-wrapper .eea-tabs > li > .current, #visual-portal-wrapper .eea-tabs > li > .current:hover {
color: #005e7d !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}
a img {
border: none;
}
#content {
white-space: normal;
}
#content a.noPrint:link:after,
#content a.noPrint:visited:after {
content: '';
}
#printLogo {
display: block !important;
float: right;
width: 7.5cm;
}
h2.highlight {
padding-top: 1em;
}
#print-warning {
display: none;
}
.portlet-rss * {
clear: both;
}
/* */
.documentEditable .documentContent {
border:none !important;
}
#portal-column-content {
margin:0 !important;
}
body {
background-image:none !important;
}
#box-classification {
float:none !important;
}
.keyMessage {
page-break-inside:avoid !important;
}
.indicator-figure-plus img {
max-height: 670px;
width: inherit;
float: none;
}
#definition-and-units h2,
.policy_question
{
margin: 0.5em 0;
}
#definition-and-units h3 {
margin-bottom: 0;
margin-top: 0.4em;
}
#definition-and-units p,
#definition-and-units ul
{
margin: 0;
}
.googlechart_dashboard .googlechart-notes {
font: 10px Verdana, Arial, Helvetica, sans-serif !important;
}
.figure-chart-live {
margin-bottom: 0;
}
#frequency_of_updates {
font-size: 100%;
text-align: left;
padding: 0.5em 1em;
}
/* */
/* */
/* */
.pageBreak {
page-break-before: always;
height: 1px;
}
.noPageBreak,
.featured
{
page-break-inside: avoid;
}
/* */
#content dt {
margin:1em 0 0.625em;
}
#content p, #content table {
margin-bottom:0.625em;
margin-top:0.625em;
}
#content .documentDescription, #content #description {
margin:0.5em 0 1.31em;
}
/* */
iframe[src*="video"] {
display: none;
}
/* */
@page {
size: 810px 1000px;
margin: 40pt 50pt;
}
/* */
#relatedItems h2 {
margin: 10pt 0;
padding: 0;
}
#relatedItems h3 {
margin: 1em 0 0 0;
padding: 0;
}
#relatedItems .photoAlbumEntry {
clear: both;
margin: 0;
padding: 5px 0;
height: auto !important;
}
#relatedItems .photoAlbumEntryWrapper,
#relatedItems .photoAlbumEntryDescription{
display: none;
}
#relatedItems a:link:after,#relatedItems a:visited:after {
content:" [" attr(href) "] ";
}
/* */
#content-core ul.formTabs,
.standardButton,
.googlechart_filters,
#auto-related,
#related-multimedia,
.languageCodes,
#themes-object,
#header-holder .navbar,
#cross-site-top,
#portal-footer img,
#portal-siteactions,
.hiddenStructure,
.hiddenElem,
#portal-searchbox,
#portal-globalnav .plain,
#portal-globalnav .selected,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
div.portalWarningMessage,
div.portalStopMessage,
div.documentActions,
.documentByLine,
#multimedia-highlights,
body.frontpage .portlet-promotions,
.moreLink,
.skipnav,
.portletNavigationTree,
.visualNoPrint,
.visualClear,
.progressbar-viewlet,
.eea-progressbar,
#languageCodes,
#commenting,
#viewlet-below-content,
#relatedItems .eea-tabs,
.managePortletsLink,
#portal-colophon,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.managePortletsFallback,
.close,
.link-parent,
.draggingHook,
#foldercontents-order-column,
input.context,
.site-description,
.table-definition-map,
.documentExportActions,
.sorter_ctl,
.message_wrap,
#viewlet-cookiepolicy,
#popup_login_form,
.portal-logo a,
#login_form,
#login-forgotten-password,
.cookieMessage,
#enable_cookies_message + .informationMessage,
#topic-selector,
.filter-topic,
.gallery-layout-selection
{
/* */
display: none !important;
}
/* */
.gallery-ajax.visualClear {
display: block !important;
}
#gallery-content-outer,
#gallery-content-outer-sm,
#promo-gallery-content, #promo-gallery-content-sm {
height: 367px !important;
float: none !important;
page-break-inside: avoid;
}
#promo-gallery-content-sm li img,
#promo-gallery-content li img {
width: 100%;
}
.right-column-area, .column-area {
width: 100% !important;
margin-top: 1em;
padding: 0;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 0.4pt solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 0.4pt solid Black;
}
dd.image-caption {
text-align:left;
padding: 0;
margin:0;
}
dl.captioned {
padding: 0.8em;
}
.newsImageContainer {
float:right;
margin: 0 0 0.5em 1em;
width: 16em;
}
.qrbox {
display: none;
page-break-inside: avoid;
}
.cover-image img{
max-width: 100%;
vertical-align: middle;
}
/* */

}

