body::-webkit-scrollbar       {background-color:rgb(252,252,251);width:16px}
body::-webkit-scrollbar-track {background-color:rgb(252,252,251)}
body::-webkit-scrollbar-thumb {background-color:rgb(45,45,45);border-radius:3px;border:1px solid rgb(252,252,251)}
body::-webkit-scrollbar-thumb:hover {background-color:rgb(45,45,45); !important;}

.table_column::-webkit-scrollbar       {background-color:rgb(252,252,251);width:18px}
.table_column::-webkit-scrollbar-track {background-color:rgb(252,252,251)}
.table_column::-webkit-scrollbar-thumb {background-color:rgb(45,45,45);border-radius:6px;border:4px solid rgb(252,252,251)}
.table_column::-webkit-scrollbar-thumb:hover {background-color:rgb(45,45,45); !important;}

#filter_menu_content::-webkit-scrollbar       {background-color:rgb(12,14,17);width:12px}
#filter_menu_content::-webkit-scrollbar-track {background-color:rgb(12,14,17)}
#filter_menu_content::-webkit-scrollbar-thumb {background-color:rgb(100,100,100);border-radius:6px;border:4px solid rgb(12,14,17)}
#filter_menu_content::-webkit-scrollbar-thumb:hover {background-color:rgb(100,100,100); !important;}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 160%;
  background-color: rgb(77,102,143);
  color:rgb(40,40,40);
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
  color:#3c96e5;
  text-decoration: none;
}
#topbar {
    height: 64px;
    background-color: rgb(77,102,143);
    border-bottom-color: rgb(0 0 0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
    top:0px;
    width: 100%;

  transition: height 0.2s ease-out, top 0.2s ease-in;
}
#topnav {
  display: block;
  width:1128px;
  margin:auto;
  position: relative;
  user-select: none;
  
}
#pagemap,#pagetable {
  width: 100%;
}
#pagemap {
  background-color: #000000;
  height: calc(60vh + 128px);
  top:0px;
}
#pagetable {
  
  background-color: rgb(250,250,250);
  z-index: 998;
  position: relative;
}


#central {
  position: fixed;
    display: block;
    width: 100%;
    margin: auto;
    height: calc(60vh + 164px);
    top:0px;
    
}
.logo {
  height: 18px;
  padding: 22px;
  padding-top:23px;
  padding-bottom: 23px;
}
#tabs {
  position: absolute;
  right:0px;
    top:0px;
    
    text-align: left;

}
#tabs ul {
  display: block;
  padding: 0px;
    margin: 0px;
}
#tabs li {
  display: inline-block;
}
#tabs li a {
  
  text-decoration: none;
    padding: 18px;
    padding-left: 32px;
    padding-right: 32px;
    
    box-sizing: border-box;
    
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    

    color: rgb(185,190,195);
}
#tabs li a.selected {
  
  background-image:  url("../img/pixel.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 48px;
  background-size: 24px 2px;
  color:white;

}

.table_column {
  display: block;
    width: 100%;
    overflow-x: scroll;

    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}
.table_column a {
  color:rgb(10,10,10);
  text-decoration: none;
}
.table_column .title_cell a {
  color:#3c96e5;
}
.table_column table {
  display: table;
  border-spacing: 0px;
  border-style: solid;
    border-width: 1px;
    border-color: #f0f2f5;
    margin: auto;
    background-color: white;
    user-select: none;
  

}
.table_column table thead tr th {
  text-align: left;
  position: relative;
   height: 64px;
}

.table_column table thead tr th a {

  text-decoration: none;
    height: 100%;
    display: block;
    line-height: 60px;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;

}
.table_column table thead tr th a:hover {

  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: right 8px top 46%;
  
  background-size: 10px;

}
#order_header_column,.table_column table tbody tr td.order_column {
  background-color: #f8f9fa;
}
#order_header_column a:hover {
  background-image: none;
}


