/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 05-abr-2022, 11:55:06
    Author     : iarazuri
*/



/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * style.css
 *
 * Primary Styles
 */

/*Font size percentages based on the tables at developer.yahoo.com/yui/fonts/ */


.navbar-brand {
    background-color: default;
}

.navbar-brand:hover {
    transition: background-color 1s;
    background-color: #eeeeee;
}

.navbar-damaso-img{
    width: 15em;
    height: auto;
}
.navbar-title{
    text-align:center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #4B728B;
    color: white;
    font-size: 3em;
    font-family: "Helvetica", "Montserrat Regular", "Times New Roman", "Arial";

}

.navbar-li {
    //background-color: red;
    //width: 600px;
}

.sandamaso-user-box{
    margin-top: 20px;
}

.sandamaso-user-box a{
    color: #4B728B;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}


.sandamaso-language-selection{
    margin-top: 20px;
}

.sandamaso-language-selection a {
    text-transform: uppercase;  
    border-right: 1px solid #1a1a1a;
    list-style: outside none none;
    padding: 0 0.5em 0 0.4em;   
    display: inline-block;
    color: #4B728B;
    font-weight: bold;
    font-size: 16px;
}

.sandamaso-language-selection a:last-child {
    border-right: 0px solid #1a1a1a;
    padding-right: 0px;
}


.nav li a {
    padding: 10px 3em !important;
}
.nav-admin li a {
    padding: 10px 1em !important;
}
.btn a {
    color: #4B728B;
    text-decoration: none;
}

.navbar-list a{
    color: #4B728B;
}

.footer-linea {
    background-color: #6b8ac1;
    width: 100%;
    height: 5px;
}

.footer-sandamaso {
    width: 100%;
    margin: 0;
    background: rgb(228, 240, 240);
}

.footer-list{
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
}

.footer-icons{
    color: black;
    margin: 1em;
    font-size: 18px;
}


.footer-cc a img{
    border-width:0;
    width: 40%;
    float: right;
}

.mainpage {
    padding-left: 0;
    margin: 0;
    max-width: 1920px;
    min-height: 700px;
}

@media only screen and (max-width: 1200px) {
    .mainpage{
    margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .mainpage{
    margin-left: auto;
    margin-right: auto;
    }
}

.comunidades-img {
    height: 250px;
}

@media only screen and (max-width: 1550px) {
    .comunidades-img{
        height: 172.2px;
    }
}

.mainpage-mid{
    margin-left: 0px;
    margin-right: 0px;
}

.undernavigation{
    padding-top: 10px !important;
    //margin-bottom: 80px;
}

.sidebar-right{
    margin-top: -73px;
}
/*
@media only screen and (max-width: 1200px) {
    .undernavigation{
        padding-top: 63px !important;
    }
}
*/
/*
@media only screen and (max-width: 1700px) {
    .mainpage-mid{
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1600px) {
    .mainpage-mid{
        margin-left: 100px;
    }
}

@media only screen and (max-width: 1440px) {
    .mainpage-mid{
        margin-left: 150px;
    }
}

@media only screen and (max-width: 1300px) {
    .mainpage-mid{
        margin-left: 200px;
    }
}


@media only screen and (max-width: 1024px) {
    .mainpage-mid{
        margin-left: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .mainpage-mid{
        margin-left: 0px;
    }
}
*/
@media only screen and (max-width: 991px) {

    .footer-cc a img{
        width: 80%;
    }

}


@media only screen and (max-width:  767px) {
    .footer-cc a img{
        width: auto;
    }

    .footer-list-div div{
        text-align: center;
    }

    #designedby{
        text-align: center;
    }

    .footer-cc a img{
        float: none;
    }

    .footer-sandamaso div div{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.communities-home div{
    margin: 10px auto;
}

.logos{
    display: grid;
    grid-template-areas: "hispana recolecta europeana" " dulcinea google_scholar open_access";
    align-items: center;
}

.logos {
    margin: 0em 15em 3em;
}
.logos div{
    width: 200px;
}
@media only screen and (max-width:  1550px) {
    .logos{
        margin: 0em 10em 3em;
    }
    .logos div{
        width: 150px;
    }
}

@media only screen and (max-width:  1200px) {
    .logos{
        margin: 0em 5em 1em;
    }
}

@media only screen and (max-width:  991px) {
    .logos{
        padding: 0em 4em 3em;
    }
}

@media only screen and (max-width:  650px) {
    .logos{
        padding: 0;
    }
}

.logos div{
    padding: 0px 10px;
}

/* Sidebar Styles */

#sidebar {
  position: relative;
  //width: 250px;
  height: 100%;
  //margin-left: -280px;
  overflow-y: auto;
  /*background: #37474F;*/
  background: #fbfffe;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar header {
  /*background-color: #263238;*/
  background-color: #6b8ac1;
  font-size: 20px;
  line-height: 37px;
  text-align: left;
  border-bottom: 2px solid #fff;
}

#sidebar header a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding-left: 15px;
}

#sidebar header a:hover {
  color: #fff; /*cambio*/
}

