/*
-------------------------------------------------- 
                  OSP Icon Font 
--------------------------------------------------
*/
@font-face {
  font-family: 'FontOsp';
  src: url("ospicons-2.3.6.eot");
  src: url("ospicons-2.3.6.eot?#iefix") format("embedded-opentype"), url("ospicons-2.3.6.woff") format("woff"), url("ospicons-2.3.6.ttf") format("truetype"), url("ospicons-2.3.6.svg#ospicons-2.3.6") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="fo-icon"], [class*=" fo-icon-"] {
  display: inline-block;
  /* Here !important is used to prevent issues with browser extensions that change fonts. */
  font-family: 'FontOsp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better font rendering. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
    Front page icons
*/
.image-box .icon-container {
  text-align: center;
  width: 100%;
  align-self: center;
  -webkit-align-self: center;
  margin: 0 auto; }

.image-box .icon-container i {
  float: none !important;
  align-self: center; }

.image-box .icon-container .fo-icon-abc {
  font-size: 40px !important; }

.image-box .icon-container .fo-icon-info-graph-g {
  margin-left: -10px; }

.image-box .icon-container .fo-icon-info-graph-w {
  margin-left: -10px; }

.ospp-box-content i {
  float: right; }

/* 
-------------------------------------------------- 
              OSP Icon Font Effects 
--------------------------------------------------
*/
.fo-2x {
  font-size: 2em; }

.fo-3x {
  font-size: 3em; }

.fo-4x {
  font-size: 4em; }

.fo-5x {
  font-size: 5em; }

.fo-fw {
  width: 1.28571429em;
  text-align: center; }

.fo-spin {
  -webkit-animation: spin 0.8s infinite linear;
  -moz-animation: spin 0.8s infinite linear;
  -o-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fo-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fo-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fo-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fo-rotate-300 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg); }

.fo-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fo-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fo-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fo-stack-front, .fo-stack-back {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: inherit; }

/* 
-------------------------------------------------- 
              OSP Icon Font Classes
--------------------------------------------------
*/
.fo-icon-disabled:before {
  content: "\e900"; }

.fo-icon-menu-home:before {
  content: "\e901"; }

.fo-icon-rss:before {
  content: "\e902"; }

.fo-icon-exclamation:before {
  content: "\e903"; }

.fo-icon-carret:before {
  content: "\e904"; }

.fo-icon-map:before {
  content: "\e905"; }

.fo-icon-graph:before {
  content: "\e906"; }

.fo-icon-position:before {
  content: "\e907"; }

.fo-icon-meta-info:before {
  content: "\e908"; }

.fo-icon-unofficial-info:before {
  content: "\e962"; }

.fo-icon-unofficial-param:before {
  content: "\e995"; }

.fo-icon-info-calendar:before {
  content: "\e909"; }

.fo-icon-by-title:before {
  content: "\e90a"; }

.fo-icon-region:before {
  content: "\e90b"; }

.fo-icon-database:before {
  content: "\e90c"; }

.fo-icon-business:before {
  content: "\e90d"; }

.fo-icon-economy-finance:before {
  content: "\e90e"; }

.fo-icon-foreign-trade:before {
  content: "\e90f"; }

.fo-icon-science-tech:before {
  content: "\e910"; }

.fo-icon-population:before {
  content: "\e911"; }

.fo-icon-env-energy:before {
  content: "\e912"; }

.fo-icon-info-graph-w:before {
  content: "\e913"; }

.fo-icon-info-graph-g:before {
  content: "\e914"; }

.fo-icon-info-graph:after, .fo-icon-info-graph:before {
  display: block;
  position: absolute; }