.table_column table tr td {
  vertical-align: top;
  font-variant-numeric: tabular-nums;
  border-bottom-style: solid;
    border-bottom-color: rgb(240 242 245);
    border-bottom-width: 1px;
    padding: 12px;
    padding-left:24px;  
    padding-right:24px; 
}
.table_column table tr th {
  border-bottom-style: solid;
    border-bottom-color: rgb(240 242 245);
    border-bottom-width: 1px;
  padding: 0px;
      
}
.table_column table tr th img {
  height: 15px;
    display: inline-block;
    position: absolute;
 
    top: 36%;
    padding-left: 6px;
}
.table_column table tbody tr td:first-child,.table_column table thead tr th:first-child {
  position: sticky;
  left: 0;

  background-color: white;
  z-index: 1;
  min-width: 240px;
  
    box-sizing: border-box;
     border-right-color: rgb(240 242 245);
    border-right-style: solid;
    border-right-width: 1px;
    font-weight: 500;
  
}



.paginacion {
  border-width: 1px;
    background-color: white;
    border-color: #f0f2f5;
    border-style: solid;
    display: inline-block;
    border-radius: 3px;
    color:rgb(180,180,180);
}
.paginacion a,.paginacion .current {
  padding: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 0px;
}
.paginacion a {
  color:rgb(10,10,10);
  display: inline-block;
    text-decoration: none;
}
.paginacion .current {
  display: inline-block;
    border-radius: 2px;
    background-color: #252525;
    color: rgb(255 255 255);
    font-weight: 600;
    cursor: default;
    /*box-shadow: 0px 0px 10px #0000008a;*/
}
.paginacion a img {
  height: 16px;
    vertical-align: -10%;
}
.nodata {
  display: block;
    max-width: 320px;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
    font-weight: 500;
}
.download_data {
  
    position: absolute;
    right: 0px;
    top: 40%;
   
}
.download_data img {
  width: 24px;
}

.column {
  display: block;
  margin: auto;
  width: 1128px;
  position: relative;
overflow: auto;
  
}
#iber_legend {
  
  
  box-sizing: border-box;
  display: block;
    position: absolute;
    right: 10px;
    
    bottom: 10px;
    width: 274px;
  
    display: none;
}
.iber_legend_block {
    box-sizing: border-box;
  padding: 6px;
  display: block;
user-select: none;
  cursor:default;
   background-color:#0c0e11;
   
    border-width: 1px;
    border-style: solid;
    border-color:black;
    margin-top:-1px;

}

#colorindicatorlegend,#sizeindicatorlegend {
  line-height: 100%;
  margin-top: 0px;
}

@keyframes scimagomapsTooltipAnimation {
  from {opacity: 0.1;}
  to {opacity:1;}
}

#map .scimagomapsTooltip {
  border-radius: 2px !important;
  box-shadow: 0 1px 5px rgb(0 0 0 / 76%), 0 1px 2px rgb(0 0 0 / 24%) !important;
  animation-name: scimagomapsTooltipAnimation;
  animation-timing-function: ease-out;
  animation-duration: 0.15s;

}

#sizeindicatordrop,#colorindicatordrop {
  vertical-align: middle;
  display: block;
  height: 40px;

}

#close_menu,#open_menu {
  display: none;
  position: absolute;
    right: 0px;
    color:white;
    top: 0px;
    height: 64px;
    padding: 18px;
    box-sizing: border-box;
    font-size: 15px;
    padding-right: 13.5px;
}
#close_menu img,#open_menu img {
  width: 22px;
  vertical-align: middle;
  margin-left: 12px;
}
.mapboxgl-ctrl-top-right, .maplibregl-ctrl-top-right {
    top: 98px !important;
}
#map {
  /*position: fixed !important;*/
}


