/*
CSS Personalizado para Dspace-cris con el Tema Trópico de la ULPGC
19/02/2018

##############################################
#                                            #
# Última modificación: marzo 2021            #
# por AMV - NTCanarias		                   #
#                                            #
##############################################

Colores del Tema Trópico ULPGC

    #FFA100 Naranja
    #0066A1 Azul
    #545859 Gris


###########################################
Añadidos iconos de mecenazgo, consejo social,
parque científico y universia
*/

/* Selectores genéricos */

* {
    font-family: 'Rubik', sans-serif;
}

html{
    margin: 0;
    padding: 0;
}
body, body.undernavigation{
    margin:0;
    padding: 0;
}
a, a:hover{color: #2A1D15; border-bottom: none; text-decoration: none;}
.label{
    background: #FFA100;
    border-radius: 0;
}
.spacer { clear: both; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-25 { margin-left: 25px; }
.ml-50 { margin-left: 50px; }
.ml-75 { margin-left: 75px; }
.ml-100 { margin-left: 100px; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-25 { margin-right: 25px; }
.mr-50 { margin-right: 50px; }
.mr-75 { margin-right: 75px; }
.mr-100 { margin-right: 100px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-25 { margin-top: 25px; }
.mt-50 { margin-top: 50px; }
.mt-75 { margin-top: 75px; }
.mt-100 { margin-top: 100px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-25 { margin-bottom: 25px; }
.mb-50 { margin-bottom: 50px; }
.mb-75 { margin-bottom: 75px; }
.mb-100 { margin-bottom: 100px; }
.pt-25 { padding-top: 25px; }
.pt-50 { padding-top: 50px; }
.pt-75 { padding-top: 75px; }
.pt-100 { padding-top: 100px; }
.pb-25 { padding-bottom: 25px; }
.pb-50 { padding-bottom: 50px; }
.pb-75 { padding-bottom: 75px; }
.pb-100 { padding-bottom: 100px; }

.texto-15 { font-size: 15px !important; }
.texto-16 { font-size: 16px !important; }
.texto-17 { font-size: 17px !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

#boton_editar {
    margin-top: 5px;
    background-color: #0066a1;
    color:white;
    text-shadow: 0 0 black;
}
#boton_editarr {
    margin-top: 5px;
    background-color: #0066a1;
    color:white;
    text-shadow: 0 0 black;
}
.container {
    max-width: 1440px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.panel >.oddRowEvenCol {
    text-align: right;
}
.panel >.oddRowOddCol {
    text-align: right;
}
.oddRowEvenCol>a {
    padding-right: 3px;
}
/* Estilos barra (thumb) de scroll widgets portada */
.panel-body1::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.panel-body1::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.panel-body1::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.panel-body1::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.panel-body1::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
.panel-body1::-webkit-scrollbar-track:hover,
.panel-body1::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

ol.breadcrumb {
    background-color: unset;
}

.fondo-blanco-roto { background: #fcfcfc; }

/*Cabecera con el logotipo, botÃ³n de login y buscador*/
.cabecera{
    min-height: 100px;
    padding: 0;
    background: transparent;
}

#cabecera {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 120px;
    background-color: #F2F4F7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#cabecera h1 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    text-indent: -99999px;
    width: 379px;
    height: 110px;
    background: url(../../image/logos/accedacris_h_c.png) center center no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
}

#cabecera.stick {
    height: 78px;
}

#cabecera.stick h1 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    text-indent: -99999px;
    width: 190px;
    height: 80px;
    background: url(../../image/logos/accedacris_h_acron.png) center center no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
}

#cabecera.stick .hamburger {
    top: 12px;
}

#content { margin-top: 120px; }

.discreta { color: rgba(0,0,0,.3); }
.negrita { font-weight: 500; }
.transparente { background: none !important; }
.sombra-abajo { box-shadow: 0 5px 5px rgba(100,100,100,.75); }

.fondo{
    background: white;
}

#iniciar-sesion {
    top: 10px;
    border-radius: 4px;
}

#top-1 {
    top: 10px;
}

#top-2 {
    top: 33px;
}

#top-1, #top-2 {
    position: relative;
    clear: both;
}

#top-3 {
    display: none;
}

/* menú principal */

/* fin menú */

/* menú mobile */