.fo-icon-info-graph:before {
  content: "\e914";
  color: #bcbabd; }

.fo-icon-info-graph:after {
  content: "\e913"; }

.fo-icon-urban-data:before {
  content: "\e915"; }

.fo-icon-detail-stat-w:before {
  content: "\e916"; }

.fo-icon-detail-stat-g:before {
  content: "\e917"; }

.fo-icon-interaqctive-atlas:before {
  content: "\e918"; }

.fo-icon-add-to-carret:before {
  content: "\e919"; }

.fo-icon-download:before {
  content: "\e91a"; }

.fo-icon-dots:before {
  content: "\e91b"; }

.fo-icon-login:before {
  content: "\e91c"; }

.fo-icon-farming:before {
  content: "\e91d"; }

.fo-icon-transport-commu:before {
  content: "\e91e"; }

.fo-icon-geo-data:before {
  content: "\e91f"; }

.fo-icon-list:before {
  content: "\e920"; }

.fo-icon-tree:before {
  content: "\e921"; }

.fo-icon-eye:before {
  content: "\e922"; }

.fo-icon-less:before {
  content: "\e923"; }

.fo-icon-double-down:before {
  content: "\e93e"; }

.fo-icon-down:before {
  content: "\e93f"; }

.fo-icon-double-up:before {
  content: "\e940"; }

.fo-icon-up:before {
  content: "\e941"; }

.fo-icon-double-right:before {
  content: "\e942"; }

.fo-icon-right:before {
  content: "\e943"; }

.fo-icon-double-left:before {
  content: "\e944"; }

.fo-icon-left:before {
  content: "\e945"; }

.fo-icon-facebook:before {
  content: "\e946"; }

.fo-icon-twitter:before {
  content: "\e947"; }

.fo-icon-linkedin:before {
  content: "\e948"; }

.fo-icon-search {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.fo-icon-search:before {
  content: "\e924"; }

.fo-icon-table:before {
  content: "\e925"; }

.fo-icon-edit-item:before {
  content: "\e926"; }

.fo-icon-not-renewed:before {
  content: "\e927"; }

.fo-icon-info:before {
  content: "\e928"; }

.fo-icon-menu-help:before {
  content: "\e929"; }

.fo-icon-clear:before {
  content: "\e92a"; }

.fo-icon-spinner:before {
  content: "\e937"; }

.fo-icon-menu-collapse:before {
  content: "\e92b"; }

.fo-icon-menu-my-data:before {
  content: "\e92c"; }

.fo-icon-menu-home:before {
  content: "\e92d"; }

.fo-icon-menu-settings:before {
  content: "\e92e"; }

.fo-icon-menu-indicators-info:before {
  content: "\e92f"; }

.fo-icon-menu-export:before {
  content: "\e930"; }

.fo-icon-menu-derived-indicators:before {
  content: "\e931"; }

.fo-icon-menu-expand:before {
  content: "\e932"; }

.fo-icon-menu-save-data:before {
  content: "\e933"; }

.fo-icon-menu-print:before {
  content: "\e934"; }

.fo-icon-menu-indicators:before {
  content: "\e935"; }

.fo-icon-abc:before {
  content: "\e938"; }

.fo-icon-down-full:before {
  content: "\e936"; }

.fo-icon-mail:before {
  content: "\e939"; }

.fo-icon-exclamation-round:before {
  content: "\e93A"; }

.fo-icon-check:before {
  content: "\e93B"; }

.fo-icon-exclamation-triangle:before {
  content: "\e93C"; }

.fo-icon-share:before {
  content: "\e949"; }

.fo-icon-rdb-login:before {
  content: "\e94A"; }

.fo-icon-rdb-logout:before {
  content: "\e94B"; }

.fo-icon-change-language:before {
  content: "\e94C"; }

.fo-icon-eurostat:before {
  content: "\e94D"; }

.fo-icon-spread:before {
  content: "\e94E"; }

.fo-icon-subscribe:before {
  content: "\e94F"; }

.fo-icon-unsubscribe:before {
  content: "\e950"; }

.fo-icon-filter:before {
  content: "\e951"; }

.fo-icon-general-statistics:before {
  content: "\e952"; }

.fo-icon-language-en:before {
  content: "\e953"; }

.fo-icon-language-lt:before {
  content: "\e954"; }

.fo-icon-user-logout:before {
  content: "\e955"; }

.fo-icon-publication:before {
  content: "\e956"; }

.fo-icon-publication-e:before {
  content: "\e957"; }

.fo-icon-database-alt:before {
  content: "\e958"; }

.fo-icon-bullhorn:before {
  content: "\e959"; }

.fo-icon-smile-neutral:before {
  content: "\e95a"; }

.fo-icon-smile-sad:before {
  content: "\e95b"; }

.fo-icon-smile-happy:before {
  content: "\e95c"; }

.fo-icon-late-info:before {
  content: "\e961"; }

.fo-icon-planet:before {
  content: "\e963"; }

.fo-icon-download-n:before {
  content: "\e964"; }

.fo-icon-columns:before {
  content: "\e965"; }

.fo-icon-connections:before {
  content: "\e966"; }

.fo-icon-database-n:before {
  content: "\e967"; }

.fo-icon-facebook-n:before {
  content: "\e968"; }

.fo-icon-map-n:before {
  content: "\e969"; }

.fo-icon-wordpress:before {
  content: "\e96A"; }

.fo-icon-google-play:before {
  content: "\e96B"; }

.fo-icon-society:before {
  content: "\e970"; }

.fo-icon-instagram:before {
  content: "\e971"; }

.fo-icon-calendar-n:before {
  content: "\e972"; }

.fo-icon-search-n:before {
  content: "\e973"; }

.fo-icon-linkedin-n:before {
  content: "\e974"; }

.fo-icon-mail-n:before {
  content: "\e975"; }

.fo-icon-react:before {
  content: "\e976"; }

.fo-icon-glasses:before {
  content: "\e977"; }

.fo-icon-go-right:before {
  content: "\e978"; }

.fo-icon-ring:before {
  content: "\e979"; }

.fo-icon-go-up-right:before {
  content: "\e980"; }

.fo-icon-regions:before {
  content: "\e981"; }

.fo-icon-go-wide-right:before {
  content: "\e982"; }

.fo-icon-rss-n:before {
  content: "\e983"; }

.fo-icon-negative-smile:before {
  content: "\e984"; }

.fo-icon-positive-smile:before {
  content: "\e985"; }

.fo-icon-go-down-right:before {
  content: "\e986"; }

.fo-icon-user:before {
  content: "\e987"; }

.fo-icon-phone:before {
  content: "\e988"; }

.fo-icon-flag:before {
  content: "\e989"; }

.fo-icon-pocket:before {
  content: "\e990"; }

.fo-icon-pack:before {
  content: "\e991"; }

.fo-icon-screen:before {
  content: "\e992"; }

.fo-icon-plant:before {
  content: "\e993"; }

.fo-icon-business-n:before {
  content: "\e994"; }

.fo-icon-services:before {
  content: "\e997"; }

/* icons for primefaces */
.ui-messages-error-icon, .ui-messages-warn-icon, .ui-messages-info-icon, .ui-messages-close {
  display: inline-block;
  /* Here !important is used to prevent issues with browser extensions that change fonts. */
  font-family: 'FontOsp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better font rendering. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-messages-error-icon:before {
  content: "\e93A";
  align-self: center;
  margin: auto; }

.ui-messages-warn-icon:before {
  content: "\e93C";
  align-self: center;
  margin: auto; }

.ui-a-icon:before {
  content: "\e93E";
  align-self: center;
  margin: auto; }

.ui-b-icon:before {
  content: "\e93F";
  align-self: center;
  margin: auto; }

.ui-c-icon:before {
  content: "\e940";
  align-self: center;
  margin: auto; }

.ui-d-icon:before {
  content: "\e941";
  align-self: center;
  margin: auto; }

.fo-icon-detail-stat:before {
  content: "\e940";
  color: #bcbabd;
  font-size: 0.7em; }

.fo-icon-detail-stat:after {
  content: "\e941"; }

.fo-icon-mobile-table:before {
  content: "\e996"; }

.ui-messages-info-icon:before {
  content: "\e93B";
  align-self: center;
  margin: auto; }

/* icons for liferay */
.portlet-ui .alert-error::before, .portlet-body .alert-error::before {
  font-family: FontOsp;
  content: "\e93A";
  align-self: center; }

.portlet-ui .alert-success::before, .portlet-body .alert-success::before {
  font-family: FontOsp;
  content: "\e93B";
  align-self: center; }

.portlet-ui [class*="alert-"] .close::before, .portlet-body [class*="alert-"] .close::before {
  font-family: FontOsp;
  content: "\e93D";
  align-self: center; }