#central:fullscreen {
  background-color: red;
}
.rank_counter,.title_cell {
  display: table-cell;
  font-weight: 600;
}
.rank_counter {
  
  padding-right: 12px;
  font-weight: 400;
}
.institution_counter {
  display: inline-block;
    float: right;
    color: #b7b7b7;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-shadow:1px 1px white;
}
#filter_menu {
  cursor: default;
  display: none;
  user-select: none;
    position: absolute;
    left: 10px;
    top: 108px;
    background-color: #0e0e0e;
    color: white;
    font-size: 14px;
    padding: 8px;
   
    box-sizing: border-box;
    border-radius: 2px;
    
    
}
#filter_menu img {
  width: 23px;
    vertical-align: middle;
   
}
#filter_menu_content {
  user-select: none;
  padding:0px;
  cursor: default;
  display: none;
position: absolute;
left:0px;

top:0px;
bottom:0px;
background-color:#0c0e11;
border-right-width: 1px;
    border-right-style: solid;
    border-right-color:black;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
#filter_menu_subcontent {
  padding:10px;
  padding-top:108px;
  padding-bottom:74px;
  line-height: 100%;

}
#filter_menu_content .label {
  font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 3px;
    margin-top: 18px;
    margin-bottom: 6px;
    display: block;
}
#filter_counter span {
  background-color: #60ab55;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
}
#close_filter {
  text-align: right;
  width: 260px;
}
#close_filter img {
  width: 12px;
}
#filter_menu_content .dropdown_with_value .notebookdropdown_button {
  border-color:#60ab55;
}

#filterloadermodal {
  display: none;
  position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
   cursor: default;
    user-select: none;
    z-index: 99999;
    background-color: #0c0e11b5;
}
#filterloader,
#filterloader:before,
#filterloader:after {
  border-radius: 100%;
  width:10px;
  height:10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#filterloader {
  color: #d6d6d6;
  font-size: 14px;
  margin: 80px auto;
  position: relative;
  
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
 
}
#filterloader:before,
#filterloader:after {
  content: '';
  position: absolute;
  top: 0;
}
#filterloader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#filterloader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 20px 0 -1.3em;
  }
  40% {
    box-shadow: 0 20px 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 20px 0 -1.3em;
  }
  40% {
    box-shadow: 0 20px 0 0;
  }
}
p.footnote {
margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    color: rgb(173 173 173);
    font-style: italic;
}




  .checkbox-wrapper {
    color:white;
    font-size: 14px;
    margin-top: 18px;
  }
  .checkbox-wrapper .checkbox-input {
    appearance: none;
    background-color: #2b2c30;
    border-color: #2b2c30;
    border-width: 1px;
    border-radius: 72px;
    border-style: solid;
    flex-shrink: 0;
    height: 22px;
    margin: 0;
    position: relative;
    width: 32px;
  }

  .checkbox-wrapper .checkbox-input::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-wrapper .checkbox-input,
  .checkbox-wrapper .checkbox-input::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper .checkbox-input::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
  }

  .checkbox-wrapper input[type=checkbox] {
    cursor: default;
    vertical-align: -6px;
    margin-right: 6px;
  }

  .checkbox-wrapper .checkbox-input:hover {
    background-color: #45474c;
    transition-duration: 0s;
  }

  .checkbox-wrapper .checkbox-input:checked {
    background-color:#60ab55;
  }

  .checkbox-wrapper .checkbox-input:checked::after {
    background-color: #fff;
    left: 13px;
  }

  .checkbox-wrapper :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper .checkbox-input:checked:hover {
    background-color: #60ab55;
  }


  input[type=number] {
    background-color: #1a1c20;
    border-width: 1px;
    border-color: #2b2c30;
    border-style: solid;
    height: 34px;
    box-sizing: border-box;
    border-radius: 3px;
    color: white;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    width: 100px;
    caret-color: #60ab55;
  }
  input[type=number].with_value {
    border-color:#60ab55;
  }