.hamburger{
    position:fixed;
    background-color:transparent;
    left: 80%;
    top: 48px;
    height: 30px;
    width: 30px;
    padding:20px 20px;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index:1002;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.hamburger.is-active{
    background-color:none;
}
._layer{
    background:#333333;
    margin-bottom:4px;
    border-radius:2px;
    width:28px;
    height:4px;
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
}
.hamburger:hover .-bottom{
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
}
.hamburger.is-active .-top{
    -webkit-transform:translateY(200%) rotate(45deg) !important;
    -ms-transform:translateY(200%) rotate(45deg) !important;
    transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
    opacity:0;
}
.hamburger.is-active .-bottom{
    -webkit-transform:translateY(-200%) rotate(135deg) !important;
    -ms-transform:translateY(-200%) rotate(135deg) !important;
    transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is-active {
    transform: translate3d(0px, 0px, 0px);
}

.menuppal{
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}
.menuppal ul{
    margin:0;padding:0;
}
.menuppal ul li {
    list-style: none;
    text-align:center;
    font-family: Rubik, Arial, Helvetica;
    color:$nav-color-text;
    font-size:1.5rem;
    line-height:3em;
    height:3em;
    color:#369;
    text-transform:none;
    font-weight:bold;
}
.menuppal ul li a{
    text-decoration:none;
    color:#369;
}
.menuppal ul li a:hover{
    text-decoration:none;
    color:#333;
}

/* fin menú mobile */

#buscador-global {
    /* background: url(../../image/img_nav_background@2x.png); */
    background: #7FB2D0; /* institucional azul 50% */
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.lead { margin-bottom: 0; }

.barra-busqueda { width: 80%; margin: 0 10%; }
.quebuscar { width: 60%; height: 40px; border: 0; font-size: 20px; }
.dondebuscar { width: 35%; border: 0; }
.dondebuscar .opciones { width: 100%; border-radius: 0; -webkit-appearance: none; border: 0; height: 40px; font-size: 17px; text-align: left; background: #0066A1 url('../../image/caret_down.png') no-repeat 90% 70%; color: white; padding: 0 20px; }
.dondebuscar .caret { border-top-color: white; }
.lupa button { height: 40px; background: #05476D; border-radius: 0 3px 3px 0; width: 80px; font-size: 20px; }
.lupa button:hover { height: 40px; background: #05476D; border-radius: 0 3px 3px 0; }

.titulo-item-reciente {
    padding: 5px 5px 5px 60px;
    color: #023256;
    background: rgba(210,210,250,.5);
    min-height: 90px;
    font-weight: 700;
}
.titulo-item-reciente-icono {
    color: #0066A1;
    border: 1px solid #0066A1;
    background: white;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 0;
    text-align: center;
    padding-top: 14px;
}
.titulo-item-reciente-icono i {
    font-size: 32px;
}
.autores-item-reciente {
    padding: 5px;
    color: #023256;
    min-height: 70px;
}
.autor-ir-investigador {
    color: #FFA100;
    margin: 0 3px;
}
.autor-ir {
    margin: 0 3px;
}
.mas-datos {
    font-size: 12px;
    color: #777;
}
.tipo-documento {
    text-align: right;
}
hr.item-reciente {
    margin: 5px 0 10px 0;
    border: 0;
    border-top: 1px solid #0066A1;
}

#grafica-portada { width: 100%; height: 420px; }
#grafica-portada iframe { width: 100%; height: 420px; border: 0; }

#grafica-busqueda {
    width: 100%;
    /*height: 350px;*/
    border: 0;
}
#grafica-busqueda iframe {
    width: 100%;
    /*height: 350px;*/
    border: 0;
}

.grafica_portada {
    display: none;
}
.entidad { width: 48%; margin: 8% 1%; justify-content: center; align-items: center; }

[id^="datos-"] { font-size: 18px; }

.alert-info {
    color: #666 !important;
    background: rgba(242,244,247) !important;
    border: none !important;
}

.panel {
    border-color: #0066A1 !important;
    border-radius: 0;
}
.panel > .panel-heading, panel {
    background: #0066A1 !important;
    padding: 5px 10px !important;
}
.discovery-result-results .panel-heading {
    background: #f9f9f9 !important;
}

.facetsBox .panel > .panel-heading, .facetsBox .panel {
    background: #FFA100 !important;
}
.facetsBox .panel {
    border-color: #FFA100 !important;
}

#recientes .panel-heading, #mas_vistos .panel-heading, #mas_descargados .panel-heading {
    padding: 15px 20px !important;
}

.list-group-item { border: 0 !important; }
.panel-title { padding-left: 45px !important; }
h6.panel-title { padding-left: 0 !important; }

#recientes .pull-right a { display: none; }

a.authority { color: #0066a1; font-weight: 500; }
.itemDisplayTable a.authority { color: #0066a1; font-weight: bold; }
.itemDisplayTable a.authority:hover { color: #FFA100; font-weight: bold; }
.text-muted { color: #999; }

/* exportar resultados de la busqueda en PDF, BibText, ... */
#export-biblio-panel { display: none; margin-bottom: 50px; }
#btn-barra-exportacion { border: none; background: transparent; padding: 0; }
#btn-barra-exportacion-pub { border: none; background: transparent; padding: 0; margin-left: 15px;}
#btn-barra-exportacion-tesis { border: none; background: transparent; padding: 0; margin-left: 15px; }
#btn-barra-exportacion-tft { border: none; background: transparent; padding: 0; margin-left: 15px; }
#btn-barra-exportacion-ou-pub { border: none; background: transparent; padding: 0; margin-left: 15px;}
#btn-barra-exportacion-ou-tesis { border: none; background: transparent; padding: 0; margin-left: 15px;}
#btn-barra-exportacion-ou-pat { border: none; background: transparent; padding: 0; margin-left: 15px;}
/* exportar el ítem*/
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline { margin: 15px; }
#export-biblio-panel-2 { margin: 0 0 0 26%; }
#export-biblio-panel-2 .radio-inline { margin: 2px 0; width: 35%; }
#export-biblio-panel-2 .checkbox {
    margin: 15px 0 !important;
    width: 100%;
    font-weight: normal !important;
}


.texto-centrado { text-align: center !important; }
.texto-izquierda { text-align: left !important; height: 42px; line-height: 21px; display: flex; align-items: center; font-weight: normal;}
.texto-derecha { text-align: right !important; }
.texto-justificado { text-align: justify !important; }
.texto-naranja { color: #FFA100; }
.texto-grande { font-size: 2em; }

img#sectores { width: 320px; height: auto; margin: 0 auto; }

#en-datos {
    background: url(../../image/img_datos@2x.png) no-repeat;
    background-size: cover;
    padding: 25px 0 25px 0;
    background-position: bottom;
    margin-top: -25px;
}

#items-portada:before {
    content: "";
    display: block;
    background: #FFA100;
    height: 8px;
    width: 100%;
}

#carrusel {
    width: 100%;
}

/* Perfil del Investigador */

#perfil-investigador { margin-top: -150px; }
#fotoinvestigador img {
    width: 60% !important;
    height: auto !important;
    margin: 0 20% 5% 20% !important;
    border: 1px solid #555;
    border-radius: 4px;
}
.btn-azul-claro { background-color: #0066A1; color: white; }
.btn-azul-oscuro { background-color: #545859; color: white; }
.btn-naranja { background-color: #FFA100; color: white; }
.btn-verde {background-color: #00aa00; color: white;}

#botones_investigador .nav > li > a { margin: 0; text-decoration: none;width:250px;color:white; }
#researcher .nav-tabs { margin-left: 5px; }
#researcher .nav-tabs>li.active>a { background-color: #0066A1; color: white; border: none; }
#researcher .nav-tabs>li.active>a:hover { background-color: #FFA100; color: white; border: none; }
#researcher .ui-state-hover { background-color: #FFA100; color: white; border: none; }
#researcher .nav-tabs>li { margin-bottom: -3px; }
#researcher .nav-tabs>li>a { margin: 0; }
#researcher .panel-heading { display: none; }
/*#researcher .panel-body { background-color: #f9f9f9; }*/
#researcher .dynaLabel, .dynaLabelRequired { font-size: 15px; width: 10em;}
#researcher .dynaFieldValue { font-size: 15px; }


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

div.image{
    /*float:left;*/
}
li a span.txt-cielo:hover{color: #545859;}
/*    Barra de navegaciÃ³n */
.navbar-inverse .navbar-collapse{
    /*background: white;*/
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:hover{
    /*border-bottom: 3px solid #2A1D15;
    color: #2A1D15;
    background: #fff;*/
    color: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #2A1D15;
}
/*.navbar-nav > .active > a:hover {
    border-bottom: 2px solid #27401d;
    color: #27401d;
    background: none;
}*/

.navbar-inverse .navbar-nav > li > a {
    color: #2A1D15;
    margin-right: 0;
    text-align: center;
    /*min-width: 100px;*/
}
/*.navbar-inverse .navbar-nav li a:hover{
    color: #2A1D15;
}*/

.menu2 {
    padding-top: 60px;
}

.fondo-menu2 {
    background-color: transparent !important;
}

.navbar-nav { float: right !important; }

.navbar ul li { margin: 0 !important; }

.sombra{
    box-shadow: 0px 4px 5px #A6A394;
}
.dropdown-menu {
    z-index: 5000;
}
.btn-black.dropdown-toggle{color: #FFF !important;}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-size: 15px;
}

/* ul.idiomas{
    width: 320px;
    position: relative;

} */
/* ul.idiomas > li{
    float:left;
    list-style: none;
    margin: 5px 0 0 0;
    line-height: 25px;
    border: 0px solid #f00;
    padding: 2px;
    text-align: center;
    width: 100px;
}
ul.idiomas > li > a{
    color: #fff;
    padding: 7px;
    transition: .8s;
    font-weight: 550;

}
ul.idiomas > li > a:hover{
    color: #000;
    /* border-bottom: 2px solid #000; */


/*.collapse ul.nav  > li:hover{
    background: #2A1D15;!important;
}*/
ul.locales{
    margin-left: -0px;
}
li.locale{
    float: left;
    padding: 5px 10px;
    margin: 2px;
    list-style: none;

}
li.locale > a{
    text-align: center;
    color: #fff;
    transition: .8s;
    font-weight: 550;
}
li.locale > a:hover{
    color: #000;
}

.btn-trans{
    background: none;
    border: none;
    transition: .8s;
    font-weight: 600;
    font-size: 16px;
}
.btn-trans:hover{
    /* color: #2A1D15; */
    color: #545859;
}
.btn-black:hover{
    background: #545859;
    color: #fff;
}

li.franja:hover{
    background-color: #A6A394; color: #2A1D15;
}
.navbar, .navbar-inverse {
    background: white; !important;
    border: none;
    box-shadow: none;
}
/* Eliminar el espacio del form */
.navbar-form{
    margin-top: 0;
}
.navbar-square {
    border-radius: 0px;
}

.logos.container{
    width: 100%;
}
/*logo fixed navbar*/
.logofixed{
    font-size: 24px;
    color: #0066A1;
    font-weight: bold;
    background: url("../../image/logos/logofixed.jpg") center / contain no-repeat ;
    height:32px;
    width: 32px;
    margin: 10px -20px 0 0;
}

.bg-logo-cris{
    width: 180px;
    margin: 20px 0 20px 70px;
}
.ocultalogo{display: none;}
.showlogo{display: inline;}
/* Colores de fondo */
.bg-naranja{
    background: #FFA100;
}
.bg-gris{
    background: #A6A394;
}
.bg-gris-claro{
    background: rgb(221,221,221);
}
.bg-gris-oscuro{
    background: rgb(127, 127, 127);
}
.bg-negro{
    background: #2A1D15;
}
.bg-blanco{
    background: #fff !important;
}

/* MOBILE MENU */

.navbar-toggle { margin-top: 0; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0066A1;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: #0066A1;
}

.navbar-default .navbar-nav > li > a {
    color: #555;
}

#cabecera-mobile {
    width: 100%;
    height: 120px;
}

#cabecera-mobile h1 {
    display: block;
    text-indent: -99999px;
    height: 110px;
    background: url(../../image/accedacris_h_c.png) center center no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
}



/* Colores de Texto */
.txt-blanco{ color: #fff;}
.txt-negro{  color: #2A1D15;}
.txt-gris{  color: #A6A394;}
.txt-cielo{  color: #0066A1;}
.txt-naranja{  color: #FFA100;}
.text-success{color: #2A1D15;}
.text-success:hover{color: #A6A394;}

.legal  h1,
.legal  h2,
.legal  h3{
    color: #FFA100;
}

a.sombra > img:hover{
    opacity: 0.9;
}
.list-group-item-heading > b > a {
    color: #0066A1;
    font-size: 16px;
    font-weight: 500;
}

/* menu  azul*/
/*#top-menu, .nav, .navbar-nav, .navbar-left{
  display: flex;
}*/
.fixed ul#top-menu > li > a{
    color: #0066A1;
    text-shadow: none;
    flex-grow: 10;
}
/*Botones e iconos*/
a.icono:hover span{
    color: #2A1D15;
    text-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff;
}

.icon-azul:hover{
    color: #545859;
}
.icon-azul{
    color: #0066A1;
}
.no-rounded{
    border-radius: 0px;
}
.fixed{
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 10000;
    background-color: white;
    margin-top: -8px;
    background-image: url(../../image/logos/ulpgc_logo.png);
    background-repeat: no-repeat;
}

.btn{
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image:none;
}
#orcidauthorizations .btn {
    background-color: white;
}
#orcidauthorizations .panel {
    border-color: white !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
}
#orcidauthorizations .panel-body {
    border-top: 0px;
}
.roworcid .btn-default {
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.btn-flat {
    filter:progid:DXImageTransform.Microsoft.Gradient(enabled=false);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image:none;
    border:0;
}

.btn-default {
    /*height: 76px;*/
    background-image: none;
    /* background-color:#FFA100*/
    background-color:#E4E4E4;
    /*color white*/
}

.locales {
    margin-top: 7px;
}

.locales i {
    font-size: 16px;
    margin-top: -7px;
    background: #0066A1;
    border-radius: 100%;
    color: white;
    padding: 7px 0 0 0;
    width: 32px;
    height: 32px;
    text-align: center;
}

.idioma {
    margin: 5px;
}

.btn-black{
    background: #0066A1;
    border-radius: 4px;
    border: 0;
    color: white;
    text-align: center;
}

.icon-login { padding: 7px 0; }

.btn-login-icono {
    margin: 2px 0;
    color: white;
    font-size: 15px;
}
.btn-login-texto {
    color: white;
    margin-left: 5px;
}

/* Ficha del ítem */

table.itemDisplayTable td.metadataFieldLabel {
    background: #f0f0f0;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
    font-size: 17px;
}

table.itemDisplayTable td.metadataFieldValue {
    background: #f9f9f9;
    color: #555;
    vertical-align: middle;
    font-size: 17px;
}
/*.table-hover tbody>tr>th {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/
.table-hover tbody>tr>th>[id="dc.title_sort"] {
    margin-right: 10px;
    float: right;
}
[id="dc.date.issued_sort"]{
    float:right;
    margin-right: 10px;
}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
    border-top: 3px solid white;
    /* display: flex; */
}
#exportform .table tbody>tr>th{
    display:flex;
    flex-direction: row-reverse;
}
#dc\.title_sort {
    width: 80px;
    /* margin-left: 15px; */
    /*  margin-left:83%;*/
}
.addthis_inline_share_toolbox { width: 230px; margin: 0 auto; }

#thumbnail i { margin-right: 5px; }

/* fin Ficha del ítem */


.btn-logout{
    background: rgba(244, 152, 26, 0.9) ;
    width: 32px; height: 33px; !important;
    box-sizing: border-box;
    border: 1px solid rgba(244, 152, 26, 1);
    border-radius: 4px;
    /*zoom:0.7;
    -moz-transform:scale(0.7);
    -moz-transform-origin: 0 0;*/
}
div.icon-logout{
    width: 34px; height: 35px;
    background: url('../../image/ulpgc_graficos_v14.svg') -286px -718px;
    zoom:0.7;
    -moz-transform:scale(0.7);
    -moz-transform-origin: 0 0;
}
.btn-logout:hover{
    border: 1px solid #FFA100;
}
.panel-login{
    padding: 30px;
}
div.image-profile{
    background: #fff
    url("../../image/fondos/profile_naranja.png") no-repeat;
    width: 90px; height: 100px;
    position: absolute;
    z-index: 100;
    top: 40px;
    filter: drop-shadow(1px 1px 1px rgba(255,255,255, 0.5));
}
p.ayuda{
    padding: 10px 10px 0 10px;
    width: 190px;
    margin: 30px 50px 10px 10px;
}
p.ayuda > a{
    font-weight: 600;
    color: #FFA100;
    transition: .8s;
}
p.ayuda > a:hover{
    color: #0066A1;
}
.otra{
    position: absolute;
    width: 80px;
    z-index: 120;
    top: 0px;
    left: 30px;
    filter: hue-rotate(186deg) saturate(1050%) brightness(180%) opacity(0.8);
}
#dropdownMenu1{
}

a.login{
    color: #fff;
}a.login:hover{
     color: #A6A394;
 }
a.login > br{
    display: none; !important;
}

label.icon-user{
    background: url("../../image/fondos/icono-user.png") -4px -5px no-repeat;
    background-size: auto auto;
    background-size: 41px;
    width: 34px;
    height: 30px;
    display: block;
    /* filter: hue-rotate(175deg); */
    /* filter: hue-rotate(186deg) saturate(1050%) brightness(180%) opacity(0.8); */
    filter: hue-rotate(186deg) saturate(250%) blur(0px);
}

label.icon-candado{
    background: url("../../image/ulpgc_graficos_v14.svg") -185px -929px no-repeat;
    background-size: auto auto;
    background-size: 1290px;
    width: 34px;
    height: 30px;
    display: block;
    /* filter: hue-rotate(175deg); */
    filter: hue-rotate(186deg) saturate(250%) ;
}

.icon-flecha{
    /* background: url("../../image/ulpgc_graficos_v14.svg") -185px -929px no-repeat; */
    background:  url("../../image/ulpgc_graficos_v14.svg") no-repeat scroll -160px -550px;
    background-size: auto auto;
    background-size: 1407px;

    padding: 10px 15px;
    /* filter: hue-rotate(175deg); */
    filter: hue-rotate(186deg) saturate(250%) ;
}
span.icon-flecha > span{
    color: transparent;
}

span.icon-login{
    background-image: url("../../image/fondos/icono-login.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px; width: 15px;
    float: left;
    margin: 2px 5px 0 10px;
}
.icon-loginp{
    background-image: url("../../image/fondos/icono-login.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px; width: 16px;
    float: left;
    margin: 2px 5px 0 10px;
}
span.mensaje,
.glyphicon-user{
    color: #fff;
    float: left;
}
.fa-search{
    color: #fff;
}
.panel-title .fa-chevron-right{color: #fff; !important;}
.glyphicon-circle-arrow-right{
    color: #fff;
    text-align: left;
}
.btn-primary{
    background-image: none;
    background-color: #2A1D15;
    border: 0;
    border-radius: 0;
}
.btn-primary:hover{
    background-image: none;
    background-color: #FFA100;
}

/*   MÃ¡rgenes  y paddings*/

.no-margin {

    margin: 0px; !important;
}

.margentop-8{
    margin: 8px 0 0 0;
}
.padding-top8{
    padding-top: 8px;
}
.margentop-14{
    margin-top: 0;
}
.margen-top30{margin-top: 30px;}

.margen-bot10{margin-bottom: 10px;}

.logo{
    height: 70px;
}

img.logo-centrado{
    position: relative;
    margin: 0 auto;
    display: block;
    width: 280px;
    padding: 18px 0;
}
.logop{
    height: 50px;
}
.espaciador-v24{
    margin: 20px 0;
    display: block;
}
.espaciador-v20{
    margin: 20px 0;
    display: block;
}
.espaciador-v15{
    padding: 15px 0;
    margin: 15px 0;
    display: block;
}
.espaciador-v5{
    padding: 5px 0;
    margin: 5px 0;
    display: block;
}
.espacio-top15{
    padding-top: 15px;
}.espacio-top30{
     padding-top: 30px;
 }


.borde{
    border-bottom: 0px solid #A6A394;
}
.no-border{border:0;}
header .fa{
    color: #fff;
}
header .fa:hover{
    color: #A6A394;
}
/* Paneles */
.panel > .panel-heading, panel {
    background-image: none;
    background-color: #FFA100;
    /* color: white; */
    border-radius: 0;
}
.panel{
    border-color: #FFA100;
    border-radius: 0;
}

.panel-body1{
    height:400px;
    overflow-y: scroll;
}

.buscarPor{
    display: block;
}

.buscarPor > li > a{
    padding: 6px 20px;
}

.buscarPor > li:last-child{
    margin-bottom: 15px;
}

.facet{
    width:50%;
}
/* Header - Cabecera */
.borde-bajo-naranja{
    border-bottom: 3px solid #FFA100;
}
.borde-alto-naranja{
    border-top: 15px solid #FFA100;
    padding-top: 5px;
    padding-bottom: -5px;
}


/*
Sherpa Romeo */
#sherpaBox{
    width: 100%;
}
/*Carusel*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {

    padding-right:15px;
    padding-left:15px;
    width: 100%;
    /*height: 240px;*/

}

.carousel-control.left{
    background: none;
}
.carousel-control.right{
    background: none;
}
.carousel-control {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 10;
    width: 15%;
    font-size: auto;
    color: #fff;
    text-align: left;
    opacity: 1;
    text-shadow: none;
}
.carousel-control:hover{
    color: #000;
}
.carousel-indicators{
    width: 70%;
    bottom: 5%;
    left: 90%;
    position: absolute;
    white-space: nowrap;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fdfefe
;
    border-radius: 50%
}

.carousel-indicators .active{
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fdfefe;
;
}
.carousel-caption{
    color: white;
    margin-left:15px;
    text-align: center;
    max-width: 300px;
    left: 0;
    top: 1px;
    background: rgba(0,0,0,0.5);
    padding:10px;
    height:100%;
}
/* Comunidades y colleciones. Desplegable */

.oculto {

    display: none;

}

.expandible{

    float: left;

    margin-right:5px
}
.img-responsive2
{

    padding-right:15px;
    padding-left:15px;
    width: 100%;

}






/* MEDIA QUERIES */



@media (max-width: 1200px){

    .entidad i { font-size: 4em; }

}

@media (max-width: 1124px){

    #perfil-investigador { margin-top: -50px; }

}

@media (max-width: 992px) {

    #top-2 {
        display: none;
    }

    #top-3 {
        display: block;
    }

    .entidad i { font-size: 3em; }
    [id^="datos-"] { font-size: 15px; }
    .entidad .texto-izquierda { height: 36px; line-height: 15px; }

    .panel { margin-bottom: 50px; }

    #facet_dateIssued{
        height:auto;
    }

    .addthis_inline_share_toolbox { width: 250px; margin: 0 auto; }

    #fotoinvestigador img {
        width: 20% !important;
        height: auto !important;
        margin: 0 40% 5% 40% !important;
    }

}

@media (max-width: 768px) {

    #cabecera h1 {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: block;
        text-indent: -99999px;
        width: 190px;
        height: 80px;
        background: url(../../image/logos/accedacris_h_acron.png) center center no-repeat;
        padding: 0;
        margin: 0;
        position: relative;
        top: 22px;
    }

    .btn-login-texto { display: none; }

    .locales { font-size: 12px; }
    .locales i {
        font-size: 12px;
        padding: 6px 0 0 0;
        width: 24px;
        height: 24px;
    }

    #mydspace2 { display: none; }
    #admin { display: none; }

    .dondebuscar { width: 42%; }
    .dondebuscar .opciones { font-size: 14px; }
    .lupa button { width: 50px; }

    .buscarPor{
        display: flex;
    }

    #grafica-portada {
        height: 480px;
    }

    .entidad {
        float: left;
    }

    .entidad i { font-size: 5em; }
    [id^="datos-"] { font-size: 24px; }
    .entidad .texto-izquierda { height: 42px; line-height: 21px; }

}

@media(max-width: 600px){

    .entidad { margin: 8% 5% 8% -3%; padding-left: 0; }
    .entidad i { font-size: 4em; }
    [id^="datos-"] { font-size: 16px; }
    .texto-grande { font-size: 1.5em; }
    .entidad .texto-izquierda { height: 36px; line-height: 16px; margin-left: 10px; }

    #block-banner h3 { font-size: 30px; }

    .dondebuscar { width: 1%; }
    .dondebuscar .opciones { background: #0066A1 url('../../image/caret_down.png') no-repeat 55% 70%; }

    .mt-mobile { margin-top: 125px; }

    #fotoinvestigador img {
        width: 40% !important;
        height: auto !important;
        margin: 0 30% 5% 30% !important;
    }

}

@media(max-width: 415px) {

    .locales a i { display: none; }

    .entidad { margin: 8% 5% 8% -3%; padding-left: 0; }
    .entidad i { font-size: 3em; }
    [id^="datos-"] { font-size: 13px; }
    .texto-grande { font-size: 1.5em; }
    .entidad .texto-izquierda { height: 30px; line-height: 15px; }

    .metadataFieldValue { word-break: break-word; }

}


/* CRIS */

.cris-record-info { display: none; }
/*.autocomplete-items div {}*/
