
/* - ++resource++eea.alchemy.css - */
@media screen {
/* https://eni-seis.eionet.europa.eu/east/portal_css/++resource++eea.alchemy.css?original=1 */
.eea-alchemy-tag {
}
#content .eea-alchemy-tag a,
#content .eea-alchemy-tag a:visited,
#content p .eea-alchemy-tag a,
.eea-alchemy-tag a, .eea-alchemy-tag a:visited {
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #346F83;
}
.template-alchemy-controlpanel .textType,
.template-alchemy-controlpanel .field input[type="text"][size] {
width: 40%;
}
.template-alchemy-controlpanel table.sequencewidget{
width: 100%;
}
.template-alchemy-controlpanel table.sequencewidget td:first-child {
width: 2em;
}

}


/* - eea.geotags.css - */
@media all {
/* =Helpers */
.pointer {
  cursor: pointer;
}

.formHelp {
  font-size: 90%;
  color: #808285;
  margin: 0 0 0.2em 0;
  display: block;
}

.pull-left {
  float: left;
}

.visualHidden {
  display: none !important;
}

.input-block {
  display: block;
  width: 100%;
}


/* Dialog */
.geo-dialog {
  width: 100%;
  height: 100%;
}

.eea-geotags-popup {
  box-shadow: 0 0 100px #000;
  border-radius: 0;
}

.eea-geotags-popup .ui-dialog-titlebar {
  background: #fff;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.eea-geotags-popup .ui-dialog-titlebar-close {
  visibility: hidden;
}

.geo-splitter {
  border: 1px solid #8CACBB;
  width: 100%;
  height: 100%;
}

.geo-splitter .vsplitbar {
  width: 5px;
  background-color: #ffffff;
}

.geo-splitter .vsplitbar a {
  text-decoration: none;
  color: #8CACBB;
  font-size: 18px;
  border: 1px solid #8CACBB;
  background-color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

.geo-splitter .vsplitbar a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}

.geo-splitter .vsplitbar a {
  float: right;
  margin-left: 0;
  margin-right: 4px;
  padding: 5px 5px 10px 5px;
  border-style: none none solid solid;
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
}

.geo-leftside .vsplitbar a {
  float: left;
  margin-left: 4px;
  border-style: none solid solid none;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
}

.geo-left {
  z-index: 1020 !important;
}

/* Left panel */
.geo-sidebar {
  height: 99%;
  overflow: hidden;
}

.geo-sidebar-area {
  height: 100%;
  border: none;
  min-width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.geo-sidebar-area li {
  display: list-item;
}
.geo-sidebar-area .panes {
  border: 1px solid #DDDDDD;
  border-top-width: 0;
}

.geo-results-search label {
  display: block;
  line-height: 2em;
  margin: 1em 0;
  text-align: left;
}

.geo-results-search > label > span {
  width: 100%;
  display: inline-block;
}
.geo-sidebar-button {
  height: 100%;
  font-size: 18px;
  color: #8CACBB;
  cursor: pointer;
  border: 1px solid #8CACBB;
  border-right-style: none;
}

.geo-sidebar-button div {
  height: 30px;
}

.geo-sidebar-button:hover {
  background-color: #e9efcd;
}

.geo-hints {
  background: #FBF9EE;
  border: 1px dotted #95b229;

}
.geo-hints ol,
.geo-hints ul {
    list-style-type: square;
}

.geo-hints legend {
  margin-left: 1em;
}

.geo-suggestions {
  background: #FBF9EE;
  border: 1px dotted #95b229;
  padding: 1em;
  margin-top: 0.5em;
}

/* Sidebar area search results
------------------------------ */
.geo-results {
  padding: 0;
}

.geo-results form {
  width: 100%;
}

.geo-results select {
  width: 100%;
}

.geo-results input[type=text] {
  width: 75%;
}

.geo-results input[type=submit] {
  width: 20%;
}

.geo-results-area {
  height: 85%;
  overflow: auto;
}

.geo-results-area h3, .geo-results-area h4 {
  margin: 0;
}

.geo-results-area .geo-point-view {
  cursor: pointer;
}

.geo-point-view {
  padding: 1em;
}

.geo-point-view .title {
  color: #578308;
  cursor: pointer;
  font-size: 115%;
  font-weight: normal;
}

.geo-point-view .subtitle {
  color: #495B6B;
  font-size: 95%;
  font-weight: normal;
}

.geo-point-view .tags {
  color: #95B229;
  font-size: 85%;
  font-weight: normal;
}

.geo-point-view:hover {
  background: #FBF9EE;
  border: 1px dotted #95b229;
}

.geo-mapcanvas {
  height: 100%;
  border: 1px solid #8CACBB;
}

.geo-preview-mapcanvas {
  height: 400px;
  border: 1px solid #8CACBB;
}

.geo-marker {
  padding-bottom: 1em;
  border: 1px dotted #ffffff;
  cursor: pointer;
}

.geo-marker .ui-icon {
  float: right;
  visibility: hidden;
  cursor: pointer;
}

.geo-marker:hover .ui-icon {
  visibility: visible;
}

.geo-marker:hover {
  background: #FBF9EE;
  border-color: #95b229;
}

.geo-marker .title {
  color: #578308;
  cursor: pointer;
  font-size: 115%;
  font-weight: normal;
}

.geo-marker .subtitle {
  color: #495B6B;
  font-size: 95%;
  font-weight: normal;
}

.geo-marker .tags {
  color: #95B229;
  font-size: 85%;
  font-weight: normal;
}

.geo-marker h3, .geo-marker h4 {
  margin: 0;
}

.geo-preview-marker {
  padding-bottom: 1em;
  border: 1px dotted #ffffff;
  cursor: pointer;
}

.geo-preview-marker .title {
  color: #578308;
  cursor: pointer;
  font-size: 115%;
  font-weight: normal;
}

.geo-preview-marker .subtitle {
  color: #495B6B;
  font-size: 95%;
  font-weight: normal;
}

.geo-preview-marker .tags {
  color: #95B229;
  font-size: 85%;
  font-weight: normal;
}

.geo-preview-marker h3, .geo-preview-marker h4 {
  margin: 0;
}

.geo-loading {
  background: url(../../++resource++geo-images/ajax-loader-small.gif) no-repeat center top;
  height: 11px;
}

/* */

/* Advanced tab */
.geo-advanced select {
  width: 100%;
}

/* Right panel */
.geo-right {
  border-right: 1px solid #8CACBB;
  height: 100%;
}

.geo-basket {
  height: 100%;
  overflow: hidden;
}
.geo-basket .geo-hints {
  margin: 0.5em 0.5em 1.5em 0.5em;
}
.geo-basket .ui-icon,
.geo-point-view .ui-icon {
  float: right;
  cursor: pointer;
}

.geo-basket-area h2,
.eea-accordion-panel > h2,
.geo-basket-area h2.ui-state-default {
  padding: 0.5em;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  background-color: #777c1f;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1c748), to(#777c1f));
  background-image: -webkit-linear-gradient(center top , #b1c748, #777c1f);
  background-image:    -moz-linear-gradient(center top , #b1c748, #777c1f);
  background-image:     -ms-linear-gradient(center top , #b1c748, #777c1f);
  background-image:      -o-linear-gradient(center top , #b1c748, #777c1f);
  color: #FFF;
}

.geo-sidebar-area .eea-accordion-panel > h2 {
  font-size: 150%;
}
.eea-accordion-title .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.8em;
}

.geo-basket-area {
  height: 100%;
}

.geo-basket-area h3, .geo-basket-area h4 {
  margin: 0;
}

.geo-basket-items {
  padding: 1em 1em 1em 0.5em;
  height: 92%;
  overflow: auto;
}

.geo-basket-items .ui-pulsate-item {
  background-color: #e9efcd;
}

.filters-ctl {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.filters-area {
  font-weight: bold;
}
.filters-area label {
  display: inline-block;
  width: 92%;
  padding-left: 0.4em;
  cursor: pointer;
}

.filters-area .eea-icon {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin-top: -3em;
}


}


/* - eeareferencebrowser.css - */
@media screen {
/* https://eni-seis.eionet.europa.eu/east/portal_css/eeareferencebrowser.css?original=1 */
.eea-refwidget-popup {
box-shadow: 0px 0px 100px #000;
broder-radius: 0;
}
.eea-refwidget-popup .ui-dialog-buttonpane {
padding: 0;
}
.eea-refwidget-popup .popup-tabs {
width: 80%;
border: none;
float: left;
}
.eea-refwidget-popup .ui-dialog-titlebar {
background: #fff;
font-size: 16px;
border: none;
border-bottom: 1px solid #ccc;
}
.eea-refwidget-popup  .popup-tabs ul.ui-widget-header {
background: none;
border: none;
}
.eea-refwidget-popup  .ui-tabs .ui-tabs-panel {
border: 1px solid #D3D3D3;
}
.eea-refwidget-popup  .popup-selected-items {
float: left;
width: 19%;
border: 1px solid #D3D3D3;
margin-left: 1px;
}
.eea-refwidget-popup  .popup-selected-items .ui-state-default {
padding: 0.5em;
font-weight: normal;
margin: 0px;
font-size: 14px;
background-color: #777c1f;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1c748), to(#777c1f));
background-image: -webkit-linear-gradient(center top , #b1c748, #777c1f);
background-image:    -moz-linear-gradient(center top , #b1c748, #777c1f);
background-image:     -ms-linear-gradient(center top , #b1c748, #777c1f);
background-image:      -o-linear-gradient(center top , #b1c748, #777c1f);
}
.eea-ref-selecteditems {
padding: 1em;
}
.eea-ref-selecteditems .tileHeadline {
margin-top: 0.83em;
}
.eea-ref-selecteditems-box {
border: 1px solid #8CACBB;
background: #ffffff url(https://eni-seis.eionet.europa.eu/east/input_background.gif) repeat-x scroll 0 0;
height: 14em;
overflow: auto;
}
.eea-ref-selecteditems .tileItem {
border: none;
padding: 0.5em 0;
margin: 0;
}
.eea-ref-selecteditems .tileItem a {
font-weight: normal;
color: #00446a;
}
.eea-ref-selecteditems .tileBreadcrumbs {
color: #578308;
font-size: 90%;
padding-left: 1em;
}
.eea-refwidget-popup  .popup-selected-items-content .ui-state-highlight {
height: 4em;
}
.eea-refwidget-popup  .popup-selected-items-content .tileItem:hover {
background-color: #FBF9EE;
-webkit-transition: background-color .218s;
-moz-transition: background-color .218s;
-ms-transition: background-color .218s;
-o-transition: background-color .218s;
transition: background-color .218s;
}
.eea-refwidget-popup  .ui-icon-custom-add {
visibility: hidden;
float: right;
}
.eea-refwidget-popup  .ui-icon-album-add {
float: none;
position: absolute;
right: 1em;
bottom: 1em;
border: 1px solid #ccc;
border-radius: 3px;
}
.eea-refwidget-popup  .refbrowser-faceted-addable-item:hover {
background-image: none;
background-color: #FBF9EE;
-webkit-transition: background-color .218s;
-moz-transition: background-color .218s;
-ms-transition: background-color .218s;
-o-transition: background-color .218s;
transition: background-color .218s;
cursor: pointer;
}
.eea-refwidget-popup .refbrowser-faceted-addable-item:hover span.photoAlbumEntryWrapper {
display: none;
}
.eea-refwidget-popup .refbrowser-faceted-addable-item:hover .photoAlbumEntryTitle {
padding-top: 1em;
font-size: 16px;
}
.eea-refwidget-popup  .refbrowser-faceted-addable-item:hover .ui-icon-custom-add {
visibility: visible;
}
.ui-effects-transfer {
border: 2px dotted #578308;
z-index: 10000;
}
.eea-refwidget-popup  .ui-pulsate-item {
border: 1px dotted #578308;
background-color: #e9efcd;
}
.eea-refwidget-popup  .ui-icon-basket-trash {
float: right;
visibility: hidden;
}
.eea-refwidget-popup  .popup-selected-items-content .tileItem:hover .ui-icon-basket-trash{
visibility: visible;
}
.eea-refwidget-popup  .ui-state-working {
background: #E6E6E6 url(https://eni-seis.eionet.europa.eu/east/eeareferencebrowser-loading.gif) no-repeat right center ! important;
}
.eea-refwidget-popup  .popup-tips {
clear: both;
margin: 0 0.7em 0 0;
cursor: pointer;
}
.eea-portalrelations-menu {
font-weight: bold;
float: left;
width: 98%;
background: #eee;
border: 1px solid #ddd;
margin: 10px 0px;
padding: 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-box-shadow: 0px 2px 2px #888;
-moz-box-shadow: 0px 2px 2px #888;
-ms-box-shadow: 0px 2px 2px #888;
-o-box-shadow: 0px 2px 2px #888;
box-shadow: 0px 2px 2px #888;
}
.formTab .fieldRequired {
padding: 0;
display: inline-block;
height: 8px;
width: 6px;
}
.fieldRequiredFor {
background:transparent url(https://eni-seis.eionet.europa.eu/east/required_for.gif) no-repeat scroll left center;
color:White;
padding:0 0 0 8px;
display: inline-block;
height: 8px;
background-position: center center;
}
/* */
.popup-tabs ul.formTabs {
background-color: #ddd;
border: 0.3em solid #ddd;
}
.popup-tabs ul.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;
}
.popup-tabs li.formTab {
display: inline;
margin-right:0.25em;
}
.popup-tabs li.formTab a {
/* */
display: inline-block;
}
.popup-tabs li.formTab a {
line-height: 2em;
padding: 0 0.75em;
text-decoration: none;
border: none;
margin: 0 ;
font-size: 14px;
}
.popup-tabs li.formTab a.current {
font-weight: bold;
}
.popup-tabs li.formTab a.current,
.popup-tabs li.formTab a:hover {
background: White;
color: Black;
}
.popup-tabs .panes {
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #DDDDDD;
}
.contenttype-eeapossiblerelation {
background-image: url(https://eni-seis.eionet.europa.eu/east/eeapossiblerelation.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding-left: 20px;
}
.contenttype-eeapossiblerelation img {
display: none;
}
.contenttype-eearelationscontenttype {
background-image: url(https://eni-seis.eionet.europa.eu/east/eearelationscontenttype.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding-left: 20px;
}
.contenttype-eearelationscontenttype img {
display: none;
}
.input-block {
display: block;
width: 100%;
}

}