#footer_wrapper {
  display: block;
  width: 100%;
  background-color: rgb(77,102,143);
  min-height: 600px;
  position: relative;
  z-index: 998;
}
#footer {
  padding-top: 32px;
   padding-bottom: 32px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3,33.3333%);
  height: auto;
  width:1128px;
  margin: auto;
  color:rgb(165 170 175 / 42%);
}
#footer div {
  padding:22px;
  box-sizing: border-box;

}
#footer div ul {
  margin:0px;

  display: block;
  padding: 0px;
}
#footer div ul li {
display: block;
margin-bottom: 22px;
}
#footer div ul li a {
  color:white;
  text-decoration: none;
}
#footer .logo {
  padding: 0px;
 
}
#footer .logos {
  width: 156px;
   display: block;
 
  box-sizing: border-box;
}
#footer p.subheader {
 margin-top: 0px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
}

.linkintable {
  color: #ffffff !important;
    background: #84abcf;
    border-radius: 24px;
    padding: 5px;
    padding-left: 28px;
    padding-right: 12px;
    background-image: url(/img/linkicon.svg);
    background-position-x: 8px;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position-y: 8px;
}

#searchbox img {
  display: inline-block;
    width: 24px;
    vertical-align: bottom;
}
#search {
   width: calc(100% - 16px);
min-width:32px;
max-width: 32px;
display: none;
 position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(24 26 30);
  box-sizing: border-box;
  margin: 8px;
  border-radius: 5px;
  overflow: hidden;
  border-color:rgb(43,44,48);
  border-style: solid;
  border-width: 1px;
  color:white;
  margin-right: 28px;
}
#searchinput {
 color:white;
  font-family: inherit;
    
   width:100%;
    font-size: 15px;
   
    padding: 14px;
    padding-left: 20px;
   
    border: none;
    box-sizing: border-box;
    background: url(../img/search_icon.svg) no-repeat 6px 11px;
    background-size: 24px 24px;
  
    caret-color: rgb(0,193,255);
    
 
}
#searchinput:focus {
  outline: none;
}
#searchinput::selection {
  color:white;
  background-color: rgb(0,193,255);
}
#search_results {
 display: block;
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(43 44 48);
    padding-top:10px;
    padding-bottom:10px;
    font-size: 15px;
}
#search_results a {
  display: block;
    color: white;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
}
#search_results a:hover {
  background-color:rgb(45,47,51);
}
#search_results p {
 opacity: 0.5;
    text-align: right;
    margin-bottom: 0px;
    margin-right: 6px;
    margin-left: 6px;
    padding: 0px;
}
.help_tooltip {
  color:black;
  cursor:help;
}
























@media only screen and (max-width : 1200px)
{
  .column, #topnav,#footer {
    width: 744px;
  }
  #tabs li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  #search {
    margin-right: 12px;
  }

}

@media only screen and (max-width : 798px)
{

  #searchbox {
    display: none !important;
    
  }
  #searchinput {
    padding-left: 40px !important;
  }
  #search {
        display: block  !important;
    min-width: calc(100% - 24px)  !important;
    position: absolute  !important;
    top:64px !important;
  }

  #topbar {
    overflow: hidden;
  }
  
  #pagetable {
    font-size: 14px;
  }
  .table_column table tr td {
    padding-left: 12px;
    padding-right: 12px;
  }
  #tabs {
    left:0px;
    top:0px;
    right: 0px;
  }
  #tabs ul {
    padding-top: 128px;
  }
  #tabs ul li {
    display: block;
    text-align: center;
  
  }
  #tabs ul li a {
    width: 100%;
    font-size: 18px;
  }

#tabs.open {
    height: 400px;
    transition: height 0.25s ease-out;
}
#open_menu {
    display: block;
  }
  #open_menu.hideicon {
    display: none;
  }
  #close_menu.showicon {
    display: block;
  }
.column,#topnav,#footer {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  #footer {
    display: block;
  }
  #topnav {
    padding-left: 0px;
    padding-right: 0px;
  }
  #topbar.open {
    height: 100%;
    transition: height 0.2s ease-out;
  }
  .paginacion a.hidemobile,.paginacion span.hidemobile,.hidemobile {
    display: none;
  }
  .table_column table tbody tr td:first-child,.table_column table thead tr th:first-child {
    min-width: auto;
  }
  #sizeindicatorlegend {
   
  }
}

