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

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

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

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

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

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

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

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

a {
  color: #006e5f;
}

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

.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;
}

.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;
}

.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 #707070;
}

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

.indicatorCards .md-card {
  box-shadow: 0px 2px 6px #00000038;
}

/********* 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-primary {
  background: #019A85 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-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
  background: #006e5f 0% 0% no-repeat padding-box;
}

.md-btn-secondary {
  background: #034DA1 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: #019A85;
}

#team_tabbed {
  background: #FBFBFB 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: #2A2D34;
}

.dataView.uk-subnav-pill > * > * {
  padding: 6px 10px;
  border-radius: 50%;
  border: 1px solid;
}

.tabContent hr {
  margin: 30px 0;
}

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

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



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

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

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

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


/**************** 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;
}

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

#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;
}

.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: #19647E;
  background-image: none;
}

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

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

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