@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

html {
  color: #292929;
}

body {
  font: 400 14px/19px 'Open Sans';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

h3 {
  font-weight: 600;
  font-size: 24px;
}

.uk-flex-space-between {
  justify-content: space-between;
}

.uk-container-large {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

.uk-navbar-nav > li > a, .uk-navbar-nav > li.uk-active > a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000;
}

.large-beta-indication {
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.medium-beta-indication-nonFixed {
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

.medium-beta-indication-fixed {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

/*#sect-overview, #sect-tabs {*/
  /*padding: 20px 0;*/
/*}*/

.greySection {
  /*background-color: #F0F0F0;*/
  background-color: #F9FBFC;
}

a {
  color: #EC4386;
}

a:hover, a:focus, a:active {
  color: #CA4D9A;
}

.mapContainer {
  /*background: #F7F7F7 0% 0% no-repeat padding-box;*/
  /*border: 1px solid #E0E0E0;*/
  /*opacity: 0.4;*/
  /*padding: 15px;*/
  position: relative;
  height: 100%;
}

.mapContainerEmbed {
  height: 100%;
}

.map {
  /*height: 398px;*/
  /*border: 1px solid #707070;*/
  /*margin: 15px;*/
  position: absolute;
  height: 88%;
  width: 100%;
}

.mapControls {
  /*position: absolute;*/
  bottom: 20px;
}

.uk-nav-label {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 8px;
  border-radius: 50%;
}

.uk-nav-horizontal li {
  display: inline-block;
}

.uk-nav > li > a {
  padding: 5px 15px;
}

.uk-nav-side > li > a {
  color: #444;
}

.mapControls .text {
  opacity: 0.5;
}

.mapControls .text.active {
  opacity: 1;
}

.dark-blue-box {
  background: #002D60 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
}

.dark-blue-box a, .dark-blue-box a:hover, .dark-blue-box a:focus {
  color: #fff;
}

.dark-grey-box {
  background: #2A2D34 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
}

.dark-grey-box h3 {
  color: #fff;
}

.dark-grey-box a, .dark-grey-box a:hover, .dark-grey-box a:focus {
  color: #fff;
}

.openaire-symbol-wrapper {
  background-color: #fff;
  border-radius: 50%;
  padding: 12px 10px 17px 13px;
}


.infoBox {
  /*font-weight: 300;*/
  /*font-size: 15px;*/

  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #00000038;
  border-radius: 3px;
  opacity: 1;
}

.infoBox h3 {
  font-weight: bold;
}

.infoBox ul {
  padding-left: 18px;
}

.infoBox ul li {
  margin-bottom: 20px;
  letter-spacing: 0px;
  line-height: 27px;
}

.dark-blue-box h3 {
  color: #fff;
}

a.backToOriginalInfoBox, a.backToOriginalInfoBox:hover, a.backToOriginalInfoBox:focus  {
  color: #fff;
}

.greyBoldDivider {
  border: 1px solid #E0E0E0;
}

.numbers .number {
  font-size: 16px;
}

div.indicator {
  display: flex;
}

div.indicator span {
  padding-right: 10px;
}

.primary {
  color: #EC4386;
}

.publications {
  color: #F17AA9;
}

.datasets {
  color: #A98BD4;
}

.software {
  color: #C2155A;
}

.other {
  color: #00CCCC;
}

.repositories {
  color: #708AA5;
}

.journals {
  color: #FFCE4E;
}

.policies {
  color: #639C66;
}

.indicatorCards {
  font-size: 13px;
}

.indicatorCards .md-card {
  box-shadow: 0px 2px 6px #00000038;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}

/********* Mock chart for country **********/
.epc_chart {
  display: block;
  position: relative;
}

.epc_chart_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font: 400 20px/110px Roboto,sans-serif;
}

/********************************************/

/*.md-btn-primary {*/
  /*background: #1F73F7 0% 0% no-repeat padding-box;*/
  /*box-shadow: 0px 3px 6px #00000029;*/
  /*border-radius: 26px;*/
  /*opacity: 1;*/
  /*text-align: left;*/
  /*font: 14px/19px Open Sans;*/
  /*font-weight: 400;*/
  /*letter-spacing: 0;*/
  /*color: #FFFFFF;*/
  /*text-transform: none;*/
  /*!*padding: 10px 30px;*!*/
/*}*/

.md-btn {
  border-radius: 23px;
  padding: 7px 25px;
  font: 500 14px / 31px 'Open Sans', sans-serif !important;
}

.md-btn-primary {
  background: #EC4386 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 23px;
  opacity: 1;
  text-align: left;
  font: 14px/19px Open Sans;
  font-weight: 400;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: none;
  /*padding: 10px 30px;*/
}

.md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
  background: #CA4D9A 0% 0% no-repeat padding-box;
}

.md-btn-secondary {
  background: #CA4D9A 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #00000038;
  border-radius: 23px;
  opacity: 1;
  opacity: 1;
  text-align: left;
  font: 14px/19px Open Sans;
  font-weight: 400;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: none;
  /*padding: 7px 30px;*/
}

.number {
  font-weight: bold;
}

#sect-tabs .uk-tab > li > a {
  text-transform: none;
}

.uk-tab > li.uk-active > a {
  border-bottom-color: #EC4386;
}

.uk-tab > li > a:hover, .uk-tab > li > a:focus {
  background: none;
  color: #212121;
  border-bottom-color: #CA4D9A;
}

.uk-tab::before {
  border-bottom: none;
}

.dataContainer {
  background: #F9fbfc 0% 0% no-repeat padding-box;
  border: 1px solid #E0E0E0;
}

.tabContent {
  padding: 30px 50px;
}

.uk-tab {
  display: flex;
}

.uk-tab > li.uk-active > a {
  font-weight: bold;
}
/*.uk-tab-center.uk-tab {*/

  /*position: relative;*/
  /*right: 50%;*/
  /*border: none;*/
  /*float: right;*/

/*}*/

.uk-subnav-pill > .uk-active > a {
  /*background: #1F73F7;*/
  background: #EC4386;
}

.dataView.uk-subnav-pill > * > * {
  width: 16px;
  height: 16px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
}

.tabContent hr {
  margin: 30px 0;
}

.dataContent {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 30px;
}

.goToDetailedViewLink {
  margin-top: -50px;
}

.actionButtons a, .actionButtonsCountryPage a {
  color: #000000;
}

.actionButtons a i, .actionButtonsCountryPage a i {
  color: #EC4386;
}

.md-card .md-card-toolbar {
  /*height: 48px;*/
}

.infoBox.md-card .md-card-toolbar {
  /*height: 48px;*/
  background: transparent linear-gradient(115deg, #EC4386 0%, #C94D9B 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px 3px 0px 0px;
  opacity: 1;
  padding: 16px 25px 0;
  color: #292929;
}

.infoBox.md-card .md-card-toolbar h3 {
  color: #fff;
  font-size: 16px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions {
  padding-top: 15px;
}

.md-card .md-card-content {
  padding: 20px;
}

/*.uk-table td {*/
  /*border-bottom: 1px solid #e0e0e0;*/
/*}*/

.uk-table th {
  text-transform: none;
}


a.publicationsSubnav {
  color: #F17AA9 !important;
}

.uk-subnav-pill > .uk-active > a.publicationsSubnav {
  background: #f8d5e3;
}

a.datasetsSubnav {
  color: #A98BD4 !important;
}

.uk-subnav-pill > .uk-active > a.datasetsSubnav {
  background: #e2daf0;
}

a.softwareSubnav {
  color: #C2155A !important;
}

.uk-subnav-pill > .uk-active > a.softwareSubnav {
  background: #F2D0DE;
}

a.otherSubnav {
  color: #00CCCC !important;
}

.uk-subnav-pill > .uk-active > a.otherSubnav {
  background: #CCF4F4;
}

/*a.publicationsSubnav, a.datasetsSubnav, a.softwareSubnav, a.otherSubnav {*/
  /*width: 16px;*/
  /*height: 16px;*/
  /*padding: 8px;*/
  /*!*border-radius: 50%;*!*/
  /*!*border: 1px solid;*!*/
  /*display: inline-block;*/
/*}*/

a.publicationsSubnav img, a.datasetsSubnav img, a.softwareSubnav img, a.otherSubnav img {
  vertical-align: baseline;
}


/**************** HEADER ****************/

/*.tm-header .uk-navbar-container {*/
  /*padding-top: 10px;*/
  /*padding-bottom: 15px;*/
/*}*/

.tm-header .uk-navbar-left {
  position: relative;
  z-index: 9999 !important;
}

.navbar .brand, .uk-logo {
  font-size: 24px;
  font-family: 'Open Sans';
  color: #666;
  text-decoration: none;
}

.tm-header .uk-logo {
  position: relative;
  z-index: 1000 !important;
  /*padding-left: 100px;*/
}

.uk-logo > img {
  max-height: 70px;
}

/********************************************/

/**************** FOOTER ****************/

.footerLink {
  color: #000;
  text-decoration: underline;
}

.footerImage {
  opacity: 0.8;
  float: left;
  margin-top: 7px;
}

/********************************************/


#sidebar_main {
  position: fixed;
  right: 0;
  top:0;
  bottom:0;
  overflow-x: hidden;
  overflow-y: auto;
  /*background-color: #222;*/
  /*width: 260px;*/
  width: 20%;
  z-index:1;
}

#left-col {
  position: fixed;
  left: 0;
  top:0;
  bottom:0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #222;
  width: 260px;
  z-index:1;
}
.bar-wrap {
  padding: 2rem;
}
#right-col {
  margin-left: 260px;
}



/*#sc-sidebar-main {*/

  /*position: fixed;*/
  /*top: 48px;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*-webkit-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*width: 260px;*/
  /*z-index: 1300;*/
  /*border-right: 1px solid*/

  /*rgba(0,0,0,.08);*/

  /*background:*/

    /*#fff;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/

/*}*/

/*#sc-sidebar-main .uk-offcanvas-bar {*/

  /*padding: 0;*/

/*}*/

/*#sc-sidebar-main .uk-offcanvas-bar {*/

  /*top: 0;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*position: static;*/
  /*background: 0 0;*/
  /*-webkit-box-shadow: none;*/
  /*box-shadow: none;*/
  /*-webkit-transform: none;*/
  /*transform: none;*/
  /*overflow-x: hidden;*/
  /*overflow-y: visible;*/
  /*height: 100%;*/
  /*width: 260px;*/

/*}*/

/*#sc-page-wrapper {*/

  /*height: calc(100% - 48px);*/
  /*-webkit-box-flex: 1;*/
  /*-ms-flex: 1;*/
  /*flex: 1;*/

/*}*/

/*#sc-page-wrapper {*/

  /*padding-left: 260px;*/
  /*-webkit-transition: padding 140ms ease-out;*/
  /*transition: padding 140ms ease-out;*/

/*}*/




/********************************************/

/*.contentSectionContainer .md-card-content {*/
  /*max-height: 300px;*/
/*}*/

.contentSectionContainer .md-card-content img {
  height:  350px;
  width: 100%;
}

/*.contentSectionContainer .md-card-content {*/
  /*text-align: center;*/
/*}*/



.progress {
  height: 20px;
  /*margin-bottom: 20px;*/
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress {
  height: 12px;
  background-color: #e9ecee;
  background-image: none;
  box-shadow: none;
  filter: none;
}

.progress {
  /*margin-bottom: 10px;*/
}

.progress {
  /*margin-top: 3px;*/
  /*width: 85px;*/
  /*display: inline-block;*/
  width: 50%;
}

.progress-bar {

  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;

}

.progress-bar {

  box-shadow: none;
  border-radius: 3px;
  background-color: #0090D9;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  float: left;
  filter: none;

}

.progress-bar-publications {
  background-color: #F6C4D8;
  background-image: none;
}

.progress-bar-datasets {
  background-color: #D6CBEB;
  background-image: none;
}

.progress-bar-repositories {
  background-color: #ADD3E0;
  background-image: none;
}

.progress-bar-journals {
  background-color: #FBE8B1;
  background-image: none;
}


.progress-bar-software {
  background-color: #F88306;
  background-image: none;
}

.progress-bar-otherProducts {
  background-color: #987CD6;
  background-image: none;
}


/**************** BREADCRUMB ****************/

.uk-breadcrumb > :last-child > * {
  color: #EC4386;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
}

/********************************************/

.small-flag-image {
  border: 2px solid #eee;
  border-radius: 100px;
}

.flag-image {
  border: 10px solid #eee;
  border-radius: 100px;
}


.demo-chart {
  /*max-height: 600px;*/
  height: 65vh;
}

/********* LOADERS *********/

.loader {
  color: #EC4386;
  margin: 25% auto;
}

.whiteFilm {
  background: #ffffff;
  z-index: 105;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
}

.transparentFilm {
  background: transparent;
  z-index: 105;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
}
/**************************/

.lastUpdateInfo {
  opacity: 0.4;
  color: #000;
  letter-spacing: 0px;
}

.entitiesContainer {
  height: 300px;
  display: flex;
  align-items: flex-end;
}

.publicationsColumn {
  background-color: #f181ae;
  box-shadow: 3px 3px 6px #00000029;
  opacity: 1;
  z-index: 10;
}

.publicationsDot {
  background-color: #f181ae;
  /*width: 50px;*/
  width: 35px;
  height: 33px;
  border-radius: 50%;
}

.datasetsColumn {
  background-color: #BB9CE6;
  box-shadow: 3px 3px 6px #00000029;
  opacity: 1;
  z-index: 8;
}

.datasetsDot {
  background-color: #BB9CE6;
  /*width: 50px;*/
  width: 35px;
  height: 33px;
  border-radius: 50%;
}

.softwareColumn {
  background-color: #C2155A;
  box-shadow: 3px 3px 6px #00000029;
  opacity: 1;
  z-index: 6;
}

.softwareDot {
  background-color: #C2155A;
  /*width: 50px;*/
  width: 35px;
  height: 33px;
  border-radius: 50%;
}

.otherColumn {
  background-color: #00CCCC;
  box-shadow: 3px 3px 6px #00000029;
  opacity: 1;
  z-index: 4;
}

.otherDot {
  background-color: #00CCCC;
  /*width: 50px;*/
  width: 35px;
  height: 33px;
  border-radius: 50%;
}

.entityColumnContent {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

hr.entitiesDivider {
  border: 2px solid #B4B4B4;
  margin-left: -90px;
  margin-right: -50px;
  margin-top: 0px;
}

.entityLegendContent {
  display: flex;
  padding-right: 40px;

}




.countryPageHeader {
  display: flex;
  justify-content: space-between;
}


.chartCard.md-card {
  box-shadow: 1px 10px 12px #00000026;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}


/********* DONUT - CIRCLE ********/

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  /*max-height: 250px;*/
  max-height: 110px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  /*stroke-width: 2.8;*/
  stroke-width: 4.2;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.publications .circle {
  stroke: #F181AE;
}

.circular-chart.datasets .circle {
  stroke: #BB9CE6;
}

.circular-chart.software .circle {
  stroke: #C2155A;
}

.circular-chart.other .circle {
  stroke: #00CCCC;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}


/*********************************/

/********* MOBILE ********/
@media only screen and (max-width: 960px) {

  body {
    background: #F9FBFC;
  }

  ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }

  .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #F9FBFC;
  }

  .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 60px;
  }

  .uk-logo > img {
    max-height: 125px;
  }

  .uk-navbar-toggle-icon {
    color: #EC4386;
  }

  .searchForCountry.uk-search.uk-search-default {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
  }

  .searchForCountry.uk-search .uk-search-icon {
    color: #4687f4;
    z-index: 10;
  }

  .progress {
    width: 100%;
  }

  .overviewMobile .number.big {
    font-size: 24px;
  }

  .overviewMobile {
    font-size: 12px;
  }

  .goToDetailedViewLink {
    text-align: center;
    margin-top: 0px;
  }

  .leadingOpenScienceCard {
    font-size: 10px;
  }

  .leadingOpenScienceCard .number {
    font-size: 14px;
  }

  .leadingOpenScienceCard .countryName {
    font-size: 16px;
    font-weight: bold;
  }

  .footerSection {
    text-align: center;
    background-color: #fff;
  }

  .footerImage {
    opacity: 0.8;
    float: none;
    margin-top: 0px;
  }

  [class*="uk-navbar-dropdown-bottom"] {
    margin-top: -5px;
    left: 200px !important;
  }

  .tm-header-mobile .uk-nav-divider {
    margin: 15px 0;
  }

  .tm-header-mobile .smallHeader {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
  }

  .continentPageEntitiesOverview .number.big {
    font-size: 24px;
  }

  .continentPageEntitiesOverview .entityName {
    font-size: 16px;
    font-weight: 600;
  }

  .uk-tab {
    flex-wrap: nowrap;
    overflow-x: auto;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-right: -20px;
  }

  .entitiesContainer {
    margin-left: 0px;
    height: 200px;
  }

  hr.entitiesDivider {
    margin-left: -15px;
    margin-right: -15px;
  }

  .dataContainer {
    border: none;
  }

  .tabContent {
    padding: 30px 0px;
  }

  .dataContainer .tabContent {
    padding: 0px;
  }

  .autocomplete-container .input-container input {
    padding: 0 15px 0 40px !important;
  }
}