#sidebar .nav{
  
}

#sidebar .nav a{
  background: none;
  border-bottom: 1px solid #455A64;
  color: #6a868f;
  font-size: 16px;
  padding: 4px 0px 4px 20px !important;
}

#sidebar .nav a:hover{

  transition: 0.4s;
  background: #a2adb8;
  color: #ECEFF1;
}

#sidebar .nav a i{
  margin-right: 16px;
}


/*Sidebar right*/


#facets {
  margin-top: 15px;
  height: 100%;
  overflow-y: auto;
  /*background: #37474F;*/
  background: #fbfffe;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

#facets div{
  padding: 0;

}

#facets header {
  /*background-color: #263238;*/
  background-color: #6b8ac1;
  font-size: 20px; /*Cambio*/
  line-height: 37px; /*Cambio*/
  text-align: left;
  border-bottom: 1px solid #455A64;
  padding-left: 20px;
}


#facets header a {
  background: none;
  color: #fff;
  display: block;
  text-decoration: none;
}

#facets header a:hover {
  color: #fff;
}

#facets li{
  /*background-color: #37474F;*/
  background: #fbfffe;
  border: none;
  /*padding-left: 30px;*/
}

#facets a{
  color: #6a868f;
  font-size: 16px;
  text-decoration: none;
}

#facets a:hover{
    transition: 1s;
    color: #c9e1ec;
}

#facets li:hover{
    /*background: #a2adb8;*/
}


.comunidades-title a{
    font-size: 22px;
    /*color: #263238;*/
    color: #6a868f;

}

.comunidades-title a:hover{
    text-decoration: none;
    /*color: #37474F;*/
    color: #a2adb8;
}


/*Comunidades*/

.comunidades-listar {
    /*background-image: linear-gradient(to bottom,#37474F 0,#263238 100%) !important;*/
    background: #6b8ac1 !important;
    border-color: #263238 !important;
}

.comunidades-listar-padre {
    /*border-color: #263238 !important;*/
    border-color: #6b8ac1 !important;
    border-radius: 5px;
}

.panel-info{
    border-color: #6b8ac1 !important;
    border-radius: 5px;
}

.panel-info>.panel-heading{
    background: #6b8ac1 !important;
    background-color: #6b8ac1 !important;
    border-color: #263238 !important;
}

.panel-primary{
    border-color: #6b8ac1 !important;
    border-radius: 5px;
}

.panel-primary>.panel-heading{
    background: #6b8ac1 !important;
    background-color: #6b8ac1 !important;
    border-color: #263238 !important;
}

.border-none{
    border: none !important;
    box-shadow: none;
}
.hide{
    display: none;
}

.listar-mainpage{
    //margin-right: 8em;
}

.panel-info>.panel-heading{
    color: #fff;
}

/*Control de autoridades:table*/
.authority-control{

}

.authority-form-control{
    display: inline;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.authority-form-control-btn{
    display: inline;
    padding: 8px 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    vertical-align:sub;
}
.authority-form{
    padding:5px;
}

.authority-table{
    margin:0 auto;
    width:90%;
    border: 1px solid transparent;
    border-color: #000000;
    border-spacing:0px;
    border-collapse:collapse;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.authority-th{
    background-color: #000000;
    padding:5px;
    color:#fff;
}
.authority-td{
    background-color:white;
    border:1px #adadad solid;
    padding:3px;
    min-width: auto;
}
.pagination,.pagination a:hover,.pagination li{background-color:white !important;}
.pagination .active:hover{color:#dedede !important;}
.pagination a{color:black !important;}


.pagination-authority{
    margin-top:5px;
    margin-bottom:5px;
    margin-right: 30px;
    padding-left: 0;
    border-radius: 4px;
}
.active{
    color: #e01f3a;
}

.pagination-authority>.active>a, .pagination-authority>.active>span, .pagination-authority>.active>a:hover, .pagination-authority>.active>span:hover, .pagination-authority>.active>a:focus, .pagination-authority>.active>span:focus {
    /*
    background-color: #88090a;
    border-color: #88090a;
    */
    background-color: #001633;
    border-color: #001633;
    cursor: default;
}
.pagination-authority>li{
    display: inline-block;
}

.pagination-authority>li>a, .pagination-authority>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color:white;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: -2px;

}
.pagination-authority>.disabled>span,
.pagination-authority>.disabled>span:hover,
.pagination-authority>.disabled>span:focus,
.pagination-authority>.disabled>a,
.pagination-authority>.disabled>a:hover,
.pagination-authority>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.form-group-authority label {
    width: 30%;
}

.form-group-authority input {
    width: 67%;
}


#popUpChangeMetadato .header {
    float: left;
    width: 100%;
    border-top: solid 1px #a5907c;
    padding: 0.2% 2%;
    background:#a5907c;
    color:white;
}

#popUpChangeMetadato .titulo {
    width: 70%;
    float: left;
    font-weight: bold;
}


#popUpChangeMetadato .blancos
{
    border: 1px solid red;
}

.button-padding {
    padding: 8px 9px;
    margin-left: 3px;
    margin-bottom: 3px;
}
/*Fin control de autoridades*/


.estatica {
    margin-bottom: 60px;
}

.estatica  h3 {
    font-size: 26px;
    color: #6b8ac1;
}

.estatica h4 {
    font-size: 20px;
    color: #6b8ac1;
}

.estatica p {
    font-size: 16px;
}

.estatica ol > li::marker {
    font-size: 20px;
    color: #6b8ac1;
}

#faqs-indice a {
    color: #333;
}

#faqs-tabla th {
    border: 1px solid;
    font-weight: normal;
    padding: 2px 5px;
}

#faqs-tabla > tbody > tr:first-child > th {
    font-weight: bold;
    background-color: #72b3ed;

}

.margin{
    margin: 0;
}

.item-view-tabla{
    vertical-align: middle !important;
}

.fecyt-header{
    margin-top: -30px;
}

.fecyt-header span{
    margin-left: 14px;
    color: #6a868f;
}


.fecyt-header img{
    margin-top: 4px;
    width: 300px;
}

@media only screen and (max-width:  1200px) {
    .fecyt-header img{
        margin-top: 20px;
        width: 344px;
    }
    .fecyt-header span{
        display: none;
    }
}
@media only screen and (max-width:  767px) {
    .boton-header-busqueda{
        margin-top: -67px;
    }
}

@media only screen and (max-width:  767px) {
    #facets {
        margin-top: 100px;
    }
}

@media only screen and (max-width:  767px) {
    .logos {
        margin-left: 0px;
        margin-right: 0px;
    }
